Difference between revisions of "MediaWiki:Common.css"

From PostNukeRP
Jump to: navigation, search
Line 7: Line 7:
  
 
/*Background Etc.*/
 
/*Background Etc.*/
/*body{font-color: #FFFFFF;
+
body{font-color: #FFFFFF;
 
background-color: #000000;}
 
background-color: #000000;}
table#toc.toc{background-color: transparent;}*/
+
table#toc.toc{background-color: transparent;}
  
 
p{color: #FFFFFF}
 
p{color: #FFFFFF}
  
 
/*Content Basic*/
 
/*Content Basic*/
/*div#content.mw-body {background-color: #606060}*/
+
div#content.mw-body {background-color: #606060}
  
 
/*Link Rules*/
 
/*Link Rules*/

Revision as of 02:52, 25 January 2013

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

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

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

p{color: #FFFFFF}

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

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

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