×
Einen neuen Artikel erstellen
Schreibe den Seitennamen hierhin:
Wir haben derzeit 9.055 Artikel auf Vaultpedia. Gib deinen Artikelnamen oberhalb von oder klicke auf einen der unten stehenden Titel und beginne zu schreiben! ein



    Vaultpedia
    9.055Artikel

    MediaWiki:Common.css: Unterschied zwischen den Versionen

    Tritt unserem Discord bei und informiere dich auf unserem Twitter-Kanal über die aktuellsten Themen rund um Fallout!
    Marphimon (Diskussion | Beiträge)
    +
    LanceVanceDance (Diskussion | Beiträge)
    Keine Bearbeitungszusammenfassung
    Zeile 1: Zeile 1:
    /* ######################################################################## */
    /* ######################################################################## */
    /* ### CSS placed here will be applied to all skins on the entire site. ### */
    /* ### CSS placed here will be applied to all skins on the entire site. ### */
    /* ### See also: [[MediaWiki:Monaco.css]] & [[MediaWiki:Monobook.css]] ### */
    /* ### See also: [[MediaWiki:Monobook.css]] & [[MediaWiki:Wikia.css]]   ### */
    /* ######################################################################## */
    /* ######################################################################## */


    Zeile 9: Zeile 9:


    /* Mark redirects in Special:Allpages and Special:Watchlist */
    /* Mark redirects in Special:Allpages and Special:Watchlist */
    .allpagesredirect,
    .allpagesredirect, .watchlistredir {  
    .watchlistredir {  
       font-style: italic;  
       font-style: italic;  
    }
    }
    Zeile 18: Zeile 17:
       color: #006500;
       color: #006500;
    }
    }
    .mw-plusminus-neg {
    .mw-plusminus-neg {
       color: #8B0000;
       color: #8B0000;
    Zeile 24: Zeile 24:
    /* 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(http://images.wikia.com/fallout/images/5/5d/Checker-16x16.png?1) repeat;
        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;
    }
     
    /* ################################################## */
    /* ### TABLES                                    #### */
    /* ################################################## */
     
    .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 #AAA;
      padding: 1px 2px;
    }
     
    .va-table tr {
      background: #E7EADA;
    }
     
    .va-table th {
      background: #C9D0AC;
      font-weight: bold;
    }
     
    .va-table td {
      background: transparent;
    }
     
    /* Adapting lists & paragraphs to altered line-height */
    .va-table ul, .va-table ol,
    .va-table p {
      line-height: 16px;
      margin-top: 0;
      margin-bottom: 0;
    }
     
    .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;
    }
     
    /* Tables with specific vertical alignment for cells */
    .va-table-top td {
      vertical-align: top;
    }
     
    .va-table-middle td {
      vertical-align: middle;
    }
    }


    .va-table-bottom td {
      vertical-align: bottom;
    }
    /* Tables with specific horizontal alignment for cells */
    .va-table-center td {
      text-align: center ;
    }
    .va-table-left td {
      text-align: left;
    }
    .va-table-right td {
      text-align: right;
    }
    /* Tables which are full width in Oasis */
    .va-table-full {
      width: 660px;
    }
    /* Tables in which the first column starts with an icon */
    .va-table-icon tr td:first-child {
      padding-left: 18px;
      text-indent: -18px;
    }


    /* ################################################## */
    /* ################################################## */
    Zeile 32: Zeile 141:
    /* ################################################## */
    /* ################################################## */


    .forumheader {
    /* 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/images/d/d1/WidgetBackground.jpg?1);
      color: #FFF;
    }
     
    .va-forum-header div, .va-forum-index td,
    .va-forum-search td {
      background-color: #E7EADA;
       border: 1px solid #AAA;
       border: 1px solid #AAA;
       background-color: #F9F9F9;
       vertical-align: top;
      margin-top: 1em;
      margin-bottom: 1em;
      padding: 10px 5px;
    }
    }
    .forumlist {
     
       border: 1px solid #aaa;
    /* 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;  
    }
    }
    .forumlist td.forum_edited a {
     
       color: black;  
    .va-forum-search td {
       text-decoration: none;
       padding: 5px;
       font-size: 11px;
    }
    }
    .forumlist td.forum_title a {
     
    /* Index */
    .va-forum-index th.forum_title {
      width: 70%;
       padding-left: 20px;
       padding-left: 20px;
      text-align: left;
    }
    .va-forum-index th.forum_edited {
      width: 30%;
    }
    }
    .forumlist td.forum_title a.forum_new {
     
       font-weight: bold;  
    .va-forum-index th.va-forum-subheader {
       background: url(http://images.wikia.com/fallout/images/4/4e/Forum_new.gif?1) center left no-repeat;
       background: #C9D0AC;
       border: 1px solid #AAA;
      color: #000;
       padding-left: 20px;
       padding-left: 20px;
      text-align: left;
    }
    }
    .forumlist td.forum_title a.forum_new:visited {
       font-weight: normal;  
    .va-forum-index td {
       background: none;  
      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;
       padding-left: 20px;
      text-indent: -20px;
    }
    }
    .forumlist th.forum_title {
     
    .va-forum-index td.forum_title a {
       padding-left: 20px;
       padding-left: 20px;
    }
    }
    .forumlist th.forum_title, .forumlist th.forum_edited, .forumlist th.forum_editor {
     
       border: none;
    .va-forum-index td.forum_title a.forum_new {
       background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
       font-weight: bold;  
      color: #FFF;
       background: url(http://images.wikia.com/fallout/images/4/4e/Forum_new.gif?1) center left no-repeat;
    }
    }
    .forumlist th.forum_subheader, .forumlist td.forum_footer {
     
       border: none;
    .va-forum-index td.forum_title a.forum_new:visited {
       background: #565B45 url(http://images.wikia.com/fallout/images/d/d3/ConcreteBackground.jpg?1);
       font-weight: normal;  
      color: #FFF;
       background: none;  
    }
    }
    .forumlist td.forum_title, .forumlist td.forum_edited, .forumlist td.forum_editor {
     
       border: none;
    .va-forum-index span.forum_author {
       background-color: #DDD;
       display: block;
      text-indent: 20px;
       font-size: 11px;
    }
    }
    .forumlist td.forum_footer a {
     
      color: #FFF;
    .va-forum-index span.forum_author a {
    }
       padding-left: 0px !important;
    .forumsearch {
      border: 1px solid #AAA;
      background-color: #F9F9F9;
      float: right;
      width: auto;
       padding: 0 0.5em 0.5em 0.5em;
      margin: 0 0 0.8em 0.5em;
      text-align:center;
      font-size: 90%;
    }
    }


    /* remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) */
    .va-forum-index span.forum_editor {
    body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li {  
       display: block;
       display: none;  
      font-size: 11px;
    }
    }


    /* ################################################## */
    /* ################################################## */
    Zeile 100: Zeile 256:
    /* ################################################## */
    /* ################################################## */


    .portal_tabs {
    /* Main header */
    .va-portal-mainheader {
      margin: 5px auto;
      padding: 0;
      background: transparent;
       text-align: center;
       text-align: center;
      font-size: 90%;
      white-space: nowrap;
      padding: 4px 10px;
      text-decoration: none;
      background: #DDD;
      color: #000;
      border: 3px solid #FFF;
    }
    }


    table.portal_section {
    .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%;  
       width: 100%;  
       background: transparent;  
       background: transparent;  
    Zeile 117: Zeile 276:
       margin-bottom: 5px;  
       margin-bottom: 5px;  
       border: 1px solid #AAA;
       border: 1px solid #AAA;
      box-shadow: 2px 2px 2px #AAA;
      -moz-box-shadow: 2px 2px 2px #AAA;
      -webkit-box-shadow: 2px 2px 2px #AAA;
    }
    }


    th.portal_header {
    .va-portal-body {
      border: 1px solid #AAA;
      background-color: #E7EADA;
      padding: 3px 5px;
      vertical-align: top;
    }
     
    .va-portal-header {
       background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
       background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
       border: 3px solid #FFF;  
       border: 1px solid #000;  
       padding: 5px;  
       padding: 3px 5px;  
       color: #FFF;  
       color: #FFF;  
       font-size: 110%;  
       font-size: 110%;  
    Zeile 129: Zeile 298:
    }
    }


    td.portal_body {
    .va-portal-header-links {
       border-width: 0 3px 3px 3px;  
       float: right;
       border-style: solid;  
      font-size: 80%;
       border-color: #FFF;  
       font-weight: normal;
       background-color: #DDD;  
    }
       padding: 5px;
     
    /* 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 */
    /* TOC */
    .portal_toc {
    .va-portal-toc {
       width: 100%;
       width: 100%;
       font-size: 95%;
       font-size: 95%;
    }
    }


    .portal_toc td {
    .va-portal-toc td {
       vertical-align: top;
       vertical-align: top;
       padding: 0 5px;
       padding: 0 5px;
    }
    }


    .portal_toc p {
    .va-portal-toc p {
       font-weight: bold;
       font-weight: bold;
       border-bottom: 1px solid #FFF;
       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 */
    /* Intro - image buttons */
    table.portal_buttons {
    .va-portal-buttons {
       text-align: center;
       text-align: center;
       font-size: 95%;
       font-size: 95%;
    Zeile 160: Zeile 355:
    }
    }


    table.portal_buttons th,
    .va-portal-buttons th,
    table.portal_buttons td {
    .va-portal-buttons td {
       width: 25%;
       width: 25%;
    }
    }


    table.portal_buttons th {
    .va-portal-buttons th {
       vertical-align: middle;
       vertical-align: middle;
       font-weight: normal;
       font-weight: normal;
    Zeile 171: Zeile 366:
    }
    }


    table.portal_buttons td {
    .va-portal-buttons td {
       vertical-align: top;
       vertical-align: top;
       padding-bottom: 3px;
       padding-bottom: 3px;
      white-space: nowrap;
    }
    }


    /* Footer */
    /* Main footer */
    table.portal_footer {
    .va-portal-mainfooter {
       background: transparent;  
       background: transparent;  
       margin: 10px auto;  
       margin: 10px auto;  
    Zeile 186: Zeile 382:
    }
    }


    table.portal_footer table {
    .va-portal-mainfooter table {
       margin: 0 auto;
       margin: 0 auto;
    }
    }


    table.portal_footer table th {
    .va-portal-mainfooter table th {
       font-variant: small-caps;
       font-variant: small-caps;
       font-weight: normal;
       font-weight: normal;
       padding: 0 0.5em;
       padding: 0 5px;
       line-height: normal;
       line-height: 16px;
    }
    }


    table.portal_footer table td {
    .va-portal-mainfooter table td {
       font-size:smaller;
       font-size: smaller;
       border-top: 1px solid #AAA;
       border-top: 1px solid #AAA;
       padding: 0 0.5em;
       padding: 0 5px;
    }
    }


    /* Did you know */
    /* Did you know */
    .portal_dyk_cont p {
    .va-portal-dyk p {
       margin: 0 0 0 1.5em;
       margin: 0 !important;
       text-indent: -1.5em;
      padding: 0 0 0 2em;
       text-indent: -2em;
    }
    }


    /* Header - links */
    /* Blog lists - Monobook */
    th.portal_header a:link {  
    .skin-monobook .va-portal-body div.wk_blogs_panel {
       color: #AFA000;
       font-size: 100%;
    }
      width: auto;
    th.portal_header a:visited {
       float: none;
       color: #B6A700;
      clear: none;
    }
       margin: -5px 0 0;
    th.portal_header a:hover {
      border: none;
       color: #FFF;
       padding: 0;
    }
       background: transparent;
    th.portal_header a:active {
       color: #FFF;
    }
    th.portal_header a.new {
       color: #F11 !important;
    }
    }


    /* Remove firstHeading on main page */
    .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_title {
    body.page-Fallout_Wiki h1.firstHeading {
       display: none;
       display: none;
    }
    }


     
    .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_summary {
    /* ################################################## */
       font-size: 12px;
    /* ### ARTICLE CREATION PAGES                    #### */
      line-height: 1.5em;
    /* ################################################## */
     
    .actabrow td a {
       color: #000;
    }
    }


    .actabrow td.actabspace {
    .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_link {
       font-size: 50%;
       margin-top: 5px;
      width: 2px;
    }
    }


    .actabrow td.actab {
    .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_details {
      border-width: 1px;
       font-size: 11px;
      border-color: #AAA;
       padding-left: 5px;
      -moz-border-radius-topleft: 5px;
       -moz-border-radius-topright: 5px;
       padding: 3px 5px;
      white-space: nowrap;
    }
    }


    .actabrow td.actabactive {
    .skin-monobook .va-portal-body div.wk_blogs_panel .wk_blogs_comments {
       background: #F9F9F9;
       font-size: 11px;
      border-style: solid solid none;
    }
    }


    .actabrow td.actabinactive {
    /* Blog lists - Oasis */
       background: #CCC;
    .skin-oasis .va-portal-body .WikiaBlogListingBox {
       border-style: solid;
      font-size: 100%;
      width: auto;
      float: none;
      clear: none;
      border: none;
      padding: 0;
       background: transparent;
       margin-top: -15px;
    }
    }


     
    .skin-oasis .va-portal-body .WikiaBlogListingBox h3,
    /* ################################################## */
    .skin-oasis .va-portal-body .WikiaBlogListingBox .wikia-button,
    /* ### TABLES                                    #### */
    .skin-oasis .va-portal-body .more {
    /* ################################################## */
       display: none;
     
    .fallout-table {
      color: #000;
      line-height: 1.3em;
      font-size: 0.9em;
      font-weight: normal;
     
      border: 2px solid #505050;
      border-collapse: collapse;
      empty-cells: show;
       margin-bottom: 5px;
    }
    }


    .fallout-table tr {
    .skin-oasis .va-portal-body .WikiaBlogListingBox h1 {
       background: #ECECD4;
       font-weight: bold;
      margin-left: 30px;
      margin-top: 2px;
    }
    }


    .fallout-table tr td {
    .skin-oasis .va-portal-body .WikiaBlogListingBox details .avatar {
       border: 1px solid #000;
      margin-right: 3px;
      padding: 3px 3px 3px 3px;
       border: 1px solid #AAA;
    }
    }


    .fallout-table th {
    .skin-oasis .va-portal-body .WikiaBlogListingBox ul {
      background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
       border: none;
      color: #FFF;
       padding: 0;
      font-size: 0.9em;
      line-height: 1.3em;
      font-weight: normal;
       border: 1px solid white;
       padding: 3px;
    }
    }


    /* Adapting lists to altered line-height */
    .skin-oasis .va-portal-body .WikiaBlogListingBox ul ul {
    .fallout-table ul,
      padding-left: 15px;
    .fallout-table ol {
       margin: 5px 0 5px 15px;
       line-height: 1.3em;
    }
    }


    /* For tables in which all cells are automatically vertically top-aligned or centered */
    .skin-oasis .va-portal-body .WikiaBlogListingBox ul .WikiaBlogListingPost {
    .fallout-table-align-top tr td {
       border-color: #AAA;
       vertical-align: top;
    }
    }


    .fallout-table-align-top tr td ul {
    .skin-oasis .va-portal-body .WikiaBlogListingBox blockquote {
       margin-top: 0;
       margin: 0;
    }
    }


    .fallout-table-align-middle tr td {
    /* ################################################## */
      vertical-align: middle;
    /* ### GENERIC BOX (various minor templates)      ### */
    }
    /* ################################################## */


    /* Links */
    .va-genericbox {
    .fallout-table a:link {
       background: #F9F9F9;
      color: #11B;
       border: 1px solid #D9D9D9;
    }
    .fallout-table a:visited {
      color: #448;
    }
    .fallout-table a:hover {  
       color: #004;
    }
    .fallout-table a:active {
       color: #000;
    }
    }
    .fallout-table th a:link {
      color: #FF4;
    }
    .fallout-table th a:visited {
      color: #EE0;
    }
    .fallout-table th a:hover {
      color: #FFF;
    }
    .fallout-table th a:active {
      color: #FFF;
    }
    .fallout-table-special {
      color: #080;
    }
    .fallout-table-special a:link {
      color: #080;
    }
    .fallout-table-special a:visited {
      color: #464;
    }
    .fallout-table-special a:hover {
      color: #004;
    }
    .fallout-table-special a:active {
      color: #FFF;
    }
    /* missing pages are very red */
    .fallout-table a.new {
      color: #F11 !important;
    }


    /* ################################################## */
    /* ################################################## */
    /* ### FALLOUT 3 GUIDE                            ### */
    /* ### TITLE ICONS (Template:Games)              ### */
    /* ################################################## */
    /* ################################################## */


    .guide_smallbox {
    .va-titleicons, .va-titleicons-hover {
      width: 190px;
       font-size: 11px;
      color: black;
       position: absolute;
      background-color: #dfdfdf;
       margin: 0;
       font-size: 10pt;
       max-width: 275px;
       clear: both;
       z-index: 3;
       margin-top: 4px;
       margin-bottom: 5px;
       padding: 5px;
    }
    }


    table.guide_smallbox th,
    .va-titleicons {
    div.guide_smallbox h2 {
       background: transparent;
       background-color: #001C0C;
       right: 0;
       color: #FFF !important;
       height: 25px;
       text-align:left;
       line-height: 25px;
       font-size: 12pt;
       overflow: hidden;
       font-weight:bold;
       text-align: right;
       border-style:none;
       border: none;
       margin-bottom: 0px !important;
       display: none;
       padding-left: 5px;
      padding-top: 2px !important;
      padding-bottom: 0px !important;
      clear: both;
    }
    }


    table.guide_smallbox th a,
    .va-titleicons-hover {
    div.guide_smallbox h2 a,
      background: #FFF;
    table.guide_smallbox th a:visited,
      right: -2px;
    div.guide_smallbox h2 a:visited {
      height: auto;
       color: #FFF !important;
      overflow: auto;
      text-align: center;
       border: 2px solid #D9D9D9;
      padding: 0 5px;
    }
    }


    .guide_smallbox h3 {
    .va-titleicons-preview {
      font-size: 9pt !important;
       text-align: right;
      font-weight: bold !important;
       margin-bottom: -6px !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
     
    .guide_smallbox_text {
      padding: 5px;
    }
    }


    .guide_smallbox .editsection {
    .va-titleicons-fullsize,
    .va-titleicons-hover .va-titleicons-preview {
       display: none;
       display: none;
    }
    }


    div.p-shadow {
    .va-titleicons-hover .va-titleicons-fullsize {
      float: left;
       display: block;
      width: 98%;
      background: url(http://images.wikia.com/helpertest/images/a/a5/ShadowAlpha.png?1) no-repeat bottom right !important;
      background: url(http://images.wikia.com/helpertest/images/a/a2/Shadow.gif?1) no-repeat bottom right;
      margin: 10px 0 0 10px !important;
       margin: 10px 0 0 5px;
    }
    }


    .p-right {
    .va-titleicons-more {
       float: right;
       float: right;
       width: 50%;
       padding: 0 2px;
      line-height: 25px;
    }
    }


    .p-left {
    .va-titleicons-chevron {
       float: left;
       vertical-align: middle;
       width: 50%
      border-color: #3A3A3A transparent transparent;
       border-style: solid;
      border-width: 3px;
      width: 0;
    }
    }


    .p-center {
    /* Monobook */
       clear: left;
    .skin-monobook .va-titleicons {
      width: 100%;
       top: 15px;
    }
    }


    div.p-center > div.p-shadow {
    .skin-monobook .va-titleicons-hover {
       width: 99%;
       top: 13px;
    }
    }


    div.p-shadow > div {
    /* Oasis */
      background: none !important;
    .skin-oasis .va-titleicons {
      background: url(http://images.wikia.com/helpertest/images/8/82/Shadow2.gif?1) no-repeat left top;
       top: -30px;
       padding: 0 !important;
       right: 10px;
       padding: 0 6px 6px 0;
    }
    }


    div.p-shadow > div > div {
    .skin-oasis .va-titleicons-hover {
      color: #000;
       top: -32px;
      background-color: #fff;
       right: 10px;
      font: 12.5px Trebuchet MS, Helvetica, sans-serif;
      border: 1px solid #001C0C;
      padding: 4px !important;
      margin: -6px 6px 6px -6px !important;
       margin: 0;
      min-height: 385px;
       position: relative;
    }
    }


    div.p-center > div.p-shadow > div > div {
    .skin-oasis.ns-0 .WikiaPageHeader,
       min-height: 150px;
    .skin-oasis.ns-4 .WikiaPageHeader,
    .skin-oasis.ns-110 .WikiaPageHeader,
    .skin-oasis.ns-502 .WikiaBlogListingHeader {
       margin-bottom: 30px;
    }
    }


    .p-shadow .editsection {
    .skin-oasis.mainpage .WikiaPageHeader {
       display: none;
       margin-bottom: 10px;
    }
    }
    .p-shadow h2 {
      color: #FFF;
      font-weight: bold;
      background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
      padding: 5px !important;
      margin: 0 !important;
    }
    .p-shadow h2 a, p-shadow h2 a:visited {
      color: #FFF;
    }
    .p-shadow img {
      padding: 5px;
    }
    .guide_tagline {
      font-size: 105%;
      font-weight: bold;
      font-style: italic;
      color: #475F51;
      padding: 5px;
      margin-bottom: 5px;
    }
    .guide_bgimage {
      position: absolute;
      z-index: -1;
      right: 0;
      bottom: 0;
    }
    .guide_bgimage img {
      border-style: none;
      opacity: .2;
      filter: alpha(opacity = 20);
    }
    body.page-Fallout_3_Guide .monaco_shrinkwrap {
      left: 50%;
      margin-left: -486px;
      width: 972px;
    }
    /* ################################################## */
    /* ### GAME ICONS (Template:Games)                ### */
    /* ################################################## */
    #title-games {
      float: right;
      display: none;
      visibility: hidden;
      position: relative;
      margin: -17px 0 0;
      min-width: 325px;
      text-align: right;
    }
    #title-games,
    #title-games a {
      font-size: 0.9em;
    }


    /* ################################################## */
    /* ################################################## */
    Zeile 545: Zeile 591:
    /* ################################################## */
    /* ################################################## */


    /* black frame around the info box, with an 1.5 em margin to the text to the left */
    /* black frame around the infobox */
    .FO3-infobox-box-box {  
    .FO3-infobox-box-box {  
       clear: right;
       clear: right;
       float: right;
       float: right;
       position: relative;
       position: relative;
       margin-left: 1.5em;
       margin-left: 10px;
       margin-bottom: 0.5em;
       margin-bottom: 5px;
       border: 2px solid #222;
       border: 2px solid #222;
       border-collapse: collapse;
       border-collapse: collapse;
    Zeile 562: Zeile 608:
       background: #010;
       background: #010;
       color: #FFF;
       color: #FFF;
       line-height: 1.3em;
       line-height: 16px;
    }
    }


    Zeile 568: Zeile 614:
    .FO3-infobox-box .editsection {
    .FO3-infobox-box .editsection {
       display:none;
       display:none;
    }
    /* missing pages are very red */
    .FO3-infobox-box a.new {
      color: #F11 !important;
      background: #400;
    }
    }


    Zeile 593: Zeile 633:
    /* line above main title */
    /* line above main title */
    .FO3-infobox-nameheader {
    .FO3-infobox-nameheader {
       font-size: 0.8em;
       font-size: 9px;
       line-height: 1.2em;
       line-height: 12px;
    }
    }


    /* main title */
    /* main title */
    .FO3-infobox-name {
    .FO3-infobox-name {
       font-size: 1.2em;
       font-size: 14px;
       font-weight: bold;
       font-weight: bold;
       line-height: 1.35em;
       line-height: 18px;
    }
    }


    Zeile 622: Zeile 662:
    /* table header (and footer) */
    /* table header (and footer) */
    .FO3-infobox-header {  
    .FO3-infobox-header {  
       margin:0;
       margin: 0;
       padding:2px;
       padding: 1px 2px;
       font-size: 0.9em;
       font-size: 11px;
       line-height: 1.1em;
       line-height: 16px;
       background: #565B45 url(http://images.wikia.com/fallout/images/d/d3/ConcreteBackground.jpg?1);
       background: #565B45 url(http://images.wikia.com/fallout/images/d/d3/ConcreteBackground.jpg?1);
       color: #FFF;
       color: #FFF;
    Zeile 632: Zeile 672:
    /* titles like "Quest:" "Clip size:" etc */
    /* titles like "Quest:" "Clip size:" etc */
    .FO3-infobox-title {  
    .FO3-infobox-title {  
       font-size: 0.9em;
      padding: 1px 2px;
       line-height: 1.2em;
       font-size: 11px;
       line-height: 16px;
       background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
       background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
       color: #FFF;
       color: #FFF;
      text-align: right;
      white-space: nowrap;
    }
    }


    Zeile 642: Zeile 685:
    .FO3-infobox-image,
    .FO3-infobox-image,
    .FO3-infobox-data-console {
    .FO3-infobox-data-console {
       font-size: 0.9em;
      padding: 1px 2px;
       line-height: 1.2em;
       font-size: 11px;
      margin-left: 2em;
       line-height: 16px;
       border-collapse: collapse;
       border-collapse: collapse;
       border-color: #FFF;
       border-color: #FFF;
    Zeile 678: Zeile 721:
    .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;
       background: #111 url(http://images.wikia.com/fallout/images/1/1f/Infobox_image_grad.png) top center repeat-y;
      padding: 2px 0;
    }
    }


    Zeile 688: Zeile 732:


    /* links are on dark background */
    /* links are on dark background */
    .FO3-infobox-box a:link {
    .FO3-infobox-box a:link,
      color: #AFA000;
    }
    .FO3-infobox-box a:visited {  
    .FO3-infobox-box a:visited {  
       color: #AFA000;
       color: #AFA000 !important;
    }
    .FO3-infobox-box a:hover {
      color: #FFF;
    }
    }
    .FO3-infobox-box a:hover,
    .FO3-infobox-box a:active {  
    .FO3-infobox-box a:active {  
       color: #FFF;
       color: #FFF;
    Zeile 702: Zeile 742:


    /* links are on gray background */
    /* links are on gray background */
    .FO3-infobox-header a:link {
    .FO3-infobox-header a:link,
      color: #CFC000;
    }
    .FO3-infobox-header a:visited {  
    .FO3-infobox-header a:visited {  
       color: #CFC000;
       color: #CFC000 !important;
    }
    }
    .FO3-infobox-header a:hover {  
     
    .FO3-infobox-header a:hover,
    .FO3-infobox-header a:active {  
       color: #FFF;
       color: #FFF;
    }
    }
    .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;
    }
    }


    Zeile 719: Zeile 766:
       background: transparent url(http://images.wikia.com/common/skins/monobook/external.png?10.2) no-repeat scroll right center !important;
       background: transparent url(http://images.wikia.com/common/skins/monobook/external.png?10.2) no-repeat scroll right center !important;
       padding-right: 13px !important;
       padding-right: 13px !important;
      color: #AFA000 !important;
    }
    }
    .FO3-infobox-box a.extiw:link,
    .FO3-infobox-box a.extiw:link,
    Zeile 729: Zeile 775:
       color: #CFC000 !important;
       color: #CFC000 !important;
    }
    }
    .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:hover {  
    .FO3-infobox-box a.extiw:hover {  
       color: #FFF !important;
       color: #FFF !important;
    }
    }
    .FO3-infobox-header a.extiw:active,
     
    .FO3-infobox-box a.extiw:active {  
    /* missing pages are very red */
       color: #FFF !important;
    .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:Nb main)               ### */
    /* ### NAVBOXES (Template:Navbox)                 ### */
    /* ################################################## */
    /* ################################################## */


    table.fallout_navbox_box_bottom,
    /* Outer table - border */
    table.fallout_navbox_box_left,
    .va-navbox-border {
    table.fallout_navbox_box_right {
      border: 1px solid #AAA;
       padding: 0px;
       box-shadow: 2px 2px 2px #AAA;
       border: 1px solid #AAA;
       -moz-box-shadow: 2px 2px 2px #AAA;
       text-align: center;
       -webkit-box-shadow: 2px 2px 2px #AAA;
       border-collapse: separate;
    }
       font-size: 100%;
     
    .va-navbox-bottom + .va-navbox-bottom {
       margin-top: 2px;
    }
     
    /* Outer table - widths, floats */
    .va-navbox {
      width: 100%;
       font-size: 11px;
      line-height: 16px;
    }
    }


    table.fallout_navbox_box_bottom {
    .va-navbox-bottom {
      width: 100%;
       clear: both;  
       clear: both;  
       margin: 5px auto 0;
       margin: 5px auto 0;
    }
    }


    /* Doesn't work in IE6 but that's bearable, only visual */
    .va-navbox-left {
    table.fallout_navbox_box_bottom + table.fallout_navbox_box_bottom {
       width: 200px;
      border-top-style: none;
      border-top-style: hidden;
       margin-top: 0;
    }
     
    table.fallout_navbox_box_left {
       clear: left;
       clear: left;
       float: left;
       float: left;
    Zeile 771: Zeile 830:
    }
    }


    table.fallout_navbox_box_right {
    .va-navbox-right {
      width: 200px;
       clear: right;
       clear: right;
       float: right;
       float: right;
    Zeile 777: Zeile 837:
    }
    }


    th.fallout_navbox_innertable_title,
    /* Inner tables */
    th.fallout_navbox_box_title {
    .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;
       padding: 2px;
      font-weight: normal;
      color: #FFF;
      font-size: 80%;
    }
    }


    th.fallout_navbox_box_title {
    .va-navbox-space-h {
       background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
       width: 2px;
       border: 3px solid #FFF;
    }
     
    .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;
    }
    }


    th.fallout_navbox_innertable_title {
    /* Cell styles and widths */
       background: #565B45 url(http://images.wikia.com/fallout/images/d/d3/ConcreteBackground.jpg?1);
    /* Remember to update the column width calculations when changing widths */
       border-top: 0;
    .va-navbox-title {
       border-bottom: 2px solid #FFF;
       background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
       border-left: 3px solid #FFF;
       border: 1px solid #000;
       border-right: 3px solid #FFF;
       font-weight: normal;
       color: #FFF;
       padding: 1px 2px;
    }
    }


    th.fallout_navbox_box_title span.fallout_navbox_maintitle {
    .va-navbox-headertext,
    .va-navbox-titletext {
       font-weight: bold;
       font-weight: bold;
       font-size: 115%;
       padding-left: 4em;
      padding-right: 4em;
    }
    }


    th.fallout_navbox_innertable_title span.fallout_navbox_maintitle {
    .va-navbox-maintitle .va-navbox-titletext {
      font-weight: bold;
       font-size: 118%;
       font-size: 125%;
    }
    }


    td.fallout_navbox_cont {
    .va-navbox-editlink {
       padding: 0px;
       float: left;
       border: none;
       width: 4em;
      text-align: left;
      margin-right: -100%;
    }
    }


    table.fallout_navbox_innertable,
    .va-navbox .t_show_hide {
    table.fallout_navbox {
       margin-left: -100%;
       margin: 0px;
      padding: 0px;
      border-collapse: separate;
      empty-cells: show;
    }
    }


    table.fallout_navbox {
    .va-navbox-cell, .va-navbox-colgroup,
      font-size: 85%;
    .va-navbox-column, .va-navbox-footer,
       border-bottom: 1px solid white;
    .va-navbox-group, .va-navbox-header,
    .va-navbox-image, .va-navbox-subgroup {
       padding: 1px 2px;
    }
    }


    table.fallout_navbox_innertable {
    .va-navbox-colgroup, .va-navbox-group,
       font-size: 100%;
    .va-navbox-subgroup {
       font-weight: bold;
    }
    }


    table.fallout_navbox_columncont {
    .va-navbox-group, .va-navbox-subgroup {
       width: 100%;
       width: 15%;
       padding: 0px;
       text-align: center;
      border: none;
    }
    }


    td.fallout_navbox_header, td.fallout_navbox_footer,  
    .va-navbox-footer, .va-navbox-group,
    td.fallout_navbox_cell, td.fallout_navbox_groupcell,
    .va-navbox-header {
    td.fallout_navbox_group, td.fallout_navbox_subgroup,
       background: #C9D0AC;
    td.fallout_navbox_column_left, td.fallout_navbox_column_middle,
       border: 1px solid #AAA;
    td.fallout_navbox_column_right {
       border-top: 0;
       border-bottom: 2px solid #FFF;
    }
    }


    td.fallout_navbox_header, td.fallout_navbox_footer,
    .va-navbox-colgroup, .va-navbox-subgroup {
    td.fallout_navbox_cell, td.fallout_navbox_group,
      background: #D6DBC1;
    td.fallout_navbox_column_left {
       border: 1px solid #AAA;
       border-left: 3px solid #FFF;
    }
    }


    td.fallout_navbox_groupcell, td.fallout_navbox_subgroup {
    .va-navbox-cell, .va-navbox-column,
       border-left: 2px solid #FFF;
    .va-navbox-image {
      background: #E7EADA;
       border: 1px solid #AAA;
    }
    }


    td.fallout_navbox_header, td.fallout_navbox_footer,  
    .va-navbox-cell-nogroups, .va-navbox-column,
    td.fallout_navbox_cell, td.fallout_navbox_groupcell,
    .va-navbox-colgroup, .va-navbox-footer,
    td.fallout_navbox_column_right {
    .va-navbox-image {
       border-right: 3px solid #FFF;
       text-align: center;
    }
    }


    td.fallout_navbox_column_left, td.fallout_navbox_column_middle {
    .va-navbox-cell-withgroups {
       border-right: 1px solid #FFFFFF;
       text-align: left;
    }
    }


    td.fallout_navbox_column_middle, td.fallout_navbox_column_right {
    .va-navbox-column {
       border-left: 1px solid #FFFFFF;
       vertical-align: top;
    }
    }


    td.fallout_navbox_header, td.fallout_navbox_footer {
    .va-navbox-image {
       padding: 2px;
       width: 8%;
      background: #565B45 url(http://images.wikia.com/fallout/images/d/d3/ConcreteBackground.jpg?1);
      color: #FFF;
      text-align: center;
    }
    }


    td.fallout_navbox_header {
    /* Lists in column rows */
       font-weight: bold;
    .va-navbox-formatlist ul,
    .va-navbox-formatlist li {
       list-style: none;
      line-height: 16px;
      margin: 0.6em 0;
      padding: 0;
    }
    }


    td.fallout_navbox_footer {
    .va-navbox-formatlist li li {
       font-size: 90%;
       font-size: 90%;
    }
    }


    td.fallout_navbox_subgroup, td.fallout_navbox_group {
    .va-navbox-formatlist li ul {
       padding: 2px;
       margin-top: -0.1em;
      text-align: center;
       margin-bottom: 0.5em;
      white-space: nowrap;
       border-right: 0;
      font-weight: bold;
    }
    }


    td.fallout_navbox_group {
    .va-navbox-formatlist li ul li {
       background: #BAC29B url(http://images.wikia.com/fallout/images/9/95/ConcreteBackgroundLight.jpg?1);
       margin: 0em;
    }
    }


    td.fallout_navbox_subgroup {
    /* Nested */
       background-color: #CDD2BA;
    .va-navbox .va-navbox-nested {
       font-size: 100%;
    }
    }


    td.fallout_navbox_groupcell, td.fallout_navbox_cell,
    .va-navbox-nested .va-navbox-title {
    td.fallout_navbox_column_left, td.fallout_navbox_column_middle,
       background: #C9D0AC;
    td.fallout_navbox_column_right {
       color: #000;
       padding: 2px;
      border: 1px solid #AAA;
       background-color: #DDD;
    }
    }


    td.fallout_navbox_groupcell {
    .va-navbox-nested .va-navbox-footer,
       text-align: left;
    .va-navbox-nested .va-navbox-group,
    .va-navbox-nested .va-navbox-header {
       background: #D6DBC1;
    }
    }


    td.fallout_navbox_cell, td.fallout_navbox_column_left,
    .va-navbox-nested .va-navbox-colgroup,  
    td.fallout_navbox_column_middle, td.fallout_navbox_column_right {
    .va-navbox-nested .va-navbox-subgroup {
       text-align: center;
       background: #DDE1CB;
    }
    }


    /* do not wrap links in content fields if nowraplinks is set */
    /* Links */
    table.fallout_navbox_nowraplinks td.fallout_navbox_cell a,
    .va-navbox-nowraplinks .va-navbox-cell a,
    table.fallout_navbox_nowraplinks td.fallout_navbox_groupcell a {
    .va-navbox-nowraplinks .va-navbox-column a {
       white-space: nowrap;
       white-space: nowrap;
    }
    }


    /* header bar needs brighter links */
    .va-navbox-maintitle a:link,
    th.fallout_navbox_box_title a:link,
    .va-navbox-maintitle a:visited {
    th.fallout_navbox_innertable_title a:link {  
       color: #AFA000 !important;
       color: #AFA000;
    }
    }
    th.fallout_navbox_box_title a:visited,
     
    th.fallout_navbox_innertable_title a:visited {
    .va-navbox-maintitle a:hover,
      color: #B6A700;
    .va-navbox-maintitle a:active {
    }
    th.fallout_navbox_box_title a:hover,
    th.fallout_navbox_innertable_title a:hover {  
       color: #FFF;
       color: #FFF;
    }
    }
    th.fallout_navbox_box_title a:active,
     
    th.fallout_navbox_innertable_title a:active {
    .va-navbox-maintitle a.new {
      color: #FFF;
    }
    th.fallout_navbox_box_title a.new,
    th.fallout_navbox_innertable_title a.new {
       color: #F11 !important;
       color: #F11 !important;
    }
    }


    /* headers and footer need brighter links */
    /* Printing */
    td.fallout_navbox_header a:link,
    td.fallout_navbox_footer a:link {
      color: #CFC000;
    }
    td.fallout_navbox_header a:visited ,
    td.fallout_navbox_footer a:visited {
      color: #B6A700;
    }
    td.fallout_navbox_header a:hover ,
    td.fallout_navbox_footer a:hover {
      color: #FFF;
    }
    td.fallout_navbox_header a:active ,
    td.fallout_navbox_footer a:active {
      color: #FFF;
    }
     
    @media print {
    @media print {
       table.fallout_navbox_box {
       .va-navbox, .va-navbox-border {
           display: none;
           display: none;
       }
       }
    }
    }


    /* ################################################## */
    /* ################################################## */
    Zeile 975: Zeile 1.030:


    /* Template:Copyrightbox */
    /* Template:Copyrightbox */
    table.copybox {
    .va-copybox {
       color: #000;
       color: #000;
       background-color: #F5F5DC;
       background-color: #E7EADA;
       clear: both;
       clear: both;
       padding: 0.3em 0.5em;
       padding: 3px 5px;
       margin: 0.5em 0;
       margin: 5px 0;
       border: 1px solid #A8ACA8;
       border: 1px solid #A8ACA8;
       font-size: 90%;  
       font-size: 11px;  
       line-height: normal;  
       line-height: 16px;  
       border-collapse: collapse;
       border-collapse: collapse;
      width: 100%;
    }
    }


    table.copybox th {
    .va-copybox th {
       width: 40px;
       width: 30px;
       text-align: center;
       text-align: center;
       vertical-align: middle;
       vertical-align: middle;
       padding: 0.2em 0 0.2em 0.5em;
       padding: 1px 0 1px 5px;
    }
    }


    table.copybox td {
    .va-copybox td {
       padding-left: 0.5em;
       padding-left: 5px;
       width: 100%;
    }
     
    .va-copybox + .va-copybox {
       margin-top: -3px;
    }
    }


    /* Template:Sourcebox */
    /* Template:Sourcebox */
    table.sourcebox {
    .va-sourcebox {
       margin: 0.25em auto 0.25em 0;
       margin: 0;
       border-collapse: collapse;
       border-collapse: collapse;
       line-height: normal;  
      font-size: 11px;
       line-height: 16px;  
    }
    }


    table.sourcebox th {
    .va-sourcebox th {
       vertical-align: middle;  
       vertical-align: middle;  
       text-align: center;  
       text-align: center;  
       padding: 0 0.5em;
       padding: 0 5px;
    }
    }


    table.sourcebox td {
    .va-sourcebox td {
      font-size: 85%;
       padding: 0;
       padding: 0;
    }
    }


    table.sourcebox td span {
    .va-sourcebox td span {
       border-top: 1px solid #000;  
       border-top: 1px solid #000;  
       border-bottom: 1px solid #000;  
       border-bottom: 1px solid #000;  
       display: block;
       display: block;
       padding: 0.25em 0.5em;
       padding: 2px 5px;
    }
       float: left;
     
    table.sourcebox a.new {
       color: #F11 !important;
    }
    }


    /* Printing */
    /* Printing */
    @media print {
    @media print {
       table.sourcebox, div.copybox {
       .va-copybox, .va-sourcebox {
           background:none;
           background: none;
           background-color: #FFF;  
           background-color: transparent;  
       }
       }
    }
    }


    /* ################################################## */
    /* ################################################## */
    Zeile 1.043: Zeile 1.098:


    /* Template:Directionbox */
    /* Template:Directionbox */
    table.dirbox {
    .va-dirbox {
       color: #000;
       color: #000;
       background-color: #F9F9F9;
       background-color: #F9F9F9;
       clear: both;
       clear: left;
       padding: 0.3em 0.5em;
       padding: 2px 5px;
       margin: 0.5em 0;
       margin: 5px 0;
       border: 1px solid #AAA;
       border: 1px solid #D9D9D9;
       font-size: 90%;  
       font-size: 11px;  
       line-height: normal;  
       line-height: 16px;  
       border-collapse: collapse;
       border-collapse: collapse;
    }
    }


    table.dirbox th {
    .va-dirbox + .va-dirbox {
      margin-top: -3px;
    }
     
    .va-dirbox th {
       width: 40px;
       width: 40px;
       text-align: center;
       text-align: center;
       vertical-align: middle;
       vertical-align: middle;
       padding: 0.2em 0 0.2em 0.5em;
       padding: 1px 0 1px 5px;
      line-height: 20px;
    }
    }


    table.dirbox td {
    .va-dirbox td {
       padding-left: 0.5em;
       padding: 1px 5px;
       width: 100%;
       width: 100%;
    }
    }


    /* Template:Mbox */
    /* Template:Mbox */
    table.mbox {
    .va-mbox {
       color: #000;
       color: #000;
       background-color: #DDD;  
       background-color: #DDD;  
       border: 1px solid #AAA;  
       border: 1px solid #AAA;  
       padding: 0;  
       padding: 0;  
       margin: 0 10% 1em;
       margin: 0 0 10px;
       font-size: 90%;
       font-size: 11px;
       line-height: normal;  
       line-height: 16px;  
       border-collapse: collapse;
       border-collapse: collapse;
    }
    }


    table.mbox + table.mbox {
    .va-mbox + .va-mbox {
       margin-top: -0.75em;
       margin-top: -8px;
    }
    }


    table.mbox th {
    .va-mbox th {
       width: 40px;
       width: 40px;
       text-align: center;
       text-align: center;
       vertical-align: middle;
       vertical-align: middle;
       padding: 0.2em 0 0.2em 0.5em;
       padding: 1px 0 1px 5px;
    }
    }


    table.mbox td {
    .va-mbox td {
       padding-left: 0.5em;
       padding-left: 5px;
       width: 100%;
       width: 100%;
    }
    }
    Zeile 1.097: Zeile 1.157:
    /* Printing */
    /* Printing */
    @media print {
    @media print {
       table.dirbox, table.mbox {
       .va-dirbox, .va-mbox {
           display:none;
           display:none;
       }
       }
    }
    }


    /* ################################################## */
    /* ### HATNOTES (Template:Hatnote)                ### */
    /* ################################################## */
    .va-hatnote {
      padding-left: 2em;
      font-style: italic;
      margin-bottom: 5px;
    }


    /* ################################################## */
    /* ################################################## */
    /* ### ITEM OVERVIEW TABLES                      ### */
    /* ### INTROS/NOTICES (Template:Intro)           ### */
    /* ### (Template:Locationtable (overview))       ### */
    /* ################################################## */
    /* ################################################## */


    table.loctable .loctable_link {
    .va-intro-box {
       width: 5em;
      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;
    }
    }


    table.loctable .loctable_marker {
    .va-intro td {
       width: 15em;
       padding-bottom: 2px;
    }
    }


    table.loctable .loctable_desc {
    .va-intro-header {
       min-width: 15em;
       font-size: 16px;
      font-weight: bold;
    }
    }


    .va-intro-bullets {
      font-size: 11px;
      line-height: 16px;
      vertical-align: top;
    }


    /* ################################################## */
    /* ################################################## */
    /* ### FORM IDS                                  ### */
    /* ### AUDIO SNIPPETS, QUOTES & TRANSCRIPTS      ### */
    /* ### (Template:DLC ID, Template:ID)             ### */
    /* ### (Template:Listen, Template:Newsquote,      ### */
    /* ### Template:Quotation, Template:Transcript)   ### */
    /* ################################################## */
    /* ################################################## */


    .formid {
    /* 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;
       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;
    }


    /* ################################################## */
    /* ################################################## */
    /* ### EXTENSIONS                                ### */
    /* ### STAT TABLES (Template:Stats creature)      ### */
    /* ################################################## */
    /* ################################################## */


    /* Cite extension */
    .va-stats-creature-name {
    ol.references {
      text-align: center;
       font-size: 85%;
    }
     
    .va-stats-creature-icontable {
       margin: 0 auto;
    }
    }


    /* Blog extension - portal and My Home fixes */
    .va-stats-creature-icontable td {
    .portal_body div.wk_blogs_panel,
    #myhome-sidebar div.wk_blogs_panel {
      font-size: 100%;
      width: auto;
      float: none;
      clear: none;
      margin: -5px 0 0;
       border: none;
       border: none;
      padding: 0;
      background: transparent;
    }
    }


    .portal_body div.wk_blogs_panel .wk_blogs_title,
    .va-stats-creature-icon {
    #myhome-sidebar div.wk_blogs_panel .wk_blogs_title {
      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 (Template:Proto, Template:(DLC) ID)    ### */
    /* ################################################## */
     
    .va-formid,
    .va-protoid {
      font-family: monospace;
    }
     
    /* ################################################## */
    /* ### ITEM EFFECTS (Template:Effect)            ### */
    /* ################################################## */
     
    .va-effect-negative,
    .va-effect-negative a {
      color: #820000 !important;
    }
     
    .va-effect-positive,
    .va-effect-positive a {
      color: #008200 !important;
    }
     
    /* ################################################## */
    /* ### TOCs (Template:TOC, Template:Document 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;
       display: none;
    }
    }


    .portal_body div.wk_blogs_panel .wk_blogs_summary,
    .skin-oasis .va-documenttoc th h2 {
    #myhome-sidebar div.wk_blogs_panel .wk_blogs_summary {
       font-size: 14px;
       font-size: 95%;
       font-weight: normal;
       line-height: 1.5em;
      border: 0;
      margin: 0;
    }
    }


    #myhome-sidebar div.wk_blogs_panel .wk_blogs_summary {
    /* ################################################## */
       padding-left: 5px;
    /* ### SHORTCUTS (Template:Shortcut)              ### */
    /* ################################################## */
     
    .va-shortcut {
      margin: 0 0 5px 5px;
       padding: 3px 5px;
      text-align: center;
      float: right;
      font-size: 10px;
      line-height: 15px;
    }
    }


    .portal_body div.wk_blogs_panel .wk_blogs_link,
    /* ################################################## */
    #myhome-sidebar div.wk_blogs_panel .wk_blogs_link {
    /* ### SPECIAL <pre> TAGS (Template:Pre fake)    ### */
       margin-top: 5px;
    /* ################################################## */
     
    .va-pre-fake {
      background-color: #F9F9F9;
      overflow: auto;
      font-family: monospace;
       white-space: pre;
    }
    }


    .portal_body div.wk_blogs_panel .wk_blogs_details,
    .skin-monobook .va-pre-fake {
    #myhome-sidebar div.wk_blogs_panel .wk_blogs_details {
      border: 1px dashed #AAA;
       font-size: 85%;
       line-height: 1.1em;
       padding-left: 5px;
       padding: 1em;
    }
    }


    .portal_body div.wk_blogs_panel .wk_blogs_comments,
    .skin-oasis .va-pre-fake {
    #myhome-sidebar div.wk_blogs_panel .wk_blogs_comments {
      border: 1px dashed #D9D9D9;
       font-size: 85%;
      line-height: 14px;
       padding: 12px;
    }
    }


    .portal_body div.wk_blogs_panel ul.list,
    /* ################################################## */
    #myhome-sidebar div.wk_blogs_panel ul.list {
    /* ### TEMPLATE DOCUMENTATION                    ### */
       margin-top: 0;
    /* ### (Template:Docparam/Template:Documentation) ### */
    /* ################################################## */
     
    /* Template:Docparam */
    .va-docparam {
      padding: 0 2px 0 20px;
      text-indent: -20px;
       margin-bottom: 3px;
      background: #F9F9F9;
      border: 1px dotted #D9D9D9;
      overflow: auto;
    }
    }


    .portal_body div.wk_blogs_panel ul.list li,
    .va-docparam-icon {
    #myhome-sidebar div.wk_blogs_panel ul.list li {
      margin: 0;
       padding: 0;
       padding: 0;
       line-height: 1.5em;
       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;
    }
    }


    .portal_body div.wk_blogs_panel ul.list li {
    /* Template:Documentation */
       border-bottom: 1px solid #FFF;
    .va-documentation,
    .va-documentation-bar-top,
    .va-documentation-bar-bottom {
       border-color: #AAA;
      border-style: solid;
      clear: both;
    }
    }


    .myhome-feed {
    .va-documentation {
       margin-right: 320px;
      border-width: 1px;
       margin: 10px 0;
    }
    }


    #myhome-sidebar {
    .va-documentation-bar-top,
       width: 300px;
    .va-documentation-bar-bottom {
       background: #D6DBC1;
      color: #000;
      padding: 5px;
      margin: 0;
    }
    }


    #myhome-feed-switch {
    .va-documentation-bar-top {
       right: 320px;
       border-width: 0 0 1px 0;
    }
    }


    #myhome-community-corner-edit {
    .va-documentation-bar-bottom {
      border-width: 1px 0 0 0;
       text-align: right;
       text-align: right;
    }
    }


    /* Blog extension - list fixes */
    .va-documentation-links {
    div.wk_blogs_panel ul.list ul li,
       float: right;
    #blog-comments-ul div.comment ul li {
       text-align: right;
       padding: 0;
    }
       border: 0;
     
      list-style-image: url(http://images.wikia.com/common/skins/monobook/bullet.gif);
    .va-documentation-content {
       list-style-type: square;
      padding: 10px;
      list-style-position: outside;
       margin: 0;
       margin-left: 1.5em;
    }
     
    .va-documentation-small {
       font-size: 10px;
    }
    }


    div.wk_blogs_panel ul.list ol li,
    /* ################################################## */
    #blog-comments-ul div.comment ol li {
    /* ### ARCHIVE TOOL                              ### */
      padding: 0;
    /* ################################################## */
      border: 0;
     
      list-style-image: none;
    .va-archiving .ajax {
      list-style-type: decimal;
    display: block;
      list-style-position: outside;
    margin: 25px auto;
      margin-left: 1.5em;
    }
    .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 (Template:Pagelist) */
    /* ################################################## */
    div.pagelist_cont a.CategoryTreeLabelPage,
    /* ### CATEGORYTREE EXTENSION                    ### */
    div.pagelist_cont_hidefirst a.CategoryTreeLabelPage {
    /* ################################################## */
     
    .va-pagelist a.CategoryTreeLabelPage,
    .va-pagelist-hidefirst a.CategoryTreeLabelPage {
       font-style: normal;
       font-style: normal;
    }
    }


    div.pagelist_cont div.CategoryTreeItem,
    .va-pagelist div.CategoryTreeItem,
    div.pagelist_cont_hidefirst div.CategoryTreeItem {
    .va-pagelist-hidefirst div.CategoryTreeItem {
       display: list-item;
       display: list-item;
       list-style-type: square;
       list-style-type: square;
       list-style-image: url(http://images.wikia.com/common/skins/monobook/bullet.gif);
       list-style-image: url(http://images.wikia.com/common/skins/monobook/bullet.gif);
       list-style-position: outside;
       list-style-position: outside;
       margin-left: 1.5em;
       margin-left: 15px;
    }
    }


    div.pagelist_cont_hidefirst div.CategoryTreeSection:first-child {
    .va-pagelist-hidefirst div.CategoryTreeSection:first-child {
       display: none;
       display: none;
    }
    /* Ausklappen per Mauklick (s.a. [[MediaWiki:Common.js]]  */
    .klapp {
          cursor: pointer;
    }
    span.klapp {
          text-decoration: none;
          color: #002bb8;
          background: none;
          }
    span.klapp:hover {
          text-decoration: underline;
          }
    /* Drag & Drop */
    .jstest{
          position:relative;
          cursor:move;
          z-index: 100;
          padding:20px 45px 20px 0px;
          border-width:1px;
          }
    /* </pre></nowiki> */
    .page-Mirelurk_Nukalurk h1.firstHeading, .page-Mirelurk_Nukalurk h1 .editsection {
    display: none;
    }
    }

    Version vom 15. Juni 2011, 10:41 Uhr

    /* ######################################################################## */
    /* ### CSS placed here will be applied to all skins on the entire site. ### */
    /* ### See also: [[MediaWiki:Monobook.css]] & [[MediaWiki:Wikia.css]]   ### */
    /* ######################################################################## */
    
    /* ################################################## */
    /* ### GENERAL FIXES                              ### */
    /* ################################################## */
    
    /* 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;
    }
    
    /* ################################################## */
    /* ### TABLES                                    #### */
    /* ################################################## */
    
    .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 #AAA;
       padding: 1px 2px;
    }
    
    .va-table tr {
       background: #E7EADA;
    }
    
    .va-table th {
       background: #C9D0AC;
       font-weight: bold;
    }
    
    .va-table td {
       background: transparent;
    }
    
    /* Adapting lists & paragraphs to altered line-height */
    .va-table ul, .va-table ol,
    .va-table p {
       line-height: 16px;
       margin-top: 0;
       margin-bottom: 0;
    }
    
    .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;
    }
    
    /* Tables with specific vertical alignment for cells */
    .va-table-top td {
       vertical-align: top;
    }
    
    .va-table-middle td {
       vertical-align: middle;
    }
    
    .va-table-bottom td {
       vertical-align: bottom;
    }
    
    /* Tables with specific horizontal alignment for cells */
    .va-table-center td {
       text-align: center ;
    }
    
    .va-table-left td {
       text-align: left;
    }
    
    .va-table-right td {
       text-align: right;
    }
    
    /* Tables which are full width in Oasis */
    .va-table-full {
       width: 660px;
    }
    
    /* Tables in which the first column starts with an icon */
    .va-table-icon tr td:first-child {
       padding-left: 18px;
       text-indent: -18px;
    }
    
    /* ################################################## */
    /* ### FORUMS                                     ### */
    /* ################################################## */
    
    /* 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/images/d/d1/WidgetBackground.jpg?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;
    }
    
    /* ################################################## */
    /* ### 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: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?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%;
       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 {
       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: 0;
       background: transparent;
       margin-top: -15px;
    }
    
    .skin-oasis .va-portal-body .WikiaBlogListingBox h3,
    .skin-oasis .va-portal-body .WikiaBlogListingBox .wikia-button,
    .skin-oasis .va-portal-body .more {
       display: none;
    }
    
    .skin-oasis .va-portal-body .WikiaBlogListingBox h1 {
       font-weight: bold;
       margin-left: 30px;
       margin-top: 2px;
    }
    
    .skin-oasis .va-portal-body .WikiaBlogListingBox details .avatar {
       margin-right: 3px;
       border: 1px solid #AAA;
    }
    
    .skin-oasis .va-portal-body .WikiaBlogListingBox ul {
       border: none;
       padding: 0;
    }
    
    .skin-oasis .va-portal-body .WikiaBlogListingBox ul ul {
       padding-left: 15px;
       margin: 5px 0 5px 15px;
    }
    
    .skin-oasis .va-portal-body .WikiaBlogListingBox ul .WikiaBlogListingPost {
       border-color: #AAA;
    }
    
    .skin-oasis .va-portal-body .WikiaBlogListingBox blockquote {
       margin: 0;
    }
    
    /* ################################################## */
    /* ### GENERIC BOX (various minor templates)      ### */
    /* ################################################## */
    
    .va-genericbox {
       background: #F9F9F9;
       border: 1px solid #D9D9D9;
    }
    
    /* ################################################## */
    /* ### TITLE ICONS (Template:Games)               ### */
    /* ################################################## */
    
    .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 .WikiaBlogListingHeader {
       margin-bottom: 30px;
    }
    
    .skin-oasis.mainpage .WikiaPageHeader {
       margin-bottom: 10px;
    }
    
    /* ################################################## */
    /* ### INFOBOXES (Template: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/images/d/d1/WidgetBackground.jpg?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 */
    /* Remember to update the column width calculations when changing widths */
    .va-navbox-title {
       background: #044D22 url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?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: 4em;
       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 (Template:Hatnote)                ### */
    /* ################################################## */
    
    .va-hatnote {
       padding-left: 2em;
       font-style: italic;
       margin-bottom: 5px;
    }
    
    /* ################################################## */
    /* ### INTROS/NOTICES (Template: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       ### */
    /* ### (Template:Listen, Template:Newsquote,      ### */
    /* ### Template:Quotation, Template: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 (Template:Stats creature)      ### */
    /* ################################################## */
    
    .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 (Template:Proto, Template:(DLC) ID)    ### */
    /* ################################################## */
    
    .va-formid,
    .va-protoid {
       font-family: monospace;
    }
    
    /* ################################################## */
    /* ### ITEM EFFECTS (Template:Effect)             ### */
    /* ################################################## */
    
    .va-effect-negative,
    .va-effect-negative a {
       color: #820000 !important;
    }
    
    .va-effect-positive,
    .va-effect-positive a {
       color: #008200 !important;
    }
    
    /* ################################################## */
    /* ### TOCs (Template:TOC, Template:Document 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 (Template: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 (Template: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                     ### */
    /* ### (Template:Docparam/Template:Documentation) ### */
    /* ################################################## */
    
    /* 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;
    }
    
    /* Template:Documentation */
    .va-documentation,
    .va-documentation-bar-top,
    .va-documentation-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;
    }