|
|
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| @import url("https://en.wikipedia.org/w/index.php?title=User:Tollens/darkTheme.css&action=raw&bcache=1&maxage=86400&ctype=text/css") screen; /* Backlink: [[User:Tollens/darkTheme.css]] */
| | |
| :root {
| |
| --text-color: 240, 240, 240; /* Used for nearly all text */
| |
| --main-color: 24, 24, 24; /* Used as the primary background color */
| |
| --accent-color: 38, 38, 38; /* Used as the secondary background color */
| |
| --unvisited-link-color: 107, 162, 250; /* Used for the text color of all unvisited links */
| |
| --visited-link-color: 115, 102, 255; /* Used for the text color of all visited links */
| |
| --redlink-color: 255, 51, 51; /* Used for links to nonexistent pages (overrides other link colors) */
| |
| --timestamp-link-color: 200, 200, 200; /* Used for comment permalinks (timestamp of all talk page comments) */
| |
| --header-background-color: 74, 74, 74; /* Used behind titles of infoboxes, navigation boxes, some tables, etc. */
| |
| --important-button-color: 51, 102, 204; /* Used for important buttons such as 'Publish Changes' */
| |
| --negative-color: 255, 37, 37; /* Used on items associated with something negative (removed text in page histories, reverting, etc.) */
| |
| --positive-color: 41, 202, 44; /* Used on items associated with something positive (added text in page histories, accepting a change, etc.) */
| |
| --diff-added-color: 128, 193, 255; /* Used as the background behind added text in diffs */
| |
| --diff-deleted-color: 251, 200, 80; /* Used as the background behind removed text in diffs */
| |
| --accented-border-color: 170, 170, 170; /* Used for many borders, including tables, navigation boxes, etc. */
| |
| }
| |