MediaWiki:Theme-Starry Night.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 Starry Night === */
:root {
  --theme-site-image: url(https://rootsofpacha.wiki.gg/images/e/e2/Starry_Night_BG.png);
  --theme-box-background:#2c294f;
  --theme-primary-color:#2c294f;
  --theme-primary-color-opacity:rgba(44, 41, 79, 0.5);
  --theme-secondary-color:#1e1c37;
  --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(30, 28, 55, 0.5);
  --theme-portal-bgcolor-hover: rgba(30, 28, 55, 0.7);
}