MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
m
m
Line 21: Line 21:
 
}
 
}
  
.toc h2 {
+
.editsection {
background-color: none;
+
background-color: #000;
 
}
 
}
 
.toc {
 
background: #059;
 
color: #000;
 
/*
 
float: right;
 
clear: left;
 
*/
 
}
 
 
/*
 
a {
 
background: #059;
 
color:#000;
 
text-decoration: underline;
 
}
 
 
a:visited {
 
background: #555;
 
color:#000;
 
text-decoration: none;
 
}
 
*/
 

Revision as of 08:04, 21 February 2013

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

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

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

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

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

.editsection {
background-color: #000;
}