MediaWiki:Colors.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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
:root {
--theme-body-dynamic-color-1: #fff;
--theme-body-dynamic-color-1--rgb: 255,255,255;
--theme-body-dynamic-color-2: #e6e6e6;
--theme-body-dynamic-color-2--rgb: 230,230,230;
--theme-page-dynamic-color-1: #fff;
--theme-page-dynamic-color-1--rgb: 255,255,255;
--theme-page-dynamic-color-1--inverted: #000;
--theme-page-dynamic-color-1--inverted--rgb: 0,0,0;
--theme-page-dynamic-color-2: #e6e6e6;
--theme-page-dynamic-color-2--rgb: 230,230,230;
--theme-sticky-nav-dynamic-color-1: #fff;
--theme-sticky-nav-dynamic-color-1--rgb: 255,255,255;
--theme-sticky-nav-dynamic-color-2: #e6e6e6;
--theme-sticky-nav-dynamic-color-2--rgb: 230,230,230;
--theme-link-dynamic-color-1: #fff;
--theme-link-dynamic-color-1--rgb: 255,255,255;
--theme-link-dynamic-color-2: #e6e6e6;
--theme-link-dynamic-color-2--rgb: 230,230,230;
--theme-accent-dynamic-color-1: #fff;
--theme-accent-dynamic-color-1--rgb: 255,255,255;
--theme-accent-dynamic-color-2: #e6e6e6;
--theme-accent-dynamic-color-2--rgb: 230,230,230;
--theme-body-background-color: #0a0200;
--theme-body-background-color--rgb: 10,2,0;
--theme-body-background-image: none;
--theme-body-text-color: #fff;
--theme-body-text-color--rgb: 255,255,255;
--theme-body-text-color--hover: #cccccc;
--theme-sticky-nav-background-color: #891100;
--theme-sticky-nav-background-color--rgb: 137,17,0;
--theme-sticky-nav-text-color: #fff;
--theme-sticky-nav-text-color--hover: #cccccc;
--theme-page-background-color: #000000;
--theme-page-background-color--rgb: 0,0,0;
--theme-page-background-color--secondary: #262626;
--theme-page-background-color--secondary--rgb: 38,38,38;
--theme-page-text-color: #e6e6e6;
--theme-page-text-color--rgb: 230,230,230;
--theme-page-text-color--hover: #b3b3b3;
--theme-page-text-mix-color: #737373;
--theme-page-text-mix-color-95: transparent;
--theme-page-accent-mix-color: #450900;
--theme-page-headings-font: 'Rubik';
--theme-link-color: #8b0000;
--theme-link-color--rgb: 139,0,0;
--theme-link-color--hover: #f10000;
--theme-link-label-color: #fff;
--theme-accent-color: #891100;
--theme-accent-color--rgb: 137,17,0;
--theme-accent-color--hover: #ee1d00;
--theme-accent-color-rgba: 215,243,0;
--theme-accent-color--rgba: 228,193,121;
--theme-accent-label-color: #fff;
--theme-border-color: #3a3a3a;
--theme-border-color--rgb: 58,58,58;
--theme-alert-color: #bf0017;
--theme-alert-color--rgb: 191,0,23;
--theme-alert-color--hover: #fe2540;
--theme-alert-color--secondary: #e7001b;
--theme-alert-label: #fff;
--theme-warning-color: #cf721c;
--theme-warning-color--rgb: 207,114,28;
--theme-warning-color--secondary: #cf721c;
--theme-warning-label: #000;
--theme-success-color: #0c742f;
--theme-success-color--rgb: 12,116,47;
--theme-success-color--secondary: #0d8636;
--theme-success-label: #fff;
--theme-message-color: #8d3d7f;
--theme-message-label: #fff;
--theme-community-header-color: #FFFFFF;
--theme-community-header-color--hover: #cccccc;
--theme-background-image-opacity: 100%;
--theme-page-text-opacity-factor: 0.7;
--theme-body-text-opacity-factor: 0.7;
--theme-link-decoration: none;
--custom-tabs-default-active-color: #000000;
--custom-tabs-default-inactive-color: #000000;
--custom-tabs-default-inactive-hover-color: #000000;
--custom-tabs-default-active-bg: var(--theme-accent-color);
--custom-tabs-default-inactive-bg: rgba(var(--theme-accent-color-rgba), 0.6);
--custom-tabs-default-inactive-hover-bg: var(--theme-accent-color);
--custom-tabs-secondary-active-color: #000000;
--custom-tabs-secondary-inactive-color: #000000;
--custom-tabs-secondary-inactive-hover-color: #000000;
--custom-tabs-secondary-active-bg: #A199CF;
--custom-tabs-secondary-inactive-bg: rgba(161, 153, 207, 0.6);
--custom-tabs-secondary-inactive-hover-bg: #A199CF;
--custom-tabs-tertiary-active-color: #000000;
--custom-tabs-tertiary-inactive-color: #000000;
--custom-tabs-tertiary-inactive-hover-color: #000000;
--custom-tabs-tertiary-active-bg: #88A1FB;
--custom-tabs-tertiary-inactive-bg: rgba(136, 161, 251, 0.6);
--custom-tabs-tertiary-inactive-hover-bg: #88A1FB;
}