MediaWiki:Common.css
From Olekdia 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 */ /* Use awesomefont */ @import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); /* Colors of namespaces */ .ns-3000 #content, .ns-3001 #content { background-color: #f5f5ff; } .ns-3010 #content, .ns-3011 #content { background-color: #fff5ff; } .ns-4000 #content, .ns-4001 #content { background-color: #e2d2c6; } .ns-3000 #p-logo a { background-image: url(./a/olekdia/wiki_resources/magic_intuition_logo.png) !important; } .ns-3010 #p-logo a { background-image: url(./a/olekdia/wiki_resources/time_planner_logo.png) !important; } .ns-2 #p-logo a, .ns-4 #p-logo a, .ns-6 #p-logo a, .ns-8 #p-logo a, .ns-12 #p-logo a, .ns-14 #p-logo a, .ns-4000 #p-logo a { background-image: url(./a/olekdia/wiki_resources/olekdia_logo.png) !important; } /* Remove talk tab */ #ca-talk { display: none !important; } /*#p-banner { display: none !important; }*/ /************************/ /* Timeless adjustments */ body { /*font-family: sans-serif !important; */ line-height: 1.6; } a { color: #0645ad !important; } a:visited { color: #0b0080 !important; } #mw-content h1, #mw-content h2 { border-bottom: solid 2px #006699 !important; } #mw-page-header-links li.selected { border-bottom-color: #006699; } /* Left strip color */ .color-left { background: #512DA8; } .ns-3010 .color-left { background: #339966; } /* Right strip color */ .color-right { background: #512DA8; } /* Bottom strip color */ #mw-content-container { border-bottom: solid 4px #512DA8; } .ns-3010 #mw-content-container { border-bottom: solid 4px #339966; }