MediaWiki:Theme-Spring.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 Spring === */
:root {
  --theme-site-image: url(https://rootsofpacha.wiki.gg/images/5/56/Spring_BG.png);
  --theme-box-background:#6e8c56;
  --theme-primary-color:#6e8c56;
  --theme-primary-color-opacity:rgba(110, 140, 86, 0.5);
  --theme-secondary-color:#516140;
  --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(81, 97, 64, 0.5);
  --theme-portal-bgcolor-hover: rgba(81, 97, 64, 0.7);
}