Difference between revisions of "MediaWiki:Vector.css"

From EHS Help
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: body { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }")
 
 
(4 intermediate revisions by the same user not shown)
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 { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
+
body {  
 +
font-family : Segoe UI, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 +
font-size : 1.1em;
 +
}

Latest revision as of 18:15, 14 March 2013

/* CSS placed here will affect users of the Vector skin */
body { 
font-family : Segoe UI, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 1.1em;
}