Difference between revisions of "MediaWiki:Vector.css"

From GargWiki
Jump to: navigation, search
Line 4: Line 4:
 
color: white;
 
color: white;
 
background-color: #151b54;
 
background-color: #151b54;
 +
}
 +
.firstHeading {
 +
    color: #FFFFFF;
 
}
 
}
 
a, a.external.text {
 
a, a.external.text {

Revision as of 20:50, 5 February 2020

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

BODY, table, #content, #mw-page-base {
	color: white;
	background-color: #151b54;
}
.firstHeading {
    color: #FFFFFF;
}
a, a.external.text {
    color: #ffff00;
}
a:visited, a.external.text:visited  {
    color: #00ff00;
}
a:active, a.external.text:active {
    color: #ffa500;
}
fieldset {
      border: 1px solid #2f6fab;
}
.mw-headline {
      color: #FFFFFF;
}
div#footer ul li {
      color: #FFFFFF;
}