MediaWiki:Common.css
出自 直銷智庫
注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變動。
- Firefox / Safari:按住 Shift 時點選 重新整理,或按 Ctrl-F5 或 Ctrl-R (Mac 則為 ⌘-R)
- Google Chrome:按 Ctrl-Shift-R (Mac 則為 ⌘-Shift-R)
- Internet Explorer:按住 Ctrl 時點選 重新整理,或按 Ctrl-F5
- Opera:進入 工具 → 偏好設定 中清除快取。
/* 此 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 input[type="search"],.searchform input[type="search"]
{padding:3px 11px; font-size:13px;
color:#fff !important;
background-color:#26a2b6;
background: linear-gradient(#34bac9, #26a2b6);
background: -o-linear-gradient(#34bac9, #26a2b6);
background: -ms-linear-gradient(#34bac9, #26a2b6);
background: -moz-linear-gradient(#34bac9, #26a2b6);
background: -webkit-linear-gradient(#34bac9, #26a2b6);
background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#34bac9', EndColorStr='#26a2b6');
}