User:Red16/monobook.css
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
/* Enlarge font-size for zh fonts */
#mw-content-text,
.ve-ce-documentNode {
font-size: 1.15em !important;
}
#mw-content-text .rellink,
.ve-ce-documentNode .rellink {
font-size: .87em;
}
/* For the new main page design */
.skin-vector #mp-2012-banner {
margin: 0 -1.087em; /* = -1.25em / 1.15 */
}
@media screen and (min-width: 982px) {
.skin-vector #mp-2012-banner {
margin: 0 -1.630em; /* = -1.875em / 1.15 */
}
}
.skin-monobook #mp-2012-banner {
margin: 0 -.87em; /* = -1em / 1.15 */
}