Subnautica Wiki
Advertisement

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Allgemeines Styling */
.WikiaPage .page-header__title {
    font-family: "Days One","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    display: inline-block;
    
    background: #73bcd7;
    background: -moz-repeating-linear-gradient(top,  #73bcd7 0, #ddf1ff 1em);
    background: -webkit-repeating-linear-gradient(top,  #73bcd7 0,#ddf1ff 1em);
    background: repeating-linear-gradient(to bottom,  #73bcd7 0,#ddf1ff 1em);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bcd7', endColorstr='#ddf1ff',GradientType=0 ); /* IE6-9 */
    
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.WikiaArticle h2 {
    font-family: "Days One","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 28px;
}

.WikiaArticle h3 {
    margin-top: 1em;
}

.similar-name {
    background-color: rgb(3, 127, 246);
    background-color: rgba(3, 127, 246, 0.314);
    padding: 0.1em 0.6em;
}

.subnautica-yellow,
.subnautica-blue {
    font-family: "Days One","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: #ffde79;
}

.subnautica-blue {
    color: #b7d9ff;
}

/* Anpassung Qualaroo */
.ve-ui-mwParameterPage-more .oo-ui-buttonWidget {
    background-color: #024b91;
    background-image: -moz-linear-gradient(top,#0365c3 35%,#024b91 65%);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#0365c3),color-stop(65%,#024b91));
    background-image: -o-linear-gradient(top,#0365c3 35%,#024b91 65%);
    background-image: -ms-linear-gradient(top,#0365c3 35%,#024b91 65%);
    border: 1px solid #024b91;
    border-radius: 4px;
    color: white;
    padding: .2em .3em;
}

.ve-ui-mwParameterPage-more .oo-ui-buttonElement .oo-ui-buttonElement-button,
.ve-ui-mwParameterPage-more .oo-ui-buttonElement-frameless .oo-ui-buttonElement-button .oo-ui-labelElement-label {
    color: inherit;
}

.not-patrolled {
    background-color: rgb(170,110,20);
    background-color: rgba(255,160,20,0.3);
}

/* Infobox Start */
.portable-infobox {
    background-color: transparent !important;
    border: 1px solid gray;
}

.portable-infobox .pi-item {
    text-align: center;
}

.pi-image {
    background-color: #0F3450;
    padding: 0.5em;
}

.ItemTabber {
    float: right;
    width: 300px;
}

.ItemTabber .tabbernav {
    text-align: center;
}
/* Infobox End */

@media screen and (max-width: 1595px) {
    .WikiaArticle h2 {
        font-size: 24px;
    }
}
Advertisement