MediaWiki:Common.css

De Wiki The-West FR
Aller à la navigation

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* ***************************************************** */
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* ***************************************************** */

/* Paramètres globaux de mise en page du Wiki => en cours de Test */
body {
background-image: url(https://wiki.the-west.fr/skins/thewest/images/bg-cover-right.png),url(https://wiki.the-west.fr/skins/thewest/images/bg-cover-left.png),url(https://wiki.the-west.fr/images/f/f1/NewCoverBgBottom.png),url(https://wiki.the-west.fr/images/d/d5/NewMainBg.jpg);
}
div.tbbox-logo {z-index:100;}
.mw-body a, .mw-body a.external {
    color: #804000;
}
#mw-content-text a, #mw-content-text a.external {
    font-weight: bold;
}
*:focus {
    outline: none;
}
/* Corrections formulaire recherche avancée*/
#searchText {
 width: 80%;
 z-index: 10;
}
div.oo-ui-menuSelectWidget {
 margin-top: 40px;
}
input.oo-ui-inputWidget-input {
 width: 65%;
}
/* Titres pages sélectionnables */
div.tbbox-rafter {
 display: none;
}
div.mw-content-ltr table {
    width:auto;
    margin:auto;
}
table td {
    font-size:inherit;
}
#document-wrapper {
    padding: 0 225px 0 20px;
    margin:0 auto;
    max-width: 1250px;
    min-width:905px;
}
div.mw-content-ltr img {
    width:unset;
    max-width:100%;
    height:auto;
}
div.mw-content-ltr table img {
    max-width:none !important;
}
div.mw-content-ltr table.mw-collapsible {
    background-color:#e9d3a7 !important;
    border: none !important;
}
.tribal-button {
    width: 190px !important;
}
.with-button .tbbox-headline {
    width: 100% !important;
}


table.prerequis {
  background-image:url('images/content/contentBg.png');
  background-repeat: repeat;
  border:0px;
  border-spacing:0;
  margin:0 auto;  
}


div.prerequis {
/*  background: url("http://wiki.the-west.fr/skins/thewest/images/content/contentBg.png") repeat-y; */
  border:1px solid #CCC; 
  border-radius:10px; 
  background:#FFF; 
  border-right:3px solid #ccc; 
  border-bottom:3px solid #ccc; 
  padding:5px; 
  line-height:1.3; 
  margin-left:2px; 
  margin-right:1px;
  text-align:center;
}

.survol {
  position:relative;
  display: inline-table;
}
/* change l'opacité de l'image au survol de la souris */
.survol:hover {
  opacity:0.75;
  filter:alpha(opacity=75);
}

/* 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;
}
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; 
	z-index: 6; 
}
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;
}
.infoSet {
    width:auto;
    margin-top:10px;
    padding: 0;
    text-align:center;
    border: 1px solid #806D47;
    box-shadow: 1px 1px 5px #000;;
}
table.infosetatt {
    border: 1px solid #806D47;
    background-color: #EBEBCF;
    padding: 0;
    margin:0 !important;
    height: 44px;
}
table.infosetatt td {
    padding: 0;
    vertical-align: middle;
}
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;
}
.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:18px;
	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;
}
/* Arrière plan Noël / Saint Valentin */
.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;
}
/* 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;
    left: 5px;
    top: 5px;
    z-index: 10;
    font-size: 16pt;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}
.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_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: 6px solid #74563D;
  border-radius: 15px;
  background-color: #D4BA91;
  align-content: center;
  width:auto !important;
  margin-left: 15px !important;
  margin-right:15px;
  padding: 12px;
  box-shadow: 1px 1px 10px #000000ab;
}
.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;
}
/* Barre latérale droite*/
div#dock {
    position:relative !important;
    right: 0 !important;
    margin: 0 !important;
    width: 173px !important;
    padding-top: 5px !important;
    padding-bottom: 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, 0px 0px 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.fr/images/d/d9/Bouton_barre_lat%C3%A9rale.png) no-repeat !important;
}
div.dock-btn:hover {
   background-position-x:-52px !important;
}
#siteNotice {
    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: -235px !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;
}
#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;
}
#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;height:auto !important;}
table.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;}
.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:20px;
    z-index:0;
}
.wb_content {
    background:url(https://i.imgur.com/00Qq3AN.png);
    border-radius:15px;
    padding:10px;
}
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;
}
.wb_tl, .wbt_tl {
	background-position: left top;
	bottom: 50%;
	right: 50%;
	left: 0;
	top: 0;
}
.wb_tr, .wbt_tr {
	background-position: right top;
	width: 50%;
	bottom: 50%;
	right: 0;
	top: 0;
}
.wb_bl, .wbt_bl {
	background-position: left bottom;
	height: 50%;
	right: 50%;
	bottom: 0;
	left: 0;
}
.wb_br, .wbt_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: 72px;
    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://west-tools.alwaysdata.net/common/fonts/Anderson.woff) format('woff'),
        url(https://west-tools.alwaysdata.net/common/fonts/Anderson.ttf) 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;
}
/* Let it snow */
#firstHeading:before, #firstHeading:after {
    content:" ";
    position:absolute;
     width:calc(50% + 15px);
    height:58px;
    top:-10px;
    background:url(https://wiki.the-west.fr/images/d/d6/Bordure_neige.png);
    z-index:10;
}
#firstHeading:before {
    left:-15px;
    background-position:left;
}
#firstHeading:after {
    right:-15px;
    background-position:right;
}
.annonce:before, .annonce:after {
    content:" ";
    position:absolute;
    height:40px;
    top:-4px;
    background:url(https://wiki.the-west.fr/images/d/d6/Bordure_neige.png);
    z-index:10;
    background-size:auto 100%;
}
.annonce:before {
    width:calc(50% + 4px);
    left:-4px;
    background-position:left;
}
.annonce:after {
    width:calc(50% + 9px);
    right:-9px;
    background-position:right;
}
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
  z-index:-1 !important;
  background:none !important;
}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}