MediaWiki:Monobook.css

来自WikiFur
跳转至: 导航搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存
/* 此处的 CSS 将影响使用 Monobook 皮肤的用户 */
//Formatting<pre>
@media print { .noprint { display: none}}
 
/* Hide title on 首页 */
page-首页 #siteSub, .page-首页 #contentSub, .page-首页 .firstHeading { display: none !important; }
 
/* Adjust portlet boxes on left so we can fit our title on one line in IE */
.portlet li { margin: 0px -2px 0px -2px; }
 
/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }
 
#pt-login {
  font-weight: bold;
  font-size: 110%;
}
 
/* Adjust logo positioning (change if logo changes) */
div#p-logo {
    height: 105px;
}
 
#p-logo a {
    position:absolute;
    top: 3px;
    left: 0px;
    height: 103px;
    width: 12.2em;
    background-repeat: no-repeat;
    background-position: 50% 5px !important;
}
#p-logo a:hover {
    position:absolute;
    top: 3px;
    left: 0px;
    height: 103px;
    width: 12.2em;
    background-repeat: no-repeat;
    background-position: 50% 5px !important;
}
 
/*Move the left column up to match (default was 160px)*/
div#column-one { padding-top: 105px;}