|
|
(10 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | /* All CSS here will be loaded for users of the Timeless skin */ | + | /* All CSS here will be loaded for users of the Timeless skin * |
| | | |
− | #h1, #h2, #h3, #h4, #h5, #h6 {
| + | /* CSS placed here will affect users of the Timeless skin */ |
− | color: black;
| |
− | background: none;
| |
− | font-weight: normal;
| |
− | margin: 0;
| |
− | padding-top: .5em;
| |
− | padding-bottom: .17em;
| |
− | border-bottom: 1px solid #aaa;}
| |
− | | |
− | /* Table of Contents */ | |
− | #toc {
| |
− | background-color: #4a4a4a;
| |
− | border: solid black;
| |
− | border-width: 2px 2px 0.2em;
| |
− | }
| |
− | | |
− | #mw-toc-heading { color: #FFFFFF; text-shadow: -1px 1px 2px #000,
| |
− | 1px 1px 2px #000,
| |
− | 1px -1px 0 #000,
| |
− | -1px -1px 0 #000;}
| |
− | | |
− | /* Middle Background */
| |
− | #mw-content { background-color: #4a4a4a;
| |
− | border: solid black;
| |
− | border-width: 2px 2px 0.2em; }
| |
− | | |
− | /* Navigation Bars on the left and right */
| |
− | #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
| |
− | background: #4a4a4a;
| |
− | border: solid black;
| |
− | border-width: 2px 2px 0.2em;
| |
− | padding: 1.25em 1.75em;
| |
− | box-shadow: 0 1px 2px 1px rgb(0 0 0 / 2%);
| |
− | padding: 1.5em 1.5em 0;
| |
− | margin: 1em 0;
| |
− | line-height: 1.125;
| |
− | word-wrap: break-word;
| |
− | font-size: 0.95em;
| |
− | }
| |
− | | |
− | | |
− | /* Background around the outside */
| |
− | #mw-content-block {
| |
− | background: #4a4a4a;
| |
− | color: #000000;
| |
− | local link - #faa700
| |
− | }
| |
− | | |
− | /* Background around the outside for wide screen*/
| |
− | #mw-content-container {
| |
− | background: #4a4a4a;
| |
− | border-bottom: solid 4px #00af89;
| |
− | background-image: url(/w/skins/Timeless/resources/images/cat.svg?16717);
| |
− | background-repeat: no-repeat;
| |
− | background-position: center 10em;
| |
− | }
| |
− | | |
− | #firstHeading { color: #FFFFFF; text-shadow: -1px 1px 2px #000,
| |
− | 1px 1px 2px #000,
| |
− | 1px -1px 0 #000,
| |
− | -1px -1px 0 #000;}
| |
− | | |
− | | |
− | /* Hyper Links */
| |
− | a {color:#faa700;}
| |
− | a:visited {color: #faa700;}
| |
− | a:hover {color: #faa700; text-decoration: underline;}
| |