MediaWiki:Common.css: Difference between revisions
SlyAceZeta (talk | contribs) (Fixing centering on FandomDesktop-style wds-tabs) |
(We are now without a Wiki Representative, you will be missed MannedTooth.) |
||
(17 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
/***** CSS placed here will be applied to all skins on the entire site. *****/ |
/***** CSS placed here will be applied to all skins on the entire site. *****/ |
||
@import url("https://fonts.googleapis.com/css2?family=Days+One&family=Orbitron&display=swap"); |
|||
/* TTable customisation */ |
|||
@import 'https://fonts.googleapis.com/css?family=Orbitron'; |
|||
.TTable { |
|||
width: 100%; |
|||
} |
|||
.TTable th { |
|||
width: 25%; |
|||
text-align: center; |
|||
} |
|||
.TTable td { |
|||
text-align: center; |
|||
} |
|||
.TTable td:nth-child(2) { |
|||
text-align: left; |
|||
} |
|||
.TTable td:last-child { |
|||
text-align: left; |
|||
} |
|||
/* Mark redirects in Special:Allpages and Special:Watchlist */ |
/* Mark redirects in Special:Allpages and Special:Watchlist */ |
||
.allpagesredirect { |
.allpagesredirect { |
||
font-style: italic; |
|||
} |
} |
||
.allpagesredirect:after { |
.allpagesredirect::after { |
||
color: #808080; content: " (redirect)" |
|||
} |
} |
||
.watchlistredir { |
.watchlistredir { |
||
font-style: italic; |
|||
} |
} |
||
.mw-collapsible .mw-collapsible-toggle { |
|||
float: left; |
|||
} |
|||
.wds-community-header { |
|||
background: rgba(10, 11, 56, 0.592); |
|||
border-bottom: 2px solid #00aeef; |
|||
} |
|||
.wds-community-header .wds-community-header__sitename a {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;} |
|||
.wds-community-header__wordmark img { |
|||
height: auto; |
|||
max-height: 100%; |
|||
max-width: 100%; |
|||
width: auto; |
|||
margin-top: 20px; } |
|||
.wds-community-header + .WikiaPage {border:none;} |
|||
.wds-community-header::before{background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)),linear-gradient(to left,rgba(0,0,0,0) 200px,rgba(0,0,0,0) 430px)}@media only screen and (max-width:1083px){.wds-community-header::before{background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)),linear-gradient(to left,rgba(0,0,0,0) 200px,rgba(0,0,0,0) 471px);}} |
|||
.wds-community-header::before{background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)),linear-gradient(to left,rgba(0,0,0,0) 200px,rgba(0,0,0,0) 430px)}@media only screen and (max-width:1083px){.wds-community-header::before{background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)),linear-gradient(to left,rgba(0,0,0,0) 200px,rgba(0,0,0,0) 471px);}} |
|||
.mcf-card-wiki-articles__header{background-color:rgba(0,0,0,0);}.mcf-card-wiki-articles__header:before{background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)),linear-gradient(to left,rgba(0,0,0,0) 50px,rgba(0,0,0,0) 220px);} |
|||
.wikia-rail-inner .page-title-link:hover {color:rgba(39, 167, 247, 1);background:rgba(0,0,0,0);} |
|||
.portable-infobox { |
|||
background-color: transparent; |
|||
border-left: 1px solid gray; |
|||
border-right: 1px solid gray; |
|||
border-bottom: 1px solid gray; |
|||
border-top: 1px solid gray; |
|||
} |
|||
.WikiaPage .WikiaPageBackground { |
|||
background: rgba(1,1,1,0.8); |
|||
border-radius: 0px 0px 5px 5px; } |
|||
.WikiaPage .page-header__separator { |
|||
background-color: #34587a; |
|||
border-color: #34587a; } |
|||
.WikiaArticleComments .upper-pagination { |
|||
padding-top: 15px; |
|||
margin-bottom: 10px; |
|||
border-top: 1px solid #34587a; } |
|||
.CategorySelect .articlePage { |
.CategorySelect .articlePage { |
||
border-color: #34587A; } |
|||
.WikiaRail .rail-module h2 { |
|||
border-bottom: 1px solid #34587a; } |
|||
.WikiaArticle h2 { |
|||
border-bottom: solid 1px #34587a; } |
|||
body { |
|||
cursor: url('https://i.imgur.com/ON0NZbx.png'), pointer; |
|||
} |
|||
a:hover { |
|||
cursor: url('https://i.imgur.com/kca1Y8e.png'), pointer; |
|||
} |
|||
.EditPageEditor #diff { |
|||
background-color:#1C4A75; |
|||
} |
|||
.EditPageEditor #diff table .diff-addedline, .EditPageEditor #diff table .diff-context, .EditPageEditor #diff table .diff-deletedline { |
|||
color:#000000; |
|||
} |
|||
.WikiaUserPagesHeader { |
|||
background: #12293d; /* For browsers that do not support gradients */ |
|||
background: -webkit-linear-gradient(top,#0d2337 0%,#12293d 100%); /* For Safari 5.1 to 6.0 */ |
|||
background: -o-linear-gradient(top,#0d2337 0%,#12293d 100%); /* For Opera 11.1 to 12.0 */ |
|||
background: -moz-linear-gradient(top,#0d2337 0%,#12293d 100%); /* For Firefox 3.6 to 15 */ |
|||
background: linear-gradient(top,#0d2337 0%,#12293d 100%); /* Standard syntax */ |
|||
} |
|||
.MainPageBox { |
.MainPageBox { |
||
border: 1px solid #3D4F5F; |
|||
background-color: transparent ; |
|||
padding: 5px; |
|||
margin-bottom: 10px; |
|||
margin-top: 10px; |
|||
} |
} |
||
a.image .image-thumbnail .link-internal { |
a.image .image-thumbnail .link-internal { |
||
z-index: 1; |
|||
} |
} |
||
/* tabber abandoned seabases/lost river Start */ |
/* tabber abandoned seabases/lost river Start */ |
||
.TabberAbandonedSeabases ul.tabbernav, .lostRiverTabber ul.tabbernav, .DegasiTabber ul.tabbernav, .lostRiverTabber ul.tabbernav, .TabberILZCSS ul.tabbernav { |
|||
background-color: transparent; |
|||
.TabberAbandonedSeabases ul.tabbernav, .lostRiverTabber ul.tabbernav, .DegasiTabber ul.tabbernav, .lostRiverTabber ul.tabbernav, .TabberILZCSS ul.tabbernav { |
|||
text-align: center; |
|||
background-color: transparent; |
|||
text-align:center; |
|||
} |
} |
||
.TabberAbandonedSeabases ul.tabbernav, .lostRiverTabber ul.tabbernav, .DegasiTabber ul.tabbernav, .lostRiverTabber ul.tabbernav, .TabberILZCSS ul.tabbernav { |
|||
padding: 10px; |
|||
.TabberAbandonedSeabases ul.tabbernav, .lostRiverTabber ul.tabbernav, .DegasiTabber ul.tabbernav, .lostRiverTabber ul.tabbernav, .TabberILZCSS ul.tabbernav { |
|||
padding:10px; |
|||
} |
} |
||
.TabberAbandonedSeabases ul.tabbernav li a, .lostRiverTabber ul.tabbernav li a, .DegasiTabber ul.tabbernav li a, .lostRiverTabber ul.tabbernav li a, .TabberILZCSS ul.tabbernav li a { |
.TabberAbandonedSeabases ul.tabbernav li a, .lostRiverTabber ul.tabbernav li a, .DegasiTabber ul.tabbernav li a, .lostRiverTabber ul.tabbernav li a, .TabberILZCSS ul.tabbernav li a { |
||
padding: 10px; |
|||
} |
} |
||
.tabberFloaterIsland, .Degasi, .tabberILZ { |
.tabberFloaterIsland, .Degasi, .tabberILZ { |
||
padding-top: 10px; |
|||
} |
} |
||
.tabberJellyShroom { |
.tabberJellyShroom { |
||
padding-top: 10px; |
|||
} |
} |
||
.tabberDeepGrand { |
.tabberDeepGrand { |
||
padding-top: 10px; |
|||
} |
} |
||
/* tabber abandoned seabases/lost river stop */ |
/* tabber abandoned seabases/lost river stop */ |
||
/* tabber devs Start */ |
/* tabber devs Start */ |
||
.devsTabber .tabbernav a { |
.devsTabber .tabbernav a { |
||
font-size: 14px; |
|||
margin-top: 5px ; |
|||
display: inline-block; |
|||
} |
} |
||
/* tabber devs stop */ |
/* tabber devs stop */ |
||
.not-patrolled .mw-tag-visualeditor { |
.not-patrolled .mw-tag-visualeditor { |
||
background:#0D2337; |
|||
} |
} |
||
.MainPageHeader { |
.MainPageHeader { |
||
font-size:130%; |
|||
color:white; |
|||
background: url("https://vignette.wikia.nocookie.net/subnautica/images/e/ea/MainPageHeader.png") left center no-repeat; |
|||
font-size:130%; |
|||
padding-left: 35px; |
|||
background: url('https://vignette.wikia.nocookie.net/subnautica/images/e/ea/MainPageHeader.png') left center no-repeat; |
|||
font-family: "Orbitron", "Calibri", sans-serif; |
|||
padding-left:35px; |
|||
font-family: 'Orbitron', "Calibri", sans-serif; |
|||
} |
} |
||
/* Section headings */ |
/* Section headings */ |
||
.mw-headline { |
|||
background: url("https://vignette.wikia.nocookie.net/subnautica/images/e/ea/MainPageHeader.png") left center no-repeat; |
|||
color: white; |
|||
padding-left: 35px; |
|||
font-size: 90%; |
|||
font-family: "Orbitron","Calibri",sans-serif; |
|||
background: url(https://vignette.wikia.nocookie.net/subnautica/images/e/ea/MainPageHeader.png) left center no-repeat; |
|||
padding-left: 35px; |
|||
font-family: 'Orbitron',"Calibri",sans-serif; |
|||
} |
|||
.WikiaArticle h3, .WikiaArticle h4, .WikiaArticle h5, .WikiaArticle h6 { |
|||
margin-top:20px; |
|||
} |
} |
||
.header-column .header-title { |
.header-column .header-title { |
||
font-size:90%; |
|||
color:white; |
|||
font-family: "Orbitron", "Calibri", sans-serif; |
|||
font-size:90%; |
|||
font-family: 'Orbitron', "Calibri", sans-serif; |
|||
} |
} |
||
.MainPageUsefulLinks { |
.MainPageUsefulLinks { |
||
font-size:14px; |
|||
} |
} |
||
.MainPageUsefulLinks a { |
.MainPageUsefulLinks a { |
||
display: block; |
|||
background: url("https://vignette.wikia.nocookie.net/subnautica/images/9/93/ArrowRight.png") no-repeat top right; |
|||
background-color: transparent; |
|||
background-repeat: no-repeat; |
|||
background-attachment: scroll; |
|||
background-position: right top; |
|||
background-clip: border-box; |
|||
background-origin: padding-box; |
|||
background-size: auto auto; |
|||
min-height: 36px; |
|||
padding-right: 40px; |
|||
margin: 10px 0; |
|||
margin-top: 10px; |
|||
margin-bottom: 10px; |
|||
} |
} |
||
.MainPageUsefulLinks a:hover { |
.MainPageUsefulLinks a:hover { |
||
background: url("https://vignette.wikia.nocookie.net/subnautica/images/9/93/ArrowRight.png") no-repeat bottom right; |
|||
text-decoration:none; |
|||
} |
} |
||
.MainPageWelcome { |
.MainPageWelcome { |
||
padding-top: 30px; |
|||
Padding-bottom: 30px; |
|||
height: 50px; |
|||
background: url("https://vignette.wikia.nocookie.net/subnautica/images/4/42/Welcome.png") center center no-repeat; |
|||
} |
} |
||
.MainPageWelcomeContent { |
.MainPageWelcomeContent { |
||
text-align: center; |
|||
} |
} |
||
.MainPageNavigation { |
.MainPageNavigation { |
||
width: 100%; |
|||
} |
} |
||
.MainPageNavigation td { |
.MainPageNavigation td { |
||
width: 20%; |
|||
vertical-align: top; |
|||
} |
} |
||
.tabbernav { |
.tabbernav { |
||
font-family: inherit ; |
|||
font-weight: normal ; |
|||
font-size: 16px ; |
|||
border-bottom: 3px solid #012E59 ; |
|||
overflow: hidden ; |
|||
padding: .3em 0 ; |
|||
} |
} |
||
.tabbernav a { |
.tabbernav a { |
||
padding: .3em .5em; |
|||
margin: 0; |
|||
color: #FFF; |
|||
border: none; |
|||
background: #000830; |
|||
} |
} |
||
.tabbernav li { |
.tabbernav li { |
||
display: inline-block; |
|||
margin-top: 11px; |
|||
} |
} |
||
.tabberactive a { |
.tabberactive a { |
||
color: #FFF; |
|||
background: #012e59 ; |
|||
} |
} |
||
.tabbernav :not(.tabberactive) a:hover { |
.tabbernav :not(.tabberactive) a:hover { |
||
background: #000; |
|||
} |
} |
||
.tabbertab { |
.tabbertab { |
||
border: none; |
|||
padding: 0; |
|||
} |
|||
.module .WikiaActivityModule .ForumActivityModule { |
|||
width:95%; |
|||
} |
} |
||
/* Custom Bureaucrat and Admin Color Start */ |
/* Custom Bureaucrat and Admin Color Start */ |
||
/** Bureaucrats **/ |
|||
a[href$="/wiki/User:BippityBop"], |
a[href$="/wiki/User:BippityBop"], |
||
a[href$="/wiki/User: |
a[href$="/wiki/User:Dottedfish"], |
||
a[href$="/wiki/User:MorphGuy"] |
a[href$="/wiki/User:MorphGuy"] { |
||
color: #0ED630; |
|||
a[href$="/wiki/User:Tueman"], |
|||
font-weight: bold; |
|||
a[href$="/wiki/User:ThunderStar321"] { |
|||
color: #0ed630 ; |
|||
font-weight: bold ; |
|||
} |
} |
||
/** Sysop/Administrators **/ |
|||
a[href$="/wiki/User: |
a[href$="/wiki/User:Aeywoo"], |
||
a[href$="/wiki/User:SLScool"], |
|||
color: #FFA500 ; |
|||
a[href$="/wiki/User:Xenodrone98"] { |
|||
color: #8A2BE2; |
|||
font-weight: bold; |
|||
} |
|||
a[href$="/wiki/User:MyztriCaecusCA"] { |
|||
color: #0ED630; |
|||
font-weight: bold; |
|||
} |
} |
||
/** Content Moderators **/ |
|||
a[href$="/wiki/User:SLScool"], |
|||
a[href$="/wiki/User:Xenodrone98"], |
|||
a[href$="/wiki/User:Mesmerized"] { |
a[href$="/wiki/User:Mesmerized"] { |
||
color: #8A2BE2; |
|||
font-weight: bold; |
|||
} |
|||
a[href$="/wiki/User:Terranhawk"] { |
|||
color: #FFA500; |
|||
font-weight: bold; |
|||
} |
|||
/* Wiki Representative */ |
|||
/* Bot */ |
|||
a[href$="/wiki/User:JoeBot"], |
|||
a[href$="/wiki/User:SLSbot"], |
|||
a[href$="/wiki/User:TetraTTV"] { |
|||
color: #4FBCFF; |
|||
font-weight: bold; |
|||
} |
|||
a[href$="/wiki/User:JoeBot"]::after, |
|||
a[href$="/wiki/User:SLSbot"]::after, |
|||
a[href$="/wiki/User:TetraTTV"]::after { |
|||
content: " (Bot)"; |
|||
font-weight: normal; |
|||
font-style: italic; |
|||
} |
} |
||
/* Custom Bureaucrat and Admin Color End */ |
/* Custom Bureaucrat and Admin Color End */ |
||
/* Infobox Start */ |
/* Infobox Start */ |
||
.portable-infobox { |
|||
background-color: transparent; |
|||
border-left: 1px solid gray; |
|||
border-right: 1px solid gray; |
|||
border-bottom: 1px solid gray; |
|||
border-top: 1px solid gray; |
|||
} |
|||
aside.portable-infobox h2.pi-item { |
aside.portable-infobox h2.pi-item { |
||
text-align: center; |
|||
} |
} |
||
.pi-image { |
.pi-image { |
||
background-color: transparent; |
|||
} |
} |
||
.ItemTabber { |
.ItemTabber { |
||
float: right; |
|||
width: 303px |
|||
} |
} |
||
.ItemTabber .tabbernav { |
.ItemTabber .tabbernav { |
||
text-align: center; |
|||
} |
} |
||
.ItemTabber .wds-tabs { |
.ItemTabber .wds-tabs { |
||
Line 311: | Line 258: | ||
/* Customized .OGG Players Start */ |
/* Customized .OGG Players Start */ |
||
.ogg_player div { |
.ogg_player div { |
||
display: inline; |
display: inline; |
||
Line 317: | Line 263: | ||
.ogg_player, .ogg_player:hover { |
.ogg_player, .ogg_player:hover { |
||
opacity: |
opacity: .6; |
||
-webkit-transition: all .9s ease; |
-webkit-transition: all .9s ease; |
||
-moz-transition: all .9s ease; |
-moz-transition: all .9s ease; |
||
-o-transition: all .9s ease; |
-o-transition: all .9s ease; |
||
} |
} |
||
.ogg_player:hover { |
.ogg_player:hover { |
||
opacity: 1; |
opacity: 1; |
||
} |
} |
||
.ogg_player button>img, .ogg_player .image img { |
.ogg_player button>img, .ogg_player .image img { |
||
display: none; |
display: none; |
||
} |
} |
||
.ogg_player button { |
.ogg_player button { |
||
border: none ; |
border: none ; |
||
} |
} |
||
.ogg_player .image, .ogg_player .ogg-player-options+a::after { |
|||
content: ""; |
|||
.ogg_player .image, .ogg_player .ogg-player-options+a:after { |
|||
content:""; |
|||
height: 50px; |
height: 50px; |
||
vertical-align: bottom; |
vertical-align: bottom; |
||
Line 342: | Line 284: | ||
display: inline-block; |
display: inline-block; |
||
} |
} |
||
.ogg_player audio { |
.ogg_player audio { |
||
border-radius:4px |
border-radius:4px |
||
} |
} |
||
.ogg_player > div > button::after { |
|||
.ogg_player>div>button:after { |
|||
content: url("https://vignette.wikia.nocookie.net/subnautica/images/9/9f/Play_Button.png") ; |
content: url("https://vignette.wikia.nocookie.net/subnautica/images/9/9f/Play_Button.png") ; |
||
} |
} |
||
.ogg_player .ogg-player-options { |
.ogg_player .ogg-player-options { |
||
margin-left: 3px; |
|||
} |
} |
||
div.ogg_player .ogg-player-options { |
div.ogg_player .ogg-player-options { |
||
background: #FFF; |
|||
} |
} |
||
.ogg_player>div+div:hover .ogg-player-options { |
.ogg_player > div + div:hover .ogg-player-options { |
||
display: inline-block; |
|||
position: absolute; |
|||
z-index: 2; |
|||
} |
} |
||
/* .OGG Player - Subnautica */ |
/* .OGG Player - Subnautica */ |
||
.ogg_player button, .ogg_player audio { |
.ogg_player button, .ogg_player audio { |
||
background: # |
background: #0DBB8F; |
||
} |
} |
||
.ogg_player audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { |
.ogg_player audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { |
||
/* The reason this is separate is due to firefox */ |
/* The reason this is separate is due to firefox */ |
||
background: # |
background: #0DBB8F; |
||
} |
} |
||
.ogg_player .image, .ogg_player .ogg-player-options+a:after { |
.ogg_player .image, .ogg_player .ogg-player-options + a::after { |
||
background-image: url("https://vignette.wikia.nocookie.net/subnautica/images/d/db/Peeper_Fauna_Silhouette.png"); |
background-image: url("https://vignette.wikia.nocookie.net/subnautica/images/d/db/Peeper_Fauna_Silhouette.png"); |
||
height: 40px; |
|||
width: 70px; |
|||
} |
} |
||
.ogg_player .ogg-player-options { |
.ogg_player .ogg-player-options { |
||
border: 1px solid #0DBB8F; |
|||
} |
|||
.tag { |
|||
color: inherit; |
|||
} |
} |
||
.mw-collapsible .mw-collapsible-toggle { |
.mw-collapsible .mw-collapsible-toggle { |
||
float: left; |
|||
} |
} |
||
/* Hover Images */ |
/* Hover Images */ |
||
.audioimage { |
.audioimage { |
||
width: 90px; |
|||
height: 90px; |
|||
background: url("https://vignette.wikia.nocookie.net/subnautica/images/7/72/Audio.png/revision/latest?cb=20190901165456"); |
|||
} |
} |
||
.audioimage:hover { |
.audioimage:hover { |
||
width: 90px; |
|||
height: 90px; |
|||
background: url("https://vignette.wikia.nocookie.net/subnautica/images/a/ad/Audio_Hover.png/revision/latest?cb=20190901165457"); |
|||
} |
|||
cursor: url('https://i.imgur.com/kca1Y8e.png'), pointer; |
|||
} |
|||
/* Customized .OGG Players End */ |
/* Customized .OGG Players End */ |
||
/* Hover Class */ |
/* Hover Class */ |
||
.hoverimage img { |
|||
.hoverimage img { opacity:0.70; filter:alpha(opacity=70); /* For IE8 and earlier */ } |
|||
opacity:.7; |
|||
.hoverimage img:hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ } |
|||
filter:alpha(opacity=70); /* For IE8 and earlier */ |
|||
} |
|||
.hoverimage img:hover { |
|||
opacity:1; |
|||
filter:alpha(opacity=100); /* For IE8 and earlier */ |
|||
} |
|||
/* Navigation Hover Class */ |
/* Navigation Hover Class */ |
||
.hovernav img { |
|||
.hovernav img { opacity:0.70; filter:alpha(opacity=70); /* For IE8 and earlier */ } |
|||
opacity: .7; |
|||
.hovernav img:hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ |
|||
filter:alpha(opacity=70); /* For IE8 and earlier */ |
|||
} |
|||
.hovernav img:hover { |
|||
opacity: 1; |
|||
filter:alpha(opacity=100); /* For IE8 and earlier */ |
|||
} |
|||
/*** Module:Recipe ***/ |
|||
.recipe, |
|||
/* .Custom page backgrounds */ |
|||
.recipe__machine, |
|||
.recipe__ingredients, |
|||
}.page-Subnautica_Wiki { |
|||
.recipe__output { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/c/cb/Aurora_and_Lifepod-Fox3D.png/revision/latest?cb=20161008151938) 0 0 no-repeat; |
|||
display: flex; |
|||
background-position: center top; |
|||
align-items: center; |
|||
background-repeat: no-repeat; |
|||
} |
|||
background-attachment: fixed; |
|||
.recipe { |
|||
background-size:cover; |
|||
flex-wrap: wrap; |
|||
margin-top: 5px; |
|||
}.page-Mushroom_Forest, |
|||
} |
|||
.page-Tree_Mushroom, |
|||
.recipe + .recipe { |
|||
.page-Mushroom_Forest_Caves { |
|||
margin-top: 0; |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463316884160523/Wiki_BG_Mushroom_Forest.png) 0 0 no-repeat; |
|||
} |
|||
background-position: center top; |
|||
.recipe__step { |
|||
background-repeat: no-repeat; |
|||
margin: 0 10px; |
|||
background-attachment: fixed; |
|||
} |
|||
background-size:cover; |
|||
.recipe__icon, |
|||
.recipe__step { |
|||
}.page-Kelp_Forest, |
|||
position: relative; |
|||
.page-Kelp_Forest_Caves, |
|||
} |
|||
.page-Creepvine, |
|||
.recipe__icon:not(:last-child) { |
|||
.page-Creepvine_Sample, |
|||
margin-right: 5px; |
|||
.page-Creepvine_Seed_Cluster { |
|||
} |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/9/93/Kelp_Forest_Wiki_BG.png/revision/latest?cb=20170929223238) 0 0 no-repeat; |
|||
.recipe__icon__bg, |
|||
background-position: center top; |
|||
.recipe__step__arrow { |
|||
background-repeat: no-repeat; |
|||
position: absolute; |
|||
background-attachment: fixed; |
|||
left: 0; |
|||
background-size:cover; |
|||
top: 0; |
|||
} |
|||
}.page-Grand_Reef, |
|||
.recipe__icon__img { |
|||
.page-Grand_Reef_Caves, |
|||
position: absolute; |
|||
.page-Deep_Grand_Reef, |
|||
left: 0; |
|||
.page-Anchor_Pods { |
|||
} |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/5/5f/Wiki_BG_Grand_Reef.png/revision/latest?cb=20170929231527) 0 0 no-repeat; |
|||
.recipe__icon__pseudo, |
|||
background-position: center top; |
|||
.recipe__step__pseudo { |
|||
background-repeat: no-repeat; |
|||
display: block; |
|||
background-attachment: fixed; |
|||
visibility: hidden; |
|||
background-size:cover; |
|||
} |
|||
.recipe__icon__pseudo__img { |
|||
}.page-Grassy_Plateaus, |
|||
display: inline-block; |
|||
.page-Grassy_Plateaus_Caves, |
|||
} |
|||
.page-Blood_Grass { |
|||
.recipe__icon__quantity { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463339138875392/Wiki_BG_Grassy_Plateaus.png) 0 0 no-repeat; |
|||
display: block; |
|||
background-position: center top; |
|||
position: absolute; |
|||
background-repeat: no-repeat; |
|||
text-align: center; |
|||
background-attachment: fixed; |
|||
width: 100%; |
|||
background-size:cover; |
|||
} |
|||
.recipe__step__pseudo { |
|||
}.page-Lost_River, |
|||
width: 20px; |
|||
.page-Bone_Fields_Caves, |
|||
} |
|||
.page-Brine_Lily { |
|||
.recipe__step__pseudo__img { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363462519894835200/Wiki_BG_Lost_River.png) 0 0 no-repeat; |
|||
display: inline-block; |
|||
background-position: center top; |
|||
width: 20px; |
|||
background-repeat: no-repeat; |
|||
height: 35px; |
|||
background-attachment: fixed; |
|||
} |
|||
background-size:cover; |
|||
} .page-Crabsquid { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/b/b8/CrabsquidWideSteamBG.jpg/revision/latest?cb=20180122020720) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Primary_Containment_Facility { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363462867808419840/Wiki_BG_PCF_Antechamber.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Aurora { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/6/65/Starship_FinalRender01b.jpg/revision/latest?cb=20170108043422) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Lava_Castle { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463376095150090/Wiki_BG_Lava_Castle.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Sea_Treader { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/0/01/SeaTreaderWideSteamBG.jpg/revision/latest?cb=20180122020721) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Sea_Treader_s_Path, |
|||
.page-Sea_Treader_s_Tunnel_Caves, |
|||
.page-Alien_Feces { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463070762139648/Wiki_BG_Sea_Treaders.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Bulb_Zone, |
|||
.page-Bulb_Bush, |
|||
.page-Bulb_Bush_Sample { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463121957814272/Wiki_BG_Bulb_Zone.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Bulb_Zone_Caves { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/a/a0/Community_image_1400971752.jpg/revision/latest?cb=20170108024122) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Blood_Kelp_Zone { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/200710164934819840/373467827853852672/Bloodkelp.jpg) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Jellyray { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/d/d9/JellyraySteamBG.jpg/revision/latest?cb=20180122021041) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Reefback_Leviathan { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/c/ce/ReefbackSteamBG.jpg/revision/latest?cb=20180122021039) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Floating_Island { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463100374188052/Wiki_BG_Floating_Island.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Inactive_Lava_Zone { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/d/d8/Pat-presley-subnautica-lavazone-tumulus-final.jpg/revision/latest?cb=20170108234653) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Inactive_Lava_Zone_Corridor, |
|||
.page-Red_Eyeye, |
|||
.page-Magmarang { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463174202195988/Wiki_BG_Lava_Zone.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Crimson_Ray { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/2/28/CrimsonRaySteamBG.jpg/revision/latest?cb=20180122021042) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Safe_Shallows, |
|||
.page-Safe_Shallows_Caves { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463197711269898/Wiki_BG_Safe_Shallows.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Peeper { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/9/93/PeeperWideSteamBG.jpg/revision/latest?cb=20180122020722) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Table_Coral, |
|||
.page-Alpha_Peeper_Species { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/9/93/PeeperWideSteamBG.jpg/revision/latest?cb=20180122020722) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Sand_Shark { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463296927531008/Wiki_BG_Sand_Shark.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Sea_Emperor_Leviathan_Juveniles, |
|||
.page-Sea_Emperor_Leviathan_Babies, |
|||
.page-Sea_Emperor_Leviathan_Eggs { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463395531292673/Wiki_BG_Sea_Emperor_Leviathan.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Sea_Emperor_Leviathan { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/0/00/PrisonAquarium.jpg/revision/latest?cb=20170216164929) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Reaper_Leviathan { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/c/c6/ReaperLeviathanSteamBG.jpg/revision/latest?cb=20180122021040) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Rock_Puncher, |
|||
.page-Rockgrub { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/267132323470770187/363463671021830144/Wiki_BG_Rock_Puncher.png) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Jellyshroom, |
|||
.page-Jellyshroom_Cave, |
|||
.page-Crabsnake { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/1/14/CrabsnakeSteamBG.jpg/revision/latest?cb=20180122021043) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Sea_Dragon_Leviathan { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/f/fe/Sea_Dragon_Leviathan_Concept_Art.jpg/revision/latest?cb=20150709233214) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Lava_Lakes { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/9/94/Precursoralz.jpg/revision/latest?cb=20170304222528) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Lava_Larva { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/a/a1/LavaZoneLarge.jpg/revision/latest?cb=20170108043227) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Lava_Lizard { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/1/17/LavaZone2Large.jpg/revision/latest?cb=20170108043039) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Wrecks { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/5/55/Wreck_Concept-FOX3D.jpg/revision/latest?cb=20171224204203) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Wrecks .wikia-bar-visible { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/e/e5/Crashed_Starship.jpg/revision/latest?cb=20170130154115) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Stalker { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/a/a6/StalkerSteamBG.jpg/revision/latest?cb=20180122021036) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Sunbeam { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/a/a0/Sunbeam_Concept_Art.jpg/revision/latest?cb=20161130002847) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Quarantine_Enforcement_Platform { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/8/8f/PrecursorArray.JPG/revision/latest?cb=20161217133545) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Disease_Research_Facility { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/3/39/Precursorlostriver.jpg/revision/latest?cb=20161208024939) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Alien_Thermal_Plant { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/e/e3/Interior_concept_2.jpg/revision/latest?cb=20170427185848) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Precursor_Race { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/3/3b/Early_Precursor_Concept.jpg/revision/latest?cb=20170107035653) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Alien_Caches { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/7/7e/SN_Environment_PrecursorExt01A_lorez.jpg/revision/latest?cb=20170107040905) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Mesmer { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/9/9e/Mesmer_Concept_Art.jpg/revision/latest?cb=20150517234738) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Gasopod { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/0/02/GasopodSteamBG.jpg/revision/latest?cb=20180122021042) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Gargantuan_Fossil, |
|||
.page-River_Prowler, |
|||
.page-Amoeboid { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/2/2b/20150927_SN_LostRiver_Large.jpg/revision/latest?cb=20170110195655) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Dead_Zone { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/9/90/GL_Void.png/revision/latest?cb=20170811180527) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Ghost_Leviathan, |
|||
.page-Crab_Claw_Kelp { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/7/7a/LostRiver_BonesField_V02b_lorez.jpg/revision/latest?cb=20170127221237) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Ghostray, |
|||
.page-Giant_Cove_Tree { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/8/83/Lost_River_Concept_Art_4.jpg/revision/latest?cb=20160914160754) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Lifepod_5 { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/1/15/EscapePod_Interior_Damaged_LowRes.jpg/revision/latest?cb=20170130154927) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Destroyed_Lifepods { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/1/15/EscapePod_Interior_Damaged_LowRes.jpg/revision/latest?cb=20170130154927) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Warper { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/f/f8/WarperSteamBG.jpg/revision/latest?cb=20180122021035) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Ampeel { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/1/11/AmpeelSteamBG.jpg/revision/latest?cb=20180122021044) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Rabbit_Ray { |
|||
background: #000000 url( https://vignette.wikia.nocookie.net/subnautica/images/4/4e/CrashedShip.JPG/revision/latest?cb=20171221092911) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Spike_Trap { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/0/0a/Spike_Trap_Concept_Art.jpg/revision/latest?cb=20170127222315) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Fauna, |
|||
.page-Flora { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/c/c4/C7rKz2PVQAENVa2.png/revision/latest?cb=20170324155941) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Coral { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/3/36/Pat-presley-patpresley-subnautica-coralcove.jpg/revision/latest?cb=20170109003846) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Shuttlebug { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/0/04/Pat-presley-sn-alienseav2.jpg/revision/latest?cb=20170108173527) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Concept_Art { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/3/31/Coral_Zone_Creature_02A_Adjusted.jpg/revision/latest?cb=20151113134805) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Concept_Art .wikia-bar-visible { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/0/06/11057723_10153676646102566_4774433004866747960_o.jpg/revision/latest?cb=20170110124913) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Boneshark { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/6/6c/BonesharkSteamBG.jpg/revision/latest?cb=20180122021043) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Alien_Bases { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/2/27/15625785_10154927409327566_7769705969575340175_o.jpg/revision/latest?cb=20170110122721) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Mobile_Vehicle_Bay { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/9/99/ConstuctingSub_LowRes.jpg/revision/latest?cb=20170130154241) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Seamoth { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/0/0b/Subnautica_seamoth_1.jpg/revision/latest?cb=20170108152203) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Cyclops { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/1/1a/Sub01b_CYCLOPS_redressed_lorez.jpg/revision/latest?cb=20170109002016) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Moonpool { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/c/cb/Moonpool_Interior-Fox3D.png/revision/latest?cb=20161008152532) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Scanner_Room { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/3/3d/Scanner_Room_Concept_Hi_Res.jpg/revision/latest?cb=20170506220612) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Crash_Zone { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/5/55/Crash_Zone-5.jpg/revision/latest?cb=20171010140130) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Lilypad_Islands { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/c/c4/Lilypad_Islands_Background.png/revision/latest?cb=20180315040500) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Deep_Sparse_Reef { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/179162840043749377/367463940529192972/Subnautica_2017-10-11_01-52-32-778.jpg) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Sparse_Reef { |
|||
background: #000000 url(https://cdn.discordapp.com/attachments/179162840043749377/367464017762975746/Subnautica_2017-10-10_23-49-24-696.jpg) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} .page-Leviathan_Class_Organisms { |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/7/7f/ReaperLeviathanWideSteamBG.jpg/revision/latest?cb=20180122020721) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
}.page-Alien_Tablets, |
|||
.page-Ion_Cube, |
|||
.page-Alien_Robot, |
|||
.page-Alien_Vent, |
|||
.page-Alien_Arches, |
|||
.page-Ion_Cube_Matrix, |
|||
.page-Alien_Relics, |
|||
.page-Incubator_Device, |
|||
.page-Alien_Data_Terminal, |
|||
.page-Forcefield_Control, |
|||
.page-Alien_Rifle, |
|||
.page-Doomsday_Device, |
|||
.page-Organic_Matter_Particulator, |
|||
.page-Holographic_Projector, |
|||
.page-Rudimentary_Tablet, |
|||
.page-Tracking_Implant, |
|||
.page-Alien_Carving, |
|||
.page-Ancient_Earth_Blade, |
|||
.page-Alien_Building_Block, |
|||
.page-Translation_Device, |
|||
.page-Nanobots, |
|||
.page-Alien_Statue{ |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/e/ea/Interior_concept_1.jpg/revision/latest?cb=20170427185745) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} |
|||
.page-Arctic_Mega_Biome{ |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/f/fc/Arctic_Spires_LowRes.jpg/revision/latest?cb=20180723151631) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} |
|||
.page-Expansion{ |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/6/63/Arctic_Icebergs.png/revision/latest?cb=20180716184703) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} |
|||
.page-User_Tueman{ |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/0/04/Billy-christian-neobahamut-final-post.jpg/revision/latest?cb=20190101080508) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} |
|||
.page-User_Tueman_Concept_Fauna{ |
|||
background: #000000 url(https://vignette.wikia.nocookie.net/subnautica/images/8/8f/PrisonInt_AnteChamber_lo.jpg/revision/latest?cb=20170201184345) 0 0 no-repeat; |
|||
background-position: center top; |
|||
background-repeat: no-repeat; |
|||
background-attachment: fixed; |
|||
background-size:cover; |
|||
} |
Latest revision as of 21:28, 1 March 2024
/***** CSS placed here will be applied to all skins on the entire site. *****/
@import url("https://fonts.googleapis.com/css2?family=Days+One&family=Orbitron&display=swap");
/* TTable customisation */
.TTable {
width: 100%;
}
.TTable th {
width: 25%;
text-align: center;
}
.TTable td {
text-align: center;
}
.TTable td:nth-child(2) {
text-align: left;
}
.TTable td:last-child {
text-align: left;
}
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect::after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
.CategorySelect .articlePage {
border-color: #34587A; }
.MainPageBox {
border: 1px solid #3D4F5F;
background-color: transparent ;
padding: 5px;
margin-bottom: 10px;
margin-top: 10px;
}
a.image .image-thumbnail .link-internal {
z-index: 1;
}
/* tabber abandoned seabases/lost river Start */
.TabberAbandonedSeabases ul.tabbernav, .lostRiverTabber ul.tabbernav, .DegasiTabber ul.tabbernav, .lostRiverTabber ul.tabbernav, .TabberILZCSS ul.tabbernav {
background-color: transparent;
text-align: center;
}
.TabberAbandonedSeabases ul.tabbernav, .lostRiverTabber ul.tabbernav, .DegasiTabber ul.tabbernav, .lostRiverTabber ul.tabbernav, .TabberILZCSS ul.tabbernav {
padding: 10px;
}
.TabberAbandonedSeabases ul.tabbernav li a, .lostRiverTabber ul.tabbernav li a, .DegasiTabber ul.tabbernav li a, .lostRiverTabber ul.tabbernav li a, .TabberILZCSS ul.tabbernav li a {
padding: 10px;
}
.tabberFloaterIsland, .Degasi, .tabberILZ {
padding-top: 10px;
}
.tabberJellyShroom {
padding-top: 10px;
}
.tabberDeepGrand {
padding-top: 10px;
}
/* tabber abandoned seabases/lost river stop */
/* tabber devs Start */
.devsTabber .tabbernav a {
font-size: 14px;
margin-top: 5px ;
display: inline-block;
}
/* tabber devs stop */
.not-patrolled .mw-tag-visualeditor {
background:#0D2337;
}
.MainPageHeader {
font-size:130%;
background: url("https://vignette.wikia.nocookie.net/subnautica/images/e/ea/MainPageHeader.png") left center no-repeat;
padding-left: 35px;
font-family: "Orbitron", "Calibri", sans-serif;
}
/* Section headings */
.mw-headline {
background: url("https://vignette.wikia.nocookie.net/subnautica/images/e/ea/MainPageHeader.png") left center no-repeat;
padding-left: 35px;
font-family: "Orbitron","Calibri",sans-serif;
}
.header-column .header-title {
font-size:90%;
font-family: "Orbitron", "Calibri", sans-serif;
}
.MainPageUsefulLinks {
font-size:14px;
}
.MainPageUsefulLinks a {
display: block;
background: url("https://vignette.wikia.nocookie.net/subnautica/images/9/93/ArrowRight.png") no-repeat top right;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right top;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
min-height: 36px;
padding-right: 40px;
margin: 10px 0;
margin-top: 10px;
margin-bottom: 10px;
}
.MainPageUsefulLinks a:hover {
background: url("https://vignette.wikia.nocookie.net/subnautica/images/9/93/ArrowRight.png") no-repeat bottom right;
text-decoration:none;
}
.MainPageWelcome {
padding-top: 30px;
Padding-bottom: 30px;
height: 50px;
background: url("https://vignette.wikia.nocookie.net/subnautica/images/4/42/Welcome.png") center center no-repeat;
}
.MainPageWelcomeContent {
text-align: center;
}
.MainPageNavigation {
width: 100%;
}
.MainPageNavigation td {
width: 20%;
vertical-align: top;
}
.tabbernav {
font-family: inherit ;
font-weight: normal ;
font-size: 16px ;
border-bottom: 3px solid #012E59 ;
overflow: hidden ;
padding: .3em 0 ;
}
.tabbernav a {
padding: .3em .5em;
margin: 0;
color: #FFF;
border: none;
background: #000830;
}
.tabbernav li {
display: inline-block;
margin-top: 11px;
}
.tabberactive a {
color: #FFF;
background: #012e59 ;
}
.tabbernav :not(.tabberactive) a:hover {
background: #000;
}
.tabbertab {
border: none;
padding: 0;
}
/* Custom Bureaucrat and Admin Color Start */
/** Bureaucrats **/
a[href$="/wiki/User:BippityBop"],
a[href$="/wiki/User:Dottedfish"],
a[href$="/wiki/User:MorphGuy"] {
color: #0ED630;
font-weight: bold;
}
/** Sysop/Administrators **/
a[href$="/wiki/User:Aeywoo"],
a[href$="/wiki/User:SLScool"],
a[href$="/wiki/User:Xenodrone98"] {
color: #8A2BE2;
font-weight: bold;
}
a[href$="/wiki/User:MyztriCaecusCA"] {
color: #0ED630;
font-weight: bold;
}
/** Content Moderators **/
a[href$="/wiki/User:Mesmerized"] {
color: #8A2BE2;
font-weight: bold;
}
a[href$="/wiki/User:Terranhawk"] {
color: #FFA500;
font-weight: bold;
}
/* Wiki Representative */
/* Bot */
a[href$="/wiki/User:JoeBot"],
a[href$="/wiki/User:SLSbot"],
a[href$="/wiki/User:TetraTTV"] {
color: #4FBCFF;
font-weight: bold;
}
a[href$="/wiki/User:JoeBot"]::after,
a[href$="/wiki/User:SLSbot"]::after,
a[href$="/wiki/User:TetraTTV"]::after {
content: " (Bot)";
font-weight: normal;
font-style: italic;
}
/* Custom Bureaucrat and Admin Color End */
/* Infobox Start */
.portable-infobox {
background-color: transparent;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
border-top: 1px solid gray;
}
aside.portable-infobox h2.pi-item {
text-align: center;
}
.pi-image {
background-color: transparent;
}
.ItemTabber {
float: right;
width: 303px
}
.ItemTabber .tabbernav {
text-align: center;
}
.ItemTabber .wds-tabs {
justify-content: center;
}
/* Infobox End */
/* Customized .OGG Players Start */
.ogg_player div {
display: inline;
}
.ogg_player, .ogg_player:hover {
opacity: .6;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
}
.ogg_player:hover {
opacity: 1;
}
.ogg_player button>img, .ogg_player .image img {
display: none;
}
.ogg_player button {
border: none ;
}
.ogg_player .image, .ogg_player .ogg-player-options+a::after {
content: "";
height: 50px;
vertical-align: bottom;
background-size: 100%;
display: inline-block;
}
.ogg_player audio {
border-radius:4px
}
.ogg_player > div > button::after {
content: url("https://vignette.wikia.nocookie.net/subnautica/images/9/9f/Play_Button.png") ;
}
.ogg_player .ogg-player-options {
margin-left: 3px;
}
div.ogg_player .ogg-player-options {
background: #FFF;
}
.ogg_player > div + div:hover .ogg-player-options {
display: inline-block;
position: absolute;
z-index: 2;
}
/* .OGG Player - Subnautica */
.ogg_player button, .ogg_player audio {
background: #0DBB8F;
}
.ogg_player audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
/* The reason this is separate is due to firefox */
background: #0DBB8F;
}
.ogg_player .image, .ogg_player .ogg-player-options + a::after {
background-image: url("https://vignette.wikia.nocookie.net/subnautica/images/d/db/Peeper_Fauna_Silhouette.png");
height: 40px;
width: 70px;
}
.ogg_player .ogg-player-options {
border: 1px solid #0DBB8F;
}
.mw-collapsible .mw-collapsible-toggle {
float: left;
}
/* Hover Images */
.audioimage {
width: 90px;
height: 90px;
background: url("https://vignette.wikia.nocookie.net/subnautica/images/7/72/Audio.png/revision/latest?cb=20190901165456");
}
.audioimage:hover {
width: 90px;
height: 90px;
background: url("https://vignette.wikia.nocookie.net/subnautica/images/a/ad/Audio_Hover.png/revision/latest?cb=20190901165457");
}
/* Customized .OGG Players End */
/* Hover Class */
.hoverimage img {
opacity:.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
.hoverimage img:hover {
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* Navigation Hover Class */
.hovernav img {
opacity: .7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
.hovernav img:hover {
opacity: 1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
/*** Module:Recipe ***/
.recipe,
.recipe__machine,
.recipe__ingredients,
.recipe__output {
display: flex;
align-items: center;
}
.recipe {
flex-wrap: wrap;
margin-top: 5px;
}
.recipe + .recipe {
margin-top: 0;
}
.recipe__step {
margin: 0 10px;
}
.recipe__icon,
.recipe__step {
position: relative;
}
.recipe__icon:not(:last-child) {
margin-right: 5px;
}
.recipe__icon__bg,
.recipe__step__arrow {
position: absolute;
left: 0;
top: 0;
}
.recipe__icon__img {
position: absolute;
left: 0;
}
.recipe__icon__pseudo,
.recipe__step__pseudo {
display: block;
visibility: hidden;
}
.recipe__icon__pseudo__img {
display: inline-block;
}
.recipe__icon__quantity {
display: block;
position: absolute;
text-align: center;
width: 100%;
}
.recipe__step__pseudo {
width: 20px;
}
.recipe__step__pseudo__img {
display: inline-block;
width: 20px;
height: 35px;
}