MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m
Line 15: Line 15:
  
 
a#togglelink.internal {
 
a#togglelink.internal {
color:#fff;
+
color:#000;
 
}
 
}
  
Line 24: Line 24:
 
.thumbcaption {
 
.thumbcaption {
 
color:#000;
 
color:#000;
 +
}
 +
 +
#toctitle h2 {
 +
color: #000;
 
}
 
}

Revision as of 09:34, 31 August 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;
}

a#togglelink.internal {
color:#000;
}

.editsection {
background-color: #000;
}

.thumbcaption {
color:#000;
}

#toctitle h2 {
color: #000;
}