MediaWiki:Vector.css: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 1:
/* Don't display some stuff on the main page */
/*
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
Line 5 ⟶ 6:
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page #contentSub2
display: none !important;
}
*/
/* Position coordinates */
#coordinates {
Line 32:
.mw-indicator #coordinates {
position: absolute;
top:
right: 0;
line-height: 1.6;
Line 41:
/* FR topicon position */
body.skin-vector-legacy div.flaggedrevs_short {
position: absolute;
top: -3em;
Line 48:
}
/* Make "From Wikipedia, the free encyclopedia" a bit smaller
body.skin-vector-legacy #siteSub {
font-size: 92%;
Line 58 ⟶ 55:
/* Move page status indicators down slightly */
body.
padding-top: 0.4em;
}
Line 65 ⟶ 62:
.mw-body-content blockquote {
border-left: none;
}
|