Jump to content

User:B10111/minerva.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
B10111 (talk | contribs)
revert cssopt
B10111 (talk | contribs)
No edit summary
Line 1: Line 1:
.content h1, .content h2, .content h3, .content h4, .content h6, .pre-content h1, .pre-content h2, .pre-content h3, .pre-content h4, .pre-content h6, h1, h2, h3, h4, h6 { page-break-after: avoid!important; }
.content h1,.content h2,.content h3,.content h4,.content h6,.pre-content h1,.pre-content h2,.pre-content h3,.pre-content h4,.pre-content h6,h1,h2,h3,h4,h6 {
page-break-after: avoid!important
}


:root {
:root { --translucent-background: transparent; --infobox-background: rgba(255, 255, 255, 1); --menu-background: rgba(234, 236, 240, 1); --hatnote-background: rgba(234, 236, 240, 0.8); --body-background: #ffffff; --text-color: #000000; --link-color: #3366cc; --visited-link-color: #6684df; --filter: none; --caption: #54595d; --image-border: none; }
--translucent-background: transparent;
--infobox-background: rgba(255,255,255,1);
--menu-background: rgba(234,236,240,1);
--hatnote-background: rgba(234,236,240,0.8);
--body-background: #ffffff;
--text-color: #000000;
--link-color: #6684df;
--visited-link-color: #e674de!important;
--filter: none;
--caption: #54595d;
--image-border: none
}


#mw-mf-page-left ul.hlist li a, .content table.infobox a, .dablink a, .hatnote a, .rellink a, a { color: var(--link-color); }
#mw-mf-page-left ul.hlist li a,.content table.infobox a,.dablink a,.hatnote a,.rellink a,a {
color: var(--link-color)
}


#mw-mf-page-left ul li a, .client-js .mw-edittools-section input[type=button], .content table.infobox, .minerva__tab-container .minerva__tab.new, .minerva__tab-container .minerva__tab.new:active, .minerva__tab-container .minerva__tab.new:hover, .minerva__tab-container .minerva__tab.new:visited, .minerva__tab-container .minerva__tab:active, .minerva__tab-container .minerva__tab:hover, .minerva__tab-container .minerva__tab:visited, .oo-ui-toolbar-bar, .overlay.search-overlay li.page-summary .wikidata-description, .page-summary h2, .page-summary h3, .pre-content h1, .toggle-list-item__label, h2 .mw-headline, h3 .mw-headline, h4 .mw-headline { color: var(--text-color); }
#mw-mf-page-left ul li a,.client-js .mw-edittools-section input[type=button],.content table.infobox,.minerva__tab-container .minerva__tab.new,.minerva__tab-container .minerva__tab.new:active,.minerva__tab-container .minerva__tab.new:hover,.minerva__tab-container .minerva__tab.new:visited,.minerva__tab-container .minerva__tab:active,.minerva__tab-container .minerva__tab:hover,.minerva__tab-container .minerva__tab:visited,.oo-ui-toolbar-bar,.overlay.search-overlay li.page-summary .wikidata-description,.page-summary h2,.page-summary h3,.pre-content h1,.toggle-list-item__label,h2 .mw-headline,h3 .mw-headline,h4 .mw-headline {
color: var(--text-color)
}


#mw-mf-page-left, .hatnote, .overlay-footer-container, .overlay-header-container, .toggle-list-item:hover, .toggle-list__list { background: var(--body-background); }
#mw-mf-page-left,.hatnote,.overlay-footer-container,.overlay-header-container,.toggle-list-item:hover,.toggle-list__list {
background: var(--body-background)
}


.content table.infobox {
.content table.infobox { background: #ffffff10!important; border: 0; background: var(--menu-background)!important; border-radius: 4px; font-size: .85em!important; padding: 0!important; line-height: normal!important; display: table!important; }
background: #ffffff10!important;
border: 0;
background: var(--menu-background)!important;
border-radius: 4px;
font-size: .85em!important;
padding: 0!important;
line-height: normal!important;
display: table!important
}


#mw-mf-page-left {
#mw-mf-page-left { -webkit-transform: translate(100%,0); -moz-transform: translate(100%,0); -ms-transform: translate(100%,0); transform: translate(100%,0); top: 45px; right: unset; left: -1em!important; z-index: 100!important; position: absolute; height: 100vh; margin: 0; box-shadow: none!important; min-width: 20vw!important; }
-webkit-transform: translate(100%,0);
-moz-transform: translate(100%,0);
-ms-transform: translate(100%,0);
transform: translate(100%,0);
top: 45px;
right: unset;
left: -1em!important;
z-index: 100!important;
position: absolute;
height: 100vh;
margin: 0;
box-shadow: none!important;
min-width: 20vw!important
}


#main-menu-input:checked~.main-menu-mask, .mw-editsection:hover { opacity: 1; }
#main-menu-input:checked~.main-menu-mask,.mw-editsection:hover {
opacity: 1
}


.mw-searchresults-has-iw .iw-resultset { background: var(--infobox-background); }
.mw-searchresults-has-iw .iw-resultset {
background: var(--infobox-background)
}


#main-menu-input:checked ~ body { overflow: hidden!important; }
#main-menu-input:checked ~ body {
overflow: hidden!important
}


.main-menu-mask { background: rgba(0,0,0,.2); }
.main-menu-mask {
background: rgba(0,0,0,.2)
}


#content, #mw-mf-page-center, .mw-body, body, html { background: var(--body-background); color: var(--text-color); }
#content,#mw-mf-page-center,.mw-body,body,html {
background: var(--body-background);
color: var(--text-color)
}


.mw-highlight { background: var(--translucent-background); border-radius: 0; border: 0; }
.mw-highlight {
background: var(--translucent-background);
border-radius: 0;
border: 0
}


#mw-usercssyoucanpreview, .wikitable, table { background: #fff; }
#mw-usercssyoucanpreview,.wikitable,table {
background: #fff
}


.branding-box img, .haudio, .mw-ui-icon-before:before, .mw-ui-icon-element, .oo-ui-iconElement-icon, .oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon, .oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator, .unicode { filter: var(--filter); }
.branding-box img,.haudio,.mw-ui-icon-before:before,.mw-ui-icon-element,.oo-ui-iconElement-icon,.oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,.oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator,.unicode {
filter: var(--filter)
}


.header .branding-box { width: 0; transition: none; opacity: 1; }
.header .branding-box {
width: 0;
transition: none;
opacity: 1
}


.header .branding-box a img, .header .branding-box h1 img { transition: none; vertical-align: middle; filter: invert(1)!important; filter: none!important; margin-left: 10px!important; }
.header .branding-box a img,.header .branding-box h1 img {
transition: none;
vertical-align: middle;
filter: invert(1)!important;
filter: none!important;
margin-left: 10px!important
}


.client-js .toc { background-color: var(--body-background); border-radius: 0; }
.client-js .toc {
background-color: var(--body-background);
border-radius: 0
}


#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read { opacity: 1; filter: var(--filter); }
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read,#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
opacity: 1;
filter: var(--filter)
}


.content .thumb .thumbinner, .content figure .thumbinner { border-radius: 0; border: 0; background: var(--infobox-background); box-shadow: none; }
.content .thumb .thumbinner,.content figure .thumbinner {
border-radius: 0;
border: 0;
background: var(--infobox-background);
box-shadow: none
}


.infobox .thumb, .infobox .thumbimage, .infobox img { border-radius: 0!important; }
.infobox .thumb,.infobox .thumbimage,.infobox img {
border-radius: 0!important
}


.header, .infobox.geography td, .infobox.geography th { border-top: none; }
.header,.infobox.geography td,.infobox.geography th {
border-top: none
}


.content table caption { background: 0 0; }
.content table caption {
background: 0 0
}


.infobox img { background: rgba(255,255,255,.7); }
.infobox img {
background: rgba(255,255,255,.7)
}


.overlay, .overlay.search-overlay { background: var(--translucent-background); }
.overlay,.overlay.search-overlay {
background: var(--translucent-background)
}


.content table.infobox a:visited, .infobox a:visited, .wikitable a:visited, a:visited, table a:visited { color: var(--visited-link-color); }
.content table.infobox a:visited,.infobox a:visited,.wikitable a:visited,a:visited,table a:visited {
color: var(--visited-link-color)
}


.content .infobox td, .content .infobox th, .content .mw-parser-output>h2, .content .section-heading, .infobox tr:first-child td, .infobox tr:nth-child(2) td { border-bottom: none; }
.content .infobox td,.content .infobox th,.content .mw-parser-output>h2,.content .section-heading,.infobox tr:first-child td,.infobox tr:nth-child(2) td {
border-bottom: none
}


.infobox a, .wikitable a, table a { color: #36c; }
.infobox a,.wikitable a,table a {
color: #6684df
}


.content .infobox td:only-child, .content .infobox th:only-child { flex: 1!important; background: 0 0!important; padding: .2em 0 .3em!important; }
.content .infobox td:only-child,.content .infobox th:only-child {
flex: 1!important;
background: 0 0!important;
padding: .2em 0 .3em!important
}


.content .infobox tbody > tr > td, .content .infobox tbody > tr > th { background: 0 0!important; }
.content .infobox tbody > tr > td,.content .infobox tbody > tr > th {
background: 0 0!important
}


#searchInput { border-radius: 0; }
#searchInput {
border-radius: 0
}


.search-overlay { z-index: 3; }
.search-overlay {
z-index: 3
}


#mw-mf-page-left ul { padding-bottom: 0; padding-top: 22px; }
#mw-mf-page-left ul {
padding-bottom: 0;
padding-top: 22px
}


#mw-mf-page-left ul li { background: 0 0; border: 0; }
#mw-mf-page-left ul li {
background: 0 0;
border: 0
}


.overlay.search-overlay.visible { overflow: scroll; }
.overlay.search-overlay.visible {
overflow: scroll
}


.overlay.search-overlay .results, .overlay.search-overlay .search-feedback { background: 0 0; box-shadow: none; }
.overlay.search-overlay .results,.overlay.search-overlay .search-feedback {
background: 0 0;
box-shadow: none
}


.overlay.search-overlay li.page-summary { margin-bottom: 20px; margin-top: 10px; }
.overlay.search-overlay li.page-summary {
margin-bottom: 20px;
margin-top: 10px
}


.page-list, .site-link-list, .topic-title-list { overflow: visible; }
.page-list,.site-link-list,.topic-title-list {
overflow: visible
}


.list-thumb.list-thumb-none, .list-thumb.list-thumb-y, .results-list-container div { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.list-thumb.list-thumb-none,.list-thumb.list-thumb-y,.results-list-container div {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}


.overlay.search-overlay .search-content { border-bottom: 0; }
.overlay.search-overlay .search-content {
border-bottom: 0
}


.header-container.header-chrome { background: var(--body-background); top: 0; box-sizing: border-box; border: 0; height: auto; box-shadow: none; transition: none; position: absolute; left: 0; right: unset!important; z-index: 200!important; width: 100%; }
.header-container.header-chrome {
background: var(--body-background);
top: 0;
box-sizing: border-box;
border: 0;
height: auto;
box-shadow: none;
transition: none;
position: absolute;
left: 0;
right: unset!important;
z-index: 200!important;
width: 100%
}


@media screen and (max-width:768px) { #mw-mf-viewport { padding-top: initial; }
@media screen and (max-width: 768px) {
#mw-mf-viewport {
padding-top:initial
}

.header-container.header-chrome { width: 100%; height: auto; }
.header-container.header-chrome {
width: 100%;
height: auto
}

.content .thumbcaption, .content figcaption { color: var(--text-color); padding: initial; }
.content .thumbcaption,.content figcaption {
color: var(--text-color);
padding: initial
}

.notifications-overlay.navigation-drawer { top: initial; }
.notifications-overlay.navigation-drawer {
top: initial
}
}
}


.header-chrome.overlay-header-container + .overlay-content { padding-top: 0; margin-top: initial; }
.header-chrome.overlay-header-container + .overlay-content {
padding-top: 0;
margin-top: initial
}


.overlay-content { z-index: 1; }
.overlay-content {
z-index: 1
}


#bodyContent { margin-top: initial; }
#bodyContent {
margin-top: initial
}


.content h1, .pre-content h1, body, h1, h2 .mw-headline, h3 .mw-headline, h4 .mw-headline, p { font-family: -apple-system,BlinkMacSystemFont,'SF Pro Text','Helvetica Neue',sans-serif; }
.content h1,.pre-content h1,body,h1,h2 .mw-headline,h3 .mw-headline,h4 .mw-headline,p {
font-family: -apple-system,BlinkMacSystemFont,'SF Pro Text','Helvetica Neue',sans-serif
}


.thumbinner img { width: 100%; }
.thumbinner img {
width: 100%
}


.thumbinner { display: contents; }
.thumbinner {
display: contents
}


.content .thumbcaption, .content figcaption { background: var(--background-color); margin: 2px 0 0; font-size: 85%!important; line-height: 1.5; padding: 0!important; color: var(--caption); text-align: center; }
.content .thumbcaption,.content figcaption {
background: var(--background-color);
margin: 2px 0 0;
font-size: 85%!important;
line-height: 1.5;
padding: 0!important;
color: var(--caption);
text-align: center
}


h3 .mw-headline { font-weight: 600; font-size: 25px; }
h3 .mw-headline {
font-weight: 600;
font-size: 25px
}


.minerva-footer, footer .last-modified-bar, footer > .post-content > h2 { border-bottom: none; border-top: none; }
.minerva-footer,footer .last-modified-bar,footer > .post-content > h2 {
border-bottom: none;
border-top: none
}


.overlay.media-viewer .cancel { top: initial; }
.overlay.media-viewer .cancel {
top: initial
}


.infobox { padding: 0; }
.infobox {
padding: 0
}


.infobox, .thumbimage, table { border-radius: 0; box-shadow: none; }
.infobox,.thumbimage,table {
border-radius: 0;
box-shadow: none
}


input { border-radius: 4px; }
input {
border-radius: 4px
}


.header { height: 100%; }
.header {
height: 100%
}


.overlay.search-overlay .header input, .overlay.search-overlay li.page-summary { border-radius: 0; border: 0; box-shadow: none; }
.overlay.search-overlay .header input,.overlay.search-overlay li.page-summary {
border-radius: 0;
border: 0;
box-shadow: none
}


.client-js #searchIcon { display: block; }
.client-js #searchIcon {
display: block
}


#mw-clearyourcache, .main-menu-mask, .skin-minerva-search-trigger, a[title='Wikipedia:Citation needed'] span { display: none; }
#mw-clearyourcache,.main-menu-mask,.skin-minerva-search-trigger,a[title='Wikipedia:Citation needed'] span {
display: none
}


table.infobox { max-width: 500px; }
table.infobox {
max-width: 500px
}


thead { border: 1px solid rgba(84,89,93,.3); }
thead {
border: 1px solid rgba(84,89,93,.3)
}


thead th { background-color: rgba(234,236,240,.8)!important; }
thead th {
background-color: rgba(234,236,240,.8)!important
}


.oo-ui-toolbar-bar { background-color: var(--body-background); }
.oo-ui-toolbar-bar {
background-color: var(--body-background)
}


.heading-holder { padding: 0; position: relative; }
.heading-holder {
padding: 0;
position: relative
}


header { font-size: 85%; }
header {
font-size: 85%
}


#content { font-size: 90%; }
#content {
font-size: 90%
}


.navigation-drawer { max-width: 30px!important; }
.navigation-drawer {
max-width: 30px!important
}


.branding-box { margin-left: -30px!important; margin-right: 10px!important; }
.branding-box {
margin-left: -30px!important;
margin-right: 10px!important
}


#mw-mf-main-menu-button, nav.navigation-drawer.toggle-list.view-border-box { width: 30px!important; max-width: 30px!important; }
#mw-mf-main-menu-button,nav.navigation-drawer.toggle-list.view-border-box {
width: 30px!important;
max-width: 30px!important
}


.branding-box img { width: 100px!important; }
.branding-box img {
width: 100px!important
}


.header .search-box .search { width: 45em; max-width: 45em; }
.header .search-box .search {
width: 45em;
max-width: 45em
}


.wikitable, table { color: unset; background: unset; width: auto!important; margin: 0!important; padding: .5em .5em 1em 0!important; }
.wikitable,table {
color: unset;
background: unset;
width: auto!important;
margin: 0!important;
padding: .5em .5em 1em 0!important
}


.hatnote, .header-container { background: var(--menu-background); }
.hatnote,.header-container {
background: var(--menu-background)
}


dl { margin-left: 0; }
dl {
margin-left: 0
}


body { zoom: 0.8; }
body {
zoom:0.8}


.content h1, .pre-content h1, h1 { display: block!important; font-size: 2.15em!important; font-weight: 700!important; margin: .67em 0 .1em; padding: 0!important; }
.content h1,.pre-content h1,h1 {
display: block!important;
font-size: 2.15em!important;
font-weight: 700!important;
margin: .67em 0 .1em;
padding: 0!important
}


.content h3, .pre-content h3, h3 { font-size: 1.75em!important; margin: 1em 0 .1em; }
.content h3,.pre-content h3,h3 {
font-size: 1.75em!important;
margin: 1em 0 .1em
}


.content h2, .pre-content h2, h2 { font-size: 1.9em!important; margin: .83em 0 .1em; }
.content h2,.pre-content h2,h2 {
font-size: 1.9em!important;
margin: .83em 0 .1em
}


.content h2, .content h3, .content h4, .content h5, .pre-content h2, .pre-content h3, .pre-content h4, .pre-content h5, h2, h3, h4, h5 { font-weight: 400!important; }
.content h2,.content h3,.content h4,.content h5,.pre-content h2,.pre-content h3,.pre-content h4,.pre-content h5,h2,h3,h4,h5 {
font-weight: 400!important
}


.content h2, .content h3, .content h4, .content h5, .content h6, .pre-content h2, .pre-content h3, .pre-content h4, .pre-content h5, .pre-content h6, h2, h3, h4, h5, h6 { display: block!important; padding: 0!important; font-family: -apple-system,BlinkMacSystemFont,'SF Pro Text','Helvetica Neue',sans-serif; }
.content h2,.content h3,.content h4,.content h5,.content h6,.pre-content h2,.pre-content h3,.pre-content h4,.pre-content h5,.pre-content h6,h2,h3,h4,h5,h6 {
display: block!important;
padding: 0!important;
font-family: -apple-system,BlinkMacSystemFont,'SF Pro Text','Helvetica Neue',sans-serif
}


.content h6, .pre-content h6, h6 { font-size: 1em!important; font-weight: 700!important; margin: 2em 0 .1em; }
.content h6,.pre-content h6,h6 {
font-size: 1em!important;
font-weight: 700!important;
margin: 2em 0 .1em
}


.content h4, .pre-content h4, h4 { font-size: 1.5em!important; margin: 1.33em 0 .1em; }
.content h4,.pre-content h4,h4 {
font-size: 1.5em!important;
margin: 1.33em 0 .1em
}


.content h5, .pre-content h5, h5 { font-size: 1.25em!important; margin: 1.67em 0 .1em; page-break-after: avoid; }
.content h5,.pre-content h5,h5 {
font-size: 1.25em!important;
margin: 1.67em 0 .1em;
page-break-after: avoid
}


.content h1 + .content h2, .content h2 + .content h3, .content h3 + .content h4, .content h4 + .content h5, .content h5 + .content h6, .pre-content h1 + .pre-content h2, .pre-content h2 + .pre-content h3, .pre-content h3 + .pre-content h4, .pre-content h4 + .pre-content h5, .pre-content h5 + .pre-content h6, h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: .1em!important; }
.content h1 + .content h2,.content h2 + .content h3,.content h3 + .content h4,.content h4 + .content h5,.content h5 + .content h6,.pre-content h1 + .pre-content h2,.pre-content h2 + .pre-content h3,.pre-content h3 + .pre-content h4,.pre-content h4 + .pre-content h5,.pre-content h5 + .pre-content h6,h1 + h2,h2 + h3,h3 + h4,h4 + h5,h5 + h6 {
margin-top: .1em!important
}


.content p + h3 { margin-top: 0; }
.content p + h3 {
margin-top: 0
}


.content .infobox td { padding: 0 0 .8em!important; }
.content .infobox td {
padding: 0 0 .8em!important
}


.content .infobox tbody > tr > th { flex: 0 1 30%!important; white-space: normal!important; min-width: 30%!important; }
.content .infobox tbody > tr > th {
flex: 0 1 30%!important;
white-space: normal!important;
min-width: 30%!important
}


#mw-content-text > form, .banner-container, .content, .content-unstyled, .header, .overlay-content, .overlay-header, .page-header-bar, .post-content, .pre-content { width: 100%; max-width: 80vw; margin: 0 auto; }
#mw-content-text > form,.banner-container,.content,.content-unstyled,.header,.overlay-content,.overlay-header,.page-header-bar,.post-content,.pre-content {
width: 100%;
max-width: 80vw;
margin: 0 auto
}


#mw-mf-page-left, .header, .header-container.header-chrome { background: var(--menu-background); padding: 0; }
#mw-mf-page-left,.header,.header-container.header-chrome {
background: var(--menu-background);
padding: 0
}


.header, .header-container.header-chrome { max-width: unset; }
.header,.header-container.header-chrome {
max-width: unset
}


.header-container { max-width: unset; padding: 0 1em!important; }
.header-container {
max-width: unset;
padding: 0 1em!important
}


@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme:dark) { :root { --translucent-background: #ffffff20; --infobox-background: rgba(75, 75, 75, 0.8); --menu-background: rgba(75, 75, 75, 1); --hatnote-background: rgba(75, 75, 75, 0.5); --body-background: #2c2c2c; --text-color: #eaeaea; --link-color: #6684df; --visited-link-color: #9933cc; --filter: brightness(0) invert(1); --caption: #eaeaea; --image-border: none; }
:root {
--translucent-background:#ffffff20;
.header .branding-box a img, .header .branding-box h1 img { filter: invert(1)!important; }
--infobox-background: rgba(75,75,75,0.8);
--menu-background: rgba(75,75,75,1);
--hatnote-background: rgba(75,75,75,0.5);
--body-background: #2c2c2c;
--text-color: #f5f5f5;
--link-color: #6684df;
--visited-link-color: #e674de;
--filter: brightness(0) invert(1);
--caption: #eaeaea;
--image-border: none
}

.header .branding-box a img,.header .branding-box h1 img {
filter: invert(1)!important
}
}
}


.header-container, header { opacity: 0; top: -35px!important; }
.header-container,header {
opacity: 0;
top: -35px!important
}


.header-container:hover, header:hover { opacity: 1; top: 0!important; }
.header-container:hover,header:hover {
opacity: 1;
top: 0!important
}


* {
* { transition: none!important; animation: none!important; }
transition: none!important;
animation: none!important
}


.page-actions-menu { float: right; }
.page-actions-menu {
float: right
}


.page-actions-menu__list-item { display: inline-block; align-items: unset; overflow: unset; }
.page-actions-menu__list-item {
display: inline-block;
align-items: unset;
overflow: unset
}


.page-actions-menu__list-item > a, .toggle-list__toggle { min-width: unset; min-height: unset; font-size: .85em; }
.page-actions-menu__list-item > a,.toggle-list__toggle {
min-width: unset;
min-height: unset;
font-size: .85em
}


.minerva__tab-container { white-space: normal; overflow-x: unset; display: inline-block; vertical-align: sub; }
.minerva__tab-container {
white-space: normal;
overflow-x: unset;
display: inline-block;
vertical-align: sub
}


.page-actions-menu__list-item > a:nth-child(1) { margin-left: 15px; }
.page-actions-menu__list-item > a:nth-child(1) {
margin-left: 15px
}


.mw-ui-icon-with-label-desktop::before { min-width: 0!important; min-height: 0!important; width: 18px; height: 18px; background-size: 16px 16px!important; }
.mw-ui-icon-with-label-desktop::before {
min-width: 0!important;
min-height: 0!important;
width: 18px;
height: 18px;
background-size: 16px 16px!important
}


.mw-editsection { opacity: 0; }
.mw-editsection {
opacity: 0
}


.content .mw-ref, sub, sup { font-size: .65em!important; line-height: normal; opacity: 1; }
.content .mw-ref,sub,sup {
font-size: .65em!important;
line-height: normal;
opacity: 1
}


.content .mw-ref a span, sub a span, sup a span { text-decoration: none; color: unset!important; margin: 0 1px; }
.content .mw-ref a span,sub a span,sup a span {
text-decoration: none;
color: unset!important;
margin: 0 1px
}


a[title='Wikipedia:Citation needed']:before { content: '?'; font-style: normal!important; margin: 0 1px; }
a[title='Wikipedia:Citation needed']:before {
content: '?';
font-style: normal!important;
margin: 0 1px
}


.content .infobox > tbody > tr { min-width: unset; padding: 0 3%; display: flex!important; flex-flow: row nowrap!important; }
.content .infobox > tbody > tr {
min-width: unset;
padding: 0 3%;
display: flex!important;
flex-flow: row nowrap!important
}


.infobox img { padding: 0!important; margin: 0; top: 0; left: 0; display: inline-block!important; }
.infobox img {
padding: 0!important;
margin: 0;
top: 0;
left: 0;
display: inline-block!important
}


.content .infobox { margin: .5em 0 1em 35px!important; max-width: 24vw!important; }
.content .infobox {
margin: .5em 0 1em 35px!important;
max-width: 24vw!important
}


.infobox a.image:first-child { display: block; margin-left: -3%; width: 108%; margin-bottom: .1em; }
.infobox a.image:first-child {
display: block;
margin-left: -3%;
width: 108%;
margin-bottom: .1em
}


.page-actions-menu__list { height: 1em; vertical-align: sub; display: contents; padding: 0; margin: -.6em 0 0; }
.page-actions-menu__list {
height: 1em;
vertical-align: sub;
display: contents;
padding: 0;
margin: -.6em 0 0
}


.page-actions-menu .toggle-list, .page-actions-menu__list-item { display: contents; }
.page-actions-menu .toggle-list,.page-actions-menu__list-item {
display: contents
}


.mw-ui-icon::before, mw-ui-icon-with-label-desktop::before { min-width: 0!important; min-height: 0!important; width: 16px; height: 16px; background-size: 70%!important; margin: 0; }
.mw-ui-icon::before,mw-ui-icon-with-label-desktop::before {
min-width: 0!important;
min-height: 0!important;
width: 16px;
height: 16px;
background-size: 70%!important;
margin: 0
}


.mw-ui-icon:before { margin-right: 2px!important; }
.mw-ui-icon:before {
margin-right: 2px!important
}


.page-actions-menu__list-item > a, .toggle-list__toggle { padding: 0; margin: 0!important; }
.page-actions-menu__list-item > a,.toggle-list__toggle {
padding: 0;
margin: 0!important
}


#page-actions-overflow-toggle { padding: 0; margin: 0; display: inline-flex!important; }
#page-actions-overflow-toggle {
padding: 0;
margin: 0;
display: inline-flex!important
}


.page-actions-menu__list-item:not(:last-child) a { margin-right: 12px!important; }
.page-actions-menu__list-item:not(:last-child) a {
margin-right: 12px!important
}


.content .infobox th { padding: 0 4px 0 0!important; }
.content .infobox th {
padding: 0 4px 0 0!important
}


.content .infobox tbody > tr > td { flex: 0 auto!important; min-width: 70%!important; }
.content .infobox tbody > tr > td {
flex: 0 auto!important;
min-width: 70%!important
}


.content .mw-image-border, .content .thumbborder { border: 1px solid transparent!important; }
.content .mw-image-border,.content .thumbborder {
border: 1px solid transparent!important
}


.infobox ul { padding-left: 0!important; margin-bottom: 8px!important; }
.infobox ul {
padding-left: 0!important;
margin-bottom: 8px!important
}


.infobox li { margin-bottom: unset!important; }
.infobox li {
margin-bottom: unset!important
}


.hatnote {
.hatnote { color: var(--caption); border-radius: 4px; padding: 2px 8px!important; font-style: normal; margin-bottom: 0; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content!important; }
color: var(--caption);
border-radius: 4px;
padding: 2px 8px!important;
font-style: normal;
margin-bottom: 0;
width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content!important
}


.reference {
.reference { color: var(--text-color)!important; color: unset!important; padding-right: 0!important; filter: saturate(.85) contrast(.95) brightness(.85); }
color: var(--text-color)!important;
color: unset!important;
padding-right: 0!important;
filter: saturate(.85) contrast(.95) brightness(.85)
}


.page-heading { flex: 1 auto; }
.page-heading {
flex: 1 auto
}


.heading-holder { display: flex; align-items: flex-end; }
.heading-holder {
display: flex;
align-items: flex-end
}


.page-actions-menu * { display: unset; }
.page-actions-menu * {
display: unset
}


.page-actions-menu__list { zoom: unset; display: inline-flex; }
.page-actions-menu__list {
zoom:unset;display: inline-flex
}


.page-actions-menu { border: 0; margin-right: 16px; flex: 0 auto; display: unset; margin-bottom: 13px; }
.page-actions-menu {
border: 0;
margin-right: 16px;
flex: 0 auto;
display: unset;
margin-bottom: 13px
}


.minerva__tab-container { float: right; order: 1; flex: 0 auto; margin-bottom: 6px; }
.minerva__tab-container {
float: right;
order: 1;
flex: 0 auto;
margin-bottom: 6px
}


.content {
.content { -webkit-hyphens: auto!important; -webkit-hyphenate-character: '-'!important; -webkit-hyphens: auto!important; -webkit-hyphenate-character: "-"!important; line-height: 157%; }
-webkit-hyphens: auto!important;
-webkit-hyphenate-character: '-'!important;
-webkit-hyphens: auto!important;
-webkit-hyphenate-character: "-"!important;
line-height: 157%
}


:root {
:root { --link-color: #7dacfa!important; --visited-link-color: #e674de!important; --text-color: #eaeaea!important; --link-color: #7dacfa!important; --visited-link-color: #e674de!important; }
--link-color: #6684df!important;
--visited-link-color: #e674de!important;
--text-color: #f5f5f5!important;
--link-color: #6684df!important;
--visited-link-color: #e674de!important
}


.dablink, .hatnote, .rellink { overflow: initial!important; }
.dablink,.hatnote,.rellink {
overflow: initial!important
}


.reference a { color: var(--link-color)!important; }
.reference a {
color: var(--link-color)!important
}


.reference a:visited { color: var(--visited-link-color)!important; }
.reference a:visited {
color: var(--visited-link-color)!important
}


.mw-body-content sub, .mw-body-content sup, span.reference { font-size: 75%!important; }
.mw-body-content sub,.mw-body-content sup,span.reference {
font-size: 75%!important
}


sup.reference { white-space: normal!important; }
sup.reference {
white-space: normal!important
}


a+sup.reference, sup.reference:first-of-type { padding-left: .1em!important; }
a+sup.reference,sup.reference:first-of-type {
padding-left: .1em!important
}


a + sup.reference:last-of-type { margin-right: -0.em!important; }
a + sup.reference:last-of-type {
margin-right: -0.em!important
}


sup.reference:last-of-type { margin-right: -.1em!important; }
sup.reference:last-of-type {
margin-right: -.1em!important
}


.toctitle {
.toctitle {
padding: 0;
padding: 0
}
}


.client-js .toc {
.client-js .toc {
background-color: transparent;
background-color: transparent;
border: none;
border: none;
padding: 0;
padding: 0;
margin: 0;
margin: 0
}
}


.client-js .toc .toctitle h2 {
.client-js .toc .toctitle h2 {
margin: 0.25em 0 0 0;
margin: 0.25em 0 0 0
}
}


.toctogglecheckbox ~ ul {
.toctogglecheckbox ~ ul {
visibility: unset;
visibility: unset;
height: unset;
height: unset
}
}



.client-js .toc > ul {
.client-js .toc > ul {
margin: 0.25em 0 0 0;
margin: 0.25em 0 0 0
}
}


#toc li {
#toc li {
margin-bottom: 6px;
margin-bottom: 6px
}
}


navbox, .navbox-subgroup {
navbox,.navbox-subgroup {
background-color: transparent;
background-color: transparent
}
}

.navbox {
.navbox {
border: 1px solid #ffffff16;
border: 1px solid #ffffff16
}
}


#mw-mf-page-left ul.hlist li a, .content table.infobox a, a {
#mw-mf-page-left ul.hlist li a,.content table.infobox a,a {
color: var(--link-color);
color: var(--link-color)
}
}


a:not([href]) {
a:not([href]) {
color: var(--text-color);
color: var(--text-color);
cursor: pointer;
cursor: pointer
}
}


.navbox th, .navbox-title {
.navbox th,.navbox-title {
background-color: transparent;
background-color: transparent
}
}


.navbox-abovebelow, th.navbox-group, .navbox-subgroup .navbox-title {
.navbox-abovebelow,th.navbox-group,.navbox-subgroup .navbox-title {
background-color: transparent;
background-color: transparent
}
}


tr + tr > .navbox-abovebelow, tr + tr > .navbox-group, tr + tr > .navbox-image, tr + tr > .navbox-list {
tr + tr > .navbox-abovebelow,tr + tr > .navbox-group,tr + tr > .navbox-image,tr + tr > .navbox-list {
border-top: 1px solid #ffffff18;
border-top: 1px solid #ffffff18
}
}


div.navbox > table > tbody > tr > td {
div.navbox > table > tbody > tr > td {
border-left: none!important;
border-left: none!important
}
}

.section-heading .mw-ui-icon, .in-block .mw-ui-icon, .mw-parser-output > h1 .mw-ui-icon, .mw-parser-output > h2 .mw-ui-icon, .mw-parser-output > h3 .mw-ui-icon, .mw-parser-output > h4 .mw-ui-icon, .mw-parser-output > h5 .mw-ui-icon {
.section-heading .mw-ui-icon,.in-block .mw-ui-icon,.mw-parser-output > h1 .mw-ui-icon,.mw-parser-output > h2 .mw-ui-icon,.mw-parser-output > h3 .mw-ui-icon,.mw-parser-output > h4 .mw-ui-icon,.mw-parser-output > h5 .mw-ui-icon {
flex: 1 0;
flex: 1 0
}
}

.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 .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 {
width: auto;
width: auto
}
}

.client-js .toc .toctogglecheckbox ~ ul {
.client-js .toc .toctogglecheckbox ~ ul {
visibility: hidden;
visibility: hidden;
height: 0;
height: 0;
visibility: initial;
visibility: initial;
height: auto;
height: auto
}
}

.client-js .toc .toctitle .mw-ui-icon {
.client-js .toc .toctitle .mw-ui-icon {
display: none;
display: none
}
}

.client-js .toc .toctitle {
.client-js .toc .toctitle {
padding: 0;
padding: 0
}
}

.section-heading.collapsible-heading.open-block {
.section-heading.collapsible-heading.open-block {
display: flex!important;
display: flex!important;
flex-direction: row-reverse;
flex-direction: row-reverse
}
}

.client-js .toc .toctitle h2 {
.client-js .toc .toctitle h2 {
margin: 0;
margin: 0;
left: 0;
left: 0
}
}


:root {
:root {
--translucent-background:#ffffff20!important;
--translucent-background: #ffffff20!important;
--infobox-background: rgba(75,75,75,0.8)!important;
--infobox-background: rgba(75,75,75,0.8)!important;
--menu-background: rgba(75,75,75,1)!important;
--menu-background: rgba(75,75,75,1)!important;
--hatnote-background: rgba(75,75,75,0.5)!important;
--hatnote-background: rgba(75,75,75,0.5)!important;
--body-background: #252525!important;
--body-background: #252525!important;
--text-color: #fafafa!important;
--text-color: #f5f5f5!important;
--link-color: #6684df!important;
--link-color: #6684df!important;
--visited-link-color: #9933cc!important;
--visited-link-color: #e674de!important;
--filter: brightness(0) invert(1)!important;
--filter: brightness(0) invert(1)!important;
--caption: #eaeaea!important;
--caption: #eaeaea!important;
--image-border: none!important;
--image-border: none!important
}
}


.header .branding-box a img,.header .branding-box h1 img {
.header .branding-box a img,.header .branding-box h1 img {
filter: invert(1)!important!important;
filter: invert(1)!important!important
}
}



#usercsspreview-box.fmbox-warning {
#usercsspreview-box.fmbox-warning {
display: none!important;
display: none!important
}
}


#toc a:hover,#toc a:link,a:link,div.toctitle {
text-decoration: none!important
}


#mw-navigation {
display: initial!important;
position: absolute!important;
top: 0!important;
right: 0!important
}


sub,sup {
#toc a:hover, #toc a:link, a:link, div.toctitle { text-decoration: none!important; }
font-size: 75%!important;
line-height: 0!important;
position: relative!important;
vertical-align: baseline!important
}


sup {
top: -.33em!important
}


sub {
#mw-navigation {
display: initial!important;
bottom: -.33em!important
}
position: absolute!important;
top: 0!important;
right: 0!important;
}


#content.mw-body {
z-index: 1!important
}


#toc {
sub, sup { font-size: 75%!important; line-height: 0!important; position: relative!important; vertical-align: baseline!important; }
border: none;
font-size: 13px!important;
position: absolute!important;
display: block!important;
top: 0!important;
bottom: unset!important;
right: unset!important;
left: -300px!important;
max-width: 280px;
padding: 0!important;
margin: 0!important;
overflow: auto;
z-index: -1
}


.toc a {
sup { top: -.33em!important; }
display: inline-block;
padding: 0.2em 0;
line-height: 1.25!important
}


.toclevel-1 > a > .toctext {
sub { bottom: -.33em!important; }
font-size: 15px!important;
font-weight: normal;
padding-top: .15em;
display: inline-block
}


#toc a:link {
#content.mw-body {
z-index: 1!important;
color: #a5a5a5!important
}
}
#toc { border: none; font-size: 13px!important; position: absolute!important; display: block!important; top: 0!important; bottom: unset!important; right: unset!important; left: -300px!important; max-width: 280px; padding: 0!important; margin: 0!important; overflow: auto; z-index: -1; }


#toc a:visited {
.toc a { display: inline-block; padding: 0.2em 0; line-height: 1.25!important; }
color: #656565!important
}


#toc a:hover,#toc a:hover span {
.toclevel-1 > a > .toctext { font-size: 15px!important; font-weight: normal; padding-top: .15em; display: inline-block; }
text-decoration: underline!important
}


.tocnumber {
#toc a:link { color: #a5a5a5!important; }
line-height: 0!important;
position: relative!important;
vertical-align: baseline!important;
display: inline-block!important
}


.toclevel-1 .tocnumber {
#toc a:visited { color: #656565!important; }
font-size: 1eem!important
}


#toc a:active {
#toc a:hover, #toc a:hover span { text-decoration: underline!important; }
color: #00a6ff!important;
text-decoration: underline!important
.tocnumber { line-height: 0!important; position: relative!important; vertical-align: baseline!important; display: inline-block!important; }
}
.toclevel-1 .tocnumber { font-size: 1eem!important; }


#mw-mf-page-center {
background: none !important
}


.hatnote.navigation-not-searchable {
#toc a:active { color: #00a6ff!important; text-decoration: underline!important; }
background: transparent !important
}


.header-container.header-chrome {
background-color: #222 !important
}


.branding-box img {
/* Mobile version */
filter: invert(100%)
}


.minerva__tab-container .minerva__tab.selected {
#mw-mf-page-center
background-color: #444;
{
border-bottom: 2px solid #666;
background: none !important;
padding: 6px
}
}


a {
.hatnote.navigation-not-searchable
text-decoration: none!important
{
}
background: transparent !important;
}


a:hover {
.header-container.header-chrome
text-decoration: underline!important
{
}
background-color: #222 !important;
}


h1 {
.branding-box img
border: 0 !important;
{
font-weight: 600 !important;
filter: invert(100%);
font-size: 36px !important;
}
letter-spacing: 0.03em!important
}


table,td,th {
.minerva__tab-container .minerva__tab.selected
border: 0 !important;
{
border-collapse: collapse !important
background-color: #444;
}
border-bottom: 2px solid #666;
padding: 6px;
}
/* */
a
{
text-decoration: none!important;
}


pre {
a:hover
line-height: 1.25 !important;
{
text-decoration: underline!important;
font-family: Consolas,monospace!important;
border: 0 !important;
}
background: 0 !important;
font-size: 15px !important;
color: #eaeaea !important;
padding: 12px !important;
padding-top: 0!important
}


.mw-code {
h1
border: 0 !important;
{
border: 0 !important;
padding: 0 !important;
/* font-family: inherit !important; */
background: 0 !important;
font-weight: 600 !important;
font-size: 15px !important;
font-size: 36px !important;
padding: 12px !important;
letter-spacing: 0.03em!important;
padding-top: 0!important
}
table,
td,
th
{
border: 0 !important;
border-collapse: collapse !important;
}
}


.wikitable,.wikitable th,.wikitable rh,.plainrowheaders,.nounderlines,.wikitable tr,.wikitable td,.navbox-title,.navbox-group,.hlist,#mp-left h2,#mp-right h2,#mp-bottom h2,.navbox-abovebelow {
color: #eee !important
pre
}
{
line-height: 1.25 !important;
font-family: Consolas, monospace!important;
border: 0 !important;
background: 0 !important;
font-size: 15px !important;
color: #eaeaea !important;
padding: 12px !important;
padding-top: 0!important;


.group,navbox-even,.navbox-group,.hlist,.navbox-abovebelow {
}
background-color: transparent !important
}


#bodyContent tbody,#mp-left,.MainPageBG,#mp-left div,#mp-right div,#mp-topbanner,.list,.template-documentation,.collapsible th,.autocollapse th {
.mw-code
background-color: #333 !important
{
}
border: 0 !important;
padding: 0 !important;
background: 0 !important;
font-size: 15px !important;
padding: 12px !important;
padding-top: 0!important;
}
.wikitable,
.wikitable th,
.wikitable rh,
.plainrowheaders,
.nounderlines,
.wikitable tr,
.wikitable td,
.navbox-title,
.navbox-group,
/* .navbox-odd, */
.hlist,
#mp-left h2,
#mp-right h2,
#mp-bottom h2,
.navbox-abovebelow
{
color: #eee !important;
}


.anonymous-show {
.group, navbox-even, .navbox-group,
display: none !important
.hlist,
}
.navbox-abovebelow {
background-color: transparent !important;
}


div.user-show,p.user-show {
display: block !important
}

span.user-show,small.user-show {
display: inline !important
}

table.user-show {
display: table !important
}

li.user-show {
display: list-item !important
}

div.autoconfirmed-show,p.autoconfirmed-show {
display: block !important
}

span.autoconfirmed-show,small.autoconfirmed-show {
display: inline !important
}

table.autoconfirmed-show {
display: table !important
}

li.autoconfirmed-show {
display: list-item !important
}


.unconfirmed-show {
#bodyContent tbody,
display: none !important
#mp-left,
.MainPageBG,
#mp-left div,
#mp-right div,
#mp-topbanner,
.list,
.template-documentation,
.collapsible th,
.autocollapse th
{
background-color: #333 !important;
}
}

Revision as of 16:00, 23 February 2022

.content h1,.content h2,.content h3,.content h4,.content h6,.pre-content h1,.pre-content h2,.pre-content h3,.pre-content h4,.pre-content h6,h1,h2,h3,h4,h6 {
  page-break-after: avoid!important
}

:root {
  --translucent-background: transparent;
  --infobox-background: rgba(255,255,255,1);
  --menu-background: rgba(234,236,240,1);
  --hatnote-background: rgba(234,236,240,0.8);
  --body-background: #ffffff;
  --text-color: #000000;
  --link-color: #6684df;
  --visited-link-color: #e674de!important;
  --filter: none;
  --caption: #54595d;
  --image-border: none
}

#mw-mf-page-left ul.hlist li a,.content table.infobox a,.dablink a,.hatnote a,.rellink a,a {
  color: var(--link-color)
}

#mw-mf-page-left ul li a,.client-js .mw-edittools-section input[type=button],.content table.infobox,.minerva__tab-container .minerva__tab.new,.minerva__tab-container .minerva__tab.new:active,.minerva__tab-container .minerva__tab.new:hover,.minerva__tab-container .minerva__tab.new:visited,.minerva__tab-container .minerva__tab:active,.minerva__tab-container .minerva__tab:hover,.minerva__tab-container .minerva__tab:visited,.oo-ui-toolbar-bar,.overlay.search-overlay li.page-summary .wikidata-description,.page-summary h2,.page-summary h3,.pre-content h1,.toggle-list-item__label,h2 .mw-headline,h3 .mw-headline,h4 .mw-headline {
  color: var(--text-color)
}

#mw-mf-page-left,.hatnote,.overlay-footer-container,.overlay-header-container,.toggle-list-item:hover,.toggle-list__list {
  background: var(--body-background)
}

.content table.infobox {
  background: #ffffff10!important;
  border: 0;
  background: var(--menu-background)!important;
  border-radius: 4px;
  font-size: .85em!important;
  padding: 0!important;
  line-height: normal!important;
  display: table!important
}

#mw-mf-page-left {
  -webkit-transform: translate(100%,0);
  -moz-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
  top: 45px;
  right: unset;
  left: -1em!important;
  z-index: 100!important;
  position: absolute;
  height: 100vh;
  margin: 0;
  box-shadow: none!important;
  min-width: 20vw!important
}

#main-menu-input:checked~.main-menu-mask,.mw-editsection:hover {
  opacity: 1
}

.mw-searchresults-has-iw .iw-resultset {
  background: var(--infobox-background)
}

#main-menu-input:checked ~ body {
  overflow: hidden!important
}

.main-menu-mask {
  background: rgba(0,0,0,.2)
}

#content,#mw-mf-page-center,.mw-body,body,html {
  background: var(--body-background);
  color: var(--text-color)
}

.mw-highlight {
  background: var(--translucent-background);
  border-radius: 0;
  border: 0
}

#mw-usercssyoucanpreview,.wikitable,table {
  background: #fff
}

.branding-box img,.haudio,.mw-ui-icon-before:before,.mw-ui-icon-element,.oo-ui-iconElement-icon,.oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,.oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator,.unicode {
  filter: var(--filter)
}

.header .branding-box {
  width: 0;
  transition: none;
  opacity: 1
}

.header .branding-box a img,.header .branding-box h1 img {
  transition: none;
  vertical-align: middle;
  filter: invert(1)!important;
  filter: none!important;
  margin-left: 10px!important
}

.client-js .toc {
  background-color: var(--body-background);
  border-radius: 0
}

#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read,#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
  opacity: 1;
  filter: var(--filter)
}

.content .thumb .thumbinner,.content figure .thumbinner {
  border-radius: 0;
  border: 0;
  background: var(--infobox-background);
  box-shadow: none
}

.infobox .thumb,.infobox .thumbimage,.infobox img {
  border-radius: 0!important
}

.header,.infobox.geography td,.infobox.geography th {
  border-top: none
}

.content table caption {
  background: 0 0
}

.infobox img {
  background: rgba(255,255,255,.7)
}

.overlay,.overlay.search-overlay {
  background: var(--translucent-background)
}

.content table.infobox a:visited,.infobox a:visited,.wikitable a:visited,a:visited,table a:visited {
  color: var(--visited-link-color)
}

.content .infobox td,.content .infobox th,.content .mw-parser-output>h2,.content .section-heading,.infobox tr:first-child td,.infobox tr:nth-child(2) td {
  border-bottom: none
}

.infobox a,.wikitable a,table a {
  color: #6684df
}

.content .infobox td:only-child,.content .infobox th:only-child {
  flex: 1!important;
  background: 0 0!important;
  padding: .2em 0 .3em!important
}

.content .infobox tbody > tr > td,.content .infobox tbody > tr > th {
  background: 0 0!important
}

#searchInput {
  border-radius: 0
}

.search-overlay {
  z-index: 3
}

#mw-mf-page-left ul {
  padding-bottom: 0;
  padding-top: 22px
}

#mw-mf-page-left ul li {
  background: 0 0;
  border: 0
}

.overlay.search-overlay.visible {
  overflow: scroll
}

.overlay.search-overlay .results,.overlay.search-overlay .search-feedback {
  background: 0 0;
  box-shadow: none
}

.overlay.search-overlay li.page-summary {
  margin-bottom: 20px;
  margin-top: 10px
}

.page-list,.site-link-list,.topic-title-list {
  overflow: visible
}

.list-thumb.list-thumb-none,.list-thumb.list-thumb-y,.results-list-container div {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.overlay.search-overlay .search-content {
  border-bottom: 0
}

.header-container.header-chrome {
  background: var(--body-background);
  top: 0;
  box-sizing: border-box;
  border: 0;
  height: auto;
  box-shadow: none;
  transition: none;
  position: absolute;
  left: 0;
  right: unset!important;
  z-index: 200!important;
  width: 100%
}

@media screen and (max-width: 768px) {
  #mw-mf-viewport {
    padding-top:initial
  }

  .header-container.header-chrome {
    width: 100%;
    height: auto
  }

  .content .thumbcaption,.content figcaption {
    color: var(--text-color);
    padding: initial
  }

  .notifications-overlay.navigation-drawer {
    top: initial
  }
}

.header-chrome.overlay-header-container + .overlay-content {
  padding-top: 0;
  margin-top: initial
}

.overlay-content {
  z-index: 1
}

#bodyContent {
  margin-top: initial
}

.content h1,.pre-content h1,body,h1,h2 .mw-headline,h3 .mw-headline,h4 .mw-headline,p {
  font-family: -apple-system,BlinkMacSystemFont,'SF Pro Text','Helvetica Neue',sans-serif
}

.thumbinner img {
  width: 100%
}

.thumbinner {
  display: contents
}

.content .thumbcaption,.content figcaption {
  background: var(--background-color);
  margin: 2px 0 0;
  font-size: 85%!important;
  line-height: 1.5;
  padding: 0!important;
  color: var(--caption);
  text-align: center
}

h3 .mw-headline {
  font-weight: 600;
  font-size: 25px
}

.minerva-footer,footer .last-modified-bar,footer > .post-content > h2 {
  border-bottom: none;
  border-top: none
}

.overlay.media-viewer .cancel {
  top: initial
}

.infobox {
  padding: 0
}

.infobox,.thumbimage,table {
  border-radius: 0;
  box-shadow: none
}

input {
  border-radius: 4px
}

.header {
  height: 100%
}

.overlay.search-overlay .header input,.overlay.search-overlay li.page-summary {
  border-radius: 0;
  border: 0;
  box-shadow: none
}

.client-js #searchIcon {
  display: block
}

#mw-clearyourcache,.main-menu-mask,.skin-minerva-search-trigger,a[title='Wikipedia:Citation needed'] span {
  display: none
}

table.infobox {
  max-width: 500px
}

thead {
  border: 1px solid rgba(84,89,93,.3)
}

thead th {
  background-color: rgba(234,236,240,.8)!important
}

.oo-ui-toolbar-bar {
  background-color: var(--body-background)
}

.heading-holder {
  padding: 0;
  position: relative
}

header {
  font-size: 85%
}

#content {
  font-size: 90%
}

.navigation-drawer {
  max-width: 30px!important
}

.branding-box {
  margin-left: -30px!important;
  margin-right: 10px!important
}

#mw-mf-main-menu-button,nav.navigation-drawer.toggle-list.view-border-box {
  width: 30px!important;
  max-width: 30px!important
}

.branding-box img {
  width: 100px!important
}

.header .search-box .search {
  width: 45em;
  max-width: 45em
}

.wikitable,table {
  color: unset;
  background: unset;
  width: auto!important;
  margin: 0!important;
  padding: .5em .5em 1em 0!important
}

.hatnote,.header-container {
  background: var(--menu-background)
}

dl {
  margin-left: 0
}

body {
  zoom:0.8}

.content h1,.pre-content h1,h1 {
  display: block!important;
  font-size: 2.15em!important;
  font-weight: 700!important;
  margin: .67em 0 .1em;
  padding: 0!important
}

.content h3,.pre-content h3,h3 {
  font-size: 1.75em!important;
  margin: 1em 0 .1em
}

.content h2,.pre-content h2,h2 {
  font-size: 1.9em!important;
  margin: .83em 0 .1em
}

.content h2,.content h3,.content h4,.content h5,.pre-content h2,.pre-content h3,.pre-content h4,.pre-content h5,h2,h3,h4,h5 {
  font-weight: 400!important
}

.content h2,.content h3,.content h4,.content h5,.content h6,.pre-content h2,.pre-content h3,.pre-content h4,.pre-content h5,.pre-content h6,h2,h3,h4,h5,h6 {
  display: block!important;
  padding: 0!important;
  font-family: -apple-system,BlinkMacSystemFont,'SF Pro Text','Helvetica Neue',sans-serif
}

.content h6,.pre-content h6,h6 {
  font-size: 1em!important;
  font-weight: 700!important;
  margin: 2em 0 .1em
}

.content h4,.pre-content h4,h4 {
  font-size: 1.5em!important;
  margin: 1.33em 0 .1em
}

.content h5,.pre-content h5,h5 {
  font-size: 1.25em!important;
  margin: 1.67em 0 .1em;
  page-break-after: avoid
}

.content h1 + .content h2,.content h2 + .content h3,.content h3 + .content h4,.content h4 + .content h5,.content h5 + .content h6,.pre-content h1 + .pre-content h2,.pre-content h2 + .pre-content h3,.pre-content h3 + .pre-content h4,.pre-content h4 + .pre-content h5,.pre-content h5 + .pre-content h6,h1 + h2,h2 + h3,h3 + h4,h4 + h5,h5 + h6 {
  margin-top: .1em!important
}

.content p + h3 {
  margin-top: 0
}

.content .infobox td {
  padding: 0 0 .8em!important
}

.content .infobox tbody > tr > th {
  flex: 0 1 30%!important;
  white-space: normal!important;
  min-width: 30%!important
}

#mw-content-text > form,.banner-container,.content,.content-unstyled,.header,.overlay-content,.overlay-header,.page-header-bar,.post-content,.pre-content {
  width: 100%;
  max-width: 80vw;
  margin: 0 auto
}

#mw-mf-page-left,.header,.header-container.header-chrome {
  background: var(--menu-background);
  padding: 0
}

.header,.header-container.header-chrome {
  max-width: unset
}

.header-container {
  max-width: unset;
  padding: 0 1em!important
}

@media (prefers-color-scheme: dark) {
  :root {
    --translucent-background:#ffffff20;
    --infobox-background: rgba(75,75,75,0.8);
    --menu-background: rgba(75,75,75,1);
    --hatnote-background: rgba(75,75,75,0.5);
    --body-background: #2c2c2c;
    --text-color: #f5f5f5;
    --link-color: #6684df;
    --visited-link-color: #e674de;
    --filter: brightness(0) invert(1);
    --caption: #eaeaea;
    --image-border: none
  }

  .header .branding-box a img,.header .branding-box h1 img {
    filter: invert(1)!important
  }
}

.header-container,header {
  opacity: 0;
  top: -35px!important
}

.header-container:hover,header:hover {
  opacity: 1;
  top: 0!important
}

* {
  transition: none!important;
  animation: none!important
}

.page-actions-menu {
  float: right
}

.page-actions-menu__list-item {
  display: inline-block;
  align-items: unset;
  overflow: unset
}

.page-actions-menu__list-item > a,.toggle-list__toggle {
  min-width: unset;
  min-height: unset;
  font-size: .85em
}

.minerva__tab-container {
  white-space: normal;
  overflow-x: unset;
  display: inline-block;
  vertical-align: sub
}

.page-actions-menu__list-item > a:nth-child(1) {
  margin-left: 15px
}

.mw-ui-icon-with-label-desktop::before {
  min-width: 0!important;
  min-height: 0!important;
  width: 18px;
  height: 18px;
  background-size: 16px 16px!important
}

.mw-editsection {
  opacity: 0
}

.content .mw-ref,sub,sup {
  font-size: .65em!important;
  line-height: normal;
  opacity: 1
}

.content .mw-ref a span,sub a span,sup a span {
  text-decoration: none;
  color: unset!important;
  margin: 0 1px
}

a[title='Wikipedia:Citation needed']:before {
  content: '?';
  font-style: normal!important;
  margin: 0 1px
}

.content .infobox > tbody > tr {
  min-width: unset;
  padding: 0 3%;
  display: flex!important;
  flex-flow: row nowrap!important
}

.infobox img {
  padding: 0!important;
  margin: 0;
  top: 0;
  left: 0;
  display: inline-block!important
}

.content .infobox {
  margin: .5em 0 1em 35px!important;
  max-width: 24vw!important
}

.infobox a.image:first-child {
  display: block;
  margin-left: -3%;
  width: 108%;
  margin-bottom: .1em
}

.page-actions-menu__list {
  height: 1em;
  vertical-align: sub;
  display: contents;
  padding: 0;
  margin: -.6em 0 0
}

.page-actions-menu .toggle-list,.page-actions-menu__list-item {
  display: contents
}

.mw-ui-icon::before,mw-ui-icon-with-label-desktop::before {
  min-width: 0!important;
  min-height: 0!important;
  width: 16px;
  height: 16px;
  background-size: 70%!important;
  margin: 0
}

.mw-ui-icon:before {
  margin-right: 2px!important
}

.page-actions-menu__list-item > a,.toggle-list__toggle {
  padding: 0;
  margin: 0!important
}

#page-actions-overflow-toggle {
  padding: 0;
  margin: 0;
  display: inline-flex!important
}

.page-actions-menu__list-item:not(:last-child) a {
  margin-right: 12px!important
}

.content .infobox th {
  padding: 0 4px 0 0!important
}

.content .infobox tbody > tr > td {
  flex: 0 auto!important;
  min-width: 70%!important
}

.content .mw-image-border,.content .thumbborder {
  border: 1px solid transparent!important
}

.infobox ul {
  padding-left: 0!important;
  margin-bottom: 8px!important
}

.infobox li {
  margin-bottom: unset!important
}

.hatnote {
  color: var(--caption);
  border-radius: 4px;
  padding: 2px 8px!important;
  font-style: normal;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content!important
}

.reference {
  color: var(--text-color)!important;
  color: unset!important;
  padding-right: 0!important;
  filter: saturate(.85) contrast(.95) brightness(.85)
}

.page-heading {
  flex: 1 auto
}

.heading-holder {
  display: flex;
  align-items: flex-end
}

.page-actions-menu * {
  display: unset
}

.page-actions-menu__list {
  zoom:unset;display: inline-flex
}

.page-actions-menu {
  border: 0;
  margin-right: 16px;
  flex: 0 auto;
  display: unset;
  margin-bottom: 13px
}

.minerva__tab-container {
  float: right;
  order: 1;
  flex: 0 auto;
  margin-bottom: 6px
}

.content {
  -webkit-hyphens: auto!important;
  -webkit-hyphenate-character: '-'!important;
  -webkit-hyphens: auto!important;
  -webkit-hyphenate-character: "-"!important;
  line-height: 157%
}

:root {
  --link-color: #6684df!important;
  --visited-link-color: #e674de!important;
  --text-color: #f5f5f5!important;
  --link-color: #6684df!important;
  --visited-link-color: #e674de!important
}

.dablink,.hatnote,.rellink {
  overflow: initial!important
}

.reference a {
  color: var(--link-color)!important
}

.reference a:visited {
  color: var(--visited-link-color)!important
}

.mw-body-content sub,.mw-body-content sup,span.reference {
  font-size: 75%!important
}

sup.reference {
  white-space: normal!important
}

a+sup.reference,sup.reference:first-of-type {
  padding-left: .1em!important
}

a + sup.reference:last-of-type {
  margin-right: -0.em!important
}

sup.reference:last-of-type {
  margin-right: -.1em!important
}

.toctitle {
  padding: 0
}

.client-js .toc {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0
}

.client-js .toc .toctitle h2 {
  margin: 0.25em 0 0 0
}

.toctogglecheckbox ~ ul {
  visibility: unset;
  height: unset
}

.client-js .toc > ul {
  margin: 0.25em 0 0 0
}

#toc li {
  margin-bottom: 6px
}

navbox,.navbox-subgroup {
  background-color: transparent
}

.navbox {
  border: 1px solid #ffffff16
}

#mw-mf-page-left ul.hlist li a,.content table.infobox a,a {
  color: var(--link-color)
}

a:not([href]) {
  color: var(--text-color);
  cursor: pointer
}

.navbox th,.navbox-title {
  background-color: transparent
}

.navbox-abovebelow,th.navbox-group,.navbox-subgroup .navbox-title {
  background-color: transparent
}

tr + tr > .navbox-abovebelow,tr + tr > .navbox-group,tr + tr > .navbox-image,tr + tr > .navbox-list {
  border-top: 1px solid #ffffff18
}

div.navbox > table > tbody > tr > td {
  border-left: none!important
}

.section-heading .mw-ui-icon,.in-block .mw-ui-icon,.mw-parser-output > h1 .mw-ui-icon,.mw-parser-output > h2 .mw-ui-icon,.mw-parser-output > h3 .mw-ui-icon,.mw-parser-output > h4 .mw-ui-icon,.mw-parser-output > h5 .mw-ui-icon {
  flex: 1 0
}

.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 {
  width: auto
}

.client-js .toc .toctogglecheckbox ~ ul {
  visibility: hidden;
  height: 0;
  visibility: initial;
  height: auto
}

.client-js .toc .toctitle .mw-ui-icon {
  display: none
}

.client-js .toc .toctitle {
  padding: 0
}

.section-heading.collapsible-heading.open-block {
  display: flex!important;
  flex-direction: row-reverse
}

.client-js .toc .toctitle h2 {
  margin: 0;
  left: 0
}

:root {
  --translucent-background: #ffffff20!important;
  --infobox-background: rgba(75,75,75,0.8)!important;
  --menu-background: rgba(75,75,75,1)!important;
  --hatnote-background: rgba(75,75,75,0.5)!important;
  --body-background: #252525!important;
  --text-color: #f5f5f5!important;
  --link-color: #6684df!important;
  --visited-link-color: #e674de!important;
  --filter: brightness(0) invert(1)!important;
  --caption: #eaeaea!important;
  --image-border: none!important
}

.header .branding-box a img,.header .branding-box h1 img {
  filter: invert(1)!important!important
}

#usercsspreview-box.fmbox-warning {
  display: none!important
}

#toc a:hover,#toc a:link,a:link,div.toctitle {
  text-decoration: none!important
}

#mw-navigation {
  display: initial!important;
  position: absolute!important;
  top: 0!important;
  right: 0!important
}

sub,sup {
  font-size: 75%!important;
  line-height: 0!important;
  position: relative!important;
  vertical-align: baseline!important
}

sup {
  top: -.33em!important
}

sub {
  bottom: -.33em!important
}

#content.mw-body {
  z-index: 1!important
}

#toc {
  border: none;
  font-size: 13px!important;
  position: absolute!important;
  display: block!important;
  top: 0!important;
  bottom: unset!important;
  right: unset!important;
  left: -300px!important;
  max-width: 280px;
  padding: 0!important;
  margin: 0!important;
  overflow: auto;
  z-index: -1
}

.toc a {
  display: inline-block;
  padding: 0.2em 0;
  line-height: 1.25!important
}

.toclevel-1 > a > .toctext {
  font-size: 15px!important;
  font-weight: normal;
  padding-top: .15em;
  display: inline-block
}

#toc a:link {
  color: #a5a5a5!important
}

#toc a:visited {
  color: #656565!important
}

#toc a:hover,#toc a:hover span {
  text-decoration: underline!important
}

.tocnumber {
  line-height: 0!important;
  position: relative!important;
  vertical-align: baseline!important;
  display: inline-block!important
}

.toclevel-1 .tocnumber {
  font-size: 1eem!important
}

#toc a:active {
  color: #00a6ff!important;
  text-decoration: underline!important
}

#mw-mf-page-center {
  background: none !important
}

.hatnote.navigation-not-searchable {
  background: transparent !important
}

.header-container.header-chrome {
  background-color: #222 !important
}

.branding-box img {
  filter: invert(100%)
}

.minerva__tab-container .minerva__tab.selected {
  background-color: #444;
  border-bottom: 2px solid #666;
  padding: 6px
}

a {
  text-decoration: none!important
}

a:hover {
  text-decoration: underline!important
}

h1 {
  border: 0 !important;
  font-weight: 600 !important;
  font-size: 36px !important;
  letter-spacing: 0.03em!important
}

table,td,th {
  border: 0 !important;
  border-collapse: collapse !important
}

pre {
  line-height: 1.25 !important;
  font-family: Consolas,monospace!important;
  border: 0 !important;
  background: 0 !important;
  font-size: 15px !important;
  color: #eaeaea !important;
  padding: 12px !important;
  padding-top: 0!important
}

.mw-code {
  border: 0 !important;
  padding: 0 !important;
  background: 0 !important;
  font-size: 15px !important;
  padding: 12px !important;
  padding-top: 0!important
}

.wikitable,.wikitable th,.wikitable rh,.plainrowheaders,.nounderlines,.wikitable tr,.wikitable td,.navbox-title,.navbox-group,.hlist,#mp-left h2,#mp-right h2,#mp-bottom h2,.navbox-abovebelow {
  color: #eee !important
}

.group,navbox-even,.navbox-group,.hlist,.navbox-abovebelow {
  background-color: transparent !important
}

#bodyContent tbody,#mp-left,.MainPageBG,#mp-left div,#mp-right div,#mp-topbanner,.list,.template-documentation,.collapsible th,.autocollapse th {
  background-color: #333 !important
}

.anonymous-show {
  display: none !important
}

div.user-show,p.user-show {
  display: block !important
}

span.user-show,small.user-show {
  display: inline !important
}

table.user-show {
  display: table !important
}

li.user-show {
  display: list-item !important
}

div.autoconfirmed-show,p.autoconfirmed-show {
  display: block !important
}

span.autoconfirmed-show,small.autoconfirmed-show {
  display: inline !important
}

table.autoconfirmed-show {
  display: table !important
}

li.autoconfirmed-show {
  display: list-item !important
}

.unconfirmed-show {
  display: none !important
}