MediaWiki:Common.css: Difference between revisions

From Allocosm
(Created page with "→‎CSS placed here will be applied to all skins: .color-left { background: #006699; } .color-right { background: #006699; }")
 
No edit summary
Line 7: Line 7:
.color-right {
.color-right {
background: #006699;
background: #006699;
}
#mw-content h1.firstHeading {
    border-bottom: solid 4px #006699;
}
}

Revision as of 18:44, 2 January 2018

/* CSS placed here will be applied to all skins */

.color-left {
	background: #006699;
}

.color-right {
	background: #006699;
}

#mw-content h1.firstHeading {
    border-bottom: solid 4px #006699;
}