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

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

Children: (none)

/* navbar */
#mw-head{
	--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-icon-color-link: var(--theme-link-color-accent);
	--theme-background: linear-gradient(rgba(20,20,20, 0.1), rgba(20,20,20, 0.1)), #60473b url(https://terraria.wiki.gg/images/5/5a/Navbar-background-overworld.jpg);
	--theme-background-shadow: linear-gradient(to top, rgba(10,10,10,0.25), transparent 30%);
	--theme-border-bottom-color: rgba(255,255,255, 0.1);
	--theme-tab-background-selected: #5a433a; /*<< same as #content background */
	--theme-tab-background: linear-gradient(rgba(20,20,20, 0.4), rgba(20,20,20, 0.4)), #5a433a;
	--theme-tab-border-color-selected: rgba(255,255,255, 0.15) rgba(13, 4, 2, 0.3) rgba(13, 4, 2, 0.3) rgba(255,255,255, 0.15);
	--theme-tab-border-color: rgba(255,255,255, 0.1) rgba(13, 4, 2, 0.2) rgba(13, 4, 2, 0.2) rgba(255,255,255, 0.1);
	--theme-legacy-search-border-color: rgba(13, 4, 2, 0.2) rgba(255,255,255, 0.1) rgba(255,255,255, 0.1) rgba(13, 4, 2, 0.2);
	--theme-legacy-search-border-color-active: rgba(13, 4, 2, 0.3) rgba(255,255,255, 0.15) rgba(255,255,255, 0.15) rgba(13, 4, 2, 0.3);
	@theme Underground{
		--theme-background: #40404a url(https://terraria.wiki.gg/images/a/ae/Navbar-background-underground.jpg);
		--theme-tab-background-selected: #3e393d;/*<< same as #content background */
		--theme-tab-background: linear-gradient(rgba(20,20,20, 0.4), rgba(20,20,20, 0.4)), #3e393d;
	}
	@theme Snow{
		--theme-background: #d7e5f2 url(https://terraria.wiki.gg/images/0/03/Navbar-background-snow.jpg);
		--theme-background-shadow: linear-gradient(to top, rgba(10,10,10,0.15), transparent 30%);
		--theme-tab-background-selected: #eaeef1;/*<< same as #content background */
		--theme-tab-background: linear-gradient(rgba(20,20,20, 0.4), rgba(20,20,20, 0.4)), #eaeef1;
	}
	@theme Jungle{
		--theme-background: #534b38 url(https://terraria.wiki.gg/images/9/96/Navbar-background-jungle.jpg);
		--theme-tab-background-selected: #4a422d;/*<< same as #content background */
		--theme-tab-background: linear-gradient(rgba(20,20,20, 0.4), rgba(20,20,20, 0.4)), #4a422d;
	}
	@theme Hallowed{
		--theme-background: #715554 url(https://terraria.wiki.gg/images/d/d3/Navbar-background-hallowed.jpg);
		--theme-tab-background-selected: #806760;/*<< same as #content background */
		--theme-tab-background: linear-gradient(rgba(20,20,20, 0.4), rgba(20,20,20, 0.4)), #806760;
	}
	@theme Crimson{
		--theme-background: #54353b url(https://terraria.wiki.gg/images/e/eb/Navbar-background-crimson.jpg);
		--theme-tab-background-selected: #5b3e40;/*<< same as #content background */
		--theme-tab-background: linear-gradient(rgba(20,20,20, 0.4), rgba(20,20,20, 0.4)), #5b3e40;
	}
	@theme Corruption{
		--theme-background: #41343e url(https://terraria.wiki.gg/images/5/5a/Navbar-background-corruption.jpg);
		--theme-tab-background-selected: #55424b;/*<< same as #content background */
		--theme-tab-background: linear-gradient(rgba(20,20,20, 0.4), rgba(20,20,20, 0.4)), #55424b;
	}
	@theme Legacy{
		--theme-background: rgba(252,252,252,0.5);
		--theme-background-shadow: linear-gradient(to top, rgba(10,10,10,0.15), transparent 30%);
		--theme-border-bottom-color: #b3b3b3;
		--theme-tab-background-selected: #fcfcfc;/*<< same as #content background */
		--theme-tab-background: rgba(252, 252, 252, 0.75);
		--theme-tab-border-color-selected: #b3b3b3;
		--theme-tab-border-color: #b3b3b3;
		--theme-legacy-search-border-color: #b3b3b3;
		--theme-legacy-search-border-color-active: #b3b3b3;
	}
}