MediaWiki:Timeless.css
From StarFleet Bureau of Information
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
// @import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather);
html {
background: rgb(0,0,0) !important;
height: 100%;
font-size: 1.1em;
filter: brightness(100%) contrast(100%) grayscale(0%) !important;
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important;
overflow-x: hidden;
}
body {
margin: 0;
background: #000;
color: #ccccff;
}
a { color: #daa520; text-decoration: none; }
a:link { color: #daa520; text-decoration: none; }
a:hover { color: #FF7E00; text-decoration: none; }
a:visited {color: #b8860b; text-decoration: none; }