MediaWiki:Common.css: Difference between revisions

From Interspace
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: --wiki-body-background-color: #111111; --wiki-body-background-color--rgb: 17, 17, 17; --wiki-content-background-color: #0D222A; --wiki-content-background-color--rgb: 13, 34, 42; --wiki-content-background-opacity: 1; --wiki-content-background-color--secondary: #223540; --wiki-content-background-color--secondary--rgb: 34,53,64; --wiki-content-border-color: #4090C3; --wiki-content-border-co..."
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
 
:root{
--wiki-body-background-color: #111111;
--wiki-body-background-color: #111111;
     --wiki-body-background-color--rgb: 17, 17, 17;
     --wiki-body-background-color--rgb: 17, 17, 17;
Line 18: Line 18:
      
      
     --wiki-icon-to-link-filter: invert(50%) sepia(70%) saturate(418%) hue-rotate(178deg) brightness(105%) contrast(102%);
     --wiki-icon-to-link-filter: invert(50%) sepia(70%) saturate(418%) hue-rotate(178deg) brightness(105%) contrast(102%);
}

Revision as of 21:05, 14 January 2025

/* CSS placed here will be applied to all skins */
:root{
	--wiki-body-background-color: #111111;
    --wiki-body-background-color--rgb: 17, 17, 17;
    --wiki-content-background-color: #0D222A;
    --wiki-content-background-color--rgb: 13, 34, 42;
    --wiki-content-background-opacity: 1;
    --wiki-content-background-color--secondary: #223540;
    --wiki-content-background-color--secondary--rgb: 34,53,64;
    --wiki-content-border-color: #4090C3;
    --wiki-content-border-color--rgb: 64, 144, 195;
    --wiki-content-link-color: #5FA1FF;
    --wiki-content-link-color--rgb: 95,161,255;
    --wiki-accent-color: #4091C3;
    --wiki-accent-color--rgb: 64,145,195;
    --wiki-accent-color--hover: #3483eb;
    --wiki-accent-color--hover--rgb: 52,131,235;
    
    --wiki-icon-to-link-filter: invert(50%) sepia(70%) saturate(418%) hue-rotate(178deg) brightness(105%) contrast(102%);
}