Difference between revisions of "MediaWiki:Common.css"

From Airsoft Information
Jump to navigation Jump to search
Line 3: Line 3:
 
body{ background: #8fbc8f; }
 
body{ background: #8fbc8f; }
 
/*pages*/
 
/*pages*/
 +
content{ background: #8fbc8f; color: #800000; }
 
bodyContent{ background: #8fbc8f; }
 
bodyContent{ background: #8fbc8f; }
 
bodyContent.ul li { background: #8fbc8f; }
 
bodyContent.ul li { background: #8fbc8f; }
 
pre{ background: #8fbc8f; }
 
pre{ background: #8fbc8f; }
firstHeading {background: #bcb76b; color:800000; }
+
firstHeading {background: #bcb76b; color: #800000; }
 
/*editing*/
 
/*editing*/
 
textarea{ background: #bdb76b; }
 
textarea{ background: #bdb76b; }

Revision as of 08:02, 13 January 2013

/* CSS placed here will be applied to all skins */
/*framing areas*/
body{ background: #8fbc8f; }
/*pages*/
content{ background: #8fbc8f; color: #800000; }
bodyContent{ background: #8fbc8f; }
bodyContent.ul li { background: #8fbc8f; }
pre{ background: #8fbc8f; }
firstHeading {background: #bcb76b; color: #800000; }
/*editing*/
textarea{ background: #bdb76b; }