"MediaWiki:Common.css" 修訂間的差異
出自 直銷智庫
| 行 9: | 行 9: | ||
#mw-content-text p{font-size:11pt;line-height:178%;color:#000000;} | #mw-content-text p{font-size:11pt;line-height:178%;color:#000000;} | ||
| + | |||
| + | #searchform{ | ||
| + | font-size: 11pt; | ||
| + | } | ||
| + | #searchform input[type="text"],#xform 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月7日 (三) 18:19 的修訂
/* 此 CSS 會套用至所有的介面外觀 */
.first{
font-family: 'Microsoft JhengHei', sans-serif;
color:#184678;
}
#toc ul {padding-left:25px;list-style-type: square;list-style:none;}
#mw-content-text p{font-size:11pt;line-height:178%;color:#000000;}
#searchform{
font-size: 11pt;
}
#searchform input[type="text"],#xform 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;
}