MediaWiki:Common.css:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
無編輯摘要 |
||
| 第17行: | 第17行: | ||
{ | { | ||
background: # | background: #fff; | ||
border: 1px solid # | border: 1px solid #aaa; | ||
padding: 10px 10px; | padding: 10px 10px; | ||
vertical-align: middle; | vertical-align: middle; | ||
outline: none; | outline: none; | ||
border-radius: | border-radius: 5px; | ||
-moz-border-radius: | -moz-border-radius: 5px; | ||
-webkit-border-radius: | -webkit-border-radius: 5px; | ||
transition: border linear 0.4s, box-shadow linear 0.4s; | transition: border linear 0.4s, box-shadow linear 0.4s; | ||
-o-transition: border linear 0.4s, box-shadow linear 0.4s; | -o-transition: border linear 0.4s, box-shadow linear 0.4s; | ||
| 第32行: | 第32行: | ||
font-size: 13px; | font-size: 13px; | ||
line-height: 18px; | line-height: 18px; | ||
height: | height: 30px; | ||
} | } | ||
2018年11月7日 (三) 18:49的版本
/* 此 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="search"],.searchform input[type="search"]
{
background: #fff;
border: 1px solid #aaa;
padding: 10px 10px;
vertical-align: middle;
outline: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
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: 30px;
}