Dreamscaper Wiki
No edit summary
No edit summary
Line 4: Line 4:
 
:root {
 
:root {
 
--body-background-color: #aaa;
 
--body-background-color: #aaa;
--body-background-image: url('https://gamename.gamepedia.com/media/1/1f/Background.jpg');
+
--body-background-image: url('/media/1/1f/Background.jpg');
 
--body-background-attachment: fixed;
 
--body-background-attachment: fixed;
 
--body-background-size: cover;
 
--body-background-size: cover;

Revision as of 18:53, 26 February 2019

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

:root {
	--body-background-color: #aaa;
	--body-background-image: url('/media/1/1f/Background.jpg');
	--body-background-attachment: fixed;
	--body-background-size: cover;
	--body-background-position: center center;
	--body-background-repeat: no-repeat;
	--body-color: #000;

	--content-background: rgba(255,255,255, 0.8);
	--content-border: 0;
	--content-border-radius: 2px;

	--link-color: #2675d6;
	--link-redlink-color: #902408;

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

	--sidebar-header-background: #646464;
	--sidebar-header-color: #000;
	--sidebar-link-background: rgba(255,255,255, 0.8);
	--sidebar-link-box-shadow: ;

	--navigation-tab-active-background: #646464;
	--navigation-tab-active-color: #000;
	--navigation-tab-background: rgba(255,255,255, 0.8);
	--navigation-tab-box-shadow: ;
	--navigation-arrow-invert: 0;

	--searchsuggestions-background: rgba(100,100,100, 0.8);
	--searchsuggestions-border-color: #303030;
	--searchsuggestions-hover-background: rgba(46, 46, 46, 0.6);
	--searchsuggestions-hover-color: #fff;

	--fpbox-background: rgba(255,255,255, 0.4);
	--fpbox-border: 1px solid #303030;

	--fpheading-background: #303030;
	--fpheading-border: 1px solid #fff;
	--fpheading-color: #c9c9c9;
	--fpheading-font: 'Arial';

	--fplink-background: rgba(0,0,0, 0.2);
	--fplink-border: 0;
	--fplink-fullwidth-background: rgba(0,0,0, 0.3);

	--editor-border: 1px solid #303030;
	--editor-button-background: rgba(46, 46, 46, 0.3);
	--editor-button-border: 1px solid rgba(46, 46, 46, 0.7);
	--editor-subtoolbar-background: rgba(100,100,100, 0.1);
	--editor-toolbar-background: rgba(100,100,100, 0.4);
	--editor-toolbar-selected-background: rgba(100,100,100, 0.8);

	--msupload-background: rgba(46, 46, 46, 0.3);
	--msupload-filelist: rgba(46, 46, 46, 0.6);

	--preferences-border: 1px solid #303030;
	--preferences-tab-active-background: rgba(46, 46, 46, 0.6);
	--preferences-tab-background: rgba(100,100,100, 0.4);

	--infobox-border: 1px solid #303030;
	--infobox-details-background: #303030;
	--infobox-details-color: #fff;
	--infobox-header-background: #303030;
	--infobox-header-color: #fff;
	--infobox-label-background: rgba(100,100,100,0.4);
	--infobox-label-color: #fff;

	--navbox-alt-background: rgba(100,100,100, 0.5);
	--navbox-background: rgba(100,100,100, 0.3);
	--navbox-border: 1px solid #303030;
	--navbox-color: #000;
	--navbox-secondary-background: rgba(100,100,100, 0.8);

	--wikitable-alt-background: rgba(100,100,100, 0.6);
	--wikitable-background: rgba(100,100,100, 0.2);
	--wikitable-border: 1px solid #000;
	--wikitable-border-collapse: collapse;
	--wikitable-border-spacing: 0;
	--wikitable-header-background: rgba(46, 46, 46, 0.3);
	--wikitable-header-color: #fff;

	--code-background: rgba(100,100,100, 0.4);
	--code-color: #000;

	--doc-background: rgba(0, 0, 0, 0.1);
	--doc-border: 1px solid #303030;

	--catlinks-background: rgba(100,100,100, 0.4);
	--catlinks-border: 1px solid #303030;

	--thumbnail-background: rgba(100,100,100,0.4);
	--thumbnail-border: 1px solid #303030;

	--toc-background: rgba(100,100,100,0.4);
	--toc-border: 1px solid #303030;

	--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;
}