MediaWiki:Common.css/src/theme/footer.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 / footer.scss

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

Children: (none)

#footer{
	--theme-background: linear-gradient(rgba(20,20,20, 0.3), rgba(20,20,20, 0.3)), #60473b url(https://terraria.wiki.gg/images/5/5a/Navbar-background-overworld.jpg);
	--theme-inner-shadow: inset var(--theme-widget-shadow);
	@theme Underground{
		--theme-background: linear-gradient(rgba(20,20,20, 0.3), rgba(20,20,20, 0.3)), #40404a url(https://terraria.wiki.gg/images/a/ae/Navbar-background-underground.jpg);
	}
	@theme Snow{
		--theme-background: linear-gradient(rgba(20,20,20, 0.05), rgba(20,20,20, 0.05)), #d7e5f2 url(https://terraria.wiki.gg/images/0/03/Navbar-background-snow.jpg);
	}
	@theme Jungle{
		--theme-background: linear-gradient(rgba(20,20,20, 0.3), rgba(20,20,20, 0.3)), #534b38 url(https://terraria.wiki.gg/images/9/96/Navbar-background-jungle.jpg);
	}
	@theme Hallowed{
		--theme-background: linear-gradient(rgba(20,20,20, 0.3), rgba(20,20,20, 0.3)), #715554 url(https://terraria.wiki.gg/images/d/d3/Navbar-background-hallowed.jpg);
	}
	@theme Crimson{
		--theme-background: linear-gradient(rgba(20,20,20, 0.3), rgba(20,20,20, 0.3)), #54353b url(https://terraria.wiki.gg/images/e/eb/Navbar-background-crimson.jpg);
	}
	@theme Corruption{
		--theme-background: linear-gradient(rgba(20,20,20, 0.3), rgba(20,20,20, 0.3)), #41343e url(https://terraria.wiki.gg/images/5/5a/Navbar-background-corruption.jpg);
	}
	@theme Legacy{
		--theme-background: rgba(252,252,252,0.65);
	}
}