MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
m
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;
 +
}
 +
 +
h1.firstHeading {
 +
background-color: #009;
 +
color: #000;
 +
}

Revision as of 07:03, 21 February 2013

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

body {
background-color: #000;
}

h1.firstHeading {
background-color: #009;
color: #000;
}