diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-09 18:28:03 -0400 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-09 18:28:03 -0400 |
| commit | 5cf1e871f1f9fa5601384c90af7868dd557f92f6 (patch) | |
| tree | c4e2e2d6a999c974ab6c5fecfe957737cb173038 /src | |
| parent | 05dd7d3e4890966cbdb6d944b6a85a2a6e158921 (diff) | |
| download | NotEnoughUpdates-5cf1e871f1f9fa5601384c90af7868dd557f92f6.tar.gz NotEnoughUpdates-5cf1e871f1f9fa5601384c90af7868dd557f92f6.tar.bz2 NotEnoughUpdates-5cf1e871f1f9fa5601384c90af7868dd557f92f6.zip | |
revert css formatting
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/assets/notenoughupdates/official-wiki.css | 22623 |
1 files changed, 1 insertions, 22622 deletions
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 <https://www.gnu.org/licenses/>. - */ - -.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 |
