From the Depths Wiki
No edit summary
No edit summary
Line 61: Line 61:
 
--infobox-border: 1px solid rgba(255,255,255, 0.2);
 
--infobox-border: 1px solid rgba(255,255,255, 0.2);
 
--infobox-background: rgba(255,255,255,0.15);
 
--infobox-background: rgba(255,255,255,0.15);
--infobox-header-background: #0088CC;
+
--infobox-header-background: rgba(0, 136, 204,0.4);
 
--infobox-header-color: #000;
 
--infobox-header-color: #000;
 
--infobox-label-background: #40424E;
 
--infobox-label-background: #40424E;
Line 69: Line 69:
 
--navbox-border: 1px solid rgba(255,255,255, 0.2);
 
--navbox-border: 1px solid rgba(255,255,255, 0.2);
 
--navbox-header-color: #fff;
 
--navbox-header-color: #fff;
--navbox-header-background: #0088CC;
+
--navbox-header-background: rgba(0, 136, 204,0.4);
 
--navbox-secondary-background: #40424E;
 
--navbox-secondary-background: #40424E;
   

Revision as of 17:52, 16 August 2019

/*** This stylesheet contains the color scheme for the hydradark (dark) theme. Most custom css should go into MediaWiki:Common.css ***/
:root {

	--body-background-color: #8fb2dc;
	--body-background-image: url("/media/a/ac/MPbackground.jpg");
	--body-background-attachment: fixed;
	--body-background-size: cover;
	--body-background-position: center center;
	--body-background-repeat: no-repeat;
	--body-color: #fff;

	--content-background: rgba(0,0,0, 0.8);
	--content-border: 1px solid #4a83b0;
	--content-border-radius: 2px;

	--link-color: #5a93cc;
	--link-redlink-color: #e04822;

	--logo-width: 160px;
	--logo-height: 170px;
	--logo-center: 0;
	--logo-left: 0.25em;
	--logo-vertical-space: 0.5em;
	--logo-content-space: -90px;

	--sidebar-header-background: #4275d6;
	--sidebar-header-color: #000;
	--sidebar-link-background: rgba(0,0,0, 0.8);
	--sidebar-link-color: #fff;
	--sidebar-link-box-shadow: inset 0 0 0.5em #3660a9;

	--navigation-tab-active-background: #4275d6;
	--navigation-tab-active-color: #000;
	--vectormenu-color: #fff;
	--navigation-tab-background: rgba(0,0,0, 0.8);
	--navigation-tab-box-shadow: inset 0 0 0.5em #3660a9;
	--navigation-arrow-invert: 1;

	--searchsuggestions-background: rgba(0,0,0, 0.8);
	--searchsuggestions-border-color: #303030;
	--searchsuggestions-hover-background: #4275d6;
	--searchsuggestions-hover-color: #fff;
	--searchsuggestions-match-color: #ffa100;

	--editor-border: 1px solid rgba(255,255,255,0.2);
	--editor-subtoolbar-background: rgba(255,255,255,0.1);
	--editor-toolbar-background: rgba(255,255,255,0.1);
	--editor-toolbar-selected-background: rgba(255,255,255,0.1);

	--editor-button-background: #4275d6;
	--editor-button-border-color: rgba(255,255,255,0.2);

	--msupload-background: #4275d6;
	--msupload-filelist: rgba(0,0,0, 0.3);

	--preferences-border: 1px solid rgba(255,255,255, 0.2);
	--preferences-tab-background: rgba(255,255,255, 0.15);
	--preferences-tab-active-background: #4275d6;
	--preferences-tab-active-color: #000;

	--infobox-border: 1px solid rgba(255,255,255, 0.2);
	--infobox-background: rgba(255,255,255,0.15);
	--infobox-header-background: rgba(0, 136, 204,0.4);
	--infobox-header-color: #000;
	--infobox-label-background: #40424E;
	--infobox-label-color: #fff;

	--navbox-background: rgba(255,255,255, 0.2);
	--navbox-border: 1px solid rgba(255,255,255, 0.2);
	--navbox-header-color: #fff;
	--navbox-header-background: rgba(0, 136, 204,0.4);
	--navbox-secondary-background: #40424E;

	--wikitable-alt-background: rgba(255,255,255, 0.15);
	--wikitable-background: rgba(255,255,255, 0.1);
	--wikitable-border: 1px solid rgba(255,255,255, 0.3);
	--wikitable-border-collapse: collapse;
	--wikitable-border-spacing: 0;
	--wikitable-header-background: rgba(0, 136, 204,0.4);
	--wikitable-header-color: #fff;

	--code-background: rgba(255,255,255, 0.1);
	--code-color: #fff;

	--doc-background: rgba(255,255,255, 0.1);
	--doc-border: 1px solid #4a83b0;

	--catlinks-background: rgba(255,255,255, 0.05);
	--catlinks-border: 1px solid #4a83b0;

	--thumbnail-background: rgba(255,255,255, 0.1);
	--thumbnail-border: 1px solid #4a83b0;

	--toc-background: rgba(255,255,255, 0.1);
	--toc-border: 1px solid #4a83b0;

	--ambox-background: rgba(120,120,120,0.3);
	--ambox-blue: #1e90ff;
	--ambox-gray: #bbbbaa;
	--ambox-green: #228b22;
	--ambox-orange: #f28500;
	--ambox-purple: #9932cc;
	--ambox-red: #b22222;
	--ambox-yellow: #f4c430;
}