MediaWiki:Theme-Summer.css

From Roots of Pacha 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-site-image: url(https://rootsofpacha.wiki.gg/images/e/e9/Summer_BG.png);
  --theme-box-background:#266661;
  --theme-primary-color:#266661;
  --theme-primary-color-opacity:rgba(38, 102, 97, 0.5);
  --theme-secondary-color:#274643;
  --theme-text-color: #e6e5e2; /* text color article */
  --theme-link-color:#f6d999;/*to change, this is Fall*/
  --theme-link-color-hover: #8FA576; /* to change */
  --theme-link-color-redlink: #aa404d;
  --theme-headers-color: #e6e5e2;
  --theme-heading-color: #e6e5e2;
    /* portal templates */
  --theme-portal-bgcolor: rgba(39, 70, 67, 0.5);
  --theme-portal-bgcolor-hover: rgba(39, 70, 67, 0.7);
}