MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
(Created page with "→‎CSS placed here will affect users of the Vector skin: body { background-color: #000; color: #fff; font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif...")
 
m
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 
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 affect users of the Vector skin */