User:Cyrus/common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
@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. */ }