Jump to content

User:Hammi.py/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.
/*
from: 
https://en.wikipedia.org/w/index.php?title=User:Tollens/darkTheme&oldid=1196408014
*/

@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 */
    --text-color             : 180, 180, 180;  /* all text */
    --unvisited-link-color   : 107, 107, 160;  /* links unvisited */
    --visited-link-color     : 115, 102, 255;  /* links visited */
    --redlink-color          : 255,  51,  51;  /* links nonexistant */
    
    /* background */
    --main-color             :  25,  25,  25;  /* primary*/
    --accent-color           :  30,  30,  30;  /* secondary */
    --header-background-color:  35,  35,  35;  /* (infoboxes, navigation boxes, some tables, etc.) */
    --diff-added-color       : 128, 193, 255;  /* text in diffs added*/
    --diff-deleted-color     : 251, 200,  80;  /* text in diffs removed*/
    
    /* buttons */
    --important-button-color :  51, 102, 204;  /* important buttons such as 'Publish Changes' */
    
    /* items */
    --negative-color         : 255,  37,  37;  /* (removed text in page histories, reverting, etc.) */
    --positive-color         :  41, 202,  44;  /* (added text in page histories, accepting a change, etc.) */
    
    /* borders */
    --accented-border-color  : 120, 120, 120;  /* tables, navigation boxes, etc. */
}