MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m
m
Line 42: Line 42:
  
 
div#p-navigation.portal {
 
div#p-navigation.portal {
background-color: #3c3;
+
background-color: #000;
 +
border: 2px solid #3c3;
 
}
 
}
  
Line 49: Line 50:
 
color: #000;
 
color: #000;
 
font-weight: bold;
 
font-weight: bold;
font-variant: small-caps;
+
/*font-variant: small-caps;*/
 +
text-transform: uppercase;
 
}
 
}
  
 
div#p-navigation.portal div.body {
 
div#p-navigation.portal div.body {
 
background-color: #000;
 
background-color: #000;
border: 2px solid #3c3;
+
/*border: 2px solid #3c3;*/
 
}
 
}

Revision as of 05:21, 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 {
color: #f90;
border: 5px solid #f90;
font-weight: bold;
font-variant: small-caps;
}

div#p-navigation.portal {
background-color: #000;
border: 2px solid #3c3;
}

div#p-navigation.portal h5 {
background-color: #3c3;
color: #000;
font-weight: bold;
/*font-variant: small-caps;*/
text-transform: uppercase;
}

div#p-navigation.portal div.body {
background-color: #000;
/*border: 2px solid #3c3;*/
}