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 {
+
body.mediawiki {
 
background-color: #000;
 
background-color: #000;
 
}
 
}

Revision as of 07:04, 21 February 2013

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

body.mediawiki {
background-color: #000;
}

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