MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
/*
 
body {
 
background: #000;
 
color: #fff;
 
}
 
*/
 
  
 
div#content {
 
div#content {
Line 29: Line 22:
 
}
 
}
  
/*
+
#preftoc {
.editsection {
+
background-color#000;
background-color: #000;
 
 
}
 
}
*/
 

Revision as of 19:42, 15 March 2013

/* 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: #059;
color: #000;
padding-left: 0.2em;
}

h2 {
background-color: #095;
color: #000;
padding-left: 0.2em;
}

#preftoc {
background-color#000;
}