MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body {
 
background-color: #000;
 
color: #fff;
 
font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
 
font-size: 1em;
 
}
 
 
p {
 
color: #fff;
 
font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
 
font-size: 1em;
 
}
 

Revision as of 06:52, 21 February 2013

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