MediaWiki:Theme-uwu-dark.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-dark {
    --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-border-color-1: var(--wiki-border-color);
    --template-text-color-4: var(--wiki-content-link-color);
    --wiki-content-border-image: url(https://temtem.wiki.gg/images/3/3c/Mascot_border_dark.png); /* [[file:Mascot border dark.png]] */

    --wiki-body-dynamic-color-1: #fff;
    --wiki-body-dynamic-color-1--rgb: 255, 255, 255;
    --wiki-body-dynamic-color-2: #e6e6e6;
    --wiki-body-dynamic-color-2--rgb: 230, 230, 230;
    --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: #4a3c3a;
    --wiki-body-background-color--rgb: 74, 60, 58;
    --wiki-body-background-image: url(https://temtem.wiki.gg/images/7/71/Mascot_background_dark.png); /* [[File:Mascot background dark.png]] */
    --wiki-body-text-color: #fff;
    --wiki-body-text-color--rgb: 255, 255, 255;
    --wiki-body-text-color--hover: #cccccc;
    --wiki-navigation-background-color: #7c8884;
    --wiki-navigation-background-color--rgb: 124, 136, 132;
    --wiki-navigation-text-color: #000;
    --wiki-navigation-text-color--hover: #333333;
    --wiki-content-background-color: #312a2a;
    --wiki-content-background-color--rgb: 49, 42, 42;
    --wiki-content-background-color--secondary: #504a4a;
    --wiki-content-background-color--secondary--rgb: 80, 74, 74;
    --wiki-content-text-color: #e6e6e6;
    --wiki-content-text-color--rgb: 230, 230, 230;
    --wiki-content-text-color--hover: #b3b3b3;
    --wiki-content-text-mix-color: #8c8888;
    --wiki-content-text-mix-color-95: #3a3333;
    --wiki-content-accent-mix-color: #5a3c4a;
    --wiki-content-link-color: #ff6cfd;
    --wiki-content-link-color--rgb: 255, 108, 253;
    --wiki-content-link-color--hover: #ffd2fe;
    --wiki-content-link-label-color: #000;
    --wiki-accent-color: #824e69;
    --wiki-accent-color--rgb: 130, 78, 105;
    --wiki-accent-color--hover: #b3819b;
    --wiki-accent-label-color: #fff;
    --wiki-border-color: #5e5959;
    --wiki-border-color--rgb: 94, 89, 89;
    --wiki-alert-color: #f2001d;
    --wiki-alert-color--rgb: 242, 0, 29;
    --wiki-alert-color--hover: #fe586c;
    --wiki-alert-label: #fff;
    --wiki-warning-color: #cf721c;
    --wiki-warning-color--rgb: 207, 114, 28;
    --wiki-warning-label: #000;
    --wiki-success-color: #0e8b38;
    --wiki-success-color--rgb: 14, 139, 56;
    --wiki-success-label: #fff;
    --wiki-message-color: #b454a3;
    --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);
}