MediaWiki:Common.css: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
No edit summary
 
(177 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* --- CUSTOM FONT --- */
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:UITest.css");
 
/* ------ CUSTOM FONT ------ */


@font-face {
@font-face {
font-family: 'Idleon';
font-family: 'Idleon';
src: url('https://idleon.info/wiki/resources/assets/Idleon.ttf') format('truetype');
src: url('https://idleon.wiki/wiki/resources/assets/Idleon.woff2') format('woff2'),
        url('https://idleon.wiki/wiki/resources/assets/Idleon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
}


/* --- CSS VARIABLES --- */
/* ------ CSS VARIABLES ------ */


:root {
:root {
--main-bg-color: #D5D7DA;
--box-shadow: rgb(0 0 0 / 15%) 0 0 8px;
--main-border-color: #999;
--highlight-progressive: rgb(51 102 204 / 25%);
--main-box-shadow: 0 0 10px rgba(63, 91, 105, .25);
--main-link-color: #054ec6;
--main-link-color-hover: #083f99;
--element-bg-color: #EFF0F0;
--element-bg-color-light: #E5E6E6;
--element-border-color: #9F9F9F;
--element-border-color-light: #ADADAD;
--element-box-shadow: 0 0 10px rgba(63, 91, 105, .15);
--accent-color-light: #D6C2DB;
--accent-color-medium: #B17FBD;
--accent-color-dark: #713C90;
}
}


:root {
color-scheme: light;
    --base-0: #EAECF0;
    --base-1: #f3f5f7;
    --base-2: #ffffff;
    --sidebar-base: rgb(243 245 247 / 85%);
--contrast-1: #000;
--contrast-2: #a0a9bb;
--contrast-3: #c3ccd5;
    --accent-0: #c25fd3;
    --accent-1: #d38bdf;
    --accent-2: rgb(194 117 219 / 50%);
    --accent-3: rgb(194 117 219 / 25%);
    --rankstar-1: #E15F25;
    --rankstar-2: #848482;
    --rankstar-3: #996515;
    --rankstar-4: #00b7eb;
    --rankstar-5: #cf1020;
    --link: #36c;
    --link-hover: #447ff5;
    --link-new: #d33;
    --highlight-accent: rgb(190 128 211 / 8%);
    --highlight-contrast: rgb(195 204 213 / 18%);
    --modal-overlay: rgb(255 255 255 / 75%);
    --page-background: var(--base-0) url(https://idleon.info/wiki/images/9/9f/Background_Beach.png) no-repeat center center / cover fixed;
    --filter: none;
    --filter-ace: none;
    --filter-codemirror: none;
    --filter-link-th: brightness(0.75) saturate(1.5);
    --toggle-style-icon: url(https://idleon.wiki/wiki/images/0/0f/Darkmode-Icon.png);
   
    /* Messagebox Variables */
    --messagebox-warn-background-color: #FFCFC6;
    --messagebox-warn-border-color: red;
    --messagebox-warn-color: black;
}


/* --- DARK MODE --- */
:root.client-darkmode {
 
color-scheme: dark;
.client-dark-mode {
    --base-0: #101016;
--element-bg-color: #ddd;
    --base-1: #191924;
--element-bg-color-light: #d9dada;
    --base-2: #222230;
}
    --sidebar-base: rgb(25 26 36 / 50%);
/* -- Override prepended symbols -- */
--contrast-1: #fff;
.client-dark-mode .darkmode-link:before {
--contrast-2: #707099;
     content: '';
--contrast-3: #434360;
}
    --accent-0: #74328f;
.darkmode-link:before {
    --accent-1: #8c3c9a;
     content: '';
    --accent-2: rgb(140 60 154 / 50%);
    --accent-3: rgb(140 60 154 / 25%);
    --rankstar-1: #ff9f00;
    --rankstar-2: #b2beb5;
    --rankstar-3: #ffdf00;
    --rankstar-4: #00DBFF;
    --rankstar-5: #ff355e;
    --link: #4d88fe;
    --link-hover: #6da0ff;
    --link-new: #ff4033;
    --box-shadow: rgb(0 0 0 / 15%) 0 0 8px;
    --highlight-accent: rgb(140 60 154 / 8%);
    --highlight-contrast: rgb(67 67 96 / 18%);
    --modal-overlay: rgb(0 0 0 / 75%);
    --page-background: var(--base-0) url(https://idleon.info/wiki/images/2/24/NightDesertBG.png) no-repeat center center / cover fixed;
    --filter: invert(1) hue-rotate(180deg);
    --filter-ace: invert(1) hue-rotate(170deg) saturate(3);
    --filter-codemirror: invert(1) hue-rotate(180deg) saturate(2);
    --filter-link-th: brightness(1.25) saturate(1.5);
     --toggle-style-icon: url(https://idleon.wiki/wiki/images/6/60/Lightmode-Icon.png);
   
    /* Messagebox Variables */
    --messagebox-warn-background-color: #440909;
    --messagebox-warn-border-color: #FF0000;
     --messagebox-warn-color: #FFFFFF;
}
}


/* --------- GLOBAL STYLES --------- */
/* ------ GLOBAL STYLES ------ */


* {
body {
box-sizing: border-box;
color: var(--contrast-1);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
}


.pixelfont,
.mw-body h1,
.mw-body h1,
.mw-body h2,
.mw-body h2,
Line 51: Line 105:
.mw-body h4,
.mw-body h4,
.mw-body h5,
.mw-body h5,
.Infobox .Header {
.mw-body h6,
font-family: 'Idleon'
.pixelfont {
font-family: 'Idleon';
font-weight: normal;
color: var(--contrast-1);
}
 
.mw-body h1 {
    font-size: 2rem;
}
.mw-body h2,
.vector-body h1 {
    font-size: 1.715rem;
}
.mw-body h3,
.vector-body h2 {
    font-size: 1.5rem;
}
.mw-body h4,
.vector-body h3 {
    font-size: 1.35rem;
}
.mw-body h5,
.vector-body h4 {
    font-size: 1.1875rem;
}
.mw-body h6,
.vector-body h5 {
    font-size: 1rem;
}
.vector-body h6 {
    font-size: .875rem;
}
}


a,
a:visited,
.mw-body a,
.mw-body a,
.mw-body a:visited,
.mw-body a:visited,
Line 60: Line 146:
.mw-portlet-body a:visited,
.mw-portlet-body a:visited,
.mw-parser-output a.extiw,
.mw-parser-output a.extiw,
.mw-parser-output a.extiw:active,
.mw-parser-output a.extiw:visited,
.mw-parser-output a.extiw:visited,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external:visited,
.mw-parser-output a.external:visited {
.client-dark-mode a,
color: var(--link);
.client-dark-mode #mw-panel .portal .body li a,
.client-dark-mode .toctogglelabel,
.client-dark-mode .mw-parser-output a.external,
.client-dark-mode .mw-parser-output a.extiw,
.client-dark-mode .mw-parser-output a.extiw:active {
color: var(--main-link-color);
}
}


a:hover,
a:active,
a:visited:hover,
.mw-body a:hover,
.mw-body a:hover,
.mw-body a:active,
.mw-body a:visited:hover,
.mw-body a:visited:hover,
.mw-portlet-body a:hover,
.mw-portlet-body a:hover,
.mw-portlet-body a:active,
.mw-portlet-body a:visited:hover,
.mw-portlet-body a:visited:hover,
.mw-parser-output a.extiw:hover,
.mw-parser-output a.extiw:hover,
.mw-parser-output a.extiw:active:hover,
.mw-parser-output a.extiw:active,
.mw-parser-output a.extiw:visited:hover,
.mw-parser-output a.external:hover,
.mw-parser-output a.external:hover,
.mw-parser-output a.extiw:visited:hover,
.mw-parser-output a.external:active,
.mw-parser-output a.external:visited:hover {
.mw-parser-output a.external:visited:hover {
color: var(--main-link-color-hover);
color: var(--link-hover);
}
}


.mw-body a.new,
a.new,
.mw-body .new a,
.new a,
.mw-body a.new:visited,
a.new:hover,
.mw-body .new a:visited {
.new a:hover {
color: #dd3333
color: var(--link-new) !important;
}
}


.mw-body a.new:hover,
a.mw-selflink.selflink {
.mw-body .new a:hover,
    color: inherit;
.mw-body a.new:visited:hover,
.mw-body .new a:visited:hover {
color: #bd2020
}
}


a.mw-selflink.selflink {
hr {  
    color: inherit;
border-color: var(--accent-2);  
}
}


Line 106: Line 188:
background: transparent;
background: transparent;
}
}


/* --- IMAGES --- */
/* --- IMAGES --- */
Line 132: Line 213:
}
}


.thumbinner {
    background: var(--base-2);
    border-color: var(--contrast-3);
}
.thumbinner .thumbimage, .thumbborder{
    border-color: var(--contrast-3);
}
div.magnify a {
    filter: var(--filter);
}
.darkmode-icon {
background-image: var(--toggle-style-icon);
background-repeat: no-repeat;
background-size: 20px 20px;
}


/* --- ALIGNMENT --- */
/* --- ALIGNMENT --- */
Line 162: Line 260:
}
}


/* ------ TABLES ------ */
table:not([class]) {
background: transparent;
}
th {
text-align: unset;
}
.wikitable,
.mw_metadata,
.mw-datatable,
.dataTable,
.cargoTable,
.statstable {
    background: var(--base-2);
    border: 1px solid var(--accent-1);
    border-radius: 3px;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: var(--box-shadow);
    color: var(--contrast-1);
    padding: 0;
    position: relative;
}
.wikitable tr,
.mw_metadata tr,
.mw-datatable tr,
.dataTable tr,
.cargoTable tr,
.statstable tr {
    background: transparent;
}
.wikitable tr th,
.mw_metadata tr th,
.mw-datatable tr th,
.dataTable tr th,
.cargoTable tr th,
.statstable tr th{
background: var(--accent-1);
    border: 0 solid var(--accent-0);
    border-width: 0 0 1px;
    white-space: nowrap;
}
.wikitable > tr > th,
.wikitable > * > tr > th {
text-align: left;
}
.wikitable tr th a.mw-collapsible-text,
.mw_metadata tr th a.mw-collapsible-text,
.mw-datatable tr th a.mw-collapsible-text,
.dataTable tr th a.mw-collapsible-text,
.cargoTable tr th a.mw-collapsible-text {
    filter: var(--filter-link-th);
}
.wikitable tr th a:not(:has(img)) {
    filter: var(--filter-link-th);
}
.wikitable tr td,
.mw_metadata tr td,
.mw-datatable tr td,
.dataTable tr td,
.cargoTable tr td,
.statstable tr td {
    background: transparent;
    border: 0 solid var(--accent-3);
    border-width: 0 0 1px;
}
table > *:last-child > tr:last-child th,
table > *:last-child > tr:last-child td {
    border-bottom: 0;
}
.mw_metadata tr:nth-child(odd),
.mw-datatable tr:nth-child(odd),
.dataTable tr:nth-child(odd),
.cargoTable tr:nth-child(odd),
.alterrows tr:nth-child(odd),
body table.cargoTable.noMerge tr:nth-child(odd),
body table.dataTable.stripe tbody tr.odd,
body table.dataTable.display tbody tr.odd {
background: transparent;
}
.mw_metadata tr:nth-child(even),
.mw-datatable tr:nth-child(even),
.dataTable tr:nth-child(even),
.cargoTable tr:nth-child(even),
.alterrows tr:nth-child(even),
body table.cargoTable.noMerge tr:nth-child(even),
body table.dataTable.stripe tbody tr.even,
body table.dataTable.display tbody tr.even,
.statstable > * > tr.tux-statstable-even {
background: var(--highlight-contrast);
}
.wikitable tr:hover > td,
.mw_metadata tr:hover > td,
.mw-datatable tr:hover > td,
.dataTable tr:hover > td,
.cargoTable tr:hover > td,
.statstable tr:hover {
    background: var(--highlight-accent);
}
.nohoverhighlight tr:hover td {
background: transparent;
}
.wikitablecellborders tr td,
.wikitablecellborders tr th {
border-right: 1px solid var(--accent-3)
}
.content-table caption,
caption.nowrap {
white-space: nowrap;
}
/* --- COLLAPSIBLE TABLES --- */
.wikitable .mw-collapsible-toggle-default:before {
    padding-left: .1em;
}
.wikitable.mw-collapsed {
    border-collapse: collapse;
    border: 0;
    overflow: hidden;
}
/* --- RESPONSIVE TABLES --- */
.content-table-wrapper:not(.overflowed) .content-table-scrollbar {
display: none;
}
.content-table-wrapper:not(.overflowed) .content-table-left,
.content-table-wrapper:not(.overflowed) .content-table-right {
height: auto !important
}
.scroll-left.overflowed .content-table-left,
.scroll-right.overflowed .content-table-right{
    box-shadow: var(--box-shadow) 3px;
    border-color: var(--accent-2);
}
.content-table-wrapper.overflowed:has(.mw-collapsed) .content-table-left,
.content-table-wrapper.overflowed:has(.mw-collapsed) .content-table-right {
    display: none;
}
.content-table-wrapper.overflowed:has(.mw-collapsed) .content-table {
    overflow: hidden;
}
/* --- CARGO TABLES --- */
#content .cargoDynamicTable.dataTable thead th,
#content .cargoDynamicTable.dataTable thead td {
    border-bottom: 1px solid var(--accent-0);
}
#content .cargoDynamicTable.dataTable.row-border tbody th,
#content .cargoDynamicTable.dataTable.row-border tbody td,
#content .cargoDynamicTable.dataTable.display tbody th,
#content .cargoDynamicTable.dataTable.display tbody td {
    border-top: 0;
}
#content .cargoDynamicTable.dataTable tfoot th,
#content .cargoDynamicTable.dataTable tfoot td {
    border: 0;
}
#content table.dataTable.display tbody tr.odd > .sorting_1,
#content table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
#content table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background: var(--highlight-contrast);
}
#content table.dataTable.display tbody tr:hover > .sorting_1,
#content table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background: var(--accent-3);
}
#content .dataTables_wrapper .dataTables_length,
#content .dataTables_wrapper .dataTables_filter,
#content .dataTables_wrapper .dataTables_info,
#content .dataTables_wrapper .dataTables_processing,
#content .dataTables_wrapper .dataTables_paginate {
    color: var(--contrast-1);
    margin-bottom: .3em;
}
#content .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--link) !important;
    border: none;
}
#content .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#content .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: var(--link-hover) !important;
    background: none;
}
#content .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#content .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: var(--contrast-1) !important;
    background: none;
    font-weight: bold;
}
#content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
#content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: var(--contrast-2) !important;
}
/* --- SORTABLE TABLES --- */
.jquery-tablesorter th.headerSort,
table.dataTable thead .sorting,
.jquery-tablesorter th.headerSortUp,
table.dataTable thead .sorting_asc,
.jquery-tablesorter th.headerSortDown,
table.dataTable thead .sorting_desc {
background-image: none;
    position: relative;
    padding-right: 0.5em;
    padding-left: 21px;
}
.jquery-tablesorter th.headerSort:after,
table.dataTable thead .sorting:after,
.jquery-tablesorter th.headerSortUp:after,
table.dataTable thead .sorting_asc:after,
.jquery-tablesorter th.headerSortDown:after,
table.dataTable thead .sorting_desc:after {
    display:inline-block;
    content: "";
    width:21px;
    height:9px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: var(--filter);
}
table.dataTable thead .sorting:after,
.jquery-tablesorter th.headerSort:after {
background: url(/wiki/resources/src/jquery.tablesorter.styles/images/sort_both.svg) no-repeat center center;
}
.jquery-tablesorter th.headerSortUp:after,
table.dataTable thead .sorting_asc:after {
background: url(/wiki/resources/src/jquery.tablesorter.styles/images/sort_up.svg) no-repeat center center;
}
.jquery-tablesorter th.headerSortDown:after,
table.dataTable thead .sorting_desc:after {
background: url(/wiki/resources/src/jquery.tablesorter.styles/images/sort_down.svg) no-repeat center center;
}
/* --- STATS TABLE --- */
.statstable tr th {
    font-weight: bold;
    letter-spacing: unset;
}
.statstable > * > tr.tux-statstable-even > td {
    background: unset;
}
.statstable > * > tr:hover > td {
    filter: none;
}
.statstable tr td[style^="background"] {
    background: var(--highlight-progressive) !important;
}
.statstable > * > tr > td[data-sort-value='0.00000'][style^="background"] {
    background: transparent !important;
}
/* --- STICKY TABLE HEADER --- */
.stickyHeader.jquery-tablesorter th.headerSort,
.stickyHeader th {
position: sticky;
top: 0;
z-index:100;
}
.content-table-wrapper.overflowed .stickyHeader.jquery-tablesorter th.headerSort,
.content-table-wrapper.overflowed .stickyHeader th {
    position: relative;
    height: unset !important;
}
/* --- CENTER COLUMN TABLE --- */
.CenterColumn1Image tr td:nth-child(1) img {
display: block;
margin: 0 auto;
max-height: 50px;
width: auto;
}
.CenterColumn2Image tr td:nth-child(1) img {
display: block;
margin: 0 auto;
}
.CenterColumn1Image tr td.drop-separator:nth-child(1) img {
display: inline-block;
}
/* --- WORLD TABLES --- */
.worldtable{width:70%;}
.worldtable th:nth-child(1){width:10%;}
.worldtable th:nth-child(2){width:35%;}
.worldtable th:nth-child(3){width:55%;}
.worldtable td:first-of-type{ text-align:center;}
/* --- FIRSTIMAGE TABLES (BOSS, NPC, BUILDING) --- */
.FirstImage {
width: 100%;
}
.FirstImage td:first-of-type {
width: 12%;
min-width: 100px;
}
.FirstImage td:first-of-type img {
max-height: 100px;
height: auto;
width: auto;
margin: 0 auto;
display: block;
}
/* --- TOC --- */


/* --- TOGGLES (remove?) --- */
.toc {
padding: 0;
border-radius: 3px;
background: var(--base-2);
border: 1px solid var(--contrast-3);
box-shadow: var(--box-shadow);
margin: 0 0 1em;
}


/* .mw-collapsed {
.toc .toctitle {
min-width: 65%;
padding: .5em 1em;
} */
}


.toc > ul,
.toc .tocUl {
padding: .3em 1em;
margin: 0;
border-top: 1px solid var(--contrast-3);
}
.toc .toctitle {
text-align: left;
border: none;
}
.toggleNode {
position: relative;
float: right;
left: unset;
color: var(--contrast-2);
}
.tocnumber {
display: none;
}
.toc .toctogglelabel,
.toc .toggleSymbol {
color:var(--link);
}
.toctext {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* --------- MAINPAGE --------- */
/* --------- MAINPAGE --------- */
Line 177: Line 665:


.mainpage-left {
.mainpage-left {
max-width: calc(100% - 260px);
max-width: calc(100% - 270px);
}
 
.mainpage-right .portable-infobox {
float: none;
}
}


.mainpage-container {
.mainpage-container {
border: 1px solid var(--element-border-color);
border: 1px solid var(--accent-1);
background: var(--element-bg-color);
background: var(--base-2);
margin: 0 0 1em;
margin: 0 0 1em;
padding: .5em .8em 0;
padding: .5em .8em 0;
box-shadow: var(--element-box-shadow);
box-shadow: var(--box-shadow);
border-radius: 5px;
border-radius: 3px;
}
}


.mainpage-container h3 {
.mainpage-container h3 {
font-size: 1.4em;
font-size: 1.35rem;
margin: 0 0 .4em;
margin: 0 0 .4em;
padding: 0;
}
}


Line 202: Line 695:
}
}
}
}


/* --- MAINPAGE FEATURES + BESTIARY --- */
/* --- MAINPAGE FEATURES + BESTIARY --- */
Line 210: Line 702:
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
width: calc(100% + 1em);
width: calc(100% + 1em);
transition: all 0.2s ease;
}
}


.mainpage-features .tile-halves {
.tile-halves {
display: flex;
display: flex;
flex: 1 1 auto;
flex: 1 1 auto;
Line 219: Line 712:
overflow: hidden;
overflow: hidden;
margin-bottom: 1em;
margin-bottom: 1em;
background: var(--accent-color-light);
background: var(--accent-3);
border-radius: 3px;
border-radius: 3px;
}
}


.mainpage-features .tile-halves:hover {
.tile-halves:hover {
background: var(--accent-color-dark);
background: var(--accent-2);
}
}


.mainpage-features .tile-halves a {
.tile-halves a,
color: #000;
.tile-halves:hover a {
color:var(--contrast-1);
}
}


.mainpage-features .tile-halves:hover a {
.tile-halves h3 {
color: #fff;
}
 
.mainpage-features .tile-halves h3 {
font-size: 1em;
font-size: 1em;
font-weight: 700;
font-weight: 700;
font-family: inherit;
font-family: inherit;
margin: 0;
margin: 0;
padding: 0;
width: 100%;
}
}


.mainpage-features .tile-top {
.tile-top,
.tile-top-best {
height: 6.5em;
height: 6.5em;
position: relative;
position: relative;
display: block;
}
}


.mainpage-features .tile-top-best {
.tile-top-best {
height: 8rem;
height: 8rem;
position: relative;
}
}


.mainpage-features .tile-top.tile-image,
.tile-image a,
.tile-top-best.tile-image-best {
.tile-image-best a {
display: flex;
display: flex;
align-items: center;
overflow: hidden;
overflow: hidden;
padding: 0;
height: 100%;
max-height: 60em;
width: 100%;
background-color: var(--element-bg-color);
}
}


.tile-top-best.tile-image-best {
.tile-image-best a {
align-items: flex-end;
align-items: flex-end;
padding-bottom: 5px;
}
}


.tile-top.tile-image a,
.tile-image img {
.tile-top-best.tile-image-best a {
height: 100% !important;
width: 100%;
width: 100%;
object-fit: cover;
}
}


.tile-top.tile-image img {
.tile-image-best img {
width: 100%;
margin: 0 auto 5px;
object-fit: cover;
display: block;
}
 
.tile-image-best:has(img[src$="png"]) a {
    height: 100%;
}
 
.tile-image-best:has(img[src$="png"]) img {
    margin-bottom: 0;
    height: 100% !important;
    object-fit: cover;
}
}


.tile-top-best.tile-image-best img {
.tile-halves img {
margin: auto;
    transition: 0.2s ease-out;
display: block;
}
}


.tile-bottom,
.tile-halves:hover img {
.tile-bottom-best {
    transform: scale(1.1);
width: 100%;
padding: 0;
}
}


.tile-bottom.link-button {
.tile-bottom {
align-content: flex-end;
width: 100%;
padding: 0;
padding: 0;
background: var(--accent-2);
flex-grow: 1;
display: flex;
    align-content: flex-end;
    justify-content: center;
}
}


.tile-bottom.link-button a {
.tile-halves .tile-bottom a {
display: block;
display: block;
text-align: center;
text-align: center;
text-decoration: none;
text-decoration: none;
padding: .35em 0;
padding: .35em 0;
}
.tile-halves:hover .tile-bottom {
background: var(--accent-1);
}
.tile-halves .tile-bottom a,
.tile-halves .tile-bottom a:hover {
color: var(--contrast-1);
}
}


Line 305: Line 817:
width: calc(100% + 0.3em);
width: calc(100% + 0.3em);
}
}
.mainpage-features .tile-halves {
.tile-halves {
margin-right: 0.5em;
margin-right: 0.5em;
margin-bottom: 0.5em;
margin-bottom: 0.5em;
Line 354: Line 866:


.mainpage-items li img {
.mainpage-items li img {
width:36px;
width: 36px;
}
 
.mainpage-items li *,
.mainpage-skills li * {
    transition: 0.2s ease;
}
}


Line 360: Line 877:
.mainpage-skills li:hover img {
.mainpage-skills li:hover img {
transform: scale(1.2);
transform: scale(1.2);
transition: 0.2s ease-out;
}
}


Line 373: Line 889:
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
background-color: var(--accent-2);
}
}


Line 380: Line 897:
display: flex;
display: flex;
align-items: center;
align-items: center;
color: #000;
color: var(--contrast-1);
font-size: 1.1em;
font-size: 1.1em;
font-weight: 700;
font-weight: 700;
padding-left: 0.7em;
padding-left: 0.5em;
text-decoration: none;
text-decoration: none;
}
}
Line 394: Line 911:
.mainpage-items li:hover a:last-child,
.mainpage-items li:hover a:last-child,
.mainpage-skills li:hover a:last-child {
.mainpage-skills li:hover a:last-child {
color: #fff;
color: var(--contrast-1);
border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
background-color: var(--accent-3);
 
.mainpage-items li a:first-child,
.mainpage-skills li a:first-child {
background-color: var(--accent-color-light);
}
 
.mainpage-items li:hover a:last-child,
.mainpage-skills li:hover a:last-child {
background-color: var(--accent-color-dark);
}
}


Line 422: Line 930:
.mainpage-skills li a:last-child,
.mainpage-skills li a:last-child,
.mainpage-items li a:last-child {
.mainpage-items li a:last-child {
font-size: .9em;
font-size: 1em;
}
}
}
}


/* --- MAIN PAGE SKILL COLORS --- */
/* --- MAIN PAGE SKILL COLORS --- */


.mainpage-skills .skill-Mining a:first-child {
.mainpage-skills .skill-Mining {
background-color: #d2b244;
    --accent-2: #d2b244;
    --accent-3: rgb(210 178 68 / 50%);
}
}
.mainpage-skills .skill-Mining:hover a:last-child {
 
background-color: #b69213;
.mainpage-skills .skill-Choppin {
    --accent-2: #748d36;
    --accent-3: rgb(116 141 54 / 50%);
}
}


.mainpage-skills .skill-Choppin a:first-child {
.mainpage-skills .skill-Smithing {
background-color: #748d36;
    --accent-2: #878787;
    --accent-3: rgb(135 135 135 / 50%);
}
}
.mainpage-skills .skill-Choppin:hover a:last-child {
 
background-color: #4c6215;
.mainpage-skills .skill-Fishing {
    --accent-2: #3e8e9a;
    --accent-3: rgb(62 142 154 / 50%);
}
}


.mainpage-skills .skill-Smithing a:first-child {
.mainpage-skills .skill-Catching {
background-color: #878787;
    --accent-2: #b9863b;
    --accent-3: rgb(185 134 59 / 50%);
}
}
.mainpage-skills .skill-Smithing:hover a:last-child {
 
background-color: #616161;
.mainpage-skills .skill-Alchemy {
    --accent-2: #6e88e8;
    --accent-3: rgb(110 136 232 / 50%);
}
}


.mainpage-skills .skill-Fishing a:first-child {
.mainpage-skills .skill-Worship {
background-color: #3e8e9a;
    --accent-2: #b769d6;
    --accent-3: rgb(183 105 214 / 50%);
}
}
.mainpage-skills .skill-Fishing:hover a:last-child {
 
background-color: #1a6671;
.mainpage-skills .skill-Construction {
    --accent-2: #e27c5d;
    --accent-3: rgb(226 124 93 / 50%);
}
}


.mainpage-skills .skill-Catching a:first-child {
.mainpage-skills .skill-Trapping {
background-color: #b9863b;
    --accent-2: #859ab3;
    --accent-3: rgb(133 154 179 / 50%);
}
}
.mainpage-skills .skill-Catching:hover a:last-child {
 
background-color: #7b5b13;
.mainpage-skills .skill-Breeding {
    --accent-2: #c99f4b;
    --accent-3: rgb(201 159 75 / 50%);
}
}


.mainpage-skills .skill-Alchemy a:first-child {
.mainpage-skills .skill-Cooking {
background-color: #6e88e8;
    --accent-2: #b55305;
    --accent-3: rgb(181 83 5 / 50%);
}
}
.mainpage-skills .skill-Alchemy:hover a:last-child {
 
background-color: #304d91;
.mainpage-skills .skill-Laboratory {
    --accent-2: #67c5df;
    --accent-3: rgb(103 197 223 / 50%);
}
}


.mainpage-skills .skill-Worship a:first-child {
.mainpage-skills .skill-Sailing {
background-color: #b769d6;
    --accent-2: #37b3e3;
    --accent-3: rgb(55 179 227 / 50%);
}
}
.mainpage-skills .skill-Worship:hover a:last-child {
 
background-color: #803a9c;
.mainpage-skills .skill-Divinity {
    --accent-2: #d9d96a;
    --accent-3: rgb(217 217 106 / 50%);
}
}


.mainpage-skills .skill-Construction a:first-child {
.mainpage-skills .skill-Gaming {
background-color: #e27c5d;
    --accent-2: #FF6B66;
}
    --accent-3: rgb(255 107 102 / 50%);
.mainpage-skills .skill-Construction:hover a:last-child {
background-color: #ab4d31;
}
}


.mainpage-skills .skill-Trapping a:first-child {
.mainpage-skills .skill-Farming {
background-color: #859ab3;
    --accent-2: #a13e00;
}
    --accent-3: rgb(161 62 0 / 50%);
.mainpage-skills .skill-Trapping:hover a:last-child {
background-color: #476588;
}
}


.mainpage-skills .skill-Breeding a:first-child {  
.mainpage-skills .skill-Sneaking {
background-color: #c99f4b;  
    --accent-2: #adfeff;
}
    --accent-3: rgb(173 254 255 / 50%);
.mainpage-skills .skill-Breeding:hover a:last-child {
background-color: #d7b46e;
}
}


.mainpage-skills .skill-Cooking a:first-child {  
.mainpage-skills .skill-Summoning {
background-color: #b55305;  
    --accent-2: #f5e0ff;
}
    --accent-3: rgb(245 224 255 / 50%);
.mainpage-skills .skill-Cooking:hover a:last-child {
background-color: #d7813d;  
}
}


.mainpage-skills .skill-Laboratory a:first-child {
background-color: #67c5df;
}
.mainpage-skills .skill-Laboratory:hover a:last-child {
background-color: #34cdf7;
}
/* --- MAINPAGE EMBEDS --- */
/* --- MAINPAGE EMBEDS --- */


.twitchplayer,
.youtubeplayer {
.youtubeplayer {
position: relative;
position: relative;
Line 524: Line 1,037:
}
}


.twitchplayer iframe,
.youtubeplayer iframe {
.youtubeplayer iframe {
position: absolute;
position: absolute;
Line 536: Line 1,048:
display: block;
display: block;
margin: 0 0 1em 1em;
margin: 0 0 1em 1em;
}
#twitter-widget-0 {
    border-radius: 14px;
    max-width: 270px;
}
}


@media screen and (max-width: 550px) {
.widget-twitter {
margin: 0 0 1em;
}
#twitter-widget-0 {
    max-width: 100%;
}
}


/* --- WORLD HEADERS --- */
/* --- WORLD HEADERS --- */
Line 550: Line 1,074:
display: block;
display: block;
float: none;
float: none;
box-shadow: var(--element-box-shadow);
box-shadow: var(--box-shadow);
margin-bottom: 1em;
margin-bottom: 1em;
}
}
Line 559: Line 1,083:
object-fit: cover;
object-fit: cover;
object-position: 0;
object-position: 0;
border-radius: 5px;
border-radius: 3px;
}
}


Line 608: Line 1,132:
}
}


/* --- GENERIC FLEX LAYOUT --- */


/* --- TOC --- */
.GenericFlex {
 
flex-wrap: wrap;
.toc,
display: flex;
.client-dark-mode .toc {
justify-content: space-between;
padding: 0;
border-radius: 5px;
background: var(--element-bg-color);
border: 1px solid var(--element-border-color);
box-shadow: var(--element-box-shadow);
}
}


.toc .toctitle {
.GenericChild {
padding: .5em 1em;
display: block;
flex: 0 1 48%;
margin: 1em 0;
}
}


.toc>ul,
.ThreeCol .GenericChild {
.toc .tocUl {
flex: 0 1 32%;
padding: .3em 1em;
margin: 0;
border-top: 1px solid #ccc;
}
}


.toc .toctitle {
@media screen and (max-width: 850px) {
text-align: left;
.ThreeCol .GenericChild {
border: none;
flex: 0 1 48%;
}
}
}


.toggleNode {
@media screen and (max-width: 650px) {
position: relative;
.GenericChild,
float: right;
.ThreeCol .GenericChild {
left: unset;
flex: 1 1 100%;
}
}
}


.tocnumber {
.GenericChild h2,
display: none;
.GenericChild h3 {
margin-top: 0;
}
}


 
.GenericChild h3:after {
/* TABLES */
content: '';
 
table:not([class]),
.client-dark-mode table:not([class]) {
background: transparent;
}
 
.wikitable,
.client-dark-mode .wikitable {
background: var(--element-bg-color);
box-shadow: var(--element-box-shadow);
}
 
.wikitable>tr>th,
.wikitable>*>tr>th {
background-color: var(--accent-color-medium);
white-space: nowrap;
}
 
.wikitable tr:hover {
background: rgba(0, 0, 0, .03);
}
 
.content-table caption {
white-space: nowrap;
}
 
/* CENTER COLUMN TABLE */
 
.CenterColumn1Image tr td:nth-child(1) img {
display: block;
display: block;
margin: 0 auto;
border-bottom: solid 2px var(--accent-3);
max-height: 50px;
overflow: hidden;
width: auto;
}
}


.CenterColumn2Image tr td:nth-child(1) img {
.GenericChild .valInput {
display: block;
margin: 0 auto;
}
 
.CenterColumn1Image tr td.drop-separator:nth-child(1) img {
display: inline-block;
display: inline-block;
}
/* ----- FIRSTIMAGE TABLES (BOSS, NPC, BUILDING) ----- */
.FirstImage,
.client-dark-mode .FirstImage {
width: 100%;
background: transparent;
}
.FirstImage td:first-of-type {
width: 12%;
min-width: 100px;
}
.FirstImage td:first-of-type img {
max-height: 100px;
height: auto;
width: auto;
margin: 0 auto;
display: block;
}
/* ----- RESPONSIVE TABLES ----- */
.content-table-wrapper:not(.overflowed) .content-table-left,
.content-table-wrapper:not(.overflowed) .content-table-right {
height: auto !important
}
.content-table-wrapper:not(.overflowed) .content-table caption {
width: auto !important
}
}


Line 729: Line 1,182:


.bubble-table,
.bubble-table,
.client-dark-mode .bubble-table {
.bubble,
border: 1px solid var(--element-border-color);
.cauldInput{
border-radius: 5px;
    border-color: var(--accent-0);
background: var(--element-bg-color);
width: 100%;
margin: auto;
box-shadow: var(--element-box-shadow);
}
}


.bubble-table th,
.dashdivider {
.bubble-table td {
    border-bottom: dashed var(--accent-0);
padding: 5px 10px;
    text-align: left;
}
}


.bubble-table th.name {
.bubble-table tr:hover td,
text-align: center;
.bubble tr:hover td,
.cauldInput tr:hover td {
    background: transparent;
}
}


.bubble-table th.icon {
/* ALCH QUICK LOOK  */
padding: 0;
}


.bubble-table td img {
.bubble-table tr th:nth-of-type(1) {
width: 24px;
}
 
.bubble-table tr:first-child th:nth-child(1) {
width: 5%;
width: 5%;
border-top-left-radius: 3px;
}
}


.bubble-table tr:first-child th:nth-child(2) {
.bubble-table tr th:nth-of-type(2) {
width: 15%;
width: 15%;
}
}


.bubble-table tr:first-child th:nth-child(3) {
.bubble-table tr th:nth-of-type(3) {
width: 20%;
width: 20%;
}
}


.bubble-table tr:first-child th:nth-child(4) {
.bubble-table tr th:nth-of-type(4) {
width: 55%;
width: 55%;
border-top-right-radius: 3px
}
}


.orange-cauldron tr:first-child {
.bubble-table tr:nth-child(2n+3) {
background-color: #ff9420;
background: var(--accent-3);
}
}


.orange-cauldron tr:nth-child(2n+3) {
.bubble-table tr.big {
background-color: rgba(255, 148, 32, .15);
background: var(--accent-2);
}
}


.orange-cauldron tr.big {
.bubble-table .name {
background-color: rgba(255, 148, 32, .35);
text-align: left;
    font-weight: bold;
}
}
 
.bubble-table .icon {
.green-cauldron tr:first-child {
padding: 0 0 0 3px;
background-color: #47db5a;
    text-align: center;
}
}


.green-cauldron tr:nth-child(2n+3) {
.bubble-table .icon img {
background-color: rgba(71, 219, 90, .15);
width: auto;
}
}


.green-cauldron tr.big {
.bubble-table img {
background-color: rgba(71, 219, 90, .35);
width: 24px;
}
}


.purple-cauldron tr:first-child {
.bubble-table a span {
background-color: #cb79e3;
    filter: var(--filter-link-th);
}
}


.purple-cauldron tr:nth-child(2n+3) {
/* ALCH BUBBLES */
background-color: rgba(203, 121, 227, .15);
}


.purple-cauldron tr.big {
.bubble {
background-color: rgba(203, 121, 227, .35);
    text-align: center;
    margin: 0;
width: 100%;
    max-width: 450px;
}
}


.yellow-cauldron tr:first-child {
.bubble tr th {
background-color: #fad00a;
    font-weight: normal;
    text-align: center;
    white-space: normal;
}
}


.yellow-cauldron tr:nth-child(2n+3) {
.bubble tr td {
background-color: rgba(250, 208, 10, .15);
    border: 0;
}
}


.yellow-cauldron tr.big {
.bubble tr:last-of-type td {
background-color: rgba(250, 208, 10, .35);
    width: 50%;
}
}


 
.bubbleDiv h3 {
/* --- GENERIC FLEX LAYOUT --- */
margin: 0;
 
padding: 0;
.GenericFlex {
flex-wrap: wrap;
display: flex;
justify-content: space-between;
}
}


.GenericChild {
.bubbleDiv h3:after {
display: block;
display: none;
flex: 0 1 48%;
margin: 1em 0;
}
}


.ThreeCol .GenericChild {
.bubbleDiv p {
flex: 0 1 32%;
margin: 0
}
}


@media screen and (max-width: 850px) {
/* ALCH TABLE COLORS */
.ThreeCol .GenericChild {
flex: 0 1 48%;
}
}


@media screen and (max-width: 650px) {
.orange-cauldron {
.GenericChild,
    --accent-0: rgb(177 88 0 / 60%);
.ThreeCol .GenericChild {
    --accent-1: rgb(255 148 32 / 50%);
flex: 1 1 100%;
    --accent-2: rgb(255 148 32 / 35%);
}
    --accent-3: rgb(255 148 32 / 15%);
}
}


.GenericChild h2,
.green-cauldron {
.GenericChild h3 {
    --accent-0: rgb(49 147 52 / 60%);
margin-top: 0;
    --accent-1: rgb(71 219 90 / 50%);
    --accent-2: rgb(71 219 90 / 35%);
    --accent-3: rgb(71 219 90 / 15%);
}
}


.GenericChild h3:after {
.purple-cauldron {
content: '';
    --accent-0: rgb(166 97 189 / 60%);
display: block;
    --accent-1: rgb(208 89 240 / 50%);
border-bottom: solid 2px #c8ccd1;
    --accent-2: rgb(208 89 240 / 35%);
overflow: hidden;
    --accent-3: rgb(208 89 240 / 15%);
}
}


.GenericChild .valInput {
.yellow-cauldron {
display: inline-block;
    --accent-0: rgb(190 131 0 / 60%);
    --accent-1: rgb(250 208 10 / 50%);
    --accent-2: rgb(250 208 10 / 35%);
    --accent-3: rgb(250 208 10 / 15%);
}
}


/* CAULDRON CALCS */


/* --- BUBBLES --- */
.cauldInput {
 
.bubbleDiv table {
width: 100%;
width: 100%;
background: var(--element-bg-color);
    max-width: 450px;
border-radius: 5px;
border: 1px solid var(--element-border-color);
box-shadow: var(--element-box-shadow);
}
}
 
.cauldInput tr th {
.bubbleDiv .bubbleDesc td {
background: var(--accent-color-medium);
text-align: center;
text-align: center;
border-radius: 3px 3px 0 0;
padding: .5em;
}
.bubbleDiv .bubbleDesc h3 {
margin: 0;
}
.bubbleDiv .bubbleDesc h3:after {
display: none;
}
.bubbleDiv .bubbleDesc p {
margin: 0
}
.orange .bubbleDiv tr.bubbleDesc td {
background: #ff9420;
}
.green .bubbleDiv tr.bubbleDesc td {
background: #47db5a;
}
.purple .bubbleDiv tr.bubbleDesc td {
background: #cb79e3;
}
.yellow .bubbleDiv tr.bubbleDesc td {
background: #fad00a;
}
}
 
.cauldInput tr td {
.cauldInput,
border: 0;
.client-dark-mode .cauldInput {
min-width: 50%;
background: transparent;
}
}
.cauldInput td:first-child {
.cauldInput td:first-child {
text-align: right;
text-align: right;
}
.cauldInput tr td input {
    width: 100%;
    box-sizing: border-box;
}
}


Line 940: Line 1,346:


.steam-exclusive {
.steam-exclusive {
background: #a6ebe8;
background: rgb(35 179 172 / 35%);
border: 1px solid #6aafac;
border: 1px solid #6aafac;
}
}


.secret-achievement {
.secret-achievement {
     background: #ff90b6;
     background: rgb(247 89 126 / 35%);
     border: 1px solid #e56885;
     border: 1px solid #e56885;
}
}
Line 956: Line 1,362:
float: right;
float: right;
clear: right;
clear: right;
background: var(--element-bg-color);
background: var(--base-2);
border: 1px solid var(--element-border-color);
border: 1px solid var(--accent-2);
border-radius: 5px;
border-radius: 3px;
margin: 0 0 1em 1em;
margin: 0 0 1em 1em;
padding: 2px;
padding: 2px;
box-shadow: var(--element-box-shadow);
box-shadow: var(--box-shadow);
color: var(--contrast-1);
}
}


.Infobox .Header,
.Infobox .Header,
.Infobox .SubHeader {
.Infobox .SubHeader {
background: var(--accent-color-medium);
background: var(--accent-1);
text-align: center;
text-align: center;
font-weight: 700;
font-weight: 700;
Line 984: Line 1,391:
padding: 0.5em;
padding: 0.5em;
border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
font-size: 1.2em;
font: normal 1.35rem / 1.4 'Idleon';
}
}


/* Affects all the headers/dividers below the image */
/* Affects all the headers/dividers below the image */
Line 1,022: Line 1,428:


.Infobox th {
.Infobox th {
background: var(--accent-color-light);
background: var(--accent-2);
text-align: left;
text-align: left;
margin-top: 2px;
margin-top: 2px;
Line 1,073: Line 1,479:
.Infobox .dt {
.Infobox .dt {
line-height: 1.5;
line-height: 1.5;
background: var(--accent-color-light);
background: var(--accent-2);
font-weight: 700
font-weight: 700
}
}
Line 1,082: Line 1,488:
}
}


/* --- PORTABLE INFOBOX --- */


/* --- BOSS INFOBOX --- */
.portable-infobox {
--pi-background: var(--base-2);
    --pi-secondary-background: var(--accent-1);
    --pi-border-color: var(--accent-3);
background: var(--base-2);
border: 1px solid var(--accent-1);
border-radius: 3px;
box-shadow: var(--box-shadow);
font-size: .7rem;
}


.Infobox.BossInfobox .tabber__tabs {
.skin-timeless #mw-content-text .portable-infobox {
width: 100%;
    font-size: .7rem;
}
}


.Infobox.BossInfobox .tabber__tab {
.portable-infobox * {
justify-content: center;
box-sizing: border-box;
flex: 0 1 100%;
}
}


.Infobox.BossInfobox .tabber__panel {
@media screen and (max-width: 720px) {
overflow-x: hidden;
.portable-infobox {
    margin-bottom: var(--pi-margin);
    }
}
}


.mw-body .mw-parser-output .portable-infobox h2:after,
.mw-body .mw-parser-output .portable-infobox h3:after {
display: none;
}


/* --- FRONTPAGE INFOBOX --- */
.portable-infobox .pi-title,
.portable-infobox .pi-header {
background: var(--accent-1);
border-bottom: 1px solid var(--accent-0);
text-align: center;
}


.Infobox.FrontPageBox {
.skin-timeless #mw-content-text .pi-title,
min-width: 260px;
.skin-timeless #mw-content-text .pi-header {
    border-bottom: 1px solid var(--accent-0);
}
}


.Infobox.FrontPageBox .Header {
.portable-infobox .pi-title,
font-size: 1.4em;
.skin-timeless #mw-content-text .pi-title {
font: normal 1.35rem / 1.4 'Idleon';
padding: 10px;
}
}


.Infobox.FrontPageBox .HeaderImage {
.portable-infobox .pi-header,
padding: 0
.skin-timeless #mw-content-text .pi-header {
    font-size: 1.0em;
}
}


.portable-infobox .pi-data-label {
    font-family: inherit;
    font-weight: bold;
}


/* --- CLASS INFOBOX (TALENTS) --- */
.portable-infobox .pi-section-navigation,
.portable-infobox .pi-section-navigation,
.portable-infobox .pi-media-collection-tabs {
border-bottom: 1px solid var(--accent-2);
font-size: .85em;
    padding: 0;
}


.InfoboxTalents {
.pi-section-navigation .pi-section-tab,
text-align: center;
.pi-media-collection .pi-tab-link {
padding: 5px
background: none;
border: none;
color: var(--link);
font-weight: bold;
flex: 1;
    margin-bottom: -1px;
}
 
.pi-section-navigation .pi-section-tab:hover,
.pi-media-collection .pi-tab-link:hover {
color: var(--link-hover);
box-shadow: inset 0 -2px 0 0 currentColor;
}
}


.InfoboxTalents p {
.pi-section-navigation .pi-section-tab.pi-section-active,
display: grid;
.pi-section-navigation .pi-section-tab.current,
grid-template-columns: repeat(5, 1fr);
.pi-media-collection .pi-tab-link.current {
row-gap: 5px;
background: none;
max-width: 300px;
box-shadow: inset 0 -2px 0 0 currentColor;
margin: auto;
}
}


/* --- CARD INFOBOX --- */
.pi-media-collection-tab-content figure {
    vertical-align: text-bottom;
    display: flex;
    justify-content: center;
    align-items: end;
}


.CardStar {
.portable-infobox .pi-media {
max-height: 13px;
padding: 0.5em 0;
width: 100%;
border-bottom: 1px solid var(--pi-border-color);
}
}


/* --- DETAILBOX INFOBOX --- */
/* INFOBOX GRIDS */


.DetailboxGrid {
.DetailboxGrid {
     display: grid;
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(18em, 1fr));
     grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
     row-gap: .5em;
     row-gap: .5em;
     column-gap: .5em;
     column-gap: .5em;
}
}
.DetailboxGrid .portable-infobox {
float: none;
margin: 0;
width: auto;
min-width: unset;
}
.DetailboxGrid .portable-infobox,
.skin-timeless #mw-content-text .DetailboxGrid .portable-infobox {
    font-size: .65rem;
}
.DetailboxGrid .portable-infobox .pi-title,
.DetailboxGrid .portable-infobox .pi-header,
.skin-timeless #mw-content-text .DetailboxGrid .pi-title,
.skin-timeless #mw-content-text .DetailboxGrid .pi-header {
background: var(--accent-2);
    border-bottom-color: var(--accent-2);
}
.DetailboxGrid .portable-infobox .pi-title,
.skin-timeless #mw-content-text .DetailboxGrid .pi-title {
    font-size: 1rem;
}
/* TABLES (CARDINFO) INSIDE INFOBOX */
.portable-infobox .pi-data:has(table) {
    padding-left: 0;
    padding-right: 0;
}
.pi-data-value table {
    margin: -5px auto !important;
}
.pi-data-value th:not(:first-child),
.pi-data-value td:not(:first-child){
    border-left: 1px solid var(--pi-border-color);
}
.pi-data-value th {
    padding: var(--pi-item-spacing);
    padding-bottom: 0;
}
.pi-data-value td {
    padding: var(--pi-item-spacing);
    padding-top: 0;
}
/* GRIDS INSIDE INFOBOX */
.portable-infobox .grid-4,
.portable-infobox .grid-5 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 5px 2px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.portable-infobox .grid-5 {
    grid-template-columns: repeat(5,1fr);
}
/* BOSS INFOBOX */
.pi-data[data-source="NormalDamages"],
.pi-data[data-source="ChaoticDamages"],
.pi-data[data-source="NightmareDamages"] {padding:0;}
.pi-data[data-source="NormalDamages"] .pi-data:last-of-type,
.pi-data[data-source="ChaoticDamages"] .pi-data:last-of-type,
.pi-data[data-source="NightmareDamages"] .pi-data:last-of-type {border:0;}
/* CLASS, NPC, MAINPAGE, SKILL INFOBOX */
.portable-infobox.pi-theme-classinfo .pi-data-label,
.portable-infobox.pi-theme-npcinfo .pi-data-label {
    flex-basis: 120px;
}
.portable-infobox.pi-theme-gameinfo .pi-media,
.portable-infobox.pi-theme-skillinfo .pi-media {
padding: 0;
border-color: var(--accent-0);
}
.portable-infobox.pi-theme-gameinfo .pi-media img,
.portable-infobox.pi-theme-skillinfo .pi-media img {
    width: 100%;
    max-width: 100%;
}
.portable-infobox.pi-theme-skillinfo ul {
margin-top: 0;
}
/* DUNGEON INFOBOXES */
.portable-infobox.pi-theme-dungeon .pi-data:first-of-type {
    text-align: center;
    border: 0;
}
.portable-infobox.pi-theme-RNG-Item {
    border-width: 2px;
}
.portable-infobox.pi-theme-Common {
    --accent-1: #878898;
    --accent-2: rgb(135 136 152 / 50%);
}
.portable-infobox.pi-theme-Uncommon {
    --accent-1: #1a9934;
    --accent-2: rgb(26 153 52 / 50%);
}
.portable-infobox.pi-theme-Rare {
    --accent-1: #3c65cb;
    --accent-2: rgb(60 101 203 / 50%);
}
.portable-infobox.pi-theme-Epic {
    --accent-1: #5a3cc9;
    --accent-2: rgb(90 60 201 / 50%);
}
.portable-infobox.pi-theme-Legendary {
    --accent-1: #eb7b07;
    --accent-2: rgb(235 123 7 / 50%);
}
.portable-infobox.pi-theme-dungeonenemy .pi-media img {
    height: 50px !important;
    width: auto;
}
/* INFOBOX EXTRAS */
.CardStar {
max-height: 13px;
width: auto;
}
.FishDepth {
    max-height: 11px;
    width: auto;
}
.SlabNum {
    position:relative;
    float:left;
}
.SlabNum span {
    position: absolute;
    font-size: 16px;
    color: #fff;
    min-width: 28px;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    font-weight: 400;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.Infobox .str,
.portable-infobox .str {
color:#ef7600;
}
.Infobox .agi,
.portable-infobox .agi {
color:#19b131;
}
.Infobox .wis,
.portable-infobox .wis {
color:#cb50ef;
}
.Infobox .luk,
.portable-infobox .luk {
color:#d3a20f;
}
/* --- DETAILBOX INFOBOX --- */


.Infobox.Detailbox {
.Infobox.Detailbox {
Line 1,161: Line 1,799:
font-size: 1em;
font-size: 1em;
padding: .2em;
padding: .2em;
background: var(--accent-color-light)
background: var(--accent-2);
font-weight: bold;
}
}


Line 1,170: Line 1,809:
.Infobox.Detailbox .SubHeader {
.Infobox.Detailbox .SubHeader {
font-size: .9em;
font-size: .9em;
background: var(--accent-color-light)
background: var(--accent-2);
font-weight: bold;
}
}


.Infobox.Detailbox dl,
.Infobox.Detailbox dl {
.Infobox.Detailbox .dl {
grid-template-columns: repeat(4, 1fr);
grid-template-columns: repeat(4, 1fr);
gap: 2px;
}
}


.Infobox.Detailbox dt,
.Infobox.Detailbox dt,
.Infobox.Detailbox dd,
.Infobox.Detailbox dd {
.Infobox.Detailbox .dt,
.Infobox.Detailbox .dd {
margin: 0;
margin: 0;
font-size: .9em;
font-size: .9em;
border-bottom: 0;
padding: .1em .2em;
}
.Infobox.Detailbox dt {
background:var(--accent-3);
}
}


Line 1,197: Line 1,841:
.Infobox.Detailbox hr {
.Infobox.Detailbox hr {
display:none;
display:none;
}
.Infobox.Detailbox .str {
color: #ef7600;
}
.Infobox.Detailbox .agi {
color: #19b131;
}
.Infobox.Detailbox .wis {
color: #cb50ef;
}
.Infobox.Detailbox .luk {
color: #cf9f01;
}
}


Line 1,227: Line 1,855:
min-width: 200px;
min-width: 200px;
max-width: 300px;
max-width: 300px;
color: #000;
color: var(--contrast-1);
margin: -6px -10px;
border-color: #808080;
font-weight: normal;
}
}


Line 1,252: Line 1,883:


/* --- GENERAL TOOLTIP --- */
/* --- GENERAL TOOLTIP --- */
.simple-tooltip-inline{
    border-color: var(--contrast-2);
}
.tooltipster-default {
background:var(--contrast-1);
color:var(--base-1);
}


.tooltipster-default .tooltipster-content {
.tooltipster-default .tooltipster-content {
font-family:inherit;  
font-family:inherit;  
padding: 0;
font-weight:bold;
}
}
.tooltipster-content p {
.tooltipster-content p {
margin: 0;
margin: 0;
}
.tooltipster-content .text-only {
padding: 6px 10px;
display: inline-block;
}
}
.tooltipster-base.tooltipster-default.tooltipster-fade.tooltipster-fade-show {
.tooltipster-base.tooltipster-default.tooltipster-fade.tooltipster-fade-show {
box-shadow: var(--element-box-shadow);
box-shadow: var(--box-shadow);
}
 
/* --- DETAILBOX RNG ITEMS --- */
 
.DetailboxGrid.RNG-Items {
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
}
 
.Infobox.RNG-Item {
  border-width: 2px;
}
 
.Infobox.Rarity-Common {
border-color:#878898;
}
.Infobox.Rarity-Common .Header, .Infobox.Rarity-Common .SubHeader {
background-color: #d5d5d5;
}
.Infobox.Rarity-Uncommon {
border-color:#24994b;
}
.Infobox.Rarity-Uncommon .Header, .Infobox.Rarity-Uncommon .SubHeader {
background-color: #8ee7a8;
}
.Infobox.Rarity-Rare {
border-color:#5773b9;
}
.Infobox.Rarity-Rare .Header, .Infobox.Rarity-Rare .SubHeader {
background-color: #8daded;
}
.Infobox.Rarity-Epic {
border-color:#715fa5;
}
.Infobox.Rarity-Epic .Header, .Infobox.Rarity-Epic .SubHeader {
background-color: #bc93ff;
}
.Infobox.Rarity-Legendary {
border-color:#d5854c;
}
.Infobox.Rarity-Legendary .Header, .Infobox.Rarity-Legendary .SubHeader {
background-color: #ffa95f;
}
 
/* --- DETAILBOX DUNGEON ENEMIES --- */
 
.DetailboxGrid.DungeonEnemies {
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
}
}


Line 1,319: Line 1,909:
.Navbox {
.Navbox {
width: 100%;
width: 100%;
background: var(--element-bg-color);
background: var(--base-2);
border: 1px solid var(--element-border-color);
border: 1px solid var(--accent-2);
border-radius: 5px;
border-radius: 3px;
margin: 0 0 1em;
margin: 0 0 1em;
padding: 2px;
padding: 2px;
box-shadow: var(--element-box-shadow);
box-shadow: var(--box-shadow);
}
}


.Navbox th {
.Navbox th {
background: var(--accent-color-medium);
background: var(--accent-1);
text-align: center;
text-align: center;
font-weight: 700;
font-weight: 700;
Line 1,337: Line 1,927:
.forgeslot {
.forgeslot {
width: 100%;
width: 100%;
background: var(--element-bg-color);
border: 1px solid var(--element-border-color);
box-shadow: var(--element-box-shadow);
border-radius: 5px;
margin-bottom: 1em;
margin-bottom: 1em;
text-align: center;
text-align: center;
max-width: 400px;
max-width: 450px;
}
 
.forgeslot th {
background: var(--accent-color-medium);
}
 
.forgeslot th:first-child {
border-top-left-radius: 3px;
}
 
.forgeslot th:last-child {
border-top-right-radius: 3px;
}
}


Line 1,371: Line 1,945:
}
}


.forgeslot .smithreq img {
/* ----- BONUS CALCS (GOLD FOOD, STATUES, GUILD BONUSES)  ----- */
float: right;
}
 
/* ----- BONUS CALCS (GOLD FOOD, STATUES)  ----- */


.bonusDiv {
.bonusDiv {
     width: 100%;
     width: 100%;
     max-width: 400px;
     max-width: 450px;
     background: var(--element-bg-color);
     background: var(--base-2);
     border: 1px solid var(--element-border-color);
     border: 1px solid var(--accent-2);
     border-radius: 5px;
     border-radius: 3px;
     margin: 0 0 1em;
     margin: 0 0 1em;
    padding: 2px;
     box-shadow: var(--box-shadow);
     box-shadow: var(--element-box-shadow);
     text-align: center;
     text-align: center;
    overflow: hidden;
}
}


.bonusHead {
.bonusDiv .bonusHead {
     background: var(--accent-color-medium);
     background: var(--accent-1);
     font-weight: 700;
     font-weight: 700;
     border-radius: 3px 3px 0 0;
     padding: 0.4em 0.5em;
    padding: 1px;
     margin-bottom: .5em;
     margin-bottom: .5em;
}
.bonusDiv p {
max-width: 90%;
margin: 1em auto;
}
}


Line 1,401: Line 1,975:
}
}


.bonusDiv .result, .bonusDiv .result1, .bonusDiv .result2 {
.bonusDiv .result, .bonusDiv .result1, .bonusDiv .result2, .bonusDiv .resultB, .bonusDiv .resultM {
     color: #358510;  
     color: #358510;  
     font-weight: bold;
     font-weight: bold;
}
.GenericChild .bonusDiv {
    margin: 0;
}
}


Line 1,410: Line 1,988:
.patchnote {
.patchnote {
width: 50%;
width: 50%;
background: var(--element-bg-color);
margin: 0 0 1em;
border: 1px solid var(--element-border-color);
}
box-shadow: var(--element-box-shadow);
 
border-radius: 5px;
.patchnote tr th {
margin-bottom: 1em;
text-align:center;  
}
 
.patchnote tr td {
border: 0;
}
}


.patchnote th {
.patchnote tr:hover td {
background: var(--accent-color-medium);
background: transparent;
text-align: center;
border-radius: 3px 3px 0 0;
}
}


Line 1,429: Line 2,009:
.patchnote .mw-prefixindex-body {
.patchnote .mw-prefixindex-body {
columns: 8em 3;
columns: 8em 3;
    -moz-columns: 8em 3;
    -webkit-columns: 8em 3;
}
}


Line 1,440: Line 2,018:


#siteNotice {
#siteNotice {
border: 1px solid transparent;
margin: 0 auto 1em;
border-spacing: 3px;
background-image: linear-gradient(#ffcffa 60%, #ee75ff 70%);
text-align: center;
border-radius: 5px;
color: #fff;
text-shadow: -0.065em 0 #000, 0 0.065em #000, 0.065em 0 #000, 0 -0.065em #000;
margin: 0 auto 1em !important;
font-size: 16px;
font-family: 'Idleon';
}
 
.client-dark-mode #siteNotice {
filter: invert(1) hue-rotate(180deg);
-webkit-filter: invert(1) hue-rotate(180deg);
}
 
#siteNotice a {
color: #94f9ff !important;
}
}


#siteNotice .mw-dismissable-notice {
#siteNotice .mw-dismissable-notice {
background-image: linear-gradient(#ffcffa 60%, #ee75ff 70%);
border: 1px solid #000;
border: 1px solid #000;
border-radius: 3px;
border-radius: 3px;
padding: 0 1em;
color: #fff;
background-image: linear-gradient(#a94bc1 30%, #7e38aa 80%);
font: normal 1rem / 1.2 'Idleon';
margin: 3px;
margin: 0;
outline: 1px solid #000;
padding: 3px;
outline-offset: 3px;
text-align: center;
text-shadow: -.065em 0 #000, 0 .065em #000, .065em 0 #000, 0 -.065em #000;
}
}


#siteNotice .mw-dismissable-notice-close {
#siteNotice .mw-dismissable-notice a {
margin: 0.5em;
color: #94f9ff !important;
cursor: pointer;
}
}


#siteNotice .mw-dismissable-notice-body {
#siteNotice .mw-dismissable-notice-body {
background-image: linear-gradient(#a94bc1 30%, #7e38aa 80%);
border: 1px solid #000;
border-radius: 2px;
margin: 0;
margin: 0;
}
}


#localNotice p {
#siteNotice .mw-dismissable-notice-close,
margin: .5em;
#siteNotice .mw-dismissable-notice-body p {
margin: 0.5em;
}
}
/* MIRAHEZE NOTICES */
#siteNotice .wikitable {background:transparent !important; color:inherit !important; border:0 !important; margin:0 !important}
#siteNotice .wikitable td{border:0 !important}


/* --- ANNOUNCEMENT BANNER --- */
/* --- ANNOUNCEMENT BANNER --- */
Line 1,495: Line 2,058:
width: 60%;
width: 60%;
text-align: center;
text-align: center;
border-radius: 5px;
border-radius: 3px;
color: #fff;
color: #fff;
font-size: 20px;
font-size: 20px;
Line 1,505: Line 2,068:
.banner .banner-inner {
.banner .banner-inner {
border: 1px solid #000;
border: 1px solid #000;
border-radius: 3px;
border-radius: 2px;
background-image: linear-gradient(#828282 30%, #5c5c5c 80%);
background-image: linear-gradient(#828282 30%, #5c5c5c 80%);
padding: 0 1em;
padding: 0 1em;
Line 1,536: Line 2,099:
.banner.purple .banner-inner {
.banner.purple .banner-inner {
background-image: linear-gradient(#a94bc1 30%, #7e38aa 80%);
background-image: linear-gradient(#a94bc1 30%, #7e38aa 80%);
}
.client-dark-mode .banner {
filter: invert(1) hue-rotate(180deg);
-webkit-filter: invert(1) hue-rotate(180deg);
}
}


Line 1,548: Line 2,106:
box-sizing: border-box;
box-sizing: border-box;
width: 100%;
width: 100%;
border: 1px solid var(--element-border-color-light);
border: 1px solid var(--contrast-3);
padding: 1em;
padding: 1em;
background-color: var(--element-bg-color-light);
background-color: var(--base-2);
margin-bottom: 1em;
margin-bottom: 1em;
box-shadow: var(--element-box-shadow);
box-shadow: var(--box-shadow);
border-radius: 3px;
border-radius: 3px;
clear: both;
clear: both;
}
}


.secrets>h3 {
.secrets > h3 {
margin: 0;
margin: 0;
font-size: 20px;
padding: 0;
line-height: 1.125;
}
}


.secrets>.mw-collapsible-content {
.secrets > .mw-collapsible-content {
margin-top: 1em;
margin-top: 1.5em;
overflow: auto;
overflow: auto;
}
.secrets > .mw-collapsible-content > :first-child {
    margin-top: 0;
    padding-top: 0;
}
.secrets .mw-collapsible-toggle-default:before,
.secrets .mw-collapsible-toggle-default:after {
    color: var(--contrast-2);
}
}


Line 1,571: Line 2,140:
.EnemyNav {
.EnemyNav {
display: flex;
display: flex;
background: var(--element-bg-color);
background: var(--base-2);
border: 1px solid var(--element-border-color);
border: 1px solid var(--accent-2);
margin-bottom: 1em;
margin-bottom: 1em;
overflow: auto;
overflow: auto;
border-radius: 5px;
border-radius: 3px;
padding: .8em;
padding: .8em;
box-shadow: var(--element-box-shadow);
box-shadow: var(--box-shadow);
}
}


Line 1,598: Line 2,167:
justify-content: flex-end;
justify-content: flex-end;
}
}
/* ----- DETAILED RECIPE TAB ----- */
.detrecipe {
margin-top: 1em;
}


/* ----- TABBER NEUE ----- */
/* ----- TABBER NEUE ----- */
Line 1,624: Line 2,185:
}
}


.tabber__header {
box-shadow: inset 0 -1px 0 0 var(--accent-2);
}
.tabber__header--prev-visible .tabber__header__prev:after,
.tabber__header--next-visible .tabber__header__next:after {
filter: var(--filter);
}
/* ----- DETAILED RECIPE TAB ----- */
.detrecipe {
margin-top: 1em;
}


/* --- STICKY HEADER --- */
.detrecipe .tabber__header {
    box-shadow: none;
}


.stickyHeader th {
.detrecipe .wikitable {
position: sticky;
    width: 100%;
top: 20px;
    max-width: 450px;
z-index:100;
    margin: 0;
}
}


/* --- STICKY NAV HEADER --- */
.sticky-card-nav {
    text-align: center;
    font-size: 1.4em;
    display: block;
    background: var(--base-1);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0.5em 1em;
    margin: 0;
}


/* --- RESPONSIVE TABLES, INFOBOXES, ETC --- */
@media screen and (min-width: 851px) {


@media screen and (max-width: 550px) {
.sticky-card-nav {
.Infobox,
margin: 0 -1em;
.wikitable,
        top: 2em;
.EnemyNav,
.widget-twitter {
width: 100%;
float: none;
margin: 0 0 1em;
}
}
}
}


Line 1,666: Line 2,252:
     background: #000;
     background: #000;
     color: #fff;
     color: #fff;
     border-radius: 5px;
     border-radius: 3px;
     padding: 5px;
     padding: 5px;
     font-size: 12px;
     font-size: 12px;
Line 1,690: Line 2,276:
}
}


/* Sidebar dropdown CSS */
/* --- SIDEBAR --- */
.sidebar-collapsible {
.mw-portlet li[id^="n--"],
background-repeat: no-repeat;
#mw-site-navigation .sidebar-chunk li[id^="n--"] {
background-position: right;
    font-variant: small-caps;
    padding-top:1em;
}
.mw-portlet li:first-child,
#mw-site-navigation .sidebar-chunk li:first-child {
    padding-top:.25em;
}
 
/* Questy Captcha text. To make it more clear. */
div.mw-htmlform-field-HTMLInfoField > div.mw-input {
    color:green;
    font-weight:bold;
    font-style:italic;
}
}


.sidebar-collapsible:hover {
.starrank1 {
    cursor: pointer;
color: var(--rankstar-1);
}
.starrank2 {
color: var(--rankstar-2);
}
.starrank3 {
color: var(--rankstar-3);
}
.starrank4 {
color: var(--rankstar-4);
}
.starrank5 {
color: var(--rankstar-5);
}
}


div#sidebar-collapsible-toggle {
/* Highlight targeted element for Anchor highlights. */
    text-align: right;
*:not(.tabber__tab):target {
    font-size: .95em;
  background-color: #be3cd74d;
    color: var(--main-link-color);
    cursor: pointer;
}
}


div#sidebar-collapsible-toggle:hover {
/* Citation Reference highlighting adjusted for darkmode toggling. */
    color: var(--main-link-color-hover);
.references li:target,
    text-decoration: underline;
.reference:target {
/* Overwrite the style rules defined by the cite extension. */
background-color: var(--highlight-contrast) !important;
}
}


#mw-site-navigation .sidebar-chunk h3,
/* #### Main Page Tabber Images #### */
#mw-related-navigation .sidebar-chunk h3 {
 
padding: .5em 0 !important;
#tab-World_1-0 { background: transparent url("https://idleon.wiki/wiki/images/f/f7/Wb1.png") no-repeat scroll center center; color: transparent; }
background-position: right center;
#tab-World_2-0 { background: transparent url("https://idleon.wiki/wiki/images/c/c7/Wb2.png") no-repeat scroll center center; color: transparent; }
#tab-World_3-0 { background: transparent url("https://idleon.wiki/wiki/images/a/ae/Wb3.png") no-repeat scroll center center; color: transparent; }
#tab-World_4-0 { background: transparent url("https://idleon.wiki/wiki/images/5/55/Wb4.png") no-repeat scroll center center; color: transparent; }
#tab-World_5-0 { background: transparent url("https://idleon.wiki/wiki/images/3/33/Wb5.png") no-repeat scroll center center; color: transparent; }
#tab-World_6-0 { background: transparent url("https://idleon.wiki/wiki/images/6/6d/Wb6.png") no-repeat scroll center center; color: transparent; }
#tab-World_7-0 { background: transparent url("https://idleon.wiki/wiki/images/1/1a/Wb7.png") no-repeat scroll center center; color: transparent; }
#tab-World_8-0 { background: transparent url("https://idleon.wiki/wiki/images/3/3d/Wb8.png") no-repeat scroll center center; color: transparent; }
 
/*
================================================================================
Template:MessageBox
================================================================================
*/
.messagebox {
width: 60%;
margin: 0.5rem auto;
border: 1px solid var(--accent-0);
border-width: 1px 1px 1px 8px;
border-radius: 3px;
background-color: var(--base-2);
}
}


@media only screen and (max-width: 720px) {
.messagebox .messagebox-image {
.mp-portal-row {
padding: 0.25rem;
flex-flow: row wrap;
}
.mp-portal-row > div {
max-width: 150px;
}
.main-page-nav {
flex-basis: 100%;
}
.main-page-twitter {
flex-basis: 100%;
}
}
}


/* --- SHINY PETS --- */
.messagebox .messagebox-title {
font-size: 0.9rem;
}


.client-dark-mode .shiny {  
.messagebox .messagebox-content {
filter: invert(1) hue-rotate(180deg);
font-size: 0.85rem;
-webkit-filter: invert(1) hue-rotate(180deg);  
}
}


.shiny img {  
.messagebox.warn {
animation: shiny-filter 8s infinite;  
background-color: var(--messagebox-warn-background-color);
border-color: var(--messagebox-warn-border-color);
color: var(--messagebox-warn-color);
}
}


@keyframes shiny-filter {
/*
0% { filter: hue-rotate(60deg); }
================================================================================
19% { filter: hue-rotate(60deg); }
Template:TemplateArgument
20% { filter: hue-rotate(120deg); }
================================================================================
39% { filter: hue-rotate(120deg); }
*/
40% { filter: hue-rotate(180deg); }
.template-preview .argument {
59% { filter: hue-rotate(180deg); }
color: var(--contrast-2);
60% { filter: hue-rotate(240deg); }
79% { filter: hue-rotate(240deg); }
80% { filter: hue-rotate(300deg); }
99% { filter: hue-rotate(300deg); }
100% { filter: hue-rotate(60deg); }
}
}

Latest revision as of 23:55, 21 June 2024

@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:UITest.css"); 

/* ------ CUSTOM FONT ------ */

@font-face {
	font-family: 'Idleon';
	src: url('https://idleon.wiki/wiki/resources/assets/Idleon.woff2') format('woff2'),
         url('https://idleon.wiki/wiki/resources/assets/Idleon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ------ CSS VARIABLES ------ */

:root {
	--box-shadow: rgb(0 0 0 / 15%) 0 0 8px;
	--highlight-progressive: rgb(51 102 204 / 25%);
}

:root {
	color-scheme: light;
    --base-0: #EAECF0;
    --base-1: #f3f5f7;
    --base-2: #ffffff;
    --sidebar-base: rgb(243 245 247 / 85%);
	--contrast-1: #000;
	--contrast-2: #a0a9bb;
	--contrast-3: #c3ccd5;
    --accent-0: #c25fd3;
    --accent-1: #d38bdf;
    --accent-2: rgb(194 117 219 / 50%);
    --accent-3: rgb(194 117 219 / 25%);
    --rankstar-1: #E15F25;
    --rankstar-2: #848482;
    --rankstar-3: #996515;
    --rankstar-4: #00b7eb;
    --rankstar-5: #cf1020;
    --link: #36c;
    --link-hover: #447ff5;
    --link-new: #d33;
    --highlight-accent: rgb(190 128 211 / 8%);
    --highlight-contrast: rgb(195 204 213 / 18%);
    --modal-overlay: rgb(255 255 255 / 75%);
    --page-background: var(--base-0) url(https://idleon.info/wiki/images/9/9f/Background_Beach.png) no-repeat center center / cover fixed;
    --filter: none;
    --filter-ace: none;
    --filter-codemirror: none;
    --filter-link-th: brightness(0.75) saturate(1.5);
    --toggle-style-icon: url(https://idleon.wiki/wiki/images/0/0f/Darkmode-Icon.png);
    
    /* Messagebox Variables */
    --messagebox-warn-background-color: #FFCFC6;
    --messagebox-warn-border-color: red;
    --messagebox-warn-color: black;
}

:root.client-darkmode {
	color-scheme: dark;
    --base-0: #101016;
    --base-1: #191924;
    --base-2: #222230;
    --sidebar-base: rgb(25 26 36 / 50%);
	--contrast-1: #fff;
	--contrast-2: #707099;
	--contrast-3: #434360;
    --accent-0: #74328f;
    --accent-1: #8c3c9a;
    --accent-2: rgb(140 60 154 / 50%);
    --accent-3: rgb(140 60 154 / 25%);
    --rankstar-1: #ff9f00;
    --rankstar-2: #b2beb5;
    --rankstar-3: #ffdf00;
    --rankstar-4: #00DBFF;
    --rankstar-5: #ff355e;
    --link: #4d88fe;
    --link-hover: #6da0ff;
    --link-new: #ff4033;
    --box-shadow: rgb(0 0 0 / 15%) 0 0 8px;
    --highlight-accent: rgb(140 60 154 / 8%);
    --highlight-contrast: rgb(67 67 96 / 18%);
    --modal-overlay: rgb(0 0 0 / 75%);
    --page-background: var(--base-0) url(https://idleon.info/wiki/images/2/24/NightDesertBG.png) no-repeat center center / cover fixed;
    --filter: invert(1) hue-rotate(180deg);
    --filter-ace: invert(1) hue-rotate(170deg) saturate(3);
    --filter-codemirror: invert(1) hue-rotate(180deg) saturate(2);
    --filter-link-th: brightness(1.25) saturate(1.5);
    --toggle-style-icon: url(https://idleon.wiki/wiki/images/6/60/Lightmode-Icon.png);
    
    /* Messagebox Variables */
    --messagebox-warn-background-color: #440909;
    --messagebox-warn-border-color: #FF0000;
    --messagebox-warn-color: #FFFFFF;
}

/* ------ GLOBAL STYLES ------ */

body {
	color: var(--contrast-1);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6,
.pixelfont {
	font-family: 'Idleon';
	font-weight: normal;
	color: var(--contrast-1);
}

.mw-body h1 {
    font-size: 2rem;
}
.mw-body h2,
.vector-body h1 {
    font-size: 1.715rem;
}
.mw-body h3,
.vector-body h2 {
    font-size: 1.5rem;
}
.mw-body h4,
.vector-body h3 {
    font-size: 1.35rem;
}
.mw-body h5,
.vector-body h4 {
    font-size: 1.1875rem;
}
.mw-body h6,
.vector-body h5 {
    font-size: 1rem;
}
.vector-body h6 {
    font-size: .875rem;
}

a,
a:visited,
.mw-body a,
.mw-body a:visited,
.mw-portlet-body a,
.mw-portlet-body a:visited,
.mw-parser-output a.extiw,
.mw-parser-output a.extiw:visited,
.mw-parser-output a.external,
.mw-parser-output a.external:visited {
	color: var(--link);
}

a:hover,
a:active,
a:visited:hover,
.mw-body a:hover,
.mw-body a:active,
.mw-body a:visited:hover,
.mw-portlet-body a:hover,
.mw-portlet-body a:active,
.mw-portlet-body a:visited:hover,
.mw-parser-output a.extiw:hover,
.mw-parser-output a.extiw:active,
.mw-parser-output a.extiw:visited:hover,
.mw-parser-output a.external:hover,
.mw-parser-output a.external:active,
.mw-parser-output a.external:visited:hover {
	color: var(--link-hover);
}

a.new,
.new a,
a.new:hover,
.new a:hover {
	color: var(--link-new) !important;
}

a.mw-selflink.selflink {
    color: inherit;
}

hr { 
	border-color: var(--accent-2); 
}

.transparent {
	background: transparent;
}

/* --- IMAGES --- */

img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

img[src$="Coin.png"] {
	margin-right: 2px;
	vertical-align: text-bottom;
}

.classimg img {
	width: auto;
	height: 50px;
}

.mw-body .mw-parser-output table a>img,
.mw-body .mw-parser-output table .floatnone>img {
	height: auto !important;
	max-width: 100% !important;
}

.thumbinner {
    background: var(--base-2);
    border-color: var(--contrast-3);
}
.thumbinner .thumbimage, .thumbborder{
    border-color: var(--contrast-3);
}

div.magnify a {
    filter: var(--filter);
}

.darkmode-icon {
	background-image: var(--toggle-style-icon);
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

/* --- ALIGNMENT --- */

.left {
	text-align: left;
}

.leftImage img {
	display: block;
	float: left;
}

.center {
	text-align: center;
}

.centerImage img {
	display: block;
	margin: 0 auto;
}

.right {
	text-align: right;
}

.rightImage img {
	display: block;
	float: right;
}

/* ------ TABLES ------ */

table:not([class]) {
	background: transparent;
}

th {
	text-align: unset;
}

.wikitable, 
.mw_metadata,
.mw-datatable, 
.dataTable,
.cargoTable,
.statstable { 
    background: var(--base-2);
    border: 1px solid var(--accent-1);
    border-radius: 3px; 
    border-collapse: separate; 
    border-spacing: 0;
    box-shadow: var(--box-shadow);
    color: var(--contrast-1);
    padding: 0; 
    position: relative;
}

.wikitable tr,
.mw_metadata tr, 
.mw-datatable tr,
.dataTable tr,
.cargoTable tr,
.statstable tr {
    background: transparent;
}

.wikitable tr th,
.mw_metadata tr th, 
.mw-datatable tr th,
.dataTable tr th,
.cargoTable tr th,
.statstable tr th{
	background: var(--accent-1);
    border: 0 solid var(--accent-0);
    border-width: 0 0 1px;
    white-space: nowrap;
}

.wikitable > tr > th, 
.wikitable > * > tr > th {
	text-align: left;
}

.wikitable tr th a.mw-collapsible-text,
.mw_metadata tr th a.mw-collapsible-text, 
.mw-datatable tr th a.mw-collapsible-text,
.dataTable tr th a.mw-collapsible-text,
.cargoTable tr th a.mw-collapsible-text {
    filter: var(--filter-link-th);
}

.wikitable tr th a:not(:has(img)) {
    filter: var(--filter-link-th);
}

.wikitable tr td,
.mw_metadata tr td, 
.mw-datatable tr td, 
.dataTable tr td,
.cargoTable tr td,
.statstable tr td {
    background: transparent;
    border: 0 solid var(--accent-3);
    border-width: 0 0 1px;
}

table > *:last-child > tr:last-child th,
table > *:last-child > tr:last-child td {
    border-bottom: 0;
}

.mw_metadata tr:nth-child(odd), 
.mw-datatable tr:nth-child(odd),
.dataTable tr:nth-child(odd),
.cargoTable tr:nth-child(odd),
.alterrows tr:nth-child(odd),
body table.cargoTable.noMerge tr:nth-child(odd),
body table.dataTable.stripe tbody tr.odd, 
body table.dataTable.display tbody tr.odd {
	background: transparent;
}

.mw_metadata tr:nth-child(even), 
.mw-datatable tr:nth-child(even),
.dataTable tr:nth-child(even),
.cargoTable tr:nth-child(even),
.alterrows tr:nth-child(even),
body table.cargoTable.noMerge tr:nth-child(even),
body table.dataTable.stripe tbody tr.even, 
body table.dataTable.display tbody tr.even,
.statstable > * > tr.tux-statstable-even {
	background: var(--highlight-contrast);
}

.wikitable tr:hover > td,
.mw_metadata tr:hover > td, 
.mw-datatable tr:hover > td,
.dataTable tr:hover > td,
.cargoTable tr:hover > td,
.statstable tr:hover { 
    background: var(--highlight-accent); 
}

.nohoverhighlight tr:hover td {
	background: transparent;
}

.wikitablecellborders tr td,
.wikitablecellborders tr th {
	border-right: 1px solid var(--accent-3)
}

.content-table caption,
caption.nowrap {
	white-space: nowrap;
}

/* --- COLLAPSIBLE TABLES --- */

.wikitable .mw-collapsible-toggle-default:before {
    padding-left: .1em;
}

.wikitable.mw-collapsed {
    border-collapse: collapse;
    border: 0;
    overflow: hidden;
}

/* --- RESPONSIVE TABLES --- */

.content-table-wrapper:not(.overflowed) .content-table-scrollbar {
	display: none;
}

.content-table-wrapper:not(.overflowed) .content-table-left,
.content-table-wrapper:not(.overflowed) .content-table-right {
	height: auto !important
}

.scroll-left.overflowed .content-table-left,
.scroll-right.overflowed .content-table-right{
    box-shadow: var(--box-shadow) 3px;
    border-color: var(--accent-2);
}

.content-table-wrapper.overflowed:has(.mw-collapsed) .content-table-left,
.content-table-wrapper.overflowed:has(.mw-collapsed) .content-table-right {
    display: none;
}

.content-table-wrapper.overflowed:has(.mw-collapsed) .content-table {
    overflow: hidden;
}

/* --- CARGO TABLES --- */

#content .cargoDynamicTable.dataTable thead th, 
#content .cargoDynamicTable.dataTable thead td {
    border-bottom: 1px solid var(--accent-0);
}

#content .cargoDynamicTable.dataTable.row-border tbody th, 
#content .cargoDynamicTable.dataTable.row-border tbody td, 
#content .cargoDynamicTable.dataTable.display tbody th, 
#content .cargoDynamicTable.dataTable.display tbody td {
    border-top: 0;
}

#content .cargoDynamicTable.dataTable tfoot th, 
#content .cargoDynamicTable.dataTable tfoot td {
    border: 0;
}

#content table.dataTable.display tbody tr.odd > .sorting_1, 
#content table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
#content table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background: var(--highlight-contrast);
}

#content table.dataTable.display tbody tr:hover > .sorting_1, 
#content table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background: var(--accent-3);
}

#content .dataTables_wrapper .dataTables_length, 
#content .dataTables_wrapper .dataTables_filter, 
#content .dataTables_wrapper .dataTables_info, 
#content .dataTables_wrapper .dataTables_processing, 
#content .dataTables_wrapper .dataTables_paginate {
    color: var(--contrast-1); 
    margin-bottom: .3em;
}

#content .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--link) !important; 
    border: none;
}
#content .dataTables_wrapper .dataTables_paginate .paginate_button:hover, 
#content .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: var(--link-hover) !important;
    background: none;
}
#content .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
#content .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: var(--contrast-1) !important;
    background: none;
    font-weight: bold;
}

#content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
#content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
#content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: var(--contrast-2) !important;
}

/* --- SORTABLE TABLES --- */

.jquery-tablesorter th.headerSort,
table.dataTable thead .sorting,
.jquery-tablesorter th.headerSortUp,
table.dataTable thead .sorting_asc,
.jquery-tablesorter th.headerSortDown,
table.dataTable thead .sorting_desc {
	background-image: none;
    position: relative;
    padding-right: 0.5em;
    padding-left: 21px;
}
.jquery-tablesorter th.headerSort:after,
table.dataTable thead .sorting:after,
.jquery-tablesorter th.headerSortUp:after,
table.dataTable thead .sorting_asc:after,
.jquery-tablesorter th.headerSortDown:after,
table.dataTable thead .sorting_desc:after {
    display:inline-block;
    content: "";
    width:21px;
    height:9px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: var(--filter);
}
table.dataTable thead .sorting:after,
.jquery-tablesorter th.headerSort:after {
	background: url(/wiki/resources/src/jquery.tablesorter.styles/images/sort_both.svg) no-repeat center center;
}
.jquery-tablesorter th.headerSortUp:after,
table.dataTable thead .sorting_asc:after {
	background: url(/wiki/resources/src/jquery.tablesorter.styles/images/sort_up.svg) no-repeat center center;
}
.jquery-tablesorter th.headerSortDown:after,
table.dataTable thead .sorting_desc:after {
	background: url(/wiki/resources/src/jquery.tablesorter.styles/images/sort_down.svg) no-repeat center center;
}

/* --- STATS TABLE --- */

.statstable tr th {
    font-weight: bold;
    letter-spacing: unset;
}
.statstable > * > tr.tux-statstable-even > td { 
    background: unset;
}
.statstable > * > tr:hover > td {
    filter: none;
}
.statstable tr td[style^="background"] {
    background: var(--highlight-progressive) !important;
}
.statstable > * > tr > td[data-sort-value='0.00000'][style^="background"] {
    background: transparent !important;
}

/* --- STICKY TABLE HEADER --- */

.stickyHeader.jquery-tablesorter th.headerSort,
.stickyHeader th {
	position: sticky;
	top: 0;
	z-index:100;
}

.content-table-wrapper.overflowed .stickyHeader.jquery-tablesorter th.headerSort, 
.content-table-wrapper.overflowed .stickyHeader th {
    position: relative;
    height: unset !important;
}

/* --- CENTER COLUMN TABLE --- */

.CenterColumn1Image tr td:nth-child(1) img {
	display: block;
	margin: 0 auto;
	max-height: 50px;
	width: auto;
}

.CenterColumn2Image tr td:nth-child(1) img {
	display: block;
	margin: 0 auto;
}

.CenterColumn1Image tr td.drop-separator:nth-child(1) img {
	display: inline-block;
}

/* --- WORLD TABLES --- */

.worldtable{width:70%;}
.worldtable th:nth-child(1){width:10%;}
.worldtable th:nth-child(2){width:35%;}
.worldtable th:nth-child(3){width:55%;}
.worldtable td:first-of-type{ text-align:center;}

/* --- FIRSTIMAGE TABLES (BOSS, NPC, BUILDING) --- */

.FirstImage {
	width: 100%;
}

.FirstImage td:first-of-type {
	width: 12%;
	min-width: 100px;
}

.FirstImage td:first-of-type img {
	max-height: 100px;
	height: auto;
	width: auto;
	margin: 0 auto;
	display: block;
}

/* --- TOC --- */

.toc {
	padding: 0;
	border-radius: 3px;
	background: var(--base-2);
	border: 1px solid var(--contrast-3);
	box-shadow: var(--box-shadow);
	margin: 0 0 1em;
}

.toc .toctitle {
	padding: .5em 1em;
}

.toc > ul,
.toc .tocUl {
	padding: .3em 1em;
	margin: 0;
	border-top: 1px solid var(--contrast-3);
}

.toc .toctitle {
	text-align: left;
	border: none;
}

.toggleNode {
	position: relative;
	float: right;
	left: unset;
	color: var(--contrast-2);
}

.tocnumber {
	display: none;
}

.toc .toctogglelabel, 
.toc .toggleSymbol {
	color:var(--link);
}

.toctext {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --------- MAINPAGE --------- */

.mainpage-body {
	display: flex;
}

.mainpage-left {
	max-width: calc(100% - 270px);
}

.mainpage-right .portable-infobox {
	float: none;
}

.mainpage-container {
	border: 1px solid var(--accent-1);
	background: var(--base-2);
	margin: 0 0 1em;
	padding: .5em .8em 0;
	box-shadow: var(--box-shadow);
	border-radius: 3px;
}

.mainpage-container h3 {
	font-size: 1.35rem;
	margin: 0 0 .4em;
	padding: 0;
}

@media screen and (max-width: 850px) {
	.mainpage-body {
		flex-flow: column wrap;
	}
	.mainpage-left {
		max-width: 100%;
	}
}

/* --- MAINPAGE FEATURES + BESTIARY --- */

.tile-row {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	width: calc(100% + 1em);
	transition: all 0.2s ease;
}

.tile-halves {
	display: flex;
	flex: 1 1 auto;
	flex-flow: column;
	margin-right: 1em;
	overflow: hidden;
	margin-bottom: 1em;
	background: var(--accent-3);
	border-radius: 3px;
}

.tile-halves:hover {
	background: var(--accent-2);
}

.tile-halves a,
.tile-halves:hover a {
	color:var(--contrast-1);
}

.tile-halves h3 {
	font-size: 1em;
	font-weight: 700;
	font-family: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
}

.tile-top,
.tile-top-best {
	height: 6.5em;
	position: relative;
	display: block;
}

.tile-top-best {
	height: 8rem;
}

.tile-image a,
.tile-image-best a {
	display: flex;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.tile-image-best a {
	align-items: flex-end;
}

.tile-image img {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}

.tile-image-best img {
	margin: 0 auto 5px;
	display: block;
}

.tile-image-best:has(img[src$="png"]) a {
    height: 100%;
}

.tile-image-best:has(img[src$="png"]) img {
    margin-bottom: 0;
    height: 100% !important;
    object-fit: cover;
}

.tile-halves img {
    transition: 0.2s ease-out;
}

.tile-halves:hover img {
    transform: scale(1.1);
}

.tile-bottom {
	width: 100%;
	padding: 0;
	background: var(--accent-2); 
	flex-grow: 1; 
	display: flex;
    align-content: flex-end;
    justify-content: center;
}

.tile-halves .tile-bottom a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: .35em 0;
}

.tile-halves:hover .tile-bottom {
	background: var(--accent-1);
}

.tile-halves .tile-bottom a,
.tile-halves .tile-bottom a:hover {
	color: var(--contrast-1);
}

@media screen and (max-width: 850px) {
	.tile-row {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
		width: calc(100% + 0.3em);
	}
	.tile-halves {
		margin-right: 0.5em;
		margin-bottom: 0.5em;
	}
}


/* --- MAIN PAGE ITEMS & SKILLS --- */

.mainpage-container .tabber__tabs {
	flex: 0 1 100%;
}

.mainpage-container .tabber__tab {
	font-family: 'Idleon';
	font-weight: normal;
	font-size: 16px;
}

.tabber__panel .mainpage-items {
	margin-top: 1em
}

.mainpage-items,
.mainpage-skills {
	padding-bottom: .3em;
}

.mainpage-items ul,
.mainpage-skills ul {
	flex-flow: row wrap;
	display: flex;
	margin: 0;
}

.mainpage-items li,
.mainpage-skills li {
	display: flex;
	flex: 1 0 32.3%;
	margin: 0 .5% .5em;
	flex-grow: unset;
}

.mainpage-items.col4 li {
	flex: 1 0 24%;
	flex-grow: unset;
}

.mainpage-items li img {
	width: 36px;
}

.mainpage-items li *, 
.mainpage-skills li * {
    transition: 0.2s ease;
}

.mainpage-items li:hover img,
.mainpage-skills li:hover img {
	transform: scale(1.2);
}

.mainpage-items li a:first-child,
.mainpage-skills li a:first-child {
	border-radius: 3px;
	width: 48px;
	height: 48px;
	min-width: 48px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-2);
}

.mainpage-items li a:last-child,
.mainpage-skills li a:last-child {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	color: var(--contrast-1);
	font-size: 1.1em;
	font-weight: 700;
	padding-left: 0.5em;
	text-decoration: none;
}

.mainpage-items li:hover a:first-child,
.mainpage-skills li:hover a:first-child {
	border-radius: 3px 0 0 3px;
}

.mainpage-items li:hover a:last-child,
.mainpage-skills li:hover a:last-child {
	color: var(--contrast-1);
	border-radius: 0 3px 3px 0;
	background-color: var(--accent-3);
}

@media screen and (max-width: 850px) {
	.mainpage-skills li,
	.mainpage-items li,
	.mainpage-items.col4 li {
		flex: 1 0 49%;
		flex-grow: unset;
	}
	.mainpage-skills li a:first-child,
	.mainpage-items li a:first-child {
		width: 40px;
		height: 40px;
	}
	.mainpage-skills li a:last-child,
	.mainpage-items li a:last-child {
		font-size: 1em;
	}
}

/* --- MAIN PAGE SKILL COLORS --- */

.mainpage-skills .skill-Mining {
    --accent-2: #d2b244;
    --accent-3: rgb(210 178 68 / 50%);
}

.mainpage-skills .skill-Choppin {
    --accent-2: #748d36;
    --accent-3: rgb(116 141 54 / 50%);
}

.mainpage-skills .skill-Smithing {
    --accent-2: #878787;
    --accent-3: rgb(135 135 135 / 50%);
}

.mainpage-skills .skill-Fishing {
    --accent-2: #3e8e9a;
    --accent-3: rgb(62 142 154 / 50%);
}

.mainpage-skills .skill-Catching {
    --accent-2: #b9863b;
    --accent-3: rgb(185 134 59 / 50%);
}

.mainpage-skills .skill-Alchemy {
    --accent-2: #6e88e8;
    --accent-3: rgb(110 136 232 / 50%);
}

.mainpage-skills .skill-Worship {
    --accent-2: #b769d6;
    --accent-3: rgb(183 105 214 / 50%);
}

.mainpage-skills .skill-Construction {
    --accent-2: #e27c5d;
    --accent-3: rgb(226 124 93 / 50%);
}

.mainpage-skills .skill-Trapping {
    --accent-2: #859ab3;
    --accent-3: rgb(133 154 179 / 50%);
}

.mainpage-skills .skill-Breeding {
    --accent-2: #c99f4b;
    --accent-3: rgb(201 159 75 / 50%);
}

.mainpage-skills .skill-Cooking {
    --accent-2: #b55305;
    --accent-3: rgb(181 83 5 / 50%);
}

.mainpage-skills .skill-Laboratory {
    --accent-2: #67c5df;
    --accent-3: rgb(103 197 223 / 50%);
}

.mainpage-skills .skill-Sailing {
    --accent-2: #37b3e3;
    --accent-3: rgb(55 179 227 / 50%);
}

.mainpage-skills .skill-Divinity {
    --accent-2: #d9d96a;
    --accent-3: rgb(217 217 106 / 50%);
}

.mainpage-skills .skill-Gaming {
    --accent-2: #FF6B66;
    --accent-3: rgb(255 107 102 / 50%);
}

.mainpage-skills .skill-Farming {
    --accent-2: #a13e00;
    --accent-3: rgb(161 62 0 / 50%);
}

.mainpage-skills .skill-Sneaking {
    --accent-2: #adfeff;
    --accent-3: rgb(173 254 255 / 50%);
}

.mainpage-skills .skill-Summoning {
    --accent-2: #f5e0ff;
    --accent-3: rgb(245 224 255 / 50%);
}

/* --- MAINPAGE EMBEDS --- */

.youtubeplayer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 1em
}

.youtubeplayer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}

.widget-twitter {
	display: block;
	margin: 0 0 1em 1em;
}
#twitter-widget-0 {
    border-radius: 14px;
    max-width: 270px;
}

@media screen and (max-width: 550px) {
	.widget-twitter {
		margin: 0 0 1em;
	}
	#twitter-widget-0 {
    	max-width: 100%;
	}
}

/* --- WORLD HEADERS --- */

.worldheader {
	display: block;
	margin-bottom: 1em;
	width: 100%;
}

.worldheader>.mw-collapsible-toggle {
	display: block;
	float: none;
	box-shadow: var(--box-shadow);
	margin-bottom: 1em;
}

.mw-body .headerimg {
	height: 60px !important;
	width: 100%;
	object-fit: cover;
	object-position: 0;
	border-radius: 3px;
}

.mainpage-container .headerimg {
	margin-top: .3em
}

@media screen and (max-width: 850px) {
	.mw-body .headerimg {
		height: 50px !important;
	}
}


/* --- WORLD BANNERS (couldn't make .banner-image work, using style instead) (where?) --- */

.banner-image {
	position: relative;
	border-radius: 0.4em;
	max-width: 100%;
	overflow: hidden;
	float: left;
	margin: 0 0 3px;
}

.banner-text {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-size: 35px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.header-text {
	position: absolute;
	bottom: 2px;
	left: 20px;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-size: 18px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

/* --- GENERIC FLEX LAYOUT --- */

.GenericFlex {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.GenericChild {
	display: block;
	flex: 0 1 48%;
	margin: 1em 0;
}

.ThreeCol .GenericChild {
	flex: 0 1 32%;
}

@media screen and (max-width: 850px) {
	.ThreeCol .GenericChild {
		flex: 0 1 48%;
	}
}

@media screen and (max-width: 650px) {
	.GenericChild,
	.ThreeCol .GenericChild {
		flex: 1 1 100%;
	}
}

.GenericChild h2,
.GenericChild h3 {
	margin-top: 0;
}

.GenericChild h3:after {
	content: '';
	display: block;
	border-bottom: solid 2px var(--accent-3);
	overflow: hidden;
}

.GenericChild .valInput {
	display: inline-block;
}

/* --- ALCHEMY TABLES --- */

.bubble-table,
.bubble,
.cauldInput{
    border-color: var(--accent-0);
}

.dashdivider {
    border-bottom: dashed var(--accent-0);
    text-align: left;
}

.bubble-table tr:hover td,
.bubble tr:hover td,
.cauldInput tr:hover td {
    background: transparent;
}

/* ALCH QUICK LOOK  */

.bubble-table tr th:nth-of-type(1) {
	width: 5%;
}

.bubble-table tr th:nth-of-type(2) {
	width: 15%;
}

.bubble-table tr th:nth-of-type(3) {
	width: 20%;
}

.bubble-table tr th:nth-of-type(4) {
	width: 55%;
}

.bubble-table tr:nth-child(2n+3) {
	background: var(--accent-3);
}

.bubble-table tr.big {
	background: var(--accent-2);
}

.bubble-table .name {
	text-align: left;
    font-weight: bold;
}
.bubble-table .icon {
	padding: 0 0 0 3px;
    text-align: center;
}

.bubble-table .icon img {
	width: auto;
}

.bubble-table img {
	width: 24px;
}

.bubble-table a span {
    filter: var(--filter-link-th);
}

/* ALCH BUBBLES */

.bubble {
    text-align: center;
    margin: 0;
	width: 100%;
    max-width: 450px;
}

.bubble tr th {
    font-weight: normal;
    text-align: center;
    white-space: normal;
}

.bubble tr td {
    border: 0;
}

.bubble tr:last-of-type td {
    width: 50%;
}

.bubbleDiv h3 {
	margin: 0;
	padding: 0;
}

.bubbleDiv h3:after {
	display: none;
}

.bubbleDiv p {
	margin: 0
}

/* ALCH TABLE COLORS */

.orange-cauldron {
    --accent-0: rgb(177 88 0 / 60%);
    --accent-1: rgb(255 148 32 / 50%);
    --accent-2: rgb(255 148 32 / 35%);
    --accent-3: rgb(255 148 32 / 15%);
}

.green-cauldron {
    --accent-0: rgb(49 147 52 / 60%);
    --accent-1: rgb(71 219 90 / 50%);
    --accent-2: rgb(71 219 90 / 35%);
    --accent-3: rgb(71 219 90 / 15%);
}

.purple-cauldron {
    --accent-0: rgb(166 97 189 / 60%);
    --accent-1: rgb(208 89 240 / 50%);
    --accent-2: rgb(208 89 240 / 35%);
    --accent-3: rgb(208 89 240 / 15%);
}

.yellow-cauldron {
    --accent-0: rgb(190 131 0 / 60%);
    --accent-1: rgb(250 208 10 / 50%);
    --accent-2: rgb(250 208 10 / 35%);
    --accent-3: rgb(250 208 10 / 15%);
}

/* CAULDRON CALCS */

.cauldInput {
	width: 100%;
    max-width: 450px;
}
.cauldInput tr th {
	text-align: center;
}
.cauldInput tr td {
	border: 0;
}
.cauldInput td:first-child {
	text-align: right;
}
.cauldInput tr td input {
    width: 100%;
    box-sizing: border-box;
}

/* --- ACHIEVEMENTS --- */

.secret-achievement,
.steam-exclusive {
	display:block;
	font-size:.8em;
	padding:0 .2em;
	text-transform:uppercase;
	font-weight: 700;
	width:fit-content;
	text-align:center;
	margin-bottom: .3em;
}

.steam-exclusive {
	background: rgb(35 179 172 / 35%);
	border: 1px solid #6aafac;
}

.secret-achievement {
    background: rgb(247 89 126 / 35%);
    border: 1px solid #e56885;
}

/* --- INFOBOX --- */

.Infobox {
	width: 30%;
	min-width: 300px;
	float: right;
	clear: right;
	background: var(--base-2);
	border: 1px solid var(--accent-2);
	border-radius: 3px;
	margin: 0 0 1em 1em;
	padding: 2px;
	box-shadow: var(--box-shadow);
	color: var(--contrast-1);
}

.Infobox .Header,
.Infobox .SubHeader {
	background: var(--accent-1);
	text-align: center;
	font-weight: 700;
}


/* Fix for Firefox, <table> doesn't fill the space properly */

.Infobox table {
	width: 100%;
}


/* Affects the very first header of the Infobox */

.Infobox .Header {
	padding: 0.5em;
	border-radius: 3px 3px 0 0;
	font: normal 1.35rem / 1.4 'Idleon';
}

/* Affects all the headers/dividers below the image */

.Infobox .SubHeader {
	margin-top: 2px;
	padding: .2em
}


/* Centers the main image */

.Infobox .HeaderImage {
	text-align: center;
	padding: 5px 0;
}


/* Constraining the max height of images in infoboxes */

.Infobox .HeaderImage img {
	max-height: 300px;
	width: auto;
}


/* --- INFOBOX (TABLE) --- */

table.Infobox {
	padding: 0;
}


/* Affects the left column (purple) */

.Infobox th {
	background: var(--accent-2);
	text-align: left;
	margin-top: 2px;
	padding: .2em;
}


/* Makes width of the two rows more consistent, but allows for flexibility // % gets overriden by colspan, em works // */

.Infobox th,
.Infobox td {
	max-width: 8em;
	min-width: 5em;
}


/* Rounds the last table row to fit with the rounded edge of the Infobox */

.LastTable {
	border-radius: 0 0 0 3px;
}


/* --- INFOBOX (DEFINITION LIST) --- */

.Infobox dl,
.Infobox .dl {
	display: grid;
	grid-template-columns: 40% 60%;
	gap: 2px;
	margin: 0;
}

.Infobox dl:not(:empty){
	margin-top: 2px;
}

.Infobox dt,
.Infobox dd,
.Infobox .dt,
.Infobox .dd {
	margin: 0;
	padding: .2em;
	font-family: inherit;
	display: flex;
	align-items: center;
}

.Infobox dt,
.Infobox .dt {
	line-height: 1.5;
	background: var(--accent-2);
	font-weight: 700
}

.Infobox>:last-child {
	border-radius: 0 0 3px 3px;
	overflow: hidden
}

/* --- PORTABLE INFOBOX --- */

.portable-infobox {
	--pi-background: var(--base-2);
    --pi-secondary-background: var(--accent-1);
    --pi-border-color: var(--accent-3);
	background: var(--base-2);
	border: 1px solid var(--accent-1);
	border-radius: 3px;
	box-shadow: var(--box-shadow);
	font-size: .7rem;
}

.skin-timeless #mw-content-text .portable-infobox {
    font-size: .7rem;
}

.portable-infobox * {
	box-sizing: border-box;
}

@media screen and (max-width: 720px) {
.portable-infobox {
    margin-bottom: var(--pi-margin);
    }
}

.mw-body .mw-parser-output .portable-infobox h2:after,
.mw-body .mw-parser-output .portable-infobox h3:after {
	display: none;
}

.portable-infobox .pi-title,
.portable-infobox .pi-header {
	background: var(--accent-1);
	border-bottom: 1px solid var(--accent-0);
	text-align: center;
}

.skin-timeless #mw-content-text .pi-title, 
.skin-timeless #mw-content-text .pi-header {
    border-bottom: 1px solid var(--accent-0);
}

.portable-infobox .pi-title,
.skin-timeless #mw-content-text .pi-title {
	font: normal 1.35rem / 1.4 'Idleon';
	padding: 10px;
}

.portable-infobox .pi-header,
.skin-timeless #mw-content-text .pi-header {
    font-size: 1.0em;
}

.portable-infobox .pi-data-label {
    font-family: inherit;
    font-weight: bold;
}

.portable-infobox .pi-section-navigation,
.portable-infobox .pi-section-navigation,
.portable-infobox .pi-media-collection-tabs {
	border-bottom: 1px solid var(--accent-2);
	font-size: .85em;
    padding: 0;
}

.pi-section-navigation .pi-section-tab,
.pi-media-collection .pi-tab-link {
	background: none;
	border: none;
	color: var(--link);
	font-weight: bold;
	flex: 1;
    margin-bottom: -1px;
}

.pi-section-navigation .pi-section-tab:hover,
.pi-media-collection .pi-tab-link:hover {
	color: var(--link-hover);
	box-shadow: inset 0 -2px 0 0 currentColor;
}

.pi-section-navigation .pi-section-tab.pi-section-active,
.pi-section-navigation .pi-section-tab.current,
.pi-media-collection .pi-tab-link.current {
	background: none;
	box-shadow: inset 0 -2px 0 0 currentColor;
}

.pi-media-collection-tab-content figure {
    vertical-align: text-bottom;
    display: flex;
    justify-content: center;
    align-items: end;
}

.portable-infobox .pi-media {
	padding: 0.5em 0;
	border-bottom: 1px solid var(--pi-border-color);
}

/* INFOBOX GRIDS */

.DetailboxGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
    row-gap: .5em;
    column-gap: .5em;
}

.DetailboxGrid .portable-infobox {
	float: none;
	margin: 0;
	width: auto;
	min-width: unset;
}

.DetailboxGrid .portable-infobox, 
.skin-timeless #mw-content-text .DetailboxGrid .portable-infobox {
    font-size: .65rem;
}

.DetailboxGrid .portable-infobox .pi-title,
.DetailboxGrid .portable-infobox .pi-header,
.skin-timeless #mw-content-text .DetailboxGrid .pi-title, 
.skin-timeless #mw-content-text .DetailboxGrid .pi-header {
	background: var(--accent-2); 
    border-bottom-color: var(--accent-2);
}

.DetailboxGrid .portable-infobox .pi-title,
.skin-timeless #mw-content-text .DetailboxGrid .pi-title {
	    font-size: 1rem;
}

/* TABLES (CARDINFO) INSIDE INFOBOX */

.portable-infobox .pi-data:has(table) {
    padding-left: 0;
    padding-right: 0;
}
.pi-data-value table {
    margin: -5px auto !important;
}
.pi-data-value th:not(:first-child),
.pi-data-value td:not(:first-child){
    border-left: 1px solid var(--pi-border-color);
}
.pi-data-value th { 
    padding: var(--pi-item-spacing);
    padding-bottom: 0;
}
.pi-data-value td { 
    padding: var(--pi-item-spacing);
    padding-top: 0;
}

/* GRIDS INSIDE INFOBOX */

.portable-infobox .grid-4, 
.portable-infobox .grid-5 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 5px 2px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.portable-infobox .grid-5 {
    grid-template-columns: repeat(5,1fr);
}

/* BOSS INFOBOX */

.pi-data[data-source="NormalDamages"], 
.pi-data[data-source="ChaoticDamages"], 
.pi-data[data-source="NightmareDamages"] {padding:0;}
.pi-data[data-source="NormalDamages"] .pi-data:last-of-type, 
.pi-data[data-source="ChaoticDamages"] .pi-data:last-of-type, 
.pi-data[data-source="NightmareDamages"] .pi-data:last-of-type {border:0;}

/* CLASS, NPC, MAINPAGE, SKILL INFOBOX */

.portable-infobox.pi-theme-classinfo .pi-data-label,
.portable-infobox.pi-theme-npcinfo .pi-data-label {
    flex-basis: 120px;
}

.portable-infobox.pi-theme-gameinfo .pi-media, 
.portable-infobox.pi-theme-skillinfo .pi-media {
	padding: 0; 
	border-color: var(--accent-0);
}

.portable-infobox.pi-theme-gameinfo .pi-media img,
.portable-infobox.pi-theme-skillinfo .pi-media img {
    width: 100%;
    max-width: 100%;
}

.portable-infobox.pi-theme-skillinfo ul {
	margin-top: 0;
}

/* DUNGEON INFOBOXES */

.portable-infobox.pi-theme-dungeon .pi-data:first-of-type {
    text-align: center;
    border: 0;
}

.portable-infobox.pi-theme-RNG-Item {
    border-width: 2px;
}

.portable-infobox.pi-theme-Common {
    --accent-1: #878898;
    --accent-2: rgb(135 136 152 / 50%);
}

.portable-infobox.pi-theme-Uncommon {
    --accent-1: #1a9934;
    --accent-2: rgb(26 153 52 / 50%);
}

.portable-infobox.pi-theme-Rare {
    --accent-1: #3c65cb;
    --accent-2: rgb(60 101 203 / 50%);
}

.portable-infobox.pi-theme-Epic {
    --accent-1: #5a3cc9;
    --accent-2: rgb(90 60 201 / 50%);
}

.portable-infobox.pi-theme-Legendary {
    --accent-1: #eb7b07;
    --accent-2: rgb(235 123 7 / 50%);
}

.portable-infobox.pi-theme-dungeonenemy .pi-media img {
    height: 50px !important;
    width: auto;
}

/* INFOBOX EXTRAS */

.CardStar {
	max-height: 13px;
	width: auto;
}

.FishDepth {
    max-height: 11px;
    width: auto;
}

.SlabNum {
    position:relative; 
    float:left;
}

.SlabNum span {
    position: absolute;
    font-size: 16px;
    color: #fff;
    min-width: 28px;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    font-weight: 400;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.Infobox .str, 
.portable-infobox .str {
	color:#ef7600;
}
.Infobox .agi, 
.portable-infobox .agi { 
	color:#19b131;
}
.Infobox .wis, 
.portable-infobox .wis {
	color:#cb50ef;
}
.Infobox .luk, 
.portable-infobox .luk {
	color:#d3a20f;
}

/* --- DETAILBOX INFOBOX --- */

.Infobox.Detailbox {
	float: none;
	margin: 0 0 1em;
	table-layout: fixed;
}

.DetailboxGrid .Infobox.Detailbox {
   min-width: auto;
   width: 100%;
   margin:0;
}

.Infobox.Detailbox .Header {
	font-family: inherit;
	font-size: 1em;
	padding: .2em;
	background: var(--accent-2);
	font-weight: bold;
}

.Infobox.Detailbox .SellPrice {
	text-align: center
}

.Infobox.Detailbox .SubHeader {
	font-size: .9em;
	background: var(--accent-2);
	font-weight: bold;
}

.Infobox.Detailbox dl {
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
}

.Infobox.Detailbox dt,
.Infobox.Detailbox dd {
	margin: 0;
	font-size: .9em;
	border-bottom: 0; 
	padding: .1em .2em;
}

.Infobox.Detailbox dt { 
	background:var(--accent-3);
}

.Infobox.Detailbox .start {
	grid-column-start: 1;
}

.Infobox.Detailbox .wide {
	grid-column: span 3;
}

.Infobox.Detailbox .clearfix,
.Infobox.Detailbox hr {
	display:none;
}

/* --- DETAILBOX INFOBOX (TOOLTIP) --- */

.tooltip .Infobox.Detailbox,
.tooltipster-content .Infobox.Detailbox {
	display: block;
	float: none;
	clear: both;
	margin: 0;
	font-size: 1rem;
	width: auto;
	min-width: 200px;
	max-width: 300px;
	color: var(--contrast-1);
	margin: -6px -10px;
	border-color: #808080;
	font-weight: normal;
}

.tooltip .Infobox.Detailbox .Header,
.tooltip .Infobox.Detailbox .SellPrice,
.tooltip .Infobox.Detailbox .HeaderImage,
.tooltip .Infobox.Detailbox .SubHeader,
.tooltipster-content .Infobox.Detailbox .Header,
.tooltipster-content .Infobox.Detailbox .SellPrice,
.tooltipster-content .Infobox.Detailbox .HeaderImage,
.tooltipster-content .Infobox.Detailbox .SubHeader{
	display: block;
}

.tooltip .Infobox.Detailbox .HeaderImage,
.tooltipster-content .Infobox.Detailbox .HeaderImage {
	padding: 2px 0;
}

.tooltip .Infobox.Detailbox .HeaderImage img,
.tooltipster-content .Infobox.Detailbox .HeaderImage img {
	max-width: 36px;
}

/* --- GENERAL TOOLTIP --- */

.simple-tooltip-inline{
    border-color: var(--contrast-2);
}

.tooltipster-default {
	background:var(--contrast-1); 
	color:var(--base-1);
}

.tooltipster-default .tooltipster-content {
	font-family:inherit; 
	font-weight:bold;
}

.tooltipster-content p {
	margin: 0;
}
.tooltipster-base.tooltipster-default.tooltipster-fade.tooltipster-fade-show {
	box-shadow: var(--box-shadow);
}

/* --- NAVBOX --- */

.Navbox {
	width: 100%;
	background: var(--base-2);
	border: 1px solid var(--accent-2);
	border-radius: 3px;
	margin: 0 0 1em;
	padding: 2px;
	box-shadow: var(--box-shadow);
}

.Navbox th {
	background: var(--accent-1);
	text-align: center;
	font-weight: 700;
}

/* ----- FORGE SLOT ----- */

.forgeslot {
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
	max-width: 450px;
}

.forgeslot th:first-child,
.forgeslot td:first-child {
	text-align: left;
}

.forgeslot tr:last-child td {
	text-align: right;
}

.forgeslot .anviltab img {
	float: left;
}

/* ----- BONUS CALCS (GOLD FOOD, STATUES, GUILD BONUSES)  ----- */

.bonusDiv {
    width: 100%;
    max-width: 450px;
    background: var(--base-2);
    border: 1px solid var(--accent-2);
    border-radius: 3px;
    margin: 0 0 1em;
    box-shadow: var(--box-shadow);
    text-align: center;
    overflow: hidden;
}

.bonusDiv .bonusHead {
    background: var(--accent-1);
    font-weight: 700;
    padding: 0.4em 0.5em;
    margin-bottom: .5em;
}

.bonusDiv p {
	max-width: 90%; 
	margin: 1em auto;
}

.bonusDiv .valInput {
    vertical-align: middle;
}

.bonusDiv .result, .bonusDiv .result1, .bonusDiv .result2, .bonusDiv .resultB, .bonusDiv .resultM {
    color: #358510; 
    font-weight: bold;
}

.GenericChild .bonusDiv {
    margin: 0;
}

/* ----- PATCH NOTES ----- */

.patchnote {
	width: 50%;
	margin: 0 0 1em;
}

.patchnote tr th { 
	text-align:center; 
}

.patchnote tr td { 
	border: 0;
}

.patchnote tr:hover td {
	background: transparent;
}

.GenericChild .patchnote {
	width: 100%;
}

.patchnote .mw-prefixindex-body {
	columns: 8em 3;
}

.patchnote .mw-prefixindex-body ul {
	margin-top: 0;
}

/* --- SITE NOTICE --- */

#siteNotice {
	margin: 0 auto 1em;
}

#siteNotice .mw-dismissable-notice {
	background-image: linear-gradient(#ffcffa 60%, #ee75ff 70%);
	border: 1px solid #000;
	border-radius: 3px;
	color: #fff;
	font: normal 1rem / 1.2 'Idleon';
	margin: 0;
	padding: 3px;
	text-align: center;
	text-shadow: -.065em 0 #000, 0 .065em #000, .065em 0 #000, 0 -.065em #000;
}

#siteNotice .mw-dismissable-notice a {
	color: #94f9ff !important;
	cursor: pointer;
}

#siteNotice .mw-dismissable-notice-body {
	background-image: linear-gradient(#a94bc1 30%, #7e38aa 80%);
	border: 1px solid #000;
	border-radius: 2px;
	margin: 0;
}

#siteNotice .mw-dismissable-notice-close,
#siteNotice .mw-dismissable-notice-body p {
	margin: 0.5em;
}

/* --- ANNOUNCEMENT BANNER --- */

.banner {
	border: 1px solid #000;
	border-spacing: 3px;
	background-image: linear-gradient(#d5d5d5 60%, #979797 70%);
	width: 60%;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	text-shadow: -.065em 0 #000, 0 .065em #000, .065em 0 #000, 0 -.065em #000;
	margin: 0 auto 1em !important;
	padding: 3px;
}

.banner .banner-inner {
	border: 1px solid #000;
	border-radius: 2px;
	background-image: linear-gradient(#828282 30%, #5c5c5c 80%);
	padding: 0 1em;
}

.banner a {
	color: #94f9ff !important;
}

.banner.blue {
	background-image: linear-gradient(#b0fdfe 60%, #2891d8 70%);
}

.banner.blue .banner-inner {
	background-image: linear-gradient(#369de2 30%, #0d578c 80%);
}

.banner.red {
	background-image: linear-gradient(#ffc0b8 60%, #fe7663 70%);
}

.banner.red .banner-inner {
	background-image: linear-gradient(#ff533c 30%, #d4240c 80%);
}

.banner.purple {
	background-image: linear-gradient(#ffcffa 60%, #ee75ff 70%);
}

.banner.purple .banner-inner {
	background-image: linear-gradient(#a94bc1 30%, #7e38aa 80%);
}

/* ----- SECRETS TOGGLE ----- */

.secrets {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid var(--contrast-3);
	padding: 1em;
	background-color: var(--base-2);
	margin-bottom: 1em;
	box-shadow: var(--box-shadow);
	border-radius: 3px;
	clear: both;
}

.secrets > h3 {
	margin: 0;
	padding: 0;
	line-height: 1.125;
}

.secrets > .mw-collapsible-content {
	margin-top: 1.5em;
	overflow: auto;
}

.secrets > .mw-collapsible-content > :first-child {
    margin-top: 0;
    padding-top: 0;
}

.secrets .mw-collapsible-toggle-default:before,
.secrets .mw-collapsible-toggle-default:after {
    color: var(--contrast-2);
}

/* ----- ENEMY NAV ----- */

.EnemyNav {
	display: flex;
	background: var(--base-2);
	border: 1px solid var(--accent-2);
	margin-bottom: 1em;
	overflow: auto;
	border-radius: 3px;
	padding: .8em;
	box-shadow: var(--box-shadow);
}

.EnemyNav div {
	display: flex;
	align-items: center;
	flex-basis: 33%;
}

.EnemyNav div a {
	line-height: 1;
	margin: 0 1px;
}

.EnemyNav .EnemyNavCenter {
	justify-content: center;
}

.EnemyNav .EnemyNavRight {
	justify-content: flex-end;
}

/* ----- TABBER NEUE ----- */

.tabber__tab:active,
.tabber__tab:hover,
.tabber__tab--active,
.tabber__tab--active:visited {
	box-shadow: inset 0 -2px 0 0 currentColor;
}

.tabber__section {
	scroll-behavior: unset !important
}

.tabber__panel {
	overscroll-behavior-y: auto !important;
}

.tabber__header {
	box-shadow: inset 0 -1px 0 0 var(--accent-2);
}

.tabber__header--prev-visible .tabber__header__prev:after, 
.tabber__header--next-visible .tabber__header__next:after {
	filter: var(--filter);
}

/* ----- DETAILED RECIPE TAB ----- */

.detrecipe {
	margin-top: 1em;
}

.detrecipe .tabber__header {
    box-shadow: none;
}

.detrecipe .wikitable {
    width: 100%;
    max-width: 450px;
    margin: 0;
}

/* --- STICKY NAV HEADER --- */

.sticky-card-nav {
    text-align: center;
    font-size: 1.4em;
    display: block;
    background: var(--base-1);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0.5em 1em;
    margin: 0;
}

@media screen and (min-width: 851px) {

	.sticky-card-nav {
		margin: 0 -1em;
        top: 2em;
	}

}

/* --- CSS TOOLTIPS --- */

.tooltip {
	display: inline;
	position: relative;
	text-decoration: none; 
	border-bottom: 1px dotted #AAA;
}

.tooltip>span {
	display: none;
}

.tooltip:hover>span {
    display: block;
    position: absolute;
    z-index: 999;
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
    line-height: 1.2rem;
    min-width: 2em;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 8px));
}

.tooltip:hover>span:before {
    display: block;
    content: "";
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid #000;
    bottom: -7px;
    width: 0;
    position: absolute;
    z-index: 999;
    left: calc(50% - 8px);
}

/* --- SIDEBAR --- */
.mw-portlet li[id^="n--"],
#mw-site-navigation .sidebar-chunk li[id^="n--"] {
    font-variant: small-caps; 
    padding-top:1em;
}
.mw-portlet li:first-child,
#mw-site-navigation .sidebar-chunk li:first-child {
    padding-top:.25em;
}

/* Questy Captcha text. To make it more clear. */
div.mw-htmlform-field-HTMLInfoField > div.mw-input {
    color:green;
    font-weight:bold;
    font-style:italic;
}

.starrank1 {
	color: var(--rankstar-1);
}
.starrank2 {
	color: var(--rankstar-2);
}
.starrank3 {
	color: var(--rankstar-3);
}
.starrank4 {
	color: var(--rankstar-4);
}
.starrank5 {
	color: var(--rankstar-5);
}

/* Highlight targeted element for Anchor highlights. */
*:not(.tabber__tab):target {
   background-color: #be3cd74d;
}

/* Citation Reference highlighting adjusted for darkmode toggling. */
.references li:target,
.reference:target {
	/* Overwrite the style rules defined by the cite extension. */
	background-color: var(--highlight-contrast) !important;
}

/* #### Main Page Tabber Images #### */

#tab-World_1-0 { background: transparent url("https://idleon.wiki/wiki/images/f/f7/Wb1.png") no-repeat scroll center center; color: transparent; }
#tab-World_2-0 { background: transparent url("https://idleon.wiki/wiki/images/c/c7/Wb2.png") no-repeat scroll center center; color: transparent; }
#tab-World_3-0 { background: transparent url("https://idleon.wiki/wiki/images/a/ae/Wb3.png") no-repeat scroll center center; color: transparent; }
#tab-World_4-0 { background: transparent url("https://idleon.wiki/wiki/images/5/55/Wb4.png") no-repeat scroll center center; color: transparent; }
#tab-World_5-0 { background: transparent url("https://idleon.wiki/wiki/images/3/33/Wb5.png") no-repeat scroll center center; color: transparent; }
#tab-World_6-0 { background: transparent url("https://idleon.wiki/wiki/images/6/6d/Wb6.png") no-repeat scroll center center; color: transparent; }
#tab-World_7-0 { background: transparent url("https://idleon.wiki/wiki/images/1/1a/Wb7.png") no-repeat scroll center center; color: transparent; }
#tab-World_8-0 { background: transparent url("https://idleon.wiki/wiki/images/3/3d/Wb8.png") no-repeat scroll center center; color: transparent; }

/*
================================================================================
Template:MessageBox
================================================================================
*/
.messagebox {
	width: 60%;
	margin: 0.5rem auto;
	border: 1px solid var(--accent-0);
	border-width: 1px 1px 1px 8px;
	border-radius: 3px;
	background-color: var(--base-2);
}

.messagebox .messagebox-image {
	padding: 0.25rem;
}

.messagebox .messagebox-title {
	font-size: 0.9rem;
}

.messagebox .messagebox-content {
	font-size: 0.85rem;
}

.messagebox.warn {
	background-color: var(--messagebox-warn-background-color);
	border-color: var(--messagebox-warn-border-color);
	color: var(--messagebox-warn-color);
}

/*
================================================================================
Template:TemplateArgument
================================================================================
*/
.template-preview .argument {
	color: var(--contrast-2);
}