MediaWiki:Theme-helldiver.css

From Helldivers 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.
/* ==UserStyle==
@name           helldivers.wiki.gg - Jun 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */


.view-dark.theme-helldiver {
    --wiki-body-background-image: url("https://helldivers.wiki.gg/images/b/bf/Background_Helldiver.jpg");
    --wiki-body-background-color: #333;
    --wiki-body-background-color--rgb: 51,51,51;
    --wiki-content-background-color: #222;
    --wiki-content-background-color--rgb: 10,10,10;
    --wiki-content-background-opacity: .85;
    --wiki-content-border-color: #ee3;
    --wiki-content-text-color: #ffffff;
    --wiki-content-link-color: #ee3;
    --wiki-content-redlink-color: red;
    
    --wiki-heading-color:  #ee3;
    --wiki-sidebar-link-color: #ffffff;
    --wiki-sidebar-background-color: var(--wiki-content-background-color);
    --wiki-sidebar-background-color--rgb: var(--wiki-content-background-color--rgb);
    --wiki-sidebar-background-opacity: .8;
    
    --wiki-accent-color: #ee3;
    --wiki-accent-color--rgb: 238, 238, 51;
    
    --wiki-accent-color--hover: #ee3;
    
    --wiki-accent-link-color: #333;
    --wiki-accent-link-color--rgb: 51, 51, 51;
    
    --wiki-icon-to-link-filter: invert(100%) sepia(100%) saturate(5000%) hue-rotate(0deg) brightness(100%) contrast(100%);
    
    
	--pi-secondary-background: #ee3;
	--pi-secondary-background--rgb: 248,248,51;

    --pi-secondary-background-label: #333;
}