MediaWiki:Theme-Winter.css

From Immortal Life Wiki
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* === THEME Winter === */
:root {
  --theme-primary-color: #3b9cac;
  --theme-primary-color-opacity: rgba(59, 156, 172, 0.5);
  --theme-secondary-color: #235D67;
  --theme-site-image: url(https://immortallife.wiki.gg/images/a/a7/Winter.png);
  --theme-main-border: url(https://immortallife.wiki.gg/images/1/1a/Winter_Border.png);
  --theme-box-background: #e9f3f2; /* bg color of article */
  --theme-text-color: #000000; /* text color article */
  --theme-link-color: #3b9cac;
  --theme-link-color-hover: #3b9cac;
  --theme-link-color-redlink: #aa404d;
  --theme-headers-color: #000000;
  --theme-heading-color: #000000;
  --theme-immortal-th-border: #e9f3f2;
  --theme-monochrome-image: url(https://immortallife.wiki.gg/images/4/45/Winter_Monochrome.png);
  /* mw-head and sidebar */
  --theme-text-menu-color: #ffffff;
  --theme-highlight-background: var(--theme-secondary-color);
  --theme-dropdown-border: 2px solid var(--theme-secondary-color);
  --theme-dropdown-background: var(--theme-primary-color);
  --theme-background: var(--theme-secondary-color);
  --theme-tab-background: var(--theme-secondary-color);
  --theme-tab-background-selected: var(--theme-primary-color);
  --theme-tab-border-color: none;
  --theme-tab-border-color-selected: none;
  --theme-panel-background: var(--theme-primary-color);
  /* portal templates */
  --theme-portal-bgcolor: rgba(59, 156, 172, 0.5);
  --theme-portal-bgcolor-hover: rgba(59, 156, 172, 0.7);
  /* .tcontent mp */
  --theme-tcontent-link: #3b9cac;
  /* table .immortal */
  --theme-link-color-th: #e9f3f2;
}