MediaWiki:Common.css: Difference between revisions

From Now That's What I Call Music Wiki
No edit summary
No edit summary
Line 199: Line 199:


.multipleTemplateInstance { padding: 0px !important;
.multipleTemplateInstance { padding: 0px !important;
}
ol.smw-format.ol-format.randomalbum {
    column-count: 2;
}
}

Revision as of 16:31, 5 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;
}

.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;
}

#footer-places { display: none; }

#edittab { display: none; }

#firstHeading { display: none; }

.mw-editsection { display: none; }

body{ background: dark charcoal; }

#mw-content-container { background-color: #333333;
		border-bottom: solid 4px #ffc411;
}

#mw-content { background-color: rgba(201, 76, 76, 0.0); 
	border-style: none !important;
}

.templateForm { background-color: rgba(201, 76, 76, 0.0); 
	border-style: none !important;
}

#site-tools { display: none;
background-color: #555555 !important; 
color: #dddddd;}

#smw-property-req-violation-change-propagation-locked-error {
color: #000000;}

.multipleTemplateInstance { background-color: #555555 !important; 
color: #dddddd;}

#site-navigation { background-color: #555555 !important; 
color: #dddddd;}

#page-tools { background-color: #555555 !important; 
color: #dddddd;}

#catlinks-sidebar { background-color: #555555 !important; 
color: #dddddd;}

.select2-match-entire { background-color: #555555 !important; 
color: #dddddd;}

.select2-selection__choice { background-color: #555555 !important; 
color: #dddddd;}

/* standard link colors */
a:link { color: #1a8bf3; } /* normal unvisited links */
a:link:visited { color: #6bb1f2; } /* visited links */
a:link:active { color: #1a67f3; } /* active links */
a:link.new { color: #f31aa4; } /* new links */
a:link.extiw { color: #1a67f3; } /* interwiki links */
a:link.external { color: #1a67f3; } /* external links */
a:link.stub { color: #009da5; } /* hovered links */

a:link {color: #1a8bf3}
a:visited {color: #6bb1f2}
a:hover {color: #729c0c}
a:hover:visited {color: #729c0c}
a:active {color: #00ff00}
a.new:visited { color: #f31aa4 !IMPORTANT; }

/* Whitelink */
span.whitelink a:link { color: #ffffff; } /* normal unvisited links */
span.whitelink a:link:hover { color: #000000; } /* normal unvisited links */
span.whitelink a:visited { color: #ffffff; } /* visited links */
span.whitelink a:link:active { color: #ffffff; } /* active links */
span.whitelink a:link.new { color: #ffffff; } /* new links */
span.whitelink a:link.extiw { color: #ffffff; } /* interwiki links */
span.whitelink a:link.external { color: #ffffff; } /* external links */
span.whitelink a:link.external.visited { color: #ffffff; } /* external links */
span.whitelink a:link.stub { color: #ffffff; } /* hovered links */

.mw-body-content a.external {color: #ffc411 !important;}
.mw-body-content a.external:visited {color: #ffc411 !important;}
.mw-body-content a.external:hover {color: #ff7b11  !important;}


.mw-body-content {color: #dddddd;}

.p-banner a {color: #dddddd;
}

.siteSub {color: #dddddd;
}

#mw-header-container {background-color: #111111 ; 
	    font-family: Trebuchet MS;
}

.mw-wiki-title long {
		    font-family: Trebuchet MS;
}

#p-banner {
		    font-family: Trebuchet MS;
}

#mw-header-container {color: #eeeeee!important;}
.mw-page-header-links {color: #eeeeee!important;}
#mw-header-container a {color: #eeeeee!important;}
.mw-page-header-links a {color: #eeeeee!important;}

#mw-page-header-links {color: #eeeeee!important;}
.mw-page-header-links {color: #eeeeee!important;}
#mw-page-header-links a {color: #eeeeee!important;}
.mw-page-header-links a {color: #eeeeee!important;}

#personal .dropdown {
	background: #222!important;
	border: solid #000;
}
@media screen and (max-width: 850px) {
#mw-content-block {
	padding: 20px;
	background: #333333;
}}

.color-left {
	background: #f63025;
}

.color-right {
	background: #729c0c;
}

.color-middle {
	background: #1a8bf3;
}


@media screen and (max-width: 719px) {
	.thumb {
		float: none;
	}
	.thumb, .thumbinner {
		margin-left: auto;
		margin-right: auto;
	}
}

#content a.external {
    background: none !important;
    padding: 0 !important;
}

.instanceMain { padding: 0px !important;
}

.multipleTemplateInstance { padding: 0px !important;
}
ol.smw-format.ol-format.randomalbum {
    column-count: 2;
}