Difference between revisions of "MediaWiki:Common.css"

From Airsoft Information
Jump to navigation Jump to search
Line 11: Line 11:
  
 
/*pages*/
 
/*pages*/
content{ background: #800000; }
+
content{ background-color: #800000; }
 
bodyContent{ background: #8fbc8f; }
 
bodyContent{ background: #8fbc8f; }
 
bodyContent.ul li { background: #8fbc8f; }
 
bodyContent.ul li { background: #8fbc8f; }

Revision as of 08:08, 13 January 2013

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { background: #8fbc8f; }

/*pages*/
content{ background-color: #800000; }
bodyContent{ background: #8fbc8f; }
bodyContent.ul li { background: #8fbc8f; }
pre{ background: #8fbc8f; }
firstHeading {background: #bcb76b; color: #800000; }
/*editing*/
textarea{ background: #bdb76b; }