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
 
(261 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 {
#mw-searchoptions {
width: 200px;
display: none !important;
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: #333333; }
#mw-content { background-color: #555555; }
#site-tools { background-color: #555555; }
/* standard link colors */
.mw-body a:link { color: #fc0266; } /* normal unvisited links */
.mw-body a:link:visited { color: #00FF00; } /* visited links */
.mw-body a:link:active { color: #1e8ff9; } /* active links */
.mw-body a:link.new { color: #1e8ff9; } /* new links */
.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */
.mw-body a:link.external { color: #3366BB; } /* external links */
.mw-body a:link.stub { color: #FF00FF; } /* hovered links */
.mw-body a:link {color: #fc0266}
.mw-body a:visited {color: #00FF00}
.mw-body a:hover {color: #FF00FF}
.mw-body a:active {color: #1e8ff9}

Latest revision as of 18:34, 11 June 2025

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

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