MediaWiki: Common.css: Difference between revisions

From Now That's What I Call Music Wiki
Jump to: navigation, search
(Replaced content with "→‎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; } #foote...")
Tag: Replaced
No edit summary
 
(277 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 {
 
display: none !important;
.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 {
#mw-searchoptions {
    font:italic 20px Trebuchet MS;
display: none !important;
}
}
span.whitelink a { color: white; }
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }

Latest revision as of 18:34, 11 June 2025

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

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