User:Sky/vector.css
< User:Sky
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/**
* Base CSS from OSRS Wiki (https://oldschool.runescape.wiki),
* licensed under CC-BY-NC-SA 3.0 (https://creativecommons.org/licenses/by-nc-sa/3.0).
* All modifications licensed under CC-BY-NC-SA 3.0, NOT 4.0, as per SA term.
*/
body:not(.theme-dark-grey,.theme-dark) {
/* Color defs */
--body-main: #e2dbc8;
--body-light: #d8ccb4;
--body-mid: #d0bd97;
--body-dark: #b8a282;
--body-border: #94866d;
--body-background-color: #c0a886;
--button-background: #605443;
--button-color: white;
--button-border: #3c352a;
--button-dark: #18140c;
--button-light: #3a301d;
--sidebar: #cfc08d;
--search-box: #efeee6;
--background-text-color: #444;
--background-link-color: #52351e;
--link-color: #936039;
--redlink-color: #ba0000;
--text-color: black;
}
/* Fixing vector default */
html {
background-image: none; /* Unset background image for now */
background-color: var(--sidebar);
}