MediaWiki:Common.css: Difference between revisions
From Now That's What I Call Music Wiki
No edit summary |
No edit summary Tag: Reverted |
||
Line 43: | Line 43: | ||
span.whitelink a { color: white; } | span.whitelink a { color: white; } | ||
Revision as of 22:38, 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;
color: #dddddd;
}
#mw-headline {
font-family: Trebuchet MS;
font: 20px;
color: #dddddd;
}
#firstHeading{
font:bold 30px Trebuchet MS;
color: #dddddd;
border-bottom:0px !important;
}
.mw-body-content h2 {
font:italic 20px Trebuchet MS;
color: #dddddd;
}
.mw-body-content h2 {
font-family: Tahoma, sans-serif;
color: #dddddd;
}
span.whitelink a { color: white; }