MediaWiki:Fandomdesktop.css: Difference between revisions

From Subnautica Wiki
(Created page with ".fandom-community-header__background::before { background-image: none; } .theme-fandomdesktop-light { background: #000000 url(https://vignette.wikia.nocookie.net/subn...")
 
(Changing background image default to affect both themes)
Line 1: Line 1:
.fandom-community-header__background::before {
.fandom-community-header__background:before {
background-image: none;
background-image: none;
}
}
body {
.theme-fandomdesktop-light {
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/5/50/Wiki-background/revision/latest?cb=20180804202139) no-repeat fixed center top;
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/5/50/Wiki-background/revision/latest?cb=20180804202139) no-repeat fixed center top;
background-size: cover;
background-size: cover;
}
}

Revision as of 19:54, 9 July 2021

.fandom-community-header__background:before {
	background-image: none;
}
body {
	background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/5/50/Wiki-background/revision/latest?cb=20180804202139) no-repeat fixed center top;
	background-size: cover;
}