MediaWiki:Common.css: Difference between revisions
From IdleOn MMO Wiki
mNo edit summary |
mNo edit summary |
||
Line 114: | Line 114: | ||
} | } | ||
.vector-body h6 { | .vector-body h6 { | ||
font-size: . | font-size: .875rem; | ||
} | } | ||
Line 1,929: | Line 1,929: | ||
width: 50%; | width: 50%; | ||
margin: 0 0 1em; | margin: 0 0 1em; | ||
} | |||
.patchnote tr th { | |||
text-align:center; | |||
} | } | ||
Revision as of 06:58, 8 March 2023
@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%);
--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);
}
: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%);
--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);
}
/* ------ 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:active,
.mw-parser-output a.extiw:visited,
.mw-parser-output a.external,
.mw-parser-output a.external:visited {
color: var(--link);
}
a:hover,
.mw-body a:hover,
.mw-body a:visited:hover,
.mw-portlet-body a:hover,
.mw-portlet-body a:visited:hover,
.mw-parser-output a.extiw:hover,
.mw-parser-output a.extiw:active:hover,
.mw-parser-output a.external:hover,
.mw-parser-output a.extiw:visited:hover,
.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);
}
/* --- 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);
}
.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 EMBEDS --- */
.twitchplayer,
.youtubeplayer {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
margin-bottom: 1em
}
.twitchplayer iframe,
.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);
}
.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,
.orange .bubbleDiv {
--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,
.green .bubbleDiv {
--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,
.purple .bubbleDiv {
--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,
.yellow .bubbleDiv {
--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 td {
border: 0;
}
.cauldInput td:first-child {
text-align: right;
}
/* --- 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: .85rem;
}
.skin-timeless #mw-content-text .portable-infobox {
font-size: .85rem;
}
.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.06em;
}
.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: .9em;
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: .8rem;
}
.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 --- */
#p-Skills {
counter-reset: world;
}
#p-Skills li:nth-child(3n-2):before{
counter-increment: world;
content: "World " counter(world);
display:block;
font-variant: small-caps;
padding-bottom:.5em;
}
#p-Skills li:nth-child(3n) {
padding-bottom:1em;
}
#p-Skills li:last-child {
padding-bottom:0;
}
/* Questy Captcha text. To make it more clear. */
div.mw-htmlform-field-HTMLInfoField > div.mw-input {
color:green;
font-weight:bold;
font-style:italic;
}