Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

MediaWiki:Common.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 65 промежуточных версий этого же участника)
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
li.gallerybox div.thumb {
/* Бар */
     background-color: #101619;
.home-card__header {
     border: 1px solid #131918;
color: var( --color-emphasized );
font-size: 1rem;
     font-weight: var( --font-weight-semi-bold );
     line-height: var( --line-height-xxx-small );
}
}
@media screen {
 
html.skin-theme-clientpref-night {
.home-card__header a {
--background-color-base: #101418;
display: flex;
--color-base-rgb: 234, 236, 240;
align-items: center;
--background-color-link: 255, 255, 255;
justify-content: space-between;
}
/* Основной цвет фона */
body {
background-color: var(--background-color-base, #fff);
}
}
.nav__link.active {
 
  opacity: 0.3;
.home-card__header a:after {
content: '▶';
font-size: var( --font-size-small );
}
}
.textbox {
 
  background-color: var(--background-color-neutral-subtle, #f8f9fa);
.home-card__background {
  color: var(--color-emphasized, #101418);
position: absolute;
  border: 1px solid var(--border-color-muted, #dadde3);
inset: 0;
}
}
.admin-only {
 
display:none;
.home-card__background:after {
position: absolute;
    pointer-events: none;
inset: 0;
    display: block;
    background: linear-gradient(to right,#000,transparent);
    content: "";
    transition: transform 250ms ease;
}
}
span.itemmythic {
 
    color: rgb(255, 130, 0) !important;
.home-card__background picture,
.home-card__background img {
width: 100%;
height: 100%;
}
}
span.itemlegendary {
 
    color: rgb(228, 193, 41) !important;
.home-card__background img {
object-fit: cover;
object-position: center;
}
}
span.itemepic {
 
    color: #A02EF7 !important;
.home-card__foreground {
}
position: absolute;
span.itemfine {
top: 0;
    color: #2DC50E !important;
bottom: 0;
left: 0;
right: 0;
padding: var( --space-md );
display: flex;
flex-direction: column;
justify-content: center;
gap: var( --space-xxs );
color: #fff;
line-height: var( --line-height-xxx-small );
pointer-events: none;
}
}
span.itemsuperior {
 
     color: #3A92FF !important;
.home-card__foreground .home-card__badge {
position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
     border-bottom-right-radius: 0;
}
}
.itemmythic a {
 
    color: rgb(255, 130, 0) !important;
.home-card__foreground .home-card__header {
color: #fff;
}
}
.itemlegendary a {
 
    color: rgb(228, 193, 41) !important;
.home-card__foreground .home-card__label {
color: #bababa;
}
}
.itemepic a {
 
    color: #A02EF7 !important;
.home-card p {
margin-top: var( --space-xs );
font-size: var( --font-size-small );
}
}
.itemfine a {
 
    color: #2DC50E !important;
.home-card2.home-card--button {
overflow: hidden;
padding: 0;
border: 0;
}
}
.itemsuperior a {
 
    color: #3A92FF !important;
.home-card--button a {
display: flex;
height: 100%;
justify-content: center;
align-items: center;
padding: 0 var( --space-md );
background: transparent;
color: #fff;
font-weight: var( --font-weight-medium );
}
}


table.overview {
.home-card--button .home-card__background a {
background-color:#eaecf0;
padding: 0;
        border: 1px solid #ddd;
}
 
.home-card--button img {
transition: transform 250ms ease;
}
}
/* Стили для таблиц */
 
.wikitable {
.home-card--button:hover img {
background-color: rgba(var(--color-base-rgb), 0.03);
transform: scale( 1.1 );
}
}
.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td {
.home-card2 {
border: 1px solid rgba(var(--color-base-rgb),0.1);
position: relative;
padding: 0.5em 1em;
padding: var( --space-md );
border: 1px solid var( --border-color-base );
background: var( --color-surface-1 );
border-radius: var( --border-radius-medium );
font-size: var( --font-size-small );
}
}
.wikitable > tr > th, .wikitable > * > tr > th {
 
    background-color: var(--background-color-neutral,#eaecf0);
.home-event {
    color: var(--color-base,#202122);
border: 1px solid var( --border-color-base );
    text-align: center;
border-radius: var( --border-radius-medium );
background: var( --color-surface-1 );
}
}
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
 
    background-image: url(/w/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440);
.home-gameinfo {
    cursor: pointer;
display: flex;
    background-repeat: no-repeat;
align-items: center;
    background-position: center right;
justify-content: space-between;
    padding-right: 21px;
padding: var( --space-xs ) var( --space-md );
white-space: nowrap;
line-height: 1;
overflow-x: auto;
font-size: var( --font-size-small );
gap: var( --space-xl );
}
}


.home-gameinfo-label {
color: var( --color-subtle );
}


.RadiantApexRewards {
.home-gameinfo-list {
    padding: 10px !important;
display: flex;
    margin-top: 2rem !important;
    color: #FF6F50 !important;
    border-bottom: 1px solid #FF6F50 !important;
    min-width: 150px;
}
}
.ApexRewards {
 
    padding: 10px !important;
.home-gameinfo-list-item {
    margin-top: 2rem !important;
display: flex;
    color: #E58B27 !important;
align-items: center;
    border-bottom: 1px solid #E58B27 !important;
gap: var( --space-xs );
    min-width: 150px;
font-weight: var( --font-weight-medium );
}
}
.LegendaryRewards {
 
    padding: 10px !important;
.home-gameinfo-list-item + .home-gameinfo-list-item {
    margin-top: 2rem !important;
margin-left: var( --space-sm );
    color: #CCAA1A !important;
border-left: 1px solid var( --border-color-base );
    border-bottom: 1px solid #CCAA1A !important;
padding-left: var( --space-sm );
    min-width: 150px;
}
}
.EpicRewards {
 
    padding: 10px !important;
.home-event .home-card2 {
    margin-top: 2rem !important;
height: 5rem;
    color: #A02EF7 !important;
border-top-left-radius: 0;
    border-bottom: 1px solid #A02EF7 !important;
border-top-right-radius: 0;
    min-width: 150px;
}
}
.SuperiorRewards {
 
    padding: 10px !important;
.home-event .home-card__background:after {
    margin-top: 2rem !important;
/*
    color: #3A92FF !important;
* Theme gradient color
    border-bottom: 1px solid #3A92FF !important;
* FIXME: Find a way to make customize it through wikitext
    min-width: 150px;
*/
background: linear-gradient(to right,#101e3c 1%,transparent 33.3%);
}
}
.FineRewards {
 
    padding: 10px !important;
/* Главная */
    margin-top: 2rem !important;
.home-header {
    color: #2DC50E !important;
position: relative;
    border-bottom: 1px solid #2DC50E !important;
padding-block: 3.5rem;
    min-width: 150px;
line-height: var( --line-height-xx-small );
text-align: center;
}
}
.CommonRewards {
 
    padding: 10px !important;
.home-header__pretitle {
    margin-top: 2rem !important;
margin-bottom: var( --space-xxs );
     color: #888888 !important;
     color: var( --color-subtle );
    border-bottom: 1px solid #888888 !important;
font-size: var( --font-size-small );
    min-width: 150px;
letter-spacing: 0.05em;
}
}
.Drops {
 
    padding: 10px !important;
.home-header__title {
    margin-top: 2rem !important;
--display-font-size: min( calc( 2.5rem + 3.9vw ), 4.5rem );
    color: var(--color-progressive) !important;
margin: 0;
    border-bottom: 1px solid var(--color-progressive) !important;
font-size: var( --display-font-size );
    min-width: 150px;
text-transform: uppercase;
line-height: 0.9;
font-weight: var( --font-weight-semi-bold );
}
}
.Datamine {
 
    padding: 10px !important;
.home-header__subtitle {
    margin-top: 2rem !important;
margin-top: var( --space-xxs );
    color: var(--background-color-error) !important;
color: var( --color-subtle );
    border-bottom: 1px solid var(--background-color-error) !important;
font-size: var( --font-size-small );
    min-width: 150px;
}
}
.PS {
/* Поиск на главной */
    padding: 10px !important;
.home-header__search .keyboard-key {
    margin-top: 2rem !important;
display: inline;
    color: var(--color-progressive) !important;
padding-top: 0.1em;
    border-bottom: 1px solid var(--color-progressive) !important;
padding-bottom: 0.1em;
    min-width: 150px;
}
}
.Applied {
 
    padding: 10px !important;
.home-header:before,
    margin-top: 2rem !important;
.home-header__searchIcon img {
    color: var(--color-progressive) !important;
filter: var( --filter-invert );
    border-bottom: 1px solid var(--color-progressive) !important;
    min-width: 150px;
}
}
.Craft {
 
    padding: 10px !important;
@media ( hover: none ) {
    margin-top: 2rem !important;
.home-header__search .desktoponly {
    color: var(--color-progressive) !important;
display: none;
    border-bottom: 1px solid var(--color-progressive) !important;
}
    min-width: 150px;
}
}
#skin-client-pref-skin-theme-value-os { display:none!important; }
.home-header__search {
#ca-talk { display:none!important; }
--gradient: #87bfdb, #77abC8, #6797b5, #577f9d, #476684, #43668a, #3e668f, #304a66, #212e3d, #304a66, #3e668f, #43668a, #476684, #577f9d, #6797b5, #77abC8, #87bfdb;
body {
--gradient-blur: 4px;
    background-color: #ffffff
padding: var( --space-md );
margin-top: var( --space-xl );
margin-left: auto;
margin-right: auto;
max-width: 600px;
border: var( --border-base );
border-radius: var( --border-radius-pill );
background-color: var( --color-surface-1 );
cursor: pointer;
font-size: var( --font-size-small );
font-weight: var( --font-weight-medium );
text-align: center;
}
}


.mw-body h1,.mw-body-content h1,.mw-body-content h2 {
.home-header__search .desktoponly {
    font-family: sans-serif
margin-left: var( --space-xs );
}
}


h1,h2 {
.home-header__search:hover {
    border-bottom: 1px solid rgba(156,191,235,.5)
--gradient: #120d0e, #321d13, #512d19, #713d1e, #90571d, #b0701b, #cf8a1a, #de9822, #eeA529, #fdb331, #eeA529, #de9822, #cf8a1a, #b0701b, #90571d, #713d1e, #512d19, #321d13, #120d0e;
--gradient-blur: 8px;
background: var( --color-surface-0 );
}
}


.color_h3 {
.home-header__searchIcon img {
    background-color: #b0c4de;
margin-right: var( --space-md );
     padding: 10px;
     opacity: var( --opacity-icon-base );
    box-shadow: 0 0 0 0px rgba(255,255,255,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
}
    -webkit-transition: box-shadow 0.1s;
@property --gradient-angle {
    transition: box-shadow 0.1s
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
}
}


body.page-Заглавная_страница * h1 {
.scw-gradient-glow {
    display: none
position: relative;
}
 
--clr-3: var( --color-progressive );
--clr-4: var( --border-color-base );
--clr-5: var( --border-color-subtle );


.catlinks {
--gradient: var( --clr-3 ), var( --clr-4 ), var( --clr-5 ), var( --clr-4 ), var( --clr-3 );
    display: none
--gradient-blur: 4px;
--gradient-time: 5s;
}
}


.smw-datatable-toolbar {
.scw-gradient-glow::before {
    display: none
position: absolute;
inset: 0px;
z-index: -1;
content: '';
background: conic-gradient( from var( --gradient-angle ), var( --gradient ) );
border-radius: inherit;
animation: scw-gradient-rotate var( --gradient-time ) linear infinite;
filter: blur( var( --gradient-blur ) );
transition: filter 100ms ease;
}
}


.creature tr:hover {
@keyframes scw-gradient-rotate {
    background-color: #e0e8ff;
0% {
    -webkit-transition: all 0.3s ease;
--gradient-angle: 0deg;
    -moz-transition: all 0.3s ease;
}
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}


.only-quest img {
100% {
    background-color: #ff8e8e
--gradient-angle: 360deg;
}
}
}


.tt {
/* Основной цвет фона */
     white-space: nowrap
.crownstore-announ img {
     max-width:100%;
    height:auto;
}
}
 
.citizen-overflow-content > .motif {
.tt tr:hover {
  height: 600px;
    background-color: #e0e8ff;
  overflow: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
}


.trade-item {
body {
    display: flex;
background-color: var(--background-color-base, #fff);
    align-items: center
}
.nav__link.active {
  opacity: 0.3;
}
}
 
.textbox {
.trade-item-name {
    overflow: auto;
     display: flex;
    border-radius: var(--border-radius-large);
     flex-direction: column;
     font-family: var(--font-family-monospace);
     padding-left: 10px
     font-size: var(--font-size-small);
     color: var(--color-emphasized);
    background-color: var(--color-surface-2);
    border: var(--border-width-base) solid var(--border-color-base);
}
}
 
.admin-only {
.trade-item-icon {
display:none;
    position: relative;
    flex-shrink: 0
}
}
 
span.itemmythic {
.smw-highlighter {
     color: rgb(255, 130, 0) !important;
     cursor: help;
    border-bottom: 1px dotted black
}
}
 
span.itemlegendary {
.swap {
     color: rgb(228, 193, 41) !important;
     white-space: nowrap
}
}
 
span.itemepic {
.swap tr:hover {
     color: #A02EF7 !important;
     background-color: #e0e8ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
}
 
span.itemfine {
.weapons tr:hover {
     color: #2DC50E !important;
     background-color: #e0e8ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
}
 
span.itemsuperior {
.equip-name {
     color: #3A92FF !important;
     display: table-cell;
    padding-left: 5px;
    vertical-align: middle
}
}
 
.itemmythic a {
.equip-name-icon {
     color: rgb(255, 130, 0) !important;
     position: relative;
    display: table-cell;
    width: 64px;
    height: 64px
}
}
 
.itemlegendary a {
.equip-name-icon-set {
     color: rgb(228, 193, 41) !important;
     position: absolute;
    top: -2px
}
}
 
.itemepic a {
.equip tr:hover {
     color: #A02EF7 !important;
     background-color: #e0e8ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
}
 
.itemfine a {
.recipe p {
     color: #2DC50E !important;
     margin: 0
}
}
 
.itemsuperior a {
table.infobox {
     color: #3A92FF !important;
     width: 450px;
    float: right;
    margin: 0 0 1em 3em
}
}


table.infobox > tr > th,table.infobox > tr > td,table.infobox > * > tr > th,table.infobox > * > tr > td {
table.overview {
    border: 1px solid #b0c4de
background-color:#eaecf0;
        border: 1px solid #ddd;
}
}
 
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
.slight_shadow {
     background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
     -webkit-transition: box-shadow 0.1s;
    transition: box-shadow 0.1s
}
 
#look3d {
    border: 2px solid black;
    width: 125px;
    height: 25px;
     cursor: pointer;
     cursor: pointer;
     position: absolute
     background-repeat: no-repeat;
    background-position: center right;
    padding-right: 21px;
}
}


#look3d:hover {
    border: 2px solid gray
}


.look3d {
.RadiantApexRewards {
     position: relative;
     padding: 10px !important;
     float: right;
     margin-top: 2rem !important;
     right: 128px;
     color: #FF6F50 !important;
     top: 32px
     border-bottom: 1px solid #FF6F50 !important;
    min-width: 150px;
}
}
 
.ApexRewards {
.text-look3d {
     padding: 10px !important;
     position: absolute;
     margin-top: 2rem !important;
     top: 4px;
     color: #E58B27 !important;
     left: 2px;
     border-bottom: 1px solid #E58B27 !important;
     width: 125px;
     min-width: 150px;
     height: 25px;
    font-weight: bold
}
}
 
.LegendaryRewards {
#viewer3d {
     padding: 10px !important;
     width: 650px;
     margin-top: 2rem !important;
    height: 450px;
     color: #CCAA1A !important;
    border: 3px #000 solid;
     border-bottom: 1px solid #CCAA1A !important;
    background: #999999;
     min-width: 150px;
    position: fixed;
    top: 45%;
    left: 50%;
     margin-top: -225px;
     margin-left: -325px;
     display: none;
    opacity: 0;
     z-index: 5;
    padding: 0
}
}
 
.EpicRewards {
#viewer3d #viewer3d_close {
     padding: 10px !important;
     width: 21px;
     margin-top: 2rem !important;
    height: 21px;
     color: #A02EF7 !important;
    position: absolute;
     border-bottom: 1px solid #A02EF7 !important;
     top: 5px;
     min-width: 150px;
     right: 50px;
     cursor: pointer;
     display: block;
    color: red;
    font-weight: bold
}
}
 
.SuperiorRewards {
#viewer3d #viewer3d_close:hover {
    padding: 10px !important;
     color: white
    margin-top: 2rem !important;
    color: #3A92FF !important;
    border-bottom: 1px solid #3A92FF !important;
     min-width: 150px;
}
}
 
.FineRewards {
#overlay {
     padding: 10px !important;
     z-index: 3;
     margin-top: 2rem !important;
     position: fixed;
     color: #2DC50E !important;
     width: 100%;
     border-bottom: 1px solid #2DC50E !important;
     height: 100%;
     min-width: 150px;
     top: 0;
    left: 0;
    cursor: pointer;
    display: none
}
}
 
.CommonRewards {
table.jquery-tablesorter th.headerSort {
     padding: 10px !important;
     background-color: #b0c4de;
    margin-top: 2rem !important;
     position: sticky;
     color: #888888 !important;
     top: 10px;
     border-bottom: 1px solid #888888 !important;
     z-index: 1
     min-width: 150px;
}
}
table-wrap {
.Drops {
  text-align: center;
    padding: 10px !important;
  display: inline-block;
    margin-top: 2rem !important;
  background-color: #fff;
    color: var(--color-progressive) !important;
  padding: 2rem 2rem;
    border-bottom: 1px solid var(--color-progressive) !important;
  color: #000;
    min-width: 150px;
}
}
 
.Datamine {
.trhover tr:hover {
     padding: 10px !important;
     background-color: #e0e8ff;
     margin-top: 2rem !important;
     -webkit-transition: all 0.3s ease;
     color: var(--background-color-error) !important;
     -moz-transition: all 0.3s ease;
     border-bottom: 1px solid var(--background-color-error) !important;
     -o-transition: all 0.3s ease;
     min-width: 150px;
     transition: all 0.3s ease
}
}
 
.PS {
.box_frnds {
     padding: 10px !important;
     width: 250px;
     margin-top: 2rem !important;
     height: 335px;
     color: var(--color-progressive) !important;
     border: 1px solid #e7e8ec;
     border-bottom: 1px solid var(--color-progressive) !important;
     border-radius: 3px;
     min-width: 150px;
     text-align: left
}
}
 
.Applied {
.frnd {
     padding: 10px !important;
     display: block;
    margin-top: 2rem !important;
     padding: 10px;
    color: var(--color-progressive) !important;
     float: left
     border-bottom: 1px solid var(--color-progressive) !important;
     min-width: 150px;
}
}
 
.Craft {
.thumb_frnd {
     padding: 10px !important;
     position: relative;
     margin-top: 2rem !important;
     float: left;
     color: var(--color-progressive) !important;
     width: 40px;
     border-bottom: 1px solid var(--color-progressive) !important;
     height: 40px;
     min-width: 150px;
     border-radius: 50%;
    overflow: hidden
}
}
#skin-client-pref-skin-theme-value-os { display:none!important; }
#ca-talk { display:none!important; }


.thumb_frnd img {
.mw-body h1,.mw-body-content h1,.mw-body-content h2 {
     position: absolute;
     font-family: sans-serif
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    max-height: 40px;
    border-radius: 50%;
    display: block
}
}


.desc_info {
h1,h2 {
     float: left;
     border-bottom: 1px solid rgba(156,191,235,.5)
    width: 170px;
    overflow: hidden;
    word-wrap: break-word;
    padding: 4px 0 0 12px
}
}


.frnd_name {
.color_h3 {
     color: #2a5885;
     background-color: #b0c4de;
     text-decoration: none;
     padding: 10px;
     cursor: pointer
    box-shadow: 0 0 0 0px rgba(255,255,255,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
     -webkit-transition: box-shadow 0.1s;
    transition: box-shadow 0.1s
}
}


.frnd_name:hover {
body.page-Заглавная_страница * h1 {
     text-decoration: underline
     display: none
}
}


.frnd_desc {
.catlinks {
     font-size: 12px;
     display: none
    overflow: hidden;
    color: #656565
}
}


.ore_but {
.smw-datatable-toolbar {
     width: 230px;
     display: none
    color: #ff9501;
    cursor: pointer;
    border: 1px solid #ff9501;
    text-align: center;
    padding: 5px;
    border-radius: 3px
}
}


.ore_but a {
.creature tr:hover {
     text-decoration: none;
     background-color: #e0e8ff;
     color: #ff9501
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
}


.ore_but a:hover {
.only-quest img {
     color: red
     background-color: #ff8e8e
}
}


.menu_cont {
.tt {
     display:flex;
     white-space: nowrap
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
}


.menu_caches .menu_button {
.tt tr:hover {
     max-width: 190px
    background-color: #e0e8ff;
}
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}


.menu_button {
.trade-item {
     text-align: center;
     display: flex;
     word-wrap: normal
     align-items: center
}
}


.menu_button_img_events img {
.trade-item-name {
     width: 246px;
     display: flex;
     height: 133px
     flex-direction: column;
    padding-left: 10px
}
}


.menu_button_tile {
.trade-item-icon {
     position: relative;
     position: relative;
     margin: 0 20px 0 20px;
     flex-shrink: 0
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
}


.card_button_tile {
.smw-highlighter {
     position: relative;
     cursor: help;
    margin: 0 20px 0 20px;
    word-break: break-all
}
}


.menu_button:hover .menu_button_tile {
.swap {
     -webkit-transform: scale(1.11);
     white-space: nowrap
    -moz-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11)
}
}


.menu_buttun_pvp_number {
.swap tr:hover {
     position: absolute;
     background-color: #e0e8ff;
     margin-top: -115px;
     -webkit-transition: all 0.3s ease;
    right: 30px;
     -moz-transition: all 0.3s ease;
     z-index: 1;
     -o-transition: all 0.3s ease;
    color: white;
     transition: all 0.3s ease
     font-weight: 600;
    font-size: 1.8em;
     user-select: none;
    pointer-events: none
}
}


.menu_buttun_pvp_number::before {
.weapons tr:hover {
     content: url(/w/images/6/69/Wreath_half.png);
     background-color: #e0e8ff;
     -moz-transform: scale(1.5,1.5);
     -webkit-transition: all 0.3s ease;
     -webkit-transform: scale(1.5,1.5);
     -moz-transition: all 0.3s ease;
     -o-transform: scale(1.5,1.5);
     -o-transition: all 0.3s ease;
     transform: scale(1.5,1.5);
     transition: all 0.3s ease
    margin: 8px 0 0 -12px;
    position: absolute
}
}


.menu_buttun_pvp_number::after {
.equip-name {
     content: url(/w/images/6/69/Wreath_half.png);
     display: table-cell;
    -moz-transform: scale(-1.5,1.5);
     padding-left: 5px;
     -webkit-transform: scale(-1.5,1.5);
     vertical-align: middle
     -o-transform: scale(-1.5,1.5);
    transform: scale(-1.5,1.5);
    margin: 8px 0 0 -6px;
    position: absolute
}
}


.note {
.equip-name-icon {
     position: relative;
     position: relative;
     margin: 2em 0em;
     display: table-cell;
     pointer-events: none
    width: 64px;
     height: 64px
}
}


.note_name {
.equip-name-icon-set {
     position: absolute;
     position: absolute;
     background-color: #fff;
     top: -2px
    margin: -14px 0 0 1px;
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: 600
}
}


.note_text {
.equip tr:hover {
     border: 1px dashed black;
     background-color: #e0e8ff;
     padding: 10px 10px 5px 10px;
     -webkit-transition: all 0.3s ease;
     box-shadow: 0 0 0 1px rgba(255,255,255,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
     -moz-transition: all 0.3s ease;
     -webkit-transition: box-shadow 0.1s;
     -o-transition: all 0.3s ease;
     transition: box-shadow 0.1s;
     transition: all 0.3s ease
    overflow-x: auto;
    pointer-events: auto
}
}


.advice {
.recipe p {
    position: relative;
     margin: 0
     margin: 2em 0em;
    pointer-events: none
}
}


.advice_name {
table.infobox {
     position: absolute;
     width: 450px;
     background-color: #fff;
     float: right;
     margin: -14px 0 0 1px;
     margin: 0 0 1em 3em
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: 600
}
}


.advice_text {
table.infobox > tr > th,table.infobox > tr > td,table.infobox > * > tr > th,table.infobox > * > tr > td {
     border: 1px dashed black;
     border: 1px solid #b0c4de
    padding: 10px 10px 5px 10px;
}
 
.slight_shadow {
     box-shadow: 0 0 0 1px rgba(255,255,255,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
     box-shadow: 0 0 0 1px rgba(255,255,255,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
     -webkit-transition: box-shadow 0.1s;
     -webkit-transition: box-shadow 0.1s;
     transition: box-shadow 0.1s;
     transition: box-shadow 0.1s
    overflow-x: auto;
    pointer-events: auto
}
}


#look3d {
    border: 2px solid black;
    width: 125px;
    height: 25px;
    cursor: pointer;
    position: absolute
}


.tippy-tooltip {
#look3d:hover {
     max-width: 330px;
     border: 2px solid gray
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit
}
}


.tippy-header {
.look3d {
     display: none
     position: relative;
    float: right;
    right: 128px;
    top: 32px
}
}


.plate {
.text-look3d {
     width: 70px;
     position: absolute;
     float: left;
     top: 4px;
     border-radius: 3px;
    left: 2px;
     padding: 2px;
     width: 125px;
     margin: 5px
     height: 25px;
     font-weight: bold
}
}


.plate:hover {
#viewer3d {
     box-shadow: 0 0 0 1px rgba(0,0,0,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
    width: 650px;
     -webkit-transition: box-shadow 0.1s;
    height: 450px;
     transition: box-shadow 0.2s
    border: 3px #000 solid;
    background: #999999;
    position: fixed;
    top: 45%;
    left: 50%;
     margin-top: -225px;
     margin-left: -325px;
    display: none;
    opacity: 0;
    z-index: 5;
     padding: 0
}
}


.plate:hover .marquee {
#viewer3d #viewer3d_close {
     display: inline-block;
     width: 21px;
     white-space: pre-wrap;
     height: 21px;
    margin-left: -2px
}
 
.plate:hover .marquee span {
    display: inline-block;
     position: absolute;
     position: absolute;
     animation: none;
     top: 5px;
    padding: 0 5px 0 5px;
     right: 50px;
     border: 1px solid;
     cursor: pointer;
     background: rgb(255,255,255);
     display: block;
     margin-top: -1.2em;
     color: red;
     min-width: 100px;
     font-weight: bold
    max-width: 150px;
     z-index: 1
}
}


.usually {
#viewer3d #viewer3d_close:hover {
     background-color: rgba(41,41,41,0.2)
     color: white
}
}


.rare {
#overlay {
     background: linear-gradient(to top left,#b4c3c8,#5f7476)
     z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}
}


.very_rare {
table.jquery-tablesorter th.headerSort {
     background: linear-gradient(to top left,#f2b73b,#bc5101)
     background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440);
    position: sticky;
    z-index: 1
}
}
 
table-wrap {
.guarantee {
  text-align: center;
    background: linear-gradient(to top left,#1b5825,#40d744)
  display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}
}


.arrow {
.trhover tr:hover {
     background-image: url(/w/images/7/7b/Arrow_down.png);
     background-color: #e0e8ff;
     background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
     background-position: center;
     -moz-transition: all 0.3s ease;
     height: 11px
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease
}
}


.arrow:hover {
.box_frnds {
     background-image: url(/w/images/4/46/Arrow_up.png);
    width: 250px;
     -webkit-transition: box-shadow 0.3s;
    height: 335px;
     transition: box-shadow 0.3s
     border: 1px solid #e7e8ec;
     border-radius: 3px;
     text-align: left
}
}


.drop_rate {
.frnd {
     font-size: 90%;
     display: block;
     font-weight: 600;
     padding: 10px;
     cursor: default
     float: left
}
}


.tippy-content-container {
.thumb_frnd {
     max-height: 500px
     position: relative;
}
    float: left;
 
.tippy-content-container .plate {
     width: 40px;
     width: 40px;
     float: none;
     height: 40px;
     display: inline-block
     border-radius: 50%;
    overflow: hidden
}
}


.tippy-content-container .plate img {
.thumb_frnd img {
     width: 36px;
    position: absolute;
     height: 36px
    top: 0;
    bottom: 0;
    margin: auto;
     width: 40px;
     max-height: 40px;
    border-radius: 50%;
    display: block
}
}


.tippy-content-container .drop_rate {
.desc_info {
     font-size: 75%;
     float: left;
     font-weight: 600;
    width: 170px;
     cursor: default
    overflow: hidden;
     word-wrap: break-word;
     padding: 4px 0 0 12px
}
}


@-webkit-keyframes scroll {
.frnd_name {
     0% {
     color: #2a5885;
        -webkit-transform: translate(0,0);
    text-decoration: none;
        transform: translate(0,0)
    cursor: pointer
    }
}


    100% {
.frnd_name:hover {
        -webkit-transform: translate(-100%,0);
    text-decoration: underline
        transform: translate(-100%,0)
    }
}
}


@-moz-keyframes scroll {
.frnd_desc {
     0% {
     font-size: 12px;
        -moz-transform: translate(0,0);
    overflow: hidden;
        transform: translate(0,0)
     color: #656565
     }
}


     100% {
.ore_but {
        -moz-transform: translate(-100%,0);
     width: 230px;
        transform: translate(-100%,0)
    color: #ff9501;
     }
    cursor: pointer;
    border: 1px solid #ff9501;
    text-align: center;
    padding: 5px;
     border-radius: 3px
}
}


@keyframes scroll {
.ore_but a {
     0% {
     text-decoration: none;
        transform: translate(0,0)
    color: #ff9501
    }
}


    100% {
.ore_but a:hover {
        transform: translate(-100%,0)
    color: red
    }
}
}


.marquee {
.menu_cont-cards {
     display: block;
     display:flex;
     width: 100%;
     flex-wrap: wrap;
     white-space: nowrap;
     justify-content: center;
    overflow: hidden
}
}
 
.menu_cont {
.marquee span {
     display:flex;
     display: inline-block;
     flex-wrap: wrap;
     padding-left: 100%;
     justify-content: center;
     -webkit-animation: scroll 10s infinite linear;
     gap: 10px;
     -moz-animation: scroll 10s infinite linear;
    animation: scroll 10s infinite linear
}
}


#google_translate_element {
.menu_caches .menu_button {
     overflow-x: hidden;
     max-width: 190px
    width: 145px
}
}


.tabber {
.menu_button {
     clear: both
     text-align: center;
    word-wrap: normal
}
}


.last-update {
.menu_button_img_events img {
     width: 300px;
     width: 246px;
     float: left
     height: 133px
}
}


.last-update-header {
.menu_button_tile {
     background-color: #b0c4de;
    position: relative;
     padding: 10px;
    margin: 0 20px 0 20px;
     font-weight: 600
    -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
     -o-transition: all 0.6s ease;
     transition: all 0.6s ease;
}
}


.last-update-body {
.card_button_tile {
     border: 1px solid #e7e8ec;
     position: relative;
     border-top: 0px;
     margin: 0 20px 0 20px;
     padding: 5px 10px;
     word-break: break-all
    height: 220px
}
}


.reward {
.menu_button:hover .menu_button_tile {
     margin-bottom: 20px
     -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11)
}
}


.rep-rew-table {
.menu_buttun_pvp_number {
     border-collapse: collapse;
    position: absolute;
     cursor: default
    margin-top: -115px;
    right: 30px;
    z-index: 1;
    color: white;
    font-weight: 600;
    font-size: 1.8em;
     user-select: none;
     pointer-events: none
}
}


.rep-rew-table tr:hover {
.menu_buttun_pvp_number::before {
     background-color: #e0e8ff;
     content: url(/w/images/6/69/Wreath_half.png);
     -webkit-transition: all 0.3s ease;
     -moz-transform: scale(1.5,1.5);
     -moz-transition: all 0.3s ease;
     -webkit-transform: scale(1.5,1.5);
     -o-transition: all 0.3s ease;
     -o-transform: scale(1.5,1.5);
     transition: all 0.3s ease
    transform: scale(1.5,1.5);
     margin: 8px 0 0 -12px;
    position: absolute
}
}


.rep-rew-table td {
.menu_buttun_pvp_number::after {
     padding: 0 6px 0 6px
    content: url(/w/images/6/69/Wreath_half.png);
    -moz-transform: scale(-1.5,1.5);
    -webkit-transform: scale(-1.5,1.5);
    -o-transform: scale(-1.5,1.5);
    transform: scale(-1.5,1.5);
     margin: 8px 0 0 -6px;
    position: absolute
}
}


.community_button {
.note {
     width: 220px;
     position: relative;
     display: inline-block;
     margin: 2em 0em;
    font-weight: 700;
     pointer-events: none
     color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 3px;
    background: rgb(64,199,129);
    box-shadow: 0 -3px rgb(53,167,110) inset;
    transition: 0.2s
}
}


.community_button:hover {
.note_name {
     background: rgb(53,167,110)
     position: absolute;
}
     background-color: #fff;
 
     margin: -14px 0 0 1px;
.donate_button {
     padding: 0 5px;
    width: 220px;
     font-size: 1.2em;
     display: inline-block;
     font-weight: 600
    font-weight: 700;
    color: white;
     text-decoration: none;
    text-transform: uppercase;
     padding: .8em 1em calc(.8em + 3px);
     border-radius: 3px;
     background: rgb(255,140,0);
    box-shadow: 0 -3px rgb(225,120,10) inset;
    transition: 0.2s
}
}


.donate_button:hover {
.note_text {
     background: rgb(225,120,10)
    border: 1px dashed black;
    padding: 10px 10px 5px 10px;
     box-shadow: 0 0 0 1px rgba(255,255,255,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
    -webkit-transition: box-shadow 0.1s;
    transition: box-shadow 0.1s;
    overflow-x: auto;
    pointer-events: auto
}
}


.inventory {
.advice {
    display: inline-block;
     position: relative;
     position: relative;
     background-image: url(/w/images/e/e7/Inventory_slots.jpg);
     margin: 2em 0em;
     background-repeat: no-repeat;
    pointer-events: none
     width: 554px;
}
     height: 531px
 
.advice_name {
    position: absolute;
     background-color: #fff;
    margin: -14px 0 0 1px;
     padding: 0 5px;
     font-size: 1.2em;
    font-weight: 600
}
}


.inventory_slot {
.advice_text {
     display: inline-block;
     border: 1px dashed black;
     height: 58px;
     padding: 10px 10px 5px 10px;
     width: 58px;
     box-shadow: 0 0 0 1px rgba(255,255,255,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
     background-image: url(/w/images/0/0f/Inventory_slots_back.jpg);
     -webkit-transition: box-shadow 0.1s;
     background-repeat: no-repeat
    transition: box-shadow 0.1s;
     overflow-x: auto;
    pointer-events: auto
}
}


.modification-equip {
    display: flex;
    flex-wrap: wrap
}


.coloration {
.tippy-tooltip {
     width: 260px;
     max-width: 330px;
     margin: 10px 25px 15px 0px;
     border-radius: inherit;
     border: 1px solid black;
     -webkit-border-radius: inherit;
     display: inline-block
     -moz-border-radius: inherit
}
}


.coloration-name {
.tippy-header {
    background-color: black;
    width: 260px;
    position: absolute;
     display: none
     display: none
}
}


.coloration:hover .coloration-name {
.plate {
     display: block
    width: 70px;
    float: left;
    border-radius: 3px;
    padding: 2px;
     margin: 5px
}
}


.coloration-name-text {
.plate:hover {
     color: white;
     box-shadow: 0 0 0 1px rgba(0,0,0,0.6) inset,0 0 7px rgba(0,0,0,0.4),0 0 0 rgba(0,0,0,0.33);
     font-size: 1.3em;
     -webkit-transition: box-shadow 0.1s;
     padding-left: 5px
     transition: box-shadow 0.2s
}
}


.coloration-cost {
.plate:hover .marquee {
     text-align: center;
    display: inline-block;
     padding-top: 2px
     white-space: pre-wrap;
     margin-left: -2px
}
}


.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
.plate:hover .marquee span {
     display: none
    display: inline-block;
    position: absolute;
    animation: none;
    padding: 0 5px 0 5px;
    border: 1px solid;
    background: rgb(255,255,255);
    margin-top: -1.2em;
    min-width: 100px;
    max-width: 150px;
     z-index: 1
}
}


.img-border {
.usually {
     border: 1px solid black
     background-color: rgba(41,41,41,0.2)
}
}


.npc_box {
.rare {
     display: grid;
     background: linear-gradient(to top left,#b4c3c8,#5f7476)
    justify-content: space-between;
    gap: 10px 20px;
    align-items: start
}
}


.npc_block {
.very_rare {
     display: grid;
     background: linear-gradient(to top left,#f2b73b,#bc5101)
    grid-template-columns: 96px auto;
    grid-template-rows: auto auto;
    align-content: start;
    grid-column: 1 / 2;
    grid-row: auto
}
}


.npc_portrait {
.guarantee {
     flex: 0 0 96px;
     background: linear-gradient(to top left,#1b5825,#40d744)
    height: 96px;
    background-color: black
}
}


.npc_info {
.arrow {
     display: grid;
     background-image: url(/w/images/7/7b/Arrow_down.png);
     grid-template-columns: min-content auto;
     background-repeat: no-repeat;
     height: min-content;
     background-position: center;
    flex: 1 1 auto;
     height: 11px
     margin: 0 25px
}
}


.npc_prof_val,.npc_group_val,.npc_location_val,.npc_coord_val {
.arrow:hover {
     margin-left: 10px;
     background-image: url(/w/images/4/46/Arrow_up.png);
     min-width: 200px
     -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s
}
}


.npc_descrption {
.drop_rate {
     margin-top: 15px;
     font-size: 90%;
     width: 100%;
     font-weight: 600;
     grid-column: 1 / 3
     cursor: default
}
}


.npc_map_block {
.tippy-content-container {
     max-width: 300px;
     max-height: 500px
    background-color: black;
    border: 2px solid black;
    grid-column: 2 / 3;
    grid-row: 1 / 3
}
}


.npc_map_block_name {
.tippy-content-container .plate {
     height: 35px;
     width: 40px;
    background-color: black;
     float: none;
     color: white;
     display: inline-block
     font-size: 1.5em;
    padding-left: 5px
}
}


.npc_issue_quest {
.tippy-content-container .plate img {
     grid-column: auto;
     width: 36px;
     grid-row: auto
     height: 36px
}
}


@media screen and (max-width: 860px) {
.tippy-content-container .drop_rate {
     .npc_block {
     font-size: 75%;
        grid-column:1 / 2;
    font-weight: 600;
        grid-row: 1 / 2
     cursor: default
     }
}


     .npc_map_block {
@-webkit-keyframes scroll {
         grid-column: 1 / 2;
     0% {
         grid-row: 2 / 3
         -webkit-transform: translate(0,0);
         transform: translate(0,0)
     }
     }


     .npc_issue_quest {
     100% {
         grid-column: 1 / 2;
         -webkit-transform: translate(-100%,0);
         grid-row: 3 / 4
         transform: translate(-100%,0)
     }
     }
}
}


@media screen and (max-width: 470px) {
@-moz-keyframes scroll {
     .npc_block {
     0% {
         display:flex !important;
         -moz-transform: translate(0,0);
        flex-wrap: wrap;
         transform: translate(0,0)
         justify-content: center
     }
     }


     .npc_info {
     100% {
         display: grid;
         -moz-transform: translate(-100%,0);
        grid-template-columns: min-content auto;
         transform: translate(-100%,0)
         flex: 1 1 auto
     }
     }
}
}


.rep_line {
@keyframes scroll {
     max-width: 1024px;
     0% {
     min-width: 500px;
        transform: translate(0,0)
     height: 100px
     }
 
    100% {
        transform: translate(-100%,0)
     }
}
}


.back_gradient {
.marquee {
     position: relative;
     display: block;
     width: 95%;
     width: 100%;
     height: 15px;
     white-space: nowrap;
    margin: auto 25px auto 25px;
     overflow: hidden
     border: 2px solid black;
    background: rgb(170,11,16);
    background: linear-gradient(90deg,rgba(170,11,16,1) 0%,rgba(190,88,13,1) 25%,rgba(200,161,8,1) 50%,rgba(130,163,14,1) 75%,rgba(52,161,18,1) 100%)
}
}


.v_stripe {
.marquee span {
     position: absolute;
     display: inline-block;
     width: 0px;
     padding-left: 100%;
     height: 10px;
     -webkit-animation: scroll 10s infinite linear;
     border-left: 2px solid black;
     -moz-animation: scroll 10s infinite linear;
     margin: 17px 0 0 -2px;
     animation: scroll 10s infinite linear
    padding: 0
}
}


.v_stripe::after {
#google_translate_element {
     position: absolute;
     overflow-x: hidden;
     width: 50px;
     width: 145px
    left: -25px;
    top: 12px;
    text-align: center
}
}


.minus30000 {
.tabber {
    clear: both
}
}


.minus30000::after {
.last-update {
     content: "-30000"
    width: 300px;
    background: rgba(var(--color-base-rgb),0.02);
     border: 1px solid rgba(var(--color-base-rgb),0.1);
    margin-bottom: 2rem
}
}


.minus15000 {
.last-update-header {
     margin-left: 10%
     background-color: var(--color-surface-2);
    border: 1px solid var(--border-color-base);
    border-radius: 10px 10px 0px 0px;
    padding: 1rem;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
}


.minus15000::after {
.last-update-body {
     content: "-15000"
    border: 1px solid var(--border-color-base);
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
    height: 220px;
    padding: 0 1rem 1rem 1rem;
     box-sizing: border-box;
    overflow: hidden
}
}


.minus7500 {
.reward {
     margin-left: 20%
     margin-bottom: 20px
}
}


.minus7500::after {
.rep-rew-table {
     content: "-7500"
    border-collapse: collapse;
     cursor: default
}
}


.minus3000 {
.rep-rew-table tr:hover {
     margin-left: 30%
     background-color: #e0e8ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
}


.minus3000::after {
.rep-rew-table td {
     content: "-3000"
     padding: 0 6px 0 6px
}
}


.minus1000 {
.community_button {
     margin-left: 40%
     width: 220px;
    display: inline-block;
    font-weight: 700;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 3px;
    background: rgb(64,199,129);
    box-shadow: 0 -3px rgb(53,167,110) inset;
    transition: 0.2s
}
}


.minus1000::after {
.community_button:hover {
     content: "-1000"
     background: rgb(53,167,110)
}
}


.zero {
.donate_button {
     margin-left: 50%
     width: 220px;
    display: inline-block;
    font-weight: 700;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 3px;
    background: rgb(255,140,0);
    box-shadow: 0 -3px rgb(225,120,10) inset;
    transition: 0.2s
}
}


.zero::after {
.donate_button:hover {
     content: "0"
     background: rgb(225,120,10)
}
}


.plus1000 {
.inventory {
     margin-left: 60%
     display: inline-block;
    position: relative;
    background-image: url(/w/images/e/e7/Inventory_slots.jpg);
    background-repeat: no-repeat;
    width: 554px;
    height: 531px
}
}


.plus1000::after {
.inventory_slot {
     content: "1000"
    display: inline-block;
    height: 58px;
    width: 58px;
    background-image: url(/w/images/0/0f/Inventory_slots_back.jpg);
     background-repeat: no-repeat
}
}


.plus3000 {
.modification-equip {
     margin-left: 70%
     display: flex;
    flex-wrap: wrap
}
}


.plus3000::after {
.coloration {
     content: "3000"
    width: 260px;
    margin: 10px 25px 15px 0px;
    border: 1px solid black;
     display: inline-block
}
}


.plus7500 {
.coloration-name {
     margin-left: 80%
     background-color: black;
    width: 260px;
    position: absolute;
    display: none
}
}


.plus7500::after {
.coloration:hover .coloration-name {
     content: "7500"
     display: block
}
}


.plus15000 {
.coloration-name-text {
     margin-left: 90%
     color: white;
    font-size: 1.3em;
    padding-left: 5px
}
}


.plus15000::after {
.coloration-cost {
     content: "15000"
    text-align: center;
     padding-top: 2px
}
}


.plus30000 {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
     margin-left: 100%
     display: none
}
}


.plus30000::after {
.img-border {
     content: "30000"
     border: 1px solid black
}
}


.line_bonus {
.npc_box {
     position: relative;
     display: grid;
     width: 95%;
     justify-content: space-between;
     margin: auto 30px auto 30px;
     gap: 10px 20px;
     top: 35px
     align-items: start
}
}


.rep_bonus {
.npc_block {
     position: absolute;
     display: grid;
     width: 26px;
     grid-template-columns: 96px auto;
     left: -13px;
     grid-template-rows: auto auto;
     filter: brightness(0.3);
    align-content: start;
     border-bottom: none
     grid-column: 1 / 2;
     grid-row: auto
}
}


.container_DamageTaken {
.npc_portrait {
     overflow-x: auto
     flex: 0 0 96px;
    height: 96px;
    background-color: black
}
}


.table-item-cell {
.npc_info {
     display: flex;
     display: grid;
     align-items: center;
     grid-template-columns: min-content auto;
     min-width: 200px
     height: min-content;
    flex: 1 1 auto;
    margin: 0 25px
}
}


.table-item-name {
.npc_prof_val,.npc_group_val,.npc_location_val,.npc_coord_val {
     display: inline-block;
     margin-left: 10px;
    padding-left: 5px;
     min-width: 200px
     vertical-align: middle
}
}


.table-item-name-icon {
.npc_descrption {
     position: relative;
     margin-top: 15px;
     display: inline-block;
     width: 100%;
     flex-shrink: 0
     grid-column: 1 / 3
}
}


.caches-img {
.npc_map_block {
     filter: drop-shadow(5px 5px 10px #000000)
    max-width: 300px;
    background-color: black;
    border: 2px solid black;
     grid-column: 2 / 3;
    grid-row: 1 / 3
}
}


.refferal_article {
.npc_map_block_name {
     position: relative;
     height: 35px;
     width: 100%;
     background-color: black;
     height: 400px;
     color: white;
     background-image: url(/w/images/d/d1/%D0%A3%D0%B1%D0%B5%D0%B6%D0%B8%D1%89%D0%B5_%D1%81%D1%82%D0%B0%D0%BB%D0%BA%D0%B5%D1%80%D0%B0.jpg);
     font-size: 1.5em;
    background-size: cover;
     padding-left: 5px
     background-position: center
}
}


.mw-parser-output .note-info {
.npc_issue_quest {
     background-color: #eaf3ff;
     grid-column: auto;
    color: #333;
     grid-row: auto
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg");
    background-size: 35px;
     border-color: #a3caff;
    padding-left: 40px;
    min-height: 25px;
}
}
.mw-parser-output .note-Storm-Atronach-Crate {
 
    background-color: #eaf3ff;
@media screen and (max-width: 860px) {
     color: #333;
    .npc_block {
     background-image: url("/images/7/74/ON-icon-store-Storm_Atronach_Crown_Crate.png");
        grid-column:1 / 2;
    background-size: 40px;
        grid-row: 1 / 2
     font-size: 15px;
     }
     border-color: #a3caff;
 
    padding-left: 55px;
     .npc_map_block {
     min-height: 40px;
        grid-column: 1 / 2;
        grid-row: 2 / 3
     }
 
     .npc_issue_quest {
        grid-column: 1 / 2;
        grid-row: 3 / 4
     }
}
}
.mw-parser-output .note-RageboundCrate {
 
    background-color: #eaf3ff;
@media screen and (max-width: 470px) {
    color: #333;
    .npc_block {
    background-image: url("/images/9/9f/ON-icon-store-Ragebound_Crate.png");
        display:flex !important;
     background-size: 40px;
        flex-wrap: wrap;
     font-size: 15px;
        justify-content: center
    border-color: #a3caff;
     }
    padding-left: 55px;
 
     min-height: 40px;
     .npc_info {
        display: grid;
        grid-template-columns: min-content auto;
        flex: 1 1 auto
     }
}
}
.mw-parser-output .note-CarnavalCrate {
 
     background-color: #eaf3ff;
.rep_line {
     color: #333;
     max-width: 1024px;
    background-image: url("/images/f/fd/ON-icon-store-Carnaval_Crate.png");
     min-width: 500px;
     background-size: 40px;
     height: 100px
    font-size: 15px;
    border-color: #a3caff;
    padding-left: 55px;
    min-height: 40px;
}
}
.mw-parser-output .note-WildHuntCrate {
 
     background-color: #eaf3ff;
.back_gradient {
     color: #333;
     position: relative;
     background-image: url("/images/6/6a/ON-icon-store-Wild_Hunt_Crown_Crate.png");
     width: 95%;
     background-size: 40px;
     height: 15px;
     font-size: 15px;
     margin: auto 25px auto 25px;
     border-color: #a3caff;
     border: 2px solid black;
     padding-left: 55px;
     background: rgb(170,11,16);
    min-height: 40px;
     background: linear-gradient(90deg,rgba(170,11,16,1) 0%,rgba(190,88,13,1) 25%,rgba(200,161,8,1) 50%,rgba(130,163,14,1) 75%,rgba(52,161,18,1) 100%)
}
}
.mw-parser-output .note {
 
     background-position: left 7px top 50%;
.v_stripe {
     padding: 0.5em 0.5em 0.5em 55px;
     position: absolute;
     margin: 0.5em 0;
     width: 0px;
     overflow: hidden;
     height: 10px;
    background-color: #f8f9fa;
     border-left: 2px solid black;
     color: #333;
     margin: 17px 0 0 -2px;
    background-repeat: no-repeat;
     padding: 0
     border: 1px solid #ddd;
}
/* Cached 20250402115902 */
.ivent {
  position: relative;
  top: 0;
  left: 0;
}
}


.ivent-notactive {
.v_stripe::after {
     position: absolute;
     position: absolute;
     top: 120px;
     width: 50px;
     color: red;
     left: -25px;
     left: 0px;
     top: 12px;
     background-color: rgb(16 18 19 / 80%);
     text-align: center
}
}
.ivent-active {
 
    position: absolute;
.minus30000 {
    top: 120px;
    color: #00fc5c;
    left: 0px;
    background-color: rgb(16 18 19 / 80%);
}
}
.showcase1 {
 
  position: relative;
.minus30000::after {
  top: 0;
    content: "-30000"
  left: 0;
}
}


.showcase2 {
.minus15000 {
     position: absolute;
     margin-left: 10%
    top: 120px;
    color: gold;
    left: 0px;
    background-color: rgb(16 18 19 / 80%);
}
}
.showcase3 {
 
    position: absolute;
.minus15000::after {
    top: 120px;
     content: "-15000"
     color: red;
    left: 0px;
    background-color: rgb(16 18 19 / 80%);
}
}


.card1 {
.minus7500 {
  position: relative;
    margin-left: 20%
  top: 0;
  left: 0;
}
}


.card2 {
.minus7500::after {
  position: absolute;
    content: "-7500"
  top: 0;
  left: 0;
}
}


crateico {
.minus3000 {
  position: absolute;
    margin-left: 30%
  left: 0;
  top: 0;
  width: 20%;
  height: auto;
}
}


.imgthumb {
.minus3000::after {
    background: #F9F9F9;
    content: "-3000"
    border: #CCCCCC;
    float: right;
    padding: 5px;
}
}


/* Стиль карт Leaflet */
.minus1000 {
    margin-left: 40%
}


.leaflet-pane,
.minus1000::after {
.leaflet-tile,
    content: "-1000"
.leaflet-marker-icon,
}
.leaflet-marker-shadow,
 
.leaflet-tile-container,
.zero {
.leaflet-pane > svg,
    margin-left: 50%
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
  -moz-user-select: none;
        user-select: none;
  -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
background: transparent;
}
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}


.leaflet-container img.leaflet-tile {
.zero::after {
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
    content: "0"
mix-blend-mode: plus-lighter;
}
}


.leaflet-container.leaflet-touch-zoom {
.plus1000 {
-ms-touch-action: pan-x pan-y;
    margin-left: 60%
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
/* Fallback for FF which doesn't support pinch-zoom */
touch-action: none;
touch-action: pinch-zoom;
}
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
 
-ms-touch-action: none;
.plus1000::after {
touch-action: none;
    content: "1000"
}
}
.leaflet-container {
 
-webkit-tap-highlight-color: transparent;
.plus3000 {
    margin-left: 70%
}
}
.leaflet-container a {
 
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
.plus3000::after {
    content: "3000"
}
 
.plus7500 {
    margin-left: 80%
}
 
.plus7500::after {
    content: "7500"
}
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
    box-sizing: border-box;
z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
-moz-user-select: none;
}


.leaflet-pane        { z-index: 400; }
.plus15000 {
    margin-left: 90%
}


.leaflet-tile-pane    { z-index: 200; }
.plus15000::after {
.leaflet-overlay-pane { z-index: 400; }
    content: "15000"
.leaflet-shadow-pane  { z-index: 500; }
}
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane  { z-index: 650; }
.leaflet-popup-pane  { z-index: 700; }


.leaflet-map-pane canvas { z-index: 100; }
.plus30000 {
.leaflet-map-pane svg    { z-index: 200; }
    margin-left: 100%
}


.leaflet-vml-shape {
.plus30000::after {
width: 1px;
    content: "30000"
height: 1px;
}
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
}


.line_bonus {
    position: relative;
    width: 95%;
    margin: auto 30px auto 30px;
    top: 35px
}


/* control positioning */
.rep_bonus {
    position: absolute;
    width: 26px;
    left: -13px;
    filter: brightness(0.3);
    border-bottom: none
}
 
.container_DamageTaken {
    overflow-x: auto
}
 
.table-item-cell {
    display: flex;
    align-items: center;
    min-width: 200px
}


.leaflet-control {
.table-item-name {
position: relative;
    display: inline-block;
z-index: 800;
    padding-left: 5px;
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    vertical-align: middle
pointer-events: auto;
}
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
}


.table-item-name-icon {
    position: relative;
    display: inline-block;
    flex-shrink: 0
}


/* zoom and fade animations */
.caches-img {
    filter: drop-shadow(5px 5px 10px #000000)
}


.leaflet-fade-anim .leaflet-popup {
.refferal_article {
opacity: 0;
    position: relative;
-webkit-transition: opacity 0.2s linear;
    width: 100%;
  -moz-transition: opacity 0.2s linear;
    height: 400px;
        transition: opacity 0.2s linear;
    background-image: url(/w/images/d/d1/%D0%A3%D0%B1%D0%B5%D0%B6%D0%B8%D1%89%D0%B5_%D1%81%D1%82%D0%B0%D0%BB%D0%BA%D0%B5%D1%80%D0%B0.jpg);
}
    background-size: cover;
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    background-position: center
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
}


.leaflet-zoom-anim .leaflet-zoom-animated {
.mw-parser-output .note-info {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
    background-color: #eaf3ff;
  -moz-transition:   -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
    color: #333;
        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg");
}
    background-size: 35px;
.leaflet-zoom-anim .leaflet-tile,
    border-color: #a3caff;
.leaflet-pan-anim .leaflet-tile {
    padding-left: 40px;
-webkit-transition: none;
    min-height: 25px;
  -moz-transition: none;
}
        transition: none;
.mw-parser-output .note-Storm-Atronach-Crate {
}
    background-color: #eaf3ff;
 
    color: #333;
.leaflet-zoom-anim .leaflet-zoom-hide {
    background-image: url("/images/7/74/ON-icon-store-Storm_Atronach_Crown_Crate.png");
visibility: hidden;
    background-size: 40px;
}
    font-size: 15px;
 
    border-color: #a3caff;
 
    padding-left: 55px;
/* cursors */
    min-height: 40px;
 
}
.leaflet-interactive {
.mw-parser-output .note-RageboundCrate {
cursor: pointer;
    background-color: #eaf3ff;
}
    color: #333;
.leaflet-grab {
    background-image: url("/images/9/9f/ON-icon-store-Ragebound_Crate.png");
cursor: -webkit-grab;
    background-size: 40px;
cursor:   -moz-grab;
    font-size: 15px;
cursor:         grab;
    border-color: #a3caff;
}
    padding-left: 55px;
.leaflet-crosshair,
    min-height: 40px;
.leaflet-crosshair .leaflet-interactive {
}
cursor: crosshair;
.mw-parser-output .note-CarnavalCrate {
}
    background-color: #eaf3ff;
.leaflet-popup-pane,
    color: #333;
.leaflet-control {
    background-image: url("/images/f/fd/ON-icon-store-Carnaval_Crate.png");
cursor: auto;
    background-size: 40px;
}
    font-size: 15px;
.leaflet-dragging .leaflet-grab,
    border-color: #a3caff;
.leaflet-dragging .leaflet-grab .leaflet-interactive,
    padding-left: 55px;
.leaflet-dragging .leaflet-marker-draggable {
    min-height: 40px;
cursor: move;
}
cursor: -webkit-grabbing;
.mw-parser-output .note-WildHuntCrate {
cursor:   -moz-grabbing;
    background-color: #eaf3ff;
cursor:         grabbing;
    color: #333;
}
    background-image: url("/images/6/6a/ON-icon-store-Wild_Hunt_Crown_Crate.png");
 
    background-size: 40px;
/* marker & overlays interactivity */
    font-size: 15px;
.leaflet-marker-icon,
    border-color: #a3caff;
.leaflet-marker-shadow,
    padding-left: 55px;
.leaflet-image-layer,
    min-height: 40px;
.leaflet-pane > svg path,
}
.leaflet-tile-container {
.mw-parser-output .note {
pointer-events: none;
    background-position: left 7px top 50%;
}
    padding: 0.5em 0.5em 0.5em 55px;
    margin: 0.5em 0;
    overflow: hidden;
    background-color: #f8f9fa;
    color: #333;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
}
/* Cached 20250402115902 */
.ivent {
  position: relative;
  top: 0;
  left: 0;
}


.leaflet-marker-icon.leaflet-interactive,
.ivent-notactive {
.leaflet-image-layer.leaflet-interactive,
    position: absolute;
.leaflet-pane > svg path.leaflet-interactive,
    top: 120px;
svg.leaflet-image-layer.leaflet-interactive path {
    color: red;
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    left: 0px;
pointer-events: auto;
    background-color: rgb(16 18 19 / 80%);
}
}
.ivent-active {
    position: absolute;
    top: 120px;
    color: #00fc5c;
    left: 0px;
    background-color: rgb(16 18 19 / 80%);
}
.showcase1 {
  position: relative;
  top: 0;
  left: 0;
}


/* visual tweaks */
.showcase2 {
    position: absolute;
    top: 110px;
    color: gold;
    font-family: var(--font-family-monospace);
    font-size: var(--font-size-small);
    border-radius: 0px 20px 20px 0px;
    padding: 0.2em;
    left: 0px;
    background-color: rgb(16 18 19 / 80%);
}
.showcase3 {
    position: absolute;
    top: 110px;
    color: red;
    padding: 0.2em;
    border-radius: 0px 20px 20px 0px;
    font-family: var(--font-family-monospace);
    font-size: var(--font-size-small);
    left: 0px;
    background-color: rgb(16 18 19 / 80%);
}
.showcase4 {
    position: absolute;
    top: 100px;
    padding: 0.2em;
    border-radius: 0px 20px 20px 0px;
    font-family: var(--font-family-monospace);
    font-size: var(--font-size-small);
    left: 0px;
    background-color: rgb(16 18 19 / 80%);
}


.leaflet-container {
.card1 {
background: #ddd;
    position: relative;
outline-offset: 1px;
    top: 0;
}
    left: 0;
.leaflet-container a {
    z-index: 1;
color: #0078A8;
}
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
}


.card2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.card3 {
    position: absolute;
    top: 165px;
    left: 0px;
    right:0px;
    color: #ffffff;
    text-align:center;
    z-index: 3;
    text-shadow: 2px 2px 1px #000;
}
    .card4 {
    position: absolute;
    top: 185px;
    left: 0px;
    right:0px;
    color: #ffffff;
    text-align:center;
    z-index: 4;
    text-shadow: 2px 2px 1px #000;
}


/* general typography */
crateico {
.leaflet-container {
  position: absolute;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  left: 0;
font-size: 12px;
  top: 0;
font-size: 0.75rem;
  width: 20%;
line-height: 1.5;
  height: auto;
}
}


.imgthumb {
    background: #F9F9F9;
    border: #CCCCCC;
    float: right;
    padding: 5px;
}


/* general toolbar styles */
/* Стиль карт Leaflet */


.leaflet-bar {
.leaflet-pane,
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
.leaflet-tile,
border-radius: 4px;
.leaflet-marker-icon,
}
.leaflet-marker-shadow,
.leaflet-bar a {
.leaflet-tile-container,
background-color: #fff;
.leaflet-pane > svg,
border-bottom: 1px solid #ccc;
.leaflet-pane > canvas,
width: 26px;
.leaflet-zoom-box,
height: 26px;
.leaflet-image-layer,
line-height: 26px;
.leaflet-layer {
display: block;
position: absolute;
text-align: center;
left: 0;
text-decoration: none;
top: 0;
color: black;
}
}
.leaflet-bar a,
.leaflet-container {
.leaflet-control-layers-toggle {
overflow: hidden;
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
}
.leaflet-bar a:hover,
.leaflet-tile,
.leaflet-bar a:focus {
.leaflet-marker-icon,
background-color: #f4f4f4;
.leaflet-marker-shadow {
-webkit-user-select: none;
  -moz-user-select: none;
        user-select: none;
  -webkit-user-drag: none;
}
}
.leaflet-bar a:first-child {
/* Prevents IE11 from highlighting tiles in blue */
border-top-left-radius: 4px;
.leaflet-tile::selection {
border-top-right-radius: 4px;
background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
}
}
.leaflet-bar a:last-child {
/* hack that prevents hw layers "stretching" when loading new tiles */
border-bottom-left-radius: 4px;
.leaflet-safari .leaflet-tile-container {
border-bottom-right-radius: 4px;
width: 1600px;
border-bottom: none;
height: 1600px;
-webkit-transform-origin: 0 0;
}
}
.leaflet-bar a.leaflet-disabled {
.leaflet-marker-icon,
cursor: default;
.leaflet-marker-shadow {
background-color: #f4f4f4;
display: block;
color: #bbb;
}
}
 
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
.leaflet-touch .leaflet-bar a {
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
width: 30px;
.leaflet-container .leaflet-overlay-pane svg {
height: 30px;
max-width: none !important;
line-height: 30px;
max-height: none !important;
}
}
.leaflet-touch .leaflet-bar a:first-child {
.leaflet-container .leaflet-marker-pane img,
border-top-left-radius: 2px;
.leaflet-container .leaflet-shadow-pane img,
border-top-right-radius: 2px;
.leaflet-container .leaflet-tile-pane img,
}
.leaflet-container img.leaflet-image-layer,
.leaflet-touch .leaflet-bar a:last-child {
.leaflet-container .leaflet-tile {
border-bottom-left-radius: 2px;
max-width: none !important;
border-bottom-right-radius: 2px;
max-height: none !important;
width: auto;
padding: 0;
}
}


/* zoom control */
.leaflet-container img.leaflet-tile {
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
mix-blend-mode: plus-lighter;
}


.leaflet-control-zoom-in,
.leaflet-container.leaflet-touch-zoom {
.leaflet-control-zoom-out {
-ms-touch-action: pan-x pan-y;
font: bold 18px 'Lucida Console', Monaco, monospace;
touch-action: pan-x pan-y;
text-indent: 1px;
}
}
 
.leaflet-container.leaflet-touch-drag {
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
-ms-touch-action: pinch-zoom;
font-size: 22px;
/* Fallback for FF which doesn't support pinch-zoom */
touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
}
 
.leaflet-tile-loaded {
 
visibility: inherit;
/* layers control */
 
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
}
.leaflet-control-layers-toggle {
.leaflet-zoom-box {
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/layers.png);
width: 0;
width: 36px;
height: 0;
height: 36px;
-moz-box-sizing: border-box;
    box-sizing: border-box;
z-index: 800;
}
}
.leaflet-retina .leaflet-control-layers-toggle {
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/layers-2x.png);
.leaflet-overlay-pane svg {
background-size: 26px 26px;
-moz-user-select: none;
}
}
.leaflet-touch .leaflet-control-layers-toggle {
 
width: 44px;
.leaflet-pane        { z-index: 400; }
height: 44px;
 
}
.leaflet-tile-pane    { z-index: 200; }
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-overlay-pane { z-index: 400; }
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
.leaflet-shadow-pane  { z-index: 500; }
display: none;
.leaflet-marker-pane  { z-index: 600; }
}
.leaflet-tooltip-pane  { z-index: 650; }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
.leaflet-popup-pane  { z-index: 700; }
display: block;
 
position: relative;
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
 
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
}
.leaflet-control-layers-expanded {
.lvml {
padding: 6px 10px 6px 6px;
behavior: url(#default#VML);
color: #333;
display: inline-block;
background: #fff;
position: absolute;
}
}
.leaflet-control-layers-scrollbar {
 
overflow-y: scroll;
 
overflow-x: hidden;
/* control positioning */
padding-right: 5px;
 
.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
}
.leaflet-control-layers-selector {
.leaflet-top,
margin-top: 2px;
.leaflet-bottom {
position: relative;
position: absolute;
top: 1px;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
}
.leaflet-control-layers label {
.leaflet-right {
display: block;
right: 0;
font-size: 13px;
font-size: 1.08333em;
}
}
.leaflet-control-layers-separator {
.leaflet-bottom {
height: 0;
bottom: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}
}
 
.leaflet-left {
/* Default icon URLs */
left: 0;
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png);
}
}
 
.leaflet-control {
 
float: left;
/* attribution and scale controls */
clear: both;
 
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
}
.leaflet-control-attribution,
.leaflet-right .leaflet-control {
.leaflet-control-scale-line {
float: right;
padding: 0 5px;
color: #333;
line-height: 1.4;
}
}
.leaflet-control-attribution a {
.leaflet-top .leaflet-control {
text-decoration: none;
margin-top: 10px;
}
}
.leaflet-control-attribution a:hover,
.leaflet-bottom .leaflet-control {
.leaflet-control-attribution a:focus {
margin-bottom: 10px;
text-decoration: underline;
}
}
.leaflet-attribution-flag {
.leaflet-left .leaflet-control {
display: inline !important;
margin-left: 10px;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
}
.leaflet-left .leaflet-control-scale {
.leaflet-right .leaflet-control {
margin-left: 5px;
margin-right: 10px;
}
}
.leaflet-bottom .leaflet-control-scale {
 
margin-bottom: 5px;
 
/* zoom and fade animations */
 
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
}
}
.leaflet-control-scale-line {
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
border: 2px solid #777;
opacity: 1;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
    box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
}
.leaflet-control-scale-line:not(:first-child) {
.leaflet-zoom-animated {
border-top: 2px solid #777;
-webkit-transform-origin: 0 0;
border-bottom: none;
    -ms-transform-origin: 0 0;
margin-top: -2px;
        transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
 
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
  -moz-transition:   -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
        transition:        transform 0.25s cubic-bezier(0,0,0.25,1);
}
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
.leaflet-zoom-anim .leaflet-tile,
border-bottom: 2px solid #777;
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
  -moz-transition: none;
        transition: none;
}
}


.leaflet-touch .leaflet-control-attribution,
.leaflet-zoom-anim .leaflet-zoom-hide {
.leaflet-touch .leaflet-control-layers,
visibility: hidden;
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
}
}




/* popup */
/* cursors */


.leaflet-popup {
.leaflet-interactive {
position: absolute;
cursor: pointer;
text-align: center;
margin-bottom: 20px;
}
}
.leaflet-popup-content-wrapper {
.leaflet-grab {
padding: 1px;
cursor: -webkit-grab;
text-align: left;
cursor:    -moz-grab;
border-radius: 12px;
cursor:         grab;
}
}
.leaflet-popup-content {
.leaflet-crosshair,
margin: 13px 24px 13px 20px;
.leaflet-crosshair .leaflet-interactive {
line-height: 1.3;
cursor: crosshair;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
}
.leaflet-popup-content p {
.leaflet-popup-pane,
margin: 17px 0;
.leaflet-control {
margin: 1.3em 0;
cursor: auto;
}
}
.leaflet-popup-tip-container {
.leaflet-dragging .leaflet-grab,
width: 40px;
.leaflet-dragging .leaflet-grab .leaflet-interactive,
height: 20px;
.leaflet-dragging .leaflet-marker-draggable {
position: absolute;
cursor: move;
left: 50%;
cursor: -webkit-grabbing;
margin-top: -1px;
cursor:   -moz-grabbing;
margin-left: -20px;
cursor:         grabbing;
overflow: hidden;
}
 
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
pointer-events: none;
}
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;


margin: -10px auto 0;
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
pointer-events: auto;
}
/* visual tweaks */


-webkit-transform: rotate(45deg);
.leaflet-container {
  -moz-transform: rotate(45deg);
background: #ddd;
    -ms-transform: rotate(45deg);
outline-offset: 1px;
        transform: rotate(45deg);
}
}
.leaflet-popup-content-wrapper,
.leaflet-container a {
.leaflet-popup-tip {
color: #0078A8;
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
}
.leaflet-container a.leaflet-popup-close-button {
.leaflet-zoom-box {
position: absolute;
border: 2px dotted #38f;
top: 0;
background: rgba(255,255,255,0.5);
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
}
.leaflet-container a.leaflet-popup-close-button:hover,
 
.leaflet-container a.leaflet-popup-close-button:focus {
 
color: #585858;
/* general typography */
}
.leaflet-container {
.leaflet-popup-scrolled {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
overflow: auto;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
}
}


.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;


-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
/* general toolbar styles */
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}


.leaflet-oldie .leaflet-control-zoom,
.leaflet-bar {
.leaflet-oldie .leaflet-control-layers,
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
.leaflet-oldie .leaflet-popup-content-wrapper,
border-radius: 4px;
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
}
 
.leaflet-bar a {
 
background-color: #fff;
/* div icon */
border-bottom: 1px solid #ccc;
 
width: 26px;
.leaflet-div-icon {
height: 26px;
background: #fff;
line-height: 26px;
border: 1px solid #666;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
}
 
.leaflet-bar a:first-child {
 
border-top-left-radius: 4px;
/* Tooltip */
border-top-right-radius: 4px;
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
}
.leaflet-tooltip.leaflet-interactive {
.leaflet-bar a:last-child {
cursor: pointer;
border-bottom-left-radius: 4px;
pointer-events: auto;
border-bottom-right-radius: 4px;
border-bottom: none;
}
}
.leaflet-tooltip-top:before,
.leaflet-bar a.leaflet-disabled {
.leaflet-tooltip-bottom:before,
cursor: default;
.leaflet-tooltip-left:before,
background-color: #f4f4f4;
.leaflet-tooltip-right:before {
color: #bbb;
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
}
}


/* Directions */
.leaflet-touch .leaflet-bar a {
 
width: 30px;
.leaflet-tooltip-bottom {
height: 30px;
margin-top: 6px;
line-height: 30px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
}
.leaflet-tooltip-top:before {
.leaflet-touch .leaflet-bar a:first-child {
bottom: 0;
border-top-left-radius: 2px;
margin-bottom: -12px;
border-top-right-radius: 2px;
border-top-color: #fff;
}
}
.leaflet-tooltip-bottom:before {
.leaflet-touch .leaflet-bar a:last-child {
top: 0;
border-bottom-left-radius: 2px;
margin-top: -12px;
border-bottom-right-radius: 2px;
margin-left: -6px;
border-bottom-color: #fff;
}
}
.leaflet-tooltip-left {
 
margin-left: -6px;
/* zoom control */
}
 
.leaflet-tooltip-right {
.leaflet-control-zoom-in,
margin-left: 6px;
.leaflet-control-zoom-out {
}
font: bold 18px 'Lucida Console', Monaco, monospace;
.leaflet-tooltip-left:before,
text-indent: 1px;
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
}
.leaflet-tooltip-left:before {
 
right: 0;
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
margin-right: -12px;
font-size: 22px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}
}


/* Printing */


@media print {
/* layers control */
/* Prevent printers from removing background-images of controls. */
 
.leaflet-control {
.leaflet-control-layers {
-webkit-print-color-adjust: exact;
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
print-color-adjust: exact;
background: #fff;
}
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/layers.png);
width: 36px;
height: 36px;
}
}
 
.leaflet-retina .leaflet-control-layers-toggle {
/* Темная тема */
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/layers-2x.png);
@media screen {
background-size: 26px 26px;
html.skin-theme-clientpref-night .last-update-header {
background-color: #171619;
        background-image: url(/resources/css/grunge.png);
        border: 1px solid #162f4d;
padding: 10px;
font-weight: 600;
}
}
html.skin-theme-clientpref-night .last-update-body {
.leaflet-touch .leaflet-control-layers-toggle {
border: 1px solid #162f4d;
width: 44px;
border-top: 0px;
height: 44px;
padding: 5px 10px;
height: 220px;
}
}
html.skin-theme-clientpref-night table.overview {
.leaflet-control-layers .leaflet-control-layers-list,
background-color: #1C1D21;
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
        border: 1px solid #162f4d;
display: none;
        background-image: url(/resources/css/grunge.png);
}
color: #ffffff;
.leaflet-control-layers-expanded .leaflet-control-layers-list {
}
display: block;
    html.skin-theme-clientpref-night .mw-parser-output > span.mw-default-size img, html.skin-theme-clientpref-night section .mw-heading ~ div > span.mw-default-size img, html.skin-theme-clientpref-night section > span.mw-default-size img, html.skin-theme-clientpref-night dd > span.mw-default-size img, html.skin-theme-clientpref-night p > span.mw-default-size img, html.skin-theme-clientpref-night .mw-parser-output > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night section .mw-heading ~ div > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night section > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night dd > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night p > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night .mw-parser-output > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night section .mw-heading ~ div > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night section > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night dd > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night p > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night .mw-parser-output > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-night section .mw-heading ~ div > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-night section > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-night dd > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-night p > figure[typeof='mw:File/Frameless'] img {
position: relative;
          background: transparent;
}
}
.leaflet-control-layers-expanded {
html.skin-theme-clientpref-night .mw-parser-output .note-Storm-Atronach-Crate {
padding: 6px 10px 6px 6px;
background-color: #3d425a;
color: #333;
color: #ffffff;
background: #fff;
background-image: url("/images/7/74/ON-icon-store-Storm_Atronach_Crown_Crate.png");
}
background-size: 40px;
.leaflet-control-layers-scrollbar {
font-size: 15px;
overflow-y: scroll;
border-color: #162f4d;
overflow-x: hidden;
padding-left: 55px;
padding-right: 5px;
min-height: 40px;
}
}
.leaflet-control-layers-selector {
html.skin-theme-clientpref-night .mw-parser-output .note-RageboundCrate {
margin-top: 2px;
background-color: #3d425a;
position: relative;
color: #ffffff;
top: 1px;
background-image: url("/images/9/9f/ON-icon-store-Ragebound_Crate.png");
background-size: 40px;
font-size: 15px;
border-color: #162f4d;
padding-left: 55px;
min-height: 40px;
}
html.skin-theme-clientpref-night .mw-parser-output .note-CarnavalCrate {
background-color: #3d425a;
color: #ffffff;
background-image: url("/images/f/fd/ON-icon-store-Carnaval_Crate.png");
background-size: 40px;
font-size: 15px;
border-color: #162f4d;
padding-left: 55px;
min-height: 40px;
}
html.skin-theme-clientpref-night .mw-parser-output .note-WildHuntCrate {
background-color: #3d425a;
color: #ffffff;
background-image: url("/images/6/6a/ON-icon-store-Wild_Hunt_Crown_Crate.png");
background-size: 40px;
font-size: 15px;
border-color: #162f4d;
padding-left: 55px;
min-height: 40px;
}
html.skin-theme-clientpref-night body {
background-color: #101418;
}
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png);
}
/* attribution and scale controls */


html.skin-theme-clientpref-night .infobox {
.leaflet-container .leaflet-control-attribution {
    width: 100%;
background: #fff;
    max-width: 350px;
background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
margin: 0;
    background: #101619;
}
    border: 1px solid #131918;
.leaflet-control-attribution,
    padding: 1.5rem;
.leaflet-control-scale-line {
    height: fit-content;
padding: 0 5px;
    float: right;
color: #333;
    margin: 0 0 2rem 2rem;
line-height: 1.4;
}
}
html.skin-theme-clientpref-night .Drops {
.leaflet-control-attribution a {
    padding: 10px !important;
text-decoration: none;
    margin-top: 2rem !important;
}
    color: var(--color-progressive) !important;
.leaflet-control-attribution a:hover,
    border-bottom: 1px solid var(--color-progressive) !important;
.leaflet-control-attribution a:focus {
    min-width: 150px;
text-decoration: underline;
}
}
html.skin-theme-clientpref-night .Applied {
.leaflet-attribution-flag {
background-color:#13b4a7;
display: inline !important;
}
vertical-align: baseline !important;
html.skin-theme-clientpref-night .Video {
width: 1em;
background-color:#1b71b7;
height: 0.6669em;
}
html.skin-theme-clientpref-night .Craft {
background-color:#a3a634;
}
html.skin-theme-clientpref-night .itemepic a {
    color: #b662f5 !important;
}
html.skin-theme-clientpref-night .itemfine a {
    color: #4ef62c !important;
}
html.skin-theme-clientpref-night .itemsuperior a {
    color: #64a9ff !important;
}
html.skin-theme-clientpref-night span.itemepic {
    color: #b662f5 !important;
}
html.skin-theme-clientpref-night span.itemfine {
    color: #4ef62c !important;
}
html.skin-theme-clientpref-night span.itemsuperior {
    color: #64a9ff !important;
}
html.skin-theme-clientpref-night .embedvideo.frame {
    border: 1pt solid #212836;
    padding: 0.5em;
}
html.skin-theme-clientpref-night li.gallerybox div.thumb {
    background-color: #101619;
    border: 1px solid #131918;
}
}
 
 
/* Автоматический режим */
@media screen and (prefers-color-scheme: dark) {
 
html.skin-theme-clientpref-os .last-update-header {
background-color: #171619;
        background-image: url(/resources/css/grunge.png);
        border: 1px solid #162f4d;
padding: 10px;
font-weight: 600;
}
}
html.skin-theme-clientpref-os .last-update-body {
.leaflet-left .leaflet-control-scale {
border: 1px solid #162f4d;
margin-left: 5px;
border-top: 0px;
padding: 5px 10px;
height: 220px;
}
}
html.skin-theme-clientpref-os table.overview {
.leaflet-bottom .leaflet-control-scale {
background-color: #1C1D21;
margin-bottom: 5px;
        border: 1px solid #162f4d;
}
        background-image: url(/resources/css/grunge.png);
.leaflet-control-scale-line {
color: #ffffff;
border: 2px solid #777;
}
border-top: none;
    html.skin-theme-clientpref-os .mw-parser-output > span.mw-default-size img, html.skin-theme-clientpref-os section .mw-heading ~ div > span.mw-default-size img, html.skin-theme-clientpref-os section > span.mw-default-size img, html.skin-theme-clientpref-os dd > span.mw-default-size img, html.skin-theme-clientpref-os p > span.mw-default-size img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File/Frameless'] img {
line-height: 1.1;
          background: transparent;
padding: 2px 5px 1px;
}
white-space: nowrap;
 
-moz-box-sizing: border-box;
html.skin-theme-clientpref-os body {
    box-sizing: border-box;
background-color: #101418;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
 
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
}
}
html.skin-theme-clientpref-os .infobox {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    background: #101619;
    border: 1px solid #131918;
    padding: 1.5rem;
    height: fit-content;
    float: right;
    margin: 0 0 2rem 2rem;
}
html.skin-theme-clientpref-os .Drops {
    padding: 10px !important;
    margin-top: 2rem !important;
    color: var(--color-progressive) !important;
    border-bottom: 1px solid var(--color-progressive) !important;
    min-width: 150px;
}
html.skin-theme-clientpref-os .Applied {
background-color:#13b4a7;
}
html.skin-theme-clientpref-os .Applied {
background-color:#1b71b7;
}
html.skin-theme-clientpref-os .Video {
background-color:#1b71b7;
}
html.skin-theme-clientpref-os .Craft {
background-color:#a3a634;
}
html.skin-theme-clientpref-os .itemepic a {
    color: #b662f5 !important;
}
html.skin-theme-clientpref-os .itemfine a {
    color: #4ef62c !important;
}
html.skin-theme-clientpref-os .itemsuperior a {
    color: #64a9ff !important;
}
html.skin-theme-clientpref-os span.itemepic {
    color: #b662f5 !important;
}
html.skin-theme-clientpref-os span.itemfine {
    color: #4ef62c !important;
}
html.skin-theme-clientpref-os span.itemsuperior {
    color: #64a9ff !important;
}
html.skin-theme-clientpref-os .embedvideo.frame {
    border: 1pt solid #212836;
    padding: 0.5em;
}
html.skin-theme-clientpref-night li.gallerybox div.thumb {
    background-color: #101619;
    border: 1px solid #131918;
}
}


/* Стили для инфобокса */
.infobox {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    background: #eaecf0;
    border: 1px solid #ECE6E7;
    padding: 1.5rem;
    height: fit-content;
    float: right;
    margin: 0 0 2rem 2rem;
}
.infobox-overview {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    background: #eaecf0;
    border: 1px solid #ECE6E7;
    padding: 1.5rem;
    height: fit-content;
    float: right;
    margin: 0 0 2rem 2rem;
}


.infobox-section {
/* popup */
margin-bottom: 1.5rem;
 
}
.leaflet-popup {
.infobox-section:last-child {
position: absolute;
margin-bottom: 0;
text-align: center;
}
margin-bottom: 20px;
.infobox-row {
}
display: flex;
.leaflet-popup-content-wrapper {
align-items: flex-start;
padding: 1px;
justify-content: space-between;
text-align: left;
gap: 5px;
border-radius: 12px;
position: relative;
}
padding: 0.5rem 0;
.leaflet-popup-content {
}
margin: 13px 24px 13px 20px;
.infobox-row::after  {
line-height: 1.3;
content: '';
font-size: 13px;
display: block;
font-size: 1.08333em;
position: absolute;
min-height: 1px;
bottom: 0;
}
left: 0;
.leaflet-popup-content p {
right: 0;
margin: 17px 0;
height: 1px;
margin: 1.3em 0;
background-color: var(--color-progressive);
}
opacity: 0.1;
.leaflet-popup-tip-container {
}
width: 40px;
.infobox-row:last-child::after {
height: 20px;
display: none;
position: absolute;
}
left: 50%;
.infobox-row-nested {
margin-top: -1px;
display: flex;
margin-left: -20px;
align-items: flex-start;
overflow: hidden;
justify-content: space-between;
pointer-events: none;
gap: 5px;
}
position: relative;
.leaflet-popup-tip {
padding: 0.2rem 0;
width: 17px;
}
height: 17px;
.infobox-row--no-flex {
padding: 1px;
display: block;
 
}
margin: -10px auto 0;
.infobox-row--overflow-x {
pointer-events: auto;
overflow-x: auto;
 
}
-webkit-transform: rotate(45deg);
.infobox-row--wrap {
  -moz-transform: rotate(45deg);
flex-wrap: wrap;
    -ms-transform: rotate(45deg);
}
        transform: rotate(45deg);
.infobox-title {
}
display: flex;
.leaflet-popup-content-wrapper,
align-items: center;
.leaflet-popup-tip {
position: relative;
background: white;
font-size: 1.2em;
color: #333;
font-weight: 600;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
justify-content: left;
}
color: var(--color-progressive);
.leaflet-container a.leaflet-popup-close-button {
}
position: absolute;
.infobox-title::after  {
top: 0;
opacity: 0.3;
right: 0;
}
border: none;
.infobox-title--icon {
text-align: center;
font-size: 0.875em;
width: 24px;
}
height: 24px;
.infobox-overview-title {
font: 16px/24px Tahoma, Verdana, sans-serif;
display: flex;
color: #757575;
align-items: center;
text-decoration: none;
position: relative;
background: transparent;
font-size: 0.9em;
}
font-weight: 600;
.leaflet-container a.leaflet-popup-close-button:hover,
justify-content: left;
.leaflet-container a.leaflet-popup-close-button:focus {
color: var(--color-progressive);
color: #585858;
}
}
.infobox-label {
.leaflet-popup-scrolled {
color: var(--color-subtle);
overflow: auto;
}
}
.infobox-label.smw-highlighter {
 
border-bottom: 1px dotted var(--color-subtle);
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
 
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
 
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
 
 
/* div icon */
 
.leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}
 
 
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
}
 
/* Directions */
 
.leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
}
.infobox-value {
.leaflet-tooltip-right {
color: var(--color-base);
margin-left: 6px;
text-align: right;
}
}
.leaflet-tooltip-left:before,
.infobox-quest--list--chapter {
.leaflet-tooltip-right:before {
overflow-x: auto;
top: 50%;
white-space: nowrap;
margin-top: -6px;
}
}
.overview_box {
.leaflet-tooltip-left:before {
justify-content: space-between;
right: 0;
gap: 10px 20px;
margin-right: -12px;
align-items: start;
border-left-color: #fff;
}
}
.overview_block {
.leaflet-tooltip-right:before {
display: grid;
left: 0;
     grid-template-columns: 96px auto;
margin-left: -12px;
     grid-template-rows: auto auto;
border-right-color: #fff;
     align-content: start;
}
     grid-column: 1 / 2;
 
grid-row: auto;
/* Printing */
 
@media print {
/* Prevent printers from removing background-images of controls. */
.leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}
 
/* Темная тема */
@media screen {
html.skin-theme-clientpref-night client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
background-image: url(/w/resources/src/jquery.tablesorter.styles/images/sort_both_inverted.svg?d764d);
}
html.skin-theme-clientpref-night table.overview {
background-color: #1C1D21;
        border: 1px solid #162f4d;
        background-image: url(/resources/css/grunge.png);
color: #ffffff;
}
    html.skin-theme-clientpref-night .mw-parser-output > span.mw-default-size img, html.skin-theme-clientpref-night section .mw-heading ~ div > span.mw-default-size img, html.skin-theme-clientpref-night section > span.mw-default-size img, html.skin-theme-clientpref-night dd > span.mw-default-size img, html.skin-theme-clientpref-night p > span.mw-default-size img, html.skin-theme-clientpref-night .mw-parser-output > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night section .mw-heading ~ div > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night section > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night dd > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night p > figure[typeof='mw:File'] img, html.skin-theme-clientpref-night .mw-parser-output > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night section .mw-heading ~ div > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night section > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night dd > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night p > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-night .mw-parser-output > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-night section .mw-heading ~ div > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-night section > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-night dd > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-night p > figure[typeof='mw:File/Frameless'] img {
          background: transparent;
}
html.skin-theme-clientpref-night .mw-parser-output .note-Storm-Atronach-Crate {
background-color: #3d425a;
color: #ffffff;
background-image: url("/images/7/74/ON-icon-store-Storm_Atronach_Crown_Crate.png");
background-size: 40px;
font-size: 15px;
border-color: #162f4d;
padding-left: 55px;
min-height: 40px;
}
html.skin-theme-clientpref-night .mw-parser-output .note-RageboundCrate {
background-color: #3d425a;
color: #ffffff;
background-image: url("/images/9/9f/ON-icon-store-Ragebound_Crate.png");
background-size: 40px;
font-size: 15px;
border-color: #162f4d;
padding-left: 55px;
min-height: 40px;
}
html.skin-theme-clientpref-night .mw-parser-output .note-CarnavalCrate {
background-color: #3d425a;
color: #ffffff;
background-image: url("/images/f/fd/ON-icon-store-Carnaval_Crate.png");
background-size: 40px;
font-size: 15px;
border-color: #162f4d;
padding-left: 55px;
min-height: 40px;
}
html.skin-theme-clientpref-night .mw-parser-output .note-WildHuntCrate {
background-color: #3d425a;
color: #ffffff;
background-image: url("/images/6/6a/ON-icon-store-Wild_Hunt_Crown_Crate.png");
background-size: 40px;
font-size: 15px;
border-color: #162f4d;
padding-left: 55px;
min-height: 40px;
}
html.skin-theme-clientpref-night .Drops {
    padding: 10px !important;
    margin-top: 2rem !important;
    color: var(--color-progressive) !important;
    border-bottom: 1px solid var(--color-progressive) !important;
    min-width: 150px;
}
html.skin-theme-clientpref-night .Applied {
background-color:#13b4a7;
}
html.skin-theme-clientpref-night .Video {
background-color:#1b71b7;
}
html.skin-theme-clientpref-night .Craft {
background-color:#a3a634;
}
html.skin-theme-clientpref-night .itemepic a {
    color: #b662f5 !important;
}
html.skin-theme-clientpref-night .itemfine a {
    color: #4ef62c !important;
}
html.skin-theme-clientpref-night .itemsuperior a {
    color: #64a9ff !important;
}
html.skin-theme-clientpref-night span.itemepic {
    color: #b662f5 !important;
}
html.skin-theme-clientpref-night span.itemfine {
    color: #4ef62c !important;
}
html.skin-theme-clientpref-night span.itemsuperior {
    color: #64a9ff !important;
}
html.skin-theme-clientpref-night .embedvideo.frame {
    border: 1pt solid #212836;
    padding: 0.5em;
}
}
 
 
/* Автоматический режим */
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os table.overview {
background-color: #1C1D21;
        border: 1px solid #162f4d;
        background-image: url(/resources/css/grunge.png);
color: #ffffff;
}
    html.skin-theme-clientpref-os .mw-parser-output > span.mw-default-size img, html.skin-theme-clientpref-os section .mw-heading ~ div > span.mw-default-size img, html.skin-theme-clientpref-os section > span.mw-default-size img, html.skin-theme-clientpref-os dd > span.mw-default-size img, html.skin-theme-clientpref-os p > span.mw-default-size img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File'] img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File/Thumb'] img, html.skin-theme-clientpref-os .mw-parser-output > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os section .mw-heading ~ div > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os section > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os dd > figure[typeof='mw:File/Frameless'] img, html.skin-theme-clientpref-os p > figure[typeof='mw:File/Frameless'] img {
          background: transparent;
}
 
html.skin-theme-clientpref-os .Drops {
    padding: 10px !important;
    margin-top: 2rem !important;
    color: var(--color-progressive) !important;
    border-bottom: 1px solid var(--color-progressive) !important;
    min-width: 150px;
}
html.skin-theme-clientpref-os .Applied {
background-color:#13b4a7;
}
html.skin-theme-clientpref-os .Applied {
background-color:#1b71b7;
}
html.skin-theme-clientpref-os .Video {
background-color:#1b71b7;
}
html.skin-theme-clientpref-os .Craft {
background-color:#a3a634;
}
html.skin-theme-clientpref-os .itemepic a {
    color: #b662f5 !important;
}
html.skin-theme-clientpref-os .itemfine a {
    color: #4ef62c !important;
}
html.skin-theme-clientpref-os .itemsuperior a {
    color: #64a9ff !important;
}
html.skin-theme-clientpref-os span.itemepic {
    color: #b662f5 !important;
}
html.skin-theme-clientpref-os span.itemfine {
    color: #4ef62c !important;
}
html.skin-theme-clientpref-os span.itemsuperior {
    color: #64a9ff !important;
}
html.skin-theme-clientpref-os .embedvideo.frame {
    border: 1pt solid #212836;
    padding: 0.5em;
}
}
 
/* Стили для инфобокса */
.infobox {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    background: var(--color-surface-2);
    border-color: transparent;
    border-radius: var(--border-radius-base);
    padding: 1.5rem;
    height: fit-content;
    float: right;
    margin: 0 0 2rem 2rem;
}
.infobox-overview {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    background: #eaecf0;
    border: 1px solid #ECE6E7;
    padding: 1.5rem;
    height: fit-content;
    float: right;
    margin: 0 0 2rem 2rem;
}
 
.infobox-section {
margin-bottom: 1.5rem;
}
.infobox-section:last-child {
margin-bottom: 0;
}
.infobox-row {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 5px;
position: relative;
padding: 0.5rem 0;
}
.infobox-row-overview {
display: block;
align-items: flex-start;
justify-content: space-between;
gap: 5px;
position: relative;
padding: 0.5rem 0;
}
.infobox-row::after  {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: var(--color-progressive);
opacity: 0.1;
}
.infobox-row-overview::after  {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 60%;
height: 1px;
background-color: var(--color-progressive);
opacity: 0.1;
}
.infobox-row:last-child::after {
display: none;
}
.infobox-row-nested {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 5px;
position: relative;
padding: 0.2rem 0;
}
.infobox-row--no-flex {
display: block;
}
.infobox-row--overflow-x {
overflow-x: auto;
}
.infobox-row--wrap {
flex-wrap: wrap;
}
.infobox-title {
display: flex;
align-items: center;
position: relative;
font-size: 1.2em;
font-weight: 600;
justify-content: left;
color: var(--color-progressive);
}
.infobox-title::after  {
opacity: 0.3;
}
.infobox-title--icon {
font-size: 0.875em;
}
.infobox-overview-title {
display: block;
align-items: center;
position: relative;
font-size: 0.9em;
font-weight: 600;
justify-content: left;
color: var(--color-progressive);
}
.infobox-label {
color: var(--color-subtle);
}
.infobox-label.smw-highlighter {
border-bottom: 1px dotted var(--color-subtle);
}
.infobox-value {
color: var(--color-base);
text-align: right;
}
.infobox-quest--list--chapter {
overflow-x: auto;
white-space: nowrap;
}
.overview_box {
justify-content: space-between;
gap: 10px 20px;
align-items: start;
}
.overview_block {
display: grid;
     grid-template-columns: 96px auto;
     grid-template-rows: auto auto;
     align-content: start;
     grid-column: 1 / 2;
grid-row: auto;
}
.overview_icon {
flex: 0 0 96px;
height: 96px;
}
.overview_info {
grid-template-columns: min-content auto;
height: min-content;
flex: 1 1 auto;
}
@media screen and (max-width:450px){
.infobox {
max-width: 100%;
margin: 0 0 2rem 0;
}
}
/* Цвета кнопок */
 
/* Оформление кнопок */
.mw-parser-output .home-card--row4 {
    grid-row: span 4;
}
.mw-parser-output .home-card--col2 {
    grid-column: span 2;
}
.mw-parser-output .home-card {
    position: relative;
    padding: var(--space-md);
    border: 1px solid var(--border-color-base);
    background: var(--color-surface-1);
    border-radius: var(--border-radius-medium);
    font-size: var(--font-size-small);
}
.mw-parser-output .home-link {
    display: grid;
    margin-top: var(--space-xs);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-medium);
    grid-gap: var(--space-xs);
    text-align: center;
}
.mw-parser-output .home-link__button {
    display: flex;
}
}
.overview_icon {
.mw-parser-output .home-link__button a {
flex: 0 0 96px;
    flex-grow: 1;
height: 96px;
    padding: var(--space-xs);
    border: 1px solid var(--border-color-base);
    background: var(--color-surface-2);
    border-radius: var(--border-radius-medium);
    color: var(--color-emphasized)!important;
    line-height: var(--line-height-xxx-small);
    text-decoration: none!important;
}
}
.overview_info {
.mw-parser-output .home-link__button a:hover {
grid-template-columns: min-content auto;
    background: var(--color-surface-2--hover)
height: min-content;
flex: 1 1 auto;
}
}
@media screen and (max-width:450px){
.mw-parser-output .home-link__button a:active {
.infobox {
    background: var(--color-surface-2--active)
max-width: 100%;
margin: 0 0 2rem 0;
}
}
}