MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m
m
Line 35: Line 35:
  
 
.firstHeading {
 
.firstHeading {
background-color: #f00;
+
background-color: #f90;
 
}
 
}

Revision as of 05:06, 4 September 2014

/* CSS placed here will be applied to all skins */
a {
color: #3a75c4;
text-decoration:underline;
}

a:visited {
color: #095;
text-decoration: none;
}

a.new {
color:#f00;
}

.toctoggle {
color:#000;
}

.editsection {
background-color: #000;
}

.thumbcaption {
color:#000;
}

#toctitle h2 {
color: #000;
}

div#content.mw-body {
background-color: #000;
}

.firstHeading {
background-color: #f90;
}