Tritt unserem Discord bei und informiere dich auf unserem Twitter-Kanal über die aktuellsten Themen rund um Fallout!
K akt. |
akt. |
||
| Zeile 7: | Zeile 7: | ||
/* ### Allgemeine Behebungen ### */ | /* ### Allgemeine Behebungen ### */ | ||
/* ################################################## */ | /* ################################################## */ | ||
/* ################################################## */ | |||
/* ### TITLE ICONS (Vorlage:Spiele) ### */ | |||
/* ################################################## */ | |||
.fw-titleicons, | |||
.fw-titleicons-hover { | |||
font-size: 11px; | |||
margin: 0; | |||
max-width: 275px; | |||
position: absolute; | |||
z-index: 3; | |||
} | |||
.fw-titleicons { | |||
background: transparent; | |||
border: none; | |||
display: none; | |||
height: 27px; | |||
line-height: 25px; | |||
overflow: hidden; | |||
right: 0; | |||
text-align: right; | |||
top: 4px; | |||
} | |||
.fw-titleicons-hover { | |||
background: #FFF; | |||
border: 1px solid #000; | |||
box-shadow: 1px 2px 10px #AAA; | |||
-moz-box-shadow: 1px 2px 10px #AAA; | |||
-webkit-box-shadow: 1px 2px 10px #AAA; | |||
height: auto; | |||
overflow: auto; | |||
padding: 0 5px; | |||
right: -1px; | |||
text-align: center; | |||
top: 3px; | |||
} | |||
.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; | |||
line-height: 25px; | |||
padding: 0 2px; | |||
} | |||
/* Mark redirects in Special:Allpages and Special:Watchlist */ | /* Mark redirects in Special:Allpages and Special:Watchlist */ | ||
.allpagesredirect, .watchlistredir { | .allpagesredirect, .watchlistredir { | ||
font-style: italic; | |||
} | } | ||
/* Recent changes byte indicators */ | /* Recent changes byte indicators */ | ||
.mw-plusminus-pos { | .mw-plusminus-pos { | ||
color: #006500; | |||
} | } | ||
.mw-plusminus-neg { | .mw-plusminus-neg { | ||
color: #8B0000; | |||
} | } | ||
/* Checkered background for images in File namespace */ | /* Checkered background for images in File namespace */ | ||
body.ns-6 #file img { | body.ns-6 #file img { | ||
background: transparent url("/skins/common/images/Checker-16x16.png?1") repeat; | |||
} | } | ||
body.ns-6 #file button img { | body.ns-6 #file button img { | ||
background: transparent; | |||
} | } | ||
/* More noticeable file upload warnings */ | /* More noticeable file upload warnings */ | ||
#wpDestFile-warning div { | #wpDestFile-warning div { | ||
background: #F00; | |||
border: 1px solid #AAA; | |||
color: #FFF; | |||
padding: 0 5px; | |||
} | } | ||
/* Make <ref> tags not increase line height */ | /* Make <ref> tags not increase line height */ | ||
.reference { | .reference { | ||
line-height: 1em; | |||
} | } | ||
/* Smaller text for <references> tag */ | /* Smaller text for <references> tag */ | ||
ol.references { | ol.references { | ||
font-size: 11px; | |||
line-height: 16px; | |||
} | } | ||
| Zeile 56: | Zeile 114: | ||
.fallout-table, | .fallout-table, | ||
.va-table { | .va-table { | ||
border-collapse: collapse; | |||
empty-cells: show; | |||
font-size: 11px; | |||
line-height: 16px; | |||
margin-bottom: 5px; | |||
} | } | ||
.fallout-table td, .fallout-table th, | .fallout-table td, .fallout-table th, | ||
.va-table td, .va-table th { | .va-table td, .va-table th { | ||
border: 1px solid #AAA; | |||
padding: 1px 2px; | |||
} | } | ||
.fallout-table tr, | .fallout-table tr, | ||
.va-table tr { | .va-table tr { | ||
background: #E7EADA; | |||
} | } | ||
.fallout-table th, | .fallout-table th, | ||
.va-table th { | .va-table th { | ||
background: #C9D0AC; | |||
font-weight: bold; | |||
} | } | ||
.fallout-table td, | .fallout-table td, | ||
.va-table td { | .va-table td { | ||
background: transparent; | |||
} | } | ||
| Zeile 90: | Zeile 148: | ||
.va-table ul, .va-table ol, | .va-table ul, .va-table ol, | ||
.va-table p { | .va-table p { | ||
line-height: 16px; | |||
margin-top: 0; | |||
margin-bottom: 0; | |||
} | } | ||
.fallout-table ul, .fallout-table ol, | .fallout-table ul, .fallout-table ol, | ||
.va-table ul, .va-table ol { | .va-table ul, .va-table ol { | ||
margin-left: 20px; | |||
} | } | ||
| Zeile 110: | Zeile 168: | ||
.va-table p + p, .va-table p + ol, | .va-table p + p, .va-table p + ol, | ||
.va-table p + ul { | .va-table p + ul { | ||
margin-top: 5px; | |||
} | } | ||
| Zeile 116: | Zeile 174: | ||
.fallout-table-top td, | .fallout-table-top td, | ||
.va-table-top td { | .va-table-top td { | ||
vertical-align: top; | |||
} | } | ||
.fallout-table-middle td, | .fallout-table-middle td, | ||
.va-table-middle td { | .va-table-middle td { | ||
vertical-align: middle; | |||
} | } | ||
.fallout-table-bottom td, | .fallout-table-bottom td, | ||
.va-table-bottom td { | .va-table-bottom td { | ||
vertical-align: bottom; | |||
} | } | ||
| Zeile 132: | Zeile 190: | ||
.fallout-table-center td, | .fallout-table-center td, | ||
.va-table-center td { | .va-table-center td { | ||
text-align: center ; | |||
} | } | ||
.fallout-table-left td, | .fallout-table-left td, | ||
.va-table-left td { | .va-table-left td { | ||
text-align: left; | |||
} | } | ||
.fallout-table-right td, | .fallout-table-right td, | ||
.va-table-right td { | .va-table-right td { | ||
text-align: right; | |||
} | } | ||
| Zeile 148: | Zeile 206: | ||
.fallout-table-full, | .fallout-table-full, | ||
.va-table-full { | .va-table-full { | ||
width: 660px; | |||
} | } | ||
| Zeile 154: | Zeile 212: | ||
.fallout-table-icon tr td:first-child, | .fallout-table-icon tr td:first-child, | ||
.va-table-icon tr td:first-child { | .va-table-icon tr td:first-child { | ||
padding-left: 18px; | |||
text-indent: -18px; | |||
} | } | ||
| Zeile 161: | Zeile 219: | ||
/* ### CHEVRONS ### */ | /* ### CHEVRONS ### */ | ||
/* ################################################## */ | /* ################################################## */ | ||
.va-chevron-down, | .va-chevron-down, | ||
.va-chevron-left, | .va-chevron-left, | ||
.va-chevron-right, | .va-chevron-right, | ||
.va-chevron-up { | .va-chevron-up { | ||
border: 3px solid transparent; | |||
display: inline-block; | |||
font-size: 0; | |||
height: 0; | |||
line-height: 0; | |||
margin: 0 1px; | |||
position: relative; | |||
} | } | ||
.va-chevron-down { | .va-chevron-down { | ||
border-top-color: #000; | |||
top: 1px; | |||
} | } | ||
.va-chevron-left { | .va-chevron-left { | ||
border-right-color: #000; | |||
margin-left: -3px; | |||
} | } | ||
.va-chevron-right { | .va-chevron-right { | ||
border-left-color: #000; | |||
margin-right: -3px; | |||
} | } | ||
.va-chevron-up { | .va-chevron-up { | ||
border-bottom-color: #000; | |||
bottom: 2px; | |||
} | } | ||
| Zeile 202: | Zeile 260: | ||
.va-forum-header, .va-forum-index, | .va-forum-header, .va-forum-index, | ||
.va-forum-search { | .va-forum-search { | ||
border: 1px solid #aaa; | |||
box-shadow: 2px 2px 2px #AAA; | |||
-moz-box-shadow: 2px 2px 2px #AAA; | |||
-webkit-box-shadow: 2px 2px 2px #AAA; | |||
} | } | ||
.va-forum-index th, .va-forum-search th { | .va-forum-index th, .va-forum-search th { | ||
border: 1px solid #000; | |||
background: #044D22 url(http://images.wikia.com/fallout/pt/images/0/08/WidgetBackgroundEffect.png?1); | |||
color: #FFF; | |||
} | } | ||
.va-forum-header div, .va-forum-index td, | .va-forum-header div, .va-forum-index td, | ||
.va-forum-search td { | .va-forum-search td { | ||
background-color: #E7EADA; | |||
border: 1px solid #AAA; | |||
vertical-align: top; | |||
} | } | ||
/* Header */ | /* Header */ | ||
.va-forum-header { | .va-forum-header { | ||
margin: 10px 0; | |||
padding: 2px; | |||
} | } | ||
.va-forum-header div { | .va-forum-header div { | ||
padding: 5px; | |||
} | } | ||
/* Search */ | /* Search */ | ||
.va-forum-search { | .va-forum-search { | ||
float: right; | |||
margin: 0 0 8px 5px; | |||
text-align: center; | |||
} | } | ||
.va-forum-search td { | .va-forum-search td { | ||
padding: 5px; | |||
font-size: 11px; | |||
} | } | ||
/* Index */ | /* Index */ | ||
.va-forum-index th.forum_title { | .va-forum-index th.forum_title { | ||
width: 70%; | |||
padding-left: 20px; | |||
text-align: left; | |||
} | } | ||
.va-forum-index th.forum_edited { | .va-forum-index th.forum_edited { | ||
width: 30%; | |||
} | } | ||
.va-forum-index th.va-forum-subheader { | .va-forum-index th.va-forum-subheader { | ||
background: #C9D0AC; | |||
border: 1px solid #AAA; | |||
color: #000; | |||
padding-left: 20px; | |||
text-align: left; | |||
} | } | ||
.va-forum-index td { | .va-forum-index td { | ||
line-height: 16px; | |||
} | } | ||
.va-forum-index td.forum_edited { | .va-forum-index td.forum_edited { | ||
font-size: 11px; | |||
text-align: center; | |||
} | } | ||
.va-forum-index td.va-forum-footer { | .va-forum-index td.va-forum-footer { | ||
background: #D6DBC1; | |||
border: 1px solid #AAA; | |||
} | } | ||
.va-forum-index td.forum_title { | .va-forum-index td.forum_title { | ||
padding-left: 20px; | |||
text-indent: -20px; | |||
} | } | ||
.va-forum-index td.forum_title a { | .va-forum-index td.forum_title a { | ||
padding-left: 20px; | |||
} | } | ||
.va-forum-index td.forum_title a.forum_new { | .va-forum-index td.forum_title a.forum_new { | ||
font-weight: bold; | |||
background: url(http://images.wikia.com/fallout/images/4/4e/Forum_new.gif?1) center left no-repeat; | |||
} | } | ||
.va-forum-index td.forum_title a.forum_new:visited { | .va-forum-index td.forum_title a.forum_new:visited { | ||
font-weight: normal; | |||
background: none; | |||
} | } | ||
.va-forum-index span.forum_author { | .va-forum-index span.forum_author { | ||
display: block; | |||
text-indent: 20px; | |||
font-size: 11px; | |||
} | } | ||
.va-forum-index span.forum_author a { | .va-forum-index span.forum_author a { | ||
padding-left: 0px !important; | |||
} | } | ||
.va-forum-index span.forum_editor { | .va-forum-index span.forum_editor { | ||
display: block; | |||
font-size: 11px; | |||
} | } | ||
/* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */ | /* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */ | ||
#mw-anon-edit-warning, #mw-missingsummary, #wp_talkpagetext { | |||
width: 80%; | |||
background: #D3E1F2; | |||
border: 1px solid #1A47FF; | |||
margin: 1em auto; | |||
padding: 1em; | |||
} | } | ||
/* Bei URLs, die auf unser Projekt und verwandte Projekte verweisen, den Pfeil ausblenden | /* Bei URLs, die auf unser Projekt und verwandte Projekte verweisen, den Pfeil ausblenden | ||
* Dieser Pfeil dient nur dazu, auf externe Ziele hinzuweisen | |||
* Auf den Einsatz der Klasse "plainlinks" kann dadurch verzichtet werden | |||
*/ | */ | ||
#content a[href^="http://de.wikipedia.org"], | |||
#content a[href^="http://toolserver.org"], | |||
#content a[href^="http://stable.toolserver.org"] { | |||
background: none !important; | |||
padding: 0 !important; | |||
} | } | ||
/* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung auszufüllen */ | |||
.mw-summarymissed { border:5px solid red; padding:2px; } | |||
/* ################################################## */ | /* ################################################## */ | ||
| Zeile 340: | Zeile 398: | ||
/* Main header */ | /* Main header */ | ||
.va-portal-mainheader { | .va-portal-mainheader { | ||
margin: 5px auto; | |||
padding: 0; | |||
background: transparent; | |||
text-align: center; | |||
} | } | ||
.va-portal-mainheader td { | .va-portal-mainheader td { | ||
background: transparent url(http://images.wikia.com/fallout/images/b/bf/Wiki_watermark.png?1) no-repeat center; | |||
padding: 2px; | |||
} | } | ||
/* Content boxes */ | /* Content boxes */ | ||
.va-portal-section { | .va-portal-section { | ||
width: 100%; | |||
background: transparent; | |||
margin-top: 0px; | |||
margin-bottom: 5px; | |||
border: 1px solid #AAA; | |||
box-shadow: 2px 2px 2px #AAA; | |||
-moz-box-shadow: 2px 2px 2px #AAA; | |||
-webkit-box-shadow: 2px 2px 2px #AAA; | |||
} | } | ||
.va-portal-body { | .va-portal-body { | ||
border: 1px solid #AAA; | |||
background-color: #E7EADA; | |||
padding: 3px 5px; | |||
vertical-align: top; | |||
} | } | ||
.va-portal-header { | .va-portal-header { | ||
background: #02451E url(http://images.wikia.com/fallout/pt/images/0/08/WidgetBackgroundEffect.png?1); | |||
border: 1px solid #000; | |||
padding: 3px 5px; | |||
color: #FFF; | |||
font-size: 110%; | |||
font-weight: bold; | |||
text-align: left; | |||
} | } | ||
.va-portal-header-links { | .va-portal-header-links { | ||
float: right; | |||
font-size: 80%; | |||
font-weight: normal; | |||
} | } | ||
| Zeile 391: | Zeile 449: | ||
.va-portal-header a:hover, | .va-portal-header a:hover, | ||
.va-portal-header a:active { | .va-portal-header a:active { | ||
color: #AFA000 !important; | |||
} | } | ||
.va-portal-header a.new { | .va-portal-header a.new { | ||
color: #F11 !important; | |||
} | } | ||
/* Game logo */ | /* Game logo */ | ||
.va-portal-logo { | .va-portal-logo { | ||
width: 100%; | |||
margin-bottom: 5px; | |||
margin-top: 5px; | |||
text-align: center; | |||
} | } | ||
/* TOC */ | /* TOC */ | ||
.va-portal-toc { | .va-portal-toc { | ||
width: 100%; | |||
font-size: 95%; | |||
} | } | ||
.va-portal-toc td { | .va-portal-toc td { | ||
vertical-align: top; | |||
padding: 0 5px; | |||
} | } | ||
.va-portal-toc p { | .va-portal-toc p { | ||
font-weight: bold; | |||
border-bottom: 1px solid #AAA; | |||
} | } | ||
/* Featured articles */ | /* Featured articles */ | ||
.va-portal-featuredarticle-footer { | .va-portal-featuredarticle-footer { | ||
border-top: 1px solid #AAA; | |||
clear: both; | |||
margin-top: 10px; | |||
text-align: right; | |||
} | } | ||
/* Intro - image buttons */ | /* Intro - image buttons */ | ||
.va-portal-buttons { | .va-portal-buttons { | ||
text-align: center; | |||
font-size: 95%; | |||
font-color: FFFFFF; | |||
margin: 0 auto; | |||
} | } | ||
.va-portal-buttons th, | .va-portal-buttons th, | ||
.va-portal-buttons td { | .va-portal-buttons td { | ||
width: 25%; | |||
} | } | ||
.va-portal-buttons th { | .va-portal-buttons th { | ||
vertical-align: middle; | |||
font-weight: normal; | |||
padding-top: 3px; | |||
} | } | ||
.va-portal-buttons td { | .va-portal-buttons td { | ||
vertical-align: top; | |||
padding-bottom: 3px; | |||
white-space: nowrap; | |||
} | } | ||
/* Main footer */ | /* Main footer */ | ||
.va-portal-mainfooter { | .va-portal-mainfooter { | ||
background: transparent; | |||
margin: 10px auto; | |||
text-align: center; | |||
width: 670px; | |||
padding: 0; | |||
border-collapse: collapse; | |||
} | } | ||
.va-portal-mainfooter table { | .va-portal-mainfooter table { | ||
margin: 0 auto; | |||
} | } | ||
.va-portal-mainfooter table th { | .va-portal-mainfooter table th { | ||
font-variant: small-caps; | |||
font-weight: normal; | |||
padding: 0 5px; | |||
line-height: 16px; | |||
} | } | ||
.va-portal-mainfooter table td { | .va-portal-mainfooter table td { | ||
font-size: smaller; | |||
border-top: 1px solid #AAA; | |||
padding: 0 5px; | |||
} | } | ||
/* Did you know */ | /* Did you know */ | ||
.va-portal-dyk p { | .va-portal-dyk p { | ||
margin: 0 !important; | |||
padding: 0 0 0 2em; | |||
text-indent: -2em; | |||
} | } | ||
/* Blog lists - Monobook */ | /* Blog lists - Monobook */ | ||
.skin-monobook .va-portal-body div.wk_blogs_panel { | .skin-monobook .va-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 .va-portal-body div.wk_blogs_panel .wk_blogs_title { | .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_title { | ||
display: none; | |||
} | } | ||
.skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_summary { | .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_summary { | ||
font-size: 12px; | |||
line-height: 1.5em; | |||
} | } | ||
.skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_link { | .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_link { | ||
font-size: 12px; | |||
margin-top: 5px; | |||
} | } | ||
.skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_details { | .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_details { | ||
font-size: 11px; | |||
padding-left: 5px; | |||
} | } | ||
.skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_comments { | .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_comments { | ||
font-size: 11px; | |||
} | } | ||
/* Blog lists - Oasis */ | /* Blog lists - Oasis */ | ||
.skin-oasis .va-portal-body .WikiaBlogListingBox { | .skin-oasis .va-portal-body .WikiaBlogListingBox { | ||
font-size: 100%; | |||
width: auto; | |||
float: none; | |||
clear: none; | |||
border: none; | |||
padding: 3px 0 0; | |||
background: transparent; | |||
} | } | ||
.skin-oasis .va-portal-body .WikiaBlogListingBox h3, | .skin-oasis .va-portal-body .WikiaBlogListingBox h3, | ||
.skin-oasis .va-portal-body .more { | .skin-oasis .va-portal-body .more { | ||
display: none; | |||
} | } | ||
.skin-oasis .va-portal-body .WikiaBlogListingBox h1 { | .skin-oasis .va-portal-body .WikiaBlogListingBox h1 { | ||
font-weight: bold; | |||
font-size: 12px; | |||
} | } | ||
.skin-oasis .va-portal-body .WikiaBlogListingBox .author-details { | .skin-oasis .va-portal-body .WikiaBlogListingBox .author-details { | ||
font-size: 11px; | |||
} | } | ||
.skin-oasis .va-portal-body .WikiaBlogListingBox { | .skin-oasis .va-portal-body .WikiaBlogListingBox { | ||
border-color: #AAA; | |||
} | } | ||
.skin-oasis .va-portal-body .WikiaBlogListingPost { | .skin-oasis .va-portal-body .WikiaBlogListingPost { | ||
list-style-type: none; | |||
} | } | ||
.skin-oasis .va-portal-body .WikiaBlogListingBox ul { | .skin-oasis .va-portal-body .WikiaBlogListingBox ul { | ||
border: none; | |||
clear: both; | |||
padding: 0; | |||
} | } | ||
.skin-oasis .va-portal-body .WikiaBlogListingBox ul ul { | .skin-oasis .va-portal-body .WikiaBlogListingBox ul ul { | ||
padding-left: 15px; | |||
margin: 5px 0 5px 15px; | |||
} | } | ||
| Zeile 573: | Zeile 631: | ||
.va-genericbox { | .va-genericbox { | ||
background: #F9F9F9; | |||
border: 1px solid #D9D9D9; | |||
} | } | ||
| Zeile 580: | Zeile 638: | ||
/* ### TITLE ICONS (Vorlage:Spiele) ### */ | /* ### TITLE ICONS (Vorlage:Spiele) ### */ | ||
/* ################################################## */ | /* ################################################## */ | ||
.va-titleicons, .va-titleicons-hover { | .va-titleicons, .va-titleicons-hover { | ||
font-size: 11px; | |||
position: absolute; | |||
margin: 0; | |||
max-width: 275px; | |||
z-index: 3; | |||
} | } | ||
.va-titleicons { | .va-titleicons { | ||
background: transparent; | |||
right: 0; | |||
height: 25px; | |||
line-height: 25px; | |||
overflow: hidden; | |||
text-align: right; | |||
border: none; | |||
display: none; | |||
} | } | ||
.va-titleicons-hover { | .va-titleicons-hover { | ||
background: #FFF; | |||
right: -2px; | |||
height: auto; | |||
overflow: auto; | |||
text-align: center; | |||
border: 2px solid #D9D9D9; | |||
padding: 0 5px; | |||
} | } | ||
.va-titleicons-preview { | .va-titleicons-preview { | ||
text-align: right; | |||
} | } | ||
.va-titleicons-fullsize, | .va-titleicons-fullsize, | ||
.va-titleicons-hover .va-titleicons-preview { | .va-titleicons-hover .va-titleicons-preview { | ||
display: none; | |||
} | } | ||
.va-titleicons-hover .va-titleicons-fullsize { | .va-titleicons-hover .va-titleicons-fullsize { | ||
display: block; | |||
} | } | ||
.va-titleicons-more { | .va-titleicons-more { | ||
float: right; | |||
padding: 0 2px; | |||
line-height: 25px; | |||
} | } | ||
.va-titleicons-chevron { | .va-titleicons-chevron { | ||
vertical-align: middle; | |||
border-color: #3A3A3A transparent transparent; | |||
border-style: solid; | |||
border-width: 3px; | |||
width: 0; | |||
} | } | ||
/* Monobook */ | /* Monobook */ | ||
.skin-monobook .va-titleicons { | .skin-monobook .va-titleicons { | ||
top: 15px; | |||
} | } | ||
.skin-monobook .va-titleicons-hover { | .skin-monobook .va-titleicons-hover { | ||
top: 13px; | |||
} | } | ||
/* Oasis */ | /* Oasis */ | ||
.skin-oasis .va-titleicons { | .skin-oasis .va-titleicons { | ||
top: -30px; | |||
right: 10px; | |||
} | } | ||
.skin-oasis .va-titleicons-hover { | .skin-oasis .va-titleicons-hover { | ||
top: -32px; | |||
right: 10px; | |||
} | } | ||
| Zeile 661: | Zeile 719: | ||
.skin-oasis.ns-110 .WikiaPageHeader, | .skin-oasis.ns-110 .WikiaPageHeader, | ||
.skin-oasis.ns-502 .WikiaPageHeader { | .skin-oasis.ns-502 .WikiaPageHeader { | ||
margin-bottom: 30px; | |||
} | } | ||
.skin-oasis.mainpage .WikiaPageHeader { | .skin-oasis.mainpage .WikiaPageHeader { | ||
margin-bottom: 10px; | |||
} | } | ||
| Zeile 673: | Zeile 731: | ||
/* black frame around the infobox */ | /* black frame around the infobox */ | ||
.FO3-infobox-box-box { | .FO3-infobox-box-box { | ||
clear: right; | |||
float: right; | |||
position: relative; | |||
margin-left: 10px; | |||
margin-bottom: 5px; | |||
border: 2px solid #222; | |||
border-collapse: collapse; | |||
} | } | ||
/* the table */ | /* the table */ | ||
.FO3-infobox-box { | .FO3-infobox-box { | ||
border: 1px solid #FFF; | |||
border-collapse: collapse; | |||
background: #010; | |||
color: #FFF; | |||
line-height: 16px; | |||
} | } | ||
/* no editing in the box */ | /* no editing in the box */ | ||
.FO3-infobox-box .editsection { | .FO3-infobox-box .editsection { | ||
display:none; | |||
} | } | ||
/* table-in-table */ | /* table-in-table */ | ||
.FO3-infobox-inner-table { | .FO3-infobox-inner-table { | ||
border-collapse: collapse; | |||
border: 0; | |||
background: none; | |||
color: #FFF; | |||
margin-left: 1px; | |||
margin-right: 1px; | |||
} | } | ||
.FO3-infobox-inner-table td { | .FO3-infobox-inner-table td { | ||
vertical-align: middle; | |||
text-align: center; | |||
} | } | ||
/* line above main title */ | /* line above main title */ | ||
.FO3-infobox-nameheader { | .FO3-infobox-nameheader { | ||
font-size: 9px; | |||
line-height: 12px; | |||
} | } | ||
/* main title */ | /* main title */ | ||
.FO3-infobox-name { | .FO3-infobox-name { | ||
font-size: 14px; | |||
font-weight: bold; | |||
line-height: 18px; | |||
} | } | ||
| Zeile 731: | Zeile 789: | ||
.FO3-infobox-image, | .FO3-infobox-image, | ||
.FO3-infobox-data-console { | .FO3-infobox-data-console { | ||
border: 1px solid #FFF; | |||
} | } | ||
| Zeile 738: | Zeile 796: | ||
.FO3-infobox-data-console, | .FO3-infobox-data-console, | ||
.FO3-infobox-title { | .FO3-infobox-title { | ||
vertical-align: top; | |||
} | } | ||
/* table header (and footer) */ | /* table header (and footer) */ | ||
.FO3-infobox-header { | .FO3-infobox-header { | ||
margin: 0; | |||
padding: 1px 2px; | |||
font-size: 11px; | |||
line-height: 16px; | |||
background: #565B45 url(http://images.wikia.com/fallout/images/d/d3/ConcreteBackground.jpg?1); | |||
color: #FFF; | |||
} | } | ||
/* titles like "Quest:" "Clip size:" etc */ | /* titles like "Quest:" "Clip size:" etc */ | ||
.FO3-infobox-title { | .FO3-infobox-title { | ||
padding: 1px 2px; | |||
font-size: 11px; | |||
line-height: 16px; | |||
background: #044D22 url(http://images.wikia.com/fallout/pt/images/0/08/WidgetBackgroundEffect.png?1); | |||
color: #FFF; | |||
text-align: right; | |||
white-space: nowrap; | |||
} | } | ||
| Zeile 766: | Zeile 824: | ||
.FO3-infobox-image, | .FO3-infobox-image, | ||
.FO3-infobox-data-console { | .FO3-infobox-data-console { | ||
padding: 1px 2px; | |||
font-size: 11px; | |||
line-height: 16px; | |||
border-collapse: collapse; | |||
border-color: #FFF; | |||
background: #111; | |||
} | } | ||
.FO3-infobox-data, | .FO3-infobox-data, | ||
.FO3-infobox-image { | .FO3-infobox-image { | ||
color: #FFF; | |||
} | } | ||
/* console id data */ | /* console id data */ | ||
.FO3-infobox-data-console { | .FO3-infobox-data-console { | ||
color: #DDF; | |||
font-family: monospace; | |||
font-weight: bold; | |||
text-transform: lowercase; | |||
} | } | ||
| Zeile 790: | Zeile 848: | ||
.FO3-infobox-box ol, | .FO3-infobox-box ol, | ||
.FO3-infobox-box ul { | .FO3-infobox-box ul { | ||
line-height: inherit; | |||
margin-top: 0; | |||
} | } | ||
.FO3-infobox-box ul { | .FO3-infobox-box ul { | ||
list-style-image: none; | |||
list-style-type: disc; | |||
} | } | ||
/* background strip for images */ | /* background strip for images */ | ||
.FO3-infobox-image { | .FO3-infobox-image { | ||
background: #111 url(http://images.wikia.com/fallout/images/1/1f/Infobox_image_grad.png) top center repeat-y; | |||
padding: 2px 0; | |||
} | } | ||
.FO3-infobox-image-legend { | .FO3-infobox-image-legend { | ||
background: #111; | |||
color: #FFF; | |||
padding-left: 5px; | |||
padding-right: 5px; | |||
} | } | ||
/* links are on dark background */ | /* links are on dark background */ | ||
.FO3-infobox-box a:link, | .FO3-infobox-box a:link, | ||
.FO3-infobox-box a:visited { | .FO3-infobox-box a:visited { | ||
color: #AFA000 !important; | |||
} | } | ||
.FO3-infobox-box a:hover, | .FO3-infobox-box a:hover, | ||
.FO3-infobox-box a:active { | .FO3-infobox-box a:active { | ||
color: #FFF; | |||
} | } | ||
/* links are on gray background */ | /* links are on gray background */ | ||
.FO3-infobox-header a:link, | .FO3-infobox-header a:link, | ||
.FO3-infobox-header a:visited { | .FO3-infobox-header a:visited { | ||
color: #CFC000 !important; | |||
} | } | ||
.FO3-infobox-header a:hover, | .FO3-infobox-header a:hover, | ||
.FO3-infobox-header a:active { | .FO3-infobox-header a:active { | ||
color: #FFF; | |||
} | } | ||
| Zeile 836: | Zeile 894: | ||
.FO3-infobox-box a.external:link, | .FO3-infobox-box a.external:link, | ||
.FO3-infobox-box a.external:visited { | .FO3-infobox-box a.external:visited { | ||
color: #AFA000 !important; | |||
} | } | ||
.FO3-infobox-box a.external:hover, | .FO3-infobox-box a.external:hover, | ||
.FO3-infobox-box a.external:active { | .FO3-infobox-box a.external:active { | ||
color: #FFF!important; | |||
} | } | ||
/* wikipedia links */ | /* wikipedia links */ | ||
.FO3-infobox-box a.extiw { | .FO3-infobox-box a.extiw { | ||
background: transparent url(http://images.wikia.com/common/skins/monobook/external.png?10.2) no-repeat scroll right center !important; | |||
padding-right: 13px !important; | |||
} | } | ||
.FO3-infobox-box a.extiw:link, | .FO3-infobox-box a.extiw:link, | ||
.FO3-infobox-box a.extiw:visited { | .FO3-infobox-box a.extiw:visited { | ||
color: #AFA000 !important; | |||
} | } | ||
.FO3-infobox-header a.extiw:link, | .FO3-infobox-header a.extiw:link, | ||
.FO3-infobox-header a.extiw:visited { | .FO3-infobox-header a.extiw:visited { | ||
color: #CFC000 !important; | |||
} | } | ||
.FO3-infobox-header a.extiw:active, | .FO3-infobox-header a.extiw:active, | ||
.FO3-infobox-header a.extiw:hover, | .FO3-infobox-header a.extiw:hover, | ||
.FO3-infobox-box a.extiw:active, | .FO3-infobox-box a.extiw:active, | ||
.FO3-infobox-box a.extiw:hover { | .FO3-infobox-box a.extiw:hover { | ||
color: #FFF !important; | |||
} | } | ||
/* missing pages are very red */ | /* missing pages are very red */ | ||
.FO3-infobox-box a.new { | .FO3-infobox-box a.new { | ||
color: #F11 !important; | |||
background: #400; | |||
} | } | ||
| Zeile 872: | Zeile 930: | ||
.infobox_space, | .infobox_space, | ||
.va-infobox-space { | .va-infobox-space { | ||
padding: 0 270px 0 0; | |||
} | } | ||
| Zeile 881: | Zeile 939: | ||
/* Outer table - border */ | /* Outer table - border */ | ||
.va-navbox-border { | .va-navbox-border { | ||
border: 1px solid #AAA; | |||
box-shadow: 2px 2px 2px #AAA; | |||
-moz-box-shadow: 2px 2px 2px #AAA; | |||
-webkit-box-shadow: 2px 2px 2px #AAA; | |||
} | } | ||
.va-navbox-bottom + .va-navbox-bottom { | .va-navbox-bottom + .va-navbox-bottom { | ||
margin-top: 2px; | |||
} | } | ||
/* Outer table - widths, floats */ | /* Outer table - widths, floats */ | ||
.va-navbox { | .va-navbox { | ||
width: 100%; | |||
font-size: 11px; | |||
line-height: 16px; | |||
} | } | ||
.va-navbox-bottom { | .va-navbox-bottom { | ||
width: 100%; | |||
clear: both; | |||
margin: 5px auto 0; | |||
} | } | ||
.va-navbox-left { | .va-navbox-left { | ||
width: 200px; | |||
clear: left; | |||
float: left; | |||
margin: 0 1.5em 0.5em 0; | |||
} | } | ||
.va-navbox-right { | .va-navbox-right { | ||
width: 200px; | |||
clear: right; | |||
float: right; | |||
margin: 0 0 0.5em 1.5em; | |||
} | } | ||
/* Inner tables */ | /* Inner tables */ | ||
.va-navbox-brick { | .va-navbox-brick { | ||
width: 100%; | |||
margin: 0; | |||
} | } | ||
| Zeile 928: | Zeile 986: | ||
.va-navbox-brickcont, .va-navbox-padding, | .va-navbox-brickcont, .va-navbox-padding, | ||
.va-navbox-space-h, .va-navbox-space-v { | .va-navbox-space-h, .va-navbox-space-v { | ||
background: transparent; | |||
} | } | ||
.va-navbox-padding { | .va-navbox-padding { | ||
padding: 2px; | |||
} | } | ||
.va-navbox-space-h { | .va-navbox-space-h { | ||
width: 2px; | |||
} | } | ||
.va-navbox-columncont .va-navbox-space-h { | .va-navbox-columncont .va-navbox-space-h { | ||
width: 0%; | |||
border-right: 2px solid #FFF; | |||
} | } | ||
.va-navbox-space-v { | .va-navbox-space-v { | ||
height: 2px; | |||
font-size: 1pt; | |||
line-height: 0em; | |||
} | } | ||
| Zeile 953: | Zeile 1.011: | ||
/* Denken Sie daran, die Berechnungen der Spaltenbreite zu aktualisieren, beim wechseln der Breiten */ | /* Denken Sie daran, die Berechnungen der Spaltenbreite zu aktualisieren, beim wechseln der Breiten */ | ||
.va-navbox-title { | .va-navbox-title { | ||
background: #02451E url(http://images.wikia.com/fallout/pt/images/0/08/WidgetBackgroundEffect.png?1); | |||
border: 1px solid #000; | |||
font-weight: normal; | |||
color: #FFF; | |||
padding: 1px 2px; | |||
} | } | ||
.va-navbox-headertext, | .va-navbox-headertext, | ||
.va-navbox-titletext { | .va-navbox-titletext { | ||
font-weight: bold; | |||
padding-left: 4em; | |||
padding-right: 4em; | |||
} | } | ||
.va-navbox-maintitle .va-navbox-titletext { | .va-navbox-maintitle .va-navbox-titletext { | ||
font-size: 118%; | |||
} | } | ||
.va-navbox-editlink { | .va-navbox-editlink { | ||
float: left; | |||
width: 6em; | |||
text-align: left; | |||
margin-right: -100%; | |||
} | } | ||
.va-navbox .t_show_hide { | .va-navbox .t_show_hide { | ||
margin-left: -100%; | |||
} | } | ||
| Zeile 986: | Zeile 1.044: | ||
.va-navbox-group, .va-navbox-header, | .va-navbox-group, .va-navbox-header, | ||
.va-navbox-image, .va-navbox-subgroup { | .va-navbox-image, .va-navbox-subgroup { | ||
padding: 1px 2px; | |||
} | } | ||
.va-navbox-colgroup, .va-navbox-group, | .va-navbox-colgroup, .va-navbox-group, | ||
.va-navbox-subgroup { | .va-navbox-subgroup { | ||
font-weight: bold; | |||
} | } | ||
.va-navbox-group, .va-navbox-subgroup { | .va-navbox-group, .va-navbox-subgroup { | ||
width: 15%; | |||
text-align: center; | |||
} | } | ||
.va-navbox-footer, .va-navbox-group, | .va-navbox-footer, .va-navbox-group, | ||
.va-navbox-header { | .va-navbox-header { | ||
background: #C9D0AC; | |||
border: 1px solid #AAA; | |||
} | } | ||
.va-navbox-colgroup, .va-navbox-subgroup { | .va-navbox-colgroup, .va-navbox-subgroup { | ||
background: #D6DBC1; | |||
border: 1px solid #AAA; | |||
} | } | ||
.va-navbox-cell, .va-navbox-column, | .va-navbox-cell, .va-navbox-column, | ||
.va-navbox-image { | .va-navbox-image { | ||
background: #E7EADA; | |||
border: 1px solid #AAA; | |||
} | } | ||
| Zeile 1.019: | Zeile 1.077: | ||
.va-navbox-colgroup, .va-navbox-footer, | .va-navbox-colgroup, .va-navbox-footer, | ||
.va-navbox-image { | .va-navbox-image { | ||
text-align: center; | |||
} | } | ||
.va-navbox-cell-withgroups { | .va-navbox-cell-withgroups { | ||
text-align: left; | |||
} | } | ||
.va-navbox-column { | .va-navbox-column { | ||
vertical-align: top; | |||
} | } | ||
.va-navbox-image { | .va-navbox-image { | ||
width: 8%; | |||
} | } | ||
| Zeile 1.037: | Zeile 1.095: | ||
.va-navbox-formatlist ul, | .va-navbox-formatlist ul, | ||
.va-navbox-formatlist li { | .va-navbox-formatlist li { | ||
list-style: none; | |||
line-height: 16px; | |||
margin: 0.6em 0; | |||
padding: 0; | |||
} | } | ||
.va-navbox-formatlist li li { | .va-navbox-formatlist li li { | ||
font-size: 90%; | |||
} | } | ||
.va-navbox-formatlist li ul { | .va-navbox-formatlist li ul { | ||
margin-top: -0.1em; | |||
margin-bottom: 0.5em; | |||
} | } | ||
.va-navbox-formatlist li ul li { | .va-navbox-formatlist li ul li { | ||
margin: 0em; | |||
} | } | ||
/* Nested */ | /* Nested */ | ||
.va-navbox .va-navbox-nested { | .va-navbox .va-navbox-nested { | ||
font-size: 100%; | |||
} | } | ||
.va-navbox-nested .va-navbox-title { | .va-navbox-nested .va-navbox-title { | ||
background: #C9D0AC; | |||
color: #000; | |||
border: 1px solid #AAA; | |||
} | } | ||
.va-navbox-nested .va-navbox-footer, | .va-navbox-nested .va-navbox-footer, | ||
.va-navbox-nested .va-navbox-group, | .va-navbox-nested .va-navbox-group, | ||
.va-navbox-nested .va-navbox-header { | .va-navbox-nested .va-navbox-header { | ||
background: #D6DBC1; | |||
} | } | ||
.va-navbox-nested .va-navbox-colgroup, | .va-navbox-nested .va-navbox-colgroup, | ||
.va-navbox-nested .va-navbox-subgroup { | .va-navbox-nested .va-navbox-subgroup { | ||
background: #DDE1CB; | |||
} | } | ||
| Zeile 1.081: | Zeile 1.139: | ||
.va-navbox-nowraplinks .va-navbox-cell a, | .va-navbox-nowraplinks .va-navbox-cell a, | ||
.va-navbox-nowraplinks .va-navbox-column a { | .va-navbox-nowraplinks .va-navbox-column a { | ||
white-space: nowrap; | |||
} | } | ||
.va-navbox-maintitle a:link, | .va-navbox-maintitle a:link, | ||
.va-navbox-maintitle a:visited { | .va-navbox-maintitle a:visited { | ||
color: #AFA000 !important; | |||
} | } | ||
.va-navbox-maintitle a:hover, | .va-navbox-maintitle a:hover, | ||
.va-navbox-maintitle a:active { | .va-navbox-maintitle a:active { | ||
color: #FFF; | |||
} | } | ||
.va-navbox-maintitle a.new { | .va-navbox-maintitle a.new { | ||
color: #F11 !important; | |||
} | } | ||
/* Printing */ | /* Printing */ | ||
@media print { | @media print { | ||
.va-navbox, .va-navbox-border { | |||
display: none; | |||
} | |||
} | } | ||
| Zeile 1.112: | Zeile 1.170: | ||
/* Template:Copyrightbox */ | /* Template:Copyrightbox */ | ||
.va-copybox { | .va-copybox { | ||
color: #000; | |||
background-color: #E7EADA; | |||
clear: both; | |||
padding: 3px 5px; | |||
margin: 5px 0; | |||
border: 1px solid #A8ACA8; | |||
font-size: 11px; | |||
line-height: 16px; | |||
border-collapse: collapse; | |||
width: 100%; | |||
} | } | ||
.va-copybox th { | .va-copybox th { | ||
width: 30px; | |||
text-align: center; | |||
vertical-align: middle; | |||
padding: 1px 0 1px 5px; | |||
} | } | ||
.va-copybox td { | .va-copybox td { | ||
padding-left: 5px; | |||
} | } | ||
.va-copybox + .va-copybox { | .va-copybox + .va-copybox { | ||
margin-top: -3px; | |||
} | } | ||
/* Template:Sourcebox */ | /* Template:Sourcebox */ | ||
.va-sourcebox { | .va-sourcebox { | ||
margin: 0; | |||
border-collapse: collapse; | |||
font-size: 11px; | |||
line-height: 16px; | |||
} | } | ||
.va-sourcebox th { | .va-sourcebox th { | ||
vertical-align: middle; | |||
text-align: center; | |||
padding: 0 5px; | |||
} | } | ||
.va-sourcebox td { | .va-sourcebox td { | ||
padding: 0; | |||
} | } | ||
.va-sourcebox td span { | .va-sourcebox td span { | ||
border-top: 1px solid #000; | |||
border-bottom: 1px solid #000; | |||
display: block; | |||
padding: 2px 5px; | |||
float: left; | |||
} | } | ||
/* Printing */ | /* Printing */ | ||
@media print { | @media print { | ||
.va-copybox, .va-sourcebox { | |||
background: none; | |||
background-color: transparent; | |||
} | |||
} | } | ||
| Zeile 1.180: | Zeile 1.238: | ||
/* Template:Directionbox */ | /* Template:Directionbox */ | ||
.va-dirbox { | .va-dirbox { | ||
color: #000; | |||
background-color: #F9F9F9; | |||
clear: left; | |||
padding: 2px 5px; | |||
margin: 5px 0; | |||
border: 1px solid #D9D9D9; | |||
font-size: 11px; | |||
line-height: 16px; | |||
border-collapse: collapse; | |||
} | } | ||
.va-dirbox + .va-dirbox { | .va-dirbox + .va-dirbox { | ||
margin-top: -3px; | |||
} | } | ||
.va-dirbox th { | .va-dirbox th { | ||
width: 40px; | |||
text-align: center; | |||
vertical-align: middle; | |||
padding: 1px 0 1px 5px; | |||
line-height: 20px; | |||
} | } | ||
.va-dirbox td { | .va-dirbox td { | ||
padding: 1px 5px; | |||
width: 100%; | |||
} | } | ||
/* Template:Mbox */ | /* Template:Mbox */ | ||
.va-mbox { | .va-mbox { | ||
color: #000; | |||
background-color: #DDD; | |||
border: 1px solid #AAA; | |||
padding: 0; | |||
margin: 0 0 10px; | |||
font-size: 11px; | |||
line-height: 16px; | |||
border-collapse: collapse; | |||
} | } | ||
.va-mbox + .va-mbox { | .va-mbox + .va-mbox { | ||
margin-top: -8px; | |||
} | } | ||
.va-mbox th { | .va-mbox th { | ||
width: 40px; | |||
text-align: center; | |||
vertical-align: middle; | |||
padding: 1px 0 1px 5px; | |||
} | } | ||
.va-mbox td { | .va-mbox td { | ||
padding-left: 5px; | |||
width: 100%; | |||
} | } | ||
/* Printing */ | /* Printing */ | ||
@media print { | @media print { | ||
.va-dirbox, .va-mbox { | |||
display:none; | |||
} | |||
} | } | ||
| Zeile 1.248: | Zeile 1.306: | ||
.va-hatnote { | .va-hatnote { | ||
padding-left: 2em; | |||
font-style: italic; | |||
margin-bottom: 5px; | |||
} | } | ||
| Zeile 1.258: | Zeile 1.316: | ||
.va-intro-box { | .va-intro-box { | ||
background: transparent; | |||
margin: 0 auto 10px; | |||
padding: 1px; | |||
border: 1px solid #AAA; | |||
box-shadow: 2px 2px 2px #AAA; | |||
-moz-box-shadow: 2px 2px 2px #AAA; | |||
-webkit-box-shadow: 2px 2px 2px #AAA; | |||
} | } | ||
.va-intro-box .va-intro { | .va-intro-box .va-intro { | ||
background: #E7EADA; | |||
border: 1px solid #AAA; | |||
width: 100%; | |||
} | } | ||
.va-intro-box .va-intro td, | .va-intro-box .va-intro td, | ||
.va-intro-image { | .va-intro-image { | ||
padding-left: 2px; | |||
padding-right: 2px; | |||
} | } | ||
.va-intro-box .va-intro-firstrow { | .va-intro-box .va-intro-firstrow { | ||
padding-top: 2px; | |||
} | } | ||
.va-intro td { | .va-intro td { | ||
padding-bottom: 2px; | |||
} | } | ||
.va-intro-header { | .va-intro-header { | ||
font-size: 16px; | |||
font-weight: bold; | |||
} | } | ||
.va-intro-bullets { | .va-intro-bullets { | ||
font-size: 11px; | |||
line-height: 16px; | |||
vertical-align: top; | |||
} | } | ||
| Zeile 1.307: | Zeile 1.365: | ||
.va-listen, .va-newsquote, | .va-listen, .va-newsquote, | ||
.va-quotation, .va-transcript { | .va-quotation, .va-transcript { | ||
padding: 10px 25px; | |||
line-height: 18px; | |||
} | } | ||
.va-listen-left, .va-listen-right, | .va-listen-left, .va-listen-right, | ||
.va-quotation-left, .va-quotation-right { | .va-quotation-left, .va-quotation-right { | ||
border-top: 1px solid #D9D9D9; | |||
border-bottom: 1px solid #D9D9D9; | |||
} | } | ||
.va-listen-left, .va-listen-right { | .va-listen-left, .va-listen-right { | ||
width: 200px; | |||
} | } | ||
.va-quotation-center { | .va-quotation-center { | ||
margin: auto; | |||
} | } | ||
.va-quotation-left, .va-quotation-right { | .va-quotation-left, .va-quotation-right { | ||
width: 250px; | |||
} | } | ||
.va-listen-left, .va-quotation-left { | .va-listen-left, .va-quotation-left { | ||
clear: left; | |||
float: left; | |||
margin: 10px 10px 10px 0; | |||
} | } | ||
.va-listen-right, .va-quotation-right { | .va-listen-right, .va-quotation-right { | ||
clear: right; | |||
float: right; | |||
margin: 10px 0 10px 10px; | |||
} | } | ||
| Zeile 1.345: | Zeile 1.403: | ||
.va-newsquote-quot-r, .va-quotation-quot-l, | .va-newsquote-quot-r, .va-quotation-quot-l, | ||
.va-quotation-quot-r, .va-transcript-icon { | .va-quotation-quot-r, .va-transcript-icon { | ||
position: relative; | |||
width: 40px; | |||
z-index: -1; | |||
} | } | ||
.va-listen-icon, .va-transcript-icon { | .va-listen-icon, .va-transcript-icon { | ||
top: -5px; | |||
left: -25px; | |||
float: left; | |||
margin-right: -40px; | |||
} | } | ||
.va-newsquote-quot-l, .va-newsquote-quot-r, | .va-newsquote-quot-l, .va-newsquote-quot-r, | ||
.va-quotation-quot-l, .va-quotation-quot-r { | .va-quotation-quot-l, .va-quotation-quot-r { | ||
color: #E0E0E0; | |||
font: bold 55px/40px serif; | |||
height: 18px; | |||
} | } | ||
.va-newsquote-quot-l, .va-quotation-quot-l { | .va-newsquote-quot-l, .va-quotation-quot-l { | ||
left: -15px; | |||
float: left; | |||
margin-right: -40px; | |||
} | } | ||
.va-newsquote-quot-r, .va-quotation-quot-r { | .va-newsquote-quot-r, .va-quotation-quot-r { | ||
right: -15px; | |||
float: right; | |||
margin-left: -40px; | |||
text-align: right; | |||
} | } | ||
| Zeile 1.380: | Zeile 1.438: | ||
.va-listen-item, .va-listen-item .ogg-player-options, | .va-listen-item, .va-listen-item .ogg-player-options, | ||
.va-newsquote-text, .va-quotation-text { | .va-newsquote-text, .va-quotation-text { | ||
font-size: 12px; | |||
} | } | ||
.va-listen-text, .va-newsquote-text, | .va-listen-text, .va-newsquote-text, | ||
.va-quotation-text { | .va-quotation-text { | ||
font-style: italic; | |||
} | } | ||
.va-transcript-text { | .va-transcript-text { | ||
font-family: monospace; | |||
} | } | ||
/* Source */ | /* Source */ | ||
.va-newsquote-source, .va-quotation-source { | .va-newsquote-source, .va-quotation-source { | ||
padding: 5px 0 0; | |||
text-align: right; | |||
} | } | ||
.va-quotation-source { | .va-quotation-source { | ||
font-size: 10px; | |||
line-height: 15px; | |||
} | } | ||
/* "Incomplete quote" dots */ | /* "Incomplete quote" dots */ | ||
.va-newsquote-dots { | .va-newsquote-dots { | ||
padding: 3px 0; | |||
font-style: normal; | |||
} | } | ||
/* Audio file list */ | /* Audio file list */ | ||
.va-listen-item { | .va-listen-item { | ||
width: 180px; | |||
margin: 0 auto; | |||
} | } | ||
.va-listen-item div { | .va-listen-item div { | ||
margin-bottom: 2px; | |||
} | } | ||
.va-listen-item + .va-listen-item { | .va-listen-item + .va-listen-item { | ||
border-top: 1px solid #D9D9D9; | |||
margin-top: 5px; | |||
} | } | ||
| Zeile 1.429: | Zeile 1.487: | ||
.va-stats-creature-name { | .va-stats-creature-name { | ||
text-align: center; | |||
} | } | ||
.va-stats-creature-icontable { | .va-stats-creature-icontable { | ||
margin: 0 auto; | |||
} | } | ||
.va-stats-creature-icontable td { | .va-stats-creature-icontable td { | ||
border: none; | |||
} | } | ||
.va-stats-creature-icon { | .va-stats-creature-icon { | ||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 20px; | |||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
.va-stats-creature-item { | .va-stats-creature-item { | ||
position: relative; | |||
padding: 0 2px 0 22px; | |||
min-width: 10px; | |||
} | } | ||
.va-stats-creature-item + .va-stats-creature-item { | .va-stats-creature-item + .va-stats-creature-item { | ||
margin-top: 2px; | |||
} | } | ||
.va-stats-creature-icontable-full, | .va-stats-creature-icontable-full, | ||
.va-stats-creature-layout-1 td { | .va-stats-creature-layout-1 td { | ||
width: 100%; | |||
} | } | ||
.va-stats-creature-layout-2 td { | .va-stats-creature-layout-2 td { | ||
width: 50%; | |||
} | } | ||
.va-stats-creature-layout-3 td { | .va-stats-creature-layout-3 td { | ||
width: 33%; | |||
} | } | ||
.va-stats-creature-layout-3 td:first-child { | .va-stats-creature-layout-3 td:first-child { | ||
width: 34%; | |||
} | } | ||
.va-stats-creature-layout-4 td { | .va-stats-creature-layout-4 td { | ||
width: 25%; | |||
} | } | ||
| Zeile 1.486: | Zeile 1.544: | ||
.va-formid, | .va-formid, | ||
.va-protoid { | .va-protoid { | ||
font-family: monospace; | |||
} | } | ||
| Zeile 1.495: | Zeile 1.553: | ||
.va-effect-negative, | .va-effect-negative, | ||
.va-effect-negative a { | .va-effect-negative a { | ||
color: #820000 !important; | |||
} | } | ||
.va-effect-positive, | .va-effect-positive, | ||
.va-effect-positive a { | .va-effect-positive a { | ||
color: #008200 !important; | |||
} | } | ||
| Zeile 1.513: | Zeile 1.571: | ||
.va-toclimit-6 .toclevel-5 ul, | .va-toclimit-6 .toclevel-5 ul, | ||
.va-toclimit-7 .toclevel-6 ul { | .va-toclimit-7 .toclevel-6 ul { | ||
display: none; | |||
} | } | ||
.skin-oasis .va-documenttoc th h2 { | .skin-oasis .va-documenttoc th h2 { | ||
font-size: 14px; | |||
font-weight: normal; | |||
border: 0; | |||
margin: 0; | |||
} | } | ||
| Zeile 1.528: | Zeile 1.586: | ||
.va-shortcut { | .va-shortcut { | ||
margin: 0 0 5px 5px; | |||
padding: 3px 5px; | |||
text-align: center; | |||
float: right; | |||
font-size: 10px; | |||
line-height: 15px; | |||
} | } | ||
| Zeile 1.541: | Zeile 1.599: | ||
.va-pre-fake { | .va-pre-fake { | ||
background-color: #F9F9F9; | |||
overflow: auto; | |||
font-family: monospace; | |||
white-space: pre; | |||
} | } | ||
.skin-monobook .va-pre-fake { | .skin-monobook .va-pre-fake { | ||
border: 1px dashed #AAA; | |||
line-height: 1.1em; | |||
padding: 1em; | |||
} | } | ||
.skin-oasis .va-pre-fake { | .skin-oasis .va-pre-fake { | ||
border: 1px dashed #D9D9D9; | |||
line-height: 14px; | |||
padding: 12px; | |||
} | } | ||
| Zeile 1.566: | Zeile 1.624: | ||
/* Template:Docparam */ | /* Template:Docparam */ | ||
.va-docparam { | .va-docparam { | ||
padding: 0 2px 0 20px; | |||
text-indent: -20px; | |||
margin-bottom: 3px; | |||
background: #F9F9F9; | |||
border: 1px dotted #D9D9D9; | |||
overflow: auto; | |||
} | } | ||
.va-docparam-icon { | .va-docparam-icon { | ||
margin: 0; | |||
padding: 0; | |||
width: 20px; | |||
float: left; | |||
} | } | ||
.va-docparam-default { | .va-docparam-default { | ||
float: right; | |||
font-size: 10px; | |||
} | } | ||
.va-docparam-params { | .va-docparam-params { | ||
font-family: monospace; | |||
} | } | ||
.va-docparam-desc { | .va-docparam-desc { | ||
margin: 0; | |||
padding: 0 0 5px 20px; | |||
} | } | ||
| Zeile 1.599: | Zeile 1.657: | ||
.va-dokumentation-bar-top, | .va-dokumentation-bar-top, | ||
.va-dokumentation-bar-bottom { | .va-dokumentation-bar-bottom { | ||
border-color: #AAA; | |||
border-style: solid; | |||
clear: both; | |||
} | } | ||
.va-documentation { | .va-documentation { | ||
border-width: 1px; | |||
margin: 10px 0; | |||
} | } | ||
.va-documentation-bar-top, | .va-documentation-bar-top, | ||
.va-documentation-bar-bottom { | .va-documentation-bar-bottom { | ||
background: #D6DBC1; | |||
color: #000; | |||
padding: 5px; | |||
margin: 0; | |||
} | } | ||
.va-documentation-bar-top { | .va-documentation-bar-top { | ||
border-width: 0 0 1px 0; | |||
} | } | ||
.va-documentation-bar-bottom { | .va-documentation-bar-bottom { | ||
border-width: 1px 0 0 0; | |||
text-align: right; | |||
} | } | ||
.va-documentation-links { | .va-documentation-links { | ||
float: right; | |||
text-align: right; | |||
} | } | ||
.va-documentation-content { | .va-documentation-content { | ||
padding: 10px; | |||
margin: 0; | |||
} | } | ||
.va-documentation-small { | .va-documentation-small { | ||
font-size: 10px; | |||
} | } | ||
| Zeile 1.669: | Zeile 1.727: | ||
.va-pagelist a.CategoryTreeLabelPage, | .va-pagelist a.CategoryTreeLabelPage, | ||
.va-pagelist-hidefirst a.CategoryTreeLabelPage { | .va-pagelist-hidefirst a.CategoryTreeLabelPage { | ||
font-style: normal; | |||
} | } | ||
.va-pagelist div.CategoryTreeItem, | .va-pagelist div.CategoryTreeItem, | ||
.va-pagelist-hidefirst div.CategoryTreeItem { | .va-pagelist-hidefirst div.CategoryTreeItem { | ||
display: list-item; | |||
list-style-type: square; | |||
list-style-image: url(http://images.wikia.com/common/skins/monobook/bullet.gif); | |||
list-style-position: outside; | |||
margin-left: 15px; | |||
} | } | ||
.va-pagelist-hidefirst div.CategoryTreeSection:first-child { | .va-pagelist-hidefirst div.CategoryTreeSection:first-child { | ||
display: none; | |||
} | } | ||
/* ################################################## */ | /* ################################################## */ | ||
| Zeile 1.688: | Zeile 1.746: | ||
/* ################################################## */ | /* ################################################## */ | ||
.fw-diagramm-quest { | .fw-diagramm-quest { | ||
background:#C9D0AC; | |||
border:1px solid black !important; | |||
} | } | ||
.fw-diagramm-body { | .fw-diagramm-body { | ||
background:#E7EADA; | |||
border:1px solid black !important; | |||
} | } | ||
.fw-diagramm-reward { | .fw-diagramm-reward { | ||
background:#E8E8A2; | |||
border:1px solid black !important; | |||
} | } | ||
Version vom 1. März 2014, 09:01 Uhr
/* ######################################################################## */
/* ### CSS placed here will be applied to all skins on the entire site. ### */
/* ### See also: [[MediaWiki:Monobook.css]] & [[MediaWiki:Wikia.css]] ### */
/* ######################################################################## */
/* ################################################## */
/* ### Allgemeine Behebungen ### */
/* ################################################## */
/* ################################################## */
/* ### TITLE ICONS (Vorlage:Spiele) ### */
/* ################################################## */
.fw-titleicons,
.fw-titleicons-hover {
font-size: 11px;
margin: 0;
max-width: 275px;
position: absolute;
z-index: 3;
}
.fw-titleicons {
background: transparent;
border: none;
display: none;
height: 27px;
line-height: 25px;
overflow: hidden;
right: 0;
text-align: right;
top: 4px;
}
.fw-titleicons-hover {
background: #FFF;
border: 1px solid #000;
box-shadow: 1px 2px 10px #AAA;
-moz-box-shadow: 1px 2px 10px #AAA;
-webkit-box-shadow: 1px 2px 10px #AAA;
height: auto;
overflow: auto;
padding: 0 5px;
right: -1px;
text-align: center;
top: 3px;
}
.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;
line-height: 25px;
padding: 0 2px;
}
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect, .watchlistredir {
font-style: italic;
}
/* Recent changes byte indicators */
.mw-plusminus-pos {
color: #006500;
}
.mw-plusminus-neg {
color: #8B0000;
}
/* Checkered background for images in File namespace */
body.ns-6 #file img {
background: transparent url("/skins/common/images/Checker-16x16.png?1") repeat;
}
body.ns-6 #file button img {
background: transparent;
}
/* 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;
}
/* Smaller text for <references> tag */
ol.references {
font-size: 11px;
line-height: 16px;
}
/* ################################################## */
/* ### TABELLEN #### */
/* ################################################## */
.fallout-table,
.va-table {
border-collapse: collapse;
empty-cells: show;
font-size: 11px;
line-height: 16px;
margin-bottom: 5px;
}
.fallout-table td, .fallout-table th,
.va-table td, .va-table th {
border: 1px solid #AAA;
padding: 1px 2px;
}
.fallout-table tr,
.va-table tr {
background: #E7EADA;
}
.fallout-table th,
.va-table th {
background: #C9D0AC;
font-weight: bold;
}
.fallout-table td,
.va-table td {
background: transparent;
}
/* Adapting lists & paragraphs to altered line-height */
.fallout-table ul, .fallout-table ol,
.fallout-table p,
.va-table ul, .va-table ol,
.va-table p {
line-height: 16px;
margin-top: 0;
margin-bottom: 0;
}
.fallout-table ul, .fallout-table ol,
.va-table ul, .va-table ol {
margin-left: 20px;
}
.fallout-table ul + p, .fallout-table ul + ol,
.fallout-table ul + ul, .fallout-table ol + p,
.fallout-table ol + ol, .fallout-table ol + ul,
.fallout-table p + p, .fallout-table p + ol,
.fallout-table p + ul,
.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;
}
/* Tables with specific vertical alignment for cells */
.fallout-table-top td,
.va-table-top td {
vertical-align: top;
}
.fallout-table-middle td,
.va-table-middle td {
vertical-align: middle;
}
.fallout-table-bottom td,
.va-table-bottom td {
vertical-align: bottom;
}
/* Tables with specific horizontal alignment for cells */
.fallout-table-center td,
.va-table-center td {
text-align: center ;
}
.fallout-table-left td,
.va-table-left td {
text-align: left;
}
.fallout-table-right td,
.va-table-right td {
text-align: right;
}
/* Tables which are full width in Oasis */
.fallout-table-full,
.va-table-full {
width: 660px;
}
/* Tables in which the first column starts with an icon */
.fallout-table-icon tr td:first-child,
.va-table-icon tr td:first-child {
padding-left: 18px;
text-indent: -18px;
}
/* ################################################## */
/* ### CHEVRONS ### */
/* ################################################## */
.va-chevron-down,
.va-chevron-left,
.va-chevron-right,
.va-chevron-up {
border: 3px solid transparent;
display: inline-block;
font-size: 0;
height: 0;
line-height: 0;
margin: 0 1px;
position: relative;
}
.va-chevron-down {
border-top-color: #000;
top: 1px;
}
.va-chevron-left {
border-right-color: #000;
margin-left: -3px;
}
.va-chevron-right {
border-left-color: #000;
margin-right: -3px;
}
.va-chevron-up {
border-bottom-color: #000;
bottom: 2px;
}
/* ################################################## */
/* ### FOREN ### */
/* ################################################## */
/* Overall style */
.va-forum-header, .va-forum-index,
.va-forum-search {
border: 1px solid #aaa;
box-shadow: 2px 2px 2px #AAA;
-moz-box-shadow: 2px 2px 2px #AAA;
-webkit-box-shadow: 2px 2px 2px #AAA;
}
.va-forum-index th, .va-forum-search th {
border: 1px solid #000;
background: #044D22 url(http://images.wikia.com/fallout/pt/images/0/08/WidgetBackgroundEffect.png?1);
color: #FFF;
}
.va-forum-header div, .va-forum-index td,
.va-forum-search td {
background-color: #E7EADA;
border: 1px solid #AAA;
vertical-align: top;
}
/* Header */
.va-forum-header {
margin: 10px 0;
padding: 2px;
}
.va-forum-header div {
padding: 5px;
}
/* Search */
.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 th.va-forum-subheader {
background: #C9D0AC;
border: 1px solid #AAA;
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 td.va-forum-footer {
background: #D6DBC1;
border: 1px solid #AAA;
}
.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(http://images.wikia.com/fallout/images/4/4e/Forum_new.gif?1) 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: 0px !important;
}
.va-forum-index span.forum_editor {
display: block;
font-size: 11px;
}
/* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */
#mw-anon-edit-warning, #mw-missingsummary, #wp_talkpagetext {
width: 80%;
background: #D3E1F2;
border: 1px solid #1A47FF;
margin: 1em auto;
padding: 1em;
}
/* Bei URLs, die auf unser Projekt und verwandte Projekte verweisen, den Pfeil ausblenden
* Dieser Pfeil dient nur dazu, auf externe Ziele hinzuweisen
* Auf den Einsatz der Klasse "plainlinks" kann dadurch verzichtet werden
*/
#content a[href^="http://de.wikipedia.org"],
#content a[href^="http://toolserver.org"],
#content a[href^="http://stable.toolserver.org"] {
background: none !important;
padding: 0 !important;
}
/* Falls bei der Seitenbearbeitung vergessen wurde, die Zusammenfassung auszufüllen */
.mw-summarymissed { border:5px solid red; padding:2px; }
/* ################################################## */
/* ### PORTALS ### */
/* ################################################## */
/* Main header */
.va-portal-mainheader {
margin: 5px auto;
padding: 0;
background: transparent;
text-align: center;
}
.va-portal-mainheader td {
background: transparent url(http://images.wikia.com/fallout/images/b/bf/Wiki_watermark.png?1) no-repeat center;
padding: 2px;
}
/* Content boxes */
.va-portal-section {
width: 100%;
background: transparent;
margin-top: 0px;
margin-bottom: 5px;
border: 1px solid #AAA;
box-shadow: 2px 2px 2px #AAA;
-moz-box-shadow: 2px 2px 2px #AAA;
-webkit-box-shadow: 2px 2px 2px #AAA;
}
.va-portal-body {
border: 1px solid #AAA;
background-color: #E7EADA;
padding: 3px 5px;
vertical-align: top;
}
.va-portal-header {
background: #02451E url(http://images.wikia.com/fallout/pt/images/0/08/WidgetBackgroundEffect.png?1);
border: 1px solid #000;
padding: 3px 5px;
color: #FFF;
font-size: 110%;
font-weight: bold;
text-align: left;
}
.va-portal-header-links {
float: right;
font-size: 80%;
font-weight: normal;
}
/* Header - links */
.va-portal-header a:link,
.va-portal-header a:visited,
.va-portal-header a:hover,
.va-portal-header a:active {
color: #AFA000 !important;
}
.va-portal-header a.new {
color: #F11 !important;
}
/* Game logo */
.va-portal-logo {
width: 100%;
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
}
/* TOC */
.va-portal-toc {
width: 100%;
font-size: 95%;
}
.va-portal-toc td {
vertical-align: top;
padding: 0 5px;
}
.va-portal-toc p {
font-weight: bold;
border-bottom: 1px solid #AAA;
}
/* Featured articles */
.va-portal-featuredarticle-footer {
border-top: 1px solid #AAA;
clear: both;
margin-top: 10px;
text-align: right;
}
/* Intro - image buttons */
.va-portal-buttons {
text-align: center;
font-size: 95%;
font-color: FFFFFF;
margin: 0 auto;
}
.va-portal-buttons th,
.va-portal-buttons td {
width: 25%;
}
.va-portal-buttons th {
vertical-align: middle;
font-weight: normal;
padding-top: 3px;
}
.va-portal-buttons td {
vertical-align: top;
padding-bottom: 3px;
white-space: nowrap;
}
/* Main footer */
.va-portal-mainfooter {
background: transparent;
margin: 10px auto;
text-align: center;
width: 670px;
padding: 0;
border-collapse: collapse;
}
.va-portal-mainfooter table {
margin: 0 auto;
}
.va-portal-mainfooter table th {
font-variant: small-caps;
font-weight: normal;
padding: 0 5px;
line-height: 16px;
}
.va-portal-mainfooter table td {
font-size: smaller;
border-top: 1px solid #AAA;
padding: 0 5px;
}
/* Did you know */
.va-portal-dyk p {
margin: 0 !important;
padding: 0 0 0 2em;
text-indent: -2em;
}
/* Blog lists - Monobook */
.skin-monobook .va-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 .va-portal-body div.wk_blogs_panel .wk_blogs_title {
display: none;
}
.skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_summary {
font-size: 12px;
line-height: 1.5em;
}
.skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_link {
font-size: 12px;
margin-top: 5px;
}
.skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_details {
font-size: 11px;
padding-left: 5px;
}
.skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_comments {
font-size: 11px;
}
/* Blog lists - Oasis */
.skin-oasis .va-portal-body .WikiaBlogListingBox {
font-size: 100%;
width: auto;
float: none;
clear: none;
border: none;
padding: 3px 0 0;
background: transparent;
}
.skin-oasis .va-portal-body .WikiaBlogListingBox h3,
.skin-oasis .va-portal-body .more {
display: none;
}
.skin-oasis .va-portal-body .WikiaBlogListingBox h1 {
font-weight: bold;
font-size: 12px;
}
.skin-oasis .va-portal-body .WikiaBlogListingBox .author-details {
font-size: 11px;
}
.skin-oasis .va-portal-body .WikiaBlogListingBox {
border-color: #AAA;
}
.skin-oasis .va-portal-body .WikiaBlogListingPost {
list-style-type: none;
}
.skin-oasis .va-portal-body .WikiaBlogListingBox ul {
border: none;
clear: both;
padding: 0;
}
.skin-oasis .va-portal-body .WikiaBlogListingBox ul ul {
padding-left: 15px;
margin: 5px 0 5px 15px;
}
/* ################################################## */
/* ### GENERIC BOX (various minor templates) ### */
/* ################################################## */
.va-genericbox {
background: #F9F9F9;
border: 1px solid #D9D9D9;
}
/* ################################################## */
/* ### TITLE ICONS (Vorlage:Spiele) ### */
/* ################################################## */
.va-titleicons, .va-titleicons-hover {
font-size: 11px;
position: absolute;
margin: 0;
max-width: 275px;
z-index: 3;
}
.va-titleicons {
background: transparent;
right: 0;
height: 25px;
line-height: 25px;
overflow: hidden;
text-align: right;
border: none;
display: none;
}
.va-titleicons-hover {
background: #FFF;
right: -2px;
height: auto;
overflow: auto;
text-align: center;
border: 2px solid #D9D9D9;
padding: 0 5px;
}
.va-titleicons-preview {
text-align: right;
}
.va-titleicons-fullsize,
.va-titleicons-hover .va-titleicons-preview {
display: none;
}
.va-titleicons-hover .va-titleicons-fullsize {
display: block;
}
.va-titleicons-more {
float: right;
padding: 0 2px;
line-height: 25px;
}
.va-titleicons-chevron {
vertical-align: middle;
border-color: #3A3A3A transparent transparent;
border-style: solid;
border-width: 3px;
width: 0;
}
/* Monobook */
.skin-monobook .va-titleicons {
top: 15px;
}
.skin-monobook .va-titleicons-hover {
top: 13px;
}
/* Oasis */
.skin-oasis .va-titleicons {
top: -30px;
right: 10px;
}
.skin-oasis .va-titleicons-hover {
top: -32px;
right: 10px;
}
.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;
}
/* ################################################## */
/* ### INFOBOXES (Vorlage:Infobox) ### */
/* ################################################## */
/* black frame around the infobox */
.FO3-infobox-box-box {
clear: right;
float: right;
position: relative;
margin-left: 10px;
margin-bottom: 5px;
border: 2px solid #222;
border-collapse: collapse;
}
/* the table */
.FO3-infobox-box {
border: 1px solid #FFF;
border-collapse: collapse;
background: #010;
color: #FFF;
line-height: 16px;
}
/* no editing in the box */
.FO3-infobox-box .editsection {
display:none;
}
/* table-in-table */
.FO3-infobox-inner-table {
border-collapse: collapse;
border: 0;
background: none;
color: #FFF;
margin-left: 1px;
margin-right: 1px;
}
.FO3-infobox-inner-table td {
vertical-align: middle;
text-align: center;
}
/* line above main title */
.FO3-infobox-nameheader {
font-size: 9px;
line-height: 12px;
}
/* main title */
.FO3-infobox-name {
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
/* border color for all "content" cells */
.FO3-infobox-header,
.FO3-infobox-title,
.FO3-infobox-data,
.FO3-infobox-image,
.FO3-infobox-data-console {
border: 1px solid #FFF;
}
/* vertical alignment for text "content" cells */
.FO3-infobox-data,
.FO3-infobox-data-console,
.FO3-infobox-title {
vertical-align: top;
}
/* table header (and footer) */
.FO3-infobox-header {
margin: 0;
padding: 1px 2px;
font-size: 11px;
line-height: 16px;
background: #565B45 url(http://images.wikia.com/fallout/images/d/d3/ConcreteBackground.jpg?1);
color: #FFF;
}
/* titles like "Quest:" "Clip size:" etc */
.FO3-infobox-title {
padding: 1px 2px;
font-size: 11px;
line-height: 16px;
background: #044D22 url(http://images.wikia.com/fallout/pt/images/0/08/WidgetBackgroundEffect.png?1);
color: #FFF;
text-align: right;
white-space: nowrap;
}
/* data like "23", "[[Megaton]]", etc */
.FO3-infobox-data,
.FO3-infobox-image,
.FO3-infobox-data-console {
padding: 1px 2px;
font-size: 11px;
line-height: 16px;
border-collapse: collapse;
border-color: #FFF;
background: #111;
}
.FO3-infobox-data,
.FO3-infobox-image {
color: #FFF;
}
/* console id data */
.FO3-infobox-data-console {
color: #DDF;
font-family: monospace;
font-weight: bold;
text-transform: lowercase;
}
/* lists in infobox cells */
.FO3-infobox-box ol,
.FO3-infobox-box ul {
line-height: inherit;
margin-top: 0;
}
.FO3-infobox-box ul {
list-style-image: none;
list-style-type: disc;
}
/* background strip for images */
.FO3-infobox-image {
background: #111 url(http://images.wikia.com/fallout/images/1/1f/Infobox_image_grad.png) top center repeat-y;
padding: 2px 0;
}
.FO3-infobox-image-legend {
background: #111;
color: #FFF;
padding-left: 5px;
padding-right: 5px;
}
/* links are on dark background */
.FO3-infobox-box a:link,
.FO3-infobox-box a:visited {
color: #AFA000 !important;
}
.FO3-infobox-box a:hover,
.FO3-infobox-box a:active {
color: #FFF;
}
/* links are on gray background */
.FO3-infobox-header a:link,
.FO3-infobox-header a:visited {
color: #CFC000 !important;
}
.FO3-infobox-header a:hover,
.FO3-infobox-header a:active {
color: #FFF;
}
/* external links */
.FO3-infobox-box a.external:link,
.FO3-infobox-box a.external:visited {
color: #AFA000 !important;
}
.FO3-infobox-box a.external:hover,
.FO3-infobox-box a.external:active {
color: #FFF!important;
}
/* wikipedia links */
.FO3-infobox-box a.extiw {
background: transparent url(http://images.wikia.com/common/skins/monobook/external.png?10.2) no-repeat scroll right center !important;
padding-right: 13px !important;
}
.FO3-infobox-box a.extiw:link,
.FO3-infobox-box a.extiw:visited {
color: #AFA000 !important;
}
.FO3-infobox-header a.extiw:link,
.FO3-infobox-header a.extiw:visited {
color: #CFC000 !important;
}
.FO3-infobox-header a.extiw:active,
.FO3-infobox-header a.extiw:hover,
.FO3-infobox-box a.extiw:active,
.FO3-infobox-box a.extiw:hover {
color: #FFF !important;
}
/* missing pages are very red */
.FO3-infobox-box a.new {
color: #F11 !important;
background: #400;
}
/* For templates which should leave space for the infobox on the right */
.infobox_space,
.va-infobox-space {
padding: 0 270px 0 0;
}
/* ################################################## */
/* ### NAVBOXES (Template:Navbox) ### */
/* ################################################## */
/* Outer table - border */
.va-navbox-border {
border: 1px solid #AAA;
box-shadow: 2px 2px 2px #AAA;
-moz-box-shadow: 2px 2px 2px #AAA;
-webkit-box-shadow: 2px 2px 2px #AAA;
}
.va-navbox-bottom + .va-navbox-bottom {
margin-top: 2px;
}
/* Outer table - widths, floats */
.va-navbox {
width: 100%;
font-size: 11px;
line-height: 16px;
}
.va-navbox-bottom {
width: 100%;
clear: both;
margin: 5px auto 0;
}
.va-navbox-left {
width: 200px;
clear: left;
float: left;
margin: 0 1.5em 0.5em 0;
}
.va-navbox-right {
width: 200px;
clear: right;
float: right;
margin: 0 0 0.5em 1.5em;
}
/* Inner tables */
.va-navbox-brick {
width: 100%;
margin: 0;
}
/* Cellspacing */
.va-navbox, .va-navbox-border,
.va-navbox-brickcont, .va-navbox-padding,
.va-navbox-space-h, .va-navbox-space-v {
background: transparent;
}
.va-navbox-padding {
padding: 2px;
}
.va-navbox-space-h {
width: 2px;
}
.va-navbox-columncont .va-navbox-space-h {
width: 0%;
border-right: 2px solid #FFF;
}
.va-navbox-space-v {
height: 2px;
font-size: 1pt;
line-height: 0em;
}
/* Cell styles and widths */
/* Denken Sie daran, die Berechnungen der Spaltenbreite zu aktualisieren, beim wechseln der Breiten */
.va-navbox-title {
background: #02451E url(http://images.wikia.com/fallout/pt/images/0/08/WidgetBackgroundEffect.png?1);
border: 1px solid #000;
font-weight: normal;
color: #FFF;
padding: 1px 2px;
}
.va-navbox-headertext,
.va-navbox-titletext {
font-weight: bold;
padding-left: 4em;
padding-right: 4em;
}
.va-navbox-maintitle .va-navbox-titletext {
font-size: 118%;
}
.va-navbox-editlink {
float: left;
width: 6em;
text-align: left;
margin-right: -100%;
}
.va-navbox .t_show_hide {
margin-left: -100%;
}
.va-navbox-cell, .va-navbox-colgroup,
.va-navbox-column, .va-navbox-footer,
.va-navbox-group, .va-navbox-header,
.va-navbox-image, .va-navbox-subgroup {
padding: 1px 2px;
}
.va-navbox-colgroup, .va-navbox-group,
.va-navbox-subgroup {
font-weight: bold;
}
.va-navbox-group, .va-navbox-subgroup {
width: 15%;
text-align: center;
}
.va-navbox-footer, .va-navbox-group,
.va-navbox-header {
background: #C9D0AC;
border: 1px solid #AAA;
}
.va-navbox-colgroup, .va-navbox-subgroup {
background: #D6DBC1;
border: 1px solid #AAA;
}
.va-navbox-cell, .va-navbox-column,
.va-navbox-image {
background: #E7EADA;
border: 1px solid #AAA;
}
.va-navbox-cell-nogroups, .va-navbox-column,
.va-navbox-colgroup, .va-navbox-footer,
.va-navbox-image {
text-align: center;
}
.va-navbox-cell-withgroups {
text-align: left;
}
.va-navbox-column {
vertical-align: top;
}
.va-navbox-image {
width: 8%;
}
/* Lists in column rows */
.va-navbox-formatlist ul,
.va-navbox-formatlist li {
list-style: none;
line-height: 16px;
margin: 0.6em 0;
padding: 0;
}
.va-navbox-formatlist li li {
font-size: 90%;
}
.va-navbox-formatlist li ul {
margin-top: -0.1em;
margin-bottom: 0.5em;
}
.va-navbox-formatlist li ul li {
margin: 0em;
}
/* Nested */
.va-navbox .va-navbox-nested {
font-size: 100%;
}
.va-navbox-nested .va-navbox-title {
background: #C9D0AC;
color: #000;
border: 1px solid #AAA;
}
.va-navbox-nested .va-navbox-footer,
.va-navbox-nested .va-navbox-group,
.va-navbox-nested .va-navbox-header {
background: #D6DBC1;
}
.va-navbox-nested .va-navbox-colgroup,
.va-navbox-nested .va-navbox-subgroup {
background: #DDE1CB;
}
/* Links */
.va-navbox-nowraplinks .va-navbox-cell a,
.va-navbox-nowraplinks .va-navbox-column a {
white-space: nowrap;
}
.va-navbox-maintitle a:link,
.va-navbox-maintitle a:visited {
color: #AFA000 !important;
}
.va-navbox-maintitle a:hover,
.va-navbox-maintitle a:active {
color: #FFF;
}
.va-navbox-maintitle a.new {
color: #F11 !important;
}
/* Printing */
@media print {
.va-navbox, .va-navbox-border {
display: none;
}
}
/* ################################################## */
/* ### COPYRIGHT / SOURCE BOXES ### */
/* ### (Template:Copyrightbox/Template:Sourcebox) ### */
/* ################################################## */
/* Template:Copyrightbox */
.va-copybox {
color: #000;
background-color: #E7EADA;
clear: both;
padding: 3px 5px;
margin: 5px 0;
border: 1px solid #A8ACA8;
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;
}
/* Template:Sourcebox */
.va-sourcebox {
margin: 0;
border-collapse: collapse;
font-size: 11px;
line-height: 16px;
}
.va-sourcebox th {
vertical-align: middle;
text-align: center;
padding: 0 5px;
}
.va-sourcebox td {
padding: 0;
}
.va-sourcebox td span {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
display: block;
padding: 2px 5px;
float: left;
}
/* Printing */
@media print {
.va-copybox, .va-sourcebox {
background: none;
background-color: transparent;
}
}
/* ################################################## */
/* ### DIRECTION / MESSAGE BOXES ### */
/* ### (Template:Directionbox/Template:Mbox) ### */
/* ################################################## */
/* Template:Directionbox */
.va-dirbox {
color: #000;
background-color: #F9F9F9;
clear: left;
padding: 2px 5px;
margin: 5px 0;
border: 1px solid #D9D9D9;
font-size: 11px;
line-height: 16px;
border-collapse: collapse;
}
.va-dirbox + .va-dirbox {
margin-top: -3px;
}
.va-dirbox th {
width: 40px;
text-align: center;
vertical-align: middle;
padding: 1px 0 1px 5px;
line-height: 20px;
}
.va-dirbox td {
padding: 1px 5px;
width: 100%;
}
/* Template:Mbox */
.va-mbox {
color: #000;
background-color: #DDD;
border: 1px solid #AAA;
padding: 0;
margin: 0 0 10px;
font-size: 11px;
line-height: 16px;
border-collapse: collapse;
}
.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;
}
}
/* ################################################## */
/* ### 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 #AAA;
box-shadow: 2px 2px 2px #AAA;
-moz-box-shadow: 2px 2px 2px #AAA;
-webkit-box-shadow: 2px 2px 2px #AAA;
}
.va-intro-box .va-intro {
background: #E7EADA;
border: 1px solid #AAA;
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 #D9D9D9;
border-bottom: 1px solid #D9D9D9;
}
.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: #E0E0E0;
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;
}
/* Quoted text/audio file desc) */
.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;
}
/* Source */
.va-newsquote-source, .va-quotation-source {
padding: 5px 0 0;
text-align: right;
}
.va-quotation-source {
font-size: 10px;
line-height: 15px;
}
/* "Incomplete quote" dots */
.va-newsquote-dots {
padding: 3px 0;
font-style: normal;
}
/* Audio file list */
.va-listen-item {
width: 180px;
margin: 0 auto;
}
.va-listen-item div {
margin-bottom: 2px;
}
.va-listen-item + .va-listen-item {
border-top: 1px solid #D9D9D9;
margin-top: 5px;
}
/* ################################################## */
/* ### STAT TABLES (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 EFFECTS (Vorlage:Effekt) ### */
/* ################################################## */
.va-effect-negative,
.va-effect-negative a {
color: #820000 !important;
}
.va-effect-positive,
.va-effect-positive a {
color: #008200 !important;
}
/* ################################################## */
/* ### 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 h2 {
font-size: 14px;
font-weight: normal;
border: 0;
margin: 0;
}
/* ################################################## */
/* ### SHORTCUTS (Vorlage:Shortcut) ### */
/* ################################################## */
.va-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: #F9F9F9;
overflow: auto;
font-family: monospace;
white-space: pre;
}
.skin-monobook .va-pre-fake {
border: 1px dashed #AAA;
line-height: 1.1em;
padding: 1em;
}
.skin-oasis .va-pre-fake {
border: 1px dashed #D9D9D9;
line-height: 14px;
padding: 12px;
}
/* ################################################## */
/* ### TEMPLATE DOCUMENTATION ### */
/* ### (Vorlage:Docparam/Vorlage:Dokumentation) ### */
/* ################################################## */
/* Template:Docparam */
.va-docparam {
padding: 0 2px 0 20px;
text-indent: -20px;
margin-bottom: 3px;
background: #F9F9F9;
border: 1px dotted #D9D9D9;
overflow: auto;
}
.va-docparam-icon {
margin: 0;
padding: 0;
width: 20px;
float: left;
}
.va-docparam-default {
float: right;
font-size: 10px;
}
.va-docparam-params {
font-family: monospace;
}
.va-docparam-desc {
margin: 0;
padding: 0 0 5px 20px;
}
/* Vorlage:Dokumentation */
.va-dokumentation,
.va-dokumentation-bar-top,
.va-dokumentation-bar-bottom {
border-color: #AAA;
border-style: solid;
clear: both;
}
.va-documentation {
border-width: 1px;
margin: 10px 0;
}
.va-documentation-bar-top,
.va-documentation-bar-bottom {
background: #D6DBC1;
color: #000;
padding: 5px;
margin: 0;
}
.va-documentation-bar-top {
border-width: 0 0 1px 0;
}
.va-documentation-bar-bottom {
border-width: 1px 0 0 0;
text-align: right;
}
.va-documentation-links {
float: right;
text-align: right;
}
.va-documentation-content {
padding: 10px;
margin: 0;
}
.va-documentation-small {
font-size: 10px;
}
/* ################################################## */
/* ### ARCHIVE TOOL ### */
/* ################################################## */
.va-archiving .ajax {
display: block;
margin: 25px auto;
}
.va-archiving td {
background-color: #EEEEEE;
min-height: 1em;
color: #000;
cursor: pointer;
}
.va-archiving tr.archive td.line {
background-color: #6ae;
color: #fff;
}
.va-archiving tr.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-image: url(http://images.wikia.com/common/skins/monobook/bullet.gif);
list-style-position: outside;
margin-left: 15px;
}
.va-pagelist-hidefirst div.CategoryTreeSection:first-child {
display: none;
}
/* ################################################## */
/* ### Diagramme (Vorlage:Diagramm) ### */
/* ################################################## */
.fw-diagramm-quest {
background:#C9D0AC;
border:1px solid black !important;
}
.fw-diagramm-body {
background:#E7EADA;
border:1px solid black !important;
}
.fw-diagramm-reward {
background:#E8E8A2;
border:1px solid black !important;
}