Difference between revisions of "MediaWiki:Common.css"

From PostNukeRP
Jump to: navigation, search
m
m
Line 2: Line 2:
  
 
/*Testing Shit*/
 
/*Testing Shit*/
 +
 +
/*Background Etc.*/
 
/*body{background-color: #000000;}*/
 
/*body{background-color: #000000;}*/
 
/*table{background-color: transparent;}*/
 
/*table{background-color: transparent;}*/
  
 +
/*Link Rules*/
 
/*a:link {color: #000000;}*/
 
/*a:link {color: #000000;}*/
 +
/*a:visited {color: #000000;}*/
 +
 +
/*Paragraph Header*/
 +
p:first-letter {font-size: 12px}

Revision as of 02:06, 25 January 2013

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

/*Testing Shit*/

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

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

/*Paragraph Header*/
p:first-letter {font-size: 12px}