MediaWiki:Timeless.css: Difference between revisions

From Allocosm
(Created page with " .color-left { background: #006699; } .color-right { background: #006699; } #mw-content h1.firstHeading { border-bottom: solid 4px #006699; } #mw-content-container {...")
 
(No difference)

Latest revision as of 22:59, 15 January 2018

.color-left {
	background: #006699;
}

.color-right {
	background: #006699;
}

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

#mw-content-container {
    border-bottom: solid 1px #006699; !important
}

#mw-content
h3
{
	text-decoration: underline #cccccc;
	text-decoration-skip: ink;
}

#mw-related-navigation
{
    float: right;
    clear: right;
    margin-top: -0.5em;
    padding-right: unset;
    padding-left: 1em;
}