MediaWiki:Modern.css
Appearance
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.
#firstHeading .mw-editsection a { color: white; } body.page-Main_Page #t-cite, body.page-Main_Page #lastmod, body.page-Main_Page #siteSub { display: none !important; } p.error { font-weight: bold; } /* some headroom for #coordinates to go in without #siteSub */ #mw_contentholder { padding-top: .4em; } /* Temporary until [[phab:T201663]] and/or [[phab:T200148#4493010]] are dealt with */ /* See [[Special:Permalink/854259361#Modern skin funky view on coordinates]] */ #mw_content { position: static; } /* Related to the above via [[phab:T200148]], prevent toolbars from overlapping notifications flyout */ /* Enhanced toolbar, visual editor bar, codeeditor linum */ .wikiEditor-ui-toolbar, .oo-ui-toolbar, .ace_editor { z-index: 0; } /* position coordinates */ #coordinates { position: absolute; z-index: 1; border: none; background: none; right: 1.17em; top: 6.1em; float: right; margin: 0; padding: 0; padding-right: 1.17em; line-height: 1.5em; text-align: right; text-indent: 0; font-size: 85%; text-transform: none; white-space: nowrap; } /* important to keep the text predictably positioned */ #coordinates img { vertical-align: top; } .mw-topboxes { margin-top: -0.4em; }