MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
m
m
Line 28: Line 28:
 
}
 
}
  
.toc.h2 {
+
h2.toc {
 
background: none;
 
background: none;
 
}
 
}

Revision as of 07:46, 21 February 2013

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

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

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

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

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

h2 {
background-color: #059;
color: #000;
}

h2.toc {
background: none;
}

.toc {
background: #059;
color: #000;
/*
float: right;
clear: left;
*/
}