MediaWiki:Monobook.css

From Wikichords

(Difference between revisions)
Jump to: navigation, search
(New page: - CSS placed here will affect users of the Monobook skin: body { background: black; })
 
(One intermediate revision not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
-
body { background: black; }
+
 
 +
/** Common.css does not seem to be applied since migration, temporarly using monobook */
 +
 
 +
/** Override standard <pre> format */
 +
pre { background-color: #FFFFFF; border: none; }
 +
 
 +
/** Format tables to allow columns */
 +
table { width: 100%; cellspacing: 5; }
 +
tr { vertical-align: top; }
 +
/**td { width: 50%; }*/

Current revision as of 09:11, 13 January 2010

/* CSS placed here will affect users of the Monobook skin */

/** Common.css does not seem to be applied since migration, temporarly using monobook */

/** Override standard <pre> format */
pre { background-color: #FFFFFF; border: none; }

/** Format tables to allow columns */
table { width: 100%; cellspacing: 5; }
tr { vertical-align: top; }
/**td { width: 50%; }*/
Personal tools
Advertisement