MediaWiki:Common.css: Difference between revisions

From Now That's What I Call Music Wiki
No edit summary
No edit summary
Line 38: Line 38:
body{ background: dark charcoal; }
body{ background: dark charcoal; }


.mw-content{ background: dark charcoal; }
.mw-content-container { background-color: dark charcoal; }

Revision as of 16:44, 1 August 2022

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

.tocnumber { display: none; }

label.checkboxLabel {
width: 200px;
display: block;
float: left;
}

label.radioButtonItem {
width: 200px;
display: block;
float: left;
}

h1 {
    font-family: Trebuchet MS;
}

#mw-headline {
    font-family: Trebuchet MS;
font: 20px;
}

#firstHeading{
	font:bold 30px Trebuchet MS;
}

.mw-body-content h2 {
    font:italic 20px Trebuchet MS;
}

span.whitelink a { color: white; }

#footer-places { display: none; }

body{ background: dark charcoal; }

.mw-content-container { background-color: dark charcoal; }