MediaWiki:Common.css
From the Rocna Knowledge Base
Note: After saving, 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)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }
body {
background: #000;
font: 1em "myriad-pro",Arial,sans-serif;
font-style: normal;
font-weight: 400;
}
strong, b {
font-weight: 600;
font-style: normal;
}
em, i {
font-style: italic;
font-weight: 400;
}
strong em, b i, em strong, i b {
font-style: italic;
font-weight: 600;
}
p { line-height: 1.4em; }
::selection { color: #FFF; background: #000; }
::-moz-selection { color: #FFF; background: #000; }