Tritt unserem Discord bei und informiere dich auf unserem Twitter-Kanal über die aktuellsten Themen rund um Fallout!
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
/* ######################################################################## */
/* ### CSS placed here will be applied to all skins on the entire site. ### */
/* ### See also: [[MediaWiki:Monobook.css]] & [[MediaWiki:Wikia.css]] ### */
/* ######################################################################## */
/* ##################################################### */
/* ### Allgemeine Stilerweiterungen Wiki-übergreifend ## */
/* ##################################################### */
/**********************************************/
/* Linkhover-Farbeffekt in Benachrichtigungen */
/**********************************************/
.WikiaNotifications
a:hover {
text-shadow: #14c4f7 0 0 3px;
color: #148bf7;
}
/*************************************/
/* Farbeffekt bei berühren von Links */
/*************************************/
a:hover {
text-shadow: #1990f9 0 0 3px;
color: #00ccff;
text-decoration:#15c4f7;
-webkit-transition: all .4s linear 0s;
-moz-transition: all .4s linear 0s;
-ms-transition: all .4s linear 0s;
-o-transition: all .4s linear 0s;
transition: all .4s linear 0s;
}
/* Karierter Hintergrund für Bilder im Dateinamensraum */
body.ns-6 #file img {
background-color: transparent;
background: transparent url("/skins/common/images/Checker-16x16.png?1") repeat;
}
body.ns-6 #file button img {
background: transparent;
}
/* Mediaplayer-Optionsmenü für Audiodateien mit Stilerweiterung */
.ogg-player-options {
border: 1px solid #007e2a;
border-radius: 8px;
margin: 10px 10px 10px 10px;
-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
/* Angepasste Wikia- & Kategorie-Fußzeilen */
.WikiaFooter section, .CategorySelect.articlePage {
background-color:#012e59;
border: 1px solid #006cb0;
border-radius: 8px;
margin: 10px 10px 10px 10px;
-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) ;
-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) ;
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) ;
}
/* ################################################## */
/* ### TOCs (Vorlage:TOC, Vorlage:Dokument TOC) ### */
/* ################################################## */
#toc {float:inherit;margin:10px 10px 10px 10px;font-size: 14px;font-weight: normal;border: 1px solid #00ccff ;border-radius: 7px;-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) ;-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) ; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) }
/* Angepasstes Menü der Anzeigeoptionen (bei Letzte Änderungen) */
.MultiSelect,
.rcoptions {
border: 1px solid #5088BB;
border-radius: 8px;
margin: 10px 10px 10px 10px;
-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
/**********************************/
/* Glüheffekt an Seitenrändern */
/**********************************/
.WikiaPage,
.WikiaPageBackground {
border: 1px solid #14c4f7;
/* Hauptseite mit abbgerundeten Ecken */
border-radius: 15px;
-moz-box-shadow:0 0 20px #14c4f7;
-webkit-box-shadow:0 0 20px #14c4f7;
box-shadow:0 0 20px #14c4f7;
}
/* ################################################## */
/* ### ARCHIVIERUNGSWERKZEUG ### */
/* ################################################## */
.fw-archiving .ajax {
display: block;
margin: 25px auto;
}
.fw-archiving td {
background-color: #EEEEEE;
min-height: 1em;
color: #000;
cursor: pointer;
}
.fw-archiving .archive td.line {
background-color: #6ae;
color: #fff;
}
.fw-archiving .noarchive td.line {
background-color: pink;
color: #000;
}
/* ################################################## */
/* ### CATEGORYTREE EXTENSION ### */
/* ################################################## */
.va-pagelist a.CategoryTreeLabelPage,
.va-pagelist-hidefirst a.CategoryTreeLabelPage {
font-style: normal;
}
.va-pagelist div.CategoryTreeItem,
.va-pagelist-hidefirst div.CategoryTreeItem {
display: list-item;
list-style-type: square;
list-style-position: outside;
margin-left: 2.5em;
}
.va-pagelist-hidefirst .CategoryTreeSection:first-child {
display: none;
}
/* ################################################## */
/* ### VIDEO-GALERIEN (Vorlage:Video-Galerie) ### */
/* ################################################## */
.fw-video-galerie {
list-style-image: none !important;
list-style-position: outside !important;
list-style-type: none !important;
margin: 2px !important;
padding: 2px !important;
}
.fw-video-galerie-desc {
clear: left;
}
.fw-video-galerie-item {
display: inline-block;
display: inline !ie;
vertical-align: top;
zoom: 1 !ie;
}
.fw-video-galerie-item .thumb {
margin: 2px;
}
.fw-video-galerie-item .thumbcaption {
display: none;
}
.fw-video-galerie-video {
zoom: 1 !ie;
}
/* ################################################## */
/* ### Diagramme (Vorlage:Diagramm) ### */
/* ################################################## */
.fw-diagramm-quest {
background:#003659;
border:1px solid;
border-color:#15c4f7;
font-size: 11px;
line-height: 16px;
}
.fw-diagramm-body {
background:#046b88;
border:1px solid;
border-color:#15c4f7;
font-size: 11px;
line-height: 16px;
}
.fw-diagramm-reward {
background:#0691ba;
border:1px solid;
border-color:#15c4f7;
font-size: 11px;
line-height: 16px;
}
/*##########################################################*/
/*#### Tabberanpassung ####*/
/*##########################################################*/
.WikiaArticle ul.tabbernav {
border-bottom: 1px solid #15c4f7;
}
.WikiaArticle ul.tabbernav li a {
border: 1px solid #15c4f7;
background: #003659;
border-radius: 5px 5px 0 0;
font-family:Helvetica,Arial,sans-serif;
font-size: 14px;
font-weight: normal;
}
.WikiaArticle ul.tabbernav li a:link { color:#faf432; }
.WikiaArticle ul.tabbernav li a:visited { color:#f3ec06; }
.WikiaArticle ul.tabbernav li a:hover {
background: #046b88;
border: 1px solid #15c4f7;
}
.WikiaArticle ul.tabbernav li.tabberactive a {
background-color: #046b88;
border-bottom: 1px solid #15c4f7;
font-weight: bold;
}
.WikiaArticle ul.tabbernav li.tabberactive a:hover {
color:#dad405;
background: #046b88;
border-bottom: 1px solid #15c4f7;
}
.WikiaArticle .tabberlive .tabbertab {
border:1px solid #15c4f7;
background: #046b88;
border-top: 0;
}
/* ################################################## */
/* ### CHEVRONS ### */
/* ################################################## */
.fw-chevron-down,
.fw-chevron-left,
.fw-chevron-right,
.fw-chevron-up {
border: 3px solid transparent;
display: inline-block;
font-size: 0;
height: 0;
line-height: 0;
margin: 0 1px;
position: relative
}
.fw-chevron-down {
border-top-color: #000;
top: 1px;
}
.fw-chevron-left {
border-right-color: #000;
margin-left: -3px;
}
.fw-chevron-right {
border-left-color: #000;
margin-right: -3px;
}
.fw-chevron-up {
border-bottom-color: #000;
bottom: 2px;
}
/* ################################################## */
/* ### TITLE ICONS (Vorlage:Spiele) ### */
/* ################################################## */
.fw-titleicons, .fw-titleicons-hover {
font-size: 11px;
position: absolute;
padding-top:7px !important;
margin: 0;
max-width: 300px;
z-index: 3;
}
.fw-titleicons {
background-color: #468df9;
border-radius: 8px;
-moz-box-shadow:0 0 20px #5e9cfa;
-webkit-box-shadow:0 0 20px #5e9cfa;
box-shadow:0 0 20px #5e9cfa;
right: 0;
height: 25px;
line-height: 25px;
overflow: hidden;
text-align: right;
border: none;
display: none;
}
.fw-titleicons-hover {
background: #5f9cfa;
right: -2px;
height: auto;
overflow: inherit;
text-align: center;
border: 2px solid #006cb0;
border-radius: 4px;
padding: 0 5px;
}
.fw-titleicons-preview {
text-align: right;
}
.fw-titleicons-fullsize,
.fw-titleicons-hover .fw-titleicons-preview {
display: none;
}
.fw-titleicons-hover .fw-titleicons-fullsize {
display: block;
}
.fw-titleicons-more {
float: right;
padding: 0 2px;
line-height: 25px;
}
.fw-titleicons-chevron {
vertical-align: middle;
border-color: #3A3A3A transparent transparent;
border-style: solid;
border-width: 3px;
width: 0;
}
/* Monobook */
.skin-monobook .fw-titleicons {
top: 15px;
}
.skin-monobook .fw-titleicons-hover {
top: 13px;
}
/* Oasis */
.skin-oasis .fw-titleicons {
top: -30px;
right: 10px;
}
.skin-oasis .fw-titleicons-hover {
top: -28px;
right: 12px;
}
.skin-oasis.ns-0 .WikiaPageHeader,
.skin-oasis.ns-4 .WikiaPageHeader,
.skin-oasis.ns-110 .WikiaPageHeader,
.skin-oasis.ns-502 .WikiaPageHeader {
margin-bottom: 30px;
}
.skin-oasis.mainpage .WikiaPageHeader {
margin-bottom: 10px;
}
/* IE quirks mode parent/child z-index fix */
.skin-vector #firstHeading {
z-index: 2;
}
/* ################################################## */
/* ### Anpassung für "Letzte Änderungen" ### */
/* ################################################## */
/* Weiterleitungen in Spezial:Allpages und Spezial:Watchlist markieren */
.allpagesredirect, .watchlistredir {
font-style: italic;
}
/* Recent changes byte indicators */
.mw-plusminus-pos {
color: #006500;
}
.mw-plusminus-neg {
color: #8B0000;
}
/* More noticeable file upload warnings */
#wpDestFile-warning div {
background: #F00;
border: 1px solid #AAA;
color: #FFF;
padding: 0 5px;
}
/* Make <ref> tags not increase line height */
.reference {
line-height: 1em;
}
/* Kleinerer Text für <references> Tag */
.references {
font-size: 11px;
line-height: 16px;
}
/* Temporäre Behebung {{Spiele}} Wiedergabe*/
.WikiaArticle {
overflow: visible;
}
/* ################################################## */
/* ### TABELLEN #### */
/* ################################################## */
.va-table {
border-collapse: collapse;
empty-cells: show;
font-size: 11px;
line-height: 16px;
margin-bottom: 5px;
}
.va-table td, .va-table th {
border: 1px solid #005F9C;
padding: 1px 2px;
}
.va-table tr {
background: #054886;
border-top: 1px solid #005f9c;
}
.va-table th {
background: #003659;
font-weight: bold;
}
.va-table td {
background: transparent;
}
.va-table-collapse .collapseButton {
margin-left: 10px;
position: absolute;
}
.va-table > tr.va-table-highlight,
.va-table > * > tr.va-table-highlight {
background-color: #06559e;
}
/* Anpassungslisten & Absätze */
.va-table ul,
.va-table ol {
margin: 0 0 0 20px;
}
.va-table li {
line-height: inherit;
}
.va-table p {
line-height: inherit;
margin: 0;
}
/* <stike>erstmal auskommentiert</stike> - testweise aktiviert */
va-table ul, va-table ol,
va-table p {
line-height: 16px;
margin-top: 0;
margin-bottom: 0;
}
/* bis hier auskommentiert gewesen - bei Fehlern auskommentieren */
.va-table ul, .va-table ol {
margin-left: 20px;
}
.va-table ul + p, .va-table ul + ol,
.va-table ul + ul, .va-table ol + p,
.va-table ol + ol, .va-table ol + ul,
.va-table p + p, .va-table p + ol,
.va-table p + ul {
margin-top: 5px;
}
/* Tabellen mit spezifisch vertikaler Ausrichtung für Zellen */
.va-table-top td {
vertical-align: top;
}
.va-table-middle td {
vertical-align: middle;
}
.va-table-bottom td {
vertical-align: bottom;
}
/* Tabellen mit spezifisch horizontaler Ausrichtung für Zellen */
.va-table-center td {
text-align: center ;
}
.va-table-left td {
text-align: left;
}
.va-table-right td {
text-align: right;
}
/* Tabellen in welcher die erste Spalte mit einem Icon beginnt */
.va-table-icon tr td:first-child {
padding-left: 18px;
text-indent: -18px;
}
/* Tabellen die voll in der Breite sind */
.va-table-full {
width: 100%;
}
/* Tabellen die genug Platz für eine Infobox auf der rechten Seite lassen */
.va-table-full-infobox {
width: 380px;
}
.va-table-shaded tr:nth-child(even) {
background-color: #01386D;
}
/* ################################################## */
/* ### SELBSTERSTELLTE LISTENSTILE ### */
/* ################################################## */
/* Grundinhalt und Tabellen */
@media screen{
.WikiaArticle :link{
position: relative;
z-index: 1;
}
.mw-content-text > ul,
.mw-content-text > ul ul,
.mw-content-text > ol ul,
.mw-content-text > dl ul,
.mw-collapsible ul,
.va-table ul {
list-style-type: none;
}
.mw-content-text > ul > li,
.mw-content-text > ul ul > li,
.mw-content-text > ol ul > li,
.mw-content-text > dl ul > li,
.mw-collapsible ul > li,
.va-table ul > li {
position: relative;
}
.mw-content-text > ul > li:before,
.mw-content-text > ul ul > li:before,
.mw-content-text > ol ul > li:before,
.mw-content-text > dl ul > li:before,
.mw-collapsible ul > li:before,
.va-table ul > li:before {
content: "\2022";
position: absolute;
font-weight: bold;
font-size: 18px;
left: -0.75em;
}
/* table list bullets */
.va-table ul > li:before {
font-size: 15px;
left: -0.95em;
}
/* Tables in which the first column starts with an icon */
.va-table-icon tr td:first-child {
padding-left: 18px;
text-indent: -18px;
}
/* ################################################## */
/* ### FOREN ### */
/* ################################################## */
/* Allgemeiner Stil */
.va-forum-header, .va-forum-index,
.va-forum-search {
border: 1px solid #15c4f7;
-moz-box-shadow: 2px 2px 2px #15c4f7;
-webkit-box-shadow: 2px 2px 2px #15c4f7;
box-shadow: 2px 2px 2px #15c4f7;
}
.va-forum-index th, .va-forum-search th {
border: 1px solid #15c4f7;
background: #044D22 url(http://http://vignette3.wikia.nocookie.net/fallout/images/9/9d/Background-striped.png/revision/latest?cb=20150707232056&path-prefix=de?1);
color: #FFF;
}
.va-forum-header div, .va-forum-index td,
.va-forum-search td {
background-color: #00558d;
border: 1px solid #15c4f7;
vertical-align: top;
}
/* Kopfzeile */
.va-forum-header {
margin: 10px 0;
padding: 2px;
}
.va-forum-header div {
padding: 5px;
}
/* Suche */
.va-forum-search {
float: right;
margin: 0 0 8px 5px;
text-align: center;
}
.va-forum-search td {
padding: 5px;
font-size: 11px;
}
/* Index */
.va-forum-index th.forum_title {
width: 70%;
padding-left: 20px;
text-align: left;
}
.va-forum-index th.forum_edited {
width: 30%;
}
.va-forum-index .va-forum-subheader {
background: #00558d;
border: 1px solid #15c4f7;
color: #000;
padding-left: 20px;
text-align: left;
}
.va-forum-index td {
line-height: 16px;
}
.va-forum-index td.forum_edited {
font-size: 11px;
text-align: center;
}
.va-forum-index .va-forum-footer {
background: #00558d;
border: 1px solid #15c4f7;
}
.va-forum-index td.forum_title {
padding-left: 20px;
text-indent: -20px;
}
.va-forum-index td.forum_title a {
padding-left: 20px;
}
.va-forum-index td.forum_title a.forum_new {
font-weight: bold;
background: url(https://vignette.wikia.nocookie.net/fallout/images/9/9d/Background-striped.png/revision/latest?cb=20150708121644&path-prefix=de) center left no-repeat;
}
.va-forum-index td.forum_title a.forum_new:visited {
font-weight: normal;
background: none;
}
.va-forum-index span.forum_author {
display: block;
text-indent: 20px;
font-size: 11px;
}
.va-forum-index span.forum_author a {
padding-left: 1px;
}
.va-forum-index .forum_editor {
display: block;
font-size: 11px;
}
/* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung auszufüllen */
.mw-summarymissed { border:5px solid red; padding:2px;
}
/* ################################################## */
/* ### PORTALE ### */
/* ################################################## */
/* Spezialdefinitionen für Portal der Hauptseite */
.portal_container { }
.portal_sektion ul { list-style: disc; }
.portal_sektion { border: 1px #00558d; margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, #00558d 100%); -moz-border-radius: 1em; -moz-box-shadow: 1px 1px 1px #00558d; -webkit-linear-gradient: 1% 1% 1%, 100%, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(100%, #00558d); -webkit-border-radius: 1em; -webkit-box-shadow: 1px 1px 4px #00558d; border-radius: 1em; box-shadow: 1px 1px 4px #00558d; }
.portal_header { background-color: #003252; padding: 0 1em; position: relative; }
.portal_header_text { display: table; width: 100%; padding: 0.6em 0 0 0; border-bottom: 1px dotted rgb(0, 187, 255); text-align: center; font-family: OrbitronMedium; font-size: 2em; }
.portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; }
.portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: rgb(0, 187, 255); }
.portal_body { background-color: #003252; padding: 0.8em; border: 0.5px solid #15c4f7; }
.portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
.portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { color: rgb(255,255,255); }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px dotted rgb(255,255,255); text-align: left; font-family: OrbitronMedium; font-size: 1.8em; color: rgb(255,255,255); }
/* Kopfzeile */
.fw-portal-mainheader {
margin: 5px auto;
padding: 0;
background: transparent;
text-align: center;
}
.fw-portal-mainheader td {
padding: 2px;
}
/* Inhaltsboxen */
.fw-portal-sektion {
width: 100%;
background: transparent;
margin-top: 1px;
margin-bottom: 5px;
border: 1px solid #15c4f7;
-moz-box-shadow: 2px 2px 2px #15c4f7;
-webkit-box-shadow: 2px 2px 2px #15c4f7;
box-shadow: 2px 2px 2px #15c4f7;
-moz-border-radius: .5em;
}
.fw-portal-body {
border: 1px solid #15c4f7;
background-color: #003252;
padding: 3px 5px;
vertical-align: top;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
border-radius: .5em;
}
.fw-portal-header {
background: #00558d url(https://vignette.wikia.nocookie.net/fallout/images/9/9d/Background-striped.png/revision/latest?cb=20150707230110&path-prefix=de?1);
border: 1px solid #15c4f7;
padding: 3px 5px;
color: #15c4f7;
height: 35px;
font-size: 125%;
font-weight: bold;
text-align: left;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
border-radius: .5em;
}
.fw-portal-header-links {
float: right;
font-size: 80%;
font-weight: normal;
}
/* Kopfzeilen - Links */
.fw-portal-header a:link,
.fw-portal-header a:visited,
.fw-portal-header a:hover,
.fw-portal-header a:active {
color: #15c4f7;
}
.fw-portal-header a.new {
color: #15c4f7;
}
/* Spalten */
.fw-portal-columns-body-left {
float: left;
margin-right: -323px;
position: relative;
width: 100%;
}
.fw-portal-columns-body-left-inner {
margin-right: 323px;
}
.fw-portal-columns-body-right {
clear: right;
float: right;
position: relative;
width: 313px;
}
.fw-portal-columns-body-below,
.fw-portal-columns-body-left-below {
clear: both;
}
.fw-portal-columns-body-left-double .fw-portal-columns-body-left-columns {
padding-right: 10px;
}
.fw-portal-columns-body-left-double .fw-portal-columns-left {
float: left;
width: 50%;
}
.fw-portal-columns-body-left-double .fw-portal-columns-middle {
float: right;
margin-right: -10px;
width: 50%;
}
.fw-portal-columns-left,
.fw-portal-columns-middle,
.fw-portal-columns-right {
position: relative;
}
/* Spiellogo */
.fw-portal-logo {
width: 100%;
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
}
/* TOC - Inhaltstabelle */
.fw-portal-toc {
width: 100%;
font-size: 95%;
}
.fw-portal-toc td {
vertical-align: top;
padding: 0 5px;
}
.fw-portal-toc p {
font-weight: bold;
border-bottom: 1px solid #15c4f7;
}
/* Tagesartikel */
.fw-portal-featuredarticle-footer {
border-top: 1px solid #15c4f7;
clear: both;
margin-top: 10px;
text-align: right;
}
/* Einleitung - image buttons */
.fw-portal-buttons {
text-align: center;
font-size: 95%;
margin: 0 auto;
width: 90%;
}
.fw-portal-buttons th,
.fw-portal-buttons td {
width: 20%;
}
.fw-portal-buttons th {
vertical-align: middle;
font-weight: normal;
padding-top: 3px;
}
.fw-portal-buttons td {
vertical-align: top;
padding-bottom: 3px;
white-space: nowrap;
}
/* Hauptfußzeile */
.fw-portal-mainfooter {
background: transparent;
margin: 10px auto;
text-align: center;
width: 1010px;
padding: 0;
border-collapse: collapse;
}
.fw-portal-mainfooter table {
margin: 0 auto;
}
.fw-portal-mainfooter table th {
font-variant: small-caps;
font-weight: normal;
padding: 0 5px;
line-height: 16px;
}
.fw-portal-mainfooter table td {
font-size: smaller;
border-top: 1px solid #15c4f7;
padding: 0 5px;
}
/* Wusstest du */
.fw-portal-dyk p {
margin: 0;
padding: 0 0 0 2em;
text-indent: -2em;
}
/* Willkommen */
.fw-portal-about {
font-size: 85%;
border-top: 1px solid #08b7ea;
margin-bottom: 0;
}
.fw-portal-welcome {
padding: 2px 0 3px;
text-align: center;
}
.fw-portal-welcome .fw-wikiinanderenmedien {
margin: 8px 0 0;
}
.fw-portal-welcome-title {
font-size: 14px;
margin: 0;
}
.fw-portal-welcome-subtitle {
font-size: 11px;
line-height: 16px;
margin: 0;
}
.fw-portal-welcome-slogan {
margin: 3px 0 0;
}
/* Bloglisten - Monobook */
.skin-monobook .fw-portal-body div.wk_blogs_panel {
font-size: 100%;
width: auto;
float: none;
clear: none;
margin: -5px 0 0;
border: none;
padding: 0;
background: transparent;
}
.skin-monobook .fw-portal-body div.wk_blogs_panel .wk_blogs_title {
display: none;
}
.skin-monobook .fw-portal-body div.wk_blogs_panel .wk_blogs_summary {
font-size: 12px;
line-height: 1.5em;
}
.skin-monobook .fw-portal-body div.wk_blogs_panel .wk_blogs_link {
font-size: 12px;
margin-top: 5px;
}
.skin-monobook .fw-portal-body div.wk_blogs_panel .wk_blogs_details {
font-size: 11px;
padding-left: 5px;
}
.skin-monobook .fw-portal-body div.wk_blogs_panel .wk_blogs_comments {
font-size: 11px;
}
.wikiaPhotoGallery-slider-body :link {
position: inherit;
}
/* ################################################## */
/* ### GENERIC BOX (various minor templates) ### */
/* ################################################## */
.fw-genericbox {
background-color: #003a63;
border: 1px solid #00d3fd;
border-radius: 8px;
margin: 10px 10px 10px 10px;
-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
/* ################################################## */
/* ### INFOBOXEN (Vorlage:Infobox) ### */
/* ################################################## */
/* Äußere Tabelle */
.fw-infobox {
border: 1px solid #15c4f7;
-moz-box-shadow: 2px 2px 2px #15c4f7;
-webkit-box-shadow: 2px 2px 2px #15c4f7;
box-shadow: 2px 2px 2px #15c4f7;
clear: right;
float: right;
font-size: 11px;
line-height: 16px;
margin: 0 0 5px 10px;
}
/* Innere Tabelle */
.fw-infobox-cont, .fw-infobox-group {
margin: 0;
width: 100%;
}
.fw-infobox-mainimage-table {
margin: 0 auto;
}
.fw-infobox-mainimage-table + .fw-infobox-mainimage-table {
margin-top: 2px;
}
/* Zellenabstand */
.fw-infobox,
.fw-infobox-cont,
.fw-infobox-group,
.fw-infobox-mainimage-table,
.fw-infobox-spacing-h,
.fw-infobox-spacing-v {
background: transparent;
}
.fw-infobox-spacing-h {
border-right: 0px solid #15c4f7;
padding: 0.5px;
width: 0%;
}
.fw-infobox-spacing-v {
font-size: 1px;
height: 1px;
line-height: 0;
}
.fw-infobox-colums + .fw-spacing,
.fw-infobox-columns + .fw-infobox-spacing {
display: none !important;
}
/* Breiten */
.fw-infobox-columns-1 .fw-infobox-col1 {
width: 100%;
}
.fw-infobox-columns-2 .fw-infobox-col1,
.fw-infobox-columns-3 .fw-infobox-col1,
.fw-infobox-columns-4 .fw-infobox-col1 {
width: 28%;
}
.fw-infobox-columns-2 .fw-infobox-col2 {
width: 72%;
}
.fw-infobox-columns-3 .fw-infobox-col2,
.fw-infobox-columns-3 .fw-infobox-col3 {
width: 36%;
}
.fw-infobox-columns-4 .fw-infobox-col2,
.fw-infobox-columns-4 .fw-infobox-col3,
.fw-infobox-columns-4 .fw-infobox-col4 {
width: 24%;
}
/* Zellenstile */
.fw-infobox-content,
.fw-infobox-footer,
.fw-infobox-header,
.fw-infobox-image,
.fw-infobox-label,
.fw-infobox-title {
padding: 1px 2px;
}
.fw-infobox-content,
.fw-infobox-footer,
.fw-infobox-image,
.fw-infobox-mainimage {
background: #054886;
border: 1px solid #15c4f7;
padding-left: 1px !important;
}
.fw-infobox-header,
.fw-infobox-icon,
.fw-infobox-label {
background: #003659;
border: 1px solid #15c4f7;
padding-left: 1px !important;
}
.fw-infobox-image,
.fw-infobox-image-upload,
.fw-infobox-footer,
.fw-infobox-header,
.fw-infobox-icon,
.fw-infobox-mainimage,
.fw-infobox-mainimage-cont,
.fw-infobox-mainimage-image {
text-align: center;
vertical-align: middle;
}
.fw-infobox-content {
text-align: left;
vertical-align: top;
}
.fw-infobox-label {
cursor: default;
text-align: right;
vertical-align: top;
}
.fw-infobox-icon-cont {
margin: 0;
padding: 0;
position: relative;
}
.fw-infobox-icon-table {
margin: 0 auto;
}
.fw-infobox-mainimage-cont + .fw-infobox-icon-table {
position: absolute;
right: 3px;
top: 1px;
}
/* Aktualisierung um Kuriositäten bezüglich der Spaltenbreite im IE8/Webkit zu verhindern */
.fw-infobox-image {
max-width: 0;
}
.fw-infobox-image-cont {
margin-right: -100%;
margin-right: 0;
text-align: center;
width: 100%;
}
.fw-infobox-image-desc {
font-size: 10px;
line-height: 15px;
padding: 1px 1px 0;
}
.fw-infobox-image-upload {
padding: 15px 3px;
}
.fw-infobox-mainimage {
padding: 2px 0;
}
.fw-infobox-mainimage-cont {
margin: 0;
width: 100%;
}
.fw-infobox-mainimage-image {
background: transparent;
padding: 0 1px;
}
.fw-infobox-mainimage-minheight {
width: 0%;
}
.fw-infobox-mainimage-minheight div {
height: 120px;
margin: 0;
padding: 0;
width: 1px;
}
/* Collapse buttons */
.fw-infobox-group-collapsible .va-infobox-header {
padding-left: 40px;
padding-right: 40px;
}
.fw-infobox-header .collapseButton {
left: 40px;
margin-left: -100%;
position: inherit;
}
/* Für Vorlagen, die Platz für die Infobox auf der rechten Seiten lassen */
.fw-infobox-spacing {
padding: 0 270px 0 0;
}
/* Links */
.fw-infobox-title a:link,
.fw-infobox-title a:visited {
color: #fce600;
}
.fw-infobox-title a:hover,
.fw-infobox-title a:active {
color: #15c4f7;
}
.fw-infobox-title a.new {
color: #ffa244 ;
}
/* Anpassung der Listen und Absätze */
.fw-infobox ul,
.fw-infobox ol,
.fw-infobox p {
line-height: 16px;
margin-bottom: 0;
}
.fw-infobox ul,
.fw-infobox ol {
margin-left: 20px;
margin-top: 0;
}
.fw-infobox p,
.fw-infobox * + ul,
.fw-infobox * + ol {
margin-top: 3px;
}
.fw-infobox ul li,
.fw-infobox ol li {
margin-bottom: 0;
}
.fw-infobox-title {
background: #00365a url(https://vignette.wikia.nocookie.net/fallout/images/9/9d/Background-striped.png/revision/latest?cb=20150707230110&path-prefix=de?1);
border: 1px solid #15c4f7;
color: #15c4f7;
text-align: center;
vertical-align: middle;
width: 100%;
}
.fw-infobox-title-main {
font-size: 15px;
font-weight: bold;
line-height: 20px;
}
.fw-infobox-title-sub {
font-size: 12px;
line-height: 15px;
}
.fw-infobox-title-super {
font-size: 10px;
line-height: 12px;
}
.fw-infobox-tooltip {
color: #00E2FF;
border-color: #008ea6 transparent transparent #008ea6;
border-style: solid;
border-width: 3px;
float: left;
height: 0;
left: -2px;
margin-bottom: -100%;
margin-right: -100%;
position: absolute;
top: -1px;
width: 0;
}
.fw-infobox-tooltip-cont {
height: 0;
position: relative;
width: 0;
}
/* Image toggler */
.imagetoggler-thumbs {
border-bottom: 1px solid #008ea6;
margin-bottom: 2px;
}
.imagetoggler-thumb {
margin-left:5px;
margin-bottom: 2px;
}
.imagetoggler-thumb:hover {
cursor: pointer;
}
.imagetoggler-active-thumb {
border: 1px solid #008ea6;
}
/* Hilfsvorlage: Vorlage:Infobox/Teiler */
.fw-infobox-teiler-float {
border-color: #008ea6;
border-style: solid;
border-width: 0 0 1px 1px;
clear: right;
float: right;
margin: -1px 0 0 2px;
min-width: 18px;
padding: 0 0 0 2px;
text-align: center;
}
.fw-infobox-teiler-vert {
width: 100%;
}
.fw-infobox-teiler-left,
.fw-infobox-teiler-right {
vertical-align: top;
width: 50%;
}
.fw-infobox-teiler-left {
border-right: 1px solid #008ea6;
padding: 0 2px 0 0;
}
.fw-infobox-teiler-right {
padding: 0 0 0 2px;
}
.fw-infobox-teiler-section-start,
.fw-infobox-teiler-section-end {
display: none;
}
.fw-infobox-teiler-section-end + .fw-infobox-teiler-section-start {
border-top: 1px solid #008ea6;
clear: both;
display: block;
margin: 1px 0;
}
/* ################################################## */
/* ### NAVIGATIONSBOXEN (Vorlage:Navbox) ### */
/* ################################################## */
/* Äußere Tabelle - Rahmen */
.fw-navbox-border {
border: 1px solid #22a8ff;
box-shadow: 2px 2px 2px #22a8ff;
-moz-box-shadow: 2px 2px 2px #22a8ff;
-webkit-box-shadow: 2px 2px 2px #22a8ff;
}
.fw-navbox-bottom + .fw-navbox-bottom {
margin-top: 2px;
}
/* Äußere Tabelle - Breiten, floats */
.fw-navbox {
width: 100%;
font-size: 11px;
line-height: 16px;
}
.fw-navbox-bottom {
width: 100%;
clear: both;
margin: 5px auto 0;
}
.fw-navbox-left {
width: 200px;
clear: left;
float: left;
margin: 0 1.5em 0.5em 0;
}
.fw-navbox-right {
width: 200px;
clear: right;
float: right;
margin: 0 0 0.5em 1.5em;
}
/* Innere Tabellen */
.fw-navbox-brick {
width: 100%;
margin: 0;
}
/* Zellenabstand */
.fw-navbox, .fw-navbox-border,
.fw-navbox-brickcont, .fw-navbox-padding,
.fw-navbox-spacing-h, .fw-navbox-spacing-v {
background: transparent;
}
.fw-navbox-padding {
padding: 1px;
}
.fw-navbox-spacing-h {
width: 1px;
}
.fw-navbox-columncont .fw-navbox-spacing-h {
width: 0%;
border-right: 1px solid #15c4f7;
}
.fw-navbox-spacing-v {
height: 1px;
font-size: 1pt;
line-height: 0em;
}
/* Zellenstile und Breiten */
/* Denke daran, die Berechnungen der Spaltenbreite zu aktualisieren, beim wechseln der Breiten */
.fw-navbox-title {
background: #00365a url(https://vignette.wikia.nocookie.net/fallout/images/9/9d/Background-striped.png/revision/latest?cb=20150707230110&path-prefix=de?1);
border: 1px solid #00d3fd;
font-weight: normal;
color: #15c4f7;
padding: 1px 2px;
}
.fw-navbox-headertext,
.fw-navbox-titletext {
font-weight: bold;
padding-left: 40px;
padding-right: 40px;
}
.fw-navbox-maintitle .fw-navbox-titletext {
font-size: 118%;
}
.fw-navbox-editlink {
float: left;
width: 40px;
text-align: left;
margin-right: -100%;
}
.fw-navbox .collapseButton {
margin-left: -100%;
}
.fw-navbox-cell, .fw-navbox-colgroup,
.fw-navbox-column, .fw-navbox-fußzeile,
.fw-navbox-group, .fw-navbox-header,
.fw-navbox-image, .fw-navbox-subgroup {
padding: 1px 2px;
}
.fw-navbox-colgroup, .fw-navbox-group,
.fw-navbox-subgroup {
font-weight: bold;
}
.fw-navbox-group, .fw-navbox-subgroup {
width: 15%;
text-align: center;
}
.fw-navbox-fußzeile, .fw-navbox-group,
.fw-navbox-header {
background: #0064a6;
border: 1px solid #00d3fd;
}
.fw-navbox-colgroup, .fw-navbox-subgroup {
background: #0064a6;
border: 1px solid #00d3fd;
}
.fw-navbox-cell, .fw-navbox-column,
.fw-navbox-image {
background: #0064a6;
border: 1px solid #00d3fd;
}
.fw-navbox-cell-nogroups, .fw-navbox-column,
.fw-navbox-colgroup, .fw-navbox-fußzeile,
.fw-navbox-image {
text-align: center;
}
.fw-navbox-cell-withgroups {
text-align: left;
}
.fw-navbox-column {
vertical-align: top;
}
.fw-navbox-image {
width: 8%;
}
/* Listen in Spaltenreihen */
.fw-navbox-formatlist ul,
.fw-navbox-formatlist li {
list-style: none;
line-height: 16px;
margin: 0.6em 0;
padding: 0;
}
.fw-navbox-formatlist li li {
font-size: 90%;
}
.fw-navbox-formatlist li ul {
margin-top: -0.1em;
margin-bottom: 0.5em;
}
.fw-navbox-formatlist li ul li {
margin: 0em;
}
/* Verschachtelt */
.fw-navbox .fw-navbox-nested {
font-size: 100%;
}
.fw-navbox-nested .fw-navbox-title {
background: #acc9d0;
color: #000;
border: 1px solid #AAA;
}
.fw-navbox-nested .fw-navbox-footer,
.fw-navbox-nested .fw-navbox-group,
.fw-navbox-nested .fw-navbox-header {
background: #c1d6db;
}
.fw-navbox-nested .fw-navbox-colgroup,
.fw-navbox-nested .fw-navbox-subgroup {
background: #cbdde1;
}
/* Links */
.fw-navbox-editlink .fw-navbar-item {
color: #FFF !important;
}
.fw-navbox-nowraplinks .fw-navbox-cell a,
.fw-navbox-nowraplinks .fw-navbox-column a {
white-spacing: nowrap;
}
.fw-navbox-maintitle a:link,
.fw-navbox-maintitle a:visited {
color: #00afa0 !important;
}
.fw-navbox-maintitle a:hover,
.fw-navbox-maintitle a:active {
color: #FFF;
}
.fw-navbox-maintitle a.new {
color: #F11 !important;
}
/* Druck */
@media print {
.fw-navbox, .fw-navbox-border {
display: none;
}
}
/* ################################################## */
/* ### COPYRIGHT / SOURCE BOXES ### */
/* ### (Vorlage:Copyrightbox/Vorlage:Sourcebox) ### */
/* ################################################## */
/* Vorlage:Copyrightbox */
.va-copybox {
background-color: #003659;
clear: both;
padding: 3px 5px;
margin: 5px 0;
border: 1px solid #08b7ea;
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: -3px;
}
/* Vorlage:Sourcebox */
.fw-sourcebox {
margin: 0;
border-collapse: collapse;
font-size: 11px;
line-height: 16px;
}
.fw-sourcebox th {
vertical-align: middle;
text-align: center;
padding: 0 5px;
}
.fw-sourcebox td {
padding: 0;
}
.fw-sourcebox td span {
border-top: 1px solid #15C4F7;
border-bottom: 1px solid #15C4F7;
display: block;
padding: 2px 5px;
float: left;
}
/* ################################################## */
/* ### DIRECTION / MESSAGE BOXES ### */
/* ### (Vorlage:Directionbox/Vorlage:Mbox) ### */
/* ################################################## */
/* Vorlage:Directionbox */
.fw-dirbox {
background-color: #003659;
border: 1px solid #0964A1;
clear: left;
padding: 2px 5px;
margin: 5px 0;
font-size: 11px;
line-height: 16px;
border-collapse: collapse;
}
.fw-dirbox + .fw-dirbox {
margin-top: -3px;
}
.fw-dirbox th {
width: 40px;
text-align: center;
vertical-align: middle;
padding: 1px 0 1px 5px;
line-height: 20px;
}
.fw-dirbox td {
padding: 1px 5px;
width: 100%;
}
/* Vorlage:Mbox */
.fw-mbox {
background-color: #003659;
border: 1px solid #0964A1;
padding: 0;
margin: 0 0 10px;
font-size: 11px;
line-height: 16px;
border-collapse: collapse;
}
.fw-mbox + .fw-mbox {
margin-top: -8px;
}
.fw-mbox th {
width: 40px;
text-align: center;
vertical-align: middle;
padding: 1px 0 1px 5px;
}
.fw-mbox td {
padding-left: 5px;
width: 100%;
}
/* ################################################## */
/* ### HATNOTES (Vorlage:Hatnote) ### */
/* ################################################## */
.va-hatnote {
padding-left: 2em;
font-style: italic;
margin-bottom: 5px;
}
/* ################################################## */
/* ### INTROS/NOTICES (Vorlage:Intro) ### */
/* ################################################## */
.va-intro-box {
background: transparent;
margin: 0 auto 10px;
padding: 1px;
border: 1px solid #00ccff;
-moz-box-shadow: 2px 2px 2px #00ccff;
-webkit-box-shadow: 2px 2px 2px #00ccff;
box-shadow: 2px 2px 2px #00ccff;
}
.va-intro-box .va-intro {
background: #003659;
border: 1px solid #00ccff;
width: 100%;
}
.va-intro-box .va-intro td,
.va-intro-image {
padding-left: 2px;
padding-right: 2px;
}
.va-intro-box .va-intro-firstrow {
padding-top: 2px;
}
.va-intro td {
padding-bottom: 2px;
}
.va-intro-header {
font-size: 16px;
font-weight: bold;
}
.va-intro-bullets {
font-size: 11px;
line-height: 16px;
vertical-align: top;
}
/* ################################################## */
/* ### AUDIO SNIPPETS, QUOTES & TRANSCRIPTS ### */
/* ### (Vorlage:Listen, Vorlage:Newsquote, ### */
/* ### Vorlage:Quotation, Vorlage:Transcript) ### */
/* ################################################## */
/* Container */
.va-listen, .va-newsquote,
.va-quotation, .va-transcript {
padding: 10px 25px;
line-height: 18px;
}
.va-listen-left, .va-listen-right,
.va-quotation-left, .va-quotation-right {
border-top: 1px solid #6baf46;
border-bottom: 1px solid #6baf46;
}
.va-listen-left, .va-listen-right {
width: 200px;
}
.va-quotation-center {
margin: auto;
}
.va-quotation-left, .va-quotation-right {
width: 250px;
}
.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;
}
/* Quotation marks/icons */
.va-listen-icon, .va-newsquote-quot-l,
.va-newsquote-quot-r, .va-quotation-quot-l,
.va-quotation-quot-r, .va-transcript-icon {
position: relative;
width: 40px;
z-index: -1;
}
.va-listen-icon, .va-transcript-icon {
top: -5px;
left: -25px;
float: left;
margin-right: -40px;
}
.va-newsquote-quot-l, .va-newsquote-quot-r,
.va-quotation-quot-l, .va-quotation-quot-r {
color: #6baf46;
font: bold 55px/40px serif;
height: 18px;
}
.va-newsquote-quot-l, .va-quotation-quot-l {
left: -15px;
float: left;
margin-right: -40px;
}
.va-newsquote-quot-r, .va-quotation-quot-r {
right: -15px;
float: right;
margin-left: -40px;
text-align: right;
}
/* Zitierte Text- & Audiodatei-Beschreibung */
.va-listen-item, .va-listen-item .ogg-player-options,
.va-newsquote-text, .va-quotation-text {
font-size: 12px;
}
.va-listen-text, .va-newsquote-text,
.va-quotation-text {
font-style: italic;
}
.va-transcript-text {
font-family: monospace;
}
/* Quelle */
.va-newsquote-source, .va-quotation-source {
padding: 5px 0 0;
text-align: right;
}
.va-quotation-source {
font-size: 10px;
line-height: 15px;
}
/* "Unvollständiges Zitat" Punkte */
.va-newsquote-dots {
padding: 3px 0;
font-style: normal;
}
/* Audio-Dateiliste */
.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 #D9D9D9;
margin-top: 5px;
}
.np-quote-snd-trigger {
display: inline-block;
position: relative;
top:auto;
left:auto;
padding: 0px 2px;
}
.np-quote-snd-trigger:hover .np-quote-snd-player {
display:block;
}
.np-quote-snd-player {
display:none;
position:absolute;
top:-55px;
left:100%;
z-index:100;
width: 300px;
overflow-x: hidden;
margin:1px;
padding:5px 10px 10px 10px;
border:1px solid #CCCCCC;
border-radius:5px;
box-shadow:#15c4f7 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;
}
/* ################################################## */
/* ### STAT TABELLEN (Vorlage:Stats Kreatur) ### */
/* ################################################## */
.va-stats-creature-name {
text-align: center;
}
.va-stats-creature-icontable {
margin: 0 auto;
}
.va-stats-creature-icontable td {
border: none;
}
.va-stats-creature-icon {
position: absolute;
top: 0;
left: 0;
width: 20px;
text-align: center;
font-weight: bold;
}
.va-stats-creature-item {
position: relative;
padding: 0 2px 0 22px;
min-width: 10px;
}
.va-stats-creature-item + .va-stats-creature-item {
margin-top: 2px;
}
.va-stats-creature-icontable-full,
.va-stats-creature-layout-1 td {
width: 100%;
}
.va-stats-creature-layout-2 td {
width: 50%;
}
.va-stats-creature-layout-3 td {
width: 33%;
}
.va-stats-creature-layout-3 td:first-child {
width: 34%;
}
.va-stats-creature-layout-4 td {
width: 25%;
}
/* ################################################## */
/* ### IDs (Vorlage:Proto, Vorlage:(DLC) ID) ### */
/* ################################################## */
.va-formid,
.va-protoid {
font-family: monospace;
}
/* ################################################## */
/* ### ITEM-EFFEKTE (Vorlage:Effekt) ### */
/* ################################################## */
.va-effect-negative,
.va-effect-negative a {
color: #820000;
}
.va-effect-positive,
.va-effect-positive a {
color: #008200;
}
*
/* ################################################## */
/* ### TOCs (Vorlage:TOC, Vorlage:Dokument TOC) ### */
/* ################################################## */
.va-toclimit-2 .toclevel-1 ul,
.va-toclimit-3 .toclevel-2 ul,
.va-toclimit-4 .toclevel-3 ul,
.va-toclimit-5 .toclevel-4 ul,
.va-toclimit-6 .toclevel-5 ul,
.va-toclimit-7 .toclevel-6 ul {
display: none;
}
.skin-oasis .va-documenttoc th {
font-size: 14px;
font-weight: normal;
border: 0;
margin: 0;
}
/* ################################################## */
/* ### SHORTCUTS (Vorlage:Shortcut) ### */
/* ################################################## */
.fw-shortcut {
margin: 0 0 5px 5px;
padding: 3px 5px;
text-align: center;
float: right;
font-size: 10px;
line-height: 15px;
}
/* ################################################## */
/* ### SPECIAL <pre> TAGS (Vorlage:Pre fake) ### */
/* ################################################## */
.va-pre-fake {
background-color: #003659;
overflow: auto;
font-family: monospace;
white-space: pre;
}
.skin-monobook .va-pre-fake {
border: 1px dashed #AAA;
line-height: 1.1em;
padding: 1em;
}
/* ################################################## */
/* ### VORLAGENDOKUMENTATION ### */
/* ### (Vorlage:Docparam/Vorlage:Dokumentation) ### */
/* ################################################## */
/* Vorlage:Docparam */
.fw-docparam {
padding: 0 2px 0 20px;
text-indent: -20px;
margin-bottom: 3px;
background-color: #003659;
border: 1px dotted #15c4f7;
overflow: auto;
}
.fw-docparam-icon {
margin: 0;
padding: 0;
width: 20px;
float: left;
}
.fw-docparam-default {
float: right;
font-size: 10px;
}
.fw-docparam-params {
font-family: monospace;
}
.fw-docparam-desc {
margin: 0;
padding: 0 0 5px 20px;
}
/* Vorlage:Dokumentation */
.fw-documentation,
.fw-documentation-bar-top,
.fw-documentation-bar-bottom {
border-color: #15c4f7;
border-style: solid;
clear: both;
}
.fw-documentation {
border-width: 1px;
margin: 10px 0;
}
.fw-documentation-bar-top,
.fw-documentation-bar-bottom {
background-color: #003659;
border: 1px dotted #15c4f7;
padding: 5px;
margin: 0;
}
.fw-documentation-bar-top {
border-width: 0 0 1px 0;
}
.fw-documentation-bar-bottom {
border-width: 1px 0 0 0;
text-align: right;
}
.fw-documentation-links {
float: right;
text-align: right;
}
.fw-documentation-content {
background-color: #00558c;
padding: 10px;
margin: 0;
}
.fw-documentation-small {
font-size: 10px;
}
/* ################################################## */
/* ### Vorlage Herstellungstabelle #### */
/* ################################################## */
.fw-crafting-table {
font-size: 11px;
line-height: 16px;
margin-bottom: 5px;
}
.fw-crafting-block {
border: 1px solid #15c4f7;
margin: 0;
padding: 1px 2px;
background-color: #186DA7;
}
.fw-crafting-block + .fw-crafting-block {
margin-top: 3px;
}
.fw-crafting-requirement {
background-color: #004B80;
}
.fw-crafting-highlight {
background-color: #003F6B;
}
.fw-crafting-table .selflink {
font-weight: normal;
}
/* ################################################## */
/* ### WIKI WASSERZEICHEN ### */
/* ################################################## */
.fw-wiki-watermark {
background: transparent url(https://vignette.wikia.nocookie.net/fallout/images/8/89/Wiki-wordmark.png/revision/latest?cb=20150806190855&path-prefix=de) center no-repeat;
}