MediaWiki:Common.css
From Theonomy Wiki
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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */ body { background: black; color:white; } a { color:aqua; } #new a { color:red !important; } #new ::after { content:" [create]"; } #tab a, #tab-advanced a, .toctogglelabel { color:aqua !important; } /* Changes the background color behind the top half of the logo and at top of each page: */ #mw-page-base, #mw-body-content, #mw-content-ltr, #mw-editfont-monospace, #toc, .tocnumber, .mw-changeslist-legend, .diff-context, #mw-header-container, #mw-content-container, .mw-search-profile-tabs, #MsCatSelect, .oo-ui-tagMultiselectWidget { background: black !important; color: white !important; } .diffchange, .mw-htmlform-ooui { background:darkslategray !important; } mainpage-rightcolumn-start { float: right; } #mw-content-text pre, .ve-ui-surface pre { background:black !important; color:white; } #content-wrapper, #content, pre, textarea, #header-wrapper, .oo-ui-inputWidget-input, .wikitable, .lqt-post-wrapper { background: black !important; color:white !important; } .selected { background: darkred !important; color:white !important; } #header-menu, #more-actions-list, .header-menu-list, .lqt-thread-toolbar-menu, .lqt-thread-toolbar-command-list, .oo-ui-popupWidget-popup { background:#080808 !important; } #more-actions-list a { background:inherit; } .header-menu-item { background:darkturquoise; } .oo-ui-icon-search, .mw-ui-icon-search::before { background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22white%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E search %3C/title%3E %3Cpath d=%22M7.5 13c3.04 0 5.5-2.46 5.5-5.5S10.54 2 7.5 2 2 4.46 2 7.5 4.46 13 7.5 13zm4.55.46C10.79 14.43 9.21 15 7.5 15 3.36 15 0 11.64 0 7.5S3.36 0 7.5 0C11.64 0 15 3.36 15 7.5c0 1.71-.57 3.29-1.54 4.55l6.49 6.49-1.41 1.41-6.49-6.49z%22/%3E %3C/svg%3E"); } #content a { color:aqua !important; } #p-logo-text { color: white; }