MediaWiki:Common.css: Difference between revisions

From Now That's What I Call Music Wiki
No edit summary
No edit summary
Line 52: Line 52:
a:link.extiw { color: #00ff00; } /* interwiki links */
a:link.extiw { color: #00ff00; } /* interwiki links */
a:link.external { color: #00ff00; } /* external links */
a:link.external { color: #00ff00; } /* external links */
a:link.stub { color: #00ff00; } /* hovered links */
a:link.stub { color: #0056a5; } /* hovered links */


a:link {color: #1a8bf3}
a:link {color: #1a8bf3}
a:visited {color: #1a8bf3}
a:visited {color: #1a8bf3}
a:hover {color: #00ff00}
a:hover {color: #0056a5}
a:active {color: #00ff00}
a:active {color: #00ff00}



Revision as of 18:41, 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 { display: none; }

body{ background: dark charcoal; }

#mw-content-container { background-color: #333333; }

#mw-content { background-color: #555555; }

#site-tools { background-color: #555555; 
color: #dddddd;}

/* standard link colors */
a:link { color: #1a8bf3; } /* normal unvisited links */
a:link:visited { color: #1a8bf3; } /* visited links */
a:link:active { color: #00ff00; } /* active links */
a:link.new { color: #f31aa4; } /* new links */
a:link.extiw { color: #00ff00; } /* interwiki links */
a:link.external { color: #00ff00; } /* external links */
a:link.stub { color: #0056a5; } /* hovered links */

a:link {color: #1a8bf3}
a:visited {color: #1a8bf3}
a:hover {color: #0056a5}
a:active {color: #00ff00}

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

#mw-header-container {background-color: #111111; color: #eeeeee;}