|
|
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
| @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap');
| |
|
| |
| :root{
| |
| /* start font settings */
| |
| --wiki-body-font-family: 'Barlow',sans-serif;
| |
| --wiki-heading-font-family: 'Barlow',sans-serif;
| |
| --wiki-sidebar-heading-font-family: 'Barlow',sans-serif;
| |
| /* end font settings */
| |
|
| |
| /* start design variables */
| |
| --wiki-sidebar-border-radius:4px; /* these two variables must have units specified even if 0, ignore the warning */
| |
| --wiki-sidebar-portal-spacing:6px;
| |
|
| |
| --wiki-content-border-width:1px;
| |
| --wiki-sidebar-border-width:1px;
| |
| /* end design variables */
| |
|
| |
| --wiki-body-background-color: #171717;
| |
| --wiki-body-background-color--rgb: 23, 23, 23;
| |
| --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (not at the File: page) */
| |
|
| |
| --wiki-content-background-color: #202020;
| |
| --wiki-content-background-color--rgb: 32,32,32;
| |
| --wiki-content-background-opacity: 0.9;
| |
| --wiki-content-background-color--secondary: #2b2b2b;
| |
| --wiki-content-background-color--secondary--rgb: 43,43,43;
| |
| --wiki-content-border-color: #3483eb;
| |
| --wiki-content-border-color--rgb: 52, 131, 235;
| |
| --wiki-content-link-color: #6d8afb;
| |
| --wiki-content-link-color--rgb: 109,138,251;
| |
| --wiki-content-text-mix-color: #9b9b9b;
| |
| --wiki-content-text-mix-color--rgb: 155,155,155;
| |
| --wiki-content-text-mix-color-95: #2a2a2a;
| |
| --wiki-content-text-mix-color-95--rgb: 42,42,42;
| |
| /* [ DARK THEME ] */
| |
| --wiki-accent-color: #4b90eb;
| |
| --wiki-accent-color--rgb: 75,144,235;
| |
| --wiki-accent-color--hover: #3483eb;
| |
| --wiki-accent-color--hover--rgb: 52,131,235;
| |
| --wiki-accent-label-color: #000;
| |
| --wiki-accent-label-color--rgb: 0,0,0;
| |
| --wiki-accent-link-color: #22214d;
| |
| --wiki-accent-link-color--rgb: 34, 33, 77;
| |
|
| |
|
| |
| --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */
| |
| /**/
| |
|
| |
|
| |
| /*******************
| |
| * Maybe edit these * [ DARK THEME, if you are making a light theme edit the other block ]
| |
| ********************/
| |
| --wiki-body-background-position: top center;
| |
| --wiki-body-background-size:cover;
| |
| --wiki-body-background-repeat: no-repeat;
| |
| --wiki-body-background-attachment: fixed;
| |
|
| |
| --wiki-content-text-color: #ededed;
| |
| --wiki-content-text-color--rgb: 237,237,237;
| |
| --wiki-content-link-color--visited: var(--wiki-content-link-color);
| |
| --wiki-content-link-color--visited--rgb: var(--wiki-content-link-color--rgb);
| |
| --wiki-content-link-color--hover: var(--wiki-content-link-color);
| |
| --wiki-content-link-color--hover--rgb: var(--wiki-content-link-color--rgb);
| |
| --wiki-content-redlink-color: #FC5B4F;
| |
| --wiki-content-redlink-color--rgb: 252,91,79;
| |
|
| |
| --wiki-content-heading-color: var(--wiki-content-text-color);
| |
| --wiki-content-heading-color--rgb: var(--wiki-content-text-color--rgb);
| |
| /* [ DARK THEME ] */
| |
| --wiki-sidebar-background-color: var(--wiki-content-background-color);
| |
| --wiki-sidebar-background-color--rgb: var(--wiki-content-background-color--rgb);
| |
| --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity);
| |
| --wiki-sidebar-border-color: var(--wiki-content-border-color);
| |
| --wiki-sidebar-border-color--rgb: var(--wiki-content-border-color--rgb);
| |
| --wiki-sidebar-link-color: var(--wiki-content-link-color);
| |
| --wiki-sidebar-link-color--rgb: var(--wiki-content-link-color--rgb);
| |
| --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover);
| |
| --wiki-sidebar-link-color--hover--rgb: var(--wiki-content-link-color--hover--rgb);
| |
| --wiki-sidebar-heading-color: var(--wiki-content-heading-color);
| |
| --wiki-sidebar-heading-color--rgb: var(--wiki-content-heading-color--rgb);
| |
| /* [ DARK THEME ] */
| |
| --wiki-navigation-background-color: var(--wiki-content-background-color--secondary);
| |
| --wiki-navigation-background-color--rgb: var(--wiki-content-background-color--secondary--rgb);
| |
| --wiki-navigation-background-color--secondary: var(--wiki-content-background-color);
| |
| --wiki-navigation-background-color--secondary--rgb: var(--wiki-content-background-color--rgb);
| |
| --wiki-navigation-border-color: var(--wiki-content-border-color);
| |
| --wiki-navigation-border-color--rgb: var(--wiki-content-border-color--rgb);
| |
| --wiki-navigation-text-color: var(--wiki-content-link-color);
| |
| --wiki-navigation-text-color--rgb: var(--wiki-content-link-color--rgb);
| |
| --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover);
| |
| --wiki-navigation-text-color--hover--rgb: var(--wiki-content-link-color--hover--rgb);
| |
| --wiki-navigation-selected-background-color: var(--wiki-content-background-color);
| |
| --wiki-navigation-selected-background-color--rgb: var(--wiki-content-background-color--rgb);
| |
| --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color);
| |
| --wiki-navigation-selected-border-color--rgb: var(--wiki-navigation-border-color--rgb);
| |
| --wiki-navigation-selected-text-color: var(--wiki-content-text-color);
| |
| --wiki-navigation-selected-text-color--rgb: var(--wiki-content-text-color--rgb);
| |
| /* [ DARK THEME ] */
| |
| --wiki-neutral-color: var(--wiki-content-text-mix-color);
| |
| --wiki-neutral-color--rgb: var(--wiki-content-text-mix-color--rgb);
| |
| --wiki-alert-color: #ff576a;
| |
| --wiki-alert-color--rgb: 255,87,106;
| |
| --wiki-warning-color:#cf721c;
| |
| --wiki-warning-color--rgb: 207,114,28;
| |
| --wiki-success-color: #13aa45;
| |
| --wiki-success-color--rgb: 19,170,69;
| |
| /**/
| |
|
| |
|
| |
| /***********************************
| |
| * Likely do not need to edit these * [ DARK THEME, if you are making a light theme edit the other block ]
| |
| ************************************/
| |
| --wiki-body-dynamic-color: #ffffff;
| |
| --wiki-body-dynamic-color--rgb: 255,255,255;
| |
| --wiki-body-dynamic-color--inverted: #000000;
| |
| --wiki-body-dynamic-color--inverted--rgb: 0,0,0;
| |
| --wiki-body-dynamic-color--secondary: #dddddd;
| |
| --wiki-body-dynamic-color--secondary--rgb: 221,221,221;
| |
| --wiki-body-dynamic-color--secondary--inverted: #333333;
| |
| --wiki-body-dynamic-color--secondary--inverted--rgb: 51,51,51;
| |
|
| |
| --wiki-content-border-color--secondary: rgba(var(--wiki-content-border-color--rgb), 0.5);
| |
| --wiki-content-border-color--secondary--rgb: var(--wiki-content-border-color--rgb);
| |
| --wiki-content-border-color--accent: rgba(var(--wiki-accent-color--rgb), 0.5);
| |
| --wiki-content-border-color--accent--rgb: var(--wiki-accent-color--rgb);
| |
| --wiki-content-link-label-color: #000;
| |
| --wiki-content-link-label-color--rgb: 0,0,0;
| |
| --wiki-content-dynamic-color: #ffffff;
| |
| --wiki-content-dynamic-color--rgb: 255, 255, 255;
| |
| --wiki-content-dynamic-color--inverted: #000000;
| |
| --wiki-content-dynamic-color--inverted--rgb: 0, 0, 0;
| |
| --wiki-content-dynamic-color--secondary: #dddddd;
| |
| --wiki-content-dynamic-color--secondary--rgb: 221, 221, 221;
| |
| --wiki-content-dynamic-color--secondary--inverted: #333333;
| |
| --wiki-content-dynamic-color--secondary--inverted--rgb: 51, 51, 51;
| |
| /* [ DARK THEME ] */
| |
| --wiki-alert-label-color: #000000;
| |
| --wiki-alert-label-color--rgb: 0,0,0;
| |
| --wiki-warning-label-color: #000000;
| |
| --wiki-warning-label-color--rgb: 0, 0, 0;
| |
| --wiki-success-label-color: #000000;
| |
| --wiki-success-label-color--rgb: 0,0,0;
| |
|
| |
| --wiki-icon-general-filter: invert(100%);
| |
| }
| |