« MediaWiki:Mobile.css » : différence entre les versions

De Les Archives de Vault-Tec
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Ligne 1 941 : Ligne 1 941 :
}
}


.portal-game-content ul
.portal-game-content ul {
{
list-style: none;
list-style: none;
}
}


.portal-game-content li:first-child
.portal-game-content li:first-child {
{
display: flex;
display: flex;
align-items: center;
align-items: center;
Ligne 1 954 : Ligne 1 952 :
}
}


.portal-game-content li:first-child span:first-child
.portal-game-content li:first-child span:first-child {
{
display: inline-block;
display: inline-block;
width: 80px;
width: 80px;
Ligne 1 961 : Ligne 1 958 :
}
}


.portal-game-content li
.portal-game-content li {
{
display: inline-block;
display: inline-block;
margin: 0;
margin: 0;
}
}


.portal-game-content li:after
.portal-game-content li:after {
{
content: ",";
content: ",";
margin-right: 5px;
}
}



Version du 8 décembre 2019 à 18:18

/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */

/* ################################################## */
/* ### THÈME GÉNÉRAL                              ### */
/* ################################################## */

/* Arrière-plan et bordure */
#content {
   background: url(/skins/Vector/images/background/coolblack.png);
   border-top: 1px solid #51E527;
   border-bottom: 1px solid #51E527;
}

/* Couleur du texte */
body {
   color: #F5F7F2;
}

.animations #mw-mf-page-center {
    background-color: #191919;
}

/* Pied des articles */
#footer {
    background-color: #191919;
}

/* ################################################## */
/* ### LIENS                                      ### */
/* ################################################## */

a, a:visited {
   text-decoration: none;
   color: #51E527;
}

a.new, a.new:visited, a.new:hover {
   color: #EE474D;
}

/* ################################################## */
/* ### TABLE DES MATIÈRES                         ### */
/* ################################################## */

.client-js .toc-mobile {
    background-color: rgba(58,58,58,0.2);
    border: 1px solid #51E527;
}

/* ################################################## */
/* ### GALERIES (<gallery>...</gallery>          ### */
/* ################################################## */

li.gallerybox div.thumb {
    border: 1px solid #383838;
    background-color: rgba(58, 58, 58, 0.2);
}

/* ################################################## */
/* ### BACKGROUND PARTAGÉ                         ### */
/* ################################################## */
 
.va-forum-index th,
.va-forum-search th,
.va-infobox-title,
.va-navbox-title,
.va-portal-section-header {
   background: url(/skins/Vector/images/background/foggy.png) !important;
}

/* ################################################## */
/* ### BOITE GÉNÉRIQUE (modèles mineurs)          ### */
/* ################################################## */
 
.va-genericbox {
   background: #383838;
   border: 1px solid #AAA;
}

/* ################################################## */
/* ### PORTAILS                                   ### */
/* ################################################## */

#accueil_titre, .portaildroite {
    display: none;
}

.globegris {
    background-image: url(/skins/common/images/wiki.png);
}

.portailhaut {
    background-color: rgba(58, 58, 58, 0.2);
    background-repeat: no-repeat;
    width:100%;
    border:1px solid #383838;
    border-radius:10px;
    vertical-align: top;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.portailgauche {
    width:100%;
    border:0px solid #383838;
    vertical-align:top;
    background:rgba(58, 58, 58, 0.2);
    padding: 0px 10px 10px 0px;
    border-radius:10px;
}

.portaildroite {
    width:100%;
    border:1px solid #383838;
    background:rgba(58, 58, 58, 0.2);
    vertical-align:top;
    padding: 0px 10px 10px 0px;
    border-radius:10px;
}

.logoportailfo1 {
    background-image: url(http://www.fallout-wiki.com/images/6/69/Fo1_portail_armure.png);
    background-size: 392px;
    background-position: -85px -67px;
}

.logoportailfo2 {
    background-image: url(http://www.fallout-wiki.com/images/2/2b/Fo2_portail_armure.png);
    background-size: 231px auto;
    background-position:-2px -50px;
}

.logoportailfot {
    background-image: url(http://www.fallout-wiki.com/images/3/31/Fot_portail_armure-min.png);
    background-size: 224px;
    background-position:-9px -19px;
}

.logoportailfo3 {
    background-image: url(http://www.fallout-wiki.com/images/c/c7/Fo3_portail_armure.png);
    background-size: 304px auto;
    background-position:-72px -73px;
}

.logoportailfnv {
    background-image: url(http://www.fallout-wiki.com/images/2/28/Fnv_portail_ranger.png);
    background-size: 418px auto;
    background-position:-114px -42px;
}

.logoportailfos {
    background-image: url(http://www.fallout-wiki.com/images/d/d4/Fos_portail_vaultboy.png);
    background-size: 184px auto;
    background-position:11px -17px;
}

/* TOC */
.va-portal-toc {
   border-collapse: collapse;
   font-size: 95%;
   width: 100%;
}

/* ################################################## */
/* ### CITATIONS (Modèle:Citation)                ### */
/* ################################################## */

.va-citation {
   overflow: hidden;
   line-height: 18px;
   padding: 10px 25px;
}
 
.va-citation-body {
   display: block;
}
 
.va-citation-quote {
   display: block;
   position: relative;
   z-index: 1;
}

.va-citation-left,
.va-citation-right {
   border-bottom: 1px solid #AAA;
   border-top: 1px solid #AAA;
   width: 200px;
}
 
.va-citation-left {
   clear: left;
   float: left;
   margin: 10px 10px 10px 0;
}
 
.va-citation-right {
   clear: right;
   float: right;
   margin: 10px 0 10px 10px;
}
 
.va-citation-center {
   text-align: center;
}
 
.va-citation-center .va-citation-body {
   display: inline-block;
}
 
.va-citation-quot-l,
.va-citation-quot-r {
   position: absolute;
   color: rgba(255, 255, 255, 0.2);
   font: bold 55px/40px serif;
   height: 18px;
   width: 40px;
   z-index: -1;
}
  
.va-citation-quot-l {
   top: -2px;
   left: -16px;
   text-align: left;
}
 
.va-citation-quot-r {
   bottom: 2px;
   right: -16px;
   text-align: right;
}
 
.va-citation-text {
   display: block;
   margin-top: -0.4em;
   text-align: left;
   font-size: 14px;
   font-style: italic;
}
 
.va-citation-text ol,
.va-citation-text p,
.va-citation-text ul {
   margin-bottom: 0;
}

va-citation-source {
   font-size: 12px;
}

/* ################################################## */
/* ### TABLEAUX                                   ### */
/* ################################################## */
 
.va-table {
   background-color: #383838;
   border-collapse: collapse;
   empty-cells: show;
   font-size: 11px;
   line-height: 16px;
   margin-bottom: 5px;
   color: #D7D7D7;
   font-family: sans-serif;
}
 
.va-table > tr > td,
.va-table > * > tr > td,
.va-table > tr > th,
.va-table > * > tr > th {
   border: 1px solid #676767;
   padding: 1px 2px;
}

.va-table > tr > th,
.va-table > * > tr > th {
   background-color: #171717;
   font-weight: bold;
   color: #E1E4E1;
   text-align: center;
}
 
/* Table header links */
 
.va-table th a {
  color: #D7C57B;
}
 
.va-table th a:visited {
  color: #918347;
}
 
/* Collapse button */
.va-table .mw-collapsible-toggle a {
  color: #D7C57B;
}
 
/* Adapting lists & paragraphs */
.va-table ul,
.va-table ol,
.va-table p {
   line-height: 16px;
   margin-bottom: 0;
}
 
.va-table ul,
.va-table ol {
   margin-left: 20px;
   margin-top: 0;
}
 
.va-table p,
.va-table * + ul,
.va-table * + ol {
   margin-top: 3px;
}
 
.va-table ul li,
.va-table ol li {
   margin-bottom: 0;
}
 
/* Highlighted rows */
.va-table > tr.va-table-highlight,
.va-table > * > tr.va-table-highlight,
.va-table > tr.va-table-highlight > th,
.va-table > * > tr.va-table-highlight > th {
   background-color: #1B1B1B;
}
 
/* Tables with specific vertical alignment for cells */
.va-table-top > tr > td,
.va-table-top > * > tr > td {
   vertical-align: top;
}
 
.va-table-middle > tr > td,
.va-table-middle > * > tr > td {
   vertical-align: middle;
}
 
.va-table-bottom > tr > td,
.va-table-bottom > * > tr > td {
   vertical-align: bottom;
}
 
/* Tables with specific horizontal alignment for cells/columns */
.va-table-center > tr > td,
.va-table-center > * > tr > td,
.va-table-center-col1 > * > tr > td:first-child,
.va-table-center-col2 > * > tr > *:first-child + td,
.va-table-center-col3 > * > tr > *:first-child + * + td,
.va-table-center-col4 > * > tr > *:first-child + * + * + td,
.va-table-center-col5 > * > tr > *:first-child + * + * + * + td,
.va-table-center-col6 > * > tr > *:first-child + * + * + * + * + td,
.va-table-center-col7 > * > tr > *:first-child + * + * + * + * + * + td,
.va-table-center-col8 > * > tr > *:first-child + * + * + * + * + * + * + td,
.va-table-center-col9 > * > tr > *:first-child + * + * + * + * + * + * + * + td,
.va-table-center-col10 > * > tr > *:first-child + * + * + * + * + * + * + * + * + td,
.va-table-center-col11 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + td,
.va-table-center-col12 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + td,
.va-table-center-col13 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-center-col14 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-center-col15 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + td {
   text-align: center;
}
 
.va-table-left > tr > td,
.va-table-left > * > tr > td,
.va-table-left-col1 > * > tr > td:first-child,
.va-table-left-col2 > * > tr > *:first-child + td,
.va-table-left-col3 > * > tr > *:first-child + * + td,
.va-table-left-col4 > * > tr > *:first-child + * + * + td,
.va-table-left-col5 > * > tr > *:first-child + * + * + * + td,
.va-table-left-col6 > * > tr > *:first-child + * + * + * + * + td,
.va-table-left-col7 > * > tr > *:first-child + * + * + * + * + * + td,
.va-table-left-col8 > * > tr > *:first-child + * + * + * + * + * + * + td,
.va-table-left-col9 > * > tr > *:first-child + * + * + * + * + * + * + * + td,
.va-table-left-col10 > * > tr > *:first-child + * + * + * + * + * + * + * + * + td,
.va-table-left-col11 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + td,
.va-table-left-col12 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + td,
.va-table-left-col13 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-left-col14 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-left-col15 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + td {
   text-align: left;
}
 
.va-table-right > tr > td,
.va-table-right > * > tr > td,
.va-table-right-col1 > * > tr > td:first-child,
.va-table-right-col2 > * > tr > *:first-child + td,
.va-table-right-col3 > * > tr > *:first-child + * + td,
.va-table-right-col4 > * > tr > *:first-child + * + * + td,
.va-table-right-col5 > * > tr > *:first-child + * + * + * + td,
.va-table-right-col6 > * > tr > *:first-child + * + * + * + * + td,
.va-table-right-col7 > * > tr > *:first-child + * + * + * + * + * + td,
.va-table-right-col8 > * > tr > *:first-child + * + * + * + * + * + * + td,
.va-table-right-col9 > * > tr > *:first-child + * + * + * + * + * + * + * + td,
.va-table-right-col10 > * > tr > *:first-child + * + * + * + * + * + * + * + * + td,
.va-table-right-col11 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + td,
.va-table-right-col12 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + td,
.va-table-right-col13 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-right-col14 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + td,
.va-table-right-col15 > * > tr > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + td {
   text-align: right;
}
 
/* Tables which are full width */
.va-table-full {
   width: 960px;
}
 
/* Tables which leave enough space for an infobox on the right */
.va-table-full-infobox {
   width: 680px;
}
 
/* Tables which are floated */
.va-table-float-left {
   clear: left;
   float: left;
   margin: 0 10px 10px 0;
}
 
.va-table-float-right {
   clear: right;
   float: right;
   margin: 0 0 10px 10px;
}
 
/* Tables in which the first column starts with an icon */
.va-table-icon > tr > td:first-child,
.va-table-icon > * > tr > td:first-child {
   padding-left: 18px;
   text-indent: -18px;
}

/* ################################################## */
/* ### INFOBOXES (Template:Infobox)               ### */
/* ################################################## */
 
/* Outer table */
.va-infobox {
   border: 1px solid #383838;
   clear: right;
   float: right;
   font-size: 11px;
   line-height: 16px;
   margin: 0 0 5px 10px;
   font-family: sans-serif;
}
 
/* Inner tables */
.va-infobox-cont,
.va-infobox-group {
   margin: 0;
   width: 100%;
}
 
.va-infobox-mainimage-table {
   margin: 0 auto;
}
 
.va-infobox-mainimage-table + .va-infobox-mainimage-table {
   margin-top: 2px;
}
 
/* Cellspacing */
.va-infobox,
.va-infobox-cont,
.va-infobox-group,
.va-infobox-mainimage-table,
.va-infobox-spacing-h,
.va-infobox-spacing-v {
   margin: 0 !important;
   background: transparent;
}
 
.va-infobox-spacing-h {
   /* border-right: 1px solid #FFF; */
   width: 0%;
}
 
.va-infobox-spacing-v {
   font-size: 1px;
   height: 1px;
   line-height: 0;
}
 
.va-infobox-columns + .va-infobox-spacing {
   display: none !important;
}
 
/* Widths */
.va-infobox-columns-1 .va-infobox-col1 {
   width: 100%;
}
 
.va-infobox-columns-2 .va-infobox-col1,
.va-infobox-columns-3 .va-infobox-col1,
.va-infobox-columns-4 .va-infobox-col1 {
   width: 28%;
}
 
.va-infobox-columns-2 .va-infobox-col2 {
   width: 72%;
}
 
.va-infobox-columns-3 .va-infobox-col2,
.va-infobox-columns-3 .va-infobox-col3 {
   width: 36%;
}
 
.va-infobox-columns-4 .va-infobox-col2,
.va-infobox-columns-4 .va-infobox-col3,
.va-infobox-columns-4 .va-infobox-col4 {
   width: 24%;
}
 
/* Cell styles */
.va-infobox-content,
.va-infobox-footer,
.va-infobox-header,
.va-infobox-image,
.va-infobox-label,
.va-infobox-title {
   padding: 1px 2px;
}
 
.va-infobox-content,
.va-infobox-footer,
.va-infobox-image,
.va-infobox-mainimage {
   background: rgba(58,58,58,0.2);
   border-top: 1px solid #383838;
   border-bottom: 1px solid #383838;
}
 
.va-infobox-header,
.va-infobox-icon,
.va-infobox-label {
    background: #171717;
    color: #E1E4E1;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
}
 
.va-infobox-image,
.va-infobox-footer,
.va-infobox-header,
.va-infobox-icon,
.va-infobox-mainimage,
.va-infobox-mainimage-cont,
.va-infobox-mainimage-image {
   text-align: center;
   vertical-align: middle;
}
 
.va-infobox-content {
   text-align: left;
   vertical-align: top;
   color: #D7D7D7;
}
 
.va-infobox-label {
   cursor: default;
   text-align: right;
   vertical-align: top;
}
 
.va-infobox-icon-cont {
   margin: 0;
   padding: 0;
   position: relative;
}
 
.va-infobox-icon-table {
   margin: 0 auto;
}
 
.va-infobox-mainimage-cont + .va-infobox-icon-table {
   position: absolute;
   right: 3px;
   top: 1px;
}
 
/* FIXME: Find better method to prevent column width oddities in IE8/Webkit */
.va-infobox-image {
   max-width: 0;
}
 
.va-infobox-image-cont {
   margin-right: -100%;
   text-align: center;
   width: 100%;
}
 
.va-infobox-image-desc {
   font-size: 10px;
   line-height: 15px;
   padding: 1px 1px 0;
   color: #D7D7D7;
}
 
.va-infobox-image-upload {
   padding: 15px 3px;
}
 
.va-infobox-mainimage {
   padding: 2px 0;
}
 
.va-infobox-mainimage-cont {
   margin: 0;
   width: 100%;
}
 
.va-infobox-mainimage-image {
   background: transparent;
   padding: 0 1px;
}
 
.va-infobox-mainimage-minheight {
   width: 0%;
}
 
.va-infobox-mainimage-minheight div {
   height: 120px;
   margin: 0;
   padding: 0;
   width: 1px;
}
 
.va-infobox-title {
   /* Shared background; see top of page */
   color: #FFF;
   text-align: center;
   vertical-align: middle;
   width: 100%;
}
 
.va-infobox-title-main {
   font-size: 15px;
   font-weight: bold;
   line-height: 20px;
}
 
.va-infobox-title-sub {
   font-size: 12px;
   line-height: 15px;
}
 
.va-infobox-title-super {
   font-size: 10px;
   line-height: 12px;
}
 
.va-infobox-tooltip {
   border-color: #AAA transparent transparent #AAA;
   border-style: solid;
   border-width: 3px;
   float: left;
   height: 0;
   left: -2px;
   margin-bottom: -100%;
   margin-right: -100%;
   position: absolute;
   top: -1px;
   width: 0;
}
 
.va-infobox-tooltip-cell {
   cursor: help;
}
 
.va-infobox-tooltip-cont {
   height: 0;
   position: relative;
   width: 0;
}
 
/* Collapse buttons */
.va-infobox-group-collapsible .va-infobox-header {
   padding-left: 40px;
   padding-right: 40px;
}
 
.va-infobox-header .mw-collapsible-toggle {
   left: 40px;
   margin-left: -100%;
   position: relative;
}
 
.va-infobox-header .mw-collapsible-toggle a {
   color: #D7C57B;
}
 
/* Links */
.va-infobox-title a:link,
.va-infobox-title a:visited { 
   color: #D7C57B !important;
}
.va-infobox-title a:hover,
.va-infobox-title a:active { 
   color: #D7C57B !important;
}
.va-infobox-title a.new {
   color: #F11 !important;
}
 
.va-infobox-label a {
  color: #D7C57B;
}
 
.va-infobox-label a:visited {
  color: #918347;
}
 
/* Adapting lists & paragraphs */
.va-infobox ul,
.va-infobox ol,
.va-infobox p {
   line-height: 16px;
   margin-bottom: 0;
}
 
.va-infobox ul,
.va-infobox ol {
   margin-left: 20px;
   margin-top: 0;
}
 
.va-infobox p,
.va-infobox * + ul,
.va-infobox * + ol {
   margin-top: 3px;
}
 
.va-infobox ul li,
.va-infobox ol li {
   margin-bottom: 0;
}
 
/* Auxiliary template: Template:Infobox/divider */
.va-infobox-divider-float {
   border-color: #AAA;
   border-style: solid;
   border-width: 0 0 1px 1px;
   clear: right;
   float: right;
   margin: -1px 0 0 2px;
   min-width: 18px;
   padding: 0 0 0 2px;
   text-align: center;
}
 
.va-infobox-divider-vert {
   width: 100%;
}
 
.va-infobox-divider-left,
.va-infobox-divider-right {
   vertical-align: top;
   width: 50%;
}
 
.va-infobox-divider-left {
   border-right: 1px solid #AAA;
   padding: 0 2px 0 0;
}
 
.va-infobox-divider-right {
   padding: 0 0 0 2px;
}
 
.va-infobox-divider-section-start,
.va-infobox-divider-section-end {
   display: none;
}
 
.va-infobox-divider-section-end + .va-infobox-divider-section-start {
   border-top: 1px solid #AAA;
   clear: both;
   display: block;
   margin: 1px 0;
}

/* ################################################## */
/* ### NAVBOXES (Template:Navbox)                 ### */
/* ################################################## */
 
/* Outer table - border */
.va-navbox-border {
    border-top: 1px solid #51E527;
    border-bottom: 1px solid #51E527;
}
 
.va-navbox-bottom + .va-navbox-bottom {
   margin-top: 2px;
}
 
/* Outer table - widths, floats */
.va-navbox {
   font-size: 11px; 
   line-height: 16px;
   width: 100%;
}
 
.va-navbox-bottom {
   clear: both; 
   margin: 5px auto 0;
   width: 100%;
}
 
.va-navbox-left {
   clear: left;
   float: left;
   margin: 0 1.5em 0.5em 0;
   width: 240px;
}
 
.va-navbox-right {
   clear: right;
   float: right;
   margin: 0 0 0.5em 1.5em;
   width: 240px;
}
 
/* Inner tables */
.va-navbox-brick {
   margin: 0;
   width: 100%;
}
 
/* Cellspacing */
.va-navbox,
.va-navbox-border,
.va-navbox-brickcont,
.va-navbox-padding,
.va-navbox-spacing-h,
.va-navbox-spacing-v {
   background: transparent;
   font-family: sans-serif;
   color: #D7D7D7;
}
 
.va-navbox-padding {
   padding: 1px;
}
 
.va-navbox-spacing-h {
   width: 1px;
}
 
.va-navbox-columncont .va-navbox-spacing-h {
   border-right: 1px solid #FFF;
   width: 0%;
}
 
.va-navbox-spacing-v {
   font-size: 1pt;
   height: 1px;
   line-height: 0em;
}
 
/* Cell styles and widths */
/* Remember to update the column width calculations when changing widths */
.va-navbox-title {
   /* Shared background; see top of page */
   border: 0px solid #000;
   color: #FFFFFF;
   font-weight: normal;
   padding: 1px 2px;
}
 
.va-navbox-headertext,
.va-navbox-titletext {
   font-weight: bold;
   padding-left: 40px;
   padding-right: 40px;
   text-align: center;
}
 
.va-navbox-maintitle .va-navbox-titletext {
   font-size: 118%;
   text-align: center;
}
 
/* v/d/e and collapse button */
.va-navbox-editlink {
   float: left;
   margin-right: -100%;
   text-align: left;
}
 
.va-navbox .mw-collapsible-toggle {
   margin-left: -100%;
}
 
.va-navbox-cell  {
  padding: 1px 2px;
  background: #383020;
}
 
.va-navbox-colgroup,
.va-navbox-column,
.va-navbox-footer,
.va-navbox-group,
.va-navbox-header,
.va-navbox-image,
.va-navbox-subgroup {
   padding: 1px 2px;
  background: #383020;
  COLOR: #E1E4E1;  
}
 
.va-navbox-colgroup,
.va-navbox-group,
.va-navbox-subgroup {
   font-weight: bold;
}
 
.va-navbox-group,
.va-navbox-subgroup {
   text-align: center;
   width: 15%;
}
 
.va-navbox-footer,
.va-navbox-group,
.va-navbox-header {
    background: #171717;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}
 
.va-navbox-colgroup,
.va-navbox-subgroup {
   background: #2A2A2A;
   border-top: 1px solid #AAA;
   border-bottom: 1px solid #AAA;
}
 
.va-navbox-cell,
.va-navbox-column,
.va-navbox-image {
   background: #383838;
   border-top: 1px solid #AAA;
   border-bottom: 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;
   color: #252525
}
 
.va-navbox-image {
   width: 8%;
}
 
/* Navbox link colors (groups) */
 
.va-navbox-group a, .va-navbox-footer a {
  color: #D7C57B;
}
 
.va-navbox-group a:visited, .va-navbox-footer a:visited {
  color: #918347;
}
 
/* Lists in column rows */
.va-navbox-formatlist ul,
.va-navbox-formatlist li {
   list-style-image: none;
   list-style-type: none;
   line-height: 16px;
   margin: 0.6em 0;
   padding: 0;
}
 
.va-navbox-formatlist li li {
   font-size: 90%;
}
 
.va-navbox-formatlist li ul {
   margin-bottom: 0.5em;
   margin-top: -0.1em;
}
 
.va-navbox-formatlist li ul li {
   margin: 0em;
}
 
/* Nested */
.va-navbox .va-navbox-nested {
   font-size: 100%;
}
 
.va-navbox-nested .va-navbox-title {
   background: #383020;
   border: 1px solid #AAA;
   color: #000;
}
 
.va-navbox-nested .va-navbox-footer, 
.va-navbox-nested .va-navbox-group,
.va-navbox-nested .va-navbox-header {
   background: #917D55;
}
 
.va-navbox-nested .va-navbox-colgroup, 
.va-navbox-nested .va-navbox-subgroup {
   background: #DDE1CB;
}
 
/* Links */
.va-navbox-editlink .va-navbar-item {
   color: #FFF !important;
}
 
.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;
}
 
.va-navbox-maintitle .mw-collapsible-toggle a {
   color: #FFF !important;
}
 
/* Printing */
@media print {
   .va-navbox,
   .va-navbox-border {
      display: none;
   }
}

/* ################################################## */
/* ### ICONS (Template:Icon)                      ### */
/* ################################################## */
 
.va-icon-sortkey {
   display: none;
}
 
/* High-use icons */
.va-icon-highuse,
.va-icon-highuse a {
   display: inline-block;
}
 
.va-icon-highuse {
   background-position: center;
   background-repeat: no-repeat;
   vertical-align: middle;
}
 
.va-icon-big .va-icon-highuse,
.va-icon-big .va-icon-highuse a {
   height: 20px;
   width: 20px;
}
 
.va-icon-normal .va-icon-highuse,
.va-icon-normal .va-icon-highuse a {
   height: 14px;
   width: 14px;
}
 
.va-icon-big .va-icon-highuse-check {
   background-image: url(http://hydra-images.cursecdn.com/fallout.gamepedia.com/thumb/0/0f/Icon_check.png/20px-Icon_check.png);
}
.va-icon-normal .va-icon-highuse-check {
   background-image: url(http://hydra-images.cursecdn.com/fallout.gamepedia.com/thumb/0/0f/Icon_check.png/14px-Icon_check.png);
}
 
.va-icon-big .va-icon-highuse-checkbrown {
   background-image: url(http://hydra-images.cursecdn.com/fallout.gamepedia.com/thumb/c/c3/Icon_check_temp.png/20px-Icon_check_temp.png);
}
.va-icon-normal .va-icon-highuse-checkbrown {
   background-image: url(http://hydra-images.cursecdn.com/fallout.gamepedia.com/thumb/c/c3/Icon_check_temp.png/14px-Icon_check_temp.png);
}
 
.va-icon-big .va-icon-highuse-cross {
   background-image: url(http://hydra-images.cursecdn.com/fallout.gamepedia.com/thumb/e/e4/Icon_cross.png/20px-Icon_cross.png);
}
.va-icon-normal .va-icon-highuse-cross {
   background-image: url(http://hydra-images.cursecdn.com/fallout.gamepedia.com/thumb/e/e4/Icon_cross.png/14px-Icon_cross.png);
}

/* ################################################## */
/* ### TABLEAUX STATS (Modèle:Stats créature)     ### */
/* ################################################## */
 
.va-stats-creature-name {
   text-align: center;
}
 
.va-stats-creature-icontable {
   margin: 0 auto;
}
 
.va-stats-creature-icontable td {
   border: none;
   vertical-align: top;
}
 
.va-stats-creature-icon {
   font-weight: bold;
   left: 0;
   position: absolute;
   text-align: center;
   top: 0;
   width: 20px;
}
 
.va-stats-creature-item {
   min-width: 10px;
   padding: 0 2px 0 22px;
   position: relative;
}
 
.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%;
}

/* ################################################## */
/* ### BOITE COPYRIGHT (Modèle:Copyrightbox)      ### */
/* ################################################## */
 
.va-copybox {
   background-color: #868686;
   border: 1px solid #A8ACA8;
   border-collapse: collapse;
   clear: both;
   color: #000;
   font-size: 11px; 
   line-height: 16px; 
   margin: 10px 0;
   padding: 3px 5px;
   width: 100%;
   font-family: sans-serif;
}
 
.va-copybox th {
   padding: 1px 0 1px 5px;
   text-align: center;
   vertical-align: middle;
   width: 30px;
}
 
.va-copybox td {
   padding-left: 5px;
}
 
.va-copybox + .va-copybox {
   margin-top: -8px;
}
 
/* Printing */
@media print {
   .va-copybox {
       background-color: transparent; 
   }
}

/* ################################################## */
/* ### BOITES GESTION (Modèle:Directionbox)       ### */
/* ################################################## */
 
.va-dirbox {
    background-color: #171717;
    border: 1px solid #51E527;
    border-collapse: collapse;
    clear: left;
    color: #F5F7F2;
    font-size: 11px;
    line-height: 16px;
    margin: 5px 0;
    padding: 2px 5px;
    font-family: sans-serif;
}
 
.va-dirbox + .va-dirbox {
   margin-top: -3px;
}
 
.va-dirbox th {
   line-height: 20px;
   padding: 1px 0 1px 5px;
   text-align: center;
   vertical-align: middle;
   width: 40px;
}
 
.va-dirbox th div {
   margin: 0;
   padding: 0;
   text-align: center;
   width: 25px;
}
 
.va-dirbox td {
   padding: 1px 5px;
   width: 100%;
}
 
/* Printing */
@media print {
   .va-dirbox {
       display: none;
   }
}

/* ################################################## */
/* ### MODÈLE DE DOCUMENTATION                    ### */
/* ### (Modèle:Docparam/Template:Documentation)   ### */
/* ################################################## */
 
/* Template:Docparam */
.va-docparam {
   background: #678E6C;
   border: 1px dotted #D9D9D9;
   margin-bottom: 3px;
   overflow: auto;
   padding: 0 2px 0 20px;
   text-indent: -20px;
}
 
.va-docparam-icon {
   float: left;
   margin: 0;
   padding: 0;
   width: 20px;
}
 
.va-docparam-default {
   float: right;
   font-size: 10px;
}
 
.va-docparam-params {
   font-family: monospace;
   color: black;
}
 
.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;
   background: rgba(188,226,199,0.5);
   color: black;
}
 
.va-documentation-bar-top,
.va-documentation-bar-bottom {
   background: rgb(0, 121, 0) none repeat scroll 0% 0%;
   color: #000;
   margin: 0;
   padding: 5px;
}
 
.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 {
   margin: 0;
   padding: 10px;
}
 
.va-documentation-small {
   font-size: 10px;
}

/* ################################################## */
/* ### BOITES DE SOURCE (Modèle:Sourcebox)        ### */
/* ################################################## */

.va-sourcebox {
   margin: 0;
   border-collapse: collapse;
   font-size: 11px; 
   line-height: 16px;
   font-family: sans-serif;
}
 
.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 #FFF; 
   border-bottom: 1px solid #FFF; 
   display: block;
   padding: 2px 5px;
   float: left;
}

/* ################################################## */
/* ### BOITES D'INFORMATION (Modèle:Mbox)         ### */
/* ################################################## */
 
/* Main style */
.va-mbox {
   background-color: #868686; 
   border: 1px solid #AAA; 
   border-collapse: collapse;
   color: #000;
   font-size: 11px;
   line-height: 16px; 
   margin: 10px 0;
   padding: 0;
   font-family: sans-serif;
}
 
.va-mbox + .va-mbox {
   margin-top: -8px;
}
 
.va-mbox-body {
   padding: 1px 9px 1px 0px;
   width: 100%;
}
 
.va-mbox-footer {
   font-size: 90%;
}
 
.va-mbox-header {
   font-weight: bold;
}
 
.va-mbox-image {
   padding: 1px 5px;
   text-align: center;
   vertical-align: middle;
}
 
.va-mbox-noborder .va-mbox-image {
   padding-left: 9px;
   padding-right: 9px;
}
 
.va-mbox-noimage .va-mbox-image,
.va-mbox-noborder.va-mbox-noimage .va-mbox-image {
   padding: 0;
}
 
.va-mbox-image div {
   margin: 0 auto;
}
 
.va-mbox-noimage .va-mbox-image div {
   width: 9px;
}
 
/* Template:Mbox management */
.va-mbox.va-mbox-management {
   background-color: #868686;
}
 
/* Template:Mbox mediawiki */
.mw-warning-with-logexcerpt .va-mbox.va-mbox-mediawiki {
   border-left: none !important;
   border-right: none !important;
   border-top: none !important;
   margin: 0;
}
 
/* Template:Mbox project */
.va-mbox.va-mbox-project {
   background-color: #ECECD4;
}
 
/* Template:Mbox talk */
.va-mbox.va-mbox-talk {
   background-color: #F2E3CF;
   box-shadow: 2px 2px 2px #AAA;
   -moz-box-shadow: 2px 2px 2px #AAA;
   -webkit-box-shadow: 2px 2px 2px #AAA;
   font-size: 1em;
   line-height: 1.5em;
   margin-left: 5%;
   margin-right: 5%;
}
 
.va-mbox.va-mbox-talk .va-mbox-body,
.va-mbox.va-mbox-talk .va-mbox-image {
   padding-bottom: 5px;
   padding-top: 5px;
}
 
.va-mbox.va-mbox-talk .va-mbox-footer {
   font-size: 85%;
}
 
/* Printing */
@media print {
   .va-mbox {
       display: none;
   }
}

/* #################################################### */
/* ### GALERIES DE VIDÉO (Modèle:Galerie de vidéos) ### */
/* #################################################### */
 
.va-videogallery {
   list-style-image: none !important;
   list-style-position: outside !important;
   list-style-type: none !important;
   margin: 2px !important;
   padding: 2px !important;
}
 
.va-videogallery-desc {
   clear: left;
}
 
.va-videogallery-item {
   display: inline-block;
   vertical-align: top;
}
 
.va-videogallery-item .thumb {
   margin: 2px;
}
 
.va-videogallery-item .thumbcaption {
   display: none;
}

/* ################################################## */
/* ### LIENS "EN SAVOIR PLUS" (Template:Plus)     ### */
/* ################################################## */
 
.va-more {
   margin-top: 0.5em;
}
 
.va-more-link {
   font-size: 10px;
   line-height: 15px;
}
 
/**
 * Styling for links generated by [[MediaWiki:Edittools]]
 * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2012-02-29
 */

.client-js .mw-edittools-section {
	display: inline;
}

/* ################################################## */
/* ### AUDIO SNIPPETS, QUOTES & TRANSCRIPTS       ### */
/* ### (Template:Listen, Template:Inlinequote,    ### */
/* ### Template:Newsquote, Template:Quotation,    ### */
/* ### Modèle:Transcription)                      ### */
/* ################################################## */
 
/* Container */
.va-listen,
.va-newsquote,
.va-quotation,
.va-transcript {
   line-height: 18px;
   padding: 10px 25px;
}
 
.va-quotation {
   overflow: hidden;
}
 
.va-quotation-body {
   display: block;
}
 
.va-quotation-quote {
   display: block;
   position: relative;
}
 
.va-listen-left,
.va-listen-right,
.va-quotation-left,
.va-quotation-right {
   border-bottom: 1px solid #AAA;
   border-top: 1px solid #AAA;
   width: 200px;
}
 
.va-listen-left,
.va-quotation-left {
   clear: left;
   float: left;
   margin: 10px 10px 10px 0;
}
 
.va-listen-right,
.va-quotation-right {
   clear: right;
   float: right;
   margin: 10px 0 10px 10px;
}
 
.va-quotation-center {
   text-align: center;
}
 
.va-quotation-center .va-quotation-body {
   display: inline-block;
}
 
/* Quotation marks/icons */
.va-listen-icon,
.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-quotation-quot-l,
.va-quotation-quot-r,
.va-transcript-icon {
   width: 40px;
   /*z-index: -1;*/
}
 
.va-listen-icon,
.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-transcript-icon {
   position: relative;
}
 
.va-quotation-quot-l,
.va-quotation-quot-r {
   position: absolute;
}
 
.va-listen-icon,
.va-transcript-icon {
   float: left;
   left: -25px;
   margin-right: -40px;
   top: -5px;
}
 
.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-quotation-quot-l,
.va-quotation-quot-r {
   color: #E0E0E0;
   font: bold 55px/40px serif;
   height: 18px;
}
 
.va-newsquote-quot-l,
.va-quotation-quot-l {
   left: -15px;
   text-align: left;
}
 
.va-newsquote-quot-r,
.va-quotation-quot-r {
   right: -15px;
   text-align: right;
}
 
.va-newsquote-quot-l {
   float: left;
   margin-right: -40px;
}
 
.va-newsquote-quot-r {
   float: right;
   margin-left: -40px;
}
 
.va-quotation-quot-l {
   top: -2px;
}
 
.va-quotation-quot-r {
   bottom: 2px;
}
 
/* Quoted text/audio file desc */
.va-listen-item,
.va-listen-item .ogg-player-options,
.va-newsquote-text,
.va-quotation-text {
   font-size: 12px;
}
 
.va-inlinequote-text,
.va-listen-text,
.va-newsquote-text,
.va-quotation-text {
   font-style: italic;
}
 
.va-transcript-text {
   font-family: monospace;
   font-size: 14px;
}
 
.va-quotation-text {
   display: block;
   margin-top: -0.4em;
   text-align: left;
}
 
.va-quotation-text ol,
.va-quotation-text p,
.va-quotation-text ul {
   margin-bottom: 0;
}
 
/* Source */
.va-newsquote-source,
.va-quotation-source {
   padding: 5px 0 0;
   text-align: right;
}
 
.va-quotation-source {
   display: block;
   font-size: 10px;
   line-height: 15px;
}
 
/* "Incomplete quote" dots */
.va-newsquote-dots {
   font-style: normal;
   padding: 3px 0;
}
 
/* Audio file list */
.va-listen-item {
   margin: 0 auto;
   width: 180px;
}
 
.va-listen-item audio {
   margin-bottom: 5px;
   width: 100%;
}
 
.va-listen-item div {
   margin-bottom: 2px;
}
 
.va-listen-item + .va-listen-item {
   border-top: 1px solid #D9D9D9;
   margin-top: 5px;
}

.np-quote-snd-trigger {
  display: inline-block;
  position: relative;
  top:auto;
  left:auto;
  padding: 0px 2px;
}
 
.np-quote-snd-trigger:hover .np-quote-snd-player {
display:block;
}
 
.np-quote-snd-player {
  display:none;
  position:absolute;
  top:-55px;
  left:100%;
  z-index:100 !important;
  width: 300px;
  overflow-x: hidden;
  margin:0px;
  padding:5px 10px 10px 10px;
  border:1px solid #CCCCCC;
  border-radius:5px;
  box-shadow:#AAAAAA 2px 2px 5px 0px;
  background-color:White;
  color: Black;
  text-align: left;
  font: normal normal normal 13px/normal Helvetica,Arial,sans-serif;
}
 
.np-quote-snd-player-img {
  float:left;
  width:50px;
}
 
.np-quote-snd-player-title {
  width:250px;
  height:50px;
  display:table-cell;
  vertical-align:middle;
}
 
.np-quote-snd-player-title span {
  font-size: 18px;
}

/* ######################################################## */
/* ### LISTES (Modèle:Liste horizontale)                ### */
/* ######################################################## */

/* Classe pour les listes horizontales séparées par des puces.
   Adaptation de la classe 'hlist' de en:User:Edokter.
   (cf. [[mw:Snippets/Horizontal lists]]). */
.liste-horizontale ul,
.liste-horizontale li {
	margin-left: 0;
	display: inline;
	white-space: nowrap;
	*white-space: normal; /* be kind ie7 */
}
.liste-horizontale ul:after { /* be kind firefox (38) : cas ou le dernier élément est une sous-liste avec un seul élément */
	white-space: normal;
}
.liste-horizontale li:after {
	content: " "; /* au cas ou Mediawiki supprime les retours ligne */
}
.liste-horizontale li + li:before {
	white-space: normal;
	content: "· ";
	font-weight: bold;
}
.liste-horizontale li li:first-child:before {
	white-space: normal;
	content: " (";
}
.liste-horizontale li ul:after {
	content: ")";
	margin-left: -0.28em;
}

/* ######################################################### */
/* ### LISTE DE COMPÉTENCES (Modèle:Compétences)         ### */
/* ######################################################### */

.va-competence-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.va-competence-list span:first-child
{
  display: inline-block;
  width: 150px;
}

/* ######################################################### */
/* ### PORTAIL									         ### */
/* ######################################################### */

.portal-color {
	background-color: rgba(58,58,58,0.2);
	border: 1px solid #383838;	
	border-radius: 10px;
}

.portal-home-header {
	margin-top: 5px;
	text-align: center;
	padding: 6px;
}

.portal-home-bckg {
	background-image: url(http://www.fallout-wiki.com/skins/common/images/wiki.png);
	background-repeat: no-repeat;
	background-position: 50% 5px;
	background-size: 145px;
}

.portal-home-header span {
    display: block;
}

.portal-wikistats, .portal-frame-title .indicator {
	display: none;
}

.portal-home-title {
	color: #51E527;
	font-size: 150%;
	margin-top: 85px;
}

.portal-fogen-links {
    border-top: 2px solid #383838;
    font-size: 12px;
}

.liste-portails ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.liste-portails li span {
    display: block;
}

.portal-thematic {
    color: #51E527;
}

.portal-thematic dl {
    margin: 0 auto;
    width: 295px;
}

.portal-thematic dd, .portal-thematic dt {
    height: 40px;
}

.portal-thematic dl span:first-child {
    width: 80px;
    text-align: center;
}

.portal-thematic dl span {
    display: inline-block;
}

.portal-thematic dd span:last-child, .portal-thematic dt span:last-child {
    text-align: left;
    width: 215px;
}

.portal-thematic dt span:last-child {
    border-bottom: 1px solid #383838;
}

.portal-body-left, .portal-body-right {
    padding-top: 5px;
    margin-top: 5px;
}

.portal-frame-title {
    display: table;
    margin: 0 auto;
    border: 1px solid #383838;
    padding: 5px 5px 5px 5px;
    background-color: #191919;
    border-radius: 10px;
}

.portal-frame-title img, .portal-frame-title h2 {
    display: table-cell !important;
    vertical-align: middle;
    padding: 0 0 0 9px;
}

.portal-frame-title h2 {
    border: 0 !important;
    width: 250px !important;
}

.portal-frame-content {
    padding: 15px;
}

.portal-game-content ul {
	list-style: none;
}

.portal-game-content li:first-child {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #383838;
	height: 45px;
}

.portal-game-content li:first-child span:first-child {
	display: inline-block;
	width: 80px;
	text-align: center;
}

.portal-game-content li {
	display: inline-block;
	margin: 0;
}

.portal-game-content li:after {
	content: ",";
	margin-right: 5px;
}

.portal-game-content li:first-child:after, .portal-game-content li:last-child:after
{
	content: "";
}