MediaWiki:Common.css

From Sim Central
Revision as of 19:09, 26 September 2020 by Reece (talk | contribs)
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 / Edge: 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 */




#content { 
	background-color: #303030; 
	color: #afafaf;

}
:link { text-decoration: underline; }
.mw-body-content a:link {color: #afafaf}
.mw-body-content a:visited {color: #afafaf}
.mw-body-content a:hover {color: #dfdfdf}
.mw-body-content a:active {color: #dfdfdf}

#content h1,h2,h3,h4,h5,h6 { 
	color: #9aa4b2; 
	font-family: sans-serif;
}

#footer { 
	background-color: #303030; 
}

#bodyContent { 
	background-color: #303030; 
	font-size: 14px;
}

body { 
	background-color: #303030; 
}

#catlinks { 
	background-color: #616161; 
	color: #DFDFDF;
}

#mw-head-base { 
	background-color: #303030; 
}

#p-tb { 
	background-color: #303030; 
}

#mw-panel { 
	background-color: #303030; 
}

#toc, .toc {
    border-radius: 5px;
    background-color: #616161;
}

#toctitle h2 {
    color: #DFDFDF;
}