Difference between revisions of "MediaWiki:Common.css"

From Wikispooks
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: <code> body { height: 100%; margin: 0; padding: 0; font-family: sans-serif; font-size: 1.2em; } </code>")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
<code>
+
 
 
body {
 
body {
 
height: 100%;
 
height: 100%;
Line 8: Line 8:
 
font-size: 1.2em;
 
font-size: 1.2em;
 
}
 
}
</code>
 

Revision as of 11:17, 23 February 2011

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

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1.2em;
}