From 5cf1e871f1f9fa5601384c90af7868dd557f92f6 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 9 Jun 2022 18:28:03 -0400 Subject: revert css formatting --- .../assets/notenoughupdates/official-wiki.css | 22623 +------------------ 1 file changed, 1 insertion(+), 22622 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/notenoughupdates/official-wiki.css b/src/main/resources/assets/notenoughupdates/official-wiki.css index f942a3f0..a9f82a32 100644 --- a/src/main/resources/assets/notenoughupdates/official-wiki.css +++ b/src/main/resources/assets/notenoughupdates/official-wiki.css @@ -1,22622 +1 @@ -/* - * Copyright (C) 2022 NotEnoughUpdates contributors - * - * This file is part of NotEnoughUpdates. - * - * NotEnoughUpdates is free software: you can redistribute it - * and/or modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation, either - * version 3 of the License, or (at your option) any later version. - * - * NotEnoughUpdates is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with NotEnoughUpdates. If not, see . - */ - -.client-js .mw-dismissable-notice { - display: none -} - -.mw-dismissable-notice-close { - visibility: hidden -} - -.sitedir-ltr .mw-dismissable-notice-close { - float: right -} - -.sitedir-rtl .mw-dismissable-notice-close { - float: left -} - -.sitedir-ltr .mw-dismissable-notice-body { - margin: .5em 20% .5em 5em -} - -.sitedir-rtl .mw-dismissable-notice-body { - margin: .5em 5em .5em 20% -} - -.hlist dl, .hlist ol, .hlist ul { - margin: 0; - padding: 0 -} - -.hlist dl dl, .hlist ol dl, .hlist ul dl, .hlist dl ol, .hlist ol ol, .hlist ul ol, .hlist dl ul, .hlist ol ul, .hlist ul ul { - display: inline -} - -.hlist dd, .hlist dt, .hlist li { - margin: 0; - display: inline -} - -ul.hlist li, .hlist > ul li, .hlist > dl li { - display: inline-block; - margin-right: 8px -} - -.hlist-separated li:after { - content: '•' !important; - padding-left: 8px; - font-size: 1em; - line-height: 1 -} - -.hlist-separated :last-child:after { - content: none !important -} - -.mw-ui-button { - background-color: #f8f9fa; - color: #202122; - display: inline-block; - -moz-box-sizing: border-box; - box-sizing: border-box; - border: 1px solid #a2a9b1; - border-radius: 2px; - cursor: pointer; - vertical-align: middle; - font-family: inherit; - font-size: 1em; - font-weight: 700; - line-height: 1.28571429em; - text-align: center; - -webkit-appearance: none -} - -.mw-ui-button:not(.mw-ui-icon-element) { - min-height: 32px; - min-width: 4em; - max-width: 28.75em; - margin: 0; - padding: 5px 12px -} - -.mw-ui-button:not(:disabled) { - -webkit-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms; - transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms -} - -.mw-ui-button:not(:disabled):visited { - color: #202122 -} - -.mw-ui-button:not(:disabled):hover { - background-color: #fff; - color: #404244; - border-color: #a2a9b1 -} - -.mw-ui-button:not(:disabled):focus { - color: #202122; - border-color: #36c; - box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff; - outline-width: 0 -} - -.mw-ui-button:not(:disabled):focus::-moz-focus-inner { - border-color: transparent; - padding: 0 -} - -.mw-ui-button:not(:disabled):active, .mw-ui-button:not(:disabled).is-on { - background-color: #c8ccd1; - color: #000; - border-color: #72777d; - box-shadow: none -} - -.mw-ui-button:disabled { - background-color: #c8ccd1; - color: #fff; - border-color: #c8ccd1; - cursor: default -} - -.mw-ui-button.mw-ui-icon-element:not(.mw-ui-icon-with-label-desktop) { - color: transparent !important -} - -.mw-ui-button.mw-ui-icon-element:not(.mw-ui-icon-with-label-desktop) span { - display: block; - position: absolute !important; - clip: rect(1px, 1px, 1px, 1px); - width: 1px; - height: 1px; - margin: -1px; - border: 0; - padding: 0; - overflow: hidden -} - -@media all and (max-width: 1000px) { - .mw-ui-button.mw-ui-icon-element.mw-ui-icon-with-label-desktop { - color: transparent !important - } - - .mw-ui-button.mw-ui-icon-element span { - display: block; - position: absolute !important; - clip: rect(1px, 1px, 1px, 1px); - width: 1px; - height: 1px; - margin: -1px; - border: 0; - padding: 0; - overflow: hidden - } -} - -.mw-ui-button.mw-ui-quiet, .mw-ui-button.mw-ui-quiet.mw-ui-progressive, .mw-ui-button.mw-ui-quiet.mw-ui-destructive { - background-color: transparent; - color: #202122; - border-color: transparent; - font-weight: 700 -} - -.mw-ui-button.mw-ui-quiet:not(.mw-ui-icon-element), .mw-ui-button.mw-ui-quiet.mw-ui-progressive:not(.mw-ui-icon-element), .mw-ui-button.mw-ui-quiet.mw-ui-destructive:not(.mw-ui-icon-element) { - min-height: 32px -} - -input[type=checkbox]:hover + .mw-ui-button.mw-ui-quiet, input[type=checkbox]:hover + .mw-ui-button.mw-ui-quiet.mw-ui-progressive, input[type=checkbox]:hover + .mw-ui-button.mw-ui-quiet.mw-ui-destructive, .mw-ui-button.mw-ui-quiet:hover, .mw-ui-button.mw-ui-quiet.mw-ui-progressive:hover, .mw-ui-button.mw-ui-quiet.mw-ui-destructive:hover { - background-color: rgba(0, 24, 73, .02745098); - color: #202122; - border-color: transparent -} - -input[type=checkbox]:focus + .mw-ui-button.mw-ui-quiet, input[type=checkbox]:focus + .mw-ui-button.mw-ui-quiet.mw-ui-progressive, input[type=checkbox]:focus + .mw-ui-button.mw-ui-quiet.mw-ui-destructive, .mw-ui-button.mw-ui-quiet:focus, .mw-ui-button.mw-ui-quiet.mw-ui-progressive:focus, .mw-ui-button.mw-ui-quiet.mw-ui-destructive:focus { - color: #202122; - border-color: #36c; - box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff -} - -input[type=checkbox]:active + .mw-ui-button.mw-ui-quiet, input[type=checkbox]:active + .mw-ui-button.mw-ui-quiet.mw-ui-progressive, input[type=checkbox]:active + .mw-ui-button.mw-ui-quiet.mw-ui-destructive, .mw-ui-button.mw-ui-quiet:active, .mw-ui-button.mw-ui-quiet.mw-ui-progressive:active, .mw-ui-button.mw-ui-quiet.mw-ui-destructive:active { - background-color: rgba(0, 36, 73, .08235294); - color: #000; - border-color: #72777d; - box-shadow: none -} - -.mw-ui-button.mw-ui-quiet:disabled, .mw-ui-button.mw-ui-quiet.mw-ui-progressive:disabled, .mw-ui-button.mw-ui-quiet.mw-ui-destructive:disabled, .mw-ui-button.mw-ui-quiet:disabled:hover, .mw-ui-button.mw-ui-quiet.mw-ui-progressive:disabled:hover, .mw-ui-button.mw-ui-quiet.mw-ui-destructive:disabled:hover, .mw-ui-button.mw-ui-quiet:disabled:active, .mw-ui-button.mw-ui-quiet.mw-ui-progressive:disabled:active, .mw-ui-button.mw-ui-quiet.mw-ui-destructive:disabled:active { - background-color: transparent; - color: #72777d; - border-color: transparent -} - -.mw-ui-button.mw-ui-progressive:not(:disabled) { - background-color: #36c; - color: #fff; - border-color: #36c -} - -.mw-ui-button.mw-ui-progressive:not(:disabled):hover { - background-color: #447ff5; - border-color: #447ff5 -} - -.mw-ui-button.mw-ui-progressive:not(:disabled):focus { - box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff -} - -.mw-ui-button.mw-ui-progressive:not(:disabled):active, .mw-ui-button.mw-ui-progressive:not(:disabled).is-on { - background-color: #2a4b8d; - border-color: #2a4b8d; - box-shadow: none -} - -.mw-ui-button.mw-ui-progressive:disabled { - background-color: #c8ccd1; - color: #fff; - border-color: #c8ccd1 -} - -.mw-ui-button.mw-ui-progressive.mw-ui-quiet { - color: #36c; - background-color: transparent; - border-color: transparent -} - -input[type=checkbox]:hover + .mw-ui-button.mw-ui-progressive.mw-ui-quiet, .mw-ui-button.mw-ui-progressive.mw-ui-quiet:hover { - background-color: rgba(52, 123, 255, .2); - border-color: transparent; - color: #447ff5 -} - -input[type=checkbox]:focus + .mw-ui-button.mw-ui-progressive.mw-ui-quiet, .mw-ui-button.mw-ui-progressive.mw-ui-quiet:focus { - color: #36c; - border-color: #36c -} - -input[type=checkbox]:active + .mw-ui-button.mw-ui-progressive.mw-ui-quiet, .mw-ui-button.mw-ui-progressive.mw-ui-quiet:active { - color: #fff; - background-color: #2a4b8d; - border-color: #2a4b8d -} - -.mw-ui-button.mw-ui-destructive:not(:disabled) { - background-color: #d33; - color: #fff; - border-color: #d33 -} - -.mw-ui-button.mw-ui-destructive:not(:disabled):hover { - background-color: #ff4242; - border-color: #ff4242 -} - -.mw-ui-button.mw-ui-destructive:not(:disabled):focus { - box-shadow: inset 0 0 0 1px #d33, inset 0 0 0 2px #fff -} - -.mw-ui-button.mw-ui-destructive:not(:disabled):active, .mw-ui-button.mw-ui-destructive:not(:disabled).is-on { - background-color: #b32424; - border-color: #b32424; - box-shadow: none -} - -.mw-ui-button.mw-ui-destructive:disabled { - background-color: #c8ccd1; - color: #fff; - border-color: #c8ccd1 -} - -.mw-ui-button.mw-ui-destructive.mw-ui-quiet { - color: #d33; - background-color: transparent; - border-color: transparent -} - -input[type=checkbox]:hover + .mw-ui-button.mw-ui-destructive.mw-ui-quiet, .mw-ui-button.mw-ui-destructive.mw-ui-quiet:hover { - background-color: rgba(209, 29, 19, .2); - border-color: transparent; - color: #ff4242 -} - -input[type=checkbox]:focus + .mw-ui-button.mw-ui-destructive.mw-ui-quiet, .mw-ui-button.mw-ui-destructive.mw-ui-quiet:focus { - color: #d33; - border-color: #d33 -} - -input[type=checkbox]:active + .mw-ui-button.mw-ui-destructive.mw-ui-quiet, .mw-ui-button.mw-ui-destructive.mw-ui-quiet:active { - color: #fff; - background-color: #b32424; - border-color: #b32424 -} - -.mw-ui-button.mw-ui-big { - font-size: 1.3em -} - -.mw-ui-button.mw-ui-block { - display: block; - width: 100%; - margin-left: auto; - margin-right: auto -} - -a.mw-ui-button { - text-decoration: none -} - -a.mw-ui-button:hover, a.mw-ui-button:focus { - text-decoration: none -} - -.mw-ui-button-group > * { - min-width: 48px; - border-radius: 0; - float: left -} - -.mw-ui-button-group > *:first-child { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px -} - -.mw-ui-button-group > *:not(:first-child) { - border-left: 0 -} - -.mw-ui-button-group > *:last-child { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px -} - -.mw-ui-button-group .is-on .button { - cursor: default -} - -.mw-ui-icon { - font-size: initial; - position: relative; - display: inline-block; - box-sizing: content-box !important; - width: 1.25em; - height: 1.25em; - min-width: 1.25em; - min-height: 1.25em; - flex-basis: 1.25em; - vertical-align: middle; - line-height: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - -moz-appearance: none; - -webkit-appearance: none; - background-color: transparent; - border: 0; - margin: 0; - padding: 0 -} - -.mw-ui-icon:before { - content: ''; - display: block; - width: 100%; - height: 100%; - min-width: 1.25em; - min-height: 1.25em; - background-repeat: no-repeat; - background-size: 1.25em 1.25em; - background-position: center -} - -.mw-ui-icon-flush-top { - margin-top: -.75em -} - -.mw-ui-icon-flush-left { - margin-left: -.75em -} - -.mw-ui-icon-flush-right { - margin-right: -.75em -} - -.mw-ui-icon-element { - border-radius: 2px; - padding: .75em; - -webkit-transition: background-color 100ms; - transition: background-color 100ms; - color: transparent -} - -.mw-ui-icon-element:focus, .mw-ui-icon-element:active, .mw-ui-icon-element:visited { - color: transparent -} - -.mw-ui-icon-element:active { - background-color: rgba(0, 0, 0, .03) -} - -@media (hover: hover) { - .mw-ui-icon-element:not(.disabled):hover { - background-color: rgba(0, 0, 0, .03) - } -} - -.mw-ui-icon-small { - width: 1em; - height: 1em; - min-width: 1em; - min-height: 1em; - flex-basis: 1em; - line-height: 1em -} - -.mw-ui-icon-small:before { - content: ''; - display: block; - width: 100%; - height: 100%; - min-width: 1em; - min-height: 1em; - background-repeat: no-repeat; - background-size: 1em 1em; - background-position: center -} - -.mw-ui-icon-small.mw-ui-icon-element { - padding: .5625em -} - -.mw-ui-icon-small.mw-ui-icon-flush-left { - margin-left: -.5625em -} - -.mw-ui-icon-small.mw-ui-icon-flush-right { - margin-right: -.5625em -} - -.mw-ui-icon-small.mw-ui-icon-before:before { - min-width: 1em; - min-height: 1em; - margin-right: .5625em -} - -.mw-ui-icon-before { - width: auto; - max-width: 100% -} - -.mw-ui-icon-before:before { - display: inline-block; - font-size: initial; - width: auto; - min-width: 1.25em; - min-height: 1.25em; - margin-right: 8px; - vertical-align: middle -} - -.mw-ui-icon-before span { - vertical-align: middle -} - -@media all and (min-width: 1000px) { - .mw-ui-icon-with-label-desktop { - color: #54595d; - width: auto; - line-height: inherit; - flex-basis: auto - } - - .mw-ui-icon-with-label-desktop:hover, .mw-ui-icon-with-label-desktop:focus, .mw-ui-icon-with-label-desktop:active, .mw-ui-icon-with-label-desktop:visited { - color: #54595d; - text-decoration: none - } - - .mw-ui-icon-with-label-desktop:before { - width: auto; - display: inline-block; - margin-right: 8px; - vertical-align: text-bottom - } -} - -.minerva__tab-container { - white-space: nowrap; - overflow-x: auto -} - -.minerva__tab-container .minerva__tab { - font-size: .85em; - margin: 0 10px 0 0; - color: #54595d; - font-weight: 700; - padding-bottom: 6px; - display: inline-block -} - -.minerva__tab-container .minerva__tab:visited, .minerva__tab-container .minerva__tab:hover, .minerva__tab-container .minerva__tab:active, .minerva__tab-container .minerva__tab.new, .minerva__tab-container .minerva__tab.new:visited, .minerva__tab-container .minerva__tab.new:active, .minerva__tab-container .minerva__tab.new:hover { - color: #54595d; - text-decoration: none -} - -.minerva__tab-container .minerva__tab:last-child { - margin-right: 0 -} - -.minerva__tab-container .minerva__tab.selected { - border-bottom: 2px solid #54595d -} - -.toggle-list__list--drop-down { - -webkit-transform: translateY(-8px); - -ms-transform: translateY(-8px); - transform: translateY(-8px); - -webkit-tap-highlight-color: transparent -} - -.minerva-animations-ready .toggle-list__list--drop-down { - -webkit-transition: opacity 100ms ease-in-out, -webkit-tap-highlight-color 0s ease-in-out, transform 100ms ease-in-out, visibility 100ms ease-in-out; - transition: opacity 100ms ease-in-out, -webkit-tap-highlight-color 0s ease-in-out, transform 100ms ease-in-out, visibility 100ms ease-in-out -} - -.toggle-list__checkbox:checked ~ .toggle-list__list--drop-down { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0) -} - -.toggle-list-item { - display: block; - padding: .75em .875em -} - -.toggle-list-item:hover { - background: #eaecf0 -} - -.toggle-list-item__anchor { - display: block; - line-height: 1 -} - -.toggle-list-item__anchor:hover { - text-decoration: none -} - -.toggle-list-item__anchor:visited, .toggle-list-item__anchor:active { - color: #54595d -} - -.toggle-list-item__icon { - vertical-align: middle -} - -.toggle-list-item__label { - text-align: left; - color: #54595d; - font-weight: 700; - white-space: nowrap; - vertical-align: middle; - font-size: .875em -} - -.minerva-user-menu-list { - top: 100%; - right: -.75em; - min-width: 200px; - border-radius: 2px -} - -.minerva--history-page-action-enabled .page-actions-menu__list-item { - flex-basis: auto -} - -.minerva--history-page-action-enabled .page-actions-menu__list-item:first-child { - flex-grow: 0 -} - -.page-actions-overflow-list { - top: 100%; - right: -.75em; - border-radius: 2px -} - -.mw-ui-icon-minerva-ellipsis:before { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg) -} - -@media screen { - @counter-style meetei { - system: numeric; - symbols: '\ABF0' '\ABF1' '\ABF2' '\ABF3' '\ABF4' '\ABF5' '\ABF6' '\ABF7' '\ABF8' '\ABF9'; - suffix: ') ' - } @counter-style santali { - system: numeric; - symbols: '\1C50' '\1C51' '\1C52' '\1C53' '\1C54' '\1C55' '\1C56' '\1C57' '\1C58' '\1C59' -} ol:lang(azb) li, ol:lang(bcc) li, ol:lang(bgn) li, ol:lang(bqi) li, ol:lang(fa) li, ol:lang(glk) li, ol:lang(kk-arab) li, ol:lang(lrc) li, ol:lang(luz) li, ol:lang(mzn) li { - list-style-type: persian - } - - ol:lang(ckb) li, ol:lang(sdh) li { - list-style-type: arabic-indic - } - - ol:lang(hi) li, ol:lang(mai) li, ol:lang(mr) li, ol:lang(ne) li { - list-style-type: devanagari - } - - ol:lang(as) li, ol:lang(bn) li { - list-style-type: bengali - } - - ol:lang(mni) li { - list-style-type: meetei - } - - ol:lang(or) li { - list-style-type: oriya - } - - ol:lang(sat) li { - list-style-type: santali - } -} - -div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, ins, em, img, small, strike, strong, sub, sup, tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, select, audio, video { - margin: 0; - padding: 0; - border: 0; - font: inherit; - font-size: 100%; - vertical-align: baseline; - background: 0 0 -} - -table, caption, tbody, tfoot, thead, tr, th, td { - font-size: 100% -} - -caption { - font-weight: 700 -} - -button { - border: 0; - background-color: transparent; - cursor: pointer -} - -input { - line-height: normal -} - -ul { - list-style: none -} - -table { - border-collapse: collapse -} - -html, body { - height: 100% -} - -html { - font-size: 100%; - -webkit-text-size-adjust: none -} - -body { - background-color: transparent; - color: #202122; - margin: 0 -} - -main { - display: block -} - -.mw-body { - border-top: 1px solid transparent; - padding-bottom: 32px -} - -.overlay-enabled, .mw-body { - background-color: transparent -} - -.header-container { - border-bottom: 1px solid #c8ccd1; - padding: 0 16px -} - -.header-container.header-chrome { - background-color: #eaecf0; - border: 0; - box-shadow: inset 0 -1px 3px rgba(0, 0, 0, .08) -} - -.navigation-drawer--loading, #footer-info-lastmod { - display: none -} - -.header { - display: table; - width: 100%; - border-spacing: 0; - border-collapse: collapse; - height: 3.375em; - white-space: nowrap; - border-top: 1px solid #c8ccd1; - margin-top: -1px -} - -.header > div, .header > .navigation-drawer { - position: relative; - vertical-align: middle; - display: table-cell -} - -.header > div a { - display: block -} - -.header .branding-box { - width: auto; - opacity: .66 -} - -.header .branding-box h1, .header .branding-box a { - margin-left: 5px; - font-size: 1em; - text-decoration: none; - color: #202122 -} - -.header .branding-box h1 span, .header .branding-box a span { - line-height: 1; - font-size: inherit -} - -.header .branding-box h1 img, .header .branding-box a img { - vertical-align: middle -} - -.header .branding-box h1 > *, .header .branding-box a > * { - float: left -} - -.header .branding-box h1 sup, .header .branding-box a sup { - color: #54595d; - display: none -} - -.beta .header .branding-box h1 sup, .beta .header .branding-box a sup { - display: initial -} - -.header > .header-title { - vertical-align: middle -} - -#searchInput { - cursor: text -} - -.search-box, .header .search-box { - display: none; - width: auto -} - -.search-box .search { - background-color: #fff; - background-position: left .5em center; - background-repeat: no-repeat; - background-size: 1.125em; - -webkit-appearance: none; - width: 100%; - margin-top: 0; - height: 2.25em; - border: 1px solid #fff; - border-radius: 2px; - padding: 7px 0 7px 2.0625em; - box-shadow: 0 1px 1px rgba(0, 0, 0, .05); - outline: 0; - -webkit-transition: border-color 250ms, box-shadow 250ms; - transition: border-color 250ms, box-shadow 250ms -} - -.client-nojs .search-box .search:focus, .search-overlay .search-box .search:focus { - border-color: #36c; - box-shadow: inset 0 0 0 1px #36c, 0 1px 1px rgba(0, 0, 0, .05) -} - -input.search::-webkit-search-decoration, input.search::-webkit-search-cancel-button, input.search::-webkit-search-results-button, input.search::-webkit-search-results-decoration { - display: none -} - -.content h2 { - clear: left -} - -.content .collapsible-heading .edit-page { - visibility: hidden -} - -.content .collapsible-heading.open-block .edit-page { - visibility: visible -} - -.content .mw-parser-output > h2, .content .section-heading { - border-bottom: 1px solid #eaecf0; - margin-bottom: .5em -} - -.content .mw-parser-output > h1, .content .mw-parser-output > h2, .content .mw-parser-output > h3, .content .mw-parser-output > h4, .content .mw-parser-output > h5, .content .section-heading, .content .in-block { - display: table -} - -.content .mw-parser-output > h1 .mw-headline, .content .mw-parser-output > h2 .mw-headline, .content .mw-parser-output > h3 .mw-headline, .content .mw-parser-output > h4 .mw-headline, .content .mw-parser-output > h5 .mw-headline, .content .section-heading .mw-headline, .content .in-block .mw-headline { - width: 100% -} - -.content .mw-parser-output > h1 > span, .content .mw-parser-output > h2 > span, .content .mw-parser-output > h3 > span, .content .mw-parser-output > h4 > span, .content .mw-parser-output > h5 > span, .content .section-heading > span, .content .in-block > span { - display: table-cell; - vertical-align: middle -} - -.content .mw-parser-output > h1 > .mw-editsection > .mw-ui-icon-element, .content .mw-parser-output > h2 > .mw-editsection > .mw-ui-icon-element, .content .mw-parser-output > h3 > .mw-editsection > .mw-ui-icon-element, .content .mw-parser-output > h4 > .mw-editsection > .mw-ui-icon-element, .content .mw-parser-output > h5 > .mw-editsection > .mw-ui-icon-element, .content .section-heading > .mw-editsection > .mw-ui-icon-element, .content .in-block > .mw-editsection > .mw-ui-icon-element { - margin-top: -.75em; - margin-bottom: -.75em -} - -.client-nojs .section-heading .indicator { - display: none -} - -#page-secondary-actions { - clear: both -} - -#page-secondary-actions a { - margin: 10px 2px 2px 0 -} - -#bodyContent .panel .content, .overlay .content-header, .overlay .panel, .page-list.side-list .list-thumb, .page-list li, .topic-title-list li, .site-link-list li, .drawer, .messagebox, .errorbox, .successbox, .warningbox, .list-header, .mw-revision { - padding-left: 16px; - padding-right: 16px -} - -.talk-overlay .comment .comment-content, .image-list, .pre-content, #mw-content-text > form > .oo-ui-fieldLayout > .oo-ui-fieldLayout-body, #mw-content-text > form > .oo-ui-widget, .content, .post-content { - margin: 0 16px -} - -.minerva__subtitle { - margin-top: 10px; - margin-bottom: 10px -} - -.minerva__subtitle:empty { - margin: 0 -} - -@media all and (min-width: 720px) { - .page-summary-list, .topic-title-list, .site-link-list, .overlay .panel, .list-header { - padding-left: 3.35em; - padding-right: 3.35em - } -} - -.heading-holder { - padding: 20px 0 0; - position: relative -} - -.heading-holder .tagline { - color: #54595d; - font-size: .85em -} - -.page-heading { - margin-bottom: 12px -} - -.mw-ui-icon-element.disabled, .language-selector.disabled { - cursor: default; - opacity: .25 -} - -#page-actions { - position: relative -} - -.page-actions-menu { - -moz-box-sizing: border-box; - box-sizing: border-box; - border-top: 1px solid #eaecf0; - border-bottom: 1px solid #c8ccd1; - margin-top: -1px -} - -.page-actions-menu__list { - display: flex; - height: 3em; - justify-content: space-between -} - -.page-actions-menu__list-item { - display: flex; - justify-content: flex-end; - align-items: center; - min-width: 0; - overflow: hidden -} - -.page-actions-menu__list-item > a { - font-weight: 500 -} - -.page-actions-menu__list-item li > *:hover { - box-shadow: none -} - -.page-actions-menu__list-item:first-child { - flex-grow: 1; - justify-content: flex-start; - margin-left: -8px -} - -.page-actions-menu__list-item:last-child { - margin-right: -8px -} - -.client-nojs .watch-this-article { - visibility: hidden -} - -.client-nojs .is-authenticated .watch-this-article { - visibility: visible -} - -@media all and (max-width: 320px -1) { - .client-nojs #page-actions { - display: none - } - - .client-nojs #section_0 { - border: 0 - } -} - -.minerva-user-navigation { - display: flex; - min-width: 7em; - min-height: 3.375em; - height: 100%; - width: 100%; - align-items: center; - justify-content: flex-end; - position: relative -} - -.minerva-user-navigation > *:last-child { - margin-right: -.75em -} - -.view-border-box *, .view-border-box { - -moz-box-sizing: border-box; - box-sizing: border-box -} - -.client-js .mw-redirectedfrom, .printfooter, .jsonly { - display: none -} - -.client-js .jsonly { - display: inherit -} - -.hidden { - display: none !important -} - -#mw-mf-viewport { - position: relative; - height: 100% -} - -#mw-mf-page-center { - width: 100%; - min-height: 100%; - position: relative; - background-color: #eaecf0 -} - -.content { - position: relative; - z-index: 0 -} - -.minerva-footer { - border-top: solid 1px #c8ccd1; - overflow: auto; - padding-bottom: 6px -} - -.client-nojs footer .indicator, .client-nojs .mw-footer .indicator { - display: none -} - -footer .hlist li:after, .mw-footer .hlist li:after { - color: #36c -} - -footer > .post-content, .mw-footer > .post-content { - overflow: auto; - margin-top: 42px -} - -footer > .post-content > *, .mw-footer > .post-content > * { - margin-bottom: 9px -} - -footer > .post-content > h2, .mw-footer > .post-content > h2 { - border-bottom: solid 1px #c8ccd1; - padding-bottom: 10px; - margin-top: 42px; - font-size: 1em; - font-weight: 700 -} - -footer > .post-content > h2:first-child, .mw-footer > .post-content > h2:first-child { - margin-top: 0 -} - -footer > .post-content .hlist, .mw-footer > .post-content .hlist, footer > .post-content .license, .mw-footer > .post-content .license { - font-size: .875em -} - -.last-modified-bar { - border-bottom: solid 1px #c8ccd1; - background-color: #eaecf0; - color: #72777d; - padding-top: .75em; - padding-bottom: .75em; - font-size: .875em; - -webkit-transition: background-color 250ms, color 250ms; - transition: background-color 250ms, color 250ms -} - -.last-modified-bar a, .last-modified-bar a:visited { - color: #54595d -} - -.last-modified-bar a:nth-child(1), .last-modified-bar a:visited:nth-child(1) { - font-weight: 700 -} - -.last-modified-bar a.external { - background-image: none; - padding-right: 0 -} - -.last-modified-bar__content { - align-items: center; - display: -ms-flexbox; - display: flex -} - -.last-modified-bar__text { - padding-right: 3.5em; - padding-left: .75em; - line-height: 1.65; - vertical-align: middle; - flex-grow: 1; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap -} - -@media (max-width: 720px) { - .last-modified-bar__text { - padding-right: 1em - } -} - -@media print { - .noprint, .banner-container, .header, .minerva__tab-container, .page-actions-menu, .post-content { - display: none - } - - h1, h2, h3, h4, h5, h6 { - page-break-after: avoid - } - - table, figure, img { - page-break-inside: avoid - } - - img { - max-width: 100% - } - - img.image-lazy-loaded { - -webkit-animation: none !important; - animation: none !important - } -} - -@media print and (max-device-width: 720px) { - @page { - margin: 50px 0 - } - - html { - padding: 0 50px - } - - .header-container, .header-container.header-chrome { - background: #fff; - box-shadow: none !important - } - - .header { - border-top: 0; - display: block; - height: auto; - padding: 0 16px - } - - .header .branding-box { - padding-left: 0 !important - } - - .header .branding-box sup { - display: none !important - } - - .header > nav, .header > div { - display: none !important - } - - .header > .branding-box { - height: auto; - display: block !important; - padding: 0 0 51px 50px - } - - .header > .branding-box h1 { - font-size: inherit - } - - .header > .branding-box h1 > * { - float: none - } - - .header > .branding-box h1 img { - height: 41px; - width: auto; - vertical-align: inherit - } - - .hatnote, .pre-content #page-actions { - display: none - } - - .pre-content { - display: block; - padding: 51px 0 35px - } - - .pre-content h1 { - font-size: 70px; - font-weight: 400; - font-style: italic; - font-stretch: normal; - line-height: normal; - letter-spacing: normal; - text-align: left; - color: #000 - } - - .pre-content .tagline { - font-size: 36px - } - - .mw-body > .content { - padding-top: 55px; - position: relative - } - - .mw-body > .content:before { - top: 0 - } - - .thumbinner { - width: auto !important - } - - .thumbinner > a { - width: 100% - } - - .thumb { - position: relative; - padding: 58px 0 !important; - text-align: left; - margin: 0 !important - } - - .thumb:after { - bottom: 30px - } - - .thumb:after, .mw-body > .content:before { - position: absolute; - left: 0; - content: ''; - display: block; - width: 55px; - height: 2px; - background: #999 - } - - .thumbcaption { - margin-top: 23px !important; - width: 100%; - font-style: italic; - font-size: 28px - } - - [class|=mw-content] { - font-size: 36px - } - - [class|=mw-content] a { - text-decoration: underline; - color: #202122 - } - - [class|=mw-content] blockquote { - color: #54595d; - padding: 5px 39px; - font-style: italic - } - - [class|=mw-content] .section-heading { - border-bottom: 0; - padding-bottom: 0; - margin-bottom: 16px - } - - [class|=mw-content] h2 { - font-size: 48px - } - - [class|=mw-content] h3 { - font-size: 40px; - margin-bottom: 13px - } - - [class|=mw-content] h4, [class|=mw-content] h5, [class|=mw-content] h6 { - font-size: 36px; - margin-bottom: 12px - } - - [class|=mw-content] .wikitable { - font-size: 16px - } - - [class|=mw-content] .infobox { - font-size: 30px - } - - .references .mw-cite-backlink { - display: none - } - - .references .reference-text { - font-style: italic - } - - .references a { - text-decoration: none - } - - .references .external.text { - background-image: none - } - - .printfooter { - display: block; - padding-top: 108px; - font-size: 30px - } - - #mw-mf-page-center > footer { - border-top: solid 4px #000; - padding-top: 23px; - background: #fff !important - } - - #mw-mf-page-center > footer .mw-ui-icon:before { - display: none !important - } - - #mw-mf-page-center > footer .last-modified-bar { - background: 0 0 !important; - border: 0 !important - } - - #mw-mf-page-center > footer .last-modifier-tagline { - font-size: 36px; - padding-top: 0 !important; - padding-bottom: 16px !important - } - - #mw-mf-page-center > footer .last-modified-bar, #mw-mf-page-center > footer .last-modified-bar a { - font-weight: 700 !important; - color: #000 !important - } - - #mw-mf-page-center > footer .post-content { - margin-top: 15px !important; - display: block - } - - #mw-mf-page-center > footer .post-content .hlist, #mw-mf-page-center > footer .post-content h2 { - display: none - } - - #mw-mf-page-center > footer .post-content .license a, #mw-mf-page-center > footer .post-content .license { - font-size: 30px; - color: #999; - font-weight: 400 - } -} - -@font-face { - font-family: raleway; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2) format('woff2'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F -} - -@font-face { - font-family: raleway; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2) format('woff2'); - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116 -} - -@font-face { - font-family: raleway; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2) format('woff2'); - unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB -} - -@font-face { - font-family: raleway; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2) format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF -} - -@font-face { - font-family: raleway; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD -} - -@font-face { - font-family: neuton; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBRrPtMoH62xUZCyrg2Wi_FBw.woff2) format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF -} - -@font-face { - font-family: neuton; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBRrPtMoH62xUZCyrg4Wi8.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 200; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBQrPtMoH62xUZKAKkvcwr4Pro.woff2) format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 200; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBQrPtMoH62xUZKAKkvfQr4.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 300; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBQrPtMoH62xUZKZKovcwr4Pro.woff2) format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 300; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBQrPtMoH62xUZKZKovfQr4.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBTrPtMoH62xUZCwYg6Qis.woff2) format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBTrPtMoH62xUZCz4g6.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBQrPtMoH62xUZKdK0vcwr4Pro.woff2) format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBQrPtMoH62xUZKdK0vfQr4.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 800; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBQrPtMoH62xUZKaK4vcwr4Pro.woff2) format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF -} - -@font-face { - font-family: neuton; - font-style: normal; - font-weight: 800; - font-display: swap; - src: url(https://fonts.gstatic.com/s/neuton/v16/UMBQrPtMoH62xUZKaK4vfQr4.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD -} - -@media screen and (min-width: 1000px) { - .header { - max-width: 1250px !important - } -} - -.banner-container, .header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, .last-modified-bar, #mw-content-text > form { - max-width: 1250px !important -} - -.page-Main_Page .page-heading, .page-Main_Page .pre-content { - display: none !important -} - -.page-Main_Page pre { - display: none -} - -.page-Main_Page .blocks-list { - display: flex; - flex-wrap: wrap; - justify-content: space-evenly; - list-style: none; - column-gap: 20px; - row-gap: 20px; - padding: 0; - margin: 0 -} - -.page-Main_Page .blocks-item { - box-sizing: border-box; - color: #ffc376; - display: flex; - flex: 1 0 180px; - text-align: center; - margin: 0 !important; - border: 1px solid #ecebeb; - border-radius: 8px; - box-shadow: 0 2px 15px rgba(175, 175, 175, .2); - flex-flow: wrap; - position: relative -} - -.page-Main_Page .blocks-item:hover { - box-shadow: 0 2px 15px rgba(231, 135, 27, .4) !important; - cursor: pointer; - top: -2px -} - -.page-Main_Page .blocks-item > a { - color: #ffc376; - padding: 0 10px 15px; - display: flex; - flex-direction: column; - flex: 1; - justify-content: center; - border-radius: inherit; - text-decoration: none; - background-color: transparent -} - -.page-Main_Page .block-icon { - background-position: top center; - background-repeat: no-repeat; - background-size: contain; - height: 140px; - margin: 0; - transition: all .1s ease-in-out -} - -.page-Main_Page .blocks-item-title { - margin: 0; - font-size: 22px; - color: #ffc376 -} - -.page-Main_Page .blocks-item-description:not(:empty) { - margin-top: 10px -} - -.page-Main_Page .blocks-item-description { - font-weight: 300; - margin: 0; - color: #1a1a1a -} - -.page-Main_Page .block-icon:before { - content: ""; - display: block; - position: relative -} - -.page-Main_Page .blocks-item#block-accessories > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/accessories.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/accessories.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/accessories.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/accessories.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/accessories.png) 2x) -} - -.page-Main_Page .blocks-item#block-accessories > a > .block-icon:before, .page-Main_Page .blocks-item#block-accessories:hover > a > .block-icon, .page-Main_Page .blocks-item#block-accessories > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/accessories.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/accessories.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/accessories.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/accessories.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/accessories.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-armor > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/armor.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/armor.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/armor.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/armor.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/armor.png) 2x) -} - -.page-Main_Page .blocks-item#block-armor > a > .block-icon:before, .page-Main_Page .blocks-item#block-armor:hover > a > .block-icon, .page-Main_Page .blocks-item#block-armor > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/armor.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/armor.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/armor.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/armor.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/armor.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-collections > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/collections.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/collections.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/collections.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/collections.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/collections.png) 2x) -} - -.page-Main_Page .blocks-item#block-collections > a > .block-icon:before, .page-Main_Page .blocks-item#block-collections:hover > a > .block-icon, .page-Main_Page .blocks-item#block-collections > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/collections.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/collections.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/collections.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/collections.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/collections.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-hub > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/hub.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/hub.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/hub.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/hub.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/hub.png) 2x) -} - -.page-Main_Page .blocks-item#block-hub > a > .block-icon:before, .page-Main_Page .blocks-item#block-hub:hover > a > .block-icon, .page-Main_Page .blocks-item#block-hub > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/hub.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/hub.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/hub.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/hub.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/hub.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-fairysouls > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/fairysouls.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/fairysouls.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/fairysouls.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/fairysouls.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/fairysouls.png) 2x) -} - -.page-Main_Page .blocks-item#block-fairysouls > a > .block-icon:before, .page-Main_Page .blocks-item#block-fairysouls:hover > a > .block-icon, .page-Main_Page .blocks-item#block-fairysouls > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/fairysouls.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/fairysouls.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/fairysouls.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/fairysouls.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/fairysouls.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-island > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/island.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/island.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/island.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/island.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/island.png) 2x) -} - -.page-Main_Page .blocks-item#block-island > a > .block-icon:before, .page-Main_Page .blocks-item#block-island:hover > a > .block-icon, .page-Main_Page .blocks-item#block-island > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/island.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/island.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/island.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/island.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/island.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-locations > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/locations.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/locations.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/locations.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/locations.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/locations.png) 2x) -} - -.page-Main_Page .blocks-item#block-locations > a > .block-icon:before, .page-Main_Page .blocks-item#block-locations:hover > a > .block-icon, .page-Main_Page .blocks-item#block-locations > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/locations.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/locations.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/locations.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/locations.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/locations.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-minions > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/minions.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/minions.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/minions.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/minions.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/minions.png) 2x) -} - -.page-Main_Page .blocks-item#block-minions > a > .block-icon:before, .page-Main_Page .blocks-item#block-minions:hover > a > .block-icon, .page-Main_Page .blocks-item#block-minions > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/minions.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/minions.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/minions.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/minions.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/minions.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-pets > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/pets.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/pets.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/pets.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/pets.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/pets.png) 2x) -} - -.page-Main_Page .blocks-item#block-pets > a > .block-icon:before, .page-Main_Page .blocks-item#block-pets:hover > a > .block-icon, .page-Main_Page .blocks-item#block-pets > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/pets.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/pets.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/pets.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/pets.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/pets.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-reforging > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/reforging.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/reforging.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/reforging.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/reforging.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/reforging.png) 2x) -} - -.page-Main_Page .blocks-item#block-reforging > a > .block-icon:before, .page-Main_Page .blocks-item#block-reforging:hover > a > .block-icon, .page-Main_Page .blocks-item#block-reforging > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/reforging.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/reforging.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/reforging.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/reforging.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/reforging.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-skills > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/skills.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/skills.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/skills.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/skills.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/skills.png) 2x) -} - -.page-Main_Page .blocks-item#block-skills > a > .block-icon:before, .page-Main_Page .blocks-item#block-skills:hover > a > .block-icon, .page-Main_Page .blocks-item#block-skills > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/skills.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/skills.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/skills.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/skills.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/skills.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-stats > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/stats.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/stats.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/stats.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/stats.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/stats.png) 2x) -} - -.page-Main_Page .blocks-item#block-stats > a > .block-icon:before, .page-Main_Page .blocks-item#block-stats:hover > a > .block-icon, .page-Main_Page .blocks-item#block-stats > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/stats.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/stats.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/stats.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/stats.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/stats.ro.png) 2x) -} - -.page-Main_Page .blocks-item#block-weapons > a > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/weapons.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/weapons.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/weapons.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/weapons.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/weapons.png) 2x) -} - -.page-Main_Page .blocks-item#block-weapons > a > .block-icon:before, .page-Main_Page .blocks-item#block-weapons:hover > a > .block-icon, .page-Main_Page .blocks-item#block-weapons > a:focus > .block-icon { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/low-res/weapons.ro.png); - background-image: image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/weapons.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/weapons.ro.png) 2x); - background-image: -webkit-image-set(url(https://wiki.hypixel.net/images/hypixel/icons/low-res/weapons.ro.png) 1x, url(https://wiki.hypixel.net/images/hypixel/icons/hi-res/weapons.ro.png) 2x) -} - -.page-Main_Page #wrapper { - display: flex; - flex-direction: row; - column-gap: 50px; - row-gap: 50px; - justify-content: space-between -} - -.page-Main_Page #wrapper #content { - display: flex; - flex-direction: column; - row-gap: 50px -} - -.page-Main_Page #wrapper #content #introduction { - display: flex; - flex-direction: row; - column-gap: 25px; - row-gap: 25px; - align-content: center -} - -.page-Main_Page #wrapper #content #introduction #welcome { - margin: .5em 0 -} - -.page-Main_Page #wrapper #content #introduction .blocks-item { - margin: 0 !important -} - -.page-Main_Page #wrapper #content #statistics .stats-list { - display: flex; - flex-wrap: wrap; - list-style: none; - justify-content: space-evenly; - padding: 0; - row-gap: 25px -} - -.page-Main_Page #wrapper #content #statistics .stats-list .stats-item { - margin: 0 -} - -.page-Main_Page #wrapper #content #statistics .stats-list .stats-item .stats-icon { - background-position: center; - background-size: contain; - background-repeat: no-repeat; - height: 55px; - width: 55px; - display: inline-block; - position: relative; - vertical-align: middle -} - -.page-Main_Page #wrapper #content #statistics .stats-list .stats-item .stats-icon.stats-icon-edits { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/edits.png) -} - -.page-Main_Page #wrapper #content #statistics .stats-list .stats-item .stats-icon.stats-icon-pages { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/pages.png) -} - -.page-Main_Page #wrapper #content #statistics .stats-list .stats-item .stats-icon.stats-icon-files { - background-image: url(https://wiki.hypixel.net/images/hypixel/icons/files.png) -} - -.page-Main_Page #wrapper #content #statistics .stats-list .stats-item .stats-item-text { - vertical-align: middle; - display: inline-flex; - position: relative; - flex-direction: column; - flex-wrap: nowrap; - justify-content: center; - align-content: center; - margin: 0 15px -} - -.page-Main_Page #wrapper #content #statistics .stats-list .stats-item .stats-item-text span:first-child { - font-size: 20px -} - -.page-Main_Page #wrapper #content #statistics .stats-list .stats-item .stats-item-text span:nth-child(2) { - font-size: 16px -} - -.page-Main_Page #wrapper #content #other-game-content ul { - columns: 200px auto -} - -.page-Main_Page #wrapper #content .content-heading { - height: 50px; - background-color: #1f1f1f; - border: 1px solid #333; - border-image: url(https://wiki.hypixel.net/images/hypixel/borders/classic_border.png) 1000 1000 repeat !important; - border-image-width: 35px !important; - border-image-outset: 2px !important; - margin: 0 0 1em; - font-size: 20px; - display: flex; - justify-content: center; - align-items: center -} - -.page-Main_Page #wrapper #sidebar { - display: flex; - flex-direction: column; - row-gap: 50px -} - -.page-Main_Page #wrapper #sidebar .sidebar-heading { - text-align: center; - font-size: 20px -} - -.page-Main_Page #wrapper #sidebar .sidebar-content { - display: flex; - flex-direction: column; - flex-wrap: nowrap; - row-gap: 15px; - background-color: #1f1f1f; - padding: 20px; - border-radius: 3px; - border: 1px solid #333; - border-image: url(https://wiki.hypixel.net/images/hypixel/borders/square_border.png) 500 500 repeat; - border-image-width: 35px !important; - border-image-outset: 2px !important -} - -.page-Main_Page #wrapper #sidebar #clock { - display: none -} - -.page-Main_Page #wrapper #sidebar #clock p { - text-align: center; - margin: 0 -} - -.page-Main_Page #wrapper #sidebar #clock #clock-time { - font-size: 2em -} - -.page-Main_Page #wrapper #sidebar #clock #clock-date { - font-size: 1em -} - -@media (max-width: 1000px) { - #wrapper { - flex-wrap: wrap - } -} - -@media (max-width: 720px) { - #introduction { - flex-wrap: wrap; - justify-content: center - } - - .stats-list { - flex-direction: column; - align-content: center - } -} - -.mw-ui-button.mw-ui-progressive { - background-color: #e7871b; - color: #fff; - border: 1px solid #e7871b -} - -.oo-ui-panelLayout-framed { - background-color: #eaecf0 !important; - border-radius: 4px; - border: none !important -} - -.oo-ui-dropdownInputWidget.oo-ui-widget-enabled { - background-color: transparent -} - -ul.mw-contributions-list li { - min-height: 0 !important -} - -ul.special li { - min-height: 0 !important -} - -body { - color: transparent; - background-color: transparent; - font-family: Raleway, helvetica, serif !important -} - -#content h1, #content h2, #content h3 { - font-family: Neuton, Raleway, helvetica, serif !important -} - -html, #mw-mf-page-center, #mw-script-doc, #content, .navbox, .navbox-subgroup, .overlay.search-overlay { - background-color: #fff !important -} - -.overlay.search-overlay { - background-color: #fff !important -} - -.overlay.search-overlay .search-box { - display: block !important; - position: relative !important -} - -a.external { - background-image: none !important; - padding-right: 0 !important -} - -.mw-body h2.list-header { - margin-top: 16px -} - -.page-heading > h1 { - font-size: 1.7em !important; - font-weight: 400 !important; - line-height: 1.3; - word-wrap: break-word; - word-break: break-word -} - -.list-header { - background-color: transparent; - color: inherit -} - -#toc ul { - list-style: decimal -} - -#mw-toc-heading::before { - background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJsaXN0IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtbGlzdCBmYS13LTE2IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik04MCAzNjhIMTZhMTYgMTYgMCAwIDAtMTYgMTZ2NjRhMTYgMTYgMCAwIDAgMTYgMTZoNjRhMTYgMTYgMCAwIDAgMTYtMTZ2LTY0YTE2IDE2IDAgMCAwLTE2LTE2em0wLTMyMEgxNkExNiAxNiAwIDAgMCAwIDY0djY0YTE2IDE2IDAgMCAwIDE2IDE2aDY0YTE2IDE2IDAgMCAwIDE2LTE2VjY0YTE2IDE2IDAgMCAwLTE2LTE2em0wIDE2MEgxNmExNiAxNiAwIDAgMC0xNiAxNnY2NGExNiAxNiAwIDAgMCAxNiAxNmg2NGExNiAxNiAwIDAgMCAxNi0xNnYtNjRhMTYgMTYgMCAwIDAtMTYtMTZ6bTQxNiAxNzZIMTc2YTE2IDE2IDAgMCAwLTE2IDE2djMyYTE2IDE2IDAgMCAwIDE2IDE2aDMyMGExNiAxNiAwIDAgMCAxNi0xNnYtMzJhMTYgMTYgMCAwIDAtMTYtMTZ6bTAtMzIwSDE3NmExNiAxNiAwIDAgMC0xNiAxNnYzMmExNiAxNiAwIDAgMCAxNiAxNmgzMjBhMTYgMTYgMCAwIDAgMTYtMTZWODBhMTYgMTYgMCAwIDAtMTYtMTZ6bTAgMTYwSDE3NmExNiAxNiAwIDAgMC0xNiAxNnYzMmExNiAxNiAwIDAgMCAxNiAxNmgzMjBhMTYgMTYgMCAwIDAgMTYtMTZ2LTMyYTE2IDE2IDAgMCAwLTE2LTE2eiI+PC9wYXRoPjwvc3ZnPg==); - content: ""; - float: left; - height: 14px; - left: -14px; - position: relative; - top: 5px; - width: 14px -} - -#footer-company { - padding: 0 50px 0 0 -} - -#footer-links { - display: flex; - flex: 1; - flex-direction: column; - flex-wrap: wrap; - font-size: 15px; - max-height: 120px -} - -