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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 此处的 CSS 将影响使用 Vector 皮肤的用户 */

#contentSub,
#contentSub2 {
 font-size: 100%;
}

.ns-8 pre {
 font-size: 125%;
}

#geoCoord,
#DoM {
 position: absolute;
 z-index: 1;
 right: 12px;
 right: 0;
 top: 0;
 float: right;
}

#DoM {
 top: -4px;
}

/* Hide title on the main page */
.page-Wy_zh_首页 .firstHeading, .page-Wy_zh_首页 #contentSub {
  display: none;
}

.menu {
    z-index: 4;
}

/* WikidataPageBanner outputs a second <h1> and empties the original one.
   Hide this in Vector. [[phab:T97891]] */
#firstHeading:empty {
    display: none;
}