MediaWiki:Vector.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* <syntaxhighlight lang="css"> */
/* Don't display some stuff on the main page */
body.page-Folen_dre #deleteconfirm,
body.page-Folen_dre #t-cite,
body.page-Folen_dre #lastmod,
body.page-Folen_dre #siteSub,
body.page-Folen_dre #contentSub,
body.page-Folen_dre h1.firstHeading {
display: none !important;
}
#coordinates {
position: absolute;
top: 0em;
right: 0em;
float: right;
margin: 0.0em;
padding: 0.0em;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* For positioning icons at top-right, used in Templates
"Spoken Article" and "Featured Article" */
div.topicon {
position: absolute;
top: -2em;
margin-right: -10px;
display: block !important;
}
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
display: inline;
font-size: 92%;
font-weight: normal;
}
/* For the new main page design */
#mp-2012-banner {
/* In default font size, #bodyContent has font-size: 0.8em. */
margin: 0 -1.25em;
}
body.vector-animateLayout #mp-2012-banner {
transition: margin-left 250ms, margin-right 250ms;
}
@media screen and (min-width: 982px) {
#mp-2012-banner {
margin: 0 -1.7em;
}
}
/* {{tl|Link GA}} */
#mw-panel div.portal div.body ul li.GA {
background: url("//upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png") no-repeat 0% 0%;
margin-left: -1.25em;
padding-left: 1.25em;
}
/* {{tl|Link FA}} */
#mw-panel div.portal div.body ul li.FA {
background: url("//upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
margin-left: -1.25em;
padding-left: 1.25em;
}
/* Adjust font-size for inline HTML generated TeX formulae */
span.texhtml {
font-family: 'Times New Roman', serif;
font-size: 120%;
line-height: 1em;
}
/* Soft redirect (bug:26544) */
.redirectText {
font-size: 150%;
margin: 5px;
}
/* Change "You have new messages" bar back to orange */
div.usermessage {
background-color: #FFCE7B;
border: 1px solid orange;
}
/* </syntaxhighlight> */