MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 
/*
 
div#content {
 
background-color: #000;
 
}
 
 
.mw-content-ltr {
 
background: #000;
 
color: #fff;
 
}
 
 
h1.firstHeading {
 
background-color: #3a75c4;
 
color: #000;
 
padding-left: 0.2em;
 
}
 
 
h2 {
 
background-color: #095;
 
color: #000;
 
padding-left: 0.2em;
 
}
 
 
h2 .editsection,
 
h2 .reference {
 
background-color:#000;
 
}
 
 
h3 {
 
background-color: #ffcb00;
 
color: #000;
 
padding-left: 0.2em;
 
}
 
 
h4 {
 
background-color: #d40005;
 
color: #000;
 
padding-left: 0.2em;
 
}
 
*/
 
 
a {
 
color: #3a75c4;
 
text-decoration:underline;
 
}
 
 
a:visited {
 
color: #095;
 
text-decoration: none;
 
}
 
 
a.new {
 
color:#f00;
 
}
 
 
/*
 
.thumb a {
 
background-color: #000;
 
}
 
 
.thumbinner {
 
min-width:200px;
 
}
 
 
.thumb,
 
.thumbcaption {
 
background-color: #3875c4;
 
border-color: #3875c4;
 
}
 
 
.thumb table {
 
background-color: #000;
 
}
 
*/
 
 
div#toc,
 
.toc {
 
background-color: #3a75c4;
 
}
 
 
.tocnumber,
 
.toctext {
 
color: #000;
 
}
 
 
/*
 
body {
 
background: #000;
 
color: #fff;
 
}
 
 
.mw-content-ltr {
 
background: #000;
 
color: #fff;
 
}
 
*/
 
 
.editsection {
 
background-color: #000;
 
}
 

Revision as of 07:22, 30 August 2014

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