|
|
(221 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| /* 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; }
| |
|
| |
| #footer-places { display: none; }
| |
|
| |
| body{ background: dark charcoal; }
| |
|
| |
| #mw-content-container { background-color: #333333; }
| |
|
| |
| #mw-content { background-color: rgba(201, 76, 76, 0.0); }
| |
|
| |
| #site-tools { 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;}
| |
|
| |
| /* 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;}
| |
|
| |
| .p-banner a {color: #dddddd;
| |
| }
| |
|
| |
| .siteSub {color: #dddddd;
| |
| }
| |
|
| |
| #mw-header-container {background-color: #111111 ; }
| |
|
| |
| #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 {
| |
| background: #555555;
| |
| }}
| |