Jump to: content

MediaWiki:Common.css: Difference between revisions

From The-West Wiki
Jump to:navigation Jump to:search
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


@media screen and (min-width: 1340px) { #mw-site-navigation { margin-top: 125px; } }
@media screen and (min-width: 1340px) {
#mw-site-navigation {
margin-top: 125px;
}
}


/* Homepage event box */
/* Homepage event box */
.valentine {
.valentine {
    background: url("https://the-west.wiki/images/assets/Valentine.jpg") center center!important;
background: url("https://the-west.wiki/images/assets/Valentine.jpg") center center !important;
    background-size: cover!important;
background-size: cover !important;
}
}


.easter {
.easter {
    background: url("https://the-west.wiki/images/assets/Easter.jpg") center center!important;
background: url("https://the-west.wiki/images/assets/Easter.jpg") center center !important;
    background-size: cover!important;
background-size: cover !important;
}
}


.independence {
.independence {
    background: url("https://the-west.wiki/images/assets/Independence.jpg") center center!important;
background: url("https://the-west.wiki/images/assets/Independence.jpg") center center !important;
    background-size: cover!important;
background-size: cover !important;
}
}


.oktoberfest {
.oktoberfest {
    background: url("https://the-west.wiki/images/assets/Octoberfest.jpg") center center!important;
background: url("https://the-west.wiki/images/assets/Octoberfest.jpg") center center !important;
    background-size: cover!important;
background-size: cover !important;
}
}


.dod {
.dod {
    background: url("https://the-west.wiki/images/assets/Dotd.jpg") center center!important;
background: url("https://the-west.wiki/images/assets/Dotd.jpg") center center !important;
    background-size: cover!important;
background-size: cover !important;
}
}


.container_event .bg_tl {
.container_event .bg_tl {
    left: 0;
left: 0;
    right: 50%;
right: 50%;
    top: 0;
top: 0;
    bottom: 50%;
bottom: 50%;
    background-position: top left;
background-position: top left;
}
}
.container_event .bg_tr {
.container_event .bg_tr {
    width: 50%;
width: 50%;
    right: 0;
right: 0;
    top: 0;
top: 0;
    bottom: 50%;
bottom: 50%;
    background-position: top right;
background-position: top right;
}
}
.container_event .bg_bl {
.container_event .bg_bl {
    left: 0;
left: 0;
    right: 50%;
right: 50%;
    height: 50%;
height: 50%;
    bottom: 0;
bottom: 0;
    background-position: bottom left;
background-position: bottom left;
}
}
.container_event .bg_br {
.container_event .bg_br {
    width: 50%;
width: 50%;
    height: 50%;
height: 50%;
    right: 0;
right: 0;
    bottom: 0;
bottom: 0;
    background-position: bottom right;
background-position: bottom right;
}
}
.frame {
.frame {
    position: absolute;
position: absolute;
    background-image: url("https://the-west.wiki/images/assets/726px-Event_box.png");
background-image: url("https://the-west.wiki/images/assets/726px-Event_box.png");
}
}


.container_event > .background.wood {
.container_event>.background.wood {
    background: url("https://the-west.wiki/images/assets/Wood.jpg") center center;
background: url("https://the-west.wiki/images/assets/Wood.jpg") center center;
}
}
.container_event .background {
.container_event .background {
    position: absolute;
position: absolute;
    left: 0px;
left: 0px;
    right: 0px;
right: 0px;
    top: 6px;
top: 6px;
    bottom: 8px;
bottom: 8px;
    background: url("https://the-west.wiki/images/assets/Default.jpg") center center;
background: url("https://the-west.wiki/images/assets/Default.jpg") center center;
    background-repeat: repeat;
background-repeat: repeat;
}
}
.event {
.event {
    display: block;
display: block;
    text-decoration: none;
text-decoration: none;
    margin-bottom: -35px;
margin-bottom: -35px;
}
}
.light, a.light {
 
    color: #ffe7b1;
.light,
a.light {
color: #ffe7b1;
}
}
.event .event-status, .event .event-date {
 
    font-size: 14px;
.event .event-status,
    font-weight: bold;
.event .event-date {
    text-decoration: none;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
}
.event .event-name {
.event .event-name {
    font-weight: bold;
font-weight: bold;
    text-decoration: underline;
text-decoration: underline;
    font-family: Georgia, 'Times New Roman', serif;
font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
font-size: 26px;
    text-shadow: 1px 1px 0 #ffcc66, 1px 1px 2px #000000;
text-shadow: 1px 1px 0 #ffcc66, 1px 1px 2px #000000;
}
}
.event .event-name a {
.event .event-name a {
    font-weight: bold;
font-weight: bold;
    text-decoration: underline;
text-decoration: underline;
    font-family: Georgia, 'Times New Roman', serif;
font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
font-size: 26px;
    text-shadow: 1px 1px 0 #ffcc66, 1px 1px 2px #000000;
text-shadow: 1px 1px 0 #ffcc66, 1px 1px 2px #000000;
}
}
.event .event-date {
.event .event-date {
    background: #00000085;
background: #00000085;
    padding: 2px;
padding: 2px;
    display: inline-block;
display: inline-block;
    margin: 3px;
margin: 3px;
    border-radius: 1px;
border-radius: 1px;
}
}
.container_event {
.container_event {
    position: relative;
position: relative;
    height: 100%;
height: 100%;
    width: 100%;
width: 100%;
}
}
.container_event > .content {
 
    position: relative;
.container_event>.content {
    padding: 15px;
position: relative;
padding: 15px;
}
}
.event .content > div {
 
    height: 100%;
.event .content>div {
    display: flex;
height: 100%;
    justify-content: center;
display: flex;
    align-items: center;
justify-content: center;
    flex-direction: column;
align-items: center;
    padding: 4px;
flex-direction: column;
    box-sizing: border-box;
padding: 4px;
    text-align: center;
box-sizing: border-box;
text-align: center;
}
}
.event-date a {
.event-date a {
    font-weight: bold;
font-weight: bold;
    text-decoration: underline;
text-decoration: underline;
    font-family: Georgia, 'Times New Roman', serif;
font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
font-size: 14px;
    color: #ffe7b1!important;
color: #ffe7b1 !important;
}
}


.container-title {
.container-title {
    width: calc(100% + 16px);
width: calc(100% + 16px);
    height: 46px;
height: 46px;
    position: relative;
position: relative;
    padding-top: 15px;
padding-top: 15px;
    margin-bottom: -15px;
margin-bottom: -15px;
    margin-left: -8px;
margin-left: -8px;
}
}
.container-title .right {
.container-title .right {
    position: absolute;
position: absolute;
    left: 50%;
left: 50%;
    right: 0;
right: 0;
    background-position: right bottom;
background-position: right bottom;
}
}
.container-title .left {
.container-title .left {
    position: absolute;
position: absolute;
    left: 0;
left: 0;
    right: 50%;
right: 50%;
    background-position: left bottom;
background-position: left bottom;
}
}
.container-title .left, .container-title .right {
 
    bottom: 0;
.container-title .left,
    height: 50px;
.container-title .right {
    background-image: url("https://the-west.wiki/images/assets/Window2_title.png");
bottom: 0;
    background-repeat: no-repeat;
height: 50px;
background-image: url("https://the-west.wiki/images/assets/Window2_title.png");
background-repeat: no-repeat;
}
}
.container-title .title {
.container-title .title {
    color: rgb(255, 231, 177);
color: rgb(255, 231, 177);
    display: block;
display: block;
    font-family: 'Times New Roman';
font-family: 'Times New Roman';
    font-size: 27px;
font-size: 27px;
    font-style: normal;
font-style: normal;
    font-variant: normal;
font-variant: normal;
    font-weight: bold;
font-weight: bold;
    height: 32px;
height: 32px;
    line-height: normal;
line-height: normal;
    margin: 0;
margin: 0;
    padding-top: 6px;
padding-top: 6px;
    position: relative;
position: relative;
    text-align: center;
text-align: center;
    width: 100%;
width: 100%;
}
}


/* Some Old CSS From the original Wiki */
/* Some Old CSS From the original Wiki */
#wiki_logo {
#wiki_logo {
    position: relative;
position: relative;
    width: 112px;
width: 112px;
    height: 110px !important;
height: 110px !important;
    background: url("https://the-west.wiki/images/assets/VersionLogo.png") !important;
background: url("https://the-west.wiki/images/assets/VersionLogo.png") !important;
    margin-bottom: 10px;
margin-bottom: 10px;
}
}


Line 192: Line 218:
div.tw_bg_bl,
div.tw_bg_bl,
div.tw_bg_br {
div.tw_bg_br {
    background-image: url(https://the-west.wiki/images/assets/Popup.png);
background-image: url(https://the-west.wiki/images/assets/Popup.png);
    position: absolute;
position: absolute;
    z-index: -1;
z-index: -1;
}
}
.tw_bg_tl {
.tw_bg_tl {
    background-position: left top;
background-position: left top;
    bottom: 50%;
bottom: 50%;
    right: 50%;
right: 50%;
    left: 0;
left: 0;
    top: 0;
top: 0;
}
}
.tw_bg_tr {
.tw_bg_tr {
    background-position: right top;
background-position: right top;
    width: 50%;
width: 50%;
    bottom: 50%;
bottom: 50%;
    right: 0;
right: 0;
    top: 0;
top: 0;
}
}
.tw_bg_bl {
.tw_bg_bl {
    background-position: left bottom;
background-position: left bottom;
    height: 50%;
height: 50%;
    right: 50%;
right: 50%;
    bottom: 0;
bottom: 0;
    left: 0;
left: 0;
}
}
.tw_bg_br {
.tw_bg_br {
    background-position: right bottom;
background-position: right bottom;
    height: 50%;
height: 50%;
    width: 50%;
width: 50%;
    bottom: 0;
bottom: 0;
    right: 0;
right: 0;
}
}
div.popup_window {
div.popup_window {
    position: absolute;
position: absolute;
    display: none;
display: none;
    margin: 0;
margin: 0;
    min-width: 200px;
min-width: 200px;
    white-space: nowrap;
white-space: nowrap;
    z-index:1000;
z-index: 1000;
}
}
div.item_container {
div.item_container {
    height: 79px;
height: 79px;
    width: 79px;
width: 79px;
    position: relative;
position: relative;
    background-image: url(https://the-west.wiki/images/assets/Item_box.png);
background-image: url(https://the-west.wiki/images/assets/Item_box.png);
    background-repeat: no-repeat;
background-repeat: no-repeat;
    background-size: contain;
background-size: contain;
    display: inline-block;
display: inline-block;
}
}
div.item_container.wear {
div.item_container.wear {
    height: 93px;
height: 93px;
    width: 94px;
width: 94px;
    position: relative;
position: relative;
    background-image: url(https://the-west.wiki/images/assets/Item_box_wear.png);
background-image: url(https://the-west.wiki/images/assets/Item_box_wear.png);
    background-repeat: no-repeat;
background-repeat: no-repeat;
    display: inline-block;
display: inline-block;
}
}
div.item_container.wear2 {
div.item_container.wear2 {
    height: 138px;
height: 138px;
    width: 95px;
width: 95px;
    position: relative;
position: relative;
    background-image: url(https://the-west.wiki/images/assets/Item_box_wear2.png);
background-image: url(https://the-west.wiki/images/assets/Item_box_wear2.png);
    background-repeat: no-repeat;
background-repeat: no-repeat;
    display: inline-block;
display: inline-block;
}
}
div.item_container.empty {
div.item_container.empty {
    background-image: none;
background-image: none;
}
}
div.item_container > img {
 
    position: absolute;
div.item_container>img {
    top: 3px;
position: absolute;
    left: 3px;
top: 3px;
left: 3px;
}
}
div.item_container.item_off > img {
 
    filter:sepia(1) opacity(35%);
div.item_container.item_off>img {
filter: sepia(1) opacity(35%);
}
}
div.item_container.wear > img,
 
div.item_container.wear2 > img {
div.item_container.wear>img,
    top: 0 !important;
div.item_container.wear2>img {
    left: 0 !important;
top: 0 !important;
left: 0 !important;
}
}
div.item_container:hover div.popup_window {
div.item_container:hover div.popup_window {
    left: 120%;
left: 120%;
    top: 10px;
top: 10px;
    z-index: 10;
z-index: 10;
    display: block;
display: block;
}
}
div.popup_contents {
div.popup_contents {
    margin: 25px;
margin: 25px;
    font-family: Arial, Verdana, sans-serif;
font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
font-size: 12px;
}
}
div.popup_contents * {
div.popup_contents * {
    margin: 0;
margin: 0;
}
}
div.popup_image {
div.popup_image {
    background-image: url(https://the-west.wiki/images/assets/Item_box.png);
background-image: url(https://the-west.wiki/images/assets/Item_box.png);
    background-repeat: no-repeat;
background-repeat: no-repeat;
    width: 79px;
width: 79px;
    height: 79px;
height: 79px;
    margin: auto;
margin: auto;
}
}
.popup_divider {
.popup_divider {
    width:124px;
width: 124px;
    height:6px;
height: 6px;
    margin-top:4px !important;
margin-top: 4px !important;
    background-image: url(https://the-west.wiki/images/assets/Divider.png);
background-image: url(https://the-west.wiki/images/assets/Divider.png);
    margin-left: auto !important;
margin-left: auto !important;
    margin-right: auto !important;
margin-right: auto !important;
    display: block;
display: block;
}
}
div.popup_image img {
div.popup_image img {
    padding-top: 3px;
padding-top: 3px;
    padding-left: 4px;
padding-left: 4px;
}
}
.popup_attribute {
.popup_attribute {
    text-align: left;
text-align: left;
    padding-left: 7px;
padding-left: 7px;
    font-size: 12px;
font-size: 12px;
    color: #070;
color: #070;
    font-weight: bold;
font-weight: bold;
}
}
.popup_skill {
.popup_skill {
    text-align: left;
text-align: left;
    padding-left: 18px;
padding-left: 18px;
    font-size: 11px;
font-size: 11px;
    color: #070;
color: #070;
}
}
.popup_type {
.popup_type {
    font-style: italic;
font-style: italic;
    font-size: 8pt;
font-size: 8pt;
    text-align: center;
text-align: center;
}
}
.popup_name {
.popup_name {
    font-size: 13px;
font-size: 13px;
    color: #070;
color: #070;
    font-weight: bold;
font-weight: bold;
    text-align: center;
text-align: center;
    padding-top: 4px;
padding-top: 4px;
}
}
.popup_infos {
.popup_infos {
    text-align: center;
text-align: center;
}
}
.popup_id {
.popup_id {
    color: blue;
color: blue;
}
}
.popup_set {
.popup_set {
    color: #800080 !important;
color: #800080 !important;
    font-weight: bold !important;
font-weight: bold !important;
}
}
.popup_speed {
.popup_speed {
    color: #8b4513;
color: #8b4513;
}
}
.popup_fb {
.popup_fb {
    color: #8b4513;
color: #8b4513;
    font-weight: bold;
font-weight: bold;
}
}
.popup_fb_stats {
.popup_fb_stats {
    color: #8b4513;
color: #8b4513;
    font-weight: bold;
font-weight: bold;
}
}
.popup_dmg {
.popup_dmg {
    font-weight: bold;
font-weight: bold;
    text-align: center;
text-align: center;
}
}
.popup_text {
.popup_text {
    color: #007777;
color: #007777;
    white-space: normal;
white-space: normal;
    max-width: 250px;
max-width: 250px;
    margin: auto !important;
margin: auto !important;
}
}
.item_number {
.item_number {
    position: absolute;
position: absolute;
    left: 5px;
left: 5px;
    top: 5px;
top: 5px;
    z-index: 10;
z-index: 10;
    font-size: 16pt;
font-size: 16pt;
    color: white;
color: white;
    font-weight: bold;
font-weight: bold;
    text-shadow: 2px 2px 2px #000;
text-shadow: 2px 2px 2px #000;
}
}
.popup_bonus {
.popup_bonus {
    color:#8b4513;
color: #8b4513;
}
}
.popup_job {
.popup_job {
    display:inline-block;
display: inline-block;
    border-radius: 3px;
border-radius: 3px;
    border: 1px solid #804000;
border: 1px solid #804000;
    padding-top: 3px;
padding-top: 3px;
    margin-top: 10px !important;
margin-top: 10px !important;
    margin-bottom: 10px !important;
margin-bottom: 10px !important;
}
}
.popup_job img {
.popup_job img {
    width:50px;
width: 50px;
    height:50px;
height: 50px;
}
}
.popup_job .item_req > img {
 
    position: absolute;
.popup_job .item_req>img {
    width: 45px;
position: absolute;
    height: 45px;
width: 45px;
    top: 3px;
height: 45px;
    left: 3px;
top: 3px;
left: 3px;
}
}
.popup_crafteditem {
.popup_crafteditem {
    display:inline-block;
display: inline-block;
    background: none;
background: none;
    margin-top: 10px !important;
margin-top: 10px !important;
    margin-bottom: 10px !important;
margin-bottom: 10px !important;
}
}
.popup_crafteditem table {
.popup_crafteditem table {
    border-radius: 3px;
border-radius: 3px;
    border: 1px solid #804000;
border: 1px solid #804000;
    text-align: center;
text-align: center;
}
}
.popup_txtgreen {
.popup_txtgreen {
    color: green;
color: green;
}
}
.popup_txtred {
.popup_txtred {
    color: #900;
color: #900;
}
}
/* Sets */
/* Sets */
.set_container {
.set_container {
    position:relative;
position: relative;
    width: 276px;
width: 276px;
    height: 395px;
height: 395px;
    box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
    border-radius: 10px;
border-radius: 10px;
}
}
table.infoSet {
table.infoSet {
    box-shadow: 2px 2px 4px #000;
box-shadow: 2px 2px 4px #000;
    margin: 0 0 15px !important;
margin: 0 0 15px !important;
}
}
table.infoSet > tbody > tr > td {
 
    background-color: #d4ba91 !important;
table.infoSet>tbody>tr>td {
    padding:0;
background-color: #d4ba91 !important;
padding: 0;
}
}
table.infosetatt {
table.infosetatt {
    border: none;
border: none;
    background: none !important;
background: none !important;
    margin: 3px !important;
margin: 3px !important;
}
}
table.infosetatt > tbody > tr > th {
 
    color: #ffdead !important;
table.infosetatt>tbody>tr>th {
    background-color: #301506 !important;
color: #ffdead !important;
    padding-top:0;
background-color: #301506 !important;
    padding-bottom:0;
padding-top: 0;
padding-bottom: 0;
}
}
table.infosetatt > tbody > tr > td {
 
    padding:0;
table.infosetatt>tbody>tr>td {
    border:none;
padding: 0;
border: none;
}
}
div.set_bonus {
div.set_bonus {
  /* border:1px solid #997146;
/* border:1px solid #997146;
     width:40px;
     width:40px;
     text-align:center;
     text-align:center;
Line 452: Line 524:
     float:left;*/
     float:left;*/


    border: 1px solid #997146;
border: 1px solid #997146;
    width: 45px;
width: 45px;
    height: 59px;
height: 59px;
    text-align: center;
text-align: center;
    background-color: #4E3E26;
background-color: #4E3E26;
    color: #fff;
color: #fff;
    font: 12px arial;
font: 12px arial;
    float: left;
float: left;
}
}


div.set_bonus .text {
div.set_bonus .text {
    background: url("https://the-west.wiki/images/assets/Skills_bg.png");
background: url("https://the-west.wiki/images/assets/Skills_bg.png");
    width: 44px;
width: 44px;
    height: 20px;
height: 20px;
    position: absolute;
position: absolute;
    line-height: 20px;
line-height: 20px;
    font-size: 12px;
font-size: 12px;
    bottom: 0;
bottom: 0;
    color: #ffe7b1;
color: #ffe7b1;
}
}


Line 479: Line 551:
div.tt_bg_bl,
div.tt_bg_bl,
div.tt_bg_br {
div.tt_bg_br {
    background-image: url(https://the-west.wiki/images/assets/Tooltip_bg.png);
background-image: url(https://the-west.wiki/images/assets/Tooltip_bg.png);
    background-repeat: no-repeat;
background-repeat: no-repeat;
    position: absolute;
position: absolute;
    z-index: -1;
z-index: -1;
}
}
.tt_bg_tl {
.tt_bg_tl {
    background-position: left top;
background-position: left top;
    bottom: 50%;
bottom: 50%;
    right: 50%;
right: 50%;
    left: 0;
left: 0;
    top: 0;
top: 0;
}
}
.tt_bg_tr {
.tt_bg_tr {
    background-position: right top;
background-position: right top;
    width: 50%;
width: 50%;
    bottom: 50%;
bottom: 50%;
    right: 0;
right: 0;
    top: 0;
top: 0;
}
}
.tt_bg_bl {
.tt_bg_bl {
    background-position: left bottom;
background-position: left bottom;
    height: 50%;
height: 50%;
    right: 50%;
right: 50%;
    bottom: 0;
bottom: 0;
    left: 0;
left: 0;
}
}
.tt_bg_br {
.tt_bg_br {
    background-position: right bottom;
background-position: right bottom;
    height: 50%;
height: 50%;
    width: 50%;
width: 50%;
    bottom: 0;
bottom: 0;
    right: 0;
right: 0;
}
}
.tooltip_outer {
.tooltip_outer {
    position: absolute;
position: absolute;
    left: 50%;
left: 50%;
    bottom: 100%;
bottom: 100%;
    margin-bottom: 8px;
margin-bottom: 8px;
    z-index: -1;
z-index: -1;
}
}
.tooltip {
.tooltip {
    position: relative;
position: relative;
    padding: 10px 13px 12px 13px;
padding: 10px 13px 12px 13px;
    opacity: 0;
opacity: 0;
    visibility: hidden;
visibility: hidden;
    -webkit-transition: opacity .15s ease-in-out;
-webkit-transition: opacity .15s ease-in-out;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
-webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transition: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
transition: opacity .15s ease-in-out;
    white-space: nowrap;
white-space: nowrap;
    max-width: 350px;
max-width: 350px;
    left: -50%;
left: -50%;
    color: black;
color: black;
}
}
.tooltip::after {
.tooltip::after {
    content: " ";
content: " ";
    position: absolute;
position: absolute;
    top: 100%;
top: 100%;
    left: 50%;
left: 50%;
    margin-top: -4px;
margin-top: -4px;
    margin-left: -11px;
margin-left: -11px;
    background-image: url(https://the-west.wiki/images/assets/Tooltip_arrow.png);
background-image: url(https://the-west.wiki/images/assets/Tooltip_arrow.png);
    width: 22px;
width: 22px;
    height: 11px;
height: 11px;
}
}
.tooltip_container {
.tooltip_container {
    position: relative;
position: relative;
}
}
.tooltip_container:hover .tooltip {
.tooltip_container:hover .tooltip {
    visibility: visible;
visibility: visible;
    -webkit-transition: opacity .15s ease-in-out 0.4s;
-webkit-transition: opacity .15s ease-in-out 0.4s;
    -moz-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;
transition: opacity .15s ease-in-out 0.4s;
    opacity: 1;
opacity: 1;
}
}
.tooltip_container:hover > .tooltip_outer {
 
    z-index: 1000;
.tooltip_container:hover>.tooltip_outer {
z-index: 1000;
}
}
.per_level:after {
.per_level:after {
    content: "(per Level)";
content: "(per Level)";
}
}
/* Quest templates */
/* Quest templates */
.item_border {
.item_border {
    position: relative;
position: relative;
    display: inline-block;
display: inline-block;
    margin: 1px;
margin: 1px;
    width: 79px;
width: 79px;
    height: 79px;
height: 79px;
}
}
.item_border .amount {
.item_border .amount {
    margin:0;
margin: 0;
    position: absolute;
position: absolute;
    bottom: 2px;
bottom: 2px;
    left: 6px;
left: 6px;
    text-shadow: black 1px 1px 1px;
text-shadow: black 1px 1px 1px;
    font-size: 18px;
font-size: 18px;
    color: white;
color: white;
    font-weight: bold;
font-weight: bold;
}
}
.item_border2 {
.item_border2 {
    position: relative;
position: relative;
    display: inline-block;
display: inline-block;
    margin: 1px;
margin: 1px;
    width: 60px;
width: 60px;
    height: 60px;
height: 60px;
}
}
.item_border2 .amount {
.item_border2 .amount {
    margin:0;
margin: 0;
    position: absolute;
position: absolute;
    bottom: 2px;
bottom: 2px;
    left: 6px;
left: 6px;
    text-shadow: black 1px 1px 1px;
text-shadow: black 1px 1px 1px;
    font-size: 14px;
font-size: 14px;
    color: white;
color: white;
    font-weight: bold;
font-weight: bold;
}
}
.item_border2.inv:before {
.item_border2.inv:before {
    content:url(https://the-west.wiki/images/assets/ItemBorder_Inv.png);
content: url(https://the-west.wiki/images/assets/ItemBorder_Inv.png);
    position: absolute;
position: absolute;
    top: -1px;
top: -1px;
    left: -1px;
left: -1px;
    z-index: 1;
z-index: 1;
}
}
.item_border2.eqp:before {
.item_border2.eqp:before {
    content:url(https://the-west.wiki/images/assets/Product_Eqp.png);
content: url(https://the-west.wiki/images/assets/Product_Eqp.png);
    position: absolute;
position: absolute;
    top: -1px;
top: -1px;
    left: -1px;
left: -1px;
    z-index: 1;
z-index: 1;
}
}
/* Set switch duel weapon */
/* Set switch duel weapon */


#switch {
#switch {
    position: absolute;
position: absolute;
    top: 30px;
top: 30px;
    left: 195px;
left: 195px;
    cursor: pointer;
cursor: pointer;
}
}
#switch_prod {
#switch_prod {
    position: absolute;
position: absolute;
    top: 30px;
top: 30px;
    left: 195px;
left: 195px;
    cursor: pointer;
cursor: pointer;
}
}
/* Inputs */
/* Inputs */


#input_level,
#input_level,
#input_search {
#input_search {
    display: inline-block;
display: inline-block;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
    height: 30px;
height: 30px;
    width: 12px;
width: 12px;
}
}
#input_search {
#input_search {
    /*  position: absolute; */
/*  position: absolute; */
    /*  right: 250px; */
/*  right: 250px; */
    margin-right: 180px;
margin-right: 180px;
    float: right;
float: right;
}
}
input.west, select.west {
 
    background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
input.west,
    height: 30px;
select.west {
    width: 180px;
background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
    margin-left: 12px;
height: 30px;
    padding: 0 8px 0 0;
width: 180px;
    border: 0;
margin-left: 12px;
    outline: none;
padding: 0 8px 0 0;
border: 0;
outline: none;


}
}
/* What's new banner*/
/* What's new banner*/


.info_banner {
.info_banner {
    display: flex;
display: flex;
    justify-content: center;
justify-content: center;
    align-items: center;
align-items: center;
    flex-wrap: wrap;
flex-wrap: wrap;
}
}
.ring {
.ring {
    position: relative;
position: relative;
    width: calc(var(--cir) * 2 + 10px);
width: calc(var(--cir) * 2 + 10px);
    height: var(--hei);
height: var(--hei);
    margin: 20px;
margin: 20px;
    border-radius: 20px;
border-radius: 20px;
    transition: 0.5s;
transition: 0.5s;
    transition-delay: 0.5s;
transition-delay: 0.5s;
    display: flex;
display: flex;
    justify-content: flex-start;
justify-content: flex-start;
    align-items: center;
align-items: center;
}
}
.ring:hover {
.ring:hover {
    width: var(--wid);
width: var(--wid);
    transition-delay: 0s;
transition-delay: 0s;
}
}
.ring .circle {
.ring .circle {
    position: absolute;
position: absolute;
    top: 0;
top: 0;
    left: 0;
left: 0;
    width: 100%;
width: 100%;
    height: 100%;
height: 100%;
    border-radius: 20px;
border-radius: 20px;
    overflow: hidden;
overflow: hidden;
    display: flex;
display: flex;
    justify-content: center;
justify-content: center;
    align-items: center;
align-items: center;
}
}
.ring .circle::before {
.ring .circle::before {
    content: '';
content: '';
    position: absolute;
position: absolute;
    top: 0;
top: 0;
    left: 0;
left: 0;
    width: 100%;
width: 100%;
    height: 100%;
height: 100%;
    background: var(--clr);
background: var(--clr);
    clip-path: circle(var(--cir) at center);
clip-path: circle(var(--cir) at center);
    transition: 0.5s;
transition: 0.5s;
}
}
.ring:hover .circle::before {
.ring:hover .circle::before {
    clip-path: circle(400px at center);
clip-path: circle(400px at center);
}
}
.ring .circle .logo img {
.ring .circle .logo img {
    position: relative;
position: relative;
    transition: 0.5s;
transition: 0.5s;
    transition-delay: 0.5s;
transition-delay: 0.5s;
}
}
.ring:hover .circle .logo img {
.ring:hover .circle .logo img {
    transform: scale(0);
transform: scale(0);
    transition-delay: 0s;
transition-delay: 0s;
}
}


/* .content { */
/* .content { */
    /* position: relative; */
/* position: relative; */
    /* width: 45%; */
/* width: 45%; */
    /* left: 20%; */
/* left: 20%; */
    /* padding: 20px 20px 20px 40px; */
/* padding: 20px 20px 20px 40px; */
    /* opacity: 0; */
/* opacity: 0; */
    /* transition: 0.5s; */
/* transition: 0.5s; */
    /* visibility: hidden; */
/* visibility: hidden; */
/* } */
/* } */
/* .ring:hover .content { */
/* .ring:hover .content { */
    /* left: 0; */
/* left: 0; */
    /* opacity: 1; */
/* opacity: 1; */
    /* visibility: visible; */
/* visibility: visible; */
    /* transition-delay: 0.5s; */
/* transition-delay: 0.5s; */
/* } */
/* } */
/* .content h2 { */
/* .content h2 { */
    /* background: none; */
/* background: none; */
    /* color: #fff; */
/* color: #fff; */
    /* font-size: 2.5em; */
/* font-size: 2.5em; */
    /* line-height: 1em; */
/* line-height: 1em; */
/* } */
/* } */
/* .content p { */
/* .content p { */
    /* color: #fff; */
/* color: #fff; */
/* } */
/* } */


.content .explore {
.content .explore {
    position: relative;
position: relative;
    color: #111;
color: #111;
    background: #fff;
background: #fff;
    padding: 10px 20px;
padding: 10px 20px;
    border-radius: 10px;
border-radius: 10px;
    margin-top: 10px;
margin-top: 10px;
    display: inline-block;
display: inline-block;
    text-decoration: none;
text-decoration: none;
    font-weight: 500;
font-weight: 500;
}
}
.ring .content_img img {
.ring .content_img img {
    position: absolute;
position: absolute;
    top: 50%;
top: 50%;
    left: 50%;
left: 50%;
    transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
transition: 0.5s;
    transition-delay: 0s;
transition-delay: 0s;
}
}
.ring:hover .content_img img {
.ring:hover .content_img img {
    left: 75%;
left: 75%;
    transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
    transition-delay: 0.5s;
transition-delay: 0.5s;
}
}
/* Set icon */


.set_icon_sprite {
    display:inline-block;
    position: relative;
    margin-top:3px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 5px;
    background:url("");
}
.set_icon_sprite:hover {
    background-color: #FFEECC;
}
.set_icon_sprite.new_set:before {
    content:"";
    display:block;
    position:absolute;
    width:36px;
    height:34px;
    right:0;
    top:0;
    background:url(https://the-west.wiki/images/assets/New_set.png) no-repeat;
    background-size:contain;
    pointer-events:none;
}
.warning_message {
.warning_message {
    color: white;
color: white;
    display: inline-block;
display: inline-block;
    padding: 12px 12px 12px 12px;
padding: 12px 12px 12px 12px;
    border: 1px solid black;
border: 1px solid black;
    background: red;
background: red;
    background: -webkit-linear-gradient(#db1616, #831919);
background: -webkit-linear-gradient(#db1616, #831919);
    background: -o-linear-gradient(#db1616, #831919);
background: -o-linear-gradient(#db1616, #831919);
    background: -moz-linear-gradient(#db1616, #831919);
background: -moz-linear-gradient(#db1616, #831919);
    background: linear-gradient(#db1616, #831919);
background: linear-gradient(#db1616, #831919);
}
}
/* Upgrade */
/* Upgrade */
.item_level {
.item_level {
    position: absolute;
position: absolute;
    display:block;
display: block;
    top: 4px;
top: 4px;
    left: 2px;
left: 2px;
    height: 13px;
height: 13px;
    line-height: 13px;
line-height: 13px;
    background-color: rgba(0,0,0,0.4);
background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
text-align: center;
    font-size: 12px;
font-size: 12px;
    padding: 1px 2px 0 2px;
padding: 1px 2px 0 2px;
    color: #ffffff;
color: #ffffff;
    font-weight: normal;
font-weight: normal;
    box-shadow: 1px 1px 3px #000000;
box-shadow: 1px 1px 3px #000000;
    border-radius: 0 0 2px 0;
border-radius: 0 0 2px 0;
    text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
    white-space: nowrap;
white-space: nowrap;
    z-index: 1;
z-index: 1;
}
}
.icon_level {
.icon_level {
    display: inline-block;
display: inline-block;
    width: 15px;
width: 15px;
    height:12px;
height: 12px;
    background:url(https://westzz.innogamescdn.com/images/items/item_level.png);
background: url(https://westzz.innogamescdn.com/images/items/item_level.png);
    margin-right: 2px;
margin-right: 2px;
}
}
.level {
.level {
    vertical-align: top;
vertical-align: top;
}
}
.upgrade {
.upgrade {
    display: inline-block;
display: inline-block;
    width:12px;
width: 12px;
    height: 12px;
height: 12px;
    background: url(https://the-west.wiki/images/assets/Upgrade_icons.png) 0 12px;
background: url(https://the-west.wiki/images/assets/Upgrade_icons.png) 0 12px;
    margin: 0 2px 0 1px;
margin: 0 2px 0 1px;
    cursor: pointer;
cursor: pointer;
}
}
.upgrade:hover {
.upgrade:hover {
    background-position-y:0;
background-position-y: 0;
}
}
.downgrade {
.downgrade {
    display: inline-block;
display: inline-block;
    width:12px;
width: 12px;
    height:12px;
height: 12px;
    background: url(https://the-west.wiki/images/assets/Upgrade_icons.png) 12px 12px;
background: url(https://the-west.wiki/images/assets/Upgrade_icons.png) 12px 12px;
    margin: 0 0 0 2px;
margin: 0 0 0 2px;
    cursor: pointer;
cursor: pointer;
}
}
.downgrade:hover {
.downgrade:hover {
    background-position-y:0;
background-position-y: 0;
}
}


.item_container[data-lvl="0"] .item_level {
.item_container[data-lvl="0"] .item_level {
    display:none;
display: none;
}
}
.item_container:hover .item_level {
.item_container:hover .item_level {
    display:block;
display: block;
}
}
.item_container .upgrade, .item_container .downgrade {
 
    display:none;
.item_container .upgrade,
.item_container .downgrade {
display: none;
}
}
.item_container:hover .upgrade, .item_container:hover .downgrade {
 
    display:inline-block;
.item_container:hover .upgrade,
.item_container:hover .downgrade {
display: inline-block;
}
}
div.set_container div.item_container > img {
 
    cursor:pointer;
div.set_container div.item_container>img {
cursor: pointer;
}
}
div.mw-collapsible > b {
 
    color:#5e321a;
div.mw-collapsible>b {
    font-size:16px;
color: #5e321a;
font-size: 16px;
}
}
.navbar_items {
.navbar_items {
    width: 392px;
width: 392px;
    height: 89px;
height: 89px;
    padding: 10px;
padding: 10px;
    background: url(https://the-west.wiki/images/assets/Navbar_items.png) no-repeat;
background: url(https://the-west.wiki/images/assets/Navbar_items.png) no-repeat;
}
}
.navbar_items .link_icon {
.navbar_items .link_icon {
    display:inline-block;
display: inline-block;
    position: relative;
position: relative;
    width: 42px;
width: 42px;
    height: 43px;
height: 43px;
    cursor: pointer;
cursor: pointer;
    background:url(https://the-west.wiki/images/assets/Navbar_items_icons.png);
background: url(https://the-west.wiki/images/assets/Navbar_items_icons.png);
}
}
.navbar_items .link_icon:hover, .navbar_items .active{
 
    background-position-y:-43px;
.navbar_items .link_icon:hover,
.navbar_items .active {
background-position-y: -43px;
}
}


.wiki-title {
.wiki-title {
    position:relative;
position: relative;
    max-width: 800px;
max-width: 800px;
    height: 49px;
height: 49px;
    background: url(https://the-west.wiki/images/assets/Title.png) no-repeat;
background: url(https://the-west.wiki/images/assets/Title.png) no-repeat;
    background-size: 100% 100%;
background-size: 100% 100%;
    padding: 0;
padding: 0;
    margin: auto;
margin: auto;
    border: none;
border: none;
}
}
#popup_plain {
#popup_plain {
    position:relative;
position: relative;
    display:inline-block;
display: inline-block;
}
}
div.achievement {
div.achievement {
    display: inline-block;
display: inline-block;
    position: relative;
position: relative;
    vertical-align:top;
vertical-align: top;
    font-family: Arial, Verdana, sans-serif;
font-family: Arial, Verdana, sans-serif;
    width:424px;
width: 424px;
    min-height: 120px;
min-height: 120px;
    text-align: center;
text-align: center;
    text-shadow: black 1px 1px 1px;
text-shadow: black 1px 1px 1px;
    font-weight: bold;
font-weight: bold;
    color: white;
color: white;
    z-index: 3;
z-index: 3;
    margin:2px -1px 2px -1px;
margin: 2px -1px 2px -1px;
}
}
div.ach-background {
div.ach-background {
    width: 100%;
width: 100%;
    position: absolute;
position: absolute;
    background-image: url(https://the-west.wiki/images/assets/Achievement_Background.png);
background-image: url(https://the-west.wiki/images/assets/Achievement_Background.png);
    left: 0;
left: 0;
    z-index: -1;
z-index: -1;
}
}
div.ach-top{
 
    top: 0;
div.ach-top {
    bottom: 10px;
top: 0;
    background-position: top;
bottom: 10px;
background-position: top;
}
}
div.ach-btm {
div.ach-btm {
    bottom: 0;
bottom: 0;
    height: 10px;
height: 10px;
    background-position: bottom;
background-position: bottom;
}
}
.tw2gui_button {
.tw2gui_button {
    display: inline-block;
display: inline-block;
    position: relative;
position: relative;
    height: 36px;
height: 36px;
    margin-top: 2px;
margin-top: 2px;
    margin-bottom: 2px;
margin-bottom: 2px;
    text-align: center;
text-align: center;
    cursor: pointer;
cursor: pointer;
    min-width:150px;
min-width: 150px;
    max-width:330px;
max-width: 330px;
}
}
.tw2gui_button_left_cap,.tw2gui_button_right_cap {
 
    position: absolute;
.tw2gui_button_left_cap,
    width: 50%;
.tw2gui_button_right_cap {
    height: 36px;
position: absolute;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_normal.png) 0 0;
width: 50%;
    left: 0;
height: 36px;
background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_normal.png) 0 0;
left: 0;
}
}
.tw2gui_button_right_cap {
.tw2gui_button_right_cap {
    left: 50%;
left: 50%;
    background-position: right top;
background-position: right top;
}
}
.tw2gui_button_middle_bg {
.tw2gui_button_middle_bg {
    position: absolute;
position: absolute;
    width: 18px;
width: 18px;
    height: 36px;
height: 36px;
    margin-left: -9px;
margin-left: -9px;
    left: 50%;
left: 50%;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_mid_normal.png) 0 0 no-repeat;
background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_mid_normal.png) 0 0 no-repeat;
}
}
.tw2gui_button:hover .tw2gui_button_right_cap,
.tw2gui_button:hover .tw2gui_button_right_cap,
.tw2gui_button:hover .tw2gui_button_left_cap {
.tw2gui_button:hover .tw2gui_button_left_cap {
    background-image:url('https://westen.innogamescdn.com/images/tw2gui/button/button_highlight.png');
background-image: url('https://westen.innogamescdn.com/images/tw2gui/button/button_highlight.png');
}
}
.textart_title {
.textart_title {
    position: relative;
position: relative;
    color: #FFE7B1;
color: #FFE7B1;
    margin-left: 10px;
margin-left: 10px;
    margin-right: 10px;
margin-right: 10px;
    padding-top: 9px;
padding-top: 9px;
    text-align: center;
text-align: center;
    height: 19px;
height: 19px;
    white-space: nowrap;
white-space: nowrap;
    font: bold 10pt Arial;
font: bold 10pt Arial;
    overflow: hidden;
overflow: hidden;
    text-overflow: ellipsis;
text-overflow: ellipsis;
}
}
table.sticky_header th {
table.sticky_header th {
    position: -webkit-sticky;
position: -webkit-sticky;
    position: sticky;
position: sticky;
    top: 0;
top: 0;
    z-index:3;
z-index: 3;
}
}
div.prize-section {
div.prize-section {
    display:inline-block;
display: inline-block;
    position:relative;
position: relative;
    margin: 5px 0 5px 0;
margin: 5px 0 5px 0;
}
}
div.prize-section .section-border {
div.prize-section .section-border {
    border: 3px solid #a49e97;
border: 3px solid #a49e97;
    border-radius: 8px;
border-radius: 8px;
    box-shadow: 0 0 20px inset;
box-shadow: 0 0 20px inset;
    opacity: 0.9;
opacity: 0.9;
    position: absolute;
position: absolute;
    left: 0;
left: 0;
    right: 0;
right: 0;
    top: 0;
top: 0;
    bottom: 0;
bottom: 0;
}
}
div.prize-section .section-bg {
div.prize-section .section-bg {
    position: absolute;
position: absolute;
    left: 3px;
left: 3px;
    right: 3px;
right: 3px;
    bottom: 3px;
bottom: 3px;
    top: 3px;
top: 3px;
    opacity: 0.4;
opacity: 0.4;
    border-radius: 5px;
border-radius: 5px;
}
}


div.prize-section .section-legend {
div.prize-section .section-legend {
    position: relative;
position: relative;
    text-align: center;
text-align: center;
    text-shadow: 0 0 5px #000;
text-shadow: 0 0 5px #000;
    padding: 10px 15px 5px 15px;
padding: 10px 15px 5px 15px;
    color: white;
color: white;
    font-size:20px;
font-size: 20px;
}
}
div.prize-section .section-content {
div.prize-section .section-content {
    position: relative;
position: relative;
    padding: 15px;
padding: 15px;
}
}
small div.item_container {
small div.item_container {
    height: 60px;
height: 60px;
    width: 60px;
width: 60px;
}
}
small div.item_container > img, small div.item_container > a > img {
 
    width:54px !important;
small div.item_container>img,
    height:54px !important;
small div.item_container>a>img {
width: 54px !important;
height: 54px !important;
}
}
table.quest {
table.quest {
    width:100%;
width: 100%;
}
}
table.quest h2 {
table.quest h2 {
    margin: 2px;
margin: 2px;
    color: #ffdead;
color: #ffdead;
    background-color: #301506;
background-color: #301506;
    border-bottom: none;
border-bottom: none;
    font-weight: bold;
font-weight: bold;
    font-size: 120%;
font-size: 120%;
}
}
table.quest td {
table.quest td {
    text-align:center;
text-align: center;
}
}
table.quest #toc {
table.quest #toc {
    display:none;
display: none;
}
}
table.quest div.options_frame {
table.quest div.options_frame {
    display: flex;
display: flex;
    flex-wrap: wrap;
flex-wrap: wrap;
    justify-content: space-evenly;
justify-content: space-evenly;
    background-color: #8a5f302b;
background-color: #8a5f302b;
    align-items: center;
align-items: center;
    margin-top: 5px;
margin-top: 5px;
    margin-bottom: 5px;
margin-bottom: 5px;
    padding-top: 5px;
padding-top: 5px;
    padding-bottom: 5px;
padding-bottom: 5px;
    border-top: 1px solid #996b39;
border-top: 1px solid #996b39;
    border-bottom: 1px solid #996b39;
border-bottom: 1px solid #996b39;
}
}
div.world_map {
div.world_map {
    position:relative;
position: relative;
    width: 237px;
width: 237px;
    height: 104px;
height: 104px;
    border: 1px solid black;
border: 1px solid black;
    background: url(https://westzz.innogamescdn.com/images/map/minimap/worldmap.png);
background: url(https://westzz.innogamescdn.com/images/map/minimap/worldmap.png);
}
}
div.world_map .map_marker {
div.world_map .map_marker {
    position:absolute;
position: absolute;
    width: 16px;
width: 16px;
    height: 16px;
height: 16px;
    margin-top: -8px;
margin-top: -8px;
    margin-left: -8px;
margin-left: -8px;
    background: url(https://westzz.innogamescdn.com/images/map/minimap/icons/miniicon_quests.png);
background: url(https://westzz.innogamescdn.com/images/map/minimap/icons/miniicon_quests.png);
}
}
div.questgiver_mini_frame {
div.questgiver_mini_frame {
    position: relative;
position: relative;
    width: 106px;
width: 106px;
    height: 54px;
height: 54px;
    margin:auto;
margin: auto;
    background: url(https://the-west.wiki/images/assets/Questgiver_mini_frame.png);
background: url(https://the-west.wiki/images/assets/Questgiver_mini_frame.png);
}
}
div.questgiver_mini_frame > img {
 
    position: absolute;
div.questgiver_mini_frame>img {
    top: 8px;
position: absolute;
    left: 34px;
top: 8px;
left: 34px;
}
}
.cdr_prq {
.cdr_prq {
    display: inline-block;
display: inline-block;
    background: #fdf4e8;
background: #fdf4e8;
    border-radius: 10px;
border-radius: 10px;
    padding: 5px 5px;
padding: 5px 5px;
    font-size: smaller;
font-size: smaller;
    vertical-align: top;
vertical-align: top;
    margin: 2px;
margin: 2px;
    box-shadow: 1px 1px 1px 1px #00000024;
box-shadow: 1px 1px 1px 1px #00000024;
}
 
.prq_cond {
max-width: 282px;
}
 
.prq_dispo {
width: 330px;
}
}
.prq_cond {max-width:282px;}
 
.prq_dispo {width:330px;}
.prq_title {
.prq_title {
    background: #301506;
background: #301506;
    color: #ffdead;
color: #ffdead;
    padding: 8px 10px;
padding: 8px 10px;
    border-radius: 5px;
border-radius: 5px;
}
}
.window_border {
.window_border {
    margin:auto;
margin: auto;
    position:relative;
position: relative;
    padding:7px;
padding: 7px;
    z-index:0;
z-index: 0;
}
}
.wb_content {
.wb_content {
    background:url(https://wiki.the-west.fr/images/8/80/Arriere_plan_cadre.png);
background: url(https://wiki.the-west.fr/images/8/80/Arriere_plan_cadre.png);
    border-radius:15px;
border-radius: 15px;
    padding:40px;
padding: 40px;
}
}
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);
div.wb_tl,
    background-repeat: no-repeat;
div.wb_tr,
    position: absolute;
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);
div.wbt_tl,
    background-repeat: no-repeat;
div.wbt_tr,
    position: absolute;
div.wbt_bl,
        z-index:-1;
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;
.wb_tl,
    bottom: 50%;
.wbt_tl {
    right: 50%;
background-position: left top;
    left: 0;
bottom: 50%;
    top: 0;
right: 50%;
left: 0;
top: 0;
}
}
.wb_tr, .wbt_tr {
 
    background-position: right top;
.wb_tr,
    width: 50%;
.wbt_tr {
    bottom: 50%;
background-position: right top;
    right: 0;
width: 50%;
    top: 0;
bottom: 50%;
right: 0;
top: 0;
}
}
.wb_bl, .wbt_bl {
 
    background-position: left bottom;
.wb_bl,
    height: 50%;
.wbt_bl {
    right: 50%;
background-position: left bottom;
    bottom: 0;
height: 50%;
    left: 0;
right: 50%;
bottom: 0;
left: 0;
}
}
.wb_br, .wbt_br {
 
    background-position: right bottom;
.wb_br,
    height: 50%;
.wbt_br {
    width: 50%;
background-position: right bottom;
    bottom: 0;
height: 50%;
    right: 0;
width: 50%;
bottom: 0;
right: 0;
}
}
div.questline_frame {
div.questline_frame {
    display:inline-block;
display: inline-block;
    position: relative;
position: relative;
    width: 272px;
width: 272px;
    height: 152px;
height: 152px;
    margin:3px;
margin: 3px;
    background: url(https://the-west.wiki/images/assets/Questline_frame.png);
background: url(https://the-west.wiki/images/assets/Questline_frame.png);
}
}
div.questline_frame .questline_name {
div.questline_frame .questline_name {
    top: 12px;
top: 12px;
    text-align: center;
text-align: center;
    position: relative;
position: relative;
}
}
div.questline_frame .questgiver img {
div.questline_frame .questgiver img {
    position: absolute;
position: absolute;
    max-width: 75px;
max-width: 75px;
    max-height: 75px;
max-height: 75px;
    top: 51px;
top: 51px;
    left: 14px;
left: 14px;
}
}
div.questline_frame .questgiver_overlay {
div.questline_frame .questgiver_overlay {
    position: absolute;
position: absolute;
    top: 39px;
top: 39px;
    left: 12px;
left: 12px;
    width: 80px;
width: 80px;
    height: 100px;
height: 100px;
    background: url(https://westzz.innogamescdn.com/images/window/quest/pic_small.png);
background: url(https://westzz.innogamescdn.com/images/window/quest/pic_small.png);
    background-size: cover;
background-size: cover;
}
}
div.questline_frame .info {
div.questline_frame .info {
    display: inline-block;
display: inline-block;
    position: absolute;
position: absolute;
    top: 65px;
top: 65px;
    left: 97px;
left: 97px;
    width:150px;
width: 150px;
    font-size:13px;
font-size: 13px;
    text-shadow: 1px 1px 2px #00000063;
text-shadow: 1px 1px 2px #00000063;
}
}
.item_flag {
.item_flag {
    width: 26px;
width: 26px;
    height: 26px;
height: 26px;
    position: absolute;
position: absolute;
    z-index: 1;
z-index: 1;
    top: 1px;
top: 1px;
    left: 1px;
left: 1px;
}
}
.item_flag.eqp {
.item_flag.eqp {
    background: url("https://the-west.wiki/images/assets/Product_Eqp.png");
background: url("https://the-west.wiki/images/assets/Product_Eqp.png");
}
}
.item_flag.inv{
 
    background: url("https://the-west.wiki/images/assets/ItemBorder_Inv.png");
.item_flag.inv {
background: url("https://the-west.wiki/images/assets/ItemBorder_Inv.png");
}
}
.item_req {
.item_req {
    background: url("https://the-west.wiki/images/assets/Item_box.png");
background: url("https://the-west.wiki/images/assets/Item_box.png");
    position: relative;
position: relative;
    display: inline-block;
display: inline-block;
}
}
.item_req {
.item_req {
    width: 50px;
width: 50px;
    height: 50px;
height: 50px;
    background-size: 50px;
background-size: 50px;
    vertical-align: middle;
vertical-align: middle;
}
}
table.popup_job {
table.popup_job {
    width: 100%!important;
width: 100% !important;
}
}
#ca-talk {
#ca-talk {
    display: none !important;
display: none !important;
}
}
#navbar {
#navbar {
    position:relative;
position: relative;
    top:-11px;
top: -11px;
    font-family:Calibri;
font-family: Calibri;
    width:800px;
width: 800px;
        max-width:100%;
max-width: 100%;
    height:85px;
height: 85px;
    margin:0;
margin: 0;
    padding:0;
padding: 0;
    text-align:center;
text-align: center;
    z-index:100;
z-index: 100;
}
}
.navbar_bgl, .navbar_bgr {
 
    background-image: url(images/7/78/Navbar.png);
.navbar_bgl,
    background-repeat: no-repeat;
.navbar_bgr {
    position: absolute;
background-image: url(images/7/78/Navbar.png);
    height:100%;
background-repeat: no-repeat;
position: absolute;
height: 100%;
}
}
.navbar_bgl {
.navbar_bgl {
    background-position: left;
background-position: left;
    right: 50%;
right: 50%;
    left: 0;
left: 0;
}
}
.navbar_bgr {
.navbar_bgr {
    background-position: right;
background-position: right;
    width: 50%;
width: 50%;
    right: 0;
right: 0;
}
}
#navbar ul {
#navbar ul {
    list-style-type: none;
list-style-type: none;
    font-size:0;
font-size: 0;
    padding:0;
padding: 0;
    overflow: hidden;
overflow: hidden;
    position:relative;
position: relative;
    top:45px;
top: 45px;
    height:37px;
height: 37px;
}
}
#navbar li {
#navbar li {
    font-size:16px;
font-size: 16px;
    display:inline;
display: inline;
    background:none !important;
background: none !important;
    padding:0 !important;
padding: 0 !important;
}
}
#navbar li a {
#navbar li a {
    position:relative;
position: relative;
    display:inline-block;
display: inline-block;
    color: white;
color: white;
    font-weight:normal;
font-weight: normal;
    text-align: center;
text-align: center;
    padding: 8px 10px;
padding: 8px 10px;
    line-height:20px;
line-height: 20px;
    text-decoration: none;
text-decoration: none;
    -webkit-transition: all .25s;
-webkit-transition: all .25s;
    -moz-transition: all .25s;
-moz-transition: all .25s;
    -ms-transition: all .25s;
-ms-transition: all .25s;
    -o-transition: all .25s;
-o-transition: all .25s;
    transition: all .25s;
transition: all .25s;
}
}


#navbar li a:not(.selflink):hover {
#navbar li a:not(.selflink):hover {
    color:#FFDEAD;
color: #FFDEAD;
}
}
#navbar .selflink {
#navbar .selflink {
    background-color: #FFDEAD;
background-color: #FFDEAD;
    color:black;
color: black;
    position:relative;
position: relative;
    display:inline-block;
display: inline-block;
    text-align: center;
text-align: center;
    padding: 8px 10px;
padding: 8px 10px;
    line-height:20px;
line-height: 20px;
    border-bottom-left-radius:10px;
border-bottom-left-radius: 10px;
    border-bottom-right-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;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2) inset;
    z-index:1;
z-index: 1;
}
}
#navbar li a:not(.selflink):before {
#navbar li a:not(.selflink):before {
    content: "";
content: "";
    display: block;
display: block;
    position: absolute;
position: absolute;
    left: 0;
left: 0;
    bottom: 0;
bottom: 0;
    height: 4px;
height: 4px;
    width: 0;
width: 0;
    background: #FFDEAD;
background: #FFDEAD;
    -webkit-transition: width .25s;
-webkit-transition: width .25s;
    -moz-transition: width .25s;
-moz-transition: width .25s;
    -ms-transition: width .25s;
-ms-transition: width .25s;
    -o-transition: width .25s;
-o-transition: width .25s;
    transition: width .25s;
transition: width .25s;
}
}
#navbar li a:not(.selflink):hover:before {
#navbar li a:not(.selflink):hover:before {
    width:100%;
width: 100%;
}
}
#navbar li a:after {
#navbar li a:after {
    content: "";
content: "";
    display: block;
display: block;
    position: absolute;
position: absolute;
    left: -2px;
left: -2px;
    top: 17px;
top: 17px;
    height: 4px;
height: 4px;
    width: 4px;
width: 4px;
    background: #ffffff;
background: #ffffff;
    opacity: 0.5;
opacity: 0.5;
}
}
#navbar .selflink:after{
 
    width: 2px;
#navbar .selflink:after {
width: 2px;
}
}
#navbar li:first-child *:after{
 
    opacity:0;
#navbar li:first-child *:after {
opacity: 0;
}
}
#wiki_logo a {
 
    color:#FFFFFF !important;
#wiki_logo a {
    font-weight:normal;
color: #FFFFFF !important;
font-weight: normal;
}
}
.flash {
.flash {
    animation-name: pulse;
animation-name: pulse;
    -webkit-animation-name: pulse;
-webkit-animation-name: pulse;
    animation-duration: 1.5s;  
animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
}
@keyframes pulse{
 
    0%{
@keyframes pulse {
    transform:scale(0.95);
0% {
        opacity:0.7
transform: scale(0.95);
    }
opacity: 0.7
    50%{
}
        transform:scale(1);
 
        opacity:1
50% {
    }
transform: scale(1);
    100%{
opacity: 1
        transform:scale(0.95);
}
        opacity:0.7
 
    }
100% {
transform: scale(0.95);
opacity: 0.7
}
}
}


.tw2gui_button_spoiler {
.tw2gui_button_spoiler {
    display: inline-block;
display: inline-block;
    position: relative;
position: relative;
    height: 36px;
height: 36px;
    margin-top: 2px;
margin-top: 2px;
    margin-bottom: 2px;
margin-bottom: 2px;
    text-align: center;
text-align: center;
    cursor: pointer;
cursor: pointer;
    max-width:330px;
max-width: 330px;
}
}
.tw2gui_button_spoiler:hover .tw2gui_button_right_cap,
.tw2gui_button_spoiler:hover .tw2gui_button_right_cap,
.tw2gui_button_spoiler:hover .tw2gui_button_left_cap {
.tw2gui_button_spoiler:hover .tw2gui_button_left_cap {
    background-image:url('https://westen.innogamescdn.com/images/tw2gui/button/button_highlight.png');
background-image: url('https://westen.innogamescdn.com/images/tw2gui/button/button_highlight.png');
}
}
.input_level, #input_level, #input_search {
 
    display: inline-block;
.input_level,
    background: url("https://westen.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
#input_level,
    height: 30px;
#input_search {
    width: 12px;
display: inline-block;
background: url("https://westen.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
height: 30px;
width: 12px;
}
}
.column {
.column {
  column-count: 3;
column-count: 3;
}
}
.tw_checkbox_no {
.tw_checkbox_no {
    display: inline-block;
display: inline-block;
    background: url("images/1/12/Noclick.png") no-repeat;
background: url("images/1/12/Noclick.png") no-repeat;
    height: 20px;
height: 20px;
    width: 20px;
width: 20px;
}
}
.tw_checkbox_on {
.tw_checkbox_on {
    display: inline-block;
display: inline-block;
    background: url("images/9/99/Onclick.png") no-repeat;
background: url("images/9/99/Onclick.png") no-repeat;
    height: 20px;
height: 20px;
    width: 20px;
width: 20px;
}
}


Line 1,401: Line 1,591:
div.tw_bg_bl1,
div.tw_bg_bl1,
div.tw_bg_br1 {
div.tw_bg_br1 {
    background-image: url("https://the-west.wiki/images/assets/tooltipBG_ornamentic.png");
background-image: url("https://the-west.wiki/images/assets/tooltipBG_ornamentic.png");
    position: absolute;
position: absolute;
    z-index: -1;
z-index: -1;
}
}
.tw_bg_tl1 {
.tw_bg_tl1 {
    background-position: left top;
background-position: left top;
    bottom: 50%;
bottom: 50%;
    right: 50%;
right: 50%;
    left: 0;
left: 0;
    top: 0;
top: 0;
}
}
.tw_bg_tr1 {
.tw_bg_tr1 {
    background-position: right top;
background-position: right top;
    width: 50%;
width: 50%;
    bottom: 50%;
bottom: 50%;
    right: 0;
right: 0;
    top: 0;
top: 0;
}
}
.tw_bg_bl1 {
.tw_bg_bl1 {
    background-position: left bottom;
background-position: left bottom;
    height: 50%;
height: 50%;
    right: 50%;
right: 50%;
    bottom: 0;
bottom: 0;
    left: 0;
left: 0;
}
}
.tw_bg_br1 {
.tw_bg_br1 {
    background-position: right bottom;
background-position: right bottom;
    height: 50%;
height: 50%;
    width: 50%;
width: 50%;
    bottom: 0;
bottom: 0;
    right: 0;
right: 0;
}
 
div.popup_window1,
div.overlay-popup1 {
position: absolute;
display: none;
margin: 0px;
min-width: 200px;
max-width: 480px;
/* white-space: nowrap; */
z-index: 1000;
}
}
div.popup_window, div.overlay-popup {
 
    position: absolute;
div.overlay-popup1 {
    display: none;
min-width: 50px;
    margin: 0px;
    min-width: 200px;
    max-width: 480px;
    /* white-space: nowrap; */
    z-index:1000;
}
}
div.overlay-popup1 {min-width: 50px;}


div.popup_contents1 {
div.popup_contents1 {
    margin: 25px;
margin: 25px;
    font-family: Arial, Verdana, sans-serif;
font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
font-size: 12px;
}
}
div.popup_contents1 *, div.overlay-contents1 * {
 
    margin: 0;
div.popup_contents1 *,
div.overlay-contents1 * {
margin: 0;
}
}
div.overlay-contents1 {
div.overlay-contents1 {
    text-align:center;
text-align: center;
    margin: 24px 25px 20px;
margin: 24px 25px 20px;
    font-family: sans-serif;
font-family: sans-serif;
    font-size: 13px;
font-size: 13px;
}
 
/* 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;
}
 
table.NewjobList tr>th {
font-weight: bold;
color: #ffdead !important;
background-color: #301506 !important
}
 
table.NewjobList,
tr.mw-empty-elt {
display: block !important
}
 
div.worldButton,
div.worldButtonInactive {
-moz-user-select: none;
position: relative;
background: url("https://the-west.wiki/images/assets/world-button.png") no-repeat;
width: 152px;
color: #000000;
height: 40px;
display: inline-block;
line-height: 33px;
padding: 0 0 0 38px;
margin: 0 5px 0;
cursor: pointer;
font-weight: bold;
text-align: left;
font-size: 13px;
float: left;
}
 
div.worldButtonInactive {
background: url("https://the-west.wiki/images/assets/world-button-inactive.png") no-repeat;
}
 
span.worldStatus {
float: right;
margin-right: 15px;
}
 
span.worldStatus.green {
color: #1cb300;
}
 
span.worldStatus.red {
color: #851515;
}
 
div.dashHint {
background-color: #e3cb98;
padding: 1em;
border: 1px dashed #97855E;
color: black;
line-height: 1.1em;
}
 
div.questgiver_mini_frame > img {
position: absolute;
top: 8px;
left: 34px;
}
 
.questgiver_mini_frame img {
position: absolute;
top: 8px;
left: 34px;
}
}

Latest revision as of 10:46, 24 January 2025

/* CSS placed here will be applied to all skins */

@media screen and (min-width: 1340px) {
	#mw-site-navigation {
		margin-top: 125px;
	}
}

/* Homepage event box */
.valentine {
	background: url("https://the-west.wiki/images/assets/Valentine.jpg") center center !important;
	background-size: cover !important;
}

.easter {
	background: url("https://the-west.wiki/images/assets/Easter.jpg") center center !important;
	background-size: cover !important;
}

.independence {
	background: url("https://the-west.wiki/images/assets/Independence.jpg") center center !important;
	background-size: cover !important;
}

.oktoberfest {
	background: url("https://the-west.wiki/images/assets/Octoberfest.jpg") center center !important;
	background-size: cover !important;
}

.dod {
	background: url("https://the-west.wiki/images/assets/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://the-west.wiki/images/assets/726px-Event_box.png");
}

.container_event>.background.wood {
	background: url("https://the-west.wiki/images/assets/Wood.jpg") center center;
}

.container_event .background {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 6px;
	bottom: 8px;
	background: url("https://the-west.wiki/images/assets/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://the-west.wiki/images/assets/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%;
}

/* Some Old CSS From the original Wiki */
#wiki_logo {
	position: relative;
	width: 112px;
	height: 110px !important;
	background: url("https://the-west.wiki/images/assets/VersionLogo.png") !important;
	margin-bottom: 10px;
}

/* Item Popup */
div.tw_bg_tl,
div.tw_bg_tr,
div.tw_bg_bl,
div.tw_bg_br {
	background-image: url(https://the-west.wiki/images/assets/Popup.png);
	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;
}

div.popup_window {
	position: absolute;
	display: none;
	margin: 0;
	min-width: 200px;
	white-space: nowrap;
	z-index: 1000;
}

div.item_container {
	height: 79px;
	width: 79px;
	position: relative;
	background-image: url(https://the-west.wiki/images/assets/Item_box.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://the-west.wiki/images/assets/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://the-west.wiki/images/assets/Item_box_wear2.png);
	background-repeat: no-repeat;
	display: inline-block;
}

div.item_container.empty {
	background-image: none;
}

div.item_container>img {
	position: absolute;
	top: 3px;
	left: 3px;
}

div.item_container.item_off>img {
	filter: sepia(1) opacity(35%);
}

div.item_container.wear>img,
div.item_container.wear2>img {
	top: 0 !important;
	left: 0 !important;
}

div.item_container:hover div.popup_window {
	left: 120%;
	top: 10px;
	z-index: 10;
	display: block;
}

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://the-west.wiki/images/assets/Item_box.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://the-west.wiki/images/assets/Divider.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 !important;
	font-weight: bold !important;
}

.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: 250px;
	margin: auto !important;
}

.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;
	padding-top: 3px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.popup_job img {
	width: 50px;
	height: 50px;
}

.popup_job .item_req>img {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 3px;
	left: 3px;
}

.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;
}

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

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;
}

div.set_bonus {
	/* border:1px solid #997146;
    width:40px;
    text-align:center;
    background-color:#4E3E26;
    color:#fff;
    font:12px arial;
    float:left;*/

	border: 1px solid #997146;
	width: 45px;
	height: 59px;
	text-align: center;
	background-color: #4E3E26;
	color: #fff;
	font: 12px arial;
	float: left;
}

div.set_bonus .text {
	background: url("https://the-west.wiki/images/assets/Skills_bg.png");
	width: 44px;
	height: 20px;
	position: absolute;
	line-height: 20px;
	font-size: 12px;
	bottom: 0;
	color: #ffe7b1;
}

/* Set bonus tooltip */

div.tt_bg_tl,
div.tt_bg_tr,
div.tt_bg_bl,
div.tt_bg_br {
	background-image: url(https://the-west.wiki/images/assets/Tooltip_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.tt_bg_tl {
	background-position: left top;
	bottom: 50%;
	right: 50%;
	left: 0;
	top: 0;
}

.tt_bg_tr {
	background-position: right top;
	width: 50%;
	bottom: 50%;
	right: 0;
	top: 0;
}

.tt_bg_bl {
	background-position: left bottom;
	height: 50%;
	right: 50%;
	bottom: 0;
	left: 0;
}

.tt_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://the-west.wiki/images/assets/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;
}

.per_level:after {
	content: "(per Level)";
}

/* Quest templates */
.item_border {
	position: relative;
	display: inline-block;
	margin: 1px;
	width: 79px;
	height: 79px;
}

.item_border .amount {
	margin: 0;
	position: absolute;
	bottom: 2px;
	left: 6px;
	text-shadow: black 1px 1px 1px;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.item_border2 {
	position: relative;
	display: inline-block;
	margin: 1px;
	width: 60px;
	height: 60px;
}

.item_border2 .amount {
	margin: 0;
	position: absolute;
	bottom: 2px;
	left: 6px;
	text-shadow: black 1px 1px 1px;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.item_border2.inv:before {
	content: url(https://the-west.wiki/images/assets/ItemBorder_Inv.png);
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}

.item_border2.eqp:before {
	content: url(https://the-west.wiki/images/assets/Product_Eqp.png);
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}

/* Set switch duel weapon */

#switch {
	position: absolute;
	top: 30px;
	left: 195px;
	cursor: pointer;
}

#switch_prod {
	position: absolute;
	top: 30px;
	left: 195px;
	cursor: pointer;
}

/* Inputs */

#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; */
	margin-right: 180px;
	float: right;
}

input.west,
select.west {
	background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
	height: 30px;
	width: 180px;
	margin-left: 12px;
	padding: 0 8px 0 0;
	border: 0;
	outline: none;

}

/* What's new banner*/

.info_banner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.ring {
	position: relative;
	width: calc(var(--cir) * 2 + 10px);
	height: var(--hei);
	margin: 20px;
	border-radius: 20px;
	transition: 0.5s;
	transition-delay: 0.5s;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ring:hover {
	width: var(--wid);
	transition-delay: 0s;
}

.ring .circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ring .circle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--clr);
	clip-path: circle(var(--cir) at center);
	transition: 0.5s;
}

.ring:hover .circle::before {
	clip-path: circle(400px at center);
}

.ring .circle .logo img {
	position: relative;
	transition: 0.5s;
	transition-delay: 0.5s;
}

.ring:hover .circle .logo img {
	transform: scale(0);
	transition-delay: 0s;
}

/* .content { */
/* position: relative; */
/* 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 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: 0.5s;
	transition-delay: 0s;
}

.ring:hover .content_img img {
	left: 75%;
	transform: translate(-50%, -50%) scale(1);
	transition-delay: 0.5s;
}

.warning_message {
	color: white;
	display: inline-block;
	padding: 12px 12px 12px 12px;
	border: 1px solid black;
	background: red;
	background: -webkit-linear-gradient(#db1616, #831919);
	background: -o-linear-gradient(#db1616, #831919);
	background: -moz-linear-gradient(#db1616, #831919);
	background: linear-gradient(#db1616, #831919);
}

/* Upgrade */
.item_level {
	position: absolute;
	display: block;
	top: 4px;
	left: 2px;
	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://westzz.innogamescdn.com/images/items/item_level.png);
	margin-right: 2px;
}

.level {
	vertical-align: top;
}

.upgrade {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(https://the-west.wiki/images/assets/Upgrade_icons.png) 0 12px;
	margin: 0 2px 0 1px;
	cursor: pointer;
}

.upgrade:hover {
	background-position-y: 0;
}

.downgrade {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(https://the-west.wiki/images/assets/Upgrade_icons.png) 12px 12px;
	margin: 0 0 0 2px;
	cursor: pointer;
}

.downgrade:hover {
	background-position-y: 0;
}

.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;
}

div.set_container div.item_container>img {
	cursor: pointer;
}

div.mw-collapsible>b {
	color: #5e321a;
	font-size: 16px;
}

.navbar_items {
	width: 392px;
	height: 89px;
	padding: 10px;
	background: url(https://the-west.wiki/images/assets/Navbar_items.png) no-repeat;
}

.navbar_items .link_icon {
	display: inline-block;
	position: relative;
	width: 42px;
	height: 43px;
	cursor: pointer;
	background: url(https://the-west.wiki/images/assets/Navbar_items_icons.png);
}

.navbar_items .link_icon:hover,
.navbar_items .active {
	background-position-y: -43px;
}

.wiki-title {
	position: relative;
	max-width: 800px;
	height: 49px;
	background: url(https://the-west.wiki/images/assets/Title.png) no-repeat;
	background-size: 100% 100%;
	padding: 0;
	margin: auto;
	border: none;
}

#popup_plain {
	position: relative;
	display: inline-block;
}

div.achievement {
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-family: Arial, Verdana, sans-serif;
	width: 424px;
	min-height: 120px;
	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 {
	width: 100%;
	position: absolute;
	background-image: url(https://the-west.wiki/images/assets/Achievement_Background.png);
	left: 0;
	z-index: -1;
}

div.ach-top {
	top: 0;
	bottom: 10px;
	background-position: top;
}

div.ach-btm {
	bottom: 0;
	height: 10px;
	background-position: bottom;
}

.tw2gui_button {
	display: inline-block;
	position: relative;
	height: 36px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	cursor: pointer;
	min-width: 150px;
	max-width: 330px;
}

.tw2gui_button_left_cap,
.tw2gui_button_right_cap {
	position: absolute;
	width: 50%;
	height: 36px;
	background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_normal.png) 0 0;
	left: 0;
}

.tw2gui_button_right_cap {
	left: 50%;
	background-position: right top;
}

.tw2gui_button_middle_bg {
	position: absolute;
	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,
.tw2gui_button:hover .tw2gui_button_left_cap {
	background-image: url('https://westen.innogamescdn.com/images/tw2gui/button/button_highlight.png');
}

.textart_title {
	position: relative;
	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;
	position: sticky;
	top: 0;
	z-index: 3;
}

div.prize-section {
	display: inline-block;
	position: relative;
	margin: 5px 0 5px 0;
}

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;
}

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;
}

table.quest {
	width: 100%;
}

table.quest h2 {
	margin: 2px;
	color: #ffdead;
	background-color: #301506;
	border-bottom: none;
	font-weight: bold;
	font-size: 120%;
}

table.quest td {
	text-align: center;
}

table.quest #toc {
	display: none;
}

table.quest div.options_frame {
	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;
}

div.world_map {
	position: relative;
	width: 237px;
	height: 104px;
	border: 1px solid black;
	background: url(https://westzz.innogamescdn.com/images/map/minimap/worldmap.png);
}

div.world_map .map_marker {
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	background: url(https://westzz.innogamescdn.com/images/map/minimap/icons/miniicon_quests.png);
}

div.questgiver_mini_frame {
	position: relative;
	width: 106px;
	height: 54px;
	margin: auto;
	background: url(https://the-west.wiki/images/assets/Questgiver_mini_frame.png);
}

div.questgiver_mini_frame>img {
	position: absolute;
	top: 8px;
	left: 34px;
}

.cdr_prq {
	display: inline-block;
	background: #fdf4e8;
	border-radius: 10px;
	padding: 5px 5px;
	font-size: smaller;
	vertical-align: top;
	margin: 2px;
	box-shadow: 1px 1px 1px 1px #00000024;
}

.prq_cond {
	max-width: 282px;
}

.prq_dispo {
	width: 330px;
}

.prq_title {
	background: #301506;
	color: #ffdead;
	padding: 8px 10px;
	border-radius: 5px;
}

.window_border {
	margin: auto;
	position: relative;
	padding: 7px;
	z-index: 0;
}

.wb_content {
	background: url(https://wiki.the-west.fr/images/8/80/Arriere_plan_cadre.png);
	border-radius: 15px;
	padding: 40px;
}

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.questline_frame {
	display: inline-block;
	position: relative;
	width: 272px;
	height: 152px;
	margin: 3px;
	background: url(https://the-west.wiki/images/assets/Questline_frame.png);
}

div.questline_frame .questline_name {
	top: 12px;
	text-align: center;
	position: relative;
}

div.questline_frame .questgiver img {
	position: absolute;
	max-width: 75px;
	max-height: 75px;
	top: 51px;
	left: 14px;
}

div.questline_frame .questgiver_overlay {
	position: absolute;
	top: 39px;
	left: 12px;
	width: 80px;
	height: 100px;
	background: url(https://westzz.innogamescdn.com/images/window/quest/pic_small.png);
	background-size: cover;
}

div.questline_frame .info {
	display: inline-block;
	position: absolute;
	top: 65px;
	left: 97px;
	width: 150px;
	font-size: 13px;
	text-shadow: 1px 1px 2px #00000063;
}

.item_flag {
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 1px;
}

.item_flag.eqp {
	background: url("https://the-west.wiki/images/assets/Product_Eqp.png");
}

.item_flag.inv {
	background: url("https://the-west.wiki/images/assets/ItemBorder_Inv.png");
}

.item_req {
	background: url("https://the-west.wiki/images/assets/Item_box.png");
	position: relative;
	display: inline-block;
}

.item_req {
	width: 50px;
	height: 50px;
	background-size: 50px;
	vertical-align: middle;
}

table.popup_job {
	width: 100% !important;
}

#ca-talk {
	display: none !important;
}

#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(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 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;
}

/* Item Popup */
div.tw_bg_tl1,
div.tw_bg_tr1,
div.tw_bg_bl1,
div.tw_bg_br1 {
	background-image: url("https://the-west.wiki/images/assets/tooltipBG_ornamentic.png");
	position: absolute;
	z-index: -1;
}

.tw_bg_tl1 {
	background-position: left top;
	bottom: 50%;
	right: 50%;
	left: 0;
	top: 0;
}

.tw_bg_tr1 {
	background-position: right top;
	width: 50%;
	bottom: 50%;
	right: 0;
	top: 0;
}

.tw_bg_bl1 {
	background-position: left bottom;
	height: 50%;
	right: 50%;
	bottom: 0;
	left: 0;
}

.tw_bg_br1 {
	background-position: right bottom;
	height: 50%;
	width: 50%;
	bottom: 0;
	right: 0;
}

div.popup_window1,
div.overlay-popup1 {
	position: absolute;
	display: none;
	margin: 0px;
	min-width: 200px;
	max-width: 480px;
	/* white-space: nowrap; */
	z-index: 1000;
}

div.overlay-popup1 {
	min-width: 50px;
}

div.popup_contents1 {
	margin: 25px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

div.popup_contents1 *,
div.overlay-contents1 * {
	margin: 0;
}

div.overlay-contents1 {
	text-align: center;
	margin: 24px 25px 20px;
	font-family: sans-serif;
	font-size: 13px;
}

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

table.NewjobList tr>th {
	font-weight: bold;
	color: #ffdead !important;
	background-color: #301506 !important
}

table.NewjobList,
tr.mw-empty-elt {
	display: block !important
}

div.worldButton,
div.worldButtonInactive {
	-moz-user-select: none;
	position: relative;
	background: url("https://the-west.wiki/images/assets/world-button.png") no-repeat;
	width: 152px;
	color: #000000;
	height: 40px;
	display: inline-block;
	line-height: 33px;
	padding: 0 0 0 38px;
	margin: 0 5px 0;
	cursor: pointer;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	float: left;
}

div.worldButtonInactive {
	background: url("https://the-west.wiki/images/assets/world-button-inactive.png") no-repeat;
}

span.worldStatus {
	float: right;
	margin-right: 15px;
}

span.worldStatus.green {
	color: #1cb300;
}

span.worldStatus.red {
	color: #851515;
}

div.dashHint {
	background-color: #e3cb98;
	padding: 1em;
	border: 1px dashed #97855E;
	color: black;
	line-height: 1.1em;
}

div.questgiver_mini_frame > img {
position: absolute;
top: 8px;
left: 34px;
}

.questgiver_mini_frame img {
position: absolute;
top: 8px;
left: 34px;
}