No Man's Sky Wiki
Advertisement

In anderen Sprachen: EnglishEspañolFrançaisItalianoPortuguês do Brasil


CSS- und Javascript-Änderungen müssen den Wiki-Designrichtlinien entsprechen.


Hinweis: Leere nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* CSS placed here will be applied to all skins */
/* Style for horizontal lists (separator following item). */
.hlist dl,
.hlist ol,
.hlist ul {
   margin: 0;
   padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
   margin: 0;
   display: inline;
}

/* Display nested lists inline */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
   display: inline;
}

/* Generate interpuncts */
.hlist dt:after {
   content: ": ";
}

.hlist dd:after,
.hlist li:after {
   content: " · ";
   font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
   content: none;
}

/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
   content: none;
}

/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
   content: " (";
   font-weight: normal;
}

.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
   content: ") ";
   font-weight: normal;
}

/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
   content: ") ";
   font-weight: normal;
}

/* Put ordinals in front of ordered list items */
.hlist ol {
   counter-reset: listitem;
}

.hlist ol > li {
   counter-increment: listitem;
}

.hlist ol > li:before {
   content: " " counter(listitem) " ";
}

.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
   content: " (" counter(listitem) " ";
}

/* Item colors */
.blue {
   background-color: #0063B7 !important;
}

.green {
    background-color: #007951 !important;
}

.purple {
    background-color: #681676 !important;
}

.red {
    background-color: #C01746 !important;
}

.yellow {
    background-color: #F3A923 !important;
}

.technology {
    background-color: #095C78 !important;
}

.resource-isotope {
    background-color: #BB3830 !important;
}

.resource-neutral {
    background-color: #5FCC93 !important;
}

.resource-oxide {
    background-color: #FFC356 !important;
}

.resource-precious {
    background-color: #6F187E !important;
}

.resource-silicate {
    background-color: #0149A3 !important;
}
Advertisement