MediaWiki:Common.css: Difference between revisions
From Now That's What I Call Music Wiki
(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 Tag: Reverted |
||
Line 37: | Line 37: | ||
#footer-places-about { display: none; } | #footer-places-about { display: none; } | ||
#footer-places-disclaimer { display: none; } | #footer-places-disclaimer { display: none; } | ||
html { | |||
background: rgb(0,0,0) !important; | |||
height: 100%; | |||
font-size: 1.1em; | |||
filter: brightness(100%) contrast(100%) grayscale(0%) !important; | |||
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important; | |||
overflow-x: hidden; | |||
} | |||
body { | |||
margin: 0; | |||
background: #000; | |||
color: #ccccff; | |||
font-family: 'Merriweather', serif; | |||
} | |||
a { | |||
color: #cc6600; | |||
} | |||
a:hover, a:visited { | |||
color: #cc3300; | |||
} | |||
h1 { | |||
color: white; | |||
text-shadow: 1px 1px 1px #000; | |||
font-size: 40px !important; | |||
} | |||
h1, h2, h3, h4 { | |||
color: #6699ff; | |||
font-family: 'Merriweather', serif; | |||
} |
Revision as of 16:14, 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-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }
html {
background: rgb(0,0,0) !important;
height: 100%;
font-size: 1.1em;
filter: brightness(100%) contrast(100%) grayscale(0%) !important;
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important;
overflow-x: hidden;
}
body {
margin: 0;
background: #000;
color: #ccccff;
font-family: 'Merriweather', serif;
}
a {
color: #cc6600;
}
a:hover, a:visited {
color: #cc3300;
}
h1 {
color: white;
text-shadow: 1px 1px 1px #000;
font-size: 40px !important;
}
h1, h2, h3, h4 {
color: #6699ff;
font-family: 'Merriweather', serif;
}