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

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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 50 промежуточных версий этого же участника)
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
li.gallerybox div.thumb {
/* Бар */
    background-color: #101619;
.home-event {
    border: 1px solid #131918;
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius-medium );
background: var( --color-surface-1 );
}
}
@media screen {
 
html.skin-theme-clientpref-night {
.home-gameinfo {
--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;
}
padding: var( --space-xs ) var( --space-md );
/* Основной цвет фона */
white-space: nowrap;
body {
line-height: 1;
background-color: var(--background-color-base, #fff);
overflow-x: auto;
font-size: var( --font-size-small );
gap: var( --space-xl );
}
}
.nav__link.active {
 
  opacity: 0.3;
.home-gameinfo-label {
color: var( --color-subtle );
}
}
.textbox {
 
  background-color: var(--background-color-neutral-subtle, #f8f9fa);
.home-gameinfo-list {
  color: var(--color-emphasized, #101418);
display: flex;
  border: 1px solid var(--border-color-muted, #dadde3);
}
}
.admin-only {
 
display:none;
.home-gameinfo-list-item {
display: flex;
align-items: center;
gap: var( --space-xs );
font-weight: var( --font-weight-medium );
}
}
span.itemmythic {
 
    color: rgb(255, 130, 0) !important;
.home-gameinfo-list-item + .home-gameinfo-list-item {
margin-left: var( --space-sm );
border-left: 1px solid var( --border-color-base );
padding-left: var( --space-sm );
}
}
span.itemlegendary {
 
    color: rgb(228, 193, 41) !important;
.home-event .home-card {
height: 5rem;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}
span.itemepic {
 
    color: #A02EF7 !important;
.home-event .home-card__background:after {
/*
* Theme gradient color
* FIXME: Find a way to make customize it through wikitext
*/
background: linear-gradient(to right,#101e3c 1%,transparent 33.3%);
}
}
span.itemfine {
 
     color: #2DC50E !important;
/* Главная */
.home-header {
position: relative;
padding-block: 3.5rem;
line-height: var( --line-height-xx-small );
text-align: center;
}
 
.home-header__pretitle {
margin-bottom: var( --space-xxs );
     color: var( --color-subtle );
font-size: var( --font-size-small );
letter-spacing: 0.05em;
}
}
span.itemsuperior {
 
    color: #3A92FF !important;
.home-header__title {
--display-font-size: min( calc( 2.5rem + 3.9vw ), 4.5rem );
margin: 0;
font-size: var( --display-font-size );
text-transform: uppercase;
line-height: 0.9;
font-weight: var( --font-weight-semi-bold );
}
}
.itemmythic a {
 
    color: rgb(255, 130, 0) !important;
.home-header__subtitle {
margin-top: var( --space-xxs );
color: var( --color-subtle );
font-size: var( --font-size-small );
}
}
.itemlegendary a {
/* Поиск на главной */
    color: rgb(228, 193, 41) !important;
.home-header__search .keyboard-key {
display: inline;
padding-top: 0.1em;
padding-bottom: 0.1em;
}
}
.itemepic a {
 
    color: #A02EF7 !important;
.home-header:before,
.home-header__searchIcon img {
filter: var( --filter-invert );
}
}
.itemfine a {
 
    color: #2DC50E !important;
@media ( hover: none ) {
.home-header__search .desktoponly {
display: none;
}
}
}
.itemsuperior a {
.home-header__search {
    color: #3A92FF !important;
--gradient: #87bfdb, #77abC8, #6797b5, #577f9d, #476684, #43668a, #3e668f, #304a66, #212e3d, #304a66, #3e668f, #43668a, #476684, #577f9d, #6797b5, #77abC8, #87bfdb;
--gradient-blur: 4px;
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;
}
}


table.overview {
.home-header__search .desktoponly {
background-color:#eaecf0;
margin-left: var( --space-xs );
        border: 1px solid #ddd;
}
}
/* Стили для таблиц */
 
.wikitable {
.home-header__search:hover {
background-color: rgba(var(--color-base-rgb), 0.03);
--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 );
}
}
.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td {
 
border: 1px solid rgba(var(--color-base-rgb),0.1);
.home-header__searchIcon img {
padding: 0.5em 1em;
margin-right: var( --space-md );
    opacity: var( --opacity-icon-base );
}
}
.wikitable > tr > th, .wikitable > * > tr > th {
@property --gradient-angle {
    background-color: var(--background-color-neutral,#eaecf0);
syntax: '<angle>';
    color: var(--color-base,#202122);
initial-value: 0deg;
    text-align: center;
inherits: false;
}
}
.RadiantApexRewards {
 
    padding: 10px !important;
.scw-gradient-glow {
    margin-top: 2rem !important;
position: relative;
    color: #FF6F50 !important;
 
    border-bottom: 1px solid #FF6F50 !important;
--clr-3: var( --color-progressive );
    min-width: 150px;
--clr-4: var( --border-color-base );
--clr-5: var( --border-color-subtle );
 
--gradient: var( --clr-3 ), var( --clr-4 ), var( --clr-5 ), var( --clr-4 ), var( --clr-3 );
--gradient-blur: 4px;
--gradient-time: 5s;
}
}
.ApexRewards {
 
    padding: 10px !important;
.scw-gradient-glow::before {
    margin-top: 2rem !important;
position: absolute;
    color: #E58B27 !important;
inset: 0px;
    border-bottom: 1px solid #E58B27 !important;
z-index: -1;
    min-width: 150px;
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;
}
}
.LegendaryRewards {
 
    padding: 10px !important;
@keyframes scw-gradient-rotate {
    margin-top: 2rem !important;
0% {
    color: #CCAA1A !important;
--gradient-angle: 0deg;
    border-bottom: 1px solid #CCAA1A !important;
}
    min-width: 150px;
 
100% {
--gradient-angle: 360deg;
}
}
}
.EpicRewards {
 
     padding: 10px !important;
/* Основной цвет фона */
     margin-top: 2rem !important;
.crownstore-announ img {
    color: #A02EF7 !important;
     max-width:100%;
    border-bottom: 1px solid #A02EF7 !important;
     height:auto;
    min-width: 150px;
}
.citizen-overflow-content > .motif {
  height: 600px;
  overflow: auto;
}
}
.SuperiorRewards {
 
    padding: 10px !important;
body {
    margin-top: 2rem !important;
background-color: var(--background-color-base, #fff);
    color: #3A92FF !important;
    border-bottom: 1px solid #3A92FF !important;
    min-width: 150px;
}
}
.FineRewards {
.nav__link.active {
    padding: 10px !important;
  opacity: 0.3;
    margin-top: 2rem !important;
    color: #2DC50E !important;
    border-bottom: 1px solid #2DC50E !important;
    min-width: 150px;
}
}
.CommonRewards {
.textbox {
     padding: 10px !important;
     overflow: auto;
     margin-top: 2rem !important;
     border-radius: var(--border-radius-large);
     color: #888888 !important;
    font-family: var(--font-family-monospace);
     border-bottom: 1px solid #888888 !important;
    font-size: var(--font-size-small);
     min-width: 150px;
     color: var(--color-emphasized);
     background-color: var(--color-surface-2);
     border: var(--border-width-base) solid var(--border-color-base);
}
}
.Drops {
.admin-only {
    padding: 10px !important;
display:none;
    margin-top: 2rem !important;
    color: var(--color-progressive) !important;
    border-bottom: 1px solid var(--color-progressive) !important;
    min-width: 150px;
}
}
.Datamine {
span.itemmythic {
     padding: 10px !important;
     color: rgb(255, 130, 0) !important;
    margin-top: 2rem !important;
    color: var(--background-color-error) !important;
    border-bottom: 1px solid var(--background-color-error) !important;
    min-width: 150px;
}
}
.PS {
span.itemlegendary {
     padding: 10px !important;
     color: rgb(228, 193, 41) !important;
    margin-top: 2rem !important;
    color: var(--color-progressive) !important;
    border-bottom: 1px solid var(--color-progressive) !important;
    min-width: 150px;
}
}
.Applied {
span.itemepic {
     padding: 10px !important;
     color: #A02EF7 !important;
    margin-top: 2rem !important;
    color: var(--color-progressive) !important;
    border-bottom: 1px solid var(--color-progressive) !important;
    min-width: 150px;
}
}
.Craft {
span.itemfine {
     padding: 10px !important;
     color: #2DC50E !important;
     margin-top: 2rem !important;
}
     color: var(--color-progressive) !important;
span.itemsuperior {
     border-bottom: 1px solid var(--color-progressive) !important;
     color: #3A92FF !important;
    min-width: 150px;
}
.itemmythic a {
     color: rgb(255, 130, 0) !important;
}
.itemlegendary a {
     color: rgb(228, 193, 41) !important;
}
}
#skin-client-pref-skin-theme-value-os { display:none!important; }
.itemepic a {
#ca-talk { display:none!important; }
    color: #A02EF7 !important;
body {
    background-color: #ffffff
}
}
 
.itemfine a {
.mw-body h1,.mw-body-content h1,.mw-body-content h2 {
     color: #2DC50E !important;
     font-family: sans-serif
}
}
 
.itemsuperior a {
h1,h2 {
     color: #3A92FF !important;
     border-bottom: 1px solid rgba(156,191,235,.5)
}
}


.color_h3 {
table.overview {
    background-color: #b0c4de;
background-color:#eaecf0;
    padding: 10px;
        border: 1px solid #ddd;
    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
}
}
 
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
body.page-Заглавная_страница * h1 {
     background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440);
     display: none
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 21px;
}
}


.catlinks {
    display: none
}


.smw-datatable-toolbar {
.RadiantApexRewards {
     display: none
    padding: 10px !important;
    margin-top: 2rem !important;
    color: #FF6F50 !important;
    border-bottom: 1px solid #FF6F50 !important;
     min-width: 150px;
}
}
 
.ApexRewards {
.creature tr:hover {
     padding: 10px !important;
     background-color: #e0e8ff;
     margin-top: 2rem !important;
     -webkit-transition: all 0.3s ease;
     color: #E58B27 !important;
     -moz-transition: all 0.3s ease;
     border-bottom: 1px solid #E58B27 !important;
     -o-transition: all 0.3s ease;
     min-width: 150px;
     transition: all 0.3s ease
}
}
 
.LegendaryRewards {
.only-quest img {
     padding: 10px !important;
     background-color: #ff8e8e
    margin-top: 2rem !important;
    color: #CCAA1A !important;
    border-bottom: 1px solid #CCAA1A !important;
    min-width: 150px;
}
}
 
.EpicRewards {
.tt {
     padding: 10px !important;
     white-space: nowrap
    margin-top: 2rem !important;
    color: #A02EF7 !important;
    border-bottom: 1px solid #A02EF7 !important;
    min-width: 150px;
}
}
 
.SuperiorRewards {
.tt tr:hover {
     padding: 10px !important;
     background-color: #e0e8ff;
     margin-top: 2rem !important;
     -webkit-transition: all 0.3s ease;
     color: #3A92FF !important;
     -moz-transition: all 0.3s ease;
     border-bottom: 1px solid #3A92FF !important;
     -o-transition: all 0.3s ease;
     min-width: 150px;
     transition: all 0.3s ease
}
}
 
.FineRewards {
.trade-item {
    padding: 10px !important;
     display: flex;
    margin-top: 2rem !important;
     align-items: center
    color: #2DC50E !important;
     border-bottom: 1px solid #2DC50E !important;
     min-width: 150px;
}
}
 
.CommonRewards {
.trade-item-name {
    padding: 10px !important;
     display: flex;
    margin-top: 2rem !important;
     flex-direction: column;
     color: #888888 !important;
     padding-left: 10px
     border-bottom: 1px solid #888888 !important;
     min-width: 150px;
}
}
 
.Drops {
.trade-item-icon {
    padding: 10px !important;
     position: relative;
    margin-top: 2rem !important;
     flex-shrink: 0
    color: var(--color-progressive) !important;
     border-bottom: 1px solid var(--color-progressive) !important;
     min-width: 150px;
}
}
 
.Datamine {
.smw-highlighter {
     padding: 10px !important;
     cursor: help;
    margin-top: 2rem !important;
     border-bottom: 1px dotted black
    color: var(--background-color-error) !important;
     border-bottom: 1px solid var(--background-color-error) !important;
    min-width: 150px;
}
}
 
.PS {
.swap {
     padding: 10px !important;
     white-space: nowrap
    margin-top: 2rem !important;
    color: var(--color-progressive) !important;
    border-bottom: 1px solid var(--color-progressive) !important;
    min-width: 150px;
}
}
 
.Applied {
.swap tr:hover {
     padding: 10px !important;
     background-color: #e0e8ff;
     margin-top: 2rem !important;
     -webkit-transition: all 0.3s ease;
     color: var(--color-progressive) !important;
     -moz-transition: all 0.3s ease;
     border-bottom: 1px solid var(--color-progressive) !important;
     -o-transition: all 0.3s ease;
     min-width: 150px;
     transition: all 0.3s ease
}
}
 
.Craft {
.weapons tr:hover {
     padding: 10px !important;
     background-color: #e0e8ff;
     margin-top: 2rem !important;
     -webkit-transition: all 0.3s ease;
     color: var(--color-progressive) !important;
     -moz-transition: all 0.3s ease;
     border-bottom: 1px solid var(--color-progressive) !important;
     -o-transition: all 0.3s ease;
     min-width: 150px;
     transition: all 0.3s ease
}
}
#skin-client-pref-skin-theme-value-os { display:none!important; }
#ca-talk { display:none!important; }


.equip-name {
.mw-body h1,.mw-body-content h1,.mw-body-content h2 {
     display: table-cell;
     font-family: sans-serif
    padding-left: 5px;
    vertical-align: middle
}
}


.equip-name-icon {
h1,h2 {
     position: relative;
     border-bottom: 1px solid rgba(156,191,235,.5)
    display: table-cell;
    width: 64px;
    height: 64px
}
}


.equip-name-icon-set {
.color_h3 {
     position: absolute;
    background-color: #b0c4de;
     top: -2px
    padding: 10px;
    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
}
 
body.page-Заглавная_страница * h1 {
     display: none
}
 
.catlinks {
     display: none
}
 
.smw-datatable-toolbar {
    display: none
}
}


.equip tr:hover {
.creature tr:hover {
     background-color: #e0e8ff;
     background-color: #e0e8ff;
     -webkit-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
Строка 282: Строка 366:
}
}


.recipe p {
.only-quest img {
     margin: 0
     background-color: #ff8e8e
}
}


table.infobox {
.tt {
     width: 450px;
     white-space: nowrap
    float: right;
    margin: 0 0 1em 3em
}
}


table.infobox > tr > th,table.infobox > tr > td,table.infobox > * > tr > th,table.infobox > * > tr > td {
.tt tr:hover {
     border: 1px solid #b0c4de
    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
}
}


.slight_shadow {
.trade-item {
     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);
     display: flex;
     -webkit-transition: box-shadow 0.1s;
     align-items: center
    transition: box-shadow 0.1s
}
}


#look3d {
.trade-item-name {
     border: 2px solid black;
     display: flex;
     width: 125px;
     flex-direction: column;
     height: 25px;
     padding-left: 10px
    cursor: pointer;
    position: absolute
}
}


#look3d:hover {
.trade-item-icon {
     border: 2px solid gray
    position: relative;
     flex-shrink: 0
}
}


.look3d {
.smw-highlighter {
     position: relative;
     cursor: help;
    float: right;
    right: 128px;
    top: 32px
}
}


.text-look3d {
.swap {
     position: absolute;
     white-space: nowrap
    top: 4px;
    left: 2px;
    width: 125px;
    height: 25px;
    font-weight: bold
}
}


#viewer3d {
.swap tr:hover {
    width: 650px;
     background-color: #e0e8ff;
    height: 450px;
     -webkit-transition: all 0.3s ease;
    border: 3px #000 solid;
     -moz-transition: all 0.3s ease;
     background: #999999;
     -o-transition: all 0.3s ease;
     position: fixed;
     transition: all 0.3s ease
    top: 45%;
    left: 50%;
    margin-top: -225px;
     margin-left: -325px;
    display: none;
    opacity: 0;
     z-index: 5;
     padding: 0
}
}


#viewer3d #viewer3d_close {
.weapons tr:hover {
     width: 21px;
     background-color: #e0e8ff;
     height: 21px;
     -webkit-transition: all 0.3s ease;
     position: absolute;
     -moz-transition: all 0.3s ease;
     top: 5px;
     -o-transition: all 0.3s ease;
    right: 50px;
     transition: all 0.3s ease
    cursor: pointer;
     display: block;
    color: red;
    font-weight: bold
}
}


#viewer3d #viewer3d_close:hover {
.equip-name {
     color: white
    display: table-cell;
    padding-left: 5px;
     vertical-align: middle
}
}


#overlay {
.equip-name-icon {
     z-index: 3;
     position: relative;
     position: fixed;
     display: table-cell;
     width: 100%;
     width: 64px;
     height: 100%;
     height: 64px
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}
}


table.jquery-tablesorter th.headerSort {
.equip-name-icon-set {
    background-color: #b0c4de;
     position: absolute;
     position: sticky;
     top: -2px
     top: 10px;
    z-index: 1
}
table-wrap {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}
}


.trhover tr:hover {
.equip tr:hover {
     background-color: #e0e8ff;
     background-color: #e0e8ff;
     -webkit-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
Строка 395: Строка 448:
}
}


.box_frnds {
.recipe p {
     width: 250px;
     margin: 0
    height: 335px;
    border: 1px solid #e7e8ec;
    border-radius: 3px;
    text-align: left
}
}


.frnd {
table.infobox {
     display: block;
     width: 450px;
     padding: 10px;
     float: right;
     float: left
     margin: 0 0 1em 3em
}
}


.thumb_frnd {
table.infobox > tr > th,table.infobox > tr > td,table.infobox > * > tr > th,table.infobox > * > tr > td {
    position: relative;
     border: 1px solid #b0c4de
    float: left;
    width: 40px;
    height: 40px;
     border-radius: 50%;
    overflow: hidden
}
}


.thumb_frnd img {
.slight_shadow {
     position: absolute;
     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);
    top: 0;
     -webkit-transition: box-shadow 0.1s;
    bottom: 0;
     transition: box-shadow 0.1s
     margin: auto;
    width: 40px;
    max-height: 40px;
    border-radius: 50%;
     display: block
}
}


.desc_info {
#look3d {
     float: left;
     border: 2px solid black;
     width: 170px;
     width: 125px;
     overflow: hidden;
     height: 25px;
     word-wrap: break-word;
     cursor: pointer;
     padding: 4px 0 0 12px
     position: absolute
}
}


.frnd_name {
#look3d:hover {
    color: #2a5885;
     border: 2px solid gray
    text-decoration: none;
     cursor: pointer
}
}


.frnd_name:hover {
.look3d {
     text-decoration: underline
    position: relative;
    float: right;
    right: 128px;
     top: 32px
}
}


.frnd_desc {
.text-look3d {
     font-size: 12px;
     position: absolute;
     overflow: hidden;
    top: 4px;
     color: #656565
    left: 2px;
    width: 125px;
     height: 25px;
     font-weight: bold
}
}


.ore_but {
#viewer3d {
     width: 230px;
     width: 650px;
     color: #ff9501;
    height: 450px;
    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
}
 
#viewer3d #viewer3d_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 5px;
    right: 50px;
     cursor: pointer;
     cursor: pointer;
     border: 1px solid #ff9501;
     display: block;
     text-align: center;
     color: red;
    padding: 5px;
     font-weight: bold
     border-radius: 3px
}
}


.ore_but a {
#viewer3d #viewer3d_close:hover {
    text-decoration: none;
     color: white
     color: #ff9501
}
}


.ore_but a:hover {
#overlay {
     color: red
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
     display: none
}
}


.menu_cont {
table.jquery-tablesorter th.headerSort {
     display:flex;
     background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440);
     flex-wrap: wrap;
     position: sticky;
     justify-content: center;
     z-index: 1
    gap: 10px;
}
}
 
table-wrap {
.menu_caches .menu_button {
  text-align: center;
    max-width: 190px
  display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}
}


.menu_button {
.trhover tr:hover {
     text-align: center;
     background-color: #e0e8ff;
     word-wrap: normal
    -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_img_events img {
.box_frnds {
     width: 246px;
     width: 250px;
     height: 133px
     height: 335px;
    border: 1px solid #e7e8ec;
    border-radius: 3px;
    text-align: left
}
}


.menu_button_tile {
.frnd {
     position: relative;
     display: block;
     margin: 0 20px 0 20px;
     padding: 10px;
     -webkit-transition: all 0.6s ease;
     float: left
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
}


.card_button_tile {
.thumb_frnd {
     position: relative;
     position: relative;
     margin: 0 20px 0 20px;
     float: left;
     word-break: break-all
     width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}
}


.menu_button:hover .menu_button_tile {
.thumb_frnd img {
    -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11)
}
 
.menu_buttun_pvp_number {
     position: absolute;
     position: absolute;
     margin-top: -115px;
     top: 0;
     right: 30px;
     bottom: 0;
     z-index: 1;
     margin: auto;
     color: white;
     width: 40px;
     font-weight: 600;
     max-height: 40px;
     font-size: 1.8em;
     border-radius: 50%;
     user-select: none;
     display: block
    pointer-events: none
}
}


.menu_buttun_pvp_number::before {
.desc_info {
     content: url(/w/images/6/69/Wreath_half.png);
     float: left;
     -moz-transform: scale(1.5,1.5);
     width: 170px;
     -webkit-transform: scale(1.5,1.5);
     overflow: hidden;
     -o-transform: scale(1.5,1.5);
     word-wrap: break-word;
     transform: scale(1.5,1.5);
     padding: 4px 0 0 12px
    margin: 8px 0 0 -12px;
    position: absolute
}
}


.menu_buttun_pvp_number::after {
.frnd_name {
     content: url(/w/images/6/69/Wreath_half.png);
     color: #2a5885;
    -moz-transform: scale(-1.5,1.5);
     text-decoration: none;
    -webkit-transform: scale(-1.5,1.5);
     cursor: pointer
    -o-transform: scale(-1.5,1.5);
     transform: scale(-1.5,1.5);
    margin: 8px 0 0 -6px;
     position: absolute
}
}


.note {
.frnd_name:hover {
     position: relative;
     text-decoration: underline
    margin: 2em 0em;
    pointer-events: none
}
}


.note_name {
.frnd_desc {
     position: absolute;
     font-size: 12px;
    background-color: #fff;
     overflow: hidden;
     margin: -14px 0 0 1px;
     color: #656565
     padding: 0 5px;
    font-size: 1.2em;
    font-weight: 600
}
}


.note_text {
.ore_but {
     border: 1px dashed black;
     width: 230px;
     padding: 10px 10px 5px 10px;
     color: #ff9501;
     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);
     cursor: pointer;
     -webkit-transition: box-shadow 0.1s;
     border: 1px solid #ff9501;
     transition: box-shadow 0.1s;
     text-align: center;
     overflow-x: auto;
     padding: 5px;
     pointer-events: auto
     border-radius: 3px
}
}


.advice {
.ore_but a {
     position: relative;
     text-decoration: none;
    margin: 2em 0em;
     color: #ff9501
     pointer-events: none
}
}


.advice_name {
.ore_but a:hover {
     position: absolute;
     color: red
    background-color: #fff;
    margin: -14px 0 0 1px;
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: 600
}
}


.advice_text {
.menu_cont-cards {
     border: 1px dashed black;
     display:flex;
     padding: 10px 10px 5px 10px;
     flex-wrap: wrap;
     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);
     justify-content: center;
     -webkit-transition: box-shadow 0.1s;
}
     transition: box-shadow 0.1s;
.menu_cont {
     overflow-x: auto;
     display:flex;
     pointer-events: auto
     flex-wrap: wrap;
     justify-content: center;
     gap: 10px;
}
}


.menu_caches .menu_button {
    max-width: 190px
}


.tippy-tooltip {
.menu_button {
     max-width: 330px;
     text-align: center;
    border-radius: inherit;
     word-wrap: normal
     -webkit-border-radius: inherit;
    -moz-border-radius: inherit
}
}


.tippy-header {
.menu_button_img_events img {
     display: none
     width: 246px;
    height: 133px
}
}


.plate {
.menu_button_tile {
     width: 70px;
     position: relative;
     float: left;
     margin: 0 20px 0 20px;
     border-radius: 3px;
    -webkit-transition: all 0.6s ease;
     padding: 2px;
     -moz-transition: all 0.6s ease;
     margin: 5px
     -o-transition: all 0.6s ease;
     transition: all 0.6s ease;
}
}


.plate:hover {
.card_button_tile {
     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);
     position: relative;
     -webkit-transition: box-shadow 0.1s;
     margin: 0 20px 0 20px;
     transition: box-shadow 0.2s
     word-break: break-all
}
}


.plate:hover .marquee {
.menu_button:hover .menu_button_tile {
     display: inline-block;
     -webkit-transform: scale(1.11);
     white-space: pre-wrap;
    -moz-transform: scale(1.11);
     margin-left: -2px
     -o-transform: scale(1.11);
     transform: scale(1.11)
}
}


.plate:hover .marquee span {
.menu_buttun_pvp_number {
    display: inline-block;
     position: absolute;
     position: absolute;
     animation: none;
     margin-top: -115px;
     padding: 0 5px 0 5px;
     right: 30px;
     border: 1px solid;
     z-index: 1;
     background: rgb(255,255,255);
     color: white;
     margin-top: -1.2em;
     font-weight: 600;
     min-width: 100px;
     font-size: 1.8em;
     max-width: 150px;
     user-select: none;
     z-index: 1
     pointer-events: none
}
}


.usually {
.menu_buttun_pvp_number::before {
     background-color: rgba(41,41,41,0.2)
     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 -12px;
    position: absolute
}


.rare {
.menu_buttun_pvp_number::after {
     background: linear-gradient(to top left,#b4c3c8,#5f7476)
     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
}
}


.very_rare {
.note {
     background: linear-gradient(to top left,#f2b73b,#bc5101)
     position: relative;
    margin: 2em 0em;
    pointer-events: none
}
}


.guarantee {
.note_name {
     background: linear-gradient(to top left,#1b5825,#40d744)
    position: absolute;
     background-color: #fff;
    margin: -14px 0 0 1px;
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: 600
}
}


.arrow {
.note_text {
     background-image: url(/w/images/7/7b/Arrow_down.png);
     border: 1px dashed black;
     background-repeat: no-repeat;
    padding: 10px 10px 5px 10px;
     background-position: center;
    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);
     height: 11px
     -webkit-transition: box-shadow 0.1s;
     transition: box-shadow 0.1s;
    overflow-x: auto;
     pointer-events: auto
}
}


.arrow:hover {
.advice {
     background-image: url(/w/images/4/46/Arrow_up.png);
     position: relative;
     -webkit-transition: box-shadow 0.3s;
     margin: 2em 0em;
     transition: box-shadow 0.3s
     pointer-events: none
}
}


.drop_rate {
.advice_name {
     font-size: 90%;
    position: absolute;
     font-weight: 600;
    background-color: #fff;
    cursor: default
    margin: -14px 0 0 1px;
    padding: 0 5px;
     font-size: 1.2em;
     font-weight: 600
}
}


.tippy-content-container {
.advice_text {
     max-height: 500px
    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
}
}


.tippy-content-container .plate {
    width: 40px;
    float: none;
    display: inline-block
}


.tippy-content-container .plate img {
.tippy-tooltip {
     width: 36px;
     max-width: 330px;
     height: 36px
     border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit
}
}


.tippy-content-container .drop_rate {
.tippy-header {
     font-size: 75%;
     display: none
    font-weight: 600;
    cursor: default
}
}


@-webkit-keyframes scroll {
.plate {
     0% {
     width: 70px;
        -webkit-transform: translate(0,0);
    float: left;
        transform: translate(0,0)
    border-radius: 3px;
     }
    padding: 2px;
     margin: 5px
}


    100% {
.plate:hover {
        -webkit-transform: translate(-100%,0);
    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);
        transform: translate(-100%,0)
    -webkit-transition: box-shadow 0.1s;
     }
     transition: box-shadow 0.2s
}
}


@-moz-keyframes scroll {
.plate:hover .marquee {
     0% {
     display: inline-block;
        -moz-transform: translate(0,0);
     white-space: pre-wrap;
        transform: translate(0,0)
    margin-left: -2px
     }
 
    100% {
        -moz-transform: translate(-100%,0);
        transform: translate(-100%,0)
    }
}
}


@keyframes scroll {
.plate:hover .marquee span {
     0% {
     display: inline-block;
        transform: translate(0,0)
    position: absolute;
     }
    animation: none;
 
    padding: 0 5px 0 5px;
     100% {
    border: 1px solid;
        transform: translate(-100%,0)
    background: rgb(255,255,255);
     }
     margin-top: -1.2em;
    min-width: 100px;
     max-width: 150px;
     z-index: 1
}
}


.marquee {
.usually {
     display: block;
     background-color: rgba(41,41,41,0.2)
    width: 100%;
    white-space: nowrap;
    overflow: hidden
}
}


.marquee span {
.rare {
     display: inline-block;
     background: linear-gradient(to top left,#b4c3c8,#5f7476)
    padding-left: 100%;
    -webkit-animation: scroll 10s infinite linear;
    -moz-animation: scroll 10s infinite linear;
    animation: scroll 10s infinite linear
}
}


#google_translate_element {
.very_rare {
     overflow-x: hidden;
     background: linear-gradient(to top left,#f2b73b,#bc5101)
    width: 145px
}
}


.tabber {
.guarantee {
     clear: both
     background: linear-gradient(to top left,#1b5825,#40d744)
}
}


.last-update {
.arrow {
     width: 300px;
    background-image: url(/w/images/7/7b/Arrow_down.png);
     float: left
    background-repeat: no-repeat;
     background-position: center;
     height: 11px
}
}


.last-update-header {
.arrow:hover {
     background-color: #b0c4de;
     background-image: url(/w/images/4/46/Arrow_up.png);
     padding: 10px;
     -webkit-transition: box-shadow 0.3s;
     font-weight: 600
     transition: box-shadow 0.3s
}
}


.last-update-body {
.drop_rate {
     border: 1px solid #e7e8ec;
     font-size: 90%;
     border-top: 0px;
     font-weight: 600;
    padding: 5px 10px;
     cursor: default
     height: 220px
}
}


.reward {
.tippy-content-container {
     margin-bottom: 20px
     max-height: 500px
}
}


.rep-rew-table {
.tippy-content-container .plate {
     border-collapse: collapse;
     width: 40px;
     cursor: default
    float: none;
     display: inline-block
}
}


.rep-rew-table tr:hover {
.tippy-content-container .plate img {
     background-color: #e0e8ff;
     width: 36px;
     -webkit-transition: all 0.3s ease;
     height: 36px
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
}


.rep-rew-table td {
.tippy-content-container .drop_rate {
     padding: 0 6px 0 6px
     font-size: 75%;
    font-weight: 600;
    cursor: default
}
}


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


.community_button:hover {
@-moz-keyframes scroll {
    background: rgb(53,167,110)
    0% {
        -moz-transform: translate(0,0);
        transform: translate(0,0)
    }
 
    100% {
        -moz-transform: translate(-100%,0);
        transform: translate(-100%,0)
    }
}
}


.donate_button {
@keyframes scroll {
     width: 220px;
     0% {
    display: inline-block;
        transform: translate(0,0)
    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 {
    100% {
    background: rgb(225,120,10)
        transform: translate(-100%,0)
    }
}
}


.inventory {
.marquee {
     display: inline-block;
     display: block;
     position: relative;
     width: 100%;
     background-image: url(/w/images/e/e7/Inventory_slots.jpg);
     white-space: nowrap;
    background-repeat: no-repeat;
     overflow: hidden
    width: 554px;
     height: 531px
}
}


.inventory_slot {
.marquee span {
     display: inline-block;
     display: inline-block;
     height: 58px;
     padding-left: 100%;
     width: 58px;
     -webkit-animation: scroll 10s infinite linear;
     background-image: url(/w/images/0/0f/Inventory_slots_back.jpg);
     -moz-animation: scroll 10s infinite linear;
     background-repeat: no-repeat
     animation: scroll 10s infinite linear
}
}


.modification-equip {
#google_translate_element {
     display: flex;
     overflow-x: hidden;
     flex-wrap: wrap
     width: 145px
}
}


.coloration {
.tabber {
     width: 260px;
     clear: both
    margin: 10px 25px 15px 0px;
    border: 1px solid black;
    display: inline-block
}
}


.coloration-name {
.last-update {
     background-color: black;
     width: 300px;
     width: 260px;
     background: rgba(var(--color-base-rgb),0.02);
     position: absolute;
     border: 1px solid rgba(var(--color-base-rgb),0.1);
     display: none
     margin-bottom: 2rem
}
}


.coloration:hover .coloration-name {
.last-update-header {
     display: block
    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
}
}


.coloration-name-text {
.last-update-body {
     color: white;
     border: 1px solid var(--border-color-base);
     font-size: 1.3em;
    border-radius: 0px 0px 10px 10px;
     padding-left: 5px
     border-top: 0px;
    height: 220px;
     padding: 0 1rem 1rem 1rem;
    box-sizing: border-box;
    overflow: hidden
}
}


.coloration-cost {
.reward {
     text-align: center;
     margin-bottom: 20px
    padding-top: 2px
}
}


.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
.rep-rew-table {
     display: none
    border-collapse: collapse;
     cursor: default
}
}


.img-border {
.rep-rew-table tr:hover {
     border: 1px solid black
     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
}
}


.npc_box {
.rep-rew-table td {
    display: grid;
     padding: 0 6px 0 6px
    justify-content: space-between;
    gap: 10px 20px;
     align-items: start
}
}


.npc_block {
.community_button {
     display: grid;
    width: 220px;
     grid-template-columns: 96px auto;
     display: inline-block;
     grid-template-rows: auto auto;
     font-weight: 700;
     align-content: start;
    color: white;
     grid-column: 1 / 2;
    text-decoration: none;
     grid-row: auto
     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
}
}


.npc_portrait {
.community_button:hover {
    flex: 0 0 96px;
     background: rgb(53,167,110)
    height: 96px;
     background-color: black
}
}


.npc_info {
.donate_button {
     display: grid;
    width: 220px;
     grid-template-columns: min-content auto;
     display: inline-block;
     height: min-content;
     font-weight: 700;
     flex: 1 1 auto;
    color: white;
     margin: 0 25px
    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
}
}


.npc_prof_val,.npc_group_val,.npc_location_val,.npc_coord_val {
.donate_button:hover {
     margin-left: 10px;
     background: rgb(225,120,10)
    min-width: 200px
}
}


.npc_descrption {
.inventory {
     margin-top: 15px;
     display: inline-block;
     width: 100%;
    position: relative;
     grid-column: 1 / 3
    background-image: url(/w/images/e/e7/Inventory_slots.jpg);
    background-repeat: no-repeat;
     width: 554px;
     height: 531px
}
}


.npc_map_block {
.inventory_slot {
     max-width: 300px;
     display: inline-block;
     background-color: black;
     height: 58px;
     border: 2px solid black;
     width: 58px;
     grid-column: 2 / 3;
     background-image: url(/w/images/0/0f/Inventory_slots_back.jpg);
     grid-row: 1 / 3
     background-repeat: no-repeat
}
}


.npc_map_block_name {
.modification-equip {
     height: 35px;
     display: flex;
    background-color: black;
     flex-wrap: wrap
    color: white;
    font-size: 1.5em;
     padding-left: 5px
}
}


.npc_issue_quest {
.coloration {
     grid-column: auto;
     width: 260px;
     grid-row: auto
    margin: 10px 25px 15px 0px;
    border: 1px solid black;
     display: inline-block
}
}


@media screen and (max-width: 860px) {
.coloration-name {
     .npc_block {
     background-color: black;
        grid-column:1 / 2;
    width: 260px;
        grid-row: 1 / 2
    position: absolute;
     }
     display: none
}


    .npc_map_block {
.coloration:hover .coloration-name {
        grid-column: 1 / 2;
    display: block
        grid-row: 2 / 3
}
    }


    .npc_issue_quest {
.coloration-name-text {
        grid-column: 1 / 2;
    color: white;
        grid-row: 3 / 4
    font-size: 1.3em;
    }
    padding-left: 5px
}
}


@media screen and (max-width: 470px) {
.coloration-cost {
     .npc_block {
     text-align: center;
        display:flex !important;
    padding-top: 2px
        flex-wrap: wrap;
}
        justify-content: center
    }


    .npc_info {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
        display: grid;
    display: none
        grid-template-columns: min-content auto;
        flex: 1 1 auto
    }
}
}


.rep_line {
.img-border {
     max-width: 1024px;
     border: 1px solid black
    min-width: 500px;
    height: 100px
}
}


.back_gradient {
.npc_box {
     position: relative;
     display: grid;
     width: 95%;
     justify-content: space-between;
     height: 15px;
     gap: 10px 20px;
     margin: auto 25px auto 25px;
     align-items: start
    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 {
.npc_block {
     position: absolute;
     display: grid;
     width: 0px;
     grid-template-columns: 96px auto;
     height: 10px;
     grid-template-rows: auto auto;
     border-left: 2px solid black;
     align-content: start;
     margin: 17px 0 0 -2px;
     grid-column: 1 / 2;
     padding: 0
     grid-row: auto
}
}


.v_stripe::after {
.npc_portrait {
     position: absolute;
     flex: 0 0 96px;
    width: 50px;
     height: 96px;
    left: -25px;
     background-color: black
     top: 12px;
     text-align: center
}
}


.minus30000 {
.npc_info {
    display: grid;
    grid-template-columns: min-content auto;
    height: min-content;
    flex: 1 1 auto;
    margin: 0 25px
}
}


.minus30000::after {
.npc_prof_val,.npc_group_val,.npc_location_val,.npc_coord_val {
     content: "-30000"
     margin-left: 10px;
    min-width: 200px
}
}


.minus15000 {
.npc_descrption {
     margin-left: 10%
     margin-top: 15px;
    width: 100%;
    grid-column: 1 / 3
}
}


.minus15000::after {
.npc_map_block {
     content: "-15000"
    max-width: 300px;
    background-color: black;
    border: 2px solid black;
     grid-column: 2 / 3;
    grid-row: 1 / 3
}
}


.minus7500 {
.npc_map_block_name {
     margin-left: 20%
     height: 35px;
    background-color: black;
    color: white;
    font-size: 1.5em;
    padding-left: 5px
}
}


.minus7500::after {
.npc_issue_quest {
     content: "-7500"
     grid-column: auto;
    grid-row: auto
}
}


.minus3000 {
@media screen and (max-width: 860px) {
    margin-left: 30%
    .npc_block {
}
        grid-column:1 / 2;
        grid-row: 1 / 2
    }


.minus3000::after {
    .npc_map_block {
    content: "-3000"
        grid-column: 1 / 2;
}
        grid-row: 2 / 3
    }


.minus1000 {
    .npc_issue_quest {
    margin-left: 40%
        grid-column: 1 / 2;
        grid-row: 3 / 4
    }
}
}


.minus1000::after {
@media screen and (max-width: 470px) {
    content: "-1000"
    .npc_block {
}
        display:flex !important;
        flex-wrap: wrap;
        justify-content: center
    }


.zero {
    .npc_info {
    margin-left: 50%
        display: grid;
        grid-template-columns: min-content auto;
        flex: 1 1 auto
    }
}
}


.zero::after {
.rep_line {
     content: "0"
    max-width: 1024px;
    min-width: 500px;
     height: 100px
}
}


.plus1000 {
.back_gradient {
     margin-left: 60%
    position: relative;
    width: 95%;
    height: 15px;
     margin: auto 25px auto 25px;
    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%)
}
}


.plus1000::after {
.v_stripe {
     content: "1000"
    position: absolute;
    width: 0px;
    height: 10px;
    border-left: 2px solid black;
    margin: 17px 0 0 -2px;
     padding: 0
}
}


.plus3000 {
.v_stripe::after {
     margin-left: 70%
     position: absolute;
    width: 50px;
    left: -25px;
    top: 12px;
    text-align: center
}
}


.plus3000::after {
.minus30000 {
    content: "3000"
}
}


.plus7500 {
.minus30000::after {
     margin-left: 80%
     content: "-30000"
}
}


.plus7500::after {
.minus15000 {
     content: "7500"
     margin-left: 10%
}
}


.plus15000 {
.minus15000::after {
     margin-left: 90%
     content: "-15000"
}
}


.plus15000::after {
.minus7500 {
     content: "15000"
     margin-left: 20%
}
}


.plus30000 {
.minus7500::after {
     margin-left: 100%
     content: "-7500"
}
}


.plus30000::after {
.minus3000 {
     content: "30000"
     margin-left: 30%
}
}


.line_bonus {
.minus3000::after {
    position: relative;
     content: "-3000"
    width: 95%;
    margin: auto 30px auto 30px;
     top: 35px
}
}


.rep_bonus {
.minus1000 {
     position: absolute;
     margin-left: 40%
    width: 26px;
    left: -13px;
    filter: brightness(0.3);
    border-bottom: none
}
}


.container_DamageTaken {
.minus1000::after {
     overflow-x: auto
     content: "-1000"
}
}


.table-item-cell {
.zero {
     display: flex;
     margin-left: 50%
    align-items: center;
    min-width: 200px
}
}


.table-item-name {
.zero::after {
    display: inline-block;
     content: "0"
    padding-left: 5px;
     vertical-align: middle
}
}


.table-item-name-icon {
.plus1000 {
     position: relative;
     margin-left: 60%
    display: inline-block;
    flex-shrink: 0
}
}


.caches-img {
.plus1000::after {
     filter: drop-shadow(5px 5px 10px #000000)
     content: "1000"
}
 
.plus3000 {
    margin-left: 70%
}
}


.refferal_article {
.plus3000::after {
    position: relative;
     content: "3000"
    width: 100%;
    height: 400px;
    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;
     background-position: center
}
}


.mw-parser-output .note-info {
.plus7500 {
     background-color: #eaf3ff;
     margin-left: 80%
    color: #333;
    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;
.plus7500::after {
    color: #333;
     content: "7500"
     background-image: url("/images/7/74/ON-icon-store-Storm_Atronach_Crown_Crate.png");
    background-size: 40px;
    font-size: 15px;
    border-color: #a3caff;
    padding-left: 55px;
    min-height: 40px;
}
}
.mw-parser-output .note-RageboundCrate {
 
     background-color: #eaf3ff;
.plus15000 {
    color: #333;
     margin-left: 90%
    background-image: url("/images/9/9f/ON-icon-store-Ragebound_Crate.png");
    background-size: 40px;
    font-size: 15px;
    border-color: #a3caff;
    padding-left: 55px;
    min-height: 40px;
}
}
.mw-parser-output .note-CarnavalCrate {
 
    background-color: #eaf3ff;
.plus15000::after {
    color: #333;
     content: "15000"
     background-image: url("/images/f/fd/ON-icon-store-Carnaval_Crate.png");
    background-size: 40px;
    font-size: 15px;
    border-color: #a3caff;
    padding-left: 55px;
    min-height: 40px;
}
}
.mw-parser-output .note-WildHuntCrate {
 
     background-color: #eaf3ff;
.plus30000 {
    color: #333;
     margin-left: 100%
    background-image: url("/images/6/6a/ON-icon-store-Wild_Hunt_Crown_Crate.png");
    background-size: 40px;
    font-size: 15px;
    border-color: #a3caff;
    padding-left: 55px;
    min-height: 40px;
}
}
.mw-parser-output .note {
 
    background-position: left 7px top 50%;
.plus30000::after {
    padding: 0.5em 0.5em 0.5em 55px;
     content: "30000"
    margin: 0.5em 0;
    overflow: hidden;
    background-color: #f8f9fa;
    color: #333;
    background-repeat: no-repeat;
     border: 1px solid #ddd;
}
}
/* Cached 20250402115902 */
 
.ivent {
.line_bonus {
  position: relative;
    position: relative;
  top: 0;
    width: 95%;
  left: 0;
    margin: auto 30px auto 30px;
    top: 35px
}
}


.ivent-notactive {
.rep_bonus {
     position: absolute;
     position: absolute;
     top: 120px;
     width: 26px;
     color: red;
     left: -13px;
     left: 0px;
     filter: brightness(0.3);
     background-color: rgb(16 18 19 / 80%);
     border-bottom: none
}
}
.ivent-active {
 
     position: absolute;
.container_DamageTaken {
    top: 120px;
     overflow-x: auto
    color: #00fc5c;
    left: 0px;
    background-color: rgb(16 18 19 / 80%);
}
}
.showcase1 {
 
  position: relative;
.table-item-cell {
  top: 0;
    display: flex;
  left: 0;
    align-items: center;
    min-width: 200px
}
}


.showcase2 {
.table-item-name {
     position: absolute;
     display: inline-block;
    top: 120px;
     padding-left: 5px;
    color: gold;
     vertical-align: middle
     left: 0px;
    background-color: rgb(16 18 19 / 80%);
}
.showcase3 {
    position: absolute;
    top: 120px;
    color: red;
    left: 0px;
     background-color: rgb(16 18 19 / 80%);
}
}


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


.card2 {
.caches-img {
  position: absolute;
    filter: drop-shadow(5px 5px 10px #000000)
  top: 0;
  left: 0;
}
}


crateico {
.refferal_article {
  position: absolute;
    position: relative;
  left: 0;
    width: 100%;
  top: 0;
    height: 400px;
  width: 20%;
    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);
  height: auto;
    background-size: cover;
    background-position: center
}
}


.imgthumb {
.mw-parser-output .note-info {
    background: #F9F9F9;
    background-color: #eaf3ff;
    border: #CCCCCC;
    color: #333;
    float: right;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg");
    padding: 5px;
    background-size: 35px;
    border-color: #a3caff;
    padding-left: 40px;
    min-height: 25px;
}
}
 
.mw-parser-output .note-Storm-Atronach-Crate {
/* Стиль карт Leaflet */
    background-color: #eaf3ff;
 
    color: #333;
.leaflet-pane,
    background-image: url("/images/7/74/ON-icon-store-Storm_Atronach_Crown_Crate.png");
.leaflet-tile,
    background-size: 40px;
.leaflet-marker-icon,
    font-size: 15px;
.leaflet-marker-shadow,
    border-color: #a3caff;
.leaflet-tile-container,
    padding-left: 55px;
.leaflet-pane > svg,
    min-height: 40px;
.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 */
.mw-parser-output .note-RageboundCrate {
.leaflet-safari .leaflet-tile {
    background-color: #eaf3ff;
image-rendering: -webkit-optimize-contrast;
    color: #333;
}
    background-image: url("/images/9/9f/ON-icon-store-Ragebound_Crate.png");
/* hack that prevents hw layers "stretching" when loading new tiles */
    background-size: 40px;
.leaflet-safari .leaflet-tile-container {
    font-size: 15px;
width: 1600px;
    border-color: #a3caff;
height: 1600px;
    padding-left: 55px;
-webkit-transform-origin: 0 0;
    min-height: 40px;
}
}
.leaflet-marker-icon,
.mw-parser-output .note-CarnavalCrate {
.leaflet-marker-shadow {
    background-color: #eaf3ff;
display: block;
    color: #333;
}
    background-image: url("/images/f/fd/ON-icon-store-Carnaval_Crate.png");
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
    background-size: 40px;
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
    font-size: 15px;
.leaflet-container .leaflet-overlay-pane svg {
    border-color: #a3caff;
max-width: none !important;
    padding-left: 55px;
max-height: none !important;
    min-height: 40px;
}
.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 {
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
mix-blend-mode: plus-lighter;
}
}
 
.mw-parser-output .note-WildHuntCrate {
.leaflet-container.leaflet-touch-zoom {
    background-color: #eaf3ff;
-ms-touch-action: pan-x pan-y;
    color: #333;
touch-action: pan-x pan-y;
    background-image: url("/images/6/6a/ON-icon-store-Wild_Hunt_Crown_Crate.png");
}
    background-size: 40px;
.leaflet-container.leaflet-touch-drag {
    font-size: 15px;
-ms-touch-action: pinch-zoom;
    border-color: #a3caff;
/* Fallback for FF which doesn't support pinch-zoom */
    padding-left: 55px;
touch-action: none;
    min-height: 40px;
touch-action: pinch-zoom;
}
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
.mw-parser-output .note {
-ms-touch-action: none;
    background-position: left 7px top 50%;
touch-action: none;
    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;
}
}
.leaflet-container {
/* Cached 20250402115902 */
-webkit-tap-highlight-color: transparent;
.ivent {
  position: relative;
  top: 0;
  left: 0;
}
 
.ivent-notactive {
    position: absolute;
    top: 120px;
    color: red;
    left: 0px;
    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;
}
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.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; }
.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-tile-pane    { z-index: 200; }
.card1 {
.leaflet-overlay-pane { z-index: 400; }
    position: relative;
.leaflet-shadow-pane  { z-index: 500; }
    top: 0;
.leaflet-marker-pane  { z-index: 600; }
    left: 0;
.leaflet-tooltip-pane  { z-index: 650; }
    z-index: 1;
.leaflet-popup-pane  { z-index: 700; }
}


.leaflet-map-pane canvas { z-index: 100; }
.card2 {
.leaflet-map-pane svg    { z-index: 200; }
    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;
}


.leaflet-vml-shape {
crateico {
width: 1px;
  position: absolute;
height: 1px;
  left: 0;
}
  top: 0;
.lvml {
  width: 20%;
behavior: url(#default#VML);
  height: auto;
display: inline-block;
}
position: absolute;
}


.imgthumb {
    background: #F9F9F9;
    border: #CCCCCC;
    float: right;
    padding: 5px;
}
/* Стиль карт Leaflet */


/* control positioning */
.leaflet-pane,
 
.leaflet-tile,
.leaflet-control {
.leaflet-marker-icon,
position: relative;
.leaflet-marker-shadow,
z-index: 800;
.leaflet-tile-container,
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
.leaflet-pane > svg,
pointer-events: auto;
.leaflet-pane > canvas,
}
.leaflet-zoom-box,
.leaflet-top,
.leaflet-image-layer,
.leaflet-bottom {
.leaflet-layer {
position: absolute;
position: absolute;
z-index: 1000;
left: 0;
pointer-events: none;
}
.leaflet-top {
top: 0;
top: 0;
}
}
.leaflet-right {
.leaflet-container {
right: 0;
overflow: hidden;
}
}
.leaflet-bottom {
.leaflet-tile,
bottom: 0;
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
  -moz-user-select: none;
        user-select: none;
  -webkit-user-drag: none;
}
}
.leaflet-left {
/* Prevents IE11 from highlighting tiles in blue */
left: 0;
.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;
}
}
.leaflet-control {
/* hack that prevents hw layers "stretching" when loading new tiles */
float: left;
.leaflet-safari .leaflet-tile-container {
clear: both;
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
}
.leaflet-right .leaflet-control {
.leaflet-marker-icon,
float: right;
.leaflet-marker-shadow {
display: block;
}
}
.leaflet-top .leaflet-control {
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
margin-top: 10px;
/* .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-bottom .leaflet-control {
.leaflet-container .leaflet-marker-pane img,
margin-bottom: 10px;
.leaflet-container .leaflet-shadow-pane img,
}
.leaflet-container .leaflet-tile-pane img,
.leaflet-left .leaflet-control {
.leaflet-container img.leaflet-image-layer,
margin-left: 10px;
.leaflet-container .leaflet-tile {
}
max-width: none !important;
.leaflet-right .leaflet-control {
max-height: none !important;
margin-right: 10px;
width: auto;
padding: 0;
}
}


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


/* zoom and fade animations */
.leaflet-container.leaflet-touch-zoom {
 
-ms-touch-action: pan-x pan-y;
.leaflet-fade-anim .leaflet-popup {
touch-action: pan-x pan-y;
opacity: 0;
-webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
}
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
.leaflet-container.leaflet-touch-drag {
opacity: 1;
-ms-touch-action: pinch-zoom;
}
/* Fallback for FF which doesn't support pinch-zoom */
.leaflet-zoom-animated {
touch-action: none;
-webkit-transform-origin: 0 0;
touch-action: pinch-zoom;
    -ms-transform-origin: 0 0;
}
        transform-origin: 0 0;
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
}
-ms-touch-action: none;
svg.leaflet-zoom-animated {
touch-action: none;
will-change: transform;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
}
 
.leaflet-container a {
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
-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);
.leaflet-tile {
        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-zoom-box {
.leaflet-pan-anim .leaflet-tile {
width: 0;
-webkit-transition: none;
height: 0;
  -moz-transition: none;
-moz-box-sizing: border-box;
        transition: none;
    box-sizing: border-box;
z-index: 800;
}
}
 
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-zoom-anim .leaflet-zoom-hide {
.leaflet-overlay-pane svg {
visibility: hidden;
-moz-user-select: none;
}
}


.leaflet-pane        { z-index: 400; }


/* cursors */
.leaflet-tile-pane    { z-index: 200; }
 
.leaflet-overlay-pane { z-index: 400; }
.leaflet-interactive {
.leaflet-shadow-pane  { z-index: 500; }
cursor: pointer;
.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; }
.leaflet-map-pane svg    { z-index: 200; }
 
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
}
.leaflet-grab {
.lvml {
cursor: -webkit-grab;
behavior: url(#default#VML);
cursor:   -moz-grab;
display: inline-block;
cursor:         grab;
position: absolute;
}
}
.leaflet-crosshair,
 
.leaflet-crosshair .leaflet-interactive {
 
cursor: crosshair;
/* control positioning */
}
 
.leaflet-popup-pane,
.leaflet-control {
.leaflet-control {
cursor: auto;
position: relative;
z-index: 800;
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
}
.leaflet-dragging .leaflet-grab,
.leaflet-top,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-bottom {
.leaflet-dragging .leaflet-marker-draggable {
position: absolute;
cursor: move;
z-index: 1000;
cursor: -webkit-grabbing;
cursor:   -moz-grabbing;
cursor:        grabbing;
}
 
/* 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-top {
.leaflet-marker-icon.leaflet-interactive,
top: 0;
.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;
}
}
 
.leaflet-right {
/* visual tweaks */
right: 0;
 
}
.leaflet-container {
.leaflet-bottom {
background: #ddd;
bottom: 0;
outline-offset: 1px;
}
}
.leaflet-container a {
.leaflet-left {
color: #0078A8;
left: 0;
}
}
.leaflet-zoom-box {
.leaflet-control {
border: 2px dotted #38f;
float: left;
background: rgba(255,255,255,0.5);
clear: both;
}
}
 
.leaflet-right .leaflet-control {
 
float: right;
/* general typography */
.leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
}
}
 
.leaflet-top .leaflet-control {
 
margin-top: 10px;
/* general toolbar styles */
 
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
}
.leaflet-bar a {
.leaflet-bottom .leaflet-control {
background-color: #fff;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
}
.leaflet-bar a,
.leaflet-left .leaflet-control {
.leaflet-control-layers-toggle {
margin-left: 10px;
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
}
.leaflet-bar a:hover,
.leaflet-right .leaflet-control {
.leaflet-bar a:focus {
margin-right: 10px;
background-color: #f4f4f4;
}
}
.leaflet-bar a:first-child {
 
border-top-left-radius: 4px;
 
border-top-right-radius: 4px;
/* 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-bar a:last-child {
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
border-bottom-left-radius: 4px;
opacity: 1;
border-bottom-right-radius: 4px;
border-bottom: none;
}
}
.leaflet-bar a.leaflet-disabled {
.leaflet-zoom-animated {
cursor: default;
-webkit-transform-origin: 0 0;
background-color: #f4f4f4;
    -ms-transform-origin: 0 0;
color: #bbb;
        transform-origin: 0 0;
}
}
svg.leaflet-zoom-animated {
will-change: transform;
}


.leaflet-touch .leaflet-bar a {
.leaflet-zoom-anim .leaflet-zoom-animated {
width: 30px;
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
height: 30px;
  -moz-transition:   -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
line-height: 30px;
        transition:        transform 0.25s cubic-bezier(0,0,0.25,1);
}
}
.leaflet-touch .leaflet-bar a:first-child {
.leaflet-zoom-anim .leaflet-tile,
border-top-left-radius: 2px;
.leaflet-pan-anim .leaflet-tile {
border-top-right-radius: 2px;
-webkit-transition: none;
  -moz-transition: none;
        transition: none;
}
}
.leaflet-touch .leaflet-bar a:last-child {
 
border-bottom-left-radius: 2px;
.leaflet-zoom-anim .leaflet-zoom-hide {
border-bottom-right-radius: 2px;
visibility: hidden;
}
}


/* zoom control */


.leaflet-control-zoom-in,
/* cursors */
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}


.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
.leaflet-interactive {
font-size: 22px;
cursor: pointer;
}
}
 
.leaflet-grab {
 
cursor: -webkit-grab;
/* layers control */
cursor:   -moz-grab;
 
cursor:         grab;
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
}
.leaflet-control-layers-toggle {
.leaflet-crosshair,
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/layers.png);
.leaflet-crosshair .leaflet-interactive {
width: 36px;
cursor: crosshair;
height: 36px;
}
}
.leaflet-retina .leaflet-control-layers-toggle {
.leaflet-popup-pane,
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/layers-2x.png);
.leaflet-control {
background-size: 26px 26px;
cursor: auto;
}
}
.leaflet-touch .leaflet-control-layers-toggle {
.leaflet-dragging .leaflet-grab,
width: 44px;
.leaflet-dragging .leaflet-grab .leaflet-interactive,
height: 44px;
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:   -moz-grabbing;
cursor:         grabbing;
}
}
.leaflet-control-layers .leaflet-control-layers-list,
 
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
/* marker & overlays interactivity */
display: none;
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
 
display: block;
.leaflet-marker-icon.leaflet-interactive,
position: relative;
.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;
}
}
.leaflet-control-layers-expanded {
 
padding: 6px 10px 6px 6px;
/* visual tweaks */
color: #333;
 
background: #fff;
.leaflet-container {
background: #ddd;
outline-offset: 1px;
}
}
.leaflet-control-layers-scrollbar {
.leaflet-container a {
overflow-y: scroll;
color: #0078A8;
overflow-x: hidden;
padding-right: 5px;
}
}
.leaflet-control-layers-selector {
.leaflet-zoom-box {
margin-top: 2px;
border: 2px dotted #38f;
position: relative;
background: rgba(255,255,255,0.5);
top: 1px;
}
.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 */
/* general typography */
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png);
.leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
}
}




/* attribution and scale controls */
/* general toolbar styles */


.leaflet-container .leaflet-control-attribution {
.leaflet-bar {
background: #fff;
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
background: rgba(255, 255, 255, 0.8);
border-radius: 4px;
margin: 0;
}
}
.leaflet-control-attribution,
.leaflet-bar a {
.leaflet-control-scale-line {
background-color: #fff;
padding: 0 5px;
border-bottom: 1px solid #ccc;
color: #333;
width: 26px;
line-height: 1.4;
height: 26px;
}
line-height: 26px;
.leaflet-control-attribution a {
display: block;
text-align: center;
text-decoration: none;
text-decoration: none;
color: black;
}
}
.leaflet-control-attribution a:hover,
.leaflet-bar a,
.leaflet-control-attribution a:focus {
.leaflet-control-layers-toggle {
text-decoration: underline;
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
}
.leaflet-attribution-flag {
.leaflet-bar a:first-child {
display: inline !important;
border-top-left-radius: 4px;
vertical-align: baseline !important;
border-top-right-radius: 4px;
width: 1em;
height: 0.6669em;
}
}
.leaflet-left .leaflet-control-scale {
.leaflet-bar a:last-child {
margin-left: 5px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
}
.leaflet-bottom .leaflet-control-scale {
.leaflet-bar a.leaflet-disabled {
margin-bottom: 5px;
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
}
.leaflet-control-scale-line {
 
border: 2px solid #777;
.leaflet-touch .leaflet-bar a {
border-top: none;
width: 30px;
line-height: 1.1;
height: 30px;
padding: 2px 5px 1px;
line-height: 30px;
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-touch .leaflet-bar a:first-child {
border-top: 2px solid #777;
border-top-left-radius: 2px;
border-bottom: none;
border-top-right-radius: 2px;
margin-top: -2px;
}
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
.leaflet-touch .leaflet-bar a:last-child {
border-bottom: 2px solid #777;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
}


.leaflet-touch .leaflet-control-attribution,
/* zoom control */
.leaflet-touch .leaflet-control-layers,
 
.leaflet-touch .leaflet-bar {
.leaflet-control-zoom-in,
box-shadow: none;
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
}
.leaflet-touch .leaflet-control-layers,
 
.leaflet-touch .leaflet-bar {
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
border: 2px solid rgba(0,0,0,0.2);
font-size: 22px;
background-clip: padding-box;
}
}




/* popup */
/* layers control */


.leaflet-popup {
.leaflet-control-layers {
position: absolute;
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
text-align: center;
background: #fff;
margin-bottom: 20px;
border-radius: 5px;
}
}
.leaflet-popup-content-wrapper {
.leaflet-control-layers-toggle {
padding: 1px;
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/layers.png);
text-align: left;
width: 36px;
border-radius: 12px;
height: 36px;
}
}
.leaflet-popup-content {
.leaflet-retina .leaflet-control-layers-toggle {
margin: 13px 24px 13px 20px;
background-image: url(https://unpkg.com/leaflet@1.9.4/dist/images/layers-2x.png);
line-height: 1.3;
background-size: 26px 26px;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
}
.leaflet-popup-content p {
.leaflet-touch .leaflet-control-layers-toggle {
margin: 17px 0;
width: 44px;
margin: 1.3em 0;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
}
.leaflet-popup-tip-container {
.leaflet-control-layers-expanded .leaflet-control-layers-list {
width: 40px;
display: block;
height: 20px;
position: relative;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
}
.leaflet-popup-tip {
.leaflet-control-layers-expanded {
width: 17px;
padding: 6px 10px 6px 6px;
height: 17px;
color: #333;
padding: 1px;
background: #fff;
 
margin: -10px auto 0;
pointer-events: auto;
 
-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
}
.leaflet-popup-content-wrapper,
.leaflet-control-layers-scrollbar {
.leaflet-popup-tip {
overflow-y: scroll;
background: white;
overflow-x: hidden;
color: #333;
padding-right: 5px;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
}
.leaflet-container a.leaflet-popup-close-button {
.leaflet-control-layers-selector {
position: absolute;
margin-top: 2px;
top: 0;
position: relative;
right: 0;
top: 1px;
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-control-layers label {
.leaflet-container a.leaflet-popup-close-button:focus {
display: block;
color: #585858;
font-size: 13px;
font-size: 1.08333em;
}
}
.leaflet-popup-scrolled {
.leaflet-control-layers-separator {
overflow: auto;
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}
}


.leaflet-oldie .leaflet-popup-content-wrapper {
/* Default icon URLs */
-ms-zoom: 1;
.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-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,
/* attribution and scale controls */
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}


 
.leaflet-container .leaflet-control-attribution {
/* div icon */
 
.leaflet-div-icon {
background: #fff;
background: #fff;
border: 1px solid #666;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
}
 
.leaflet-control-attribution,
 
.leaflet-control-scale-line {
/* Tooltip */
padding: 0 5px;
/* Base styles for the element that has a tooltip */
color: #333;
.leaflet-tooltip {
line-height: 1.4;
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-control-attribution a {
cursor: pointer;
text-decoration: none;
pointer-events: auto;
}
}
.leaflet-tooltip-top:before,
.leaflet-control-attribution a:hover,
.leaflet-tooltip-bottom:before,
.leaflet-control-attribution a:focus {
.leaflet-tooltip-left:before,
text-decoration: underline;
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
}
}
 
.leaflet-attribution-flag {
/* Directions */
display: inline !important;
 
vertical-align: baseline !important;
.leaflet-tooltip-bottom {
width: 1em;
margin-top: 6px;
height: 0.6669em;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
}
.leaflet-tooltip-top:before {
.leaflet-left .leaflet-control-scale {
bottom: 0;
margin-left: 5px;
margin-bottom: -12px;
border-top-color: #fff;
}
}
.leaflet-tooltip-bottom:before {
.leaflet-bottom .leaflet-control-scale {
top: 0;
margin-bottom: 5px;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
}
.leaflet-tooltip-left {
.leaflet-control-scale-line {
margin-left: -6px;
border: 2px solid #777;
}
border-top: none;
.leaflet-tooltip-right {
line-height: 1.1;
margin-left: 6px;
padding: 2px 5px 1px;
}
white-space: nowrap;
.leaflet-tooltip-left:before,
-moz-box-sizing: border-box;
.leaflet-tooltip-right:before {
    box-sizing: border-box;
top: 50%;
background: rgba(255, 255, 255, 0.8);
margin-top: -6px;
text-shadow: 1px 1px #fff;
}
}
.leaflet-tooltip-left:before {
.leaflet-control-scale-line:not(:first-child) {
right: 0;
border-top: 2px solid #777;
margin-right: -12px;
border-bottom: none;
border-left-color: #fff;
margin-top: -2px;
}
}
.leaflet-tooltip-right:before {
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
left: 0;
border-bottom: 2px solid #777;
margin-left: -12px;
border-right-color: #fff;
}
}


/* Printing */
.leaflet-touch .leaflet-control-attribution,
 
.leaflet-touch .leaflet-control-layers,
@media print {
.leaflet-touch .leaflet-bar {
/* Prevent printers from removing background-images of controls. */
box-shadow: none;
.leaflet-control {
}
-webkit-print-color-adjust: exact;
.leaflet-touch .leaflet-control-layers,
print-color-adjust: exact;
.leaflet-touch .leaflet-bar {
}
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
}
}


/* Темная тема */
 
@media screen {
/* popup */
html.skin-theme-clientpref-night .last-update-header {
 
background-color: #171619;
.leaflet-popup {
        background-image: url(/resources/css/grunge.png);
position: absolute;
        border: 1px solid #162f4d;
text-align: center;
padding: 10px;
margin-bottom: 20px;
font-weight: 600;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
}
html.skin-theme-clientpref-night .last-update-body {
.leaflet-popup-content {
border: 1px solid #162f4d;
margin: 13px 24px 13px 20px;
border-top: 0px;
line-height: 1.3;
padding: 5px 10px;
font-size: 13px;
height: 220px;
font-size: 1.08333em;
}
min-height: 1px;
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 body {
background-color: #101418;
}
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;


html.skin-theme-clientpref-night .infobox {
-webkit-transform: rotate(45deg);
    width: 100%;
  -moz-transform: rotate(45deg);
    max-width: 350px;
    -ms-transform: rotate(45deg);
    box-sizing: border-box;
        transform: rotate(45deg);
    background: #101619;
}
    border: 1px solid #131918;
.leaflet-popup-content-wrapper,
    padding: 1.5rem;
.leaflet-popup-tip {
    height: fit-content;
background: white;
    float: right;
color: #333;
    margin: 0 0 2rem 2rem;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
}
html.skin-theme-clientpref-night .Drops {
.leaflet-container a.leaflet-popup-close-button {
    padding: 10px !important;
position: absolute;
    margin-top: 2rem !important;
top: 0;
    color: var(--color-progressive) !important;
right: 0;
    border-bottom: 1px solid var(--color-progressive) !important;
border: none;
    min-width: 150px;
text-align: center;
}
width: 24px;
html.skin-theme-clientpref-night .Applied {
height: 24px;
background-color:#13b4a7;
font: 16px/24px Tahoma, Verdana, sans-serif;
}
color: #757575;
html.skin-theme-clientpref-night .Video {
text-decoration: none;
background-color:#1b71b7;
background: transparent;
}
}
html.skin-theme-clientpref-night .Craft {
.leaflet-container a.leaflet-popup-close-button:hover,
background-color:#a3a634;
.leaflet-container a.leaflet-popup-close-button:focus {
}
color: #585858;
html.skin-theme-clientpref-night .itemepic a {
}
    color: #b662f5 !important;
.leaflet-popup-scrolled {
}
overflow: auto;
html.skin-theme-clientpref-night .itemfine a {
}
    color: #4ef62c !important;
 
}
.leaflet-oldie .leaflet-popup-content-wrapper {
html.skin-theme-clientpref-night .itemsuperior a {
-ms-zoom: 1;
    color: #64a9ff !important;
}
}
.leaflet-oldie .leaflet-popup-tip {
html.skin-theme-clientpref-night span.itemepic {
width: 24px;
    color: #b662f5 !important;
margin: 0 auto;
}
 
html.skin-theme-clientpref-night span.itemfine {
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    color: #4ef62c !important;
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
}
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;
}
}


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


/* Автоматический режим */
@media screen and (prefers-color-scheme: dark) {


html.skin-theme-clientpref-os .last-update-header {
/* div icon */
background-color: #171619;
 
        background-image: url(/resources/css/grunge.png);
.leaflet-div-icon {
        border: 1px solid #162f4d;
background: #fff;
padding: 10px;
border: 1px solid #666;
font-weight: 600;
}
html.skin-theme-clientpref-os .last-update-body {
border: 1px solid #162f4d;
border-top: 0px;
padding: 5px 10px;
height: 220px;
}
}
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 body {
background-color: #101418;
}
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 {
/* Tooltip */
    padding: 10px !important;
/* Base styles for the element that has a tooltip */
    margin-top: 2rem !important;
.leaflet-tooltip {
    color: var(--color-progressive) !important;
position: absolute;
    border-bottom: 1px solid var(--color-progressive) !important;
padding: 6px;
    min-width: 150px;
background-color: #fff;
}
border: 1px solid #fff;
html.skin-theme-clientpref-os .Applied {
border-radius: 3px;
background-color:#13b4a7;
color: #222;
}
white-space: nowrap;
html.skin-theme-clientpref-os .Applied {
-webkit-user-select: none;
background-color:#1b71b7;
-moz-user-select: none;
}
-ms-user-select: none;
html.skin-theme-clientpref-os .Video {
user-select: none;
background-color:#1b71b7;
pointer-events: none;
}
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
html.skin-theme-clientpref-os .Craft {
}
background-color:#a3a634;
.leaflet-tooltip.leaflet-interactive {
}
cursor: pointer;
html.skin-theme-clientpref-os .itemepic a {
pointer-events: auto;
    color: #b662f5 !important;
}
.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;
}
}
html.skin-theme-clientpref-os .itemfine a {
.leaflet-tooltip-top {
    color: #4ef62c !important;
margin-top: -6px;
}
}
html.skin-theme-clientpref-os .itemsuperior a {
.leaflet-tooltip-bottom:before,
    color: #64a9ff !important;
.leaflet-tooltip-top:before {
}
left: 50%;
html.skin-theme-clientpref-os span.itemepic {
margin-left: -6px;
    color: #b662f5 !important;
}
.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;
}
}
html.skin-theme-clientpref-os span.itemfine {
.leaflet-tooltip-right {
    color: #4ef62c !important;
margin-left: 6px;
}
}
html.skin-theme-clientpref-os span.itemsuperior {
.leaflet-tooltip-left:before,
    color: #64a9ff !important;
.leaflet-tooltip-right:before {
}
top: 50%;
html.skin-theme-clientpref-os .embedvideo.frame {
margin-top: -6px;
    border: 1pt solid #212836;
}
    padding: 0.5em;
.leaflet-tooltip-left:before {
}
right: 0;
html.skin-theme-clientpref-night li.gallerybox div.thumb {
margin-right: -12px;
    background-color: #101619;
border-left-color: #fff;
    border: 1px solid #131918;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}
 
/* 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;
.infobox {
color: #ffffff;
    width: 100%;
background-image: url("/images/7/74/ON-icon-store-Storm_Atronach_Crown_Crate.png");
    max-width: 350px;
background-size: 40px;
    box-sizing: border-box;
font-size: 15px;
    background: #eaecf0;
border-color: #162f4d;
    border: 1px solid #ECE6E7;
padding-left: 55px;
    padding: 1.5rem;
min-height: 40px;
    height: fit-content;
    float: right;
    margin: 0 0 2rem 2rem;
}
}
.infobox-overview {
html.skin-theme-clientpref-night .mw-parser-output .note-RageboundCrate {
    width: 100%;
background-color: #3d425a;
    max-width: 350px;
color: #ffffff;
    box-sizing: border-box;
background-image: url("/images/9/9f/ON-icon-store-Ragebound_Crate.png");
    background: #eaecf0;
background-size: 40px;
    border: 1px solid #ECE6E7;
font-size: 15px;
    padding: 1.5rem;
border-color: #162f4d;
    height: fit-content;
padding-left: 55px;
    float: right;
min-height: 40px;
    margin: 0 0 2rem 2rem;
}
}
 
html.skin-theme-clientpref-night .mw-parser-output .note-CarnavalCrate {
.infobox-section {
background-color: #3d425a;
margin-bottom: 1.5rem;
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;
}
}
.infobox-section:last-child {
html.skin-theme-clientpref-night .mw-parser-output .note-WildHuntCrate {
margin-bottom: 0;
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;
}
}
.infobox-row {
html.skin-theme-clientpref-night .Drops {
display: flex;
    padding: 10px !important;
align-items: flex-start;
    margin-top: 2rem !important;
justify-content: space-between;
    color: var(--color-progressive) !important;
gap: 5px;
    border-bottom: 1px solid var(--color-progressive) !important;
position: relative;
    min-width: 150px;
padding: 0.5rem 0;
}
html.skin-theme-clientpref-night .Applied {
background-color:#13b4a7;
}
}
.infobox-row::after  {
html.skin-theme-clientpref-night .Video {
content: '';
background-color:#1b71b7;
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: var(--color-progressive);
opacity: 0.1;
}
}
.infobox-row:last-child::after {
html.skin-theme-clientpref-night .Craft {
display: none;
background-color:#a3a634;
}
}
.infobox-row-nested {
html.skin-theme-clientpref-night .itemepic a {
display: flex;
    color: #b662f5 !important;
align-items: flex-start;
justify-content: space-between;
gap: 5px;
position: relative;
padding: 0.2rem 0;
}
}
.infobox-row--no-flex {
html.skin-theme-clientpref-night .itemfine a {
display: block;
    color: #4ef62c !important;
}
}
.infobox-row--overflow-x {
html.skin-theme-clientpref-night .itemsuperior a {
overflow-x: auto;
    color: #64a9ff !important;
}
}
.infobox-row--wrap {
html.skin-theme-clientpref-night span.itemepic {
flex-wrap: wrap;
    color: #b662f5 !important;
}
}
.infobox-title {
html.skin-theme-clientpref-night span.itemfine {
display: flex;
    color: #4ef62c !important;
align-items: center;
position: relative;
font-size: 1.2em;
font-weight: 600;
justify-content: left;
color: var(--color-progressive);
}
}
.infobox-title::after  {
html.skin-theme-clientpref-night span.itemsuperior {
opacity: 0.3;
    color: #64a9ff !important;
}
}
.infobox-title--icon {
html.skin-theme-clientpref-night .embedvideo.frame {
font-size: 0.875em;
    border: 1pt solid #212836;
    padding: 0.5em;
}
}
.infobox-overview-title {
display: flex;
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);
 
/* Автоматический режим */
@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;
}
}
.infobox-label.smw-highlighter {
    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 {
border-bottom: 1px dotted var(--color-subtle);
          background: transparent;
}
}
.infobox-value {
 
color: var(--color-base);
html.skin-theme-clientpref-os .Drops {
text-align: right;
    padding: 10px !important;
}
    margin-top: 2rem !important;
.infobox-quest--list--chapter {
    color: var(--color-progressive) !important;
overflow-x: auto;
    border-bottom: 1px solid var(--color-progressive) !important;
white-space: nowrap;
    min-width: 150px;
}
}
.overview_box {
html.skin-theme-clientpref-os .Applied {
justify-content: space-between;
background-color:#13b4a7;
gap: 10px 20px;
}
align-items: start;
html.skin-theme-clientpref-os .Applied {
}
background-color:#1b71b7;
.overview_block {
}
display: grid;
html.skin-theme-clientpref-os .Video {
     grid-template-columns: 96px auto;
background-color:#1b71b7;
     grid-template-rows: auto auto;
}
     align-content: start;
html.skin-theme-clientpref-os .Craft {
     grid-column: 1 / 2;
background-color:#a3a634;
grid-row: auto;
}
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-card__badge, .mw-parser-output .home-card__label {
    color: var(--color-subtle);
    font-size: var(--font-size-small);
    letter-spacing: 0.05em;
}
.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;
}
}
}