MediaWiki:Theme-Summer.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 Summer === */

:root {
  --theme-primary-color: #227c4c;
  --theme-primary-color-opacity: rgba(34, 124, 76, 0.5);
  --theme-secondary-color: #195d39;
  --theme-site-image: url(https://immortallife.wiki.gg/images/8/85/Summer.png);
  --theme-main-border: url(https://immortallife.wiki.gg/images/1/1a/Summer_Border.png);
  --theme-box-background: #b5eace; /* bg color of article */
  --theme-text-color: #000000; /* text color article */
  --theme-link-color: #006899;
  --theme-link-color-hover: #26a88e;
  --theme-link-color-redlink: #aa404d;
  --theme-headers-color: #000000;
  --theme-heading-color: #000000;
  --theme-immortal-th-border: #b5eace;
  --theme-monochrome-image: url(https://immortallife.wiki.gg/images/1/10/Summer_Monochrome.png);
  /* mw-head and sidebar */
  --theme-text-menu-color: #ffffff;
  --theme-highlight-background: #195d39;
  --theme-dropdown-border: 2px solid #195d39;
  --theme-dropdown-background: #227c4c;
  --theme-background: #195d39;
  --theme-tab-background: #195d39;
  --theme-tab-background-selected: #227c4c;
  --theme-tab-border-color: none;
  --theme-tab-border-color-selected: none;
  --theme-panel-background: #227c4c;
    /* portal templates */
  --theme-portal-bgcolor: rgba(34, 124, 76, 0.5);
  --theme-portal-bgcolor-hover: rgba(34, 124, 76, 0.7);
  /* .tcontent mp */
  --theme-tcontent-link: #1e6a62;
  /* table .immortal */
  --theme-link-color-th: #b5eace;
}