MediaWiki:Theme-dark.css: Difference between revisions

From NBITTRPG Wiki
Created page with "body { color: #fff; } #mw-content-container { background: #1e1e1e; } #mw-header-container { background: #979797; } #mw-content, #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk { background: #353339; }"
 
mNo edit summary
Line 1: Line 1:
body {
:root {
        color: #fff;
    }
      
      
     #mw-content-container {
     --main-font: 'Rubik';
        background: #1e1e1e;
    --header-font: 'Rubik';
     }
     --title-font: 'Lora';
      
      
     #mw-header-container {
     /* COLORS */
        background: #979797;
--background-color: rgb(49, 42, 63);
     }
--content-color: rgba(48, 44, 74);
--text-color: rgb(255, 255, 255);
--link-color: #e3cf75;
    --link-hover-color: #5e188a;
    --link-new-color: #ff3874;
     --text-stroke-color: #fff;
      
      
     #mw-content,
     --search-bg-color: rgba(255, 250, 242);;
        #mw-site-navigation .sidebar-chunk,
    --border-color: #be7e32;
     #mw-related-navigation .sidebar-chunk {
   
        background: #353339;
--header-color: rgb(18 6 48);
     }
--header-text-color: rgb(255, 255, 255);
   
    --sidebar-header-color: #17052c;
    --sidebar-header-text: #fff;
   
    --gradient-start: rgb(15, 10, 27);
    --gradient-end: rgb(111, 111, 111);
    --banner-color: #743f95;
   
--footer-color: #181620;
    --footer-text-color:#6c5097;
     --footer-link-color:#8567a8;
    --footer-link-hover-color:#b399d9;
   
    --cdx-button-color: #9e8bbe;
    --cdx-button-hover: #e0caf5;
      
    --button-color: rgba(104, 83, 68, 1);
--button-text-color: rgb(255, 255, 255);
}

Revision as of 05:24, 7 September 2026

:root {
    
    --main-font: 'Rubik';
    --header-font: 'Rubik';
    --title-font: 'Lora';
    
    /* COLORS */
	--background-color: rgb(49, 42, 63);
	--content-color: rgba(48, 44, 74);
	--text-color: rgb(255, 255, 255);
	--link-color: #e3cf75;
    --link-hover-color: #5e188a;
    --link-new-color: #ff3874;
    --text-stroke-color: #fff;
    
    --search-bg-color: rgba(255, 250, 242);;
    --border-color: #be7e32;
    
	--header-color: rgb(18 6 48);
	--header-text-color: rgb(255, 255, 255);
    
    --sidebar-header-color: #17052c;
    --sidebar-header-text: #fff;
    
    --gradient-start: rgb(15, 10, 27);
    --gradient-end: rgb(111, 111, 111);
    --banner-color: #743f95;
    
	--footer-color: #181620;
    --footer-text-color:#6c5097;
    --footer-link-color:#8567a8;
    --footer-link-hover-color:#b399d9;
    
    --cdx-button-color: #9e8bbe;
    --cdx-button-hover: #e0caf5;
    
    --button-color: rgba(104, 83, 68, 1);
	--button-text-color: rgb(255, 255, 255);
}