MediaWiki: Common.css: Difference between revisions

From Now That's What I Call Music Wiki
Jump to: navigation, search
No edit summary
 
No edit summary
 
(281 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.mw-search-profile-tabs {
/* CSS placed here will be applied to all skins */
display: none !important;
 
.tocnumber { display: none; }
 
label.checkboxLabel {
width: 200px;
display: block;
float: left;
}
 
label.radioButtonItem {
width: 200px;
display: block;
float: left;
}
}


h1 {
#mw-searchoptions {
    font-family: Trebuchet MS;
display: none !important;
}
}
#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; }

Latest revision as of 18:34, 11 June 2025

.mw-search-profile-tabs {
	display: none !important;
}

#mw-searchoptions {
	display: none !important;
}