Difference between revisions of "MediaWiki:Monobook.css"
Physchim62 (talk | contribs) |
|||
Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
+ | |||
+ | /* For positioning icons at top-right, used for the small FlaggedRevs message for reviewers */ | ||
+ | div.topicon, | ||
+ | div.flaggedrevs_short { | ||
+ | position: absolute; | ||
+ | z-index: 10; | ||
+ | top: 10px; | ||
+ | display: block !important; | ||
+ | } | ||
+ | |||
+ | #coordinates { | ||
+ | position: absolute; | ||
+ | z-index: 1; | ||
+ | border: none; | ||
+ | background: none; | ||
+ | right: 30px; | ||
+ | top: 3.7em; | ||
+ | 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; | ||
+ | } |
Revision as of 10:21, 14 August 2009
/* edit this file to customize the monobook skin for the entire site */ /* For positioning icons at top-right, used for the small FlaggedRevs message for reviewers */ div.topicon, div.flaggedrevs_short { position: absolute; z-index: 10; top: 10px; display: block !important; } #coordinates { position: absolute; z-index: 1; border: none; background: none; right: 30px; top: 3.7em; 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; }