MediaWiki:Theme-uwu-light.css

From Official Temtem Wiki
Jump to navigation Jump to search

In other languages: EspañolFrançais


CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.theme-uwu-light {
    --template-background-color-1: var(--wiki-content-background-color--secondary);
    --template-background-color-2: var(--wiki-navigation-background-color);
    --template-background-color-3: var(--wiki-content-text-mix-color-95);
    --template-background-color-4: var(--wiki-content-text-mix-color-95);
    --template-background-color-5: var(--wiki-content-accent-mix-color);
    --template-text-color-1: var(--wiki-navigation-text-color);
    --template-text-color-2: #fff;
    --template-text-color-3: var(--wiki-content-text-color);
    --template-text-color-4: var(--wiki-content-link-color);
    --template-border-color-1: var(--wiki-border-color);
    --wiki-content-border-image: url(https://temtem.wiki.gg/images/8/87/Mascot_border_light.png); /* [[file:Mascot border light.png]] */

    --wiki-body-dynamic-color-1: #000;
    --wiki-body-dynamic-color-1--rgb: 0, 0, 0;
    --wiki-body-dynamic-color-2: #3a3a3a;
    --wiki-body-dynamic-color-2--rgb: 58, 58, 58;
    --wiki-content-dynamic-color-1: #fff;
    --wiki-content-dynamic-color-1--rgb: 255, 255, 255;
    --wiki-content-dynamic-color-1--inverted: #000;
    --wiki-content-dynamic-color-1--inverted--rgb: 0, 0, 0;
    --wiki-content-dynamic-color-2: #e6e6e6;
    --wiki-content-dynamic-color-2--rgb: 230, 230, 230;
    --wiki-navigation-dynamic-color-1: #000;
    --wiki-navigation-dynamic-color-1--rgb: 0, 0, 0;
    --wiki-navigation-dynamic-color-2: #3a3a3a;
    --wiki-navigation-dynamic-color-2--rgb: 58, 58, 58;
    --wiki-content-link-dynamic-color-1: #000;
    --wiki-content-link-dynamic-color-1--rgb: 0, 0, 0;
    --wiki-content-link-dynamic-color-2: #3a3a3a;
    --wiki-content-link-dynamic-color-2--rgb: 58, 58, 58;
    --wiki-accent-dynamic-color-1: #fff;
    --wiki-accent-dynamic-color-1--rgb: 255, 255, 255;
    --wiki-accent-dynamic-color-2: #e6e6e6;
    --wiki-accent-dynamic-color-2--rgb: 230, 230, 230;
    --wiki-body-background-color: #42e2e2;
    --wiki-body-background-color--rgb: 66, 226, 226;
    --wiki-body-background-image: url(https://temtem.wiki.gg/images/8/8e/Mascot_background_light.png);  /* [[File:Mascot background light.png]] */
    --wiki-body-text-color: #000;
    --wiki-body-text-color--rgb: 0, 0, 0;
    --wiki-body-text-color--hover: #333333;
    --wiki-navigation-background-color: #c5dcd9;
    --wiki-navigation-background-color--rgb: 197, 220, 217;
    --wiki-navigation-text-color: #000;
    --wiki-navigation-text-color--hover: #333333;
    --wiki-content-background-color: #2c7d80;
    --wiki-content-background-color--rgb: 44, 125, 128;
    --wiki-content-background-color--secondary: #4c9193;
    --wiki-content-background-color--secondary--rgb: 76, 145, 147;
    --wiki-content-text-color: #e6e6e6;
    --wiki-content-text-color--rgb: 230, 230, 230;
    --wiki-content-text-color--hover: #b3b3b3;
    --wiki-content-text-mix-color: #89b2b3;
    --wiki-content-text-mix-color-95: #358285;
    --wiki-content-accent-mix-color: #41736d;
    --wiki-content-link-color: #fffe5d;
    --wiki-content-link-color--rgb: 255, 254, 93;
    --wiki-content-link-color--hover: #fffec3;
    --wiki-content-link-label-color: #000;
    --wiki-accent-color: #566959;
    --wiki-accent-color--rgb: 86, 105, 89;
    --wiki-accent-color--hover: #879d8b;
    --wiki-accent-label-color: #fff;
    --wiki-border-color: #5b979a;
    --wiki-border-color--rgb: 91, 151, 154;
    --wiki-alert-color: #53000a;
    --wiki-alert-color--rgb: 83, 0, 10;
    --wiki-alert-color--hover: #b90016;
    --wiki-alert-label: #fff;
    --wiki-warning-color: #f2c8a1;
    --wiki-warning-color--rgb: 242, 200, 161;
    --wiki-warning-label: #000;
    --wiki-success-color: #042a11;
    --wiki-success-color--rgb: 4, 42, 17;
    --wiki-success-label: #fff;
    --wiki-message-color: #3c1a36;
    --wiki-message-label: #fff;
}

body {
    background: var(--wiki-body-background-image) repeat;
    background-color: var(--wiki-body-background-color);
    background-position-y: 35px;
}

#content {
    border: 2px solid #e6d7ad;
    border-image: var(--wiki-content-border-image);
    border-image-slice: 240;
    border-image-width: 2.5em;
    background-color: rgba(var(--wiki-content-background-color--rgb), 0.95);
}