User:Jamalito/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url("https://en.wikipedia.org/w/index.php?title=User:Tollens/darkTheme.css&action=raw&bcache=1&maxage=86400&ctype=text/css") screen;
:root {
	--text-color: 240, 240, 240;               /* Used for nearly all text */
	--main-color: 60, 60, 60;                  /* Used as the primary background color */
	--accent-color: 38, 38, 38;                /* Used as the secondary background color */
	--unvisited-link-color: 102, 204, 255;      /* Used for the text color of all unvisited links */
	--visited-link-color: 255, 51, 51;        /* Used for the text color of all visited links */
	--redlink-color: 70, 255, 0;               /* Used for links to nonexistent pages (overrides other link colors) */
	--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. */
}

.oo-ui-labelElement-label {
	text-shadow: 0px 0px;
}