MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
m
m
Line 6: Line 6:
 
}
 
}
  
.mw-page-base {
+
.content {
 +
background: #000;
 +
color: #fff;
 +
}
 +
 
 +
/*
 +
.mw-page-base {
 
background: #000;
 
background: #000;
 
color: #fff;
 
color: #fff;
Line 20: Line 26:
 
color: #fff;
 
color: #fff;
 
}
 
}
 +
*/
  
 
h1.firstHeading {
 
h1.firstHeading {

Revision as of 07:28, 21 February 2013

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

body {
background: #000;
color: #fff;
}

.content {
background: #000;
color: #fff;
}

/*
 .mw-page-base {
background: #000;
color: #fff;
}

.mw-head-base {
background: #000;
color: #fff;
}

.mw-content-text {
background: #000;
color: #fff;
}
*/

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