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

De Wiki The-West FR
Aller à la navigation
Aucun résumé des modifications
Aucun résumé des modifications
Balise : Révocation manuelle
(25 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
/* CSS placed here will be applied to all skins */
/*  
https://wiki.the-west.fr/wiki/MediaWiki:Common.css
 
CSS placed here will be applied to all skins - version provided by admin 2023/08/11 + changes :


change #1 : separate navigation menu from page body
change #2 : Remove the title (Wiki The-West FR) of the page - removed
change #3 : add missing bit to class "survol", forcing position and display
change #4 : remove navbar z-index so that it is no more displayed above pop-ups
change #5 : remove duplicate definition of div#dock , #siteNotice , #right_menu , .innogames-headline , #localNotice,
.innogame and .socialBar
add display:none to #siteNotice
change #6 : make Menu Top sticky, glue to header's bottom and realigned left (div#module-site-navigation),
remove definition for #navigationDummy
change #7 : remove display of div module-site-tools : functions available from Wiki's menu options
make #mirage-top-header justify-content: space-between;
and div#module-site-tools float right
change #8 : correct "Encart Quête Dispo" alignment by truncating the title when needed
*/


/* HEADER AND TOP NAVIGATION */
/* HEADER AND TOP NAVIGATION */
Ligne 11 : Ligne 28 :
         background-image: url("/skins/MirageWest/images/page-bgtile.png");
         background-image: url("/skins/MirageWest/images/page-bgtile.png");
     }
     }
/* change #7 */
div#mirage-top-header {
display: flex;
justify-content: space-between;
}


     /* Respect width of logo */
     /* Respect width of logo */
Ligne 19 : Ligne 42 :
     .mw-wordmark-container span.mw-logo-wordmark {
     .mw-wordmark-container span.mw-logo-wordmark {
         color: #3d2718;
         color: #3d2718;
    }
    /*change #2 : Remove the title of the page. */
    .mw-wordmark-container span.mw-logo-wordmark {
      display: none;
     }
     }


Ligne 27 : Ligne 54 :
     }
     }


    .skin-mirage-dropdown-list a {
  .skin-mirage-dropdown-list a {
         font-weight: normal;
         font-weight: normal;
     }
     }
Ligne 33 : Ligne 60 :
     div#right-navigation {
     div#right-navigation {
         background-color: transparent;
         background-color: transparent;
    }
  }


     li.mw-list-item,
     li.mw-list-item,
Ligne 39 : Ligne 66 :
         background: #c9b997;
         background: #c9b997;
     }
     }
/*change #7 : remove display of div module-site-tools */
div#module-site-tools {
float: right;
display: none;
}


     div#module-site-tools li.mw-list-item,
     div#module-site-tools li.mw-list-item,
Ligne 49 : Ligne 82 :
     }
     }


/* change #1 : Navigation bar change - include also setting change of module-site-navigation */
#mw-navigation {
margin-top: 6.8rem!important;
}
     /* Move wiki navigation menus to same line as logo */
     /* Move wiki navigation menus to same line as logo */
     div#module-site-navigation {
     div#module-site-navigation {
         margin-top: -2.5rem;
         /* margin-top: -2.5rem;   change #1 */
     }
     }


     /* Limit space used by site navigation to avoid overlapping buttons, and move navigation to the right slightly */
     /* Limit space used by site navigation to avoid overlapping buttons, and move navigation to the right slightly */
     div#module-site-navigation.skin-mirage-mirage-navigation {
     div#module-site-navigation.skin-mirage-mirage-navigation {
         max-width: 70%;
         /* max-width: 70%;       change #1 */
         margin-left: 10px;
         /* margin-left: 10px; change #6 */
     }
     }


     /* Move Right Navigation (edit button etc.) in line with Recent changes */
/* change #1 : Navigation bar change - removed for change #6
#navigationDummy {
margin-left: auto;
margin-right: auto;
height: 120px;
top: 100px;
position: relative;
background-image: url(/skins/MirageWest/images/page-bgtile.png);
border-left: 2px solid #996b39;
border-right: 2px solid #996b39;
border-top: 2px solid #996b39;
border-bottom: 2px solid #996b39;
height: 40px;
max-width: 68.5rem;
}
*/
/* change #6 : make Sticky Menu Top */
div#module-site-navigation {
position: fixed;
left: 0;
z-index: 1000;
width: 100%;
top: 56px;
background-color: #e9d3a7;
border-bottom: 3px solid #996b39;
padding-left: 10px;
}
     /* Move Right Navigation (edit button etc.) in line with Recent changes  
     div#right-navigation {
     div#right-navigation {
         position: absolute;
         position: absolute;
Ligne 66 : Ligne 133 :
         margin-top: -1.25rem;
         margin-top: -1.25rem;
         right: 0px;
         right: 0px;
     }
     }*/
/* change #7 */
div#right-navigation {
position: relative;
margin-right: 0px;
margin-top: 0px;
padding: 1rem 1rem 0;
right: 0px;
}


     /* Recent Changes button text */
     /* Recent Changes button text */
Ligne 197 : Ligne 272 :
     #module-page-navigation {
     #module-page-navigation {
         margin: 0;
         margin: 0;
float : right;
     }
     }


Ligne 262 : Ligne 338 :
     }
     }


   
 
     p a,  
     p a,  
     p a:visited,
     p a:visited,
Ligne 460 : Ligne 536 :
     font-weight:normal;
     font-weight:normal;
}
}
/*Advanced search fix*/
/*Advanced search fix*/
#page-wrapper .tbbox-content {
#page-wrapper .tbbox-content {
Ligne 569 : Ligne 646 :
}
}
#siteNotice {
#siteNotice {
display : none;  /* change #5 */
     position: absolute;
     position: absolute;
     left: 0;
     left: 0;
Ligne 600 : Ligne 678 :
.socialBar { background: none !important;}
.socialBar { background: none !important;}


/* Item Popup */
/* change l'opacité de l'image au survol de la souris */
div.tw_bg_tl,
.survol {
div.tw_bg_tr,
  position:relative;  /* change #3 : add missing bit to class survol */
div.tw_bg_bl,
  display: inline-table;
div.tw_bg_br {
}
    background-image: url(https://wiki.the-west.net/images/6/68/Popup.png);
.survol:hover {
    position: absolute;
  filter: brightness(1.15) contrast(1.1);
    z-index: -1;
}
 
/* définit une fonction de zoom x 1.3 */
.zoom:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
/* -webkit-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%; */
}
}
.tw_bg_tl {
.zoom {
    background-position: left top;
-webkit-transition: all 1s ease;
    bottom: 50%;
-moz-transition: all 1s ease;
    right: 50%;
-o-transition: all 1s ease;
    left: 0;
transition: all 1s ease;
    top: 0;
}
}
.tw_bg_tr {
.zoom {
    background-position: right top;
border: 0px solid #fff;
    width: 50%;
margin: 40px 0px;
    bottom: 50%;
padding: 10px;
    right: 0;
}
    top: 0;
 
/* Pour des effets de clignotements */
.tilt {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}
}
.tw_bg_bl {
.tilt:hover {
    background-position: left bottom;
  -webkit-transform: rotate(-360deg);
    height: 50%;
  -moz-transform: rotate(-360deg);
    right: 50%;
  -o-transform: rotate(-360deg);
    bottom: 0;
  -ms-transform: rotate(-360deg);
    left: 0;
  transform: rotate(-360deg);
}
}
.tw_bg_br {
.pulse:hover {
    background-position: right bottom;
  animation-name: pulse;
    height: 50%;
  -webkit-animation-name: pulse;
    width: 50%;
  animation-duration: 1s;
    bottom: 0;
  -webkit-animation-duration: 1s;
    right: 0;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
}
div.popup_window {
.clignote {
    position: absolute;
  animation-name: pulse;
    display: none;
  -webkit-animation-name: pulse;
    margin: 0;
  animation-duration: 1.5s;
    min-width: 200px;
  -webkit-animation-duration: 1.5s;
    white-space: nowrap;
  animation-iteration-count: infinite;
    z-index:1000;
  -webkit-animation-iteration-count: infinite;
}
}
div.item_container {
 
    height: 79px;
@keyframes pulse {
    width: 79px;
  0% {
    position: relative;
      transform: scale(0.95);
    background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
      opacity: 0.7;}
    background-repeat: no-repeat;
  50% {
    background-size: contain;
      transform: scale(1);
    display: inline-block;
      opacity: 1;}
  100% {
      transform: scale(0.95);
      opacity: 0.7;}
}
}
div.item_container.wear {
 
    height: 93px;
@-webkit-keyframes pulse {
    width: 94px;
  0% {
    position: relative;
      -webkit-transform: scale(0.95);
    background-image: url(https://wiki.the-west.net/images/8/82/Item_box_wear.png);
      opacity: 0.7;}
    background-repeat: no-repeat;
  50% {
    display: inline-block;
      -webkit-transform: scale(1);
      opacity: 1;}
  100% {
      -webkit-transform: scale(0.95);
      opacity: 0.7;}
}
}
div.item_container.wear2 {
 
    height: 138px;
/* ****  Propriétés de la classe infobulle **** */
    width: 95px;
span.infobulle, span.DDMbulle, span.infobulleTxtL,span.infobulleTxtR {
    position: relative;
position: relative;
    background-image: url(https://wiki.the-west.net/images/5/54/Item_box_wear2.png);
cursor: help;  
    background-repeat: no-repeat;
outline: none;
    display: inline-block;
text-decoration: none;
        z-index: 1000;  
}
}
div.item_container.empty {
span.infobulle, span.infobulleTxtL, span.infobulleTxtR {border-bottom: thin dotted; }
    background-image: none;
span.infobulle:hover, span.DDMbulle:hover, span.infobulleTxtL:hover, span.infobulleTxtR:hover{
text-decoration: none;  
}
}
div.item_container > img {
span.infobulle:hover, span.infobulleTxtL:hover,span.infobulleTxtR:hover {background: #FFEEDD; }
    position: absolute;
span.infobulle span, span.DDMbulle span{
    top: 3px;
position: absolute;  
    left: 3px;
margin: 20px 0 0 0px;
padding: 10px;
background: #FFF7E6;
border: 1px solid #CD853F;
border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
text-align:justify;
font-size: 0.9em;
line-height:14px;
z-index: 6000;
}
}
div.item_container.item_off > img {
 
    filter:sepia(1) opacity(35%);
span.infobulleTxtL span, span.infobulleTxtR span {
position: absolute;
margin: 20px 0 0 0px;
padding: 10px;
background: #F8E2B4;
border-radius: 10px;
box-shadow: 0px 0px 15px #000;
text-align:justify;
font-size: 0.9em;
line-height:14px;
z-index: 6000;
}
}
div.item_container.wear > img,
 
div.item_container.wear2 > img {
 
    top: 0 !important;
span.infobulle span {width: 450px; left: 80px; top: -150px; }
    left: 0 !important;
span.infobulleTxtRx span {left: 80px; top: -150px; }
}
span.infobulleTxtL span,span.infobulleTxtR span {top: -150px; }
div.item_container:hover div.popup_window {
.infobulleTxtL:hover span {left: -500px; top: -150px; }
    left: 120%;
.infobulleTxtR:hover span {left: 30px; top: -150px; }
    top: 10px;
 
    z-index: 10;
span.DDMbulle span {width: 250px; right: -30px; top: -30px; }
    display: block;
span.DDMbuller span {width: 150px; top: -80px; left:100px; right:-30px}
span.infobulle:hover span,
span.DDMbulle:hover span{
        left: 2%;  
background: #FFF7E6;  
z-index:6;
}
}
div.popup_contents {
span.infobulleTxtL:hover span,span.infobulleTxtR:hover span{
    margin: 25px;
        /*left: 2%; */
    font-family: Arial, Verdana, sans-serif;
background: #F8E2B4;  
    font-size: 12px;
z-index:6;
}
}
div.popup_contents * {
span.infobulle span, span.infobulleTxtL span, span.infobulleTxtR span, span.DDMbulle span {
    margin: 0;
position: absolute;
left: -9999px;
margin: 4px 0 0 0px;
padding: 10px;
border:solid 1px black;
}
}
div.popup_image {
span.infobulleTxtL span, span.infobulleTxtR span{
    background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
position: absolute;
    background-repeat: no-repeat;
left: -9999px;
    width: 79px;
margin: 4px 0 0 0px;  
    height: 79px;
padding: 10px;
    margin: auto;
border:solid 0px black;
        box-shadow: 0px 0px 15px #000;
        border-radius: 10px;
 
}
}
.popup_divider {
 
    width:124px;
span.infobulle:hover span, span.infobulleTxtL:hover span,span.infobulleTxtR:hover span { margin: 20px 0 0 125px; }
    height:6px;
span.DDMbulle:hover span { margin: 30px 0 30px 30px; }
    margin-top:4px !important;
span.infobulle:hover em, span.infobulleTxtL:hover em, span.infobulleTxtR:hover em, span.DDMbulle:hover em {
    background-image: url(https://wiki.the-west.net/images/c/c1/Divider.png);
text-align:center;  
    margin-left: auto !important;
font-family: Calibri, Tahoma, Geneva, sans-serif;  
    margin-right: auto !important;
font-size: 1.4em;  
    display: block;
font-weight: bold;
}
line-height:30px;
div.popup_image img {
display: block;  
    padding-top: 3px;
    padding-left: 4px;
}
}
.popup_attribute {
.set_container {
     text-align: left;
     position:relative;
     padding-left: 7px;
     width: 276px;
     font-size: 12px;
     height: 395px;
     color: #070;
     box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
     font-weight: bold;
     border-radius: 10px;
}
}
.popup_skill {
#switch, #switch_prod {
     text-align: left;
     position: absolute;
     padding-left: 18px;
     top: 30px;
     font-size: 11px;
     left: 195px;
     color: #070;
     cursor: pointer;
}
}
.popup_type {
div.set_bonus {
     font-style: italic;
     border:1px solid #997146;
     font-size: 8pt;
     width:40px;
     text-align: center;
     text-align:center;
    background-color:#4E3E26;
    color:#fff;
    font:12px arial;
    float:left;
}
}
.popup_name {
table.infoSet {
     font-size: 13px;
     box-shadow: 2px 2px 4px #000;
    color: #070;
     margin: 0 0 15px !important;
     font-weight: bold;
    text-align: center;
    padding-top: 4px;
}
}
.popup_infos {
table.infoSet > tbody > tr > td {
     text-align: center;
     background-color: #d4ba91 !important;
    padding:0;
}
}
.popup_id {
table.infosetatt {
     color: blue;
     border: none;
    background: none !important;
    margin: 3px !important;
}
}
.popup_set {
table.infosetatt > tbody > tr > th {
     color: #800080 !important;
     color: #ffdead !important;
     font-weight: bold !important;
     background-color: #301506 !important;
    padding-top:0;
    padding-bottom:0;
}
}
.popup_speed {
table.infosetatt > tbody > tr > td {
     color: #8b4513;
     padding:0;
    border:none;
}
}
.popup_fb {
table.transparent, table.transparent > tbody > tr > td {
    color: #8b4513;
  border:none;
    font-weight: bold;
  background:none !important;
}
}
.popup_fb_stats {
table.transparent { width:100% !important;}
    color: #8b4513;
@media screen and (max-width: 1100px) {
     font-weight: bold;
  table.transparent:not(.static) > tbody > tr > td {
     display:block;
  }
}
}
.popup_dmg {
table.transparent .mw-collapsible {
     font-weight: bold;
    display:inline-block;
     text-align: center;
}
table.transparent .mw-collapsible-toggle {
     margin-left:10px;
}
div.set_container div.item_container > img {
     cursor:pointer;
}
}
.popup_text {
div.item_container.item_off > img {
     color: #007777;
     filter:sepia(1) opacity(35%);
    white-space: normal;
    max-width: 250px;
    margin: auto !important;
}
}
.item_number {
/* Tooltip bonus sets */
    position: absolute;
div.tw_bg_tl, div.tw_bg_tr, div.tw_bg_bl, div.tw_bg_br {
    left: 5px;
background-image: url(https://wiki.the-west.fr/images/f/fc/Tooltip_bg.png);
    top: 5px;
background-repeat: no-repeat;
    z-index: 10;
position: absolute;
    font-size: 16pt;
z-index: -1;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}
}
.popup_bonus {
.tw_bg_tl {
    color:#8b4513;
background-position: left top;
bottom: 50%;
right: 50%;
left: 0;
top: 0;
}
}
.popup_job {
.tw_bg_tr {
    display:inline-block;
background-position: right top;
    border-radius: 3px;
width: 50%;
    border: 1px solid #804000;
bottom: 50%;
    padding-top: 3px;
right: 0;
    margin-top: 10px !important;
top: 0;
    margin-bottom: 10px !important;
}
}
.popup_job img {
.tw_bg_bl {
    width:50px;
background-position: left bottom;
    height:50px;
height: 50%;
right: 50%;
bottom: 0;
left: 0;
}
}
.popup_job .item_req > img {
.tw_bg_br {
    position: absolute;
background-position: right bottom;
    width: 45px;
height: 50%;
    height: 45px;
width: 50%;
    top: 3px;
bottom: 0;
    left: 3px;
right: 0;
}
}
.popup_crafteditem {
.tooltip_outer {
    display:inline-block;
position:absolute;
    background: none;
left:50%;
    margin-top: 10px !important;
bottom: 100%;
    margin-bottom: 10px !important;
margin-bottom: 8px;
z-index:-1;
}
}
.popup_crafteditem table {
.tooltip {
    border-radius: 3px;
position:relative;
    border: 1px solid #804000;
padding:10px 13px 12px 13px;
    text-align: center;
opacity:0;
visibility:hidden;
-webkit-transition: opacity .15s ease-in-out;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
      -moz-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
white-space:nowrap;
max-width:350px;
        left:-50%;
        color:black;
}
}
.popup_txtgreen {
.tooltip::after {
     color: green;
     content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    margin-left: -11px;
    background-image: url(https://wiki.the-west.fr/images/3/32/Tooltip_arrow.png);
    width: 22px;
    height: 11px;
}
.tooltip_container {
position:relative;
}
}
.popup_txtred {
.tooltip_container:hover .tooltip {
    color: #900;
visibility:visible;
-webkit-transition: opacity .15s ease-in-out 0.4s;
      -moz-transition: opacity .15s ease-in-out 0.4s;
            transition: opacity .15s ease-in-out 0.4s;
opacity:1;
}
}
/* Sets */
.tooltip_container:hover > .tooltip_outer {
.set_container {
z-index:1000;
    position:relative;
    width: 276px;
    height: 395px;
    box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
    border-radius: 10px;
}
}
table.infoSet {
.tooltip:hover {
    box-shadow: 2px 2px 4px #000;
visibility:hidden !important;
    margin: 0 0 15px !important;
opacity:0 !important;
}
}
table.infoSet > tbody > tr > td {
.per_level:after{
    background-color: #d4ba91 !important;
  content:"(par Niveau)";
    padding:0;
}
}
table.infosetatt {
/* Navigation Bar */
    border: none;
#navbar {
    background: none !important;
position:relative;
    margin: 3px !important;
top:-11px;
font-family:Calibri;
width:800px;
        max-width:100%;
height:85px;
margin:0;
padding:0;
text-align:center;
/* z-index:100; change #4 : remove navbar z-index */
}
}
table.infosetatt > tbody > tr > th {
.navbar_bgl, .navbar_bgr {
     color: #ffdead !important;
     background-image: url(https://wiki.the-west.fr/images/0/0d/Barre.png);
     background-color: #301506 !important;
     background-repeat: no-repeat;
     padding-top:0;
     position: absolute;
     padding-bottom:0;
     height:100%;
}
}
table.infosetatt > tbody > tr > td {
.navbar_bgl {
     padding:0;
     background-position: left;
     border:none;
    right: 50%;
     left: 0;
}
}
div.set_bonus {
.navbar_bgr {
    border:1px solid #997146;
     background-position: right;
    width:40px;
     width: 50%;
    text-align:center;
     right: 0;
     background-color:#4E3E26;
     color:#fff;
    font:12px arial;
     float:left;
}
}
/* Set bonus tooltip */
#navbar > #icon1 , #navbar > #icon2{
 
position:absolute;
div.tt_bg_tl,
bottom:0;
div.tt_bg_tr,
z-index:1;
div.tt_bg_bl,
pointer-events: none;
div.tt_bg_br {
    background-image: url(https://wiki.the-west.net/images/f/fc/Tooltip_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
}
.tt_bg_tl {
#navbar > #icon1.rev , #navbar > #icon2.rev{
    background-position: left top;
-moz-transform: scaleX(-1);
    bottom: 50%;
        -o-transform: scaleX(-1);
    right: 50%;
        -webkit-transform: scaleX(-1);
    left: 0;
        transform: scaleX(-1);
    top: 0;
        filter: FlipH;
        -ms-filter: "FlipH";
}
}
.tt_bg_tr {
#navbar > #icon1{
    background-position: right top;
left:75px;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
}
.tt_bg_bl {
#navbar > #icon2{
    background-position: left bottom;
right:75px;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
}
.tt_bg_br {
@media screen  and (max-width: 1340px) {
    background-position: right bottom;
     #navbar > #icon1 , #navbar > #icon2 {
     height: 50%;
        display:none;
    width: 50%;
     }
    bottom: 0;
     right: 0;
}
}
.tooltip_outer {
#navbar ul {
    position: absolute;
list-style-type: none;
    left: 50%;
font-size:0;
    bottom: 100%;
padding:0;
    margin-bottom: 8px;
overflow: hidden;
    z-index: -1;
position:relative;
top:42px;
height:37px;
}
}
.tooltip {
#navbar li {
    position: relative;
font-size:16px;
    padding: 10px 13px 12px 13px;
display:inline;
    opacity: 0;
background:none !important;
    visibility: hidden;
padding:0 !important;
    -webkit-transition: opacity .15s ease-in-out;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    white-space: nowrap;
    max-width: 350px;
    left: -50%;
    color: black;
}
}
.tooltip::after {
#navbar li a {
    content: " ";
position:relative;
    position: absolute;
display:inline-block;
    top: 100%;
color: white;
    left: 50%;
font-weight:normal;
    margin-top: -4px;
text-align: center;
    margin-left: -11px;
padding: 8px 10px;
    background-image: url(https://wiki.the-west.net/images/3/32/Tooltip_arrow.png);
line-height:20px;
    width: 22px;
text-decoration: none;
    height: 11px;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
}
.tooltip_container {
 
    position: relative;
#navbar li a:not(.selflink):hover {
color:#FFDEAD;
}
#navbar .selflink {
background-color: #FFDEAD;
color:black;
position:relative;
display:inline-block;
text-align: center;
padding: 8px 10px;
line-height:20px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2) inset;
z-index:1;
}
#navbar li a:not(.selflink):before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 4px;
width: 0;
background: #FFDEAD;
-webkit-transition: width .25s;
-moz-transition: width .25s;
-ms-transition: width .25s;
-o-transition: width .25s;
transition: width .25s;
}
#navbar li a:not(.selflink):hover:before {
width:100%;
}
}
.tooltip_container:hover .tooltip {
#navbar li a:after {
    visibility: visible;
content: "";
    -webkit-transition: opacity .15s ease-in-out 0.4s;
display: block;
    -moz-transition: opacity .15s ease-in-out 0.4s;
position: absolute;
    transition: opacity .15s ease-in-out 0.4s;
left: -2px;
    opacity: 1;
top: 17px;
height: 4px;
width: 4px;
background: #ffffff;
opacity: 0.5;
}
}
.tooltip_container:hover > .tooltip_outer {
#navbar .selflink:after{
    z-index: 1000;
width: 2px;
}
}
.per_level:after {
#navbar li:first-child *:after{
    content: "(per Level)";
opacity:0;
}
}
/* Quest templates */
/* Items shop */
.item_border {
.shop_container {
     position: relative;
     position: relative;
    background-image: url(https://wiki.the-west.fr/images/0/05/Shop_container.png);
    width: 149px;
    height: 176px;
    margin: 0px;
    text-align: center;
    display:inline-block;
}
.shop_container .shop_name {
     display: inline-block;
     display: inline-block;
     margin: 1px;
     width: 114px;
     width: 79px;
    color: white;
     height: 79px;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    font-size: 12px;
     position: absolute;
     line-height: 1.1;
    left: 18px;
    top: 20px;
    font-size: 13px;
}
}
.item_border .amount {
.shop_container .shop_item {
     margin:0;
     top: 40px;
    left: 35px;
     position: absolute;
     position: absolute;
    bottom: 2px;
    left: 6px;
    text-shadow: black 1px 1px 1px;
    font-size: 18px;
    color: white;
    font-weight: bold;
}
}
.item_border2 {
.shop_container .shop_price {
     position: relative;
    background-image: url(https://wiki.the-west.fr/images/0/0b/Shop_price.png);
     display: inline-block;
    width: 100%;
     margin: 1px;
    height: 32px;
     width: 60px;
     position: absolute;
     height: 60px;
     top: 132px;
    line-height:32px;
     font-size:12px;
     font-weight:bold;
    color:white;
     text-shadow:0.1em 0.1em 0.2em #333333;
}
}
.item_border2 .amount {
.shop_container .shop_border {
     margin:0;
     width: 133px;
    height: 162px;
     position: absolute;
     position: absolute;
    bottom: 2px;
     left: 9px;
     left: 6px;
     top: 5px;
     text-shadow: black 1px 1px 1px;
     background: url(https://wiki.the-west.fr/images/b/b1/Shop_frame.png) no-repeat;
     font-size: 14px;
    color: white;
    font-weight: bold;
}
}
.item_border2.inv:before {
.shop_container #vert {background-position: -133px 0;}
    content:url(https://wiki.the-west.net/images/7/70/ItemBorder_Inv.png);
.shop_container #bleu {background-position: -266px 0;}
.shop_container #rouge {background-position: -399px 0;}
.shop_container #orange {background-position: -532px 0;}
.shop_container #marron {background-position: -665px 0;}
.shop_container #violet {background-position: -798px 0;}
.shop_container #cyan {background-position: -931px 0;}
.shop_container #gris {background-position: -1064px 0;}
/* Bannière nouveaux sets */
.new_set {
    width: 36px;
    height: 34px;
     position: absolute;
     position: absolute;
     top: -1px;
     top: 0px;
     left: -1px;
    right: 0px;
    background: url(https://wiki.the-west.fr/images/1/1a/New.png);
     pointer-events: none;
     z-index: 1;
     z-index: 1;
}
}
.item_border2.eqp:before {
/* Arrière plan Noël / Saint Valentin / Saint patrick/ pâques/event*/
    content:url(https://wiki.the-west.net/images/6/63/Product_Eqp.png);
.xmas {
    position: absolute;
background-image: url(https://wiki.the-west.fr/images/5/58/Arri%C3%A8re-plan_No%C3%ABl.png) !important;
    top: -1px;
background-repeat:no-repeat !important;
    left: -1px;
}
    z-index: 1;
.valentine {
background-image: url(https://westfr.innogamescdn.com/images/window/events/valentine/valentine_bg.png) !important;
background-repeat:no-repeat !important;
background-position:bottom;
}
.sp {
        background-image: url(https://wiki.the-west.fr/images/0/0a/St_patrick_bg.png) !important;
        background-repeat:no-repeat !important;
        background-position:center;
}
}
/* Set switch duel weapon */
.pâques {
        background-image: url(https://wiki.the-west.fr/images/4/41/Bg_pâques.png) !important;
        background-repeat:no-repeat !important;
        background-position:bottom;


#switch {
}
/* Nouvelles popup */
div.tw_bg_popup_tl,
div.tw_bg_popup_tr,
div.tw_bg_popup_bl,
div.tw_bg_popup_br {
    background-image: url(https://wiki.the-west.fr/images/5/59/Fond_objets.png);
     position: absolute;
     position: absolute;
     top: 30px;
     z-index: -1;
    left: 195px;
    cursor: pointer;
}
}
#switch_prod {
.tw_bg_popup_tl {
     position: absolute;
     background-position: left top;
     top: 30px;
    bottom: 50%;
     left: 195px;
     right: 50%;
     cursor: pointer;
     left: 0;
     top: 0;
}
}
/* Inputs */
.tw_bg_popup_tr {
 
     background-position: right top;
#input_level,
     width: 50%;
#input_search {
    bottom: 50%;
     display: inline-block;
     right: 0;
     background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
     top: 0;
     height: 30px;
     width: 12px;
}
}
#input_search {
.tw_bg_popup_bl {
     position: absolute;
     background-position: left bottom;
     right: 250px;
    height: 50%;
     right: 50%;
    bottom: 0;
    left: 0;
}
}
input.west, select.west {
.tw_bg_popup_br {
     background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
     background-position: right bottom;
     height: 30px;
     height: 50%;
     width: 180px;
     width: 50%;
    margin-left: 12px;
     bottom: 0;
     padding: 0 8px 0 0;
     right: 0;
     border: 0;
    outline: none;
 
}
}
/* What's new banner*/
div.popup_window {
 
    position: absolute;
.info_banner {
     display: none;
     display: flex;
    margin: 0px;
     justify-content: center;
     min-width: 200px;
     align-items: center;
     white-space: nowrap;
     flex-wrap: wrap;
     z-index:1000;
}
}
.ring {
div.item_container {
    height: 79px;
    width: 79px;
     position: relative;
     position: relative;
     width: calc(var(--cir) * 2 + 10px);
     background-image: url(https://wiki.the-west.fr/images/a/a9/Case_inventaire.png);
     height: var(--hei);
     background-repeat: no-repeat;
    margin: 20px;
     background-size:contain;
    border-radius: 20px;
     display: inline-block;
     transition: 0.5s;
    transition-delay: 0.5s;
     display: flex;
    justify-content: flex-start;
    align-items: center;
}
}
.ring:hover {
div.item_container.wear {
     width: var(--wid);
    height: 93px;
     transition-delay: 0s;
     width: 94px;
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/8/82/Item_box_wear.png);
     background-repeat: no-repeat;
    display: inline-block;
}
}
.ring .circle {
div.item_container.wear2 {
     position: absolute;
     height: 138px;
     top: 0;
     width: 95px;
     left: 0;
     position: relative;
     width: 100%;
     background-image: url(https://wiki.the-west.fr/images/5/54/Item_box_wear2.png);
    height: 100%;
     background-repeat: no-repeat;
     border-radius: 20px;
     display: inline-block;
     overflow: hidden;
}
    display: flex;
div.item_container.empty {
    justify-content: center;
     background-image: none;
     align-items: center;
}
}
.ring .circle::before {
div.item_container > img, div.item_container > a > img {
    content: '';
     position: absolute;
     position: absolute;
     top: 0;
     top: 3px;
     left: 0;
     left: 3px;
    width: 100%;
    height: 100%;
    background: var(--clr);
    clip-path: circle(var(--cir) at center);
    transition: 0.5s;
}
}
.ring:hover .circle::before {
div.item_border div.item_container > img,
     clip-path: circle(400px at center);
div.item_container.wear > img,
div.item_container.wear2 > img {
    top: 0px !important;
     left: 0px !important;
}
}
.ring .circle .logo img {
div.item_container:hover div.popup_window {
     position: relative;
     left: 120%;
     transition: 0.5s;
     top: 10px;
     transition-delay: 0.5s;
     z-index: 10;
    display: block;
}
}
.ring:hover .circle .logo img {
small div.item_container {
     transform: scale(0);
     height: 60px;
     transition-delay: 0s;
     width: 60px;
}
}
 
small div.item_container > img, small div.item_container > a > img {
/* .content { */
     width:54px !important;
    /* position: relative; */
     height:54px !important;
     /* width: 45%; */
    /* left: 20%; */
    /* padding: 20px 20px 20px 40px; */
    /* opacity: 0; */
    /* transition: 0.5s; */
     /* visibility: hidden; */
/* } */
/* .ring:hover .content { */
    /* left: 0; */
    /* opacity: 1; */
    /* visibility: visible; */
    /* transition-delay: 0.5s; */
/* } */
/* .content h2 { */
    /* background: none; */
    /* color: #fff; */
    /* font-size: 2.5em; */
    /* line-height: 1em; */
/* } */
/* .content p { */
    /* color: #fff; */
/* } */
 
.content .explore {
    position: relative;
    color: #111;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}
}
.ring .content_img img {
div.popup_contents {
     position: absolute;
     margin: 25px;
     top: 50%;
     font-family: Arial, Verdana, sans-serif;
    left: 50%;
     font-size: 12px;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
     transition-delay: 0s;
}
}
.ring:hover .content_img img {
div.popup_contents * {
     left: 75%;
     margin: 0;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0.5s;
}
}
/* Set icon */
div.popup_image {
 
     background-image: url(https://wiki.the-west.fr/images/a/a9/Case_inventaire.png);
.set_icon_sprite {
    background-repeat: no-repeat;
     display:inline-block;
    width: 79px;
    position: relative;
    height: 79px;
    margin-top:3px;
    margin: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 5px;
    background:url("https://wiki.the-west.net/images/e/ee/Set_icons_sprite_202.png");
}
}
.set_icon_sprite:hover {
.popup_divider {
    background-color: #FFEECC;
    width:124px;
    height:6px;
    margin-top:4px !important;
    background-image: url(https://wiki.the-west.fr/images/d/d5/Barre_de_division.png);
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
}
.set_icon_sprite.new_set:before {
div.popup_image img {
     content:"";
     padding-top: 3px;
    display:block;
     padding-left: 4px;
    position:absolute;
    width:36px;
    height:34px;
    right:0;
    top:0;
    background:url(https://wiki.the-west.net/images/c/c7/New_set.png) no-repeat;
    background-size:contain;
     pointer-events:none;
}
}
.warning_message {
.popup_attribute {
     color: white;
     text-align: left;
     display: inline-block;
     padding-left: 7px;
     padding: 12px 12px 12px 12px;
     font-size: 12px;
     border: 1px solid black;
     color: #070;
     background: red;
     font-weight: bold;
     background: -webkit-linear-gradient(#db1616, #831919);
}
     background: -o-linear-gradient(#db1616, #831919);
.popup_skill {
     background: -moz-linear-gradient(#db1616, #831919);
     text-align: left;
     background: linear-gradient(#db1616, #831919);
     padding-left: 18px;
     font-size: 11px;
     color: #070;
}
}
/* Upgrade */
.popup_type {
.item_level {
     font-style: italic;
     position: absolute;
     font-size: 8pt;
    display:block;
    top: 4px;
    left: 2px;
    height: 13px;
    line-height: 13px;
     background-color: rgba(0,0,0,0.4);
     text-align: center;
     text-align: center;
    font-size: 12px;
    padding: 1px 2px 0 2px;
    color: #ffffff;
    font-weight: normal;
    box-shadow: 1px 1px 3px #000000;
    border-radius: 0 0 2px 0;
    text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
    white-space: nowrap;
    z-index: 1;
}
}
.icon_level {
.popup_name {
     display: inline-block;
     font-size: 13px;
     width: 15px;
     color: #070;
     height:12px;
     font-weight: bold;
     background:url(https://westzz.innogamescdn.com/images/items/item_level.png);
     text-align: center;
     margin-right: 2px;
     padding-top: 4px;
}
}
.level {
.popup_infos {
     vertical-align: top;
     text-align: center;
}
}
.upgrade {
.popup_id {
     display: inline-block;
     color: blue;
    width:12px;
    height: 12px;
    background: url(https://wiki.the-west.net/images/c/ca/Upgrade_icons.png) 0 12px;
    margin: 0 2px 0 1px;
    cursor: pointer;
}
}
.upgrade:hover {
.popup_set {
     background-position-y:0;
    color: #800080;
     font-weight: bold;
}
}
.downgrade {
.popup_speed {
     display: inline-block;
     color: #8b4513;
    width:12px;
    height:12px;
    background: url(https://wiki.the-west.net/images/c/ca/Upgrade_icons.png) 12px 12px;
    margin: 0 0 0 2px;
    cursor: pointer;
}
}
.downgrade:hover {
.popup_fb {
     background-position-y:0;
    color: #8b4513;
     font-weight: bold;
}
}
 
.popup_fb_stats {
.item_container[data-lvl="0"] .item_level {
     color: #8b4513;
     display:none;
    font-weight: bold;
}
}
.item_container:hover .item_level {
.popup_dmg {
     display:block;
    font-weight: bold;
     text-align: center;
}
}
.item_container .upgrade, .item_container .downgrade {
.popup_text {
     display:none;
     color: #007777;
    white-space: normal;
    max-width: 200px;
}
}
.item_container:hover .upgrade, .item_container:hover .downgrade {
.popup_quest {
    display:inline-block;
  color:#800000;
  text-align:center;
  font-style: italic;
}
}
div.set_container div.item_container > img {
.item_number {
     cursor:pointer;
     position: absolute;
    margin: 0;
    bottom: 2px;
    left: 6px;
    text-shadow: black 1px 1px 1px;
    color: white;
    font-weight: bold;
    z-index: 2;
    font-size: 16pt;
}
}
div.mw-collapsible > b {
div.item_number_proba .item_number {
     color:#5e321a;
    top:auto;
     font-size:16px;
    bottom: 0;
    font-size: 11pt;
     background-color: rgba(0, 0, 0, 0.2);
    padding: 0px 2px 0 1px;
    box-shadow: 1px 1px 3px #000;
     border-radius: 1px 1px 3px;
}
}
.navbar_items {
.popup_bonus {
     width: 392px;
     color:#8b4513;
    height: 89px;
    padding: 10px;
    background: url(https://wiki.the-west.net/images/b/ba/Navbar_items.png) no-repeat;
}
}
.navbar_items .link_icon {
.popup_job {
     display:inline-block;
     display:inline-block;
     position: relative;
     border-radius: 3px;
     width: 42px;
     border: 1px solid #804000;
     height: 43px;
     margin-top: 10px !important;
     cursor: pointer;
     margin-bottom: 10px !important;
    background:url(https://wiki.the-west.net/images/8/87/Navbar_items_icons.png);
}
}
.navbar_items .link_icon:hover, .navbar_items .active{
.popup_job img {
    background-position-y:-43px;
    width:50px;
    height:50px;
}
}
 
.popup_crafteditem {
.wiki-title {
    position:relative;
    max-width: 800px;
    height: 49px;
    background: url(https://wiki.the-west.net/images/b/b3/Title.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin: auto;
    border: none;
}
#popup_plain {
    position:relative;
     display:inline-block;
     display:inline-block;
    background: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
}
div.achievement {
.popup_crafteditem table {
     display: inline-block;
     border-radius: 3px;
    position: relative;
     border: 1px solid #804000;
    vertical-align:top;
    font-family: Arial, Verdana, sans-serif;
    width:424px;
     min-height: 120px;
     text-align: center;
     text-align: center;
    text-shadow: black 1px 1px 1px;
    font-weight: bold;
    color: white;
    z-index: 3;
    margin:2px -1px 2px -1px;
}
}
div.ach-background {
.popup_txtgreen {
     width: 100%;
     color: green;
    position: absolute;
    background-image: url(https://wiki.the-west.net/images/c/c8/Achievement_Background.png);
    left: 0;
    z-index: -1;
}
}
div.ach-top{
.popup_txtred {
     top: 0;
     color: #900;
    bottom: 10px;
    background-position: top;
}
}
div.ach-btm {
.item_level {
     bottom: 0;
     position: absolute;
     height: 10px;
    display:block;
     background-position: bottom;
    top: 4px;
    left: 3px;
    height: 13px;
     line-height: 13px;
     background-color: rgba(0,0,0,0.4);
    text-align: center;
    font-size: 12px;
    padding: 1px 2px 0 2px;
    color: #ffffff;
    font-weight: normal;
    box-shadow: 1px 1px 3px #000000;
    border-radius: 0 0 2px 0;
    text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
    white-space: nowrap;
    z-index: 1;
}
}
.tw2gui_button {
.icon_level {
     display: inline-block;
     display: inline-block;
     position: relative;
     width: 15px;
     height: 36px;
     height:12px;
     margin-top: 2px;
     background:url(https://westfr.innogamescdn.com/images/items/item_level.png);
     margin-bottom: 2px;
     margin-right: 3px;
    text-align: center;
    cursor: pointer;
    min-width:150px;
    max-width:330px;
}
}
.tw2gui_button_left_cap,.tw2gui_button_right_cap {
.level {
     position: absolute;
     vertical-align: top;
    width: 50%;
    height: 36px;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_normal.png) 0 0;
    left: 0;
}
}
.tw2gui_button_right_cap {
.upgrade {
     left: 50%;
     display: inline-block;
     background-position: right top;
    width:12px;
    height: 12px;
     background: url(https://wiki.the-west.fr/images/c/ca/Upgrade_icons.png) 0px 12px;
    margin: 0px 3px 0 1px;
    cursor: pointer;
}
}
.tw2gui_button_middle_bg {
.upgrade:hover {
     position: absolute;
     background-position-y:0px;
    width: 18px;
    height: 36px;
    margin-left: -9px;
    left: 50%;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_mid_normal.png) 0 0 no-repeat;
}
}
.tw2gui_button:hover .tw2gui_button_right_cap,
.downgrade {
.tw2gui_button:hover .tw2gui_button_left_cap {
    display: inline-block;
     background-image:url('https://westen.innogamescdn.com/images/tw2gui/button/button_highlight.png');
    width:12px;
    height:12px;
     background: url(https://wiki.the-west.fr/images/c/ca/Upgrade_icons.png) 12px 12px;
    margin: 0px 3px 0 3px;
    cursor: pointer;
}
}
.textart_title {
.downgrade:hover {
     position: relative;
     background-position-y:0px;
    color: #FFE7B1;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    text-align: center;
    height: 19px;
    white-space: nowrap;
    font: bold 10pt Arial;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
table.sticky_header th {
 
    position: -webkit-sticky;
.item_container[data-lvl="0"] .item_level {
    position: sticky;
display:none;
    top: 0;
    z-index:3;
}
}
div.prize-section {
.item_container:hover .item_level {
    display:inline-block;
display:block;
    position:relative;
    margin: 5px 0 5px 0;
}
}
div.prize-section .section-border {
.item_container .upgrade, .item_container .downgrade {
    border: 3px solid #a49e97;
display:none;
    border-radius: 8px;
    box-shadow: 0 0 20px inset;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
}
div.prize-section .section-bg {
.item_container:hover .upgrade, .item_container:hover .downgrade {
     position: absolute;
display:inline-block;
     left: 3px;
}
     right: 3px;
.input_level,
     bottom: 3px;
#input_level,
     top: 3px;
#input_search {
     opacity: 0.4;
    display: inline-block;
     border-radius: 5px;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
    height: 30px;
    width: 12px;
}
#input_search {
     position: absolute;
     right: 250px;
}
input.west, select.west {
     background: url(https://westfr.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
    height: 30px;
    width: 180px;
     margin-left: 12px;
     padding: 0px 8px 0px 0px;
     border: 0;
     outline: none;
}
}


div.prize-section .section-legend {
.cdrjob{
    position: relative;
  border: 4px solid #74563D;
    text-align: center;
  border-radius: 8px;
    text-shadow: 0 0 5px #000;
  background-color: #D4BA91;
    padding: 10px 15px 5px 15px;
  align-content: center;
    color: white;
  width:auto !important;
    font-size:20px;
  margin-left: 15px !important;
  margin-right:15px;
  padding: 12px;
  box-shadow: 1px 1px 2px #00000087;
}
}
div.prize-section .section-content {
.cdrjob:after {
    position: relative;
  content:' ';
    padding: 15px;
  clear: both;
  display: block;
}
}
small div.item_container {
.xdrjobT{
    height: 60px;
  text-shadow: 1px 1px 2px rgba(26, 26, 203, 0.51);
    width: 60px;
  color:#404040;
  font-size:30px;
  width:100%;
  text-align:center;
  line-height:26px;
  border: 0;
  font-weight: bold;
  font-family: System;text-decoration: underline;
}
}
small div.item_container > img, small div.item_container > a > img {
 
     width:54px !important;
#tableh {display: table;}
     height:54px !important;
.row {display: table-row;}
.cell {display: table-cell;}
 
div.prize-section {
     display:inline-block;
    position:relative;
     margin: auto;
}
}
table.quest {
div.prize-section .section-border {
     width:100%;
     border: 3px solid #a49e97;
    border-radius: 8px;
    box-shadow: 0 0 20px inset;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
}
table.quest h2 {
div.prize-section .section-bg {
     margin: -5px;
     position: absolute;
     color: #ffdead;
     left: 3px;
     background-color: #301506;
     right: 3px;
     border-bottom: none;
     bottom: 3px;
     font-weight: bold;
    top: 3px;
     font-size: 120%;
     opacity: 0.4;
     border-radius: 5px;
}
}
table.quest td {
 
     text-align:center;
div.prize-section .section-legend {
    position: relative;
     text-align: center;
    text-shadow: 0 0 5px #000;
    padding: 10px 15px 5px 15px;
    color: white;
    font-size:20px;
}
}
table.quest #toc {
div.prize-section .section-content {
     display:none;
     position: relative;
    padding: 15px;
}
}
table.quest div.options_frame {
div.title {
     display: flex;
     position:relative;
    flex-wrap: wrap;
     height: 49px;
    justify-content: space-evenly;
     width:97%;
    background-color: #8a5f302b;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
     border-top: 1px solid #996b39;
     border-bottom: 1px solid #996b39;
}
}
div.world_map {
.title_tl, .title_tr, .title_br, .title_bl {
    position:relative;
     background-image: url(https://wiki.the-west.fr/images/9/95/Encart.png);
    width: 237px;
    background-repeat: no-repeat;
    height: 104px;
    position: absolute;
    border: 1px solid black;
     background: url(https://westzz.innogamescdn.com/images/map/minimap/worldmap.png);
}
}
div.world_map .map_marker {
.title_tl {
     position:absolute;
     background-position: left top;
     width: 16px;
     bottom: 50%;
     height: 16px;
     right: 50%;
    margin-top: -8px;
     left: 0;
     margin-left: -8px;
     top: 0;
     background: url(https://westzz.innogamescdn.com/images/map/minimap/icons/miniicon_quests.png);
}
}
div.questgiver_mini_frame {
.title_tr {
     position: relative;
     background-position: right top;
     width: 106px;
     width: 50%;
     height: 54px;
     bottom: 50%;
     margin:auto;
     right: 0;
     background: url(https://wiki.the-west.net/images/5/59/Questgiver_mini_frame.png);
     top: 0;
}
}
div.questgiver_mini_frame > img {
.title_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.title_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
/* Centrer les images dans les annonces */
div.ann_img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
     position: absolute;
     position: absolute;
     top: 8px;
     top: 0;
     left: 34px;
    bottom: 0;
     left: 0;
    right: 0;
    margin: auto;
}
}
.cdr_prq {
/* Tableau avec th fixe */
     display: inline-block;
table.sticky_header th {
    background: #fdf4e8;
     position: -webkit-sticky;
    border-radius: 10px;
     position: sticky;
     padding: 5px 5px;
     top: 0;
     font-size: smaller;
     z-index:15;
    vertical-align: top;
    margin: 2px;
     box-shadow: 1px 1px 1px 1px #00000024;
}
}
.prq_cond {width:490px;}
/* change #5 : duplicate definition of div#dock and #siteNotice */
.prq_dispo {width:330px;}
#right_menu {
.prq_title {
    position: relative;
     background: #301506;
    top: -106px;
     color: #ffdead;
     padding:0 !important;
     padding: 8px 10px;
     margin:0 20px 0 30px !important;
     border-radius: 5px;
     background: none !important;
     height:auto !important;
}
}
.window_border {
#wiki_logo {
     margin:auto;
     position: relative;
     position:relative;
    width: 112px;
     padding:7px;
     height: 110px !important;
     z-index:0;
     background: url(https://wiki.the-west.fr/images/b/b7/Logor.png) !important;
     margin-bottom: 10px;
}
}
.wb_content {
#wiki_logo  a {
     background:url(https://wiki.the-west.fr/images/8/80/Arriere_plan_cadre.png);
     color:#FFFFFF !important;
     border-radius:15px;
     font-weight:normal;
    padding:40px;
}
}
div.wb_tl, div.wb_tr, div.wb_bl, div.wb_br {
#right_menu .no_bg {
     background-image: url(https://westfr.innogamescdn.com/images/tw2gui/window/window_border.png);
     background:none !important;
    background-repeat: no-repeat;
     height:auto !important;
     position: absolute;
}
}
div.wbt_tl, div.wbt_tr, div.wbt_bl, div.wbt_br {
/* change #5 : remove duplicate definition of #right_menu , .innogames-headline , #localNotice, .innogame and .socialBar */
    background-image: url(https://wiki.the-west.fr/images/3/3c/Table_border.png);
 
     background-repeat: no-repeat;
table.nocolor td {background: none !important;}
     position: absolute;
tr.nocolor td {background: none !important;}
        z-index:-1;
 
table th {background:#c8a481!important;}
.cdr_prq {
    display: inline-block;
     background: #FFFFFF;
    border-radius: 10px;
    padding: 5px 5px;
    font-size: smaller;
     vertical-align: top;
    margin: 2px;
    box-shadow: 1px 1px 1px 1px #00000024;
}
}
.wb_tl, .wbt_tl {
.prq_cond {width:490px;}
    background-position: left top;
.prq_dispo {width:330px;}
     bottom: 50%;
.prq_title {
     right: 50%;
     background: #F5B555;
     left: 0;
     color: black;
     top: 0;
     padding: 8px 10px;
     border-radius: 5px;
}
}
.wb_tr, .wbt_tr {
.item_container .sortval {
     background-position: right top;
     position: absolute;
     width: 50%;
    bottom: 5px;
     bottom: 50%;
    left: 8px;
     right: 0;
     text-shadow: black 1px 1px 1px;
     top: 0;
     font-size: 18px;
     color: white;
     font-weight: 40;
}
}
.wb_bl, .wbt_bl {
tr.ongoing td {
     background-position: left bottom;
     background-color:#9fea9f !important;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
}
.wb_br, .wbt_br {
.window_border {
    background-position: right bottom;
    margin:auto;
    height: 50%;
    position:relative;
    width: 50%;
    padding:7px;
    bottom: 0;
    z-index:0;
    right: 0;
}
.cadre_fin {
    display:inline-block;
    margin:auto;
    position:relative;
    padding:10px;
    z-index:0;
}
.wb_content {
    background:url(https://wiki.the-west.fr/images/8/80/Arriere_plan_cadre.png);
    border-radius:15px;
    padding:30px;
}
div.wb_tl, div.wb_tr, div.wb_bl, div.wb_br {
background-image: url(https://westfr.innogamescdn.com/images/tw2gui/window/window_border.png);
background-repeat: no-repeat;
position: absolute;
}
div.wbt_tl, div.wbt_tr, div.wbt_bl, div.wbt_br {
background-image: url(https://wiki.the-west.fr/images/3/3c/Table_border.png);
background-repeat: no-repeat;
position: absolute;
        z-index:-1;
}
div.wbtor_tl, div.wbtor_tr, div.wbtor_bl, div.wbtor_br {
background-image: url(https://wiki.the-west.fr/images/1/19/Table_border_ornement.png);
background-repeat: no-repeat;
position: absolute;
        z-index:-1;
}
.wb_tl, .wbt_tl, .wbtor_tl {
background-position: left top;
bottom: 50%;
right: 50%;
left: 0;
top: 0;
}
.wb_tr, .wbt_tr, .wbtor_tr {
background-position: right top;
width: 50%;
bottom: 50%;
right: 0;
top: 0;
}
.wb_bl, .wbt_bl, .wbtor_bl {
background-position: left bottom;
height: 50%;
right: 50%;
bottom: 0;
left: 0;
}
.wb_br, .wbt_br, .wbtor_br {
background-position: right bottom;
height: 50%;
width: 50%;
bottom: 0;
right: 0;
}
}
div.questline_frame {
div.encart_quete {
     display:inline-block;
     display:inline-block;
     position: relative;
     position: relative;
Ligne 1 550 : Ligne 1 816 :
     height: 152px;
     height: 152px;
     margin:3px;
     margin:3px;
     background: url(https://wiki.the-west.net/images/7/79/Questline_frame.png);
     background: url(https://i.imgur.com/OuFLbIN.png);
}
}
div.questline_frame .questline_name {
div.encart_quete .titre {
     top: 12px;
     top: 12px;
     text-align: center;
     text-align: center;
     position: relative;
     position: relative;
/* change #8 : correct "Encart Quête Dispo" alignment by truncating the title when needed */
height : 23px;
overflow: hidden;   
}
}
div.questline_frame .questgiver img {
div.encart_quete .donneur img {
     position: absolute;
     position: absolute;
     max-width: 75px;
     max-width: 75px;
Ligne 1 564 : Ligne 1 833 :
     left: 14px;
     left: 14px;
}
}
div.questline_frame .questgiver_overlay {
div.encart_quete .donneur_overlay {
     position: absolute;
     position: absolute;
     top: 39px;
     top: 39px;
Ligne 1 570 : Ligne 1 839 :
     width: 80px;
     width: 80px;
     height: 100px;
     height: 100px;
     background: url(https://westzz.innogamescdn.com/images/window/quest/pic_small.png);
     background: url(https://westfr.innogamescdn.com/images/window/quest/pic_small.png);
     background-size: cover;
     background-size: cover;
}
}
div.questline_frame .info {
div.encart_quete .info {
     display: inline-block;
     display: inline-block;
     position: absolute;
     position: absolute;
     top: 65px;
     top: 65px;
     left: 97px;
     left: 97px;
    width:150px;
     font-size:13px;
     font-size:13px;
     text-shadow: 1px 1px 2px #00000063;
     text-shadow: 1px 1px 2px #00000063;
}
}
.item_flag {
a.new, #p-personal a.new {
     width: 26px;
     color: #ba0000 !important;
    height: 26px;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
}
}
.item_flag.eqp {
.quest_giver > img {
     background: url("https://wiki.the-west.net/images/6/63/Product_Eqp.png");
     width:96px !important;
    height:96px !important;
}
}
.item_flag.inv{
@font-face {
     background: url("https://wiki.the-west.net/images/7/70/ItemBorder_Inv.png");
     font-family: 'Anderson Four Feather Falls';
    font-style: normal;
    font-weight: 400;
    src: local('Anderson Four Feather Falls'), local('AndersonFourFeatherFalls-Regular'),
        url(https://static.west-tools.info/fonts/Anderson.woff) format('woff'),
        url(https://static.west-tools.info/fonts/Anderson.woff) format('truetype');
}
}
.item_req {
.youtube_video { overflow:hidden;}
     background: url("https://wiki.the-west.net/images/e/ec/Item_box.png");
#mw-content-text li {
     position: relative;
    list-style-type: none;
    display: inline-block;
     background: url(https://wiki.the-west.fr/images/4/41/Arrow.png) no-repeat 0 5px;
     padding: 3px 0 3px 27px;
}
}
.item_req {
#mw-content-text li:hover {
     width: 50px;
     background: url(https://wiki.the-west.fr/images/e/e0/Arrow_active.png) no-repeat 0 5px;
    height: 50px;
    background-size: 50px;
    vertical-align: middle;
}
}
table.popup_job {
.set_icon_sprite {
     width: 100%!important;
    display:inline-block;
    position: relative;
     width: 70px;
    height: 66px;
    background:url(https://wiki.the-west.fr/images/f/f9/Ic%C3%B4nes_sets_sprite.png?1);
}
}
#ca-talk {
div.cadre_options {
    display: none !important;
     display: flex;
}
     flex-wrap: wrap;
#navbar {
     justify-content: space-evenly;
    position:relative;
     background-color: #8a5f302b;
    top:-11px;
     align-items: center;
    font-family:Calibri;
     margin-top: 5px;
    width:800px;
     margin-bottom: 5px;
        max-width:100%;
     padding-top: 5px;
    height:85px;
     padding-bottom: 5px;
    margin:0;
     border-top: 1px solid #996b39;
    padding:0;
     border-bottom: 1px solid #996b39;
    text-align:center;
    z-index:100;
}
.navbar_bgl, .navbar_bgr {
    background-image: url(images/7/78/Navbar.png);
    background-repeat: no-repeat;
    position: absolute;
    height:100%;
}
.navbar_bgl {
    background-position: left;
    right: 50%;
    left: 0;
}
.navbar_bgr {
    background-position: right;
    width: 50%;
    right: 0;
}
#navbar ul {
    list-style-type: none;
    font-size:0;
    padding:0;
    overflow: hidden;
    position:relative;
    top:45px;
    height:37px;
}
#navbar li {
    font-size:16px;
     display:inline;
     background:none !important;
    padding:0 !important;
}
#navbar li a {
    position:relative;
    display:inline-block;
    color: white;
    font-weight:normal;
     text-align: center;
    padding: 8px 10px;
    line-height:20px;
    text-decoration: none;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
 
#navbar li a:not(.selflink):hover {
    color:#FFDEAD;
}
#navbar .selflink {
    background-color: #FFDEAD;
    color:black;
    position:relative;
    display:inline-block;
    text-align: center;
    padding: 8px 10px;
    line-height:20px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2) inset;
    z-index:1;
}
#navbar li a:not(.selflink):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #FFDEAD;
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -ms-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}
#navbar li a:not(.selflink):hover:before {
    width:100%;
}
#navbar li a:after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 17px;
    height: 4px;
    width: 4px;
    background: #ffffff;
    opacity: 0.5;
}
#navbar .selflink:after{
    width: 2px;
}
#navbar li:first-child *:after{
    opacity:0;
}
#wiki_logo {
    position: relative;
    width: 112px;
    height: 110px !important;
    background: url(images/e/e4/VersionLogo.png) !important;
    margin-bottom: 10px;
}
#wiki_logo  a {
    color:#FFFFFF !important;
    font-weight:normal;
}
.flash {
    animation-name: pulse;
    -webkit-animation-name: pulse; 
    animation-duration: 1.5s; 
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse{
    0%{
    transform:scale(0.95);
        opacity:0.7
    }
    50%{
        transform:scale(1);
        opacity:1
    }
    100%{
        transform:scale(0.95);
        opacity:0.7
    }
}
 
.tw2gui_button_spoiler {
    display: inline-block;
    position: relative;
    height: 36px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    cursor: pointer;
    max-width:330px;
}
.tw2gui_button_spoiler:hover .tw2gui_button_right_cap,
.tw2gui_button_spoiler:hover .tw2gui_button_left_cap {
    background-image:url('https://westen.innogamescdn.com/images/tw2gui/button/button_highlight.png');
}
.input_level, #input_level, #input_search {
    display: inline-block;
    background: url("https://westen.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
    height: 30px;
    width: 12px;
}
.column {
  column-count: 3;
}
.tw_checkbox_no {
    display: inline-block;
    background: url("images/1/12/Noclick.png") no-repeat;
    height: 20px;
    width: 20px;
}
.tw_checkbox_on {
    display: inline-block;
    background: url("images/9/99/Onclick.png") no-repeat;
    height: 20px;
    width: 20px;
}
.calculateTable {
background-color: #d6c39f;
border: 1px solid #d6c39f;
border-collapse: collapse;
}
.calculateTable > tr > th,
.calculateTable > tr > td,
.calculateTable > * > tr > th,
.calculateTable > * > tr > td {
border: 1px solid #d6c39f;
padding: 0.0em 0.4em;
}
.calculateTable > tr > th,
.calculateTable > * > tr > th {
background-color: #d6c39f;
text-align: center;
}
.calculateTable > caption {
font-weight: bold;
}
.calculateTable > tr > th,
.calculateTable > tr > td,
.calculateTable > * > tr > th,
.calculateTable > * > tr > td,
.mw_metadata th,
.mw_metadata td {
background: #d6c39f !important;
border: 1pt solid #d6c39f;
}
.calculateTable > tr > th,
.calculateTable > * > tr > th,
.mw_metadata th {
background: #d6c39f !important;
text-align: center;
font-weight: bold;
}
#target_new {
    display: inline-block;
     background: url("https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
    height: 30px;
}
input.target {
    background: url("https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png") top right no-repeat;
    height: 30px;
    margin-left: 12px;
    padding: 0 8px 0 0;
    border: 0;
    outline: none;
    width: 90px;
    margin-right: -6px;
}
.item_table div.item_container {
    width: 60px;
    height: 60px;
    background-size: 60px;
}
.item_table div.item_container > img {
    position: absolute;
    width: 53px;
    height: 53px;
    top: 4px;
    left: 3px;
}
.number {
    position: absolute;
    bottom: 1px;
    left: 3px;
    text-shadow: black 1px 1px 1px;
    font-size: 12px;
    color: white;
}
 
/* Homepage event box */
.valentine {
    background: url("https://wiki.the-west.net/images/c/c0/Valentine.jpg") center center!important;
    background-size: cover!important;
}
 
.easter {
    background: url("https://wiki.the-west.net/images/0/01/Easter.jpg") center center!important;
    background-size: cover!important;
}
 
.independence {
    background: url("https://wiki.the-west.net/images/1/18/Independence.jpg") center center!important;
    background-size: cover!important;
}
 
.oktoberfest {
    background: url("https://wiki.the-west.net/images/7/73/Octoberfest.jpg") center center!important;
    background-size: cover!important;
}
 
.dod {
    background: url("https://wiki.the-west.net/images/c/cc/Dotd.jpg") center center!important;
    background-size: cover!important;
}
 
.container_event .bg_tl {
    left: 0;
    right: 50%;
    top: 0;
    bottom: 50%;
    background-position: top left;
}
.container_event .bg_tr {
    width: 50%;
    right: 0;
    top: 0;
    bottom: 50%;
    background-position: top right;
}
.container_event .bg_bl {
    left: 0;
    right: 50%;
    height: 50%;
    bottom: 0;
    background-position: bottom left;
}
.container_event .bg_br {
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
    background-position: bottom right;
}
.frame {
    position: absolute;
    background-image: url("https://wiki.the-west.net/images/5/56/726px-Event_box.png");
}
 
.container_event > .background.wood {
    background: url("https://wiki.the-west.net/images/1/1f/Wood.jpg") center center;
}
.container_event .background {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 6px;
    bottom: 8px;
    background: url("https://wiki.the-west.net/images/b/b5/Default.jpg") center center;
    background-repeat: repeat;
}
.event {
    display: block;
    text-decoration: none;
    margin-bottom: -35px;
}
.light, a.light {
    color: #ffe7b1;
}
.event .event-status, .event .event-date {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.event .event-name {
    font-weight: bold;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    text-shadow: 1px 1px 0 #ffcc66, 1px 1px 2px #000000;
}
.event .event-name a {
    font-weight: bold;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    text-shadow: 1px 1px 0 #ffcc66, 1px 1px 2px #000000;
}
.event .event-date {
    background: #00000085;
    padding: 2px;
    display: inline-block;
    margin: 3px;
    border-radius: 1px;
}
.container_event {
    position: relative;
    height: 100%;
    width: 100%;
}
.container_event > .content {
    position: relative;
    padding: 15px;
}
.event .content > div {
    height: 100%;
    display: flex;
    justify-content: center;
     align-items: center;
    flex-direction: column;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
}
.event-date a {
    font-weight: bold;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    color: #ffe7b1!important;
}
 
.container-title {
    width: calc(100% + 16px);
    height: 46px;
    position: relative;
    padding-top: 15px;
    margin-bottom: -15px;
    margin-left: -8px;
}
.container-title .right {
    position: absolute;
    left: 50%;
    right: 0;
    background-position: right bottom;
}
.container-title .left {
    position: absolute;
    left: 0;
    right: 50%;
    background-position: left bottom;
}
.container-title .left, .container-title .right {
    bottom: 0;
    height: 50px;
    background-image: url("https://wiki.the-west.net/images/2/29/Window2_title.png");
    background-repeat: no-repeat;
}
.container-title .title {
    color: rgb(255, 231, 177);
    display: block;
    font-family: 'Times New Roman';
    font-size: 27px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 32px;
    line-height: normal;
    margin: 0;
    padding-top: 6px;
    position: relative;
    text-align: center;
    width: 100%;
}
 
table.NewjobList tr > th {
    font-weight: bold;
    color: #ffdead !important;
    background-color: #301506 !important;
}
 
table.NewjobList, tr.mw-empty-elt {
display:block!important;
}
 
#searchItemlive{
    padding:15px 0 4px 0 !important;
    background:#44301d !important;
     margin-bottom:48px;
    box-shadow:inset 0em 0em 1.2em 0.2em #140a05
}
.audio-arrow-box {
margin-top: -25px;
    background: #e9d3a7!important;
    border-radius: 6px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
    width: 353px;
    height: 200px;
    z-index: 99;
    display: none;
    margin-left: -365px;
}
 
.audio-arrow-box::after {
    z-index: -99;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
     margin-left: 0;
    bottom: 0;
    top: 20px;
    right: calc(4px - 4%);
    box-sizing: border-box;
    border: 5px solid #e9d3a7;
     border-color: transparent transparent #e9d3a7 #e9d3a7;
    transform-origin: 0 0;
    transform: rotate(224deg);
}
 
.audio-arrow-box::before {
    z-index: 10;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: 0;
    top: 20px;
    right: calc(4px - 4%);
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #e9d3a7 #e9d3a7;
    transform-origin: 0 0;
    transform: rotate(224deg);
}
 
.popup-container {
    padding: 10px;
    height: 180px;
    overflow: auto;
    overflow-x: hidden;
background: #e9d3a7!important;
}
 
.audio-arrow-box::-webkit-scrollbar {
  width: 0px!important;
  height:0px!important;
}
 
.popup-container::-webkit-scrollbar {
  width: 0px!important;
  height:0px!important;
}
 
.item {
    display: inline-block;
}
 
.load_items {
    display:none;
padding: 8px;
}
 
#search_live_item {
z-index: 99;
position: absolute;
    right: -200px;
     top: 615%;
}
 
.aligntoleft {
float: left;
padding-right: 8px;
}
 
.aligntoright {
float: right;
padding-left: 8px;
}
span.h7 {
background-color: none!important;
padding: 0px!important;
font-size: 16px;
color: #5e321a;
display: block;
}
 
.sectioncolumns {
display: flex;
justify-content: space-between;
}
 
.section_column_ {
    width: 49%;
}
 
/* Language Picker - Criminus 2023 */
div#p-Language {
    margin-bottom: 10px;
}
 
/*
.langPicker {
    display: flex;
    justify-content: space-around;
}
*/
 
.langPicker {
    float: right;
    margin-right: 15px;
    margin-top: -10px;
}
 
.langPicker a {
    margin-left: 5px;
}
 
 
/*Table of contents title*/
#mw-toc-heading {
     background: transparent;
}
 
/*The dropdown top menus should be displayed above some of the custom headers from West*/
.skin-mirage-mirage-navigation .skin-mirage-navigation-entry-item .skin-mirage-dropdown-list {
  z-index: 101;
}
 
/*More West-like border of the table of contents*/
.toc {
  border: 1px solid #996b39;
}
 
/*Remove the title of the page. Unnecessary, and looks out of place.*/
.mw-wordmark-container span.mw-logo-wordmark {
  display: none;
}
 
/*Background for the top bar*/
#mirage-fixed-header {
  background-image: url("/skins/MirageWest/images/headline-bgtile.png");
}
 
/*Don't show username, or 'not logged in' in the top bar*/
#mirage-fixed-header .skin-mirage-username {
  display: none;
}
 
/*Don't show site notice - the thing with the side menu used in the old version of the wiki*/
#siteNotice {
  display: none;
}
 
 
/*Make 'edit' link visible again*/
a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
  color: #ccc;
}
 
h3 a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
  color: #804000;
}
 
/*Faint border around the main content*/
.mediawiki-content-container {
  border-left: 2px solid #996b39;
  border-right: 2px solid #996b39;
  border-bottom: 2px solid #996b39;
}
 
#mirage-top-header {
  border-left: 2px solid #996b39;
  border-right: 2px solid #996b39;
  border-top: 2px solid #996b39;
}
 
#left-navigation, #right-navigation, #left-navigation nav, #right-navigation nav, #left-navigation label, #right-navigation label {
  padding-right: 5px;
}
 
 
 
 
 
 
/*Make the semantic media wiki readable*/
.smw-editpage-help {
background-color: #565656;
}
 
/* Make the errors on uploading the same file readable */
.mw-destfile-warning {
    color: #5e321a;
}
 
.externalimage-holder {
    position: relative;
    margin: auto;
    display: inline-block;
    max-width: 600px;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}
img {
    max-width: 900px;
}
 
#document-wrapper
{
    max-width: 1200px;
}
 
 
 
/* West specific changes */
    /* Correct button sizes for save buttons of articles */
    #wpSave,
    #wpPreview,
    #wpDiff {
        width: initial;
    }
 
    /* Adjust image size on Main Page slightly so it cannot go outside of bounds */
    body.page-Main_Page .container-title,
    body.page-Huvudsida .container-title,
    body.page-Forside .container-title {
        width: initial;
    }
 
 
 
 
/* Mobile-specific changes */
@media screen and (max-width: 720px)
{
    /* Remove the unnecessary logo next to the navigation links */
    #mirage-navigation-header #mirage-logo {
      display: none;
    }
      
    /*Remove the wiki title on mobile*/
    .mw-logo-wordmark {
      display: none;
    }
   
    /*Set max image size on mobile, so they scale*/
    img {
      display: block;
      max-width:90%;
      width: auto;
      height: auto;
    }
 
    /* Remove text of Recent Changes button */
    div#module-site-tools li.mw-list-item:first-child a {
        color: transparent;
    }
 
    /* Avoid right-floating images to overlap text or take too much space on Mobile */
    div.tright,
    div.floatright,
    table.floatright {
        clear: right;
        float: unset;
    }
}
 
 
/* The West FR specific stuff */
 
div.title {
    position:relative;
    height: 49px;
    width:97%;
}
.title_tl, .title_tr, .title_br, .title_bl {
    background-image: url(https://wiki.the-west.fr/images/9/95/Encart.png);
    background-repeat: no-repeat;
    position: absolute;
}
.title_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.title_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.title_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.title_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
 
div.encart_quete {
    display:inline-block;
    position: relative;
    width: 272px;
    height: 152px;
    margin:3px;
    background: url(https://i.imgur.com/OuFLbIN.png);
}
div.encart_quete .titre {
    top: 12px;
    text-align: center;
    position: relative;
}
div.encart_quete .donneur img {
    position: absolute;
    max-width: 75px;
    max-height: 75px;
    top: 51px;
    left: 14px;
}
div.encart_quete .donneur_overlay {
    position: absolute;
    top: 39px;
    left: 12px;
    width: 80px;
    height: 100px;
    background: url(https://westfr.innogamescdn.com/images/window/quest/pic_small.png);
    background-size: cover;
}
div.encart_quete .info {
    display: inline-block;
    position: absolute;
    top: 65px;
    left: 97px;
    font-size:13px;
    text-shadow: 1px 1px 2px #00000063;
}
 
 
/* ****  Propriétés de la classe infobulle **** */
span.infobulle, span.DDMbulle, span.infobulleTxtL,span.infobulleTxtR {
position: relative;
cursor: help;
outline: none;
text-decoration: none;
        z-index: 1000;
}
span.infobulle, span.infobulleTxtL, span.infobulleTxtR {border-bottom: thin dotted; }
span.infobulle:hover, span.DDMbulle:hover, span.infobulleTxtL:hover, span.infobulleTxtR:hover{
text-decoration: none;
}
span.infobulle:hover, span.infobulleTxtL:hover,span.infobulleTxtR:hover {background: #FFEEDD; }
span.infobulle span, span.DDMbulle span{
position: absolute;
margin: 20px 0 0 0px;
padding: 10px;
background: #FFF7E6;
border: 1px solid #CD853F;
border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
text-align:justify;
font-size: 0.9em;
line-height:14px;
z-index: 6000;
}
 
span.infobulleTxtL span, span.infobulleTxtR span {
position: absolute;
margin: 20px 0 0 0px;
padding: 10px;
background: #F8E2B4;
border-radius: 10px;
box-shadow: 0px 0px 15px #000;
text-align:justify;
font-size: 0.9em;
line-height:14px;
z-index: 6000;
}
 
span.infobulle span {width: 450px; left: 80px; top: -150px; }
span.infobulleTxtRx span {left: 80px; top: -150px; }
span.infobulleTxtL span,span.infobulleTxtR span {top: -150px; }
.infobulleTxtL:hover span {left: -500px; top: -150px; }
.infobulleTxtR:hover span {left: 30px; top: -150px; }
 
span.DDMbulle span {width: 250px; right: -30px; top: -30px; }
span.DDMbuller span {width: 150px; top: -80px; left:100px; right:-30px}
span.infobulle:hover span,
span.DDMbulle:hover span{
        left: 2%;
background: #FFF7E6;
z-index:6;
}
span.infobulleTxtL:hover span,span.infobulleTxtR:hover span{
        /*left: 2%; */
background: #F8E2B4;
z-index:6;
}
span.infobulle span, span.infobulleTxtL span, span.infobulleTxtR span, span.DDMbulle span {
position: absolute;
left: -9999px;
margin: 4px 0 0 0px;
padding: 10px;
border:solid 1px black;
}
span.infobulleTxtL span, span.infobulleTxtR span{
position: absolute;
left: -9999px;
margin: 4px 0 0 0px;
padding: 10px;
border:solid 0px black;
        box-shadow: 0px 0px 15px #000;
        border-radius: 10px;
 
}
 
span.infobulle:hover span, span.infobulleTxtL:hover span,span.infobulleTxtR:hover span { margin: 20px 0 0 125px; }
span.DDMbulle:hover span { margin: 30px 0 30px 30px; }
span.infobulle:hover em, span.infobulleTxtL:hover em, span.infobulleTxtR:hover em, span.DDMbulle:hover em {
text-align:center;
font-family: Calibri, Tahoma, Geneva, sans-serif;
font-size: 1.4em;
font-weight: bold;
line-height:30px;
display: block;  
}
}

Version du 12 septembre 2023 à 20:24

/* 
	https://wiki.the-west.fr/wiki/MediaWiki:Common.css
   
	CSS placed here will be applied to all skins - version provided by admin 2023/08/11 + changes :

	change #1 : separate navigation menu from page body
	change #2 : Remove the title (Wiki The-West FR) of the page - removed
	change #3 : add missing bit to class "survol", forcing position and display
	change #4 : remove navbar z-index so that it is no more displayed above pop-ups
	change #5 : remove duplicate definition of div#dock , #siteNotice , #right_menu , .innogames-headline , #localNotice, 
				.innogame and .socialBar 
				add display:none to #siteNotice
	change #6 : make Menu Top sticky, glue to header's bottom and realigned left (div#module-site-navigation),
				remove definition for #navigationDummy
	change #7 : remove display of div module-site-tools : functions available from Wiki's menu options
				make #mirage-top-header justify-content: space-between;
				and div#module-site-tools float right
	change #8 : correct "Encart Quête Dispo" alignment by truncating the title when needed
*/

/* HEADER AND TOP NAVIGATION */
    #mirage-fixed-header {
        background-color: #c9b997;
        box-shadow: none;
    }

    #mirage-top-header {
        background-image: url("/skins/MirageWest/images/page-bgtile.png");
    }
	/* change #7 */
	div#mirage-top-header {
		display: flex; 
		justify-content: space-between;
	}


    /* Respect width of logo */
    img.mw-logo-icon {
        width: inherit;
    }

    .mw-wordmark-container span.mw-logo-wordmark {
        color: #3d2718;
    }
    /*change #2 : Remove the title of the page. */
    .mw-wordmark-container span.mw-logo-wordmark {
       display: none;
    }

    /* Remove duplicated logo and word mark from main page */
    #mirage-navigation-header #mirage-logo,
    #mirage-navigation-header .mw-logo-wordmark {
        display: none;
    }

   .skin-mirage-dropdown-list a {
        font-weight: normal;
    }

    div#right-navigation {
        background-color: transparent;
   }

    li.mw-list-item,
    li.skin-mirage-dropdown-container {
        background: #c9b997;
    }

	/*change #7 : remove display of div module-site-tools */
	div#module-site-tools {
		float: right;
		display: none;
	}

    div#module-site-tools li.mw-list-item,
    #module-site-tools > ul > li:last-child {
        border-color: black;
    }

    div.skin-mirage-dropdown-list > ul > li.mw-list-item {
        background: none;
    }

	
	/* change #1 : Navigation bar change - include also setting change of module-site-navigation */
	#mw-navigation { 
		margin-top: 6.8rem!important; 
		}
	
    /* Move wiki navigation menus to same line as logo */
    div#module-site-navigation {
        /* margin-top: -2.5rem;    change #1 */
    }

    /* Limit space used by site navigation to avoid overlapping buttons, and move navigation to the right slightly */
    div#module-site-navigation.skin-mirage-mirage-navigation {
        /* max-width: 70%;        	change #1 */
        /* margin-left: 10px;		change #6 */
    }

	/* change #1 : Navigation bar change - removed for change #6
	#navigationDummy {
		margin-left: auto;
		margin-right: auto;
		height: 120px;
		top: 100px;
		position: relative;
		background-image: url(/skins/MirageWest/images/page-bgtile.png);
		border-left: 2px solid #996b39;
		border-right: 2px solid #996b39;
		border-top: 2px solid #996b39;
		border-bottom: 2px solid #996b39;
		height: 40px;
		max-width: 68.5rem;
	}
	*/
	/* change #6 : make Sticky Menu Top */
	div#module-site-navigation {
		position: fixed;
		left: 0;
		z-index: 1000;
		width: 100%;
		top: 56px;
		background-color: #e9d3a7;
		border-bottom: 3px solid #996b39;
		padding-left: 10px;
	}
	
    /* Move Right Navigation (edit button etc.) in line with Recent changes 
    div#right-navigation {
        position: absolute;
        margin-right: 15px;
        margin-top: -1.25rem;
        right: 0px;
    }*/
	/* change #7 */
	div#right-navigation { 
		position: relative; 
		margin-right: 0px; 
		margin-top: 0px; 
		padding: 1rem 1rem 0; 
		right: 0px; 
	}

    /* Recent Changes button text */
    #module-site-tools > ul > li:nth-child(1) > a {
        color: #5f391a;
    }

    /* Edit button row hover styling */
    #p-views > ul > li:hover,
    #mirage-right-rail-button:hover {
        background-color: rgba(255,255,255,0.15);
        color: #404244;
        border-color: black;
    }

    /* Have to set this color back to transparent to ensure no text shows on the right rail button on hover */
    #mirage-right-rail-button:hover {
        color: transparent;
    }

    /* Adjust color for Recent Changes icon */
    .skin-mirage-ooui-icon-recentChanges:before {
        background-image: url(/load.php?modules=skin.mirage.icons&image=recentChanges&format=rasterized&lang=en&skin=fallback&version=14jep);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E recent changes %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M1 3h16v2H1V3Zm0 6h11v2H1V9Zm0 6h7v2H1v-2Zm17.8-3.1 1-1.1a.6.6 0 0 0 0-.8L18 8.2a.6.6 0 0 0-.8 0l-1 1 2.6 2.7Zm-3.3-2L10 15.3V18h2.6l5.6-5.5-2.7-2.7Z%22/%3E%3C/g%3E%3C/svg%3E");
    }

    /* Adjust color for Special Pages icon */
    .skin-mirage-ooui-icon-specialPages:before {
        background-image: url(/load.php?modules=skin.mirage.icons&image=specialPages&format=rasterized&lang=en&skin=fallback&version=dk89p);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E special pages %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath fill=%22%235f391a%22 d=%22M7 0a2 2 0 0 0-2 2h9a2 2 0 0 1 2 2v12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z%22/%3E%3Cpath fill=%22%23fill%22 d=%22M13 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2zm-6.5-3.5.41-1.09L8 15l-1.09-.41-.41-1.09-.41 1.09L5 15l1.09.41.41 1.09zm2.982-.949.952-2.561 2.53-.964-2.53-.964L9.482 8.5l-.952 2.562-2.53.964 2.53.964.952 2.561zM6 10.5l.547-1.453L8 8.5l-1.453-.547L6 6.5l-.547 1.453L4 8.5l1.453.547L6 10.5z%22/%3E%3C/g%3E%3C/svg%3E")
    }

    /* Adjust color for Random Page icon */
    .skin-mirage-ooui-icon-die:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=die&format=rasterized&skin=fallback&version=14jep);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E die %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm2 16a2 2 0 1 1 2-2 2 2 0 0 1-2 2zM5 7a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm5 5a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm5 5a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm0-10a2 2 0 1 1 2-2 2 2 0 0 1-2 2z%22/%3E%3C/g%3E%3C/svg%3E");
    }

    /* Adjust color for three dots menu icon */
    .skin-mirage-ooui-icon-ellipsis:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=ellipsis&format=rasterized&skin=fallback&version=14jep);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipsis %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Ccircle cx=%2210%22 cy=%2210%22 r=%222%22/%3E%3Ccircle cx=%223%22 cy=%2210%22 r=%222%22/%3E%3Ccircle cx=%2217%22 cy=%2210%22 r=%222%22/%3E%3C/g%3E%3C/svg%3E");
    }


    /* Background color for Edit Button and Right Rail collapse/expand button */
    #mirage-edit-button > li,
    #mirage-right-rail-button {
        /* background-image: url("/skins/MirageWest/images/page-bgtile.png"); */
        background: #c9b997;
    }

    /* Border color definitions for the top navigation buttons */
    #mirage-edit-button > li,
    #mirage-edit-button > li + li,
    #mirage-edit-button > li:first-child,
    #mirage-edit-button > li:last-child,
    #mirage-edit-button > li:hover,
    #mirage-edit-button > li + li:hover,
    #mirage-edit-button > li:hover:first-child,
    #mirage-edit-button > li:hover:last-child,
    #mirage-right-rail-button,
    #mirage-right-rail-button:focus {
        border-color: black;
    }

    /* Hover color for Edit button */
    #mirage-edit-button > li:first-child a:hover {
        color: black;
    }

    /* Color for Edit button */
    #mirage-edit-button > li:first-child a {
        color: #5f391a;
    }

    /* Adjust color for Edit icon */
    .skin-mirage-ooui-icon-edit-invert:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=edit&variant=invert&format=rasterized&skin=fallback&version=dk89p);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E edit %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22m16.77 8 1.94-2a1 1 0 0 0 0-1.41l-3.34-3.3a1 1 0 0 0-1.41 0L12 3.23zM1 14.25V19h4.75l9.96-9.96-4.75-4.75z%22/%3E%3C/g%3E%3C/svg%3E");
    }

    /* Adjust color for Watch icon */
    .skin-mirage-ooui-icon-star-invert:before,#ca-watch a:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=star&variant=invert&format=rasterized&skin=fallback&version=dk89p);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E star %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7zm-10 6.9-3.76 2.27 1-4.28L3.5 8.5h4.61L10 4.6l1.9 3.9h4.6l-3.73 3.4 1 4.28z%22/%3E%3C/g%3E%3C/svg%3E")}

    /* Adjust color for Unwatch icon */
    .skin-mirage-ooui-icon-unStar-invert:before,#ca-unwatch a:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=unStar&variant=invert&format=rasterized&skin=fallback&version=dk89p);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E un-star %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7z%22/%3E%3C/g%3E%3C/svg%3E")}

    /* Adjust color for "More" menu icon */
    .skin-mirage-ooui-icon-indicator-down-invert:before {
        background-image:url(/load.php?modules=skin.mirage.indicators&image=down&variant=invert&format=rasterized&skin=fallback&version=1h8wn);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E%3Ctitle%3E down %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M9.9 2.9 6 6.8 2.1 2.9 1 4l5 5 5-5z%22/%3E%3C/g%3E%3C/svg%3E");
    }

    /* Adjust color for Right Rail button icon */
    .skin-mirage-ooui-icon-doubleChevronEnd:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=doubleChevronEnd&format=rasterized&lang=en&skin=fallback&version=14jep);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E double chevron start %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M11 2 9.7 3.3l6.6 6.7-6.6 6.7L11 18l8-8zM2.5 2 1 3.3 7.8 10l-6.7 6.7L2.5 18l8-8z%22/%3E%3C/g%3E%3C/svg%3E");
    }


    /* Hide the editLock icon that doesn't want to be edited for some unexplainable reason */
    .skin-mirage-ooui-icon-editLock-invert:before { 
        display: none;
    }

    /* Dropdown list for history, deletion, protection etc. */
    li#ca-history,
    li#ca-delete,
    li#ca-move,
    li#ca-protect {
        background: none;
    }

    /* Remove Main Page header from Main page */
    body.page-Main_Page .mw-page-title-main {
        display: none;
    }


    /* Remove the Page and Discussion buttons from all pages */
    div#left-navigation nav#p-namespaces {
        display: none;
    }

    #module-page-navigation {
        margin: 0;
		float : right;
    }


    /* Styling of username when logged in / don't show username */
    #mirage-fixed-header .skin-mirage-username {
        color: orange;
        display: none;
    }

    /* Styling for background of dropdown on username/not logged in */
    .skin-mirage-personaltools-dropdown li {
        background: none;
    }

    /* Text color of dropdown on username/not logged in */
    li#pt-login {
        color: black;
    }

    /* Text color on dropdown when no new messages */
    .skin-mirage-no-new-messages {
        color: black;
    }

    /* Main background */
    body {
        background-attachment: fixed;
        background-image: 
            url("/skins/MirageWest/images/bg-cover-right.png"), 
            url("/skins/MirageWest/images/bg-cover-left.png"),
            url("/skins/MirageWest/images/bg-cover-bottom.png"),
            url("/skins/MirageWest/images/background.jpg");
        background-position: right center,left center,center bottom,center center;
        background-size: auto,auto,auto,cover;
        background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;
    }

/* GENERAL ARTICLE STYLING */
    main#content.mw-body, 
    main#content.mw-body-content,
    #mirage-navigation-header,
    #module-page-navigation,
    .skin-mirage-content-container {
        background-image: url("/skins/MirageWest/images/page-bgtile.png");
    }

    p, 
    h1, 
    h2, 
    h3, 
    h4, 
    h5, 
    h6, 
    li, 
    i {
        color: #3d2718;
    }

    h1,
    h2,
    .skin-mirage-right-rail-module h3,
    hr {
        border-color: #a6805a;
    }


    p a, 
    p a:visited,
    li a,
    li a:visited {
        color: #3d2718;
        font-weight: bold;
    }

    p a:hover {
        color: #3d2718;
    }

     /* Warning on MediaWiki:Custom.css page */
    .mw-editinginterface {
        color: #3d2718;
    }

    /* Table of Contents styling */
    .toc {
        background-color: #c9b997;
    }

    .toc h2 {
        color: black;
    }

    .toc li a,
    .toc li a:visited,
    .toctogglelabel {
        color: #5f391a;
    }


    /* In-article edit icon styling */
    a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small,
    a:visited.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
        color: #3d2718;
    }

    a:hover.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
        color: #3d2718;
    }


/* TABLE STYLING */
    table th {
        font-weight: normal;
        background-color: #b99968; 
        color: #5e321a;
        padding: 10px;
    }

    /* Special .announcement class table on the Main Page */
    th.announcement {
        font-weight: bold;
    }

    table td .announcement { 
        color: #5e321a;
    }

    table td, 
    table th {
        text-align: center;
        padding: 5px;
        box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.1) inset;
        background-color: #d4ba91 !important;
    }

    td, 
    th {
        padding: 0;
    }

    td {
        display: table-cell;
        vertical-align: inherit;
    }

    table {
        display: table !important; 
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px !important;
        margin-bottom: 4px;
        border-radius: 3px;
    }

    table center {
        color: #5e321a;
    }

    table a,
    table a:visited {
        color: #3d2718;
    }

    table a:hover {
        color: #1480a4;
    }

/* RIGHT RAIL STYLING */
    #mirage-right-rail {
        background-image: url("/skins/MirageWest/images/page-bgtile.png");
    }

    #mirage-right-rail a,
    #mirage-right-rail a:visited {
        color: #3d2718;
    }

    #mirage-right-rail a:hover {
        color: #3d2718;
    }

    /* Remove background color on Page tools section of Right Rail */
    .skin-mirage-module-body ul.skin-mirage-unstyled-list > li {
        background: none;
    }


/* FOOTER STYLING */
    footer {
        display: grid;
        align-content: center;
        justify-content: center;
        justify-items: center;
        margin-top: -25px;
    }
     
    footer.mw-footer {
        background-color: transparent;
        box-shadow: none;
        align-content: center;
    }

    #footer-info-lastmod,
    #footer-info-copyright,
    #footer-places-privacy,
    #footer-places-about,
    #footer-places-disclaimer {
        display: inline-block;
        margin-right: 15px;
    }

    footer ul.skin-mirage-unstyled-list#footer-info {
        margin-right: 0px;
        color: #c9b997;
        text-shadow: 1px 1px 1px black;
    }

    div#footer-places {
        margin-right: auto;
        margin-left: auto;
    }
     
    .mw-footer p,
    .mw-footer h3 {
        color: black;
    }
     
    .mw-footer a {
        color: #c9b997;
        font-weight: normal;
    }
     
    .mw-footer a:hover {
        color: #c9b997;
    }

    .mw-footer li {
        line-height: 1 !important;
    }
     
    div#footer-places {
        margin-left: initial;
    }

    h3#footer-places-label {
        display: none;
    }

    li#footer-info-lastmod {
        color: #c9b997;
    }


/* CSS placed here will be applied to all skins */
/* Wiki */
h1,h2 {
    color: #ffdead;
    background-color: #301506;
    padding-left: 10px;
    margin-top:5px;
    border-bottom: none;
    font-weight:normal;
}

/*Advanced search fix*/
#page-wrapper .tbbox-content {
    z-index: 4;
}
#ooui-php-1 {
    height: auto;
}

/*Recent changes, special sites buttons*/
div#jump-to-nav {
    display: none;
}
.oo-ui-widget {
    z-index: 4;
}
.mw-ui-button {
    width: auto;
    font-size: inherit;
    position: relative;
    margin: 0;
}
/* */
.mw-body a, .mw-body a.external {
    color: #804000;
}
#mw-content-text a, #mw-content-text a.external {
    font-weight: bold;
}
#document-wrapper {
    padding: 0 225px 0 20px;
    margin:0 auto;
    max-width: 1250px;
    min-width:880px;
}
#searchText {
 width: 80%;
 z-index: 10;
}
div.oo-ui-menuSelectWidget {
 margin-top: 40px;
}
input.oo-ui-inputWidget-input {
 width: 65%;
}
div.tbbox-rafter {
 display: none;
}
body {
background-image: url(https://wiki.the-west.net/skins/thewest/images/bg-cover-right.png),url(https://wiki.the-west.net/skins/thewest/images/bg-cover-left.png),url(https://wiki.the-west.net/images/f/f1/NewCoverBgBottom.png),url(https://wiki.the-west.net/images/d/d5/NewMainBg.jpg);
}
.tribal-button {
    width: 190px !important;
}
.with-button .tbbox-headline {
    width: 100% !important;
}
#toc{
   display:inline-block;
   width: auto;
}
table {
    width: auto;
}
.mw-collapsible {
    display:inline-block;
}
.mw-collapsible-toggle {
    margin-left:10px;
}
table.transparent, table.transparent > tbody > tr > td {
   border:none;
   background:none !important;
}
table.transparent { width:100%;}
div.tbbox-logo {z-index:100;}
@media screen and (max-width: 1100px) {
  table.transparent > tbody > tr > td {
    display:block;
  }
}
/*Sitenotice */
div#dock {
    position:relative !important;
    right: 0 !important;
    margin: 0 !important;
    width: 173px !important;
    padding-top: 5px !important;
    height: auto !important;
    background: url(/skins/thewest/images/headline-bgtile.png?1cd53) repeat !important;
    box-shadow: inset 0em 0em 1.2em 0.2em #140a05, 0 0 2px 1px #000000b3 !important;
    z-index: 500;
}
div.dock-btn {
    display: inline-block !important;
    width: 52px !important;
    height: 52px !important;
    margin:-1px;
    background: url(https://wiki.the-west.net/images/a/a2/Dock_buttons.png) no-repeat !important;
}
div.dock-btn:hover {
   background-position-x:-52px !important;
}
div.dock-btn > a > span {
    display: block !important;
    width: 52px !important;
    height: 52px !important;
    background: url(https://wiki.the-west.net/images/a/a7/Dock_icons.png) !important;
}
#siteNotice {
	display : none;  /* change #5 */
    position: absolute;
    left: 0;
    margin-left: 100%;
}
#siteNotice div.mw-parser-output {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    top: -115px !important;
}
#siteNotice div.mw-parser-output:hover {
    background: none !important;
}
#right_menu {
    padding:0 !important;
    margin:0 20px 0 30px !important;
    background: none !important;
    height:auto !important;
}
#right_menu .innogames-headline {
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    border-image-slice: 4 !important;
    border-image-source: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAECAIAAABz8up3AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QsREQkqmSTYtAAAAEZJREFUGNNjtLfQYcAAP37+4mBnY6AlYHz/5gUBFYyMWMX///+PX83///8h4sgq4YDl+OHdxLgP01jcKv8T5WMDLUWGgQAACj4ULl9i6ucAAAAASUVORK5CYII=) !important;
}
#localNotice #miniLogo { background-image: none; margin-top: -9px;}
.innogame { height: 38px !important;}
.innogame a { text-decoration: none; display: block; padding:8px 0 9px 0;}
.socialBar { background: none !important;}

/* change l'opacité de l'image au survol de la souris */
.survol {
  position:relative;  /* change #3 : add missing bit to class survol */
  display: inline-table;
}
.survol:hover {
  filter: brightness(1.15) contrast(1.1);
}

/* définit une fonction de zoom x 1.3 */
.zoom:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
/* -webkit-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%; */
}
.zoom {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.zoom {
border: 0px solid #fff;
margin: 40px 0px;
padding: 10px;
}

/* Pour des effets de clignotements */
.tilt {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}
.tilt:hover {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.pulse:hover {
  animation-name: pulse;
  -webkit-animation-name: pulse;	
  animation-duration: 1s;	
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.clignote {
  animation-name: pulse;
  -webkit-animation-name: pulse;	
  animation-duration: 1.5s;	
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
       transform: scale(0.95);
       opacity: 0.7;}
  50% {
       transform: scale(1);
       opacity: 1;}	
  100% {
       transform: scale(0.95);
       opacity: 0.7;}			
}

@-webkit-keyframes pulse {
  0% {
       -webkit-transform: scale(0.95);
       opacity: 0.7;}
  50% {
       -webkit-transform: scale(1);
       opacity: 1;}	
  100% {
       -webkit-transform: scale(0.95);
       opacity: 0.7;}			
}

/* ****  Propriétés de la classe infobulle **** */
span.infobulle, span.DDMbulle, span.infobulleTxtL,span.infobulleTxtR {
	position: relative;
	cursor: help; 
	outline: none;
	text-decoration: none;
        z-index: 1000; 
}
span.infobulle, span.infobulleTxtL, span.infobulleTxtR {border-bottom: thin dotted; }
span.infobulle:hover, span.DDMbulle:hover, span.infobulleTxtL:hover, span.infobulleTxtR:hover{
	text-decoration: none; 
	
}
span.infobulle:hover, span.infobulleTxtL:hover,span.infobulleTxtR:hover {background: #FFEEDD; }
span.infobulle span, span.DDMbulle span{
	position: absolute; 
	margin: 20px 0 0 0px; 
	padding: 10px;
	background: #FFF7E6; 
	border: 1px solid #CD853F;
	border-radius: 5px 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	text-align:justify; 
	font-size: 0.9em;
	line-height:14px;
	z-index: 6000;
}

span.infobulleTxtL span, span.infobulleTxtR span {
	position: absolute; 
	margin: 20px 0 0 0px; 
	padding: 10px;
	background: #F8E2B4; 
	border-radius: 10px; 
	box-shadow: 0px 0px 15px #000; 
	text-align:justify; 
	font-size: 0.9em;
	line-height:14px;
	z-index: 6000;
}


span.infobulle span {width: 450px; left: 80px; top: -150px; }
span.infobulleTxtRx span {left: 80px; top: -150px; }
span.infobulleTxtL span,span.infobulleTxtR span {top: -150px; }
.infobulleTxtL:hover span {left: -500px; top: -150px; }
.infobulleTxtR:hover span {left: 30px; top: -150px; }

span.DDMbulle span {width: 250px; right: -30px; top: -30px; }
span.DDMbuller span {width: 150px; top: -80px; left:100px; right:-30px}
span.infobulle:hover span, 
span.DDMbulle:hover span{
        left: 2%; 
	background: #FFF7E6; 
	z-index:6;
}
span.infobulleTxtL:hover span,span.infobulleTxtR:hover span{
        /*left: 2%; */
	background: #F8E2B4; 
	z-index:6;
}
span.infobulle span, span.infobulleTxtL span, span.infobulleTxtR span, span.DDMbulle span {
	position: absolute; 
	left: -9999px;
	margin: 4px 0 0 0px; 
	padding: 10px;
	border:solid 1px black;
}
span.infobulleTxtL span, span.infobulleTxtR span{
	position: absolute; 
	left: -9999px;
	margin: 4px 0 0 0px; 
	padding: 10px;
	border:solid 0px black;
        box-shadow: 0px 0px 15px #000;
        border-radius: 10px;

}

span.infobulle:hover span, span.infobulleTxtL:hover span,span.infobulleTxtR:hover span { margin: 20px 0 0 125px; }
span.DDMbulle:hover span { margin: 30px 0 30px 30px; }
span.infobulle:hover em, span.infobulleTxtL:hover em, span.infobulleTxtR:hover em, span.DDMbulle:hover em {
	text-align:center; 
	font-family: Calibri, Tahoma, Geneva, sans-serif; 
	font-size: 1.4em; 
	font-weight: bold;
	line-height:30px;
	display: block; 
}
.set_container {
    position:relative;
    width: 276px;
    height: 395px;
    box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
    border-radius: 10px;
}
#switch, #switch_prod {
    position: absolute;
    top: 30px;
    left: 195px;
    cursor: pointer;
}
div.set_bonus {
    border:1px solid #997146;
    width:40px;
    text-align:center;
    background-color:#4E3E26;
    color:#fff;
    font:12px arial;
    float:left;
}
table.infoSet {
    box-shadow: 2px 2px 4px #000;
    margin: 0 0 15px !important;
}
table.infoSet > tbody > tr > td {
    background-color: #d4ba91 !important;
    padding:0;
}
table.infosetatt {
    border: none;
    background: none !important;
    margin: 3px !important;
}
table.infosetatt > tbody > tr > th {
    color: #ffdead !important;
    background-color: #301506 !important;
    padding-top:0;
    padding-bottom:0;
}
table.infosetatt > tbody > tr > td {
    padding:0;
    border:none;
}
table.transparent, table.transparent > tbody > tr > td {
   border:none;
   background:none !important;
}
table.transparent { width:100% !important;}
@media screen and (max-width: 1100px) {
  table.transparent:not(.static) > tbody > tr > td {
    display:block;
  }
}
table.transparent .mw-collapsible {
    display:inline-block;
}
table.transparent .mw-collapsible-toggle {
    margin-left:10px;
}
div.set_container div.item_container > img {
    cursor:pointer;
}
div.item_container.item_off > img {
    filter:sepia(1) opacity(35%);
}
/* Tooltip bonus sets */
div.tw_bg_tl, div.tw_bg_tr, div.tw_bg_bl, div.tw_bg_br {
	background-image: url(https://wiki.the-west.fr/images/f/fc/Tooltip_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}
.tw_bg_tl {
	background-position: left top;
	bottom: 50%;
	right: 50%;
	left: 0;
	top: 0;
}
.tw_bg_tr {
	background-position: right top;
	width: 50%;
	bottom: 50%;
	right: 0;
	top: 0;
}
.tw_bg_bl {
	background-position: left bottom;
	height: 50%;
	right: 50%;
	bottom: 0;
	left: 0;
}
.tw_bg_br {
	background-position: right bottom;
	height: 50%;
	width: 50%;
	bottom: 0;
	right: 0;
}
.tooltip_outer {
	position:absolute;
	left:50%;
	bottom: 100%;
	margin-bottom: 8px;
	z-index:-1;
}
.tooltip {
	position:relative;
	padding:10px 13px 12px 13px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: opacity .15s ease-in-out;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	       -moz-transition: opacity .15s ease-in-out;
	            transition: opacity .15s ease-in-out;
	white-space:nowrap;
	max-width:350px;
        left:-50%;
        color:black;
}
.tooltip::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    margin-left: -11px;
    background-image: url(https://wiki.the-west.fr/images/3/32/Tooltip_arrow.png);
    width: 22px;
    height: 11px;
}
.tooltip_container {
position:relative;
}
.tooltip_container:hover .tooltip {
	visibility:visible;
	-webkit-transition: opacity .15s ease-in-out 0.4s;
	       -moz-transition: opacity .15s ease-in-out 0.4s;
	            transition: opacity .15s ease-in-out 0.4s;
	opacity:1;
}
.tooltip_container:hover > .tooltip_outer {
	z-index:1000;
}
.tooltip:hover {
	visibility:hidden !important;
	opacity:0 !important;
}
.per_level:after{
  content:"(par Niveau)";
}
/* Navigation Bar */
#navbar {
	position:relative;
	top:-11px;
	font-family:Calibri;
	width:800px;
        max-width:100%;
	height:85px;
	margin:0;
	padding:0;
	text-align:center;
	/* z-index:100; change #4 : remove navbar z-index */
}
.navbar_bgl, .navbar_bgr {
    background-image: url(https://wiki.the-west.fr/images/0/0d/Barre.png);
    background-repeat: no-repeat;
    position: absolute;
    height:100%;
}
.navbar_bgl {
    background-position: left;
    right: 50%;
    left: 0;
}
.navbar_bgr {
    background-position: right;
    width: 50%;
    right: 0;
}
#navbar > #icon1 , #navbar > #icon2{
	position:absolute;
	bottom:0;
	z-index:1;
	pointer-events: none;
}
#navbar > #icon1.rev , #navbar > #icon2.rev{
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
#navbar > #icon1{
	left:75px;
}
#navbar > #icon2{
	right:75px;  
}
@media screen  and (max-width: 1340px) {
    #navbar > #icon1 , #navbar > #icon2 {
        display:none;
    }
}
#navbar ul {
	list-style-type: none;
	font-size:0;
	padding:0;
	overflow: hidden;
	position:relative;
	top:42px;
	height:37px;
}
#navbar li {
	font-size:16px;
	display:inline;
	background:none !important;
	padding:0 !important;
}
#navbar li a {
	position:relative;
	display:inline-block;
	color: white;
	font-weight:normal;
	text-align: center;
	padding: 8px 10px;
	line-height:20px;
	text-decoration: none;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

#navbar li a:not(.selflink):hover {
	color:#FFDEAD;
}
#navbar .selflink {
	background-color: #FFDEAD;
	color:black;
	position:relative;
	display:inline-block;
	text-align: center;
	padding: 8px 10px;
	line-height:20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2) inset;
	z-index:1;
}
#navbar li a:not(.selflink):before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	background: #FFDEAD;
	-webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}
#navbar li a:not(.selflink):hover:before {
	width:100%;
}
#navbar li a:after {
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	top: 17px;
	height: 4px;
	width: 4px;
	background: #ffffff;
	opacity: 0.5;
}
#navbar .selflink:after{
	width: 2px;
}
#navbar li:first-child *:after{
	opacity:0;
}
/* Items shop */
.shop_container {
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/0/05/Shop_container.png);
    width: 149px;
    height: 176px;
    margin: 0px;
    text-align: center;
    display:inline-block;
}
.shop_container .shop_name {
    display: inline-block;
    width: 114px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    font-size: 12px;
    position: absolute;
    line-height: 1.1;
    left: 18px;
    top: 20px;
    font-size: 13px;
}
.shop_container .shop_item {
    top: 40px;
    left: 35px;
    position: absolute;
}
.shop_container .shop_price {
    background-image: url(https://wiki.the-west.fr/images/0/0b/Shop_price.png);
    width: 100%;
    height: 32px;
    position: absolute;
    top: 132px;
    line-height:32px;
    font-size:12px;
    font-weight:bold;
    color:white;
    text-shadow:0.1em 0.1em 0.2em #333333;
}
.shop_container .shop_border {
    width: 133px;
    height: 162px;
    position: absolute;
    left: 9px;
    top: 5px;
    background: url(https://wiki.the-west.fr/images/b/b1/Shop_frame.png) no-repeat;
}
.shop_container #vert {background-position: -133px 0;}
.shop_container #bleu {background-position: -266px 0;}
.shop_container #rouge {background-position: -399px 0;}
.shop_container #orange {background-position: -532px 0;}
.shop_container #marron {background-position: -665px 0;}
.shop_container #violet {background-position: -798px 0;}
.shop_container #cyan {background-position: -931px 0;}
.shop_container #gris {background-position: -1064px 0;}
/* Bannière nouveaux sets */
.new_set {
    width: 36px;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(https://wiki.the-west.fr/images/1/1a/New.png);
    pointer-events: none;
    z-index: 1;
}
/* Arrière plan Noël / Saint Valentin / Saint patrick/ pâques/event*/
.xmas {
	background-image: url(https://wiki.the-west.fr/images/5/58/Arri%C3%A8re-plan_No%C3%ABl.png) !important;
	background-repeat:no-repeat !important;
}
.valentine {
	background-image: url(https://westfr.innogamescdn.com/images/window/events/valentine/valentine_bg.png) !important;
	background-repeat:no-repeat !important;
	background-position:bottom;
}
.sp {
        background-image: url(https://wiki.the-west.fr/images/0/0a/St_patrick_bg.png) !important;
        background-repeat:no-repeat !important;
        background-position:center;
}
.pâques {
        background-image: url(https://wiki.the-west.fr/images/4/41/Bg_pâques.png) !important;
        background-repeat:no-repeat !important;
        background-position:bottom;

}
/* Nouvelles popup */
div.tw_bg_popup_tl,
div.tw_bg_popup_tr,
div.tw_bg_popup_bl,
div.tw_bg_popup_br {
    background-image: url(https://wiki.the-west.fr/images/5/59/Fond_objets.png);
    position: absolute;
    z-index: -1;
}
.tw_bg_popup_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.tw_bg_popup_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.tw_bg_popup_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.tw_bg_popup_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
div.popup_window {
    position: absolute;
    display: none;
    margin: 0px;
    min-width: 200px;
    white-space: nowrap;
    z-index:1000;
}
div.item_container {
    height: 79px;
    width: 79px;
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/a/a9/Case_inventaire.png);
    background-repeat: no-repeat;
    background-size:contain;
    display: inline-block;
}
div.item_container.wear {
    height: 93px;
    width: 94px;
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/8/82/Item_box_wear.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.wear2 {
    height: 138px;
    width: 95px;
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/5/54/Item_box_wear2.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.empty {
    background-image: none;
}
div.item_container > img, div.item_container > a > img {
    position: absolute;
    top: 3px;
    left: 3px;
}
div.item_border div.item_container > img,
div.item_container.wear > img,
div.item_container.wear2 > img {
    top: 0px !important;
    left: 0px !important;
}
div.item_container:hover div.popup_window {
    left: 120%;
    top: 10px;
    z-index: 10;
    display: block;
}
small div.item_container {
    height: 60px;
    width: 60px;
}
small div.item_container > img, small div.item_container > a > img {
    width:54px !important;
    height:54px !important;
}
div.popup_contents {
    margin: 25px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}
div.popup_contents * {
    margin: 0;
}
div.popup_image {
    background-image: url(https://wiki.the-west.fr/images/a/a9/Case_inventaire.png);
    background-repeat: no-repeat;
    width: 79px;
    height: 79px;
    margin: auto;
}
.popup_divider {
    width:124px;
    height:6px;
    margin-top:4px !important;
    background-image: url(https://wiki.the-west.fr/images/d/d5/Barre_de_division.png);
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
div.popup_image img {
    padding-top: 3px;
    padding-left: 4px;
}
.popup_attribute {
    text-align: left;
    padding-left: 7px;
    font-size: 12px;
    color: #070;
    font-weight: bold;
}
.popup_skill {
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    color: #070;
}
.popup_type {
    font-style: italic;
    font-size: 8pt;
    text-align: center;
}
.popup_name {
    font-size: 13px;
    color: #070;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
}
.popup_infos {
    text-align: center;
}
.popup_id {
    color: blue;
}
.popup_set {
    color: #800080;
    font-weight: bold;
}
.popup_speed {
    color: #8b4513;
}
.popup_fb {
    color: #8b4513;
    font-weight: bold;
}
.popup_fb_stats {
    color: #8b4513;
    font-weight: bold;
}
.popup_dmg {
    font-weight: bold;
    text-align: center;
}
.popup_text {
    color: #007777;
    white-space: normal;
    max-width: 200px;
}
.popup_quest {
  color:#800000;
  text-align:center;
  font-style: italic;
}
.item_number {
    position: absolute;
    margin: 0;
    bottom: 2px;
    left: 6px;
    text-shadow: black 1px 1px 1px;
    color: white;
    font-weight: bold;
    z-index: 2;
    font-size: 16pt;
}
div.item_number_proba .item_number {
    top:auto;
    bottom: 0;
    font-size: 11pt;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0px 2px 0 1px;
    box-shadow: 1px 1px 3px #000;
    border-radius: 1px 1px 3px;
}
.popup_bonus {
    color:#8b4513;
}
.popup_job {
    display:inline-block;
    border-radius: 3px;
    border: 1px solid #804000;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.popup_job img {
    width:50px;
    height:50px;
}
.popup_crafteditem {
    display:inline-block;
    background: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.popup_crafteditem table {
    border-radius: 3px;
    border: 1px solid #804000;
    text-align: center;
}
.popup_txtgreen {
    color: green;
}
.popup_txtred {
    color: #900;
}
.item_level {
    position: absolute;
    display:block;
    top: 4px;
    left: 3px;
    height: 13px;
    line-height: 13px;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    font-size: 12px;
    padding: 1px 2px 0 2px;
    color: #ffffff;
    font-weight: normal;
    box-shadow: 1px 1px 3px #000000;
    border-radius: 0 0 2px 0;
    text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
    white-space: nowrap;
    z-index: 1;
}
.icon_level {
    display: inline-block;
    width: 15px;
    height:12px;
    background:url(https://westfr.innogamescdn.com/images/items/item_level.png);
    margin-right: 3px;
}
.level {
    vertical-align: top;
}
.upgrade {
    display: inline-block;
    width:12px;
    height: 12px;
    background: url(https://wiki.the-west.fr/images/c/ca/Upgrade_icons.png) 0px 12px;
    margin: 0px 3px 0 1px;
    cursor: pointer;
}
.upgrade:hover {
    background-position-y:0px;
}
.downgrade {
    display: inline-block;
    width:12px;
    height:12px;
    background: url(https://wiki.the-west.fr/images/c/ca/Upgrade_icons.png) 12px 12px;
    margin: 0px 3px 0 3px;
    cursor: pointer;
}
.downgrade:hover {
    background-position-y:0px;
}

.item_container[data-lvl="0"] .item_level {
	display:none;
}
.item_container:hover .item_level {
	display:block;
}
.item_container .upgrade, .item_container .downgrade {
	display:none;
}
.item_container:hover .upgrade, .item_container:hover .downgrade {
	display:inline-block;
}
.input_level,
#input_level,
#input_search {
    display: inline-block;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
    height: 30px;
    width: 12px;
}
#input_search {
    position: absolute;
    right: 250px;
}
input.west, select.west {
    background: url(https://westfr.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
    height: 30px;
    width: 180px;
    margin-left: 12px;
    padding: 0px 8px 0px 0px;
    border: 0;
    outline: none;
}

.cdrjob{
  border: 4px solid #74563D;
  border-radius: 8px;
  background-color: #D4BA91;
  align-content: center;
  width:auto !important;
  margin-left: 15px !important;
  margin-right:15px;
  padding: 12px;
  box-shadow: 1px 1px 2px #00000087;
}
.cdrjob:after {
  content:' ';
  clear: both;
  display: block;
}
.xdrjobT{
  text-shadow: 1px 1px 2px rgba(26, 26, 203, 0.51); 
  color:#404040; 
  font-size:30px; 
  width:100%; 
  text-align:center; 
  line-height:26px;
  border: 0; 
  font-weight: bold;
  font-family: System;text-decoration: underline;
}

#tableh {display: table;}
.row {display: table-row;}
.cell {display: table-cell;}

div.prize-section {
    display:inline-block;
    position:relative;
    margin: auto;
}
div.prize-section .section-border {
    border: 3px solid #a49e97;
    border-radius: 8px;
    box-shadow: 0 0 20px inset;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
div.prize-section .section-bg {
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 3px;
    top: 3px;
    opacity: 0.4;
    border-radius: 5px;
}

div.prize-section .section-legend {
    position: relative;
    text-align: center;
    text-shadow: 0 0 5px #000;
    padding: 10px 15px 5px 15px;
    color: white;
    font-size:20px;
}
div.prize-section .section-content {
    position: relative;
    padding: 15px;
}
div.title {
    position:relative;
    height: 49px;
    width:97%;
}
.title_tl, .title_tr, .title_br, .title_bl {
    background-image: url(https://wiki.the-west.fr/images/9/95/Encart.png);
    background-repeat: no-repeat;
    position: absolute;
}
.title_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.title_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.title_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.title_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
/* Centrer les images dans les annonces */
div.ann_img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* Tableau avec th fixe */
table.sticky_header th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:15;
}
/* change #5 : duplicate definition of div#dock and #siteNotice */
#right_menu {
    position: relative;
    top: -106px;
    padding:0 !important;
    margin:0 20px 0 30px !important;
    background: none !important;
    height:auto !important;
}
#wiki_logo {
    position: relative;
    width: 112px;
    height: 110px !important;
    background: url(https://wiki.the-west.fr/images/b/b7/Logor.png) !important;
    margin-bottom: 10px;
}
#wiki_logo  a {
    color:#FFFFFF !important;
    font-weight:normal;
}
#right_menu .no_bg {
    background:none !important;
    height:auto !important;
}
/* change #5 : remove duplicate definition of #right_menu , .innogames-headline , #localNotice, .innogame and .socialBar */

table.nocolor td {background: none !important;}
tr.nocolor td {background: none !important;}

table th {background:#c8a481!important;}
.cdr_prq {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 5px 5px;
    font-size: smaller;
    vertical-align: top;
    margin: 2px;
    box-shadow: 1px 1px 1px 1px #00000024;
}
.prq_cond {width:490px;}
.prq_dispo {width:330px;}
.prq_title {
    background: #F5B555;
    color: black;
    padding: 8px 10px;
    border-radius: 5px;
}
.item_container .sortval {
    position: absolute;
    bottom: 5px;
    left: 8px;
    text-shadow: black 1px 1px 1px;
    font-size: 18px;
    color: white;
    font-weight: 40;
}
tr.ongoing td {
    background-color:#9fea9f !important;
}
.window_border {
    margin:auto;
    position:relative;
    padding:7px;
    z-index:0;
}
.cadre_fin {
    display:inline-block;
    margin:auto;
    position:relative;
    padding:10px;
    z-index:0;
}
.wb_content {
    background:url(https://wiki.the-west.fr/images/8/80/Arriere_plan_cadre.png);
    border-radius:15px;
    padding:30px;
}
div.wb_tl, div.wb_tr, div.wb_bl, div.wb_br {
	background-image: url(https://westfr.innogamescdn.com/images/tw2gui/window/window_border.png);
	background-repeat: no-repeat;
	position: absolute;
}
div.wbt_tl, div.wbt_tr, div.wbt_bl, div.wbt_br {
	background-image: url(https://wiki.the-west.fr/images/3/3c/Table_border.png);
	background-repeat: no-repeat;
	position: absolute;
        z-index:-1;
}
div.wbtor_tl, div.wbtor_tr, div.wbtor_bl, div.wbtor_br {
	background-image: url(https://wiki.the-west.fr/images/1/19/Table_border_ornement.png);
	background-repeat: no-repeat;
	position: absolute;
        z-index:-1;
}
.wb_tl, .wbt_tl, .wbtor_tl {
	background-position: left top;
	bottom: 50%;
	right: 50%;
	left: 0;
	top: 0;
}
.wb_tr, .wbt_tr, .wbtor_tr {
	background-position: right top;
	width: 50%;
	bottom: 50%;
	right: 0;
	top: 0;
}
.wb_bl, .wbt_bl, .wbtor_bl {
	background-position: left bottom;
	height: 50%;
	right: 50%;
	bottom: 0;
	left: 0;
}
.wb_br, .wbt_br, .wbtor_br {
	background-position: right bottom;
	height: 50%;
	width: 50%;
	bottom: 0;
	right: 0;
}
div.encart_quete {
    display:inline-block;
    position: relative;
    width: 272px;
    height: 152px;
    margin:3px;
    background: url(https://i.imgur.com/OuFLbIN.png);
}
div.encart_quete .titre {
    top: 12px;
    text-align: center;
    position: relative;
	/* change #8 : correct "Encart Quête Dispo" alignment by truncating the title when needed */
	height : 23px;
	overflow: hidden;    
}
div.encart_quete .donneur img {
    position: absolute;
    max-width: 75px;
    max-height: 75px;
    top: 51px;
    left: 14px;
}
div.encart_quete .donneur_overlay {
    position: absolute;
    top: 39px;
    left: 12px;
    width: 80px;
    height: 100px;
    background: url(https://westfr.innogamescdn.com/images/window/quest/pic_small.png);
    background-size: cover;
}
div.encart_quete .info {
    display: inline-block;
    position: absolute;
    top: 65px;
    left: 97px;
    font-size:13px;
    text-shadow: 1px 1px 2px #00000063;
}
a.new, #p-personal a.new {
    color: #ba0000 !important;
}
.quest_giver > img {
    width:96px !important;
    height:96px !important;
}
@font-face {
    font-family: 'Anderson Four Feather Falls';
    font-style: normal;
    font-weight: 400;
    src: local('Anderson Four Feather Falls'), local('AndersonFourFeatherFalls-Regular'),
        url(https://static.west-tools.info/fonts/Anderson.woff) format('woff'),
        url(https://static.west-tools.info/fonts/Anderson.woff) format('truetype');
}
.youtube_video { overflow:hidden;}
#mw-content-text li {
    list-style-type: none;
    background: url(https://wiki.the-west.fr/images/4/41/Arrow.png) no-repeat 0 5px;
    padding: 3px 0 3px 27px;
}
#mw-content-text li:hover {
    background: url(https://wiki.the-west.fr/images/e/e0/Arrow_active.png) no-repeat 0 5px;
}
.set_icon_sprite {
    display:inline-block;
    position: relative;
    width: 70px;
    height: 66px;
    background:url(https://wiki.the-west.fr/images/f/f9/Ic%C3%B4nes_sets_sprite.png?1);
}
div.cadre_options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #8a5f302b;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #996b39;
    border-bottom: 1px solid #996b39;
}