Difference between revisions of "MediaWiki:Common.css"

From PostNukeRP
Jump to: navigation, search
Line 2: Line 2:
  
 
/*Testing Shit*/
 
/*Testing Shit*/
 
+
#content, #content table
 
+
#p-cactions ul li a { background: #f5f5f5; }
/*Tables*/
+
table  'background-color: transparent;'
+
 
+
/*Body*/
+
.backgroundc1 { background-color: #ffffff; }
+
.backgroundc2 { background-color: #f9f9f9; }
+
.backgroundc3 { background-color: #eeeeee; }
+
.backgroundc4 { background-color: #e0e0e0; }
+
.backgroundc5 { background-color: #d2d2d2; }
+
.backgroundc6 { background-color: #b7b7b7; }
+
.backgroundc7 { background-color: #a3a3a3; }
+
.backgroundc8 { background-color: #444455; }
+

Revision as of 09:13, 24 January 2013

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

/*Testing Shit*/
#content, #content table
#p-cactions ul li a { background: #f5f5f5; }