PostCurious Wiki
No edit summary
No edit summary
Line 1: Line 1:
/*** This stylesheet contains the color scheme for the hydradark theme. Most custom css should go into MediaWiki:Common.css ***/
+
/*** This stylesheet contains the color scheme for the hydra theme. Most custom css should go into MediaWiki:Common.css ***/
   
 
:root {
 
:root {

Revision as of 08:55, 11 December 2018

/*** This stylesheet contains the color scheme for the hydra theme. Most custom css should go into MediaWiki:Common.css ***/

:root {
	--ambox-background: rgba(120,120,120,0.2);
	--ambox-blue: #1e90ff;
	--ambox-gray: #bbbbaa;
	--ambox-green: #228b22;
	--ambox-orange: #f28500;
	--ambox-purple: #9932cc;
	--ambox-red: #b22222;
	--ambox-yellow: #f4c430;
	
	--body-background-color: #ccc;
	--body-background-image: url("https://postcurious.gamepedia.com/media/1/1f/Background.jpg");
	--body-color: #111;
	
	--catlinks-background: rgba(0, 0, 0, 0.1);
	--catlinks-border: transparent;
	
	--code-background: rgba(235,207,143,0.1);
	--code-color: #403824;
	
	--content-background: rgba(255,255,255, 0.9);
	
	--doc-background: rgba(0, 0, 0, 0.1);
	--doc-border: #403824;
	
	--editor-border: #403824;
	--editor-button-background: #9E8751;
	--editor-button-border: #EBCF8F;
	--editor-subtoolbar-background: rgba(30,30,30, 0.1);
	--editor-toolbar-background: rgba(30,30,30, 0.1);
	--editor-toolbar-selected-background: rgba(235,207,143,0.5);
	
	--fpbox-background: rgba(0,0,0, 0.05);
	--fpbox-border: #403824;
	--fpbox-heading-background: rgba(235,207,143,0.5);
	--fpbox-heading-border: #403824;
	--fpbox-heading-color: #403824;
	--fpbox-heading-font: 'EB Garamond';
	
	--fplink-background: rgba(0,0,0, 0.2);
	--fplink-border: transparent;
	--fplink-fullwidth-background: rgba(0,0,0, 0.3);
	
	--infobox-border: #9E8751;
	--infobox-details-background: #9E8751;
	--infobox-details-color: #fff;
	--infobox-header-background: #9E8751;
	--infobox-header-color: #fff;
	--infobox-label-background: rgba(0,0,0, 0.1);
	
	--link-color: #425EB2;
	--link-redlink-color: #BF6E5A;
	
	--logo-height: 160px;
	--logo-width: 160px;
	--logo-centering: 0;
	--logo-left: 0.5em;
	--logo-vertical-space: 0.5em;
	--logo-content-space: -100px;
	
	--msupload-background: #9E8751;
	--msupload-filelist: rgba(235,207,143,0.8);
	
	--navbox-alt-background: rgba(191,168,109,0.4);
	--navbox-background: rgba(235,207,143,0.2);
	--navbox-border: #403824;
	--navbox-color: #403824;
	--navbox-secondary-background: rgba(191,168,109,0.7);
	
	--navigation-tab-active-background: rgba(235,207,143,0.8);
	--navigation-tab-active-color: #403824;
	--navigation-tab-background: rgba(255,255,255,0.7);
	--navigation-arrow-invert: 0;
	
	--preferences-border: #403824;
	--preferences-tab-active-background: rgba(235,207,143,0.8);
	--preferences-tab-background: rgba(0,0,0, 0.1);
	
	--searchsuggestions-background: rgba(255,255,255,0.8);
	--searchsuggestions-border: #403824;
	--searchsuggestions-hover-background: rgba(191,168,109,0.8);
	--searchsuggestions-hover-color: #000;
	
	--sidebar-header-background: rgba(235,207,143,0.8);
	--sidebar-header-color: #403824;
	--sidebar-link-background: rgba(255,255,255,0.6);
	
	--thumbnail-background: rgba(235,207,143,0.1);
	--thumbnail-border: #403824;
	
	--toc-background: rgba(235,207,143,0.2);
	--toc-border: #403824;
	
	--wikitable-alt-background: (150, 150, 150, 0.6);
	--wikitable-background: rgba(235,207,143,0.1);
	--wikitable-border: #403824;
	--wikitable-header-background: rgba(191,168,109,0.8);
	--wikitable-header-color: #403824;
}