MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
m
m
Line 34: Line 34:
 
}
 
}
  
 +
/*
 
a {
 
a {
 
background: #059;
 
background: #059;
Line 45: Line 46:
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
 +
*/

Revision as of 08:01, 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;
}

.toc h2 {
background-color: none;
}

.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;
}
*/