MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m
m
Line 76: Line 76:
 
}
 
}
  
 +
.tocnumber,
 
.toctext {
 
.toctext {
 
color: #000;
 
color: #000;
 
}
 
}

Revision as of 19:45, 25 August 2014

/* CSS placed here will be applied to all skins */

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;
}