MediaWiki:Common.css:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
無編輯摘要 |
||
| 第4行: | 第4行: | ||
font-family: 'Noto Sans CJK TC Medium', sans-serif; | font-family: 'Noto Sans CJK TC Medium', sans-serif; | ||
font-weight:400;color:#184678; | font-weight:400;color:#184678; | ||
} | |||
#searchInput{ | |||
font-size: 13px; | |||
} | |||
#searchInput input[type="text"],#searchInput input[type="password"]{ | |||
background: #f8f8f8; | |||
border: 1px solid #cccccc; | |||
padding: 2px 4px; | |||
vertical-align: middle; | |||
outline: none; | |||
border-radius: 4px; | |||
-moz-border-radius: 4px; | |||
-webkit-border-radius: 4px; | |||
transition: border linear 0.4s, box-shadow linear 0.4s; | |||
-o-transition: border linear 0.4s, box-shadow linear 0.4s; | |||
-moz-transition: border linear 0.4s, box-shadow linear 0.4s; | |||
-webkit-transition: border linear 0.4s, box-shadow linear 0.4s; | |||
margin-bottom: 10px; | |||
font-size: 13px; | |||
line-height: 18px; | |||
height: 23px; | |||
} | } | ||
2018年11月5日 (一) 23:47的版本
/* 此 CSS 會套用至所有的介面外觀 */
.first{
font-family: 'Noto Sans CJK TC Medium', sans-serif;
font-weight:400;color:#184678;
}
#searchInput{
font-size: 13px;
}
#searchInput input[type="text"],#searchInput input[type="password"]{
background: #f8f8f8;
border: 1px solid #cccccc;
padding: 2px 4px;
vertical-align: middle;
outline: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
transition: border linear 0.4s, box-shadow linear 0.4s;
-o-transition: border linear 0.4s, box-shadow linear 0.4s;
-moz-transition: border linear 0.4s, box-shadow linear 0.4s;
-webkit-transition: border linear 0.4s, box-shadow linear 0.4s;
margin-bottom: 10px;
font-size: 13px;
line-height: 18px;
height: 23px;
}