MediaWiki:Common.css

From Australis Ultima 30k
Revision as of 03:04, 20 August 2014 by Sirrob01 (Talk | contribs)

Jump to: navigation, 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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
 
/*Header Colour*/
#mw-page-base {
	background-color: #272727;
}
 
 
/* Page body colour set to same as above */
 
body {
	background-color: #272727;
}
 
/*Div Content Colour - This Window*/
div#content {
	background-color: #7B7B7B;
}
 
/* tab links across top */
div.vectorTabs li a {
	color: #E6E6E6;
}
 
/*TOC*/
 
 
/* Side Nav */
div#mw-panel div.portal div.body ul li a {
	font-size:16px;	
	color: #E6E6E6;
}
div#mw-panel div.portal div.body ul li a:visited {
	color: #E6E6E6;
}
/* Links */
a {
	text-decoration: none;
	color: #E6E6E6;
	background: none;
}
a:visited {
	color: #CFCFCF;
}
a:active {
	color: #E6E6E6;
}
a:hover, a:focus {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}
/* Interwiki Styling */
.mw-body a.extiw,
.mw-body a.extiw:active {
	color: #E6E6E6;
}
.mw-body a.extiw:visited {
	color: #636;
}
.mw-body a.extiw:active {
	color: #b63;
}
 
/* External links */
.mw-body a.external {
	color: #E6E6E6;
}
.mw-body a.external:visited {
	color: #636; /* bug 3112 */
}
.mw-body a.external:active {
	color: #b63;
}