MediaWiki:Timeless.css
From Tuyin Archives
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.
/* === Global page background and font === */ body { background-color: #1a1a1a; color: #e2decf; font-family: "Garamond", "Georgia", serif; } /* === Main content area === */ #content, .mw-body { background-color: #2b2620; border: 1px solid #554433; padding: 20px; box-shadow: 0 0 10px #000; } /* === Headings === */ h1, h2, h3 { color: #ffcc66; text-shadow: 0 0 3px #aa8844; } /* === Links === */ a { color: #88ccee; } a:visited { color: #c088ff; } /* === Sidebar panels (left + right) === */ #mw-content-block #mw-panel, #mw-content-block #mw-related-navigation, #mw-content-block #mw-data-navigation, #mw-content-block #mw-related-navigation, #mw-content-block .sidebar { background-color: #252019; color: #e2decf; border: 1px solid #40352b; } #mw-panel a, #p-tb a, #p-cactions a, #p-personal a { color: #ffdd99; } #mw-panel a:hover, #p-tb a:hover, #p-cactions a:hover, #p-personal a:hover { color: #ffeeaa; text-decoration: underline; } /* === Content header tabs (View, Edit, History, etc.) === */ .mw-portlet .mw-portlet-body li a { background-color: #2b2620; border: 1px solid #40352b; color: #ccc; } .mw-portlet .mw-portlet-body li a:hover { background-color: #3a2f23; color: #fff; }