MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
m
m
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
 +
/*
 
body {
 
body {
 
background: #000;
 
background: #000;
Line 26: Line 27:
 
background-color: #000;
 
background-color: #000;
 
}
 
}
 +
*/

Revision as of 06:20, 30 August 2014

/* CSS placed here will affect users of the Vector skin */

/*
body {
background: #000;
color: #fff;
}

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

.editsection {
background-color: #000;
}
*/