MediaWiki:Common.css
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.
/* CSS placed here will be applied to all skins */ /* bullet point changed to a disc that complies with the font color */ ul { list-style: disc; } /* "Tools" toolbar font color */ #p-tb-label { color: #c8c8c8; } /* change background and border of selected tabs */ #p-namespaces li.selected a, /* left nav bar */ #p-views li.selected a, /* right nav bar */ #p-cactions li.selected a /* 'more' tab */ { background: #19234D !important; color: #C8C8C8; border-top: 1px solid #c8c8c8 !important; border-left: 1px solid #c8c8c8 !important; border-right: 1px solid #c8c8c8 !important; border-bottom: none !important; height: 3.15em !important; } /* change background of unselected tabs */ #p-namespaces li a, /* left nav bar */ #p-views li a, /* right nav bar */ #p-cactions li a /* 'more' tab */ { background: #111835 !important; color: #C8C8C8 ; } /* remove background image of tabs */ #p-namespaces, #p-views, #p-cactions, #p-cactions-label { background-image: none !important; } /* footer text and "more tab" text * text for the editsection */ #footer li, #p-cactions-label, .mw-editsection-bracket, .mw-editsection-divider { color: #999999 !important; } /* top right user section */ #pt-anonuserpage, #pt-userpage a { background-position: left 0.5em; background-size: 1em 1em; } /* new page redlink color */ a.new, #p-personal a.new { color: #BA0000 !important; } /* external text link color */ a.external { color: #55798B !important; } /* left nav bar link color */ .vector-menu-portal, .vector-menu-content li a { color: #C8C8C8 !important; } body, #mw-page-base { background-color: #111835; background-image: none; color: #c8c8c8 !important; } #content { background-color: #19234d; border-color: #c8c8c8; } a:link { color: #c8c8c8; } a:visited { color: #c8c8c8 !important; } a:hover { color: #ccdeff !important; text-decoration: underline !important; } a:active { color: #ccdeff !important; } .mw-body { margin-top: 0px; color: #c8c8c8; } .mw-editinginterface, .mw-editform { color: #222222; } .mw-content-ltr, .mw-editinginterface { color: #c8c8c8 !important; } #left-navigation { margin-left: 11.5em; } h1, h2, h3, h4, h5 { color: #c8c8c8; } div.vectorTabs { padding-left: 0px; background-image: none; } div.vectorTabs ul { background-image: none; } div.vectorTabs ul li { margin-left: 2px; margin-right: 2px; } div.vectorTabs ul li, div.vectorTabs li.selected { background-image: none; background-color: #19234d; color: #c8c8c8; } div.vectorTabs ul li a, div.vectorTabs ul li a:visited, div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited, div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #c8c8c8; } div.vectorTabs ul li { border-top: 1px solid #c8c8c8; border-left: 1px solid #c8c8c8; border-right: 1px solid #c8c8c8; border-bottom: none; background-color: #111835; box-sizing: border-box; } div.vectorTabs span { background-image: none; } div.vectorTabs ul li.selected { border-top: 1px solid #c8c8c8; border-left: 1px solid #c8c8c8; border-right: 1px solid #c8c8c8; border-bottom: none; margin-top: 1px; } div#mw-head div.vectorMenu h3 { background-image: none; } div.vectorMenu li a, div.vectorMenu li a:visited, div.vectorMenu h3 span { color: #c8c8c8; } div.vectorMenu div.menu { background-color: #19234d; } div#mw-panel div.portal div.body { background-color: #00132C; color: black; border: 1px solid #c8c8c8; padding: 0 .8em .3em .5em; background-image: none; } div#mw-panel div.portal h3 { background: transparent; padding: 0 1em 0 .5em; display: inline; height: 1em; text-transform: lowercase; font-size: 75%; font-weight: normal; white-space: nowrap; color: #c8c8c8; margin: none; } div#simpleSearch { background-image: none; background-color: unset; } div#simpleSearch input { background-color: #00132C; color: #c8c8c8; } a, a:visited, div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited, .tocnumber { text-decoration: none; color: #55798B; background: none; } #bodyContent a.external { color: #55798B; } #toc, .toc, .mw-warning { border: 1px solid #c8c8c8; background-color: #0C3248; padding: 5px; font-size: 95%; } table { background-color: #111835; } pre { padding: 1em; border: 1px dashed #c8c8c8; color: #c8c8c8; background-color: #19234d; line-height: 1.1em; } .catlinks { border: 1px solid #c8c8c8; background-color: #0C3248; padding: 5px; margin-top: 1em; clear: both; } div#footer ul li { color: #c8c8c8; } #pagehistory li.selected { background-color: unset; } table, table.wikitable, div.thumbinner, img.thumbimage { background-color: #111835; color: #c8c8c8; } #pagehistory li.selected { color: inherit; } .mw-editinginterface, .mw-editform { color: inherit; } #filetoc { background-color: inherit; } table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: inherit; } .mw-parser-output a.extiw, .mw-parser-output a.extiw:active { color: #55798B !important; }