Subnautica Wiki
No edit summary
No edit summary
Line 25: Line 25:
 
.community-header-wrapper {background: rgba(95,120,171,0.592)!important;
 
.community-header-wrapper {background: rgba(95,120,171,0.592)!important;
 
border-bottom: 2px solid #facb19!important;
 
border-bottom: 2px solid #facb19!important;
  +
}
  +
  +
.fandom-community-header__community-name {
  +
color: #ade6fd;
  +
letter-spacing: 2px;
  +
text-transform: uppercase;
  +
font-weight: bold;
  +
font-size: 1.2em;
  +
font-family: 'Open Sans',sans-serif;
  +
text-shadow: 0 0 3px #1cbdc7;
 
}
 
}

Revision as of 19:49, 13 August 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;
}

.page__main {
    background: rgba(1,1,1,0.8)!important;
}

.page__main {
    background: rgba(1,1,1,0.8)!important;
}

.page__right-rail {
    --right-rail-background-color: rgba(1,1,1,0.8)!important;
}

.rail-module {
    background-color: rgba(0,0,0,0)!important;
}

.community-header-wrapper {background: rgba(95,120,171,0.592)!important;
    border-bottom: 2px solid #facb19!important;
}

.fandom-community-header__community-name {
    color: #ade6fd;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Open Sans',sans-serif;
    text-shadow: 0 0 3px #1cbdc7;
}