MediaWiki:Common.css/src/theme/sidebar.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

Ancestors: / src / theme / sidebar.scss

Siblings:OOUI.scsscatlinks.scssfooter.scssnavbar.scsssidebar.scss

Children: (none)

/* sidebar */
#mw-panel{
	--theme-background: #593e35 url(https://terraria.wiki.gg/images/5/5a/Navbar-background-overworld.jpg); /*<< when under 1366px */
	--theme-section-background: var(--theme-widget-background);
	--theme-heading-background: rgba(20,20,20, 0.15);
	--theme-link-color: var(--theme-link-color-accent);
	--theme-link-color-visited: var(--theme-link-color-accent);
	--theme-link-color-hover: var(--theme-link-color-accent);
	--theme-icon-color-hover: var(--theme-link-color-accent);
	@theme Underground{
		--theme-background: #40404a url(https://terraria.wiki.gg/images/a/ae/Navbar-background-underground.jpg);
	}
	@theme Snow{
		--theme-background: #d7e5f2 url(https://terraria.wiki.gg/images/0/03/Navbar-background-snow.jpg);
		--theme-heading-background: rgba(20,20,60, 0.1);
	}
	@theme Jungle{
		--theme-background: #534b38 url(https://terraria.wiki.gg/images/9/96/Navbar-background-jungle.jpg);
	}
	@theme Hallowed{
		--theme-background: #715554 url(https://terraria.wiki.gg/images/d/d3/Navbar-background-hallowed.jpg);
	}
	@theme Crimson{
		--theme-background: #54353b url(https://terraria.wiki.gg/images/e/eb/Navbar-background-crimson.jpg);
	}
	@theme Corruption{
		--theme-background: #41343e url(https://terraria.wiki.gg/images/5/5a/Navbar-background-corruption.jpg);
	}
	@theme Legacy{
		--theme-background: rgba(252,525,252,0.8);
		--theme-heading-background: none;
		.portal .body::before{
			display: none;
		}
		.portal .body ul{
			padding-top: 0;
		}
	}
}