VAULTPEDIA.DE ist seit dem 02.02.2026 öffentlich zugänglich.
Da es sich um ein frisch migriertes Wiki handelt, können vereinzelt noch Datenbank-, Seiten- oder Designfehler auftreten.
Tritt unserem Discord bei, um Fehler zu melden oder direkt mit dem Team in Kontakt zu treten.
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
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
.fw-navbox-fußzeile, .fw-navbox-group, .fw-navbox-header {
background: #6a2626;
border-top: 1px solid #8f3434;
font-weight: 500;
}
.fw-navbox-header {
background: #8f3434;
}
.fw-navbox-cell, .fw-navbox-image {
background: #191919;
padding: 4px 10px;
border-top: 1px solid #333;
}
/* Bild-Korrektur */
.pi-image img {
width: auto;
}
/** Linkes Feld - Breite **/
.pi-data-label {
flex-basis: 150px !important;
}
/** Rechtes Feld - Breite **/
.pi-data-value:not(:first-child) {
flex-basis: 215px;
}
/** Begrenzt h3 auf die flex-basis **/
.portable-infobox h3 {
overflow: hidden !important;
}
.pi-data-label, .pi-data-value {
padding: 9px !important;
}
:is(.pi-data, .pi-item-spacing):not(h2) {
padding: 0px !important;
}
.pi-data {
grid-column-gap: 0px !important;
}
.pi-horizontal-group :is(.pi-data,.pi-item-spacing, .pi-horizontal-group) {
padding: 9px !important;
}
/* Community Header */
header.fandom-community-header {
z-index: 100;
filter: drop-shadow(2px 2px 3px black);
}
/* Weiterleitung - Hintergrund entfernen */
.theme-fandomdesktop-dark .mw-content-ltr .redirectText li:first-child {
background-image: none !important;
}
/*
##########################################
Audioausschnitte, Zitate und Transkripte
##########################################
QUELLE: https://fallout.fandom.com/wiki/MediaWiki:Common.css
*/
/* Container */
.va-listen,
.va-newsquote,
.va-quotation,
.va-transcript {
line-height: 18px;
padding: 10px 25px;
}
.va-quotation {
overflow: hidden;
}
table td .va-quotation {
overflow: visible;
}
.va-quotation-body {
display: block;
}
.va-quotation-quote {
display: block;
position: relative;
z-index: 1;
}
.va-listen-left,
.va-listen-right,
.va-quotation-left,
.va-quotation-right {
border-bottom: 1px solid var(--theme-border-color);
border-top: 1px solid var(--theme-border-color);
width: 200px;
}
.va-listen-left,
.va-quotation-left {
clear: left;
float: left;
margin: 10px 10px 10px 0;
}
.va-listen-right,
.va-quotation-right {
clear: right;
float: right;
margin: 10px 0 10px 10px;
}
.va-quotation-center {
text-align: center;
}
.va-quotation-center .va-quotation-body {
display: inline-block;
}
/* Quotation marks/icons */
.va-listen-icon,
.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-quotation-quot-l,
.va-quotation-quot-r {
width: 40px;
z-index: -1;
}
.va-listen-icon,
.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-transcript-icon {
position: relative;
}
.va-quotation-quot-l,
.va-quotation-quot-r {
position: absolute;
}
.va-listen-icon,
.va-transcript-icon {
float: left;
left: -25px;
margin-right: -40px;
top: -5px;
}
.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-quotation-quot-l,
.va-quotation-quot-r {
color: var(--theme-page-background-color--quinary);
font: bold 55px/40px serif;
height: 18px;
}
.va-newsquote-quot-l,
.va-quotation-quot-l {
left: -15px;
text-align: left;
}
.va-newsquote-quot-r,
.va-quotation-quot-r {
right: -15px;
text-align: right;
}
.va-newsquote-quot-l {
float: left;
margin-right: -40px;
}
.va-newsquote-quot-r {
float: right;
margin-left: -40px;
}
.va-quotation-quot-l {
top: -2px;
}
.va-quotation-quot-r {
bottom: 2px;
}
/* Quoted text/audio file desc */
.va-listen-item,
.va-listen-item .ogg-player-options,
.va-newsquote-text,
.va-quotation-text {
font-size: 12px;
}
.va-inlinequote-text,
.va-listen-text,
.va-newsquote-text,
.va-quotation-text {
font-style: italic;
}
.va-transcript-text {
font-family: monospace;
}
.va-quotation-text {
display: block;
margin-top: -0.4em;
text-align: left;
margin-left: 15px;
margin-right: 15px;
}
.va-quotation-text ol,
.va-quotation-text p,
.va-quotation-text ul {
margin-bottom: 0;
}
/* Source */
.va-newsquote-source,
.va-quotation-source {
padding: 5px 15px 0;
text-align: right;
}
.va-quotation-source {
display: block;
font-size: 10px;
line-height: 15px;
}
/* "Incomplete quote" dots */
.va-newsquote-dots {
font-style: normal;
padding: 3px 0;
}
/* Audio file list */
.va-listen-item {
margin: 0 auto;
width: 180px;
}
.va-listen-item audio {
margin-bottom: 5px;
width: 100%;
}
.va-listen-item div {
margin-bottom: 2px;
}
.va-listen-item + .va-listen-item {
border-top: 1px solid var(--theme-border-color);
margin-top: 5px;
}
.np-quote-snd-trigger {
display: inline-block;
position: absolute;
top: auto;
left: auto;
padding: 0px 2px;
}
.np-quote-snd-trigger:hover .np-quote-snd-player {
visibility: visible;
}
.np-quote-snd-player {
visibility: hidden;
position: absolute;
top: -55px;
left: 100%;
z-index: 100 !important;
width: 300px;
overflow-x: hidden;
margin: 0;
padding: 5px 10px 10px 10px;
border: 1px solid var(--theme-border-color);
border-radius: 5px;
box-shadow: var(--theme-border-color) 2px 2px 5px 0px;
background-color: White;
color: Black;
text-align: left;
font: normal normal normal 13px / normal Helvetica, Arial, sans-serif;
}
.np-quote-snd-player-img {
float: left;
width: 50px;
}
.np-quote-snd-player-title {
width: 250px;
height: 50px;
display: table-cell;
vertical-align: middle;
}
.np-quote-snd-player-title span {
font-size: 18px;
}
/*
################
Template:Mbox
################
QUELLE: https://fallout.fandom.com/wiki/MediaWiki:Common.css
*/
.va-mbox {
color: var(--theme-page-text-color);
background-color: #333;
border: 1px solid #333;
padding: 0;
margin: 0 0 10px;
font-size: 11px;
border-radius: 3px;
}
.va-mbox + .va-mbox {
margin-top: -8px;
}
.va-mbox th {
width: 40px;
text-align: center;
vertical-align: middle;
padding: 1px 0 1px 5px;
}
.va-mbox td {
padding-left: 5px;
width: 100%;
}
/* Printing */
@media print {
.va-dirbox,
.va-mbox {
display: none;
}
}
/* ############################################ */
/* ### COPYRIGHT & SOURCE BOXES ### */
/* ### Used in: Template:Copyrightbox ### */
/* ### Template:Sourcebox ### */
/* ############################################ */
/*
QUELLE: https://fallout.fandom.com/wiki/MediaWiki:Common.css
*/
/* Template:Copyrightbox */
.va-copybox {
color: var(--theme-page-text-color);
background-color: var(--theme-page-background-color--secondary);
clear: both;
padding: 3px 5px;
margin: 5px 0;
border: 1px solid var(--theme-border-color);
font-size: 11px;
line-height: 16px;
border-collapse: collapse;
width: 100%;
}
.va-copybox th {
width: 30px;
text-align: center;
vertical-align: middle;
padding: 1px 0 1px 5px;
}
.va-copybox td {
padding-left: 5px;
}
.va-copybox + .va-copybox {
margin-top: -8px;
}
/* Template:Sourcebox */
.va-sourcebox {
color: var(--theme-page-text-color);
background-color: var(--theme-page-background-color--tertiary);
clear: both;
padding: 3px 5px;
margin: 5px 0;
border: 1px solid var(--theme-border-color);
font-size: 11px;
line-height: 16px;
border-collapse: collapse;
width: 100%;
}
.va-sourcebox th {
width: 30px;
text-align: center;
vertical-align: middle;
padding: 1px 0 1px 5px;
}
.va-sourcebox td {
padding-left: 5px;
}
.va-sourcebox + .va-sourcebox {
margin-top: -8px;
}