MediaWiki:Theme-Autumn.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 Autumn === */
:root {
  --theme-primary-color: #bf3b0f;
  --theme-primary-color-opacity: rgba(191, 59, 15, 0.5);
  --theme-secondary-color: #85290a;
  --theme-site-image: url(https://immortallife.wiki.gg/images/e/e6/Autumn.png);
  --theme-main-border: url(https://immortallife.wiki.gg/images/b/b1/Autumn_Border.png);
  --theme-box-background: #1b1b1b;
  --theme-text-color: #ffffff;
  --theme-link-color: #ffc500;
  /*--theme-link-color-new: red;*/
  --theme-link-color-hover: #ffc500;
  --theme-link-color-redlink: #aa404d;
  --theme-headers-color: #ffffff;
  --theme-heading-color: #ffffff;
  --theme-immortal-th-border: #1b1b1b;
  --theme-monochrome-image: url(https://immortallife.wiki.gg/images/3/3d/Autumn_Monochrome.png);
  /* mw-head and sidebar */
  --theme-text-menu-color: #ffffff;
  --theme-highlight-background: #85290a;
  --theme-dropdown-border: 2px solid #85290a;
  --theme-dropdown-background: #bf3b0f;
  --theme-background: #85290a;
  --theme-tab-background: #85290a;
  --theme-tab-background-selected: #bf3b0f;
  --theme-tab-border-color: none;
  --theme-tab-border-color-selected: none;
  --theme-panel-background: #bf3b0f;
  /* portal templates */
  --theme-portal-bgcolor: rgba(191, 59, 15, 0.5);
  --theme-portal-bgcolor-hover: rgba(191, 59, 15, 0.7);
  /* .tcontent mp */
  --theme-tcontent-link: #bf3b0f;
  /* table .immortal */
  --theme-link-color-th: #ffc500;
}