MediaWiki:Common.css
Jump to navigation
Jump to search
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-color: #f3f3f3; background-image: none; font-family: Verdana,Geneva,sans-serif; } a:visited { color: #008ACC !important; } div#mw-panel div.portal div.body ul li a:link, a:visited, a:active { color: #008ACC; } div.vectorTabs li a:link, a:visited, a:active { color: #008ACC; } #bodyContent a:link, a:visited, a:active { color: #008ACC; text-decoration: underline; font-weight: bold; } #bodyContent a:hover a:focus { color: #008ACC; text-decoration: none; } body.page-Main_Page h1.firstHeading { display:none; } #mw-pages p { display: none; } #p-namespaces { display: none; } .toc, #toc { display: none; } #contentSub { display: none } .firstHeading { display: none } #p-tb { display: none } #p-search {font-size: 150% } #searchInput {padding: 3px } div#content { background-image: none; } #mw-page-base { background-color: #F3F3F3; background-image: none; } div.vectorTabs { background-color: #F3F3F3; background-image: none; } div.selected { background-color: #ffffff; background-image: none; } #mw-head-base { background-color: #F3F3F3; background-image: none; } div.vectorTabs ul li { background-color: #F3F3F3; background-image: none; } div.vectorTabs span { background-color: #F3F3F3; background-image: none; } div#mw-head div.vectorMenu h5{ background-color: #F3F3F3; background-image: none; } div#mw-head div.vectorMenu h5 a{ background-color: #F3F3F3; background-image: none; } div#footer { background-color: #F3F3F3; background-image: none; } #footer-info { display: none; }