MediaWiki:Theme-Winter.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 Winter === */
:root {
  --theme-site-image: url(https://rootsofpacha.wiki.gg/images/8/8f/Winter_BG.png);
  --theme-box-background:#c4d5e1;
  --theme-primary-color:#c4d5e1;
  --theme-primary-color-opacity:rgba(197, 241, 255, 0.5);
  --theme-secondary-color:#9db7d2;
  --theme-text-color: #000000; /* text color article */
  --theme-link-color:#66419C;
  --theme-link-color-hover: #66419C;
  --theme-link-color-redlink: #aa404d;
  --theme-headers-color: #866347;
  --theme-heading-color: #866347;
    /* portal templates */
  --theme-portal-bgcolor: rgba(153, 194, 250, 0.5);
  --theme-portal-bgcolor-hover: rgba(153, 194, 250, 0.7);
}