Difference between revisions of "MediaWiki:Common.css"

From PostNukeRP
Jump to: navigation, search
Line 7: Line 7:
  
 
/*Background Etc.*/
 
/*Background Etc.*/
body{background-color: #47474D;}
+
body{background-color: #121212;}
 
table#toc.toc{background-color: transparent;}
 
table#toc.toc{background-color: transparent;}
  
Line 20: Line 20:
  
 
/*Content Basic*/
 
/*Content Basic*/
div#content.mw-body {background-color: #525259}
+
div#content.mw-body {background-color: #1D1D1F}
  
 
/*Link Rules*/
 
/*Link Rules*/

Revision as of 03:03, 25 January 2013

/* CSS placed here will be applied to all skins */

/*===============================================================
                     DO NOT EDIT THIS PAGE
===============================================================*/
/*Testing Shit*/

/*Background Etc.*/
body{background-color: #121212;}
table#toc.toc{background-color: transparent;}

/*Font Colors*/
p{color: #FFFFFF}
h1{color: #FFFFFF}
h2{color: #FFFFFF}
h3{color: #FFFFFF}
h4{color: #FFFFFF}
h5{color: #FFFFFF}
h6{color: #FFFFFF}

/*Content Basic*/
div#content.mw-body {background-color: #1D1D1F}

/*Link Rules*/
/*a:link {color: #000000;}*/
/*a:visited {color: #000000;}*/

/*Paragraph Header... Meh*/
/*p:first-letter {font-size: 16px}*/