MediaWiki:Timeless.css: Difference between revisions
From Game Wiki - VortanMU
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
.cdx-icon { | |||
color: var(--color-base,#202122); | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
vertical-align: text-bottom | |||
} | } | ||
.cdx-icon svg { | |||
fill: currentcolor; | |||
width: 100%; | |||
height: 100% | |||
} | } | ||
.cdx-icon--x-small { | |||
min-width: 12px; | |||
min-height: 12px; | |||
width: .75rem; | |||
height: .75rem | |||
} | } | ||
.cdx-icon--small { | |||
min-width: 16px; | |||
min-height: 16px; | |||
width: 1rem; | |||
height: 1rem | |||
} | } | ||
.cdx-icon--medium { | |||
min-width: 20px; | |||
min-height: 20px; | |||
width: 1.25rem; | |||
height: 1.25rem | |||
} | } | ||
.cdx-icon--flipped svg { | |||
transform: scaleX(-1) | |||
} | } | ||
.cdx-thumbnail { | |||
display: inline-flex | |||
} | } | ||
.cdx-thumbnail__placeholder,.cdx-thumbnail__image { | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
flex-shrink: 0; | |||
box-sizing: border-box; | |||
min-width: 40px; | |||
min-height: 40px; | |||
width: 2.5rem; | |||
height: 2.5rem; | |||
border: 1px solid var(--border-color-subtle,#c8ccd1); | |||
border-radius: 2px | |||
} | } | ||
# | |||
# | .cdx-thumbnail__image { | ||
background-color: var(--background-color-base-fixed,#fff); | |||
display: inline-block | |||
} | |||
.cdx-thumbnail__image-enter-active { | |||
transition-property: opacity; | |||
transition-duration: .1s | |||
} | |||
.cdx-thumbnail__image-enter-from { | |||
opacity: 0 | |||
} | |||
.cdx-thumbnail__placeholder { | |||
background-color: var(--background-color-interactive-subtle,#f8f9fa); | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center | |||
} | |||
.cdx-thumbnail__placeholder__icon { | |||
min-width: 20px; | |||
min-height: 20px; | |||
width: 1.25rem; | |||
height: 1.25rem; | |||
display: inline-block; | |||
vertical-align: text-bottom | |||
} | |||
@supports not (((-webkit-mask-image: none) or (mask-image:none))) { | |||
.cdx-thumbnail__placeholder__icon { | |||
background-position:center; | |||
background-repeat: no-repeat; | |||
background-size: max(1.25rem,20px) | |||
} | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-thumbnail__placeholder__icon { | |||
-webkit-mask-size:max(1.25rem,20px); | |||
mask-size: max(1.25rem,20px); | |||
-webkit-mask-repeat: no-repeat; | |||
mask-repeat: no-repeat; | |||
-webkit-mask-position: center; | |||
mask-position: center | |||
} | |||
} | |||
@supports not (((-webkit-mask-image: none) or (mask-image:none))) { | |||
.cdx-thumbnail__placeholder__icon { | |||
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M19 3H1v14h18zM3 14l3.5-4.5 2.5 3L12.5 8l4.5 6z"/><path d="M19 5H1V3h18zm0 12H1v-2h18z"/></svg>'); | |||
filter: invert(var(--filter-invert-icon,0)); | |||
opacity: var(--opacity-icon-base,.87) | |||
} | |||
.cdx-button:not(.cdx-button--weight-quiet):disabled .cdx-thumbnail__placeholder__icon,.cdx-button--weight-primary.cdx-button--action-progressive .cdx-thumbnail__placeholder__icon,.cdx-button--weight-primary.cdx-button--action-destructive .cdx-thumbnail__placeholder__icon { | |||
filter: invert(var(--filter-invert-primary-button-icon,1)) | |||
} | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-thumbnail__placeholder__icon { | |||
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M19 3H1v14h18zM3 14l3.5-4.5 2.5 3L12.5 8l4.5 6z"/><path d="M19 5H1V3h18zm0 12H1v-2h18z"/></svg>'); | |||
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M19 3H1v14h18zM3 14l3.5-4.5 2.5 3L12.5 8l4.5 6z"/><path d="M19 5H1V3h18zm0 12H1v-2h18z"/></svg>'); | |||
background-color: var(--color-placeholder,#72777d) | |||
} | |||
} | |||
.cdx-thumbnail__placeholder__icon--vue.cdx-icon { | |||
color: var(--color-placeholder,#72777d) | |||
} | |||
.cdx-search-result-title { | |||
display: inline-block; | |||
max-width: 100%; | |||
font-weight: 700 | |||
} | |||
.cdx-search-result-title__match { | |||
font-weight: 400 | |||
} | |||
.cdx-menu-item { | |||
list-style: none; | |||
position: relative; | |||
padding: 8px 12px; | |||
line-height: 1.6; | |||
transition-property: background-color,color,border-color,box-shadow; | |||
transition-duration: .1s | |||
} | |||
.cdx-menu-item__content { | |||
display: flex; | |||
align-items: center; | |||
line-height: 1.4285714; | |||
word-wrap: break-word; | |||
-webkit-hyphens: auto; | |||
-ms-hyphens: auto; | |||
hyphens: auto | |||
} | |||
.cdx-menu-item__content,.cdx-menu-item__content:hover { | |||
text-decoration: none | |||
} | |||
.cdx-menu-item--has-description .cdx-menu-item__content { | |||
align-items: flex-start | |||
} | |||
.cdx-menu-item__text { | |||
max-width: 100% | |||
} | |||
.cdx-menu-item__text__description { | |||
display: block | |||
} | |||
.cdx-menu-item__thumbnail.cdx-thumbnail,.cdx-menu-item__icon { | |||
margin-right: 8px | |||
} | |||
.cdx-menu-item__selected-icon { | |||
height: 1.4285714em; | |||
margin-left: auto | |||
} | |||
.cdx-menu-item__icon.cdx-icon,.cdx-menu-item__selected-icon.cdx-icon { | |||
color: inherit | |||
} | |||
.cdx-menu-item--bold-label .cdx-menu-item__text__label { | |||
font-weight: 700 | |||
} | |||
.cdx-menu-item--hide-description-overflow .cdx-menu-item__text { | |||
overflow: hidden | |||
} | |||
.cdx-menu-item--hide-description-overflow .cdx-menu-item__text__description { | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
white-space: nowrap | |||
} | |||
.cdx-menu-item--enabled,.cdx-menu-item--enabled .cdx-menu-item__content { | |||
color: var(--color-base,#202122) | |||
} | |||
.cdx-menu-item--enabled .cdx-menu-item__text__supporting-text,.cdx-menu-item--enabled .cdx-menu-item__text__description { | |||
color: var(--color-subtle,#54595d) | |||
} | |||
.cdx-menu-item--enabled.cdx-menu-item--highlighted { | |||
background-color: var(--background-color-interactive-subtle,#f8f9fa); | |||
color: var(--color-base--hover,#404244); | |||
cursor: pointer | |||
} | } | ||
.cdx-menu-item--enabled.cdx-menu-item--highlighted .cdx-menu-item__content,.cdx-menu-item--enabled.cdx-menu-item--highlighted .cdx-menu-item__text__description { | |||
color: var(--color-base--hover,#404244) | |||
} | |||
.cdx-menu-item--enabled.cdx-menu-item--active { | |||
background-color: var(--background-color-interactive,#eaecf0); | |||
color: var(--color-emphasized,#101418) | |||
} | } | ||
.cdx-menu-item--enabled.cdx-menu-item--active .cdx-menu-item__content,.cdx-menu-item--enabled.cdx-menu-item--active .cdx-menu-item__text__description { | |||
color: var(--color-emphasized,#101418) | |||
} | } | ||
.cdx-menu-item--enabled.cdx-menu-item--selected { | |||
background-color: var(--background-color-progressive-subtle,#f1f4fd) | |||
} | } | ||
.cdx-menu-item--enabled.cdx-menu-item--selected .cdx-menu-item__content { | |||
color: var(--color-progressive,#36c) | |||
} | } | ||
.cdx-menu-item--enabled.cdx-menu-item--selected.cdx-menu-item--highlighted .cdx-menu-item__content { | |||
color: var(--color-progressive--hover,#4b77d6) | |||
} | } | ||
.cdx-menu-item--enabled.cdx-menu-item--selected.cdx-menu-item--highlighted .cdx-menu-item__text__description { | |||
color: var(--color-subtle,#54595d) | |||
} | } | ||
.cdx-menu-item--enabled.cdx-menu-item--selected.cdx-menu-item--active .cdx-menu-item__content { | |||
color: var(--color-progressive--active,#233566) | |||
} | } | ||
.cdx-menu-item--enabled.cdx-menu-item--selected.cdx-menu-item--active .cdx-menu-item__text__description { | |||
color: var(--color-subtle,#54595d) | |||
} | } | ||
.cdx-menu-item--disabled { | |||
color: var(--color-disabled,#72777d); | |||
cursor: default | |||
} | } | ||
.cdx-menu-item--disabled .cdx-menu-item__text__description { | |||
color: var(--color-disabled,#72777d) | |||
} | |||
.cdx-menu-item--destructive .cdx-menu-item__content { | |||
color: var(--color-destructive,#d73333) | |||
} | |||
.cdx-menu-item--destructive.cdx-menu-item--highlighted .cdx-menu-item__content { | |||
color: var(--color-destructive--hover,#fc493b) | |||
} | |||
.cdx-menu-item--destructive.cdx-menu-item--active .cdx-menu-item__content { | |||
color: var(--color-destructive--active,#9f3526) | |||
} | |||
.cdx-menu-item--destructive.cdx-menu-item--selected.cdx-menu-item--highlighted .cdx-menu-item__content,.cdx-menu-item--destructive.cdx-menu-item--selected.cdx-menu-item--highlighted .cdx-menu-item__text__description { | |||
color: var(--color-destructive--hover,#fc493b) | |||
} | |||
.cdx-progress-bar { | |||
box-sizing: border-box; | |||
overflow-x: hidden | |||
} | |||
.cdx-progress-bar__bar { | |||
width: 33.33%; | |||
height: 100% | |||
} | |||
.cdx-progress-bar:not(.cdx-progress-bar--inline) { | |||
position: relative; | position: relative; | ||
z-index: 1; | |||
height: 1rem; | |||
max-width: none; | |||
border: 1px solid var(--border-color-base,#a2a9b1); | |||
border-radius: 9999px; | |||
box-shadow: 0 2px 2px rgba(0,0,0,.2) | |||
} | |||
.cdx-progress-bar--inline { | |||
width: 100%; | |||
height: .25rem | |||
} | |||
.cdx-progress-bar:not(.cdx-progress-bar--disabled) .cdx-progress-bar__bar { | |||
background-color: var(--background-color-progressive,#36c); | |||
animation-name: cdx-animation-progress-bar__bar; | |||
animation-duration: 1.6s; | |||
animation-timing-function: linear; | |||
animation-iteration-count: infinite | |||
} | |||
.cdx-progress-bar:not(.cdx-progress-bar--disabled).cdx-progress-bar--block { | |||
background-color: var(--background-color-base,#fff) | |||
} | |||
.cdx-progress-bar--disabled .cdx-progress-bar__bar { | |||
background-color: var(--background-color-disabled,#c8ccd1) | |||
} | |||
.cdx-progress-bar--disabled:not(.cdx-progress-bar--inline) { | |||
background-color: var(--background-color-disabled-subtle,#eaecf0) | |||
} | |||
@keyframes cdx-animation-progress-bar__bar { | |||
0% { | |||
transform: translate(-100%) | |||
} | |||
to { | |||
transform: translate(300%) | |||
} | |||
} | |||
.cdx-menu { | |||
background-color: var(--background-color-base,#fff); | |||
display: flex; | |||
flex-direction: column; | |||
position: absolute; | |||
left: 0; | left: 0; | ||
min-width: auto; | z-index: 50; | ||
max-width: none; | box-sizing: border-box; | ||
width: calc(100% - 40px); | width: 100%; | ||
margin: 10px 20px 0; | border: 1px solid var(--border-color-base,#a2a9b1); | ||
column-count: 1; | border-radius: 2px; | ||
box-shadow: none; | box-shadow: 0 2px 2px rgba(0,0,0,.2) | ||
} | |||
.cdx-menu__progress-bar.cdx-progress-bar { | |||
position: absolute; | |||
top: 0 | |||
} | |||
.cdx-menu__listbox { | |||
margin: 0; | |||
padding: 0; | |||
overflow-y: auto | |||
} | |||
.cdx-menu--has-footer .cdx-menu-item:last-of-type { | |||
position: absolute; | |||
bottom: 0; | |||
box-sizing: border-box; | |||
width: 100% | |||
} | |||
.cdx-menu--has-footer .cdx-menu-item:last-of-type:not(:first-of-type) { | |||
border-top: 1px solid var(--border-color-subtle,#c8ccd1) | |||
} | |||
.cdx-button { | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
gap: 4px; | |||
box-sizing: border-box; | |||
min-height: 32px; | |||
max-width: 28rem; | |||
margin: 0; | |||
border-width: 1px; | |||
border-style: solid; | |||
border-radius: 2px; | |||
padding-right: 11px; | |||
padding-left: 11px; | |||
font-family: inherit; | |||
font-size: inherit; | |||
font-weight: 700; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
white-space: nowrap; | |||
text-transform: none; | |||
transition-property: background-color,color,border-color,box-shadow; | |||
transition-duration: .1s | |||
} | |||
.cdx-button--size-large { | |||
min-height: 44px; | |||
padding-right: 15px; | |||
padding-left: 15px | |||
} | |||
.cdx-button--icon-only { | |||
min-width: 32px; | |||
padding-right: 5px; | |||
padding-left: 5px | |||
} | |||
.cdx-button--icon-only.cdx-button--size-large { | |||
min-width: 44px; | |||
padding-right: 11px; | |||
padding-left: 11px | |||
} | |||
.cdx-button::-moz-focus-inner { | |||
border: 0; | |||
padding: 0 | |||
} | |||
.cdx-button .cdx-button__icon,.cdx-button .cdx-icon { | |||
vertical-align: middle | |||
} | |||
.cdx-button .cdx-icon { | |||
color: inherit | |||
} | |||
.cdx-button--fake-button,.cdx-button--fake-button:hover,.cdx-button--fake-button:focus { | |||
text-decoration: none | |||
} | |||
.cdx-button:enabled,.cdx-button.cdx-button--fake-button--enabled { | |||
background-color: var(--background-color-interactive-subtle,#f8f9fa); | |||
color: var(--color-base,#202122); | |||
border-color: var(--border-color-base,#a2a9b1) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled .cdx-button__icon { | |||
background-color:var(--color-base,#202122) | |||
} | |||
} | |||
.cdx-button:enabled:hover,.cdx-button.cdx-button--fake-button--enabled:hover { | |||
background-color: var(--background-color-base,#fff); | |||
color: var(--color-base--hover,#404244); | |||
cursor: pointer | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled:hover .cdx-button__icon { | |||
background-color:var(--color-base--hover,#404244) | |||
} | |||
} | |||
.cdx-button:enabled:active,.cdx-button.cdx-button--fake-button--enabled:active,.cdx-button:enabled.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--is-active { | |||
background-color: var(--background-color-interactive,#eaecf0); | |||
color: var(--color-emphasized,#101418); | |||
border-color: var(--border-color-interactive,#72777d) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled:active .cdx-button__icon,.cdx-button:enabled.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--is-active .cdx-button__icon { | |||
background-color:var(--color-emphasized,#101418) | |||
} | |||
} | |||
.cdx-button:enabled:focus,.cdx-button.cdx-button--fake-button--enabled:focus { | |||
outline: 1px solid transparent | |||
} | |||
.cdx-button:enabled:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active) { | |||
border-color: var(--border-color-progressive--focus,#36c); | |||
box-shadow: inset 0 0 0 1px var(--box-shadow-color-progressive--focus,#36c) | |||
} | |||
.cdx-button:enabled.cdx-button--action-progressive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive { | |||
color: var(--color-progressive,#36c) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--action-progressive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive .cdx-button__icon { | |||
background-color:var(--color-progressive,#36c) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--action-progressive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive:hover { | |||
color: var(--color-progressive--hover,#4b77d6); | |||
border-color: var(--border-color-progressive--hover,#4b77d6) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--action-progressive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive:hover .cdx-button__icon { | |||
background-color:var(--color-progressive--hover,#4b77d6) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--action-progressive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive:active,.cdx-button:enabled.cdx-button--action-progressive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive.cdx-button--is-active { | |||
background-color: var(--background-color-progressive-subtle,#f1f4fd); | |||
color: var(--color-progressive--active,#233566); | |||
border-color: var(--border-color-progressive--active,#233566) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon { | |||
background-color:var(--color-progressive--active,#233566) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--action-destructive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive { | |||
color: var(--color-destructive,#d73333) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--action-destructive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive .cdx-button__icon { | |||
background-color:var(--color-destructive,#d73333) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--action-destructive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:hover { | |||
color: var(--color-destructive--hover,#fc493b); | |||
border-color: var(--border-color-destructive--hover,#fc493b) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--action-destructive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:hover .cdx-button__icon { | |||
background-color:var(--color-destructive--hover,#fc493b) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--action-destructive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:active,.cdx-button:enabled.cdx-button--action-destructive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive.cdx-button--is-active { | |||
background-color: var(--background-color-destructive-subtle,#ffe9e5); | |||
color: var(--color-destructive--active,#9f3526); | |||
border-color: var(--border-color-destructive--active,#9f3526) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon { | |||
background-color:var(--color-destructive--active,#9f3526) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active) { | |||
border-color: var(--border-color-destructive--focus,#36c); | |||
box-shadow: inset 0 0 0 1px var(--box-shadow-color-destructive--focus,#36c) | |||
} | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive { | |||
background-color: var(--background-color-progressive,#36c); | |||
color: var(--color-inverted-fixed,#fff); | |||
border-color: var(--border-color-progressive,#36c) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive .cdx-button__icon { | |||
background-color:var(--color-inverted-fixed,#fff) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover { | |||
background-color: var(--background-color-progressive--hover,#4b77d6); | |||
border-color: var(--border-color-progressive--hover,#4b77d6) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover .cdx-button__icon { | |||
background-color:var(--color-inverted-fixed,#fff) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--is-active { | |||
background-color: var(--background-color-progressive--active,#233566); | |||
border-color: var(--border-color-progressive--active,#233566) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon { | |||
background-color:var(--color-inverted-fixed,#fff) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus:not(:active):not(.cdx-button--is-active) { | |||
border-color: var(--border-color-progressive--focus,#36c); | |||
box-shadow: inset 0 0 0 1px var(--box-shadow-color-progressive--focus,#36c),inset 0 0 0 2px var(--box-shadow-color-inverted,#fff) | |||
} | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive { | |||
background-color: var(--background-color-destructive,#d73333); | |||
color: var(--color-inverted-fixed,#fff); | |||
border-color: var(--border-color-destructive,#d73333) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive .cdx-button__icon { | |||
background-color:var(--color-inverted-fixed,#fff) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:hover { | |||
background-color: var(--background-color-destructive--hover,#fc493b); | |||
border-color: var(--border-color-destructive--hover,#fc493b) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:hover .cdx-button__icon { | |||
background-color:var(--color-inverted-fixed,#fff) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:active,.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive.cdx-button--is-active { | |||
background-color: var(--background-color-destructive--active,#9f3526); | |||
border-color: var(--border-color-destructive--active,#9f3526) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon { | |||
background-color:var(--color-inverted-fixed,#fff) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active) { | |||
border-color: var(--border-color-destructive--focus,#36c); | |||
box-shadow: inset 0 0 0 1px var(--box-shadow-color-destructive--focus,#36c),inset 0 0 0 2px var(--box-shadow-color-inverted,#fff) | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet { | |||
background-color: var(--background-color-transparent,transparent); | |||
border-color: var(--border-color-transparent,transparent) | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover { | |||
background-color: var(--background-color-button-quiet--hover,rgba(0,24,73,.027)) | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:active,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--is-active { | |||
background-color: var(--background-color-button-quiet--active,rgba(0,24,73,.082)); | |||
color: var(--color-emphasized,#101418); | |||
border-color: var(--border-color-interactive,#72777d) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-quiet:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--is-active .cdx-button__icon { | |||
background-color:var(--color-emphasized,#101418) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive { | |||
color: var(--color-progressive,#36c) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive .cdx-button__icon { | |||
background-color:var(--color-progressive,#36c) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive:hover { | |||
background-color: var(--background-color-progressive-subtle,#f1f4fd); | |||
color: var(--color-progressive--hover,#4b77d6) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive:hover .cdx-button__icon { | |||
background-color:var(--color-progressive--hover,#4b77d6) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive:active,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive.cdx-button--is-active { | |||
background-color: var(--background-color-progressive--active,#233566); | |||
color: var(--color-inverted-fixed,#fff); | |||
border-color: var(--border-color-progressive--active,#233566) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon { | |||
background-color:var(--color-inverted,#fff) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive { | |||
color: var(--color-destructive,#d73333) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive .cdx-button__icon { | |||
background-color:var(--color-destructive,#d73333) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover { | |||
background-color: var(--background-color-destructive-subtle,#ffe9e5); | |||
color: var(--color-destructive--hover,#fc493b) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover .cdx-button__icon { | |||
background-color:var(--color-destructive--hover,#fc493b) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:active,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive.cdx-button--is-active { | |||
background-color: var(--background-color-destructive--active,#9f3526); | |||
color: var(--color-inverted-fixed,#fff); | |||
border-color: var(--border-color-destructive--active,#9f3526) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon { | |||
background-color:var(--color-inverted,#fff) | |||
} | |||
} | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active) { | |||
border-color: var(--border-color-destructive--focus,#36c); | |||
box-shadow: inset 0 0 0 1px var(--box-shadow-color-destructive--focus,#36c) | |||
} | |||
.cdx-button:disabled,.cdx-button.cdx-button--fake-button--disabled { | |||
background-color: var(--background-color-disabled,#c8ccd1); | |||
color: var(--color-inverted,#fff); | |||
border-color: var(--border-color-transparent,transparent) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:disabled .cdx-button__icon,.cdx-button.cdx-button--fake-button--disabled .cdx-button__icon { | |||
background-color:var(--color-inverted,#fff) | |||
} | |||
} | |||
.cdx-button:disabled.cdx-button--weight-quiet,.cdx-button.cdx-button--fake-button--disabled.cdx-button--weight-quiet { | |||
background-color: var(--background-color-transparent,transparent); | |||
color: var(--color-disabled,#72777d) | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-button:disabled.cdx-button--weight-quiet .cdx-button__icon,.cdx-button.cdx-button--fake-button--disabled.cdx-button--weight-quiet .cdx-button__icon { | |||
background-color:var(--color-disabled,#72777d) | |||
} | |||
} | |||
.cdx-text-input { | |||
position: relative; | |||
box-sizing: border-box; | |||
min-width: 256px; | |||
border-radius: 2px; | |||
overflow: hidden | |||
} | |||
.cdx-text-input .cdx-text-input__start-icon { | |||
position: absolute; | |||
top: 50%; | |||
min-width: 20px; | |||
min-height: 20px; | |||
width: 1.25rem; | |||
height: 1.25rem; | |||
transition-property: color; | |||
transition-duration: .1s; | |||
left: 9px; | |||
transform: translateY(-50%) | |||
} | |||
.cdx-text-input__icon.cdx-text-input__end-icon { | |||
min-width: 16px; | |||
min-height: 16px; | |||
width: 1rem; | |||
height: 1rem | |||
} | |||
@supports not (((-webkit-mask-image: none) or (mask-image:none))) { | |||
.cdx-text-input__icon.cdx-text-input__end-icon { | |||
background-position:center; | |||
background-repeat: no-repeat; | |||
background-size: max(1rem,16px) | |||
} | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-text-input__icon.cdx-text-input__end-icon { | |||
-webkit-mask-size:max(1rem,16px); | |||
mask-size: max(1rem,16px); | |||
-webkit-mask-repeat: no-repeat; | |||
mask-repeat: no-repeat; | |||
-webkit-mask-position: center; | |||
mask-position: center | |||
} | |||
} | |||
.cdx-text-input__clear-icon.cdx-icon,.cdx-text-input .cdx-text-input__end-icon { | |||
position: absolute; | |||
top: 50%; | |||
min-width: 16px; | |||
min-height: 16px; | |||
width: 1rem; | |||
height: 1rem; | |||
transition-property: color; | |||
transition-duration: .1s; | |||
right: 9px; | |||
transform: translateY(-50%) | |||
} | |||
.cdx-text-input__clear-icon.cdx-icon:hover { | |||
cursor: pointer | |||
} | |||
.cdx-text-input__end-icon.cdx-icon+.cdx-text-input__clear-icon.cdx-icon { | |||
right: calc(17px + 1rem) | |||
} | |||
.cdx-text-input__input { | |||
display: block; | |||
box-sizing: border-box; | |||
min-height: 32px; | |||
width: 100%; | |||
margin: 0; | |||
border-width: 1px; | |||
border-style: solid; | |||
border-radius: 0; | |||
padding: 4px 8px; | |||
font-family: inherit; | |||
font-size: inherit; | |||
line-height: 1.375 | |||
} | |||
.cdx-text-input__input:enabled { | |||
background-color: var(--background-color-base,#fff); | |||
color: var(--color-base,#202122); | |||
border-color: var(--border-color-base,#a2a9b1); | |||
box-shadow: inset 0 0 0 1px var(--box-shadow-color-transparent,transparent); | |||
transition-property: background-color,color,border-color,box-shadow; | |||
transition-duration: .25s | |||
} | |||
.cdx-text-input__input:enabled~.cdx-text-input__icon-vue { | |||
color: var(--color-placeholder,#72777d) | |||
} | |||
.cdx-text-input__input:enabled~.cdx-text-input__icon { | |||
opacity: var(--opacity-icon-placeholder,.51) | |||
} | |||
.cdx-text-input__input:enabled:hover { | |||
border-color: var(--border-color-interactive,#72777d) | |||
} | |||
.cdx-text-input__input:enabled:focus~.cdx-text-input__icon-vue,.cdx-text-input__input:enabled.cdx-text-input__input--has-value~.cdx-text-input__icon-vue { | |||
color: var(--color-base,#202122) | |||
} | |||
.cdx-text-input__input:enabled:focus~.cdx-text-input__icon,.cdx-text-input__input:enabled.cdx-text-input__input--has-value~.cdx-text-input__icon { | |||
opacity: 1 | |||
} | |||
.cdx-text-input__input:enabled:focus { | |||
border-color: var(--border-color-progressive--focus,#36c); | |||
box-shadow: inset 0 0 0 1px var(--box-shadow-color-progressive--focus,#36c); | |||
outline: 1px solid transparent | |||
} | |||
.cdx-text-input__input:enabled:read-only { | |||
background-color: var(--background-color-interactive-subtle,#f8f9fa) | |||
} | |||
.cdx-text-input__input:disabled { | |||
background-color: var(--background-color-disabled-subtle,#eaecf0); | |||
color: var(--color-disabled,#72777d); | |||
-webkit-text-fill-color: var(--color-disabled,#72777d); | |||
border-color: var(--border-color-disabled,#c8ccd1) | |||
} | |||
.cdx-text-input__input:disabled~.cdx-text-input__icon-vue { | |||
color: var(--color-disabled,#72777d); | |||
pointer-events: none | |||
} | |||
.cdx-text-input__input:disabled~.cdx-text-input__icon { | |||
opacity: var(--opacity-icon-base--disabled,.51) | |||
} | |||
.cdx-text-input__input::placeholder { | |||
color: var(--color-placeholder,#72777d); | |||
opacity: 1 | |||
} | |||
.cdx-text-input__input::-ms-clear { | |||
display: none | |||
} | |||
.cdx-text-input__input[type=search] { | |||
-webkit-appearance: none; | |||
-moz-appearance: textfield | |||
} | |||
.cdx-text-input__input[type=search]::-webkit-search-decoration,.cdx-text-input__input[type=search]::-webkit-search-cancel-button { | |||
display: none | |||
} | |||
.cdx-text-input--has-start-icon .cdx-text-input__input { | |||
padding-left: calc(16px + 1.25rem) | |||
} | |||
.cdx-text-input--has-end-icon .cdx-text-input__input,.cdx-text-input--clearable .cdx-text-input__input { | |||
padding-right: calc(16px + 1rem) | |||
} | |||
.cdx-text-input--has-end-icon.cdx-text-input--clearable .cdx-text-input__input { | |||
padding-right: calc(24px + 2rem) | |||
} | |||
.cdx-text-input--status-error .cdx-text-input__input:enabled { | |||
border-color: var(--border-color-error,#9f3526) | |||
} | |||
.cdx-text-input--status-error .cdx-text-input__input:enabled:hover { | |||
border-color: var(--border-color-error--hover,#fc493b) | |||
} | |||
.cdx-text-input--status-error .cdx-text-input__input:enabled:focus { | |||
border-color: var(--border-color-progressive--focus,#36c) | |||
} | |||
.cdx-search-input--has-end-button { | |||
background-color: var(--background-color-base,#fff); | |||
display: flex; | |||
border: 1px solid var(--border-color-base,#a2a9b1); | |||
border-radius: 2px | |||
} | |||
.cdx-search-input--has-end-button .cdx-search-input__input-wrapper { | |||
flex-grow: 1; | |||
margin: -1px | |||
} | |||
.cdx-search-input--has-end-button .cdx-search-input__input-wrapper .cdx-text-input { | |||
border-top-right-radius: 0; | |||
border-bottom-right-radius: 0 | |||
} | |||
.cdx-search-input__end-button.cdx-button { | |||
flex-shrink: 0; | |||
margin: -1px -1px -1px 0; | |||
border-top-left-radius: 0; | |||
border-bottom-left-radius: 0 | |||
} | |||
.cdx-search-input__end-button.cdx-button:hover,.cdx-search-input__end-button.cdx-button:focus { | |||
z-index: 1 | |||
} | |||
.cdx-search-input__input-wrapper { | |||
position: relative | |||
} | |||
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon { | |||
min-width: 20px; | |||
min-height: 20px; | |||
width: 1.25rem; | |||
height: 1.25rem; | |||
display: inline-block; | |||
vertical-align: text-bottom | |||
} | |||
@supports not (((-webkit-mask-image: none) or (mask-image:none))) { | |||
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon { | |||
background-position:center; | |||
background-repeat: no-repeat; | |||
background-size: max(1.25rem,20px) | |||
} | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon { | |||
-webkit-mask-size:max(1.25rem,20px); | |||
mask-size: max(1.25rem,20px); | |||
-webkit-mask-repeat: no-repeat; | |||
mask-repeat: no-repeat; | |||
-webkit-mask-position: center; | |||
mask-position: center | |||
} | |||
} | |||
@supports not (((-webkit-mask-image: none) or (mask-image:none))) { | |||
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon { | |||
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M12.2 13.6a7 7 0 111.4-1.4l5.4 5.4-1.4 1.4zM3 8a5 5 0 1010 0A5 5 0 003 8"/></svg>'); | |||
filter: invert(var(--filter-invert-icon,0)); | |||
opacity: var(--opacity-icon-base,.87) | |||
} | |||
.cdx-button:not(.cdx-button--weight-quiet):disabled .cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon,.cdx-button--weight-primary.cdx-button--action-progressive .cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon,.cdx-button--weight-primary.cdx-button--action-destructive .cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon { | |||
filter: invert(var(--filter-invert-primary-button-icon,1)) | |||
} | |||
} | |||
@supports ((-webkit-mask-image: none) or (mask-image:none)) { | |||
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon { | |||
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M12.2 13.6a7 7 0 111.4-1.4l5.4 5.4-1.4 1.4zM3 8a5 5 0 1010 0A5 5 0 003 8"/></svg>'); | |||
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M12.2 13.6a7 7 0 111.4-1.4l5.4 5.4-1.4 1.4zM3 8a5 5 0 1010 0A5 5 0 003 8"/></svg>'); | |||
background-color: var(--color-base,#202122) | |||
} | |||
} | |||
.cdx-typeahead-search__menu.cdx-menu { | |||
border-top-left-radius: 0; | |||
border-top-right-radius: 0 | |||
} | |||
.cdx-typeahead-search .cdx-menu-item { | |||
padding: 0 | |||
} | |||
.cdx-typeahead-search .cdx-menu-item__content { | |||
padding: 8px 12px | |||
} | |||
.cdx-typeahead-search__search-footer.cdx-menu-item { | |||
box-sizing: border-box; | |||
min-height: 56px | |||
} | |||
.cdx-typeahead-search__search-footer.cdx-menu-item:visited { | |||
color: var(--color-base,#202122) | |||
} | |||
.cdx-typeahead-search__search-footer.cdx-menu-item:hover { | |||
text-decoration: none; | |||
cursor: pointer | |||
} | |||
.cdx-typeahead-search__search-footer__icon.cdx-icon { | |||
color: var(--color-subtle,#54595d) | |||
} | |||
.cdx-typeahead-search__search-footer__active.cdx-menu-item .cdx-typeahead-search__search-footer__icon.cdx-icon,.cdx-typeahead-search__search-footer__active.cdx-menu-item .cdx-typeahead-search__search-footer__text { | |||
color: var(--color-progressive,#36c) | |||
} | |||
.cdx-typeahead-search .cdx-typeahead-search__menu-message--has-thumbnail { | |||
padding-left: 20px | |||
} | |||
.cdx-typeahead-search--expanded .cdx-typeahead-search__input.cdx-search-input .cdx-text-input { | |||
border-bottom-left-radius: 0; | |||
border-bottom-right-radius: 0 | |||
} | |||
.cdx-typeahead-search .cdx-text-input--has-start-icon .cdx-text-input__input { | |||
padding-left: 36px | |||
} | |||
.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width:not(.cdx-typeahead-search--expanded) { | |||
margin-left: 24px | |||
} | |||
.cdx-typeahead-search--show-thumbnail:not(.cdx-typeahead-search--auto-expand-width),.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width.cdx-typeahead-search--expanded { | |||
margin-left: 0 | |||
} | |||
.cdx-typeahead-search--show-thumbnail:not(.cdx-typeahead-search--auto-expand-width) .cdx-text-input__input,.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width.cdx-typeahead-search--expanded .cdx-text-input__input { | |||
padding-left: 60px | |||
} | |||
.cdx-typeahead-search--show-thumbnail:not(.cdx-typeahead-search--auto-expand-width) .cdx-text-input__start-icon,.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width.cdx-typeahead-search--expanded .cdx-text-input__start-icon { | |||
position: absolute; | |||
top: 50%; | |||
min-width: 20px; | |||
min-height: 20px; | |||
width: 1.25rem; | |||
height: 1.25rem; | |||
transition-property: color; | |||
transition-duration: .1s; | |||
left: 22px; | |||
transform: translateY(-50%) | |||
} | |||
.cdx-typeahead-search--show-thumbnail .cdx-typeahead-search__search-footer__icon { | |||
flex-shrink: 0; | |||
min-width: 40px; | |||
width: 2.5rem | |||
} | |||
.cdx-typeahead-search .cdx-menu-item:first-child .cdx-typeahead-search__search-footer { | |||
border-top: unset | |||
} | |||
.embedvideo { | |||
margin: 0; | |||
max-width: 100%; | |||
display: inline-block | |||
} | |||
.embedvideo-wrapper { | |||
position: relative; | |||
display: block | |||
} | |||
.embedvideo-player { | |||
width: 100%; | |||
height: 100% | |||
} | |||
.embedvideo-consent { | |||
z-index: 1; | |||
background-color: #eaecf0 | |||
} | |||
.embedvideo-player,.embedvideo-consent { | |||
position: absolute; | |||
left: 0; | |||
right: 0; | |||
top: 0; | |||
bottom: 0; | |||
overflow: hidden | |||
} | |||
.embedvideo-overlay { | |||
display: none | |||
} | |||
.embedvideo--autoresize { | |||
width: 100%; | |||
aspect-ratio: 1.77777778 | |||
} | |||
.embedvideo--autoresize .embedvideo-wrapper { | |||
height: 100% | |||
} | |||
.embedvideo.mw-halign-right { | |||
margin: 0 0 0.5em 0.5em; | |||
clear: right; | |||
float: right | |||
} | |||
.embedvideo.mw-halign-left { | |||
margin: 0 0.5em 0.5em 0; | |||
clear: left; | |||
float: left | |||
} | |||
.embedvideo.mw-halign-none { | |||
clear: none; | |||
float: none | |||
} | |||
.embedvideo.mw-halign-center { | |||
margin: 0 auto; | |||
display: table; | |||
border-collapse: collapse; | |||
clear: none; | |||
float: none | |||
} | |||
.embedvideo.mw-halign-right,.embedvideo.mw-halign-left,.embedvideo.mw-halign-none,.embedvideo.mw-halign-center { | |||
display: block | |||
} | |||
.embedvideo.mw-valign-middle { | |||
vertical-align: middle | |||
} | |||
.embedvideo.mw-valign-baseline { | |||
vertical-align: baseline | |||
} | |||
.embedvideo.mw-valign-sub { | |||
vertical-align: sub | |||
} | |||
.embedvideo.mw-valign-super { | |||
vertical-align: super | |||
} | |||
.embedvideo.mw-valign-top { | |||
vertical-align: top | |||
} | |||
.embedvideo.mw-valign-text-top { | |||
vertical-align: text-top | |||
} | |||
.embedvideo.mw-valign-bottom { | |||
vertical-align: bottom | |||
} | |||
.embedvideo.mw-valign-text-bottom { | |||
vertical-align: text-bottom | |||
} | |||
.embedvideo figcaption { | |||
font-size: 88.40000000000001%; | |||
padding: 3px 0 | |||
} | |||
video.thumbborder,audio.thumbborder { | |||
border: 1pt solid #c8ccd1 | |||
} | |||
.uls-trigger { | |||
background: no-repeat url(/extensions/UniversalLanguageSelector/lib/jquery.uls/images/language.svg?8db97) left center; | |||
background-size: contain | |||
} | |||
#pt-uls { | |||
padding-top: 0 !important | |||
} | |||
#pt-uls .uls-trigger { | |||
background-image: none; | |||
display: inline-block; | |||
padding-top: 0.5em !important; | |||
padding-left: 0 | |||
} | |||
#pt-uls .uls-trigger::before { | |||
content: ''; | |||
background-image: url(/extensions/UniversalLanguageSelector/lib/jquery.uls/images/language.svg?8db97); | |||
background-position: left 0.08333333em; | |||
background-repeat: no-repeat; | |||
background-size: 1.33333333em 1.33333333em; | |||
padding-top: 0.33333333em; | |||
padding-left: 1.66666667em; | |||
opacity: 0.67 | |||
} | |||
x:-o-prefocus,body.rtl li#pt-uls { | |||
direction: ltr | |||
} | |||
.client-nojs #pt-uls { | |||
display: none | |||
} | |||
#mw-credits a { | |||
unicode-bidi: embed | |||
} | |||
#mw-clearyourcache { | |||
direction: ltr; | |||
unicode-bidi: embed | |||
} | |||
div.patrollink { | |||
font-size: 75%; | |||
text-align: right | |||
} | |||
#mw-revision-info,#mw-revision-info-current,#mw-revision-nav { | |||
direction: ltr | |||
} | |||
p.mw-protect-editreasons,p.mw-delete-editreasons { | |||
font-size: 90%; | |||
text-align: right | |||
} | |||
.action-info .mw-hiddenCategoriesExplanation,.action-info .mw-templatesUsedExplanation { | |||
display: none | |||
} | |||
.action-info .mw-page-info tr:target { | |||
background-color: rgba(0,127,255,0.133) | |||
} | |||
.mw-category .mw-category-group ul { | |||
margin-top: 0; | |||
margin-bottom: 0 | |||
} | |||
.mw-category.mw-category-columns { | |||
-moz-column-count: 3; | |||
column-count: 3; | |||
-moz-column-width: 24em; | |||
column-width: 24em | |||
} | |||
.mw-category.mw-category-columns h3 { | |||
break-after: avoid-column | |||
} | |||
.mw-category.mw-category-columns .mw-category-group li { | |||
page-break-inside: avoid; | |||
break-inside: avoid-column | |||
} | |||
.mw-category.mw-category-columns .mw-category-group li a { | |||
overflow-wrap: break-word | |||
} | |||
.redirect-in-category { | |||
font-style: italic | |||
} | |||
@media screen { | |||
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@font-face { | |||
font-family: 'GothamSSm-Light'; | |||
src: url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.eot); | |||
src: url("https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Lightd41d.eot?#iefix") format('embedded-opentype'),url("https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.svg#GothamSSm-Light") format('svg'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.ttf) format('truetype'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.woff) format('woff'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.woff2) format('woff2'); | |||
font-weight: normal; | |||
font-style: normal | |||
} | |||
@font-face { | |||
font-family: 'GothamSSm-Medium'; | |||
src: url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.eot); | |||
src: url("https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Mediumd41d.eot?#iefix") format('embedded-opentype'),url("https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.svg#GothamSSm-Light") format('svg'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.ttf) format('truetype'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.woff) format('woff'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.woff2) format('woff2'); | |||
font-weight: normal; | |||
font-style: normal | |||
} | |||
body { | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
background: #020307!important | |||
} | |||
hr { | |||
border-top: 0px!important; | |||
border-left: 0px!important; | |||
border-right: 0px!important; | |||
border-bottom: 1px solid #262932!important; | |||
margin-top: 10px!important | |||
} | |||
a { | |||
color: rgba(240,240,255,0.7)!important; | |||
text-decoration: none!important | |||
} | |||
a:hover { | |||
color: #ba6356!important; | |||
text-decoration: none!important | |||
} | |||
pre { | |||
background: #0f1116 !important; | |||
border: 1px solid #262932 !important; | |||
color: #6c757d !important | |||
} | |||
.font-roboto { | |||
font-family: "Roboto",sans-serif; | |||
font-optical-sizing: auto; | |||
font-weight: 400; | |||
font-style: normal; | |||
font-variation-settings: "wdth" 100 | |||
} | |||
.mw-wiki-logo.timeless-logo img { | |||
width: 270px!important; | |||
height: auto; | |||
margin: 3.5em 0 1.5em!important | |||
} | |||
.mw-body .mw-heading3,.mw-body h3 { | |||
padding-bottom: 8px; | |||
border-bottom: 1px solid #262932; | |||
font-size: 22px!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
color: rgba(240,240,255,0.9)!important; | |||
line-height: 1.125 !important; | |||
margin: 1.25em 0 0.5em !important | |||
} | |||
.mw-body .mw-heading3,.mw-body h3:before { | |||
content: '--'; | |||
position: relative; | |||
margin-right: 10px; | |||
display: inline-block; | |||
color: #ba6356 | |||
} | |||
.mw-body .mw-heading2,.mw-body h2 { | |||
font-size: 1.8em !important; | |||
border-bottom: solid 1px #a23e2f !important; | |||
color: #ffffff!important; | |||
font-weight: normal !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
line-height: 150%!important; | |||
margin: 1.25em 0 10px !important | |||
} | |||
.mw-body .mw-heading4,.mw-body h4 { | |||
font-size: 1.4em!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
.toc { | |||
display: none !important | |||
} | |||
.mw-body h1.firstHeading { | |||
display: none !important; | |||
margin-top: -5px | |||
} | |||
#mw-related-navigation .sidebar-inner label,#mw-related-navigation .sidebar-inner h3,#mw-site-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3 { | |||
font-family: 'GothamSSm-Medium',sans-serif !important; | |||
font-weight: 500!important; | |||
font-size: 18px!important; | |||
color: #fff!important; | |||
border-bottom: 1px solid #262932!important; | |||
padding: 10px 0!important; | |||
margin: 0!important; | |||
display: block | |||
} | |||
#mw-related-navigation .sidebar-inner label,#mw-related-navigation .sidebar-inner h3:before,#mw-site-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3:before { | |||
content: '--'; | |||
position: relative; | |||
margin-right: 10px; | |||
display: inline-block; | |||
color: #ba6356 | |||
} | |||
.sidebar-inner li a { | |||
color: #fff!important; | |||
background: #0f1116!important; | |||
margin-bottom: 5px!important; | |||
padding: 15px 25px!important; | |||
font-size: 16px!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
.sidebar-inner li a:hover { | |||
color: #ba6356!important | |||
} | |||
@media screen and (min-width: 851px) and (max-width:1099px) { | |||
#mw-header-nav-hack { | |||
border-top:1px solid #171a22!important; | |||
display: block; | |||
position: absolute; | |||
z-index: 198; | |||
background: #171920!important; | |||
width: 100% | |||
} | |||
#mw-site-navigation h2,#mw-related-navigation h2 { | |||
font-weight: normal; | |||
font-family: 'GothamSSm-Medium',sans-serif !important; | |||
font-size: 16px!important; | |||
cursor: pointer; | |||
margin: -3px 0 -3px!important; | |||
padding: 10px 0 !important | |||
} | |||
#mw-site-navigation .sidebar-inner { | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em; | |||
background: #0f1116!important; | |||
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05); | |||
position: absolute; | |||
padding: 20px 2em 0; | |||
margin: 0; | |||
min-width: 9.153em; | |||
top: 3.1em!important; | |||
left: -1em; | |||
overflow: visible; | |||
z-index: 50; | |||
border: 1px solid #0f1116!important | |||
} | |||
#mw-site-navigation .sidebar-chunk h2 span::before,#mw-site-navigation .sidebar-chunk h2 span::after { | |||
transform: rotate(360deg); | |||
border-bottom: 10px solid #0f1116!important; | |||
border-left: 10px solid transparent; | |||
border-right: 10px solid transparent; | |||
content: ''; | |||
height: 0; | |||
width: 0; | |||
position: absolute; | |||
right: 1em; | |||
z-index: 51 | |||
} | |||
#mw-related-navigation .sidebar-inner { | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em; | |||
background: #0f1116!important; | |||
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05); | |||
position: absolute; | |||
padding: 20px 2em 0; | |||
margin: 0; | |||
min-width: 9.153em; | |||
right: -1em; | |||
overflow: visible; | |||
z-index: 50; | |||
top: 3.1em!important; | |||
border: 1px solid #0f1116!important | |||
} | |||
#mw-related-navigation .sidebar-inner label,#mw-related-navigation .sidebar-inner h3,#mw-site-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3 { | |||
font-size: 16px!important | |||
} | |||
.sidebar-inner li a { | |||
margin-left: -10px!important; | |||
width: calc(100% - 10px)!important; | |||
padding: 15px 15px!important; | |||
font-size: 15px!important; | |||
font-family: 'GothamSSm-Medium',sans-serif !important; | |||
background: #171920!important | |||
} | |||
} | |||
@media screen and (min-width: 851px) { | |||
#personal .dropdown { | |||
line-height:1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em; | |||
background: #0f1116!important; | |||
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05); | |||
position: absolute; | |||
padding: 20px 2em 0; | |||
margin: 0; | |||
min-width: 9.153em; | |||
top: 2.95em; | |||
right: -1em; | |||
overflow: visible; | |||
z-index: 50; | |||
border: 1px solid #0f1116!important; | |||
width: 220px!important | |||
} | |||
#personal .dropdown label,#personal .dropdown h3 { | |||
font-weight: normal; | |||
font-size: 1em; | |||
margin: 0.25em 0 0.75em 0; | |||
padding-bottom: 8px !important; | |||
border-bottom: 1px solid #262932 !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
color: rgba(240,240,255,0.9)!important; | |||
display: block | |||
} | |||
#personal .dropdown label,#personal .dropdown h3:before { | |||
content: '--'; | |||
position: relative; | |||
margin-right: 10px; | |||
display: inline-block; | |||
color: #ba6356 | |||
} | |||
} | |||
.sidebar-inner ul { | |||
list-style: none; | |||
padding: 0; | |||
margin: 0 | |||
} | |||
.sidebar-inner li { | |||
margin: 0; | |||
padding: 0 | |||
} | |||
.sidebar-inner li a { | |||
display: block; | |||
padding: 8px 10px; | |||
text-decoration: none; | |||
color: #fff | |||
} | |||
li.has-submenu { | |||
position: relative | |||
} | |||
li.has-submenu > a:after { | |||
content: "▶"; | |||
font-size: 10px; | |||
margin-left: 5px | |||
} | |||
@media screen and (min-width: 1100px) and (max-width:1339px) { | |||
#mw-site-navigation { | |||
overflow:visible!important | |||
} | |||
} | |||
submenu { | |||
position: absolute!important; | |||
z-index: 1000!important | |||
} | |||
ul.submenu { | |||
display: none; | |||
position: absolute!important; | |||
left: 100%; | |||
top: -10px; | |||
background-color: #0f1116; | |||
border-radius: 4px; | |||
box-shadow: 2px 2px 8px rgba(0,0,0,0.1); | |||
padding: 20px; | |||
z-index: 1000!important; | |||
width: 220px; | |||
border: 1px solid #171a22 | |||
} | |||
ul.submenu.multi-column { | |||
width: auto; | |||
min-width: 450px; | |||
column-count: 2; | |||
column-gap: 20px | |||
} | |||
li.has-submenu:nth-child(2) > ul.submenu { | |||
column-count: 3; | |||
min-width: 600px | |||
} | |||
ul.submenu li { | |||
break-inside: avoid; | |||
page-break-inside: avoid; | |||
display: block; | |||
margin-bottom: 5px | |||
} | |||
li.has-submenu:hover > ul.submenu { | |||
display: block | |||
} | |||
.submenu { | |||
padding: 20px!important | |||
} | |||
.submenu li a { | |||
padding: 10px 10px!important; | |||
margin: 0!important; | |||
display: block; | |||
color: rgba(255,255,255,.5)!important; | |||
transition: background-color 0.2s!important; | |||
border-bottom: 1px solid #171a22!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
.submenu li a:hover { | |||
color: #fff!important; | |||
border-bottom: 1px solid rgba(255,255,255,.5)!important; | |||
text-shadow: 0 0 5px #fff!important | |||
} | |||
@media (max-width: 768px) { | |||
.sidebar-inner { | |||
width:100%; | |||
overflow: hidden | |||
} | |||
li.has-submenu { | |||
position: static | |||
} | |||
li.has-submenu > a:after { | |||
content: "▼" | |||
} | |||
li.has-submenu:hover > ul.submenu { | |||
display: none | |||
} | |||
li.has-submenu.active > ul.submenu { | |||
display: block | |||
} | |||
li.has-submenu.active > a:after { | |||
content: "▲" | |||
} | |||
li.has-submenu:nth-child(2) > ul.submenu,ul.submenu.multi-column { | |||
column-count: 1; | |||
min-width: auto!important | |||
} | |||
} | |||
@media screen and (min-width: 851px) and (max-width:1099px) { | |||
.submenu { | |||
padding:20px!important | |||
} | |||
.submenu li a { | |||
background: transparent!important | |||
} | |||
.submenu li a:hover { | |||
color: #fff!important; | |||
border-bottom: 1px solid rgba(255,255,255,.5)!important; | |||
text-shadow: 0 0 5px #fff!important | |||
} | |||
} | |||
#mw-header-container { | |||
background: #020307!important; | |||
color: #6c757d!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
#personal h2 span { | |||
color: #6c757d!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: 500!important; | |||
font-variant: none!important | |||
} | |||
#p-logo-text a { | |||
color: #6c757d!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: normal!important; | |||
font-size: 1em!important | |||
} | |||
#p-logo-text a:hover { | |||
color: #ba6356!important; | |||
text-decoration: none!important | |||
} | |||
#p-logo-text a img { | |||
margin-right: 3px!important | |||
} | |||
#searchInput { | |||
background: #0f1116!important; | |||
color: #fff !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: 500!important; | |||
border: 1px solid #0f1116!important | |||
} | |||
#simpleSearch { | |||
background: #0f1116!important; | |||
color: #6c757d!important; | |||
border: 1px solid #171a22 !important | |||
} | |||
@media screen and (max-width: 850px) { | |||
#p-logo-text { | |||
position:absolute; | |||
top: 0.4em!important; | |||
left: 2em!important; | |||
text-align: left; | |||
width: 300px !important | |||
} | |||
#menus-cover { | |||
background: #0f1116!important | |||
} | |||
.sidebar-inner,.dropdown { | |||
display: none; | |||
background: #0f1116!important; | |||
border: 0px solid #171a22!important; | |||
line-height: 100% !important; | |||
word-wrap: break-word!important; | |||
font-size: 0.95em!important; | |||
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05)!important; | |||
position: absolute!important; | |||
padding: 2em 2.5em 1em!important; | |||
margin: 0!important; | |||
min-width: 9.153em!important; | |||
max-width: 60%!important; | |||
top: 3em!important; | |||
right: 0!important; | |||
overflow: visible!important; | |||
z-index: 350!important | |||
} | |||
.sidebar-inner li,.dropdown li { | |||
margin: 0px!important; | |||
margin-bottom: 5px!important | |||
} | |||
.sidebar-inner ul li a { | |||
color: #fff !important; | |||
background: #171920!important; | |||
margin-bottom: 5px !important; | |||
padding: 15px 25px !important; | |||
font-size: 16px !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
.sidebar-inner ul li ul.submenu li { | |||
margin-bottom: 0!important | |||
} | |||
.sidebar-inner ul li ul.submenu li a { | |||
color: rgba(255,255,255,0.8) !important; | |||
background: #171920!important; | |||
margin-bottom: 2px !important; | |||
padding: 10px 20px !important; | |||
font-size: 16px !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
.sidebar-inner ul li ul.submenu li a:hover { | |||
border-bottom: 0!important; | |||
color: #fff!important; | |||
text-shadow: 0 0 5px #fff!important | |||
} | |||
ul.submenu { | |||
display: none; | |||
position: relative!important; | |||
left: 0!important; | |||
top: -10px; | |||
background-color: #0f1116!important; | |||
border-radius: 4px; | |||
box-shadow: 2px 2px 8px rgba(0,0,0,0.1); | |||
padding: 20px; | |||
z-index: 1000!important; | |||
width: calc(100% - 40px) !important; | |||
border: 1px solid #171920!important | |||
} | |||
ul.submenu.multi-column { | |||
width: auto; | |||
min-width: 450px; | |||
column-count: 2; | |||
column-gap: 20px | |||
} | |||
ul.submenu .sidebar-inner li,.dropdown li { | |||
padding: 0!important; | |||
max-width: 100%!important | |||
} | |||
#mw-content { | |||
padding: 1em!important; | |||
border-width: 0; | |||
margin-top: 200px!important | |||
} | |||
body { | |||
background: #020307 url(https://images.realmu.net/uploads/20250321/167dd770c3e2b8.jpg) no-repeat top 1px center!important | |||
} | |||
} | |||
#mw-content-container { | |||
background: #0f1116!important; | |||
border-bottom: 1px solid #171a22!important; | |||
padding-bottom: 30px!important | |||
} | |||
#mw-content { | |||
background: #171920!important; | |||
border: 1px solid #171a22!important; | |||
color: #6c757d!important | |||
} | |||
.sidebar-chunk { | |||
background: #171920!important; | |||
border: 1px solid #171a22!important; | |||
color: #6c757d!important | |||
} | |||
.mw-footer-container { | |||
background: #020307!important; | |||
border-top: 1px solid #171a22!important; | |||
border-bottom: 1px solid #171a22!important | |||
} | |||
.tools-inline li.selected { | |||
border-bottom: 2px solid #a23e2f!important | |||
} | |||
.tools-inline li.selected a { | |||
color: #6c757d!important | |||
} | |||
.sidebar-inner ul { | |||
margin-top: 10px!important; | |||
margin-bottom: 10px!important | |||
} | |||
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] { | |||
background-color: #0f1116!important; | |||
border: 1px solid #0f1116!important | |||
} | |||
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption { | |||
background-color: #0f1116!important; | |||
border: 1px solid #0f1116!important | |||
} | |||
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element { | |||
margin: 0.75em!important; | |||
border: 1px solid #171a22!important | |||
} | |||
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption,.mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption { | |||
display: none!important | |||
} | |||
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | |||
right: 0.75em; | |||
left: auto; | |||
background: transparent!important | |||
} | |||
.color-right { | |||
background-image: linear-gradient(to right,#561f1f 0%,#a23e2f 100%)!important; | |||
height: 0.35em!important; | |||
width: 50%!important; | |||
float: left | |||
} | |||
.color-left { | |||
height: 0.35em!important; | |||
background-image: linear-gradient(to right,#a23e2f 0%,#561f1f 100%)!important; | |||
width: 50%!important; | |||
float: left | |||
} | |||
.color-middle { | |||
height: 0.35em; | |||
background: transparent!important; | |||
margin-left: 21em; | |||
margin-right: 17em | |||
} | |||
.mw-body dt { | |||
font-weight: bold !important; | |||
font-family: 'GothamSSm-Medium',sans-serif !important | |||
} | |||
.cdx-button:enabled,.cdx-button.cdx-button--fake-button--enabled { | |||
margin-top: 10px!important; | |||
background-color: #0f1116!important; | |||
color: var(--color-base,#202122) !important; | |||
border: 1px solid #171a22!important | |||
} | |||
.cdx-button:enabled,.cdx-button.cdx-button--fake-button--enabled img { | |||
width: 201px!important; | |||
height: 32px!important | |||
} | |||
.wikitable { | |||
background: transparent!important; | |||
border-bottom: 0!important | |||
} | |||
.wikitable > tr > th,.wikitable > * > tr > th { | |||
background-color: #0f1116!important; | |||
color: rgba(240,240,255,0.9)!important; | |||
border: 1px solid #262932!important; | |||
text-align: center | |||
} | |||
.wikitable > tr > td,.wikitable > * > tr > td { | |||
background-color: #15161c !important; | |||
color: #6c757d!important; | |||
border: 1px solid #262932!important; | |||
text-align: center | |||
} | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.wikitable,.mw-datatable { | |||
color: rgba(240,240,255,0.9)!important | |||
} | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.wikitable,.mw-datatable { | |||
background-color: #0f1116!important; | |||
border: 1px solid #262932!important; | |||
padding: 1.25em 1.75em | |||
} | |||
.oo-ui-panelLayout-framed { | |||
background-color: #0f1116!important; | |||
border: 1px solid #262932!important; | |||
border-radius: 0!important | |||
} | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input { | |||
background: #171920 !important; | |||
color: #fff !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: 500 !important; | |||
border: 1px solid #262932 !important; | |||
border-radius: 0 !important | |||
} | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | |||
background: #171920 !important; | |||
color: #fff !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: 500 !important; | |||
border: 1px solid #262932 !important; | |||
border-radius: 0 !important | |||
} | |||
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle { | |||
color: var(--color-disabled,#72777d) !important; | |||
background: #171920 !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: 500 !important; | |||
border: 1px solid #262932 !important; | |||
border-radius: 0 !important | |||
} | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.wikitable,.mw-datatable { | |||
background-color: rgba(15,17,22,0.5) !important; | |||
color: #6c757d!important; | |||
border: 1px solid #262932!important; | |||
padding: 1.25em 1.75em | |||
} | |||
.oo-ui-tabSelectWidget-framed { | |||
background-color: rgba(15,17,22,0.5) !important | |||
} | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { | |||
background: #171920 !important; | |||
border-bottom: 1px solid #6c757d !important; | |||
color: #fff !important | |||
} | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { | |||
background: #171920 !important; | |||
color: #fff !important | |||
} | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label { | |||
color: #6c757d!important | |||
} | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label:hover { | |||
color: #fff!important | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | |||
background-image: linear-gradient(to right,#561f1f 0%,#a23e2f 100%)!important; | |||
border: 0!important; | |||
color: #fff!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: normal!important | |||
} | |||
.mw-email-not-authenticated .oo-ui-labelWidget { | |||
background-color: #262932; | |||
border-color: #6c757d; | |||
color: #ba6356!important; | |||
width: 100% !important | |||
} | |||
#preferences .mw-htmlform-submit-buttons { | |||
-webkit-position: sticky; | |||
position: sticky; | |||
bottom: 0; | |||
margin: -1px -1em -1em -1em; | |||
padding: 1em; | |||
background: #171920 !important; | |||
border-top: 1px solid #262932 !important; | |||
box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.25) | |||
} | |||
@media screen and (max-width: 767px) { | |||
table,table thead,table tbody,table th,table td,table tr { | |||
display:block!important | |||
} | |||
table thead tr { | |||
position: absolute!important; | |||
top: -9999px!important; | |||
left: -9999px!important | |||
} | |||
table { | |||
width: 100% !important | |||
} | |||
table tr { | |||
margin-bottom: 1rem!important; | |||
box-shadow: 0 2px 5px rgba(0,0,0,0.1)!important; | |||
width: 100% !important | |||
} | |||
table th { | |||
display: none!important | |||
} | |||
table td:first-child { | |||
position: relative!important; | |||
padding-left: 50%!important; | |||
text-align: right!important; | |||
min-height: 30px!important | |||
} | |||
table td { | |||
position: relative!important; | |||
padding-left: 50%!important; | |||
text-align: right!important; | |||
min-height: 30px!important | |||
} | |||
table td::before { | |||
position: absolute!important; | |||
left: 0.5rem!important; | |||
width: 45%!important; | |||
padding-right: 10px!important; | |||
text-align: left!important; | |||
font-weight: bold!important; | |||
content: attr(data-label)!important; | |||
font-size: 12px!important; | |||
color: rgba(240,240,255,0.9)!important | |||
} | |||
.infobox,.wikitable,.sortable { | |||
overflow: visible !important; | |||
float: none !important; | |||
width: 100% !important | |||
} | |||
} | |||
.mw-body-content a > img,.mw-body-content .floatnone > img { | |||
padding: 10px!important; | |||
border: 1px solid #262932!important; | |||
background: #0f1116!important; | |||
margin-top: 10px!important; | |||
margin-bottom: 10px!important; | |||
max-width: calc(100% - 20px)!important | |||
} | |||
.mw-body-content table a > img,.mw-body-content figure a > img { | |||
padding: 0!important; | |||
border: 0!important | |||
} | |||
.tools-inline div,.tools-inline div,.tools-inline ul,.tools-inline ul,.tools-inline li,.tools-inline li { | |||
display: block!important | |||
} | |||
#ca-viewsource,#ca-talk,#ca-nstab-main,#ca-unwatch { | |||
display: none!important | |||
} | |||
#ca-history,#ca-talk,#ca-nstab-main,#ca-unwatch { | |||
display: none!important | |||
} | |||
.uls-menu { | |||
background: #0f1116!important; | |||
border-top: 1px solid #262932 !important; | |||
box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.25) | |||
} | |||
.uls-lcd { | |||
background: transparent!important; | |||
border: 1px solid #262932!important | |||
} | |||
#uls-settings-block { | |||
background: transparent!important; | |||
border: 1px solid #262932!important | |||
} | |||
.uls-search { | |||
background-color: #0f1116!important; | |||
border: 1px solid #262932!important; | |||
color: #6c757d!important | |||
} | |||
.uls-filterinput { | |||
background-color: #0f1116!important; | |||
color: #6c757d!important | |||
} | |||
#uls-settings-block.uls-settings-block--vector-2022 > button.uls-language-settings-button { | |||
background: #a23e2f url(/extensions/UniversalLanguageSelector/resources/images/cog.svg?ce0b4) no-repeat center!important | |||
} | |||
.cdx-message--warning { | |||
background: #171920!important; | |||
border: 1px solid var(--border-color-warning,#987027)!important; | |||
color: var(--color-warning,#987027)!important | |||
} | |||
.wikiEditor-ui-toolbar { | |||
background: #0f1116!important; | |||
border: 1px solid #171a22!important; | |||
color: #6c757d!important | |||
} | |||
.wikiEditor-ui-toolbar .group { | |||
border: 1px solid #171a22!important | |||
} | |||
.oo-ui-icon-listBullet,.mw-ui-icon-listBullet:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M7 15h12v2H7zm0-6h12v2H7zm0-6h12v2H7z'/%3E%3Ccircle fill='%236c757d' cx='3' cy='4' r='2'/%3E%3Ccircle fill='%236c757d' cx='3' cy='10' r='2'/%3E%3Ccircle fill='%236c757d' cx='3' cy='16' r='2'/%3E%3C/svg%3E")!important | |||
} | |||
.oo-ui-icon-listNumbered,.mw-ui-icon-listNumbered:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M7 15h12v2H7zm0-6h12v2H7zm0-6h12v2H7zM2 6h1V1H1v1h1zm1 9v1H2v1h1v1H1v1h3v-5H1v1zM1 8v1h2v1H1.5a.5.5 0 0 0-.5.5V13h3v-1H2v-1h1.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E")!important | |||
} | |||
.oo-ui-icon-bold,.mw-ui-icon-bold:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M18 19h-4L5 5v14H2V1h5l8 13c-.02-.84 0-1 0-2V1h3z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-italic,.mw-ui-icon-italic:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='m5 19 .33-1.51 2.17-.66 2.9-13.66-1.9-.63L9 1h7l-.71 1.6-2.29.57-2.83 13.66 2.14.66L12 19z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-link,.mw-ui-icon-link:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M4.83 15h2.91a4.9 4.9 0 0 1-1.55-2H5a3 3 0 1 1 0-6h3a3 3 0 0 1 2.82 4h2.1a5 5 0 0 0 .08-.83v-.34A4.83 4.83 0 0 0 8.17 5H4.83A4.83 4.83 0 0 0 0 9.83v.34A4.83 4.83 0 0 0 4.83 15'/%3E%3Cpath fill='%236c757d' d='M15.17 5h-2.91a4.9 4.9 0 0 1 1.55 2H15a3 3 0 1 1 0 6h-3a3 3 0 0 1-2.82-4h-2.1a5 5 0 0 0-.08.83v.34A4.83 4.83 0 0 0 11.83 15h3.34A4.83 4.83 0 0 0 20 10.17v-.34A4.83 4.83 0 0 0 15.17 5'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-image,.mw-ui-icon-image:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M2 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-.17 13 4.09-5.25 2.92 3.51L12.92 8l5.25 7z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-noWikiText,.mw-ui-icon-noWikiText:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M16 3v2h1v10l2 2V3zM9 5V3H5l2 2zM1 1 0 2l1 1v14h3v-2H3V5l2 2v10h4v-2H7V9l6 6h-2v2h4l3 3 1-1zm12 10 2 2V3h-4v2h2z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-newline,.mw-ui-icon-newline:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M17 4v6H7V6l-6 5 6 5v-4h12V4z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-bigger,.mw-ui-icon-bigger:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M14 18h-1.57a.66.66 0 0 1-.44-.13.9.9 0 0 1-.25-.34l-1-2.77H5.3l-1 2.77a.8.8 0 0 1-.24.32.65.65 0 0 1-.44.15H2L7 5.47h2zm-3.85-4.7L8.42 8.72A13 13 0 0 1 8 7.37q-.1.41-.21.75t-.21.6L5.85 13.3zM15 2l3 4h-6z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-smaller,.mw-ui-icon-smaller:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M12 16h-1.05a.44.44 0 0 1-.29-.09.6.6 0 0 1-.17-.22l-.7-1.84H6.2l-.7 1.84a.56.56 0 0 1-.16.21.43.43 0 0 1-.29.1H4l3.31-8.35h1.38zm-2.57-3.13L8.28 9.82a9 9 0 0 1-.28-.9q-.06.27-.14.5l-.14.4-1.15 3zM15 6l3-4h-6z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-superscript,.mw-ui-icon-superscript:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M18 1V0h-.5a1.5 1.5 0 0 0-1 .39 1.5 1.5 0 0 0-1-.39H15v1h.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H15v1h.5a1.5 1.5 0 0 0 1-.39 1.5 1.5 0 0 0 1 .39h.5V8h-.5a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5zm-4.32 15h-2.42a.67.67 0 0 1-.46-.15 1.3 1.3 0 0 1-.28-.34l-2.77-4.44a2.7 2.7 0 0 1-.28.69L5 15.51a2.2 2.2 0 0 1-.29.34.58.58 0 0 1-.42.15H2l4.15-6.19L2.17 4h2.42a.8.8 0 0 1 .41.09.8.8 0 0 1 .24.26L8 8.59a2.7 2.7 0 0 1 .33-.74L10.6 4.4a.69.69 0 0 1 .6-.4h2.32l-4 5.71z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-subscript,.mw-ui-icon-subscript:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M13.68 16h-2.42a.67.67 0 0 1-.46-.15 1.3 1.3 0 0 1-.28-.34l-2.77-4.44a2.7 2.7 0 0 1-.28.69L5 15.51a2.2 2.2 0 0 1-.29.34.58.58 0 0 1-.42.15H2l4.15-6.19L2.17 4h2.42a.8.8 0 0 1 .41.09.8.8 0 0 1 .24.26L8 8.59a2.7 2.7 0 0 1 .33-.74L10.6 4.4a.69.69 0 0 1 .6-.4h2.32l-4 5.71zm3.82-4h.5v-1h-.5a1.5 1.5 0 0 0-1 .39 1.5 1.5 0 0 0-1-.39H15v1h.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H15v1h.5a1.5 1.5 0 0 0 1-.39 1.5 1.5 0 0 0 1 .39h.5v-1h-.5a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-bigger,.mw-ui-icon-bigger:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M14 18h-1.57a.66.66 0 0 1-.44-.13.9.9 0 0 1-.25-.34l-1-2.77H5.3l-1 2.77a.8.8 0 0 1-.24.32.65.65 0 0 1-.44.15H2L7 5.47h2zm-3.85-4.7L8.42 8.72A13 13 0 0 1 8 7.37q-.1.41-.21.75t-.21.6L5.85 13.3zM15 2l3 4h-6z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-imageGallery,.mw-ui-icon-imageGallery:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M3 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 11 3.5-4.5 2.5 3 3.5-4.5 4.5 6zM16 2a2 2 0 0 1 2 2H2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-articleRedirect,.mw-ui-icon-articleRedirect:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%236c757d%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E article redirect %3C/title%3E%3Cpath d=%22M5 1a2 2 0 0 0-2 2v1c0 5 2 8 7 8V9l5 4-5 4v-3c-3.18 0-5.51-.85-7-2.68V17a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2z%22/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-table,.mw-ui-icon-table:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%236c757d%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E table %3C/title%3E%3Cpath d=%22M2 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 4h7v4H2zm0 10v-4h7v4zm16 0h-7v-4h7zm0-6h-7V6h7z%22/%3E%3C/svg%3E") !important | |||
} | |||
.oo-ui-icon-articleSearch,.mw-ui-icon-articleSearch:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%236c757d%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E article search %3C/title%3E%3Cpath d=%22M12.43 14.34A5 5 0 0 1 10 15a5 5 0 1 1 3.95-2L17 16.09V3a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 1.45-.63z%22/%3E%3Ccircle cx=%2210%22 cy=%2210%22 r=%223%22/%3E%3C/svg%3E") !important | |||
} | |||
.wikiEditor-ui-toolbar .group .tool-select .options { | |||
background: #0f1116!important; | |||
border: 1px solid #262932!important | |||
} | |||
.wikiEditor-ui .wikiEditor-ui-top { | |||
border: 1px solid #262932!important | |||
} | |||
.wikiEditor-ui .wikiEditor-ui-view { | |||
background: #171920!important; | |||
border: 1px solid #262932!important | |||
} | |||
.wikiEditor-ui-toolbar .sections .section { | |||
border-top: 1px solid #262932!important | |||
} | |||
.ext-WikiEditor-realtimepreview-textbox#wpTextbox1,.mw-editform .ext-WikiEditor-realtimepreview-textbox#wpTextbox1 { | |||
background: #000!important; | |||
color: #9e9e9e !important; | |||
border: 1px solid #262932!important | |||
} | |||
.mw-editform .editOptions { | |||
background: #0f1116!important; | |||
color: #6c757d!important; | |||
border: 1px solid #262932!important | |||
} | |||
.ext-WikiEditor-ResizingDragBar { | |||
background-color: #0f1116!important; | |||
border: 1px solid #262932!important | |||
} | |||
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane2 { | |||
border: 1px solid #262932!important | |||
} | |||
code,pre,.mw-code { | |||
background: #0f1116!important; | |||
color: rgba(255,255,255,0.9)!important; | |||
border: 1px solid #262932!important; | |||
border-radius: 3px!important | |||
} | |||
form input:not(.mw-widgets-datetime-dateTimeInputWidget-editField):not(.mw-history-compareselectedversions-button) { | |||
background: #0f1116!important; | |||
border: 1px solid #262932!important; | |||
color: #6c757d!important | |||
} | |||
form:not(.oo-ui-layout) textarea,form:not(.oo-ui-layout) input { | |||
background: #0f1116!important; | |||
border: 1px solid #262932!important; | |||
color: #6c757d!important | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button,.oo-ui-textInputWidget .oo-ui-inputWidget-input,.oo-ui-dropdownWidget-handle,button,textarea,select { | |||
background: #0f1116!important; | |||
border: 1px solid #262932!important; | |||
color: #6c757d!important | |||
} | |||
form:not(.oo-ui-layout) button,form:not(.oo-ui-layout) input[type='submit'] { | |||
background-image: linear-gradient(to right,#561f1f 0%,#a23e2f 100%)!important; | |||
border: 0!important; | |||
color: #fff!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: normal!important | |||
} | |||
#searchButton,#mw-searchButton { | |||
position: absolute!important; | |||
top: 0!important; | |||
margin: 0!important; | |||
padding: 0!important; | |||
right: 1.5em!important; | |||
width: 2.5em!important; | |||
height: 2.5em!important; | |||
text-indent: -99999px!important; | |||
border: 0!important; | |||
background-color: transparent!important; | |||
background-repeat: no-repeat!important; | |||
background-image: url(/skins/CustomTimeless/resources/images/search-ltr.svg?2df17)!important; | |||
background-position: center 40%!important; | |||
box-shadow: none!important | |||
} | |||
.wikibox-monster { | |||
background: #15161c !important; | |||
border: 1px solid #262932!important; | |||
padding: 15px!important; | |||
width: 221px!important; | |||
text-align: center!important; | |||
text-transform: capitalize!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
.wikibox-monster>p>span { | |||
color: rgba(240,240,255,0.9)!important; | |||
font-weight: bold!important; | |||
font-size: 16px!important; | |||
text-transform: initial!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
.wikibox-monster>hr { | |||
border: none!important; | |||
border-top: 1px solid #262932!important | |||
} | |||
.wikibox-monster>figure { | |||
padding: 0px!important | |||
} | |||
.wikibox-monster>figure>a>img { | |||
padding: 0px!important; | |||
border: 1px solid #262932!important | |||
} | |||
.wikibox-monster>.content { | |||
text-align: left!important; | |||
font-size: 12px!important; | |||
color: RGBA(255,255,255,0.5)!important; | |||
padding-top: 10px!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
.wikibox-monster>.level { | |||
color: rgba(255,255,255,0.3)!important; | |||
font-weight: bold!important; | |||
padding-top: 10px!important; | |||
font-size: 16px!important; | |||
text-transform: lowercase !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important | |||
} | |||
.wikibox-monster>.level::first-letter { | |||
text-transform: uppercase !important | |||
} | |||
.nav-content { | |||
display: none | |||
} | |||
.show-content { | |||
display: block | |||
} | |||
input[type="radio"] { | |||
display: none | |||
} | |||
.custom-nav label { | |||
background-image: linear-gradient(to right,#561f1f 0%,#a23e2f 100%)!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: normal!important; | |||
color: #fff; | |||
padding: 10px 20px; | |||
margin-right: 5px; | |||
cursor: pointer; | |||
transition: background 0.3s | |||
} | |||
.custom-nav label:hover { | |||
background-image: linear-gradient(to right,rgba(86,31,31,0.8) 0%,rgba(162,62,47,0.8) 100%)!important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
font-weight: normal!important | |||
} | |||
.content-section { | |||
display: none | |||
} | |||
#nav-a:checked ~ #content-a,#nav-b:checked ~ #content-b,#nav-c:checked ~ #content-c,#nav-d:checked ~ #content-d,#nav-e:checked ~ #content-e,#nav-f:checked ~ #content-f,#nav-g:checked ~ #content-g,#nav-h:checked ~ #content-h,#nav-i:checked ~ #content-i,#nav-j:checked ~ #content-j,#nav-k:checked ~ #content-k,#nav-l:checked ~ #content-l,#nav-m:checked ~ #content-m { | |||
display: block | |||
} | |||
ul.submenu { | |||
display: none; | |||
position: absolute !important; | |||
left: 100%; | |||
top: -10px; | |||
background-color: #0f1116; | |||
border-radius: 4px; | |||
box-shadow: 2px 2px 8px rgba(0,0,0,0.1); | |||
padding: 20px; | |||
z-index: 1000 !important; | |||
border: 1px solid #171a22; | |||
min-width: 250px; | |||
max-width: 800px; | |||
width: auto; | |||
display: none; | |||
align-items: start | |||
} | |||
ul.submenu.submenu-2-columns { | |||
min-width: 450px; | |||
column-count: 2; | |||
column-gap: 20px; | |||
column-fill: balance; | |||
display: none; | |||
grid-template-columns: 1fr 1fr | |||
} | |||
ul.submenu.submenu-3-columns { | |||
min-width: 600px; | |||
column-count: 3; | |||
column-gap: 20px; | |||
column-fill: balance; | |||
display: none; | |||
grid-template-columns: 1fr 1fr 1fr | |||
} | |||
ul.submenu.submenu-4-columns { | |||
min-width: 750px; | |||
column-count: 4; | |||
column-gap: 20px; | |||
column-fill: balance; | |||
display: none; | |||
grid-template-columns: 1fr 1fr 1fr 1fr | |||
} | |||
ul.submenu li { | |||
break-inside: avoid !important; | |||
page-break-inside: avoid !important; | |||
display: block !important; | |||
margin-bottom: 5px; | |||
width: 100%; | |||
grid-column: auto | |||
} | |||
li.has-submenu:hover > ul.submenu { | |||
display: block !important | |||
} | |||
@supports (display: grid) { | |||
ul.submenu.submenu-2-columns { | |||
display:none; | |||
column-count: unset | |||
} | |||
ul.submenu.submenu-3-columns { | |||
display: none; | |||
column-count: unset | |||
} | |||
ul.submenu.submenu-4-columns { | |||
display: none; | |||
column-count: unset | |||
} | |||
li.has-submenu:hover > ul.submenu.submenu-2-columns { | |||
display: grid !important; | |||
grid-template-columns: 1fr 1fr | |||
} | |||
li.has-submenu:hover > ul.submenu.submenu-3-columns { | |||
display: grid !important; | |||
grid-template-columns: 1fr 1fr 1fr | |||
} | |||
li.has-submenu:hover > ul.submenu.submenu-4-columns { | |||
display: grid !important; | |||
grid-template-columns: 1fr 1fr 1fr 1fr | |||
} | |||
} | |||
@media screen and (min-width: 851px) and (max-width:1099px) { | |||
ul.submenu.submenu-4-columns { | |||
min-width:600px; | |||
column-count: 3 | |||
} | |||
ul.submenu.submenu-3-columns { | |||
min-width: 500px; | |||
column-count: 2 | |||
} | |||
@supports (display: grid) { | |||
li.has-submenu:hover > ul.submenu.submenu-4-columns { | |||
grid-template-columns:1fr 1fr 1fr | |||
} | |||
li.has-submenu:hover > ul.submenu.submenu-3-columns { | |||
grid-template-columns: 1fr 1fr | |||
} | |||
} | |||
} | |||
@media (max-width: 850px) { | |||
ul.submenu,ul.submenu.submenu-2-columns,ul.submenu.submenu-3-columns,ul.submenu.submenu-4-columns { | |||
column-count:1 !important; | |||
min-width: auto !important; | |||
width: calc(100% - 40px) !important; | |||
position: relative !important; | |||
left: 0 !important; | |||
max-width: none !important | |||
} | |||
@supports (display: grid) { | |||
li.has-submenu:hover > ul.submenu,li.has-submenu.active > ul.submenu { | |||
display:block !important; | |||
grid-template-columns: none !important | |||
} | |||
} | |||
li.has-submenu:hover > ul.submenu { | |||
display: none | |||
} | |||
li.has-submenu.active > ul.submenu { | |||
display: block !important | |||
} | |||
} | |||
.submenu li a { | |||
padding: 10px 10px !important; | |||
margin: 0 !important; | |||
display: block; | |||
color: rgba(255,255,255,.5) !important; | |||
transition: background-color 0.2s !important; | |||
border-bottom: 1px solid #171a22 !important; | |||
font-family: 'GothamSSm-Light',sans-serif !important; | |||
text-decoration: none; | |||
width: 100%; | |||
box-sizing: border-box | |||
} | |||
.submenu li a:hover { | |||
color: #fff !important; | |||
border-bottom: 1px solid rgba(255,255,255,.5) !important; | |||
text-shadow: 0 0 5px #fff !important; | |||
background-color: rgba(255,255,255,0.05) !important | |||
} | |||
.force-columns ul.submenu.submenu-2-columns { | |||
columns: 2; | |||
column-gap: 20px | |||
} | |||
.force-columns ul.submenu.submenu-3-columns { | |||
columns: 3; | |||
column-gap: 20px | |||
} | |||
.force-columns ul.submenu.submenu-4-columns { | |||
columns: 4; | |||
column-gap: 20px | |||
} | |||
.mw-guide-container { | |||
max-width: 1200px; | |||
margin: 0 auto; | |||
background: #171920; | |||
border-radius: 5px | |||
} | |||
.mw-guide-title { | |||
color: #ffffff; | |||
border-bottom: 1px solid #a23e2f; | |||
padding-bottom: 15px; | |||
margin-bottom: 30px; | |||
font-size: 24px; | |||
font-weight: normal | |||
} | |||
.mw-guide-grid { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); | |||
gap: 10px; | |||
padding: 0 | |||
} | |||
.mw-guide-item { | |||
display: flex; | |||
align-items: center; | |||
background: #15161c!important; | |||
border: 1px solid #15161c; | |||
padding: 15px; | |||
transition: all 0.3s ease; | |||
cursor: pointer; | |||
text-decoration: none; | |||
color: inherit | |||
} | |||
.mw-guide-item:hover { | |||
background: #1a1b22!important; | |||
border: 1px solid #ba6356; | |||
transform: translateY(-2px); | |||
box-shadow: 0 4px 12px rgba(186,99,86,0.2) | |||
} | |||
.mw-guide-item:hover .mw-guide-text { | |||
color: #ba6356 | |||
} | |||
.mw-guide-icon { | |||
width: 48px; | |||
height: 48px; | |||
margin-right: 15px; | |||
flex-shrink: 0; | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
background-position: center | |||
} | |||
.mw-guide-text { | |||
color: #9e9e9e; | |||
font-size: 16px; | |||
transition: color 0.3s ease; | |||
text-decoration: none | |||
} | |||
.mw-guide-icon { | |||
width: 48px; | |||
height: 48px; | |||
margin-right: 15px; | |||
flex-shrink: 0; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
font-size: 32px | |||
} | |||
@media (max-width: 768px) { | |||
.mw-guide-icon { | |||
width:40px; | |||
height: 40px; | |||
margin-right: 12px; | |||
font-size: 24px | |||
} | |||
} | |||
@media (max-width: 480px) { | |||
.mw-guide-icon { | |||
width:36px; | |||
height: 36px; | |||
margin-right: 10px; | |||
font-size: 20px | |||
} | |||
} | |||
@media (max-width: 768px) { | |||
.mw-guide-container { | |||
padding:20px; | |||
margin: 10px | |||
} | |||
.mw-guide-grid { | |||
grid-template-columns: 1fr; | |||
gap: 15px | |||
} | |||
.mw-guide-item { | |||
padding: 12px | |||
} | |||
.mw-guide-icon { | |||
width: 40px; | |||
height: 40px; | |||
margin-right: 12px | |||
} | |||
.mw-guide-icon::before { | |||
font-size: 24px !important; | |||
line-height: 40px !important | |||
} | |||
.mw-guide-text { | |||
font-size: 14px | |||
} | |||
.mw-guide-title { | |||
font-size: 20px; | |||
padding-bottom: 12px; | |||
margin-bottom: 20px | |||
} | |||
} | |||
@media (max-width: 480px) { | |||
.mw-guide-grid { | |||
grid-template-columns:1fr | |||
} | |||
.mw-guide-item { | |||
padding: 10px | |||
} | |||
.mw-guide-icon { | |||
width: 36px; | |||
height: 36px; | |||
margin-right: 10px | |||
} | |||
.mw-guide-icon::before { | |||
font-size: 20px !important; | |||
line-height: 36px !important | |||
} | |||
.mw-guide-text { | |||
font-size: 13px | |||
} | |||
} | |||
a.mw-guide-item { | |||
text-decoration: none | |||
} | |||
a.mw-guide-item:visited { | |||
color: inherit | |||
} | |||
.mw-image-container { | |||
max-width: 1200px; | |||
margin: 0 auto; | |||
background: #171920 | |||
} | |||
.mw-image-title { | |||
color: #ffffff; | |||
border-bottom: 1px solid #a23e2f; | |||
padding-bottom: 15px; | |||
margin-bottom: 30px; | |||
font-size: 24px; | |||
font-weight: normal | |||
} | |||
.mw-image-grid { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); | |||
gap: 10px; | |||
padding: 0 | |||
} | |||
.mw-image-card { | |||
background: #15161c!important; | |||
border: 1px solid #262932; | |||
overflow: hidden; | |||
transition: all 0.3s ease; | |||
cursor: pointer; | |||
text-decoration: none; | |||
color: inherit; | |||
display: block | |||
} | |||
.mw-image-card:hover { | |||
background: #1a1b22; | |||
border-color: #ba6356; | |||
transform: translateY(-5px); | |||
box-shadow: 0 8px 25px rgba(186,99,86,0.3) | |||
} | |||
.mw-image-card:hover .mw-card-text { | |||
color: #ba6356 | |||
} | |||
.mw-card-image { | |||
width: 100%; | |||
height: 140px; | |||
overflow: hidden; | |||
position: relative; | |||
background: #15161c!important | |||
} | |||
.mw-card-image img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; | |||
transition: transform 0.3s ease | |||
} | |||
.mw-image-card:hover .mw-card-image img { | |||
transform: scale(1.05) | |||
} | |||
.mw-card-text { | |||
padding: 15px; | |||
text-align: center; | |||
color: #9e9e9e; | |||
font-size: 14px; | |||
transition: color 0.3s ease; | |||
text-decoration: none; | |||
display: block; | |||
line-height: 1.3 | |||
} | |||
.mw-card-image::before { | |||
content: ''; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
background: inherit; | |||
z-index: 1 | |||
} | |||
.mw-card-image img { | |||
position: relative; | |||
z-index: 2 | |||
} | |||
@media (max-width: 1200px) { | |||
.mw-image-grid { | |||
grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) | |||
} | |||
} | |||
@media (max-width: 900px) { | |||
.mw-image-container { | |||
padding:20px; | |||
margin: 10px | |||
} | |||
.mw-image-grid { | |||
grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); | |||
gap: 15px | |||
} | |||
.mw-card-image { | |||
height: 120px | |||
} | |||
.mw-card-text { | |||
padding: 12px; | |||
font-size: 13px | |||
} | |||
.mw-image-title { | |||
font-size: 20px; | |||
padding-bottom: 12px; | |||
margin-bottom: 20px | |||
} | |||
} | |||
@media (max-width: 600px) { | |||
.mw-image-grid { | |||
grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); | |||
gap: 12px | |||
} | |||
.mw-card-image { | |||
height: 100px | |||
} | |||
.mw-card-text { | |||
padding: 10px; | |||
font-size: 12px | |||
} | |||
} | |||
@media (max-width: 400px) { | |||
.mw-image-grid { | |||
grid-template-columns:1fr; | |||
gap: 15px | |||
} | |||
.mw-card-image { | |||
height: 120px | |||
} | |||
.mw-card-text { | |||
padding: 12px; | |||
font-size: 14px | |||
} | |||
} | |||
a.mw-image-card { | |||
text-decoration: none | |||
} | |||
a.mw-image-card:visited { | |||
color: inherit | |||
} | |||
a.mw-image-card:visited .mw-card-text { | |||
color: #9e9e9e | |||
} | |||
.mw-card-image.loading::after { | |||
content: '⚡'; | |||
position: absolute; | |||
top: 50%; | |||
left: 50%; | |||
transform: translate(-50%,-50%); | |||
font-size: 32px; | |||
color: rgba(255,255,255,0.5); | |||
z-index: 3; | |||
animation: pulse 2s infinite | |||
} | |||
@keyframes pulse { | |||
0%,100% { | |||
opacity: 0.5 | |||
} | |||
50% { | |||
opacity: 1 | |||
} | |||
} | |||
.mw-image-grid-5col { | |||
display: grid; | |||
grid-template-columns: repeat(5,1fr); | |||
gap: 10px; | |||
padding: 0 | |||
} | |||
@media (max-width: 1200px) { | |||
.mw-image-grid-5col { | |||
grid-template-columns:repeat(4,1fr) | |||
} | |||
} | |||
@media (max-width: 900px) { | |||
.mw-image-grid-5col { | |||
grid-template-columns:repeat(3,1fr) | |||
} | |||
} | |||
@media (max-width: 600px) { | |||
.mw-image-grid-5col { | |||
grid-template-columns:repeat(2,1fr) | |||
} | |||
} | |||
@media (max-width: 400px) { | |||
.mw-image-grid-5col { | |||
grid-template-columns:1fr | |||
} | |||
} | |||
} | |||
@media (prefers-reduced-motion:reduce) { | |||
*,::before,::after { | |||
animation-delay: -0.01ms !important; | |||
animation-duration: 0.01ms !important; | |||
animation-iteration-count: 1 !important; | |||
scroll-behavior: auto !important; | |||
transition-duration: 0ms !important | |||
} | |||
} | |||
.toctogglecheckbox:checked ~ ul { | |||
display: none | |||
} | |||
.tocnumber { | |||
padding-left: 0; | |||
padding-right: 0.5em; | |||
-webkit-padding-start: 0; | |||
-webkit-padding-end: 0.5em; | |||
padding-inline-start:0;padding-inline-end:0.5em} | |||
@media screen { | |||
a.new { | |||
color: #d03 | |||
} | |||
a.new:visited { | |||
color: #a55858 | |||
} | |||
a.mw-selflink { | |||
color: inherit; | |||
font-weight: bold; | |||
text-decoration: inherit | |||
} | |||
a.mw-selflink:hover { | |||
cursor: inherit; | |||
text-decoration: inherit | |||
} | |||
a.mw-selflink:active,a.mw-selflink:visited { | |||
color: inherit | |||
} | |||
.mw-parser-output a.extiw,.mw-parser-output a.external { | |||
color: #36b | |||
} | |||
.mw-parser-output a.extiw:visited,.mw-parser-output a.external:visited { | |||
color: #636 | |||
} | |||
.mw-parser-output a.extiw:active,.mw-parser-output a.external:active { | |||
color: #b63 | |||
} | |||
.mw-underline-always a { | |||
text-decoration: underline | |||
} | |||
.mw-underline-never a { | |||
text-decoration: none | |||
} | |||
.plainlinks a.external { | |||
background: none !important; | |||
padding: 0 !important | |||
} | |||
.mw-parser-output a.external,.mw-parser-output a.extiw,.mw-parser-output a.extiw:active { | |||
color: #36b | |||
} | |||
.mw-parser-output a.external,.link-mailto,.link-ftp,.link-irc,.link-audio,.link-video,.link-document { | |||
background-image: url(/resources/src/mediawiki.skinning/images/external-ltr.svg?c652e); | |||
background-position: center right; | |||
background-repeat: no-repeat; | |||
padding-right: 13px | |||
} | |||
.mw-parser-output a.external[href^='mailto:'],.link-mailto { | |||
background-image: url(/resources/src/mediawiki.skinning/images/mail.svg?8a79c) | |||
} | |||
.mw-parser-output a.external[href^='ftp://'],.link-ftp { | |||
background-image: url(/resources/src/mediawiki.skinning/images/ftp-ltr.svg?fd1d3) | |||
} | |||
.mw-parser-output a.external[href^='irc://'],.mw-parser-output a.external[href^='ircs://'],.link-irc { | |||
background-image: url(/resources/src/mediawiki.skinning/images/chat-ltr.svg?e0649) | |||
} | |||
.mw-parser-output a.external[href$='.ogg'],.mw-parser-output a.external[href$='.OGG'],.mw-parser-output a.external[href$='.mid'],.mw-parser-output a.external[href$='.MID'],.mw-parser-output a.external[href$='.midi'],.mw-parser-output a.external[href$='.MIDI'],.mw-parser-output a.external[href$='.mp3'],.mw-parser-output a.external[href$='.MP3'],.mw-parser-output a.external[href$='.wav'],.mw-parser-output a.external[href$='.WAV'],.mw-parser-output a.external[href$='.wma'],.mw-parser-output a.external[href$='.WMA'],.link-audio { | |||
background-image: url(/resources/src/mediawiki.skinning/images/audio-ltr.svg?6da1d) | |||
} | |||
.mw-parser-output a.external[href$='.ogm'],.mw-parser-output a.external[href$='.OGM'],.mw-parser-output a.external[href$='.avi'],.mw-parser-output a.external[href$='.AVI'],.mw-parser-output a.external[href$='.mpeg'],.mw-parser-output a.external[href$='.MPEG'],.mw-parser-output a.external[href$='.mpg'],.mw-parser-output a.external[href$='.MPG'],.link-video { | |||
background-image: url(/resources/src/mediawiki.skinning/images/video.svg?a3758) | |||
} | |||
.mw-parser-output a.external[href$='.pdf'],.mw-parser-output a.external[href$='.PDF'],.mw-parser-output a.external[href*='.pdf#'],.mw-parser-output a.external[href*='.PDF#'],.mw-parser-output a.external[href*='.pdf?'],.mw-parser-output a.external[href*='.PDF?'],.link-document { | |||
background-image: url(/resources/src/mediawiki.skinning/images/document-ltr.svg?0bf90) | |||
} | |||
.mw-body-content::after { | |||
clear: both; | |||
content: ''; | |||
display: block | |||
} | |||
.mw-body-content a.external.free { | |||
word-wrap: break-word | |||
} | |||
.mw-body-content .error { | |||
font-size: larger; | |||
color: #d03 | |||
} | |||
.rtl .mw-parser-output a.external.free,.rtl .mw-parser-output a.external.autonumber { | |||
direction: ltr; | |||
unicode-bidi: embed | |||
} | |||
.mw-hide-empty-elt .mw-parser-output:not(.mw-show-empty-elt) .mw-empty-elt { | |||
display: none | |||
} | |||
.emptyPortlet { | |||
display: none | |||
} | |||
.printfooter,.client-nojs #t-print { | |||
display: none | |||
} | |||
.noresize { | |||
max-width: 100%; | |||
overflow-x: auto | |||
} | |||
@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' | |||
} | |||
@counter-style myanmar_with_period { | |||
system: numeric; | |||
symbols: '\1040' '\1041' '\1042' '\1043' '\1044' '\1045' '\1046' '\1047' '\1048' '\1049'; | |||
suffix: '\104B\0020' | |||
} | |||
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 | |||
} | |||
ol:lang(blk) li,ol:lang(kjp) li,ol:lang(ksw) li,ol:lang(mnw) li,ol:lang(my) li,ol:lang(shn) li { | |||
list-style-type: myanmar_with_period | |||
} | |||
.mw-heading1:lang(anp),.mw-heading1:lang(as),.mw-heading1:lang(awa),.mw-heading1:lang(bgc),.mw-heading1:lang(bh),.mw-heading1:lang(bho),.mw-heading1:lang(blk),.mw-heading1:lang(bn),.mw-heading1:lang(bo),.mw-heading1:lang(bpy),.mw-heading1:lang(ccp),.mw-heading1:lang(dty),.mw-heading1:lang(dz),.mw-heading1:lang(gom),.mw-heading1:lang(gu),.mw-heading1:lang(hi),.mw-heading1:lang(kjp),.mw-heading1:lang(km),.mw-heading1:lang(kn),.mw-heading1:lang(ks),.mw-heading1:lang(ksw),.mw-heading1:lang(mag),.mw-heading1:lang(mai),.mw-heading1:lang(ml),.mw-heading1:lang(mnw),.mw-heading1:lang(mr),.mw-heading1:lang(my),.mw-heading1:lang(new),.mw-heading1:lang(nit),.mw-heading1:lang(nod),.mw-heading1:lang(or),.mw-heading1:lang(pa),.mw-heading1:lang(pi),.mw-heading1:lang(rki),.mw-heading1:lang(sa),.mw-heading1:lang(shn),.mw-heading1:lang(si),.mw-heading1:lang(syl),.mw-heading1:lang(ta),.mw-heading1:lang(tcy),.mw-heading1:lang(tdd),.mw-heading1:lang(te),h1:lang(anp),h1:lang(as),h1:lang(awa),h1:lang(bgc),h1:lang(bh),h1:lang(bho),h1:lang(blk),h1:lang(bn),h1:lang(bo),h1:lang(bpy),h1:lang(ccp),h1:lang(dty),h1:lang(dz),h1:lang(gom),h1:lang(gu),h1:lang(hi),h1:lang(kjp),h1:lang(km),h1:lang(kn),h1:lang(ks),h1:lang(ksw),h1:lang(mag),h1:lang(mai),h1:lang(ml),h1:lang(mnw),h1:lang(mr),h1:lang(my),h1:lang(new),h1:lang(nit),h1:lang(nod),h1:lang(or),h1:lang(pa),h1:lang(pi),h1:lang(rki),h1:lang(sa),h1:lang(shn),h1:lang(si),h1:lang(syl),h1:lang(ta),h1:lang(tcy),h1:lang(tdd),h1:lang(te) { | |||
line-height: 1.6em !important | |||
} | |||
.mw-heading:lang(anp),.mw-heading:lang(as),.mw-heading:lang(awa),.mw-heading:lang(bgc),.mw-heading:lang(bh),.mw-heading:lang(bho),.mw-heading:lang(blk),.mw-heading:lang(bn),.mw-heading:lang(bo),.mw-heading:lang(bpy),.mw-heading:lang(ccp),.mw-heading:lang(dty),.mw-heading:lang(dz),.mw-heading:lang(gom),.mw-heading:lang(gu),.mw-heading:lang(hi),.mw-heading:lang(kjp),.mw-heading:lang(km),.mw-heading:lang(kn),.mw-heading:lang(ks),.mw-heading:lang(ksw),.mw-heading:lang(mag),.mw-heading:lang(mai),.mw-heading:lang(ml),.mw-heading:lang(mnw),.mw-heading:lang(mr),.mw-heading:lang(my),.mw-heading:lang(new),.mw-heading:lang(nit),.mw-heading:lang(nod),.mw-heading:lang(or),.mw-heading:lang(pa),.mw-heading:lang(pi),.mw-heading:lang(rki),.mw-heading:lang(sa),.mw-heading:lang(shn),.mw-heading:lang(si),.mw-heading:lang(syl),.mw-heading:lang(ta),.mw-heading:lang(tcy),.mw-heading:lang(tdd),.mw-heading:lang(te),h2:lang(anp),h2:lang(as),h2:lang(awa),h2:lang(bgc),h2:lang(bh),h2:lang(bho),h2:lang(blk),h2:lang(bn),h2:lang(bo),h2:lang(bpy),h2:lang(ccp),h2:lang(dty),h2:lang(dz),h2:lang(gom),h2:lang(gu),h2:lang(hi),h2:lang(kjp),h2:lang(km),h2:lang(kn),h2:lang(ks),h2:lang(ksw),h2:lang(mag),h2:lang(mai),h2:lang(ml),h2:lang(mnw),h2:lang(mr),h2:lang(my),h2:lang(new),h2:lang(nit),h2:lang(nod),h2:lang(or),h2:lang(pa),h2:lang(pi),h2:lang(rki),h2:lang(sa),h2:lang(shn),h2:lang(si),h2:lang(syl),h2:lang(ta),h2:lang(tcy),h2:lang(tdd),h2:lang(te),h3:lang(anp),h3:lang(as),h3:lang(awa),h3:lang(bgc),h3:lang(bh),h3:lang(bho),h3:lang(blk),h3:lang(bn),h3:lang(bo),h3:lang(bpy),h3:lang(ccp),h3:lang(dty),h3:lang(dz),h3:lang(gom),h3:lang(gu),h3:lang(hi),h3:lang(kjp),h3:lang(km),h3:lang(kn),h3:lang(ks),h3:lang(ksw),h3:lang(mag),h3:lang(mai),h3:lang(ml),h3:lang(mnw),h3:lang(mr),h3:lang(my),h3:lang(new),h3:lang(nit),h3:lang(nod),h3:lang(or),h3:lang(pa),h3:lang(pi),h3:lang(rki),h3:lang(sa),h3:lang(shn),h3:lang(si),h3:lang(syl),h3:lang(ta),h3:lang(tcy),h3:lang(tdd),h3:lang(te),h4:lang(anp),h4:lang(as),h4:lang(awa),h4:lang(bgc),h4:lang(bh),h4:lang(bho),h4:lang(blk),h4:lang(bn),h4:lang(bo),h4:lang(bpy),h4:lang(ccp),h4:lang(dty),h4:lang(dz),h4:lang(gom),h4:lang(gu),h4:lang(hi),h4:lang(kjp),h4:lang(km),h4:lang(kn),h4:lang(ks),h4:lang(ksw),h4:lang(mag),h4:lang(mai),h4:lang(ml),h4:lang(mnw),h4:lang(mr),h4:lang(my),h4:lang(new),h4:lang(nit),h4:lang(nod),h4:lang(or),h4:lang(pa),h4:lang(pi),h4:lang(rki),h4:lang(sa),h4:lang(shn),h4:lang(si),h4:lang(syl),h4:lang(ta),h4:lang(tcy),h4:lang(tdd),h4:lang(te),h5:lang(anp),h5:lang(as),h5:lang(awa),h5:lang(bgc),h5:lang(bh),h5:lang(bho),h5:lang(blk),h5:lang(bn),h5:lang(bo),h5:lang(bpy),h5:lang(ccp),h5:lang(dty),h5:lang(dz),h5:lang(gom),h5:lang(gu),h5:lang(hi),h5:lang(kjp),h5:lang(km),h5:lang(kn),h5:lang(ks),h5:lang(ksw),h5:lang(mag),h5:lang(mai),h5:lang(ml),h5:lang(mnw),h5:lang(mr),h5:lang(my),h5:lang(new),h5:lang(nit),h5:lang(nod),h5:lang(or),h5:lang(pa),h5:lang(pi),h5:lang(rki),h5:lang(sa),h5:lang(shn),h5:lang(si),h5:lang(syl),h5:lang(ta),h5:lang(tcy),h5:lang(tdd),h5:lang(te),h6:lang(anp),h6:lang(as),h6:lang(awa),h6:lang(bgc),h6:lang(bh),h6:lang(bho),h6:lang(blk),h6:lang(bn),h6:lang(bo),h6:lang(bpy),h6:lang(ccp),h6:lang(dty),h6:lang(dz),h6:lang(gom),h6:lang(gu),h6:lang(hi),h6:lang(kjp),h6:lang(km),h6:lang(kn),h6:lang(ks),h6:lang(ksw),h6:lang(mag),h6:lang(mai),h6:lang(ml),h6:lang(mnw),h6:lang(mr),h6:lang(my),h6:lang(new),h6:lang(nit),h6:lang(nod),h6:lang(or),h6:lang(pa),h6:lang(pi),h6:lang(rki),h6:lang(sa),h6:lang(shn),h6:lang(si),h6:lang(syl),h6:lang(ta),h6:lang(tcy),h6:lang(tdd),h6:lang(te) { | |||
line-height: 1.4em | |||
} | |||
.mw-heading1:lang(ne),h1:lang(ne) { | |||
line-height: 1.9 | |||
} | |||
.mw-heading2:lang(th),.mw-heading2:lang(ne),h2:lang(th),h2:lang(ne) { | |||
line-height: 1.6 | |||
} | |||
.toc,.toccolours { | |||
background-color: #f8f9fa; | |||
border: 1px solid #aaa; | |||
padding: 5px; | |||
font-size: 95% | |||
} | |||
.toc { | |||
display: table; | |||
padding: 7px | |||
} | |||
.toc h2 { | |||
display: inline; | |||
border: 0; | |||
padding: 0; | |||
font-size: 100%; | |||
font-weight: bold | |||
} | |||
.toc .toctitle { | |||
text-align: center; | |||
direction: ltr | |||
} | |||
.toc ul { | |||
list-style: none; | |||
margin: 0.3em 0; | |||
padding: 0; | |||
text-align: start | |||
} | |||
.toc ul ul { | |||
margin: 0; | |||
margin-left: 2em; | |||
margin-right: 0; | |||
-webkit-margin-start: 2em; | |||
-webkit-margin-end: 0; | |||
margin-inline-start:2em;margin-inline-end:0} | |||
table.toc { | |||
border-collapse: collapse | |||
} | |||
table.toc td { | |||
padding: 0 | |||
} | |||
.tocnumber,.toctext { | |||
display: table-cell; | |||
text-decoration: inherit | |||
} | |||
.tocnumber { | |||
color: #222 | |||
} | |||
.toctogglecheckbox { | |||
display: inline !important; | |||
position: absolute; | |||
opacity: 0; | |||
z-index: -1 | |||
} | |||
.toctogglespan { | |||
font-size: 94% | |||
} | |||
.toctogglespan::before { | |||
content: ' [' | |||
} | |||
.toctogglespan::after { | |||
content: ']' | |||
} | |||
.toctogglelabel { | |||
color: #0645ad; | |||
cursor: pointer | |||
} | |||
.toctogglelabel:hover { | |||
text-decoration: underline | |||
} | |||
.toctogglecheckbox:focus + .toctitle .toctogglelabel { | |||
text-decoration: underline; | |||
outline: auto | |||
} | |||
.toctogglecheckbox:checked + .toctitle .toctogglelabel::after { | |||
content: 'show' | |||
} | |||
.toctogglecheckbox:not(:checked) + .toctitle .toctogglelabel::after { | |||
content: 'hide' | |||
} | |||
} | |||
@media print { | |||
.mw-parser-output a.external { | |||
} | |||
.mw-parser-output a.external.text::after,.mw-parser-output a.external.autonumber::after { | |||
content: ' (' attr(href) ')'; | |||
word-break: break-all; | |||
word-wrap: break-word | |||
} | |||
.mw-parser-output a.external.text[href^='//']:after,.mw-parser-output a.external.autonumber[href^='//']:after { | |||
content: ' (https:' attr(href) ')' | |||
} | |||
.mw-editsection,.mw-editsection-like,.mw-indicators,#siteNotice,.usermessage { | |||
display: none | |||
} | |||
.printfooter { | |||
clear: both; | |||
padding: 1em 0 | |||
} | |||
.toctogglecheckbox:checked + .toctitle { | |||
display: none | |||
} | |||
.toc { | |||
background-color: #f9f9f9; | |||
border: 1pt solid #aaa; | |||
padding: 5px; | |||
display: table | |||
} | |||
.tocnumber,.toctext { | |||
display: table-cell | |||
} | |||
} | |||
figure[typeof~='mw:File'],figure[typeof~='mw:File/Frameless'] { | |||
margin: 0 | |||
} | |||
.mw-body-content figure[typeof~='mw:File'] > a,.mw-body-content figure[typeof~='mw:File/Frameless'] > a { | |||
border: 0 | |||
} | |||
figure[typeof~='mw:File'].mw-halign-right,figure[typeof~='mw:File/Frameless'].mw-halign-right { | |||
margin: 0 0 1.5em 2em; | |||
clear: right; | |||
float: right | |||
} | |||
figure[typeof~='mw:File'].mw-halign-left,figure[typeof~='mw:File/Frameless'].mw-halign-left { | |||
margin: 0 2em 1.5em 0; | |||
clear: left; | |||
float: left | |||
} | |||
figure[typeof~='mw:File'].mw-halign-none,figure[typeof~='mw:File/Frameless'].mw-halign-none { | |||
clear: none; | |||
float: none | |||
} | |||
figure[typeof~='mw:File'].mw-halign-center,figure[typeof~='mw:File/Frameless'].mw-halign-center { | |||
margin: 0 auto; | |||
display: table; | |||
border-collapse: collapse; | |||
clear: none; | |||
float: none | |||
} | |||
figure[typeof~='mw:File'] > figcaption,figure[typeof~='mw:File/Frameless'] > figcaption { | |||
display: none | |||
} | |||
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] { | |||
display: table; | |||
text-align: center; | |||
border-collapse: collapse; | |||
line-height: 0; | |||
margin: 0 0 1.5em 2em; | |||
clear: right; | |||
float: right | |||
} | |||
.mw-body-content figure[typeof~='mw:File/Thumb'] > a,.mw-body-content figure[typeof~='mw:File/Frame'] > a { | |||
border: 0 | |||
} | |||
.mw-content-ltr figure[typeof~='mw:File/Thumb'],.mw-content-ltr figure[typeof~='mw:File/Frame'] { | |||
margin: 0 0 1.5em 2em; | |||
clear: right; | |||
float: right | |||
} | |||
.mw-content-rtl figure[typeof~='mw:File/Thumb'],.mw-content-rtl figure[typeof~='mw:File/Frame'] { | |||
margin: 0 2em 1.5em 0; | |||
clear: left; | |||
float: left | |||
} | |||
figure[typeof~='mw:File/Thumb'].mw-halign-right,figure[typeof~='mw:File/Frame'].mw-halign-right { | |||
margin: 0 0 1.5em 2em; | |||
clear: right; | |||
float: right | |||
} | |||
figure[typeof~='mw:File/Thumb'].mw-halign-left,figure[typeof~='mw:File/Frame'].mw-halign-left { | |||
margin: 0 2em 1.5em 0; | |||
clear: left; | |||
float: left | |||
} | |||
figure[typeof~='mw:File/Thumb'].mw-halign-none,figure[typeof~='mw:File/Frame'].mw-halign-none { | |||
margin: 0; | |||
margin-bottom: 0.5em; | |||
clear: none; | |||
float: none | |||
} | |||
figure[typeof~='mw:File/Thumb'].mw-halign-center,figure[typeof~='mw:File/Frame'].mw-halign-center { | |||
margin: 0 auto 0.5em auto; | |||
clear: none; | |||
float: none | |||
} | |||
figure[typeof~='mw:File/Thumb'] > :not(figcaption),figure[typeof~='mw:File/Frame'] > :not(figcaption) { | |||
} | |||
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element { | |||
margin: 0.75em; | |||
margin-bottom: 0.5em | |||
} | |||
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-broken-media,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-broken-media { | |||
display: inline-block; | |||
line-height: 1.5; | |||
word-break: break-word; | |||
width: 180px | |||
} | |||
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption { | |||
display: table-caption; | |||
caption-side: bottom; | |||
line-height: 1.5em; | |||
min-height: 1em; | |||
word-break: break-word; | |||
text-align: left; | |||
padding: 0 0.75em 0.75em 0.75em | |||
} | |||
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption,.mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption { | |||
text-align: left | |||
} | |||
.mw-content-rtl figure[typeof~='mw:File/Thumb'] > figcaption,.mw-content-rtl figure[typeof~='mw:File/Frame'] > figcaption { | |||
text-align: right | |||
} | |||
figure[typeof~='mw:File/Frame'] > figcaption:empty { | |||
padding-bottom: 0.25em; | |||
min-height: 0 | |||
} | |||
.mw-valign-middle .mw-file-element { | |||
vertical-align: middle | |||
} | |||
.mw-valign-baseline .mw-file-element { | |||
vertical-align: baseline | |||
} | |||
.mw-valign-sub .mw-file-element { | |||
vertical-align: sub | |||
} | |||
.mw-valign-super .mw-file-element { | |||
vertical-align: super | |||
} | |||
.mw-valign-top .mw-file-element { | |||
vertical-align: top | |||
} | |||
.mw-valign-text-top .mw-file-element { | |||
vertical-align: text-top | |||
} | |||
.mw-valign-bottom .mw-file-element { | |||
vertical-align: bottom | |||
} | |||
.mw-valign-text-bottom .mw-file-element { | |||
vertical-align: text-bottom | |||
} | |||
@media screen and (max-width: 550px) { | |||
#p-logo-text { | |||
position:static | |||
} | |||
#p-logo-text a { | |||
padding-top: 0 | |||
} | |||
#p-logo-text a.long { | |||
padding-bottom: 0.2em | |||
} | |||
} | |||
@media screen and (-ms-high-contrast:none),(-ms-high-contrast:active) { | |||
textarea,#searchInput { | |||
box-shadow: none | |||
} | |||
} | |||
@media screen { | |||
html { | |||
-ms-text-size-adjust: 100%; | |||
-webkit-text-size-adjust: 100% | |||
} | |||
body { | |||
margin: 0 | |||
} | |||
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { | |||
display: block | |||
} | |||
audio,canvas,progress,video { | |||
display: inline-block; | |||
vertical-align: baseline | |||
} | |||
audio:not([controls]) { | |||
display: none; | |||
height: 0 | |||
} | |||
[hidden],template { | |||
display: none | |||
} | |||
a { | |||
background: transparent | |||
} | |||
abbr[title] { | |||
border-bottom: 1px dotted | |||
} | |||
@supports (text-decoration: underline dotted) { | |||
abbr[title] { | |||
border-bottom:none; | |||
text-decoration: underline dotted | |||
} | |||
} | |||
b,strong { | |||
font-weight: bold | |||
} | |||
dfn { | |||
font-style: italic | |||
} | |||
h1 { | |||
font-size: 2em; | |||
margin: 0.67em 0 | |||
} | |||
mark { | |||
background: #ff0; | |||
color: #000 | |||
} | |||
small { | |||
font-size: 80% | |||
} | |||
sub,sup { | |||
font-size: 75%; | |||
line-height: 0; | |||
position: relative; | |||
vertical-align: baseline | |||
} | |||
sup { | |||
top: -0.5em | |||
} | |||
sub { | |||
bottom: -0.25em | |||
} | |||
img { | |||
border: 0; | |||
vertical-align: middle | |||
} | |||
svg:not(:root) { | |||
overflow: hidden | |||
} | |||
figure { | |||
margin: 1em 40px | |||
} | |||
hr { | |||
box-sizing: content-box; | |||
height: 0 | |||
} | |||
code,tt,kbd,pre,samp { | |||
font-family: monospace,monospace; | |||
font-size: 1em | |||
} | |||
button,input,optgroup,select,textarea { | |||
font-style: inherit; | |||
font-variant: inherit; | |||
font-weight: inherit; | |||
font-stretch: inherit; | |||
font-size: inherit; | |||
line-height: inherit; | |||
margin: 0 | |||
} | |||
button { | |||
overflow: visible | |||
} | |||
button,select { | |||
text-transform: none | |||
} | |||
button,html input[type="button"],input[type="reset"],input[type="submit"] { | |||
-webkit-appearance: button; | |||
cursor: pointer | |||
} | |||
button[disabled],html input[disabled] { | |||
cursor: default | |||
} | |||
button::-moz-focus-inner,input::-moz-focus-inner { | |||
border: 0; | |||
padding: 0 | |||
} | |||
input { | |||
line-height: normal | |||
} | |||
input[type="checkbox"],input[type="radio"] { | |||
box-sizing: border-box; | |||
padding: 0 | |||
} | |||
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { | |||
height: auto | |||
} | |||
input[type="search"] { | |||
-webkit-appearance: textfield; | |||
box-sizing: content-box | |||
} | |||
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { | |||
-webkit-appearance: none | |||
} | |||
fieldset { | |||
border: 1px solid #c0c0c0; | |||
margin: 0 2px; | |||
padding: 0.35em 0.625em 0.75em | |||
} | |||
legend { | |||
border: 0; | |||
padding: 0 | |||
} | |||
textarea { | |||
overflow: auto | |||
} | |||
optgroup { | |||
font-weight: bold | |||
} | |||
.mw-content-ltr { | |||
direction: ltr | |||
} | |||
.mw-content-rtl { | |||
direction: rtl | |||
} | |||
.sitedir-ltr textarea,.sitedir-ltr input { | |||
direction: ltr | |||
} | |||
.sitedir-rtl textarea,.sitedir-rtl input { | |||
direction: rtl | |||
} | |||
.mw-userlink { | |||
unicode-bidi: embed | |||
} | |||
mark { | |||
background-color: #ff0; | |||
color: #000 | |||
} | |||
wbr { | |||
display: inline-block | |||
} | |||
input[type='submit'],input[type='button'],input[type='reset'],input[type='file'] { | |||
direction: ltr | |||
} | |||
textarea[dir='ltr'],input[dir='ltr'] { | |||
direction: ltr | |||
} | |||
textarea[dir='rtl'],input[dir='rtl'] { | |||
direction: rtl | |||
} | |||
abbr[title],.explain[title] { | |||
border-bottom: 1px dotted; | |||
cursor: help | |||
} | |||
@supports (text-decoration: underline dotted) { | |||
abbr[title],.explain[title] { | |||
border-bottom:0; | |||
text-decoration: underline dotted | |||
} | |||
} | |||
span.comment { | |||
font-style: italic; | |||
unicode-bidi: -moz-isolate; | |||
unicode-bidi: isolate | |||
} | |||
#editform,#toolbar,#wpTextbox1 { | |||
clear: both | |||
} | |||
#toolbar { | |||
height: 22px | |||
} | |||
.mw-underline-always a { | |||
text-decoration: underline | |||
} | |||
.mw-underline-never a { | |||
text-decoration: none | |||
} | |||
li span.deleted,span.history-deleted { | |||
text-decoration: line-through; | |||
color: #72777d; | |||
font-style: italic | |||
} | |||
.not-patrolled { | |||
background-color: #ffa | |||
} | |||
.unpatrolled { | |||
font-weight: bold; | |||
color: #d73333 | |||
} | |||
div.patrollink { | |||
font-size: 75%; | |||
text-align: right | |||
} | |||
td.mw-label { | |||
text-align: right; | |||
vertical-align: middle | |||
} | |||
td.mw-input { | |||
text-align: left | |||
} | |||
td.mw-submit { | |||
text-align: left; | |||
white-space: nowrap | |||
} | |||
.mw-input-with-label { | |||
white-space: nowrap; | |||
display: inline-block | |||
} | |||
.mw-content-ltr .thumbcaption { | |||
text-align: left | |||
} | |||
.mw-content-ltr .magnify { | |||
float: right | |||
} | |||
.mw-content-rtl .thumbcaption { | |||
text-align: right | |||
} | |||
.mw-content-rtl .magnify { | |||
float: left | |||
} | |||
#catlinks { | |||
text-align: left | |||
} | |||
.catlinks ul { | |||
display: inline; | |||
margin: 0; | |||
padding: 0; | |||
list-style: none | |||
} | |||
.catlinks li { | |||
display: inline-block; | |||
line-height: 1.25em; | |||
border-left: 1px solid #a2a9b1; | |||
margin: 0.125em 0; | |||
padding: 0 0.5em; | |||
zoom:1} | |||
.catlinks li:first-child { | |||
padding-left: 0.25em; | |||
border-left: 0 | |||
} | |||
.catlinks li a.mw-redirect { | |||
font-style: italic | |||
} | |||
.mw-hidden-cats-hidden { | |||
display: none | |||
} | |||
.catlinks-allhidden { | |||
display: none | |||
} | |||
p.mw-protect-editreasons,p.mw-delete-editreasons { | |||
font-size: 90%; | |||
text-align: right | |||
} | |||
.autocomment,.autocomment a,.autocomment a:visited { | |||
color: #72777d | |||
} | |||
.newpage,.minoredit,.botedit { | |||
font-weight: bold | |||
} | |||
div.mw-warning-with-logexcerpt { | |||
padding: 3px; | |||
margin-bottom: 3px; | |||
border: 2px solid #2a4b8d; | |||
clear: both | |||
} | |||
div.mw-warning-with-logexcerpt ul li { | |||
font-size: 90% | |||
} | |||
span.mw-revdelundel-link,strong.mw-revdelundel-link { | |||
font-size: 90% | |||
} | |||
span.mw-revdelundel-hidden,input.mw-revdelundel-hidden { | |||
visibility: hidden | |||
} | |||
td.mw-revdel-checkbox,th.mw-revdel-checkbox { | |||
padding-right: 10px; | |||
text-align: center | |||
} | |||
a.new { | |||
color: #ba0000 | |||
} | |||
.wikitable { | |||
background-color: #f8f9fa; | |||
color: #222; | |||
margin: 1em 0; | |||
border: 1px solid #a2a9b1; | |||
border-collapse: collapse | |||
} | |||
.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td { | |||
border: 1px solid #a2a9b1; | |||
padding: 0.2em 0.4em | |||
} | |||
.wikitable > tr > th,.wikitable > * > tr > th { | |||
background-color: #eaecf0; | |||
text-align: center | |||
} | |||
.wikitable > caption { | |||
font-weight: bold | |||
} | |||
.error,.warning,.success { | |||
font-size: larger | |||
} | |||
.warning { | |||
color: #ac6600 | |||
} | |||
.success { | |||
color: #14866d | |||
} | |||
.mw-infobox { | |||
border: 2px solid #fc3; | |||
margin: 0.5em; | |||
clear: left; | |||
overflow: hidden | |||
} | |||
.mw-infobox-left { | |||
margin: 7px; | |||
float: left; | |||
width: 35px | |||
} | |||
.mw-infobox-right { | |||
margin: 0.5em 0.5em 0.5em 49px | |||
} | |||
.previewnote { | |||
margin-bottom: 1em | |||
} | |||
.visualClear { | |||
clear: both | |||
} | |||
.mw-datatable { | |||
border: 1px solid #a2a9b1; | |||
border-collapse: collapse | |||
} | |||
.mw-datatable td,.mw-datatable th { | |||
border: 1px solid #a2a9b1; | |||
padding: 0.2em 0.4em | |||
} | |||
.mw-datatable th { | |||
background-color: #eaeeff | |||
} | |||
.mw-datatable td { | |||
background-color: #fff | |||
} | |||
.mw-datatable tr:hover td { | |||
background-color: #eaf3ff | |||
} | |||
div.tright,div.floatright,table.floatright { | |||
clear: right; | |||
float: right | |||
} | |||
div.tleft,div.floatleft,table.floatleft { | |||
float: left; | |||
clear: left | |||
} | |||
div.floatright,table.floatright,div.floatleft,table.floatleft { | |||
position: relative | |||
} | |||
#mw-credits a { | |||
unicode-bidi: embed | |||
} | |||
.printfooter { | |||
display: none | |||
} | |||
.xdebug-error { | |||
position: absolute; | |||
z-index: 99 | |||
} | |||
.mw-editsection { | |||
-moz-user-select: none; | |||
-webkit-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none | |||
} | |||
.mw-editsection,.mw-editsection-like { | |||
font-size: small; | |||
font-weight: normal; | |||
margin-left: 1em; | |||
vertical-align: baseline; | |||
line-height: 1em | |||
} | |||
.mw-content-ltr .mw-editsection,.mw-content-rtl .mw-content-ltr .mw-editsection { | |||
margin-left: 1em | |||
} | |||
.mw-content-rtl .mw-editsection,.mw-content-ltr .mw-content-rtl .mw-editsection { | |||
margin-right: 1em | |||
} | |||
sup,sub { | |||
line-height: 1 | |||
} | |||
input { | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif | |||
} | |||
form input:not(.mw-widgets-datetime-dateTimeInputWidget-editField):not(.mw-history-compareselectedversions-button) { | |||
margin: 0.5em 0; | |||
padding: 0.35em | |||
} | |||
form .oo-ui-tagMultiselectWidget-handle input { | |||
margin: unset; | |||
padding: unset | |||
} | |||
form .oo-ui-checkboxInputWidget input:not(.mw-widgets-datetime-dateTimeInputWidget-editField):not(.mw-history-compareselectedversions-button) { | |||
margin: unset | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button,.oo-ui-textInputWidget .oo-ui-inputWidget-input,.oo-ui-dropdownWidget-handle,button,textarea,select { | |||
padding: 0.35em; | |||
box-sizing: border-box; | |||
height: unset | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button,button { | |||
padding: 0.35em 1em | |||
} | |||
.mw-input-with-label { | |||
display: block | |||
} | |||
.mw-widget-dateInputWidget { | |||
margin: 0 0 0.2em 0 | |||
} | |||
input[type='radio'],input[type='checkbox'] { | |||
margin: 0.35em 0.2em 0.25em 0.35em; | |||
box-sizing: border-box | |||
} | |||
textarea,#searchInput { | |||
box-sizing: border-box; | |||
box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.05) | |||
} | |||
textarea { | |||
width: 100%; | |||
resize: vertical; | |||
box-sizing: border-box; | |||
line-height: 1.3em | |||
} | |||
div.editOptions { | |||
padding: 1.25em 1.75em; | |||
border: solid #c8ccd1; | |||
border-width: 0 1px 0.2em; | |||
background: #eaecf0 | |||
} | |||
div.editOptions fieldset { | |||
margin-top: 1em | |||
} | |||
form:not(.oo-ui-layout) textarea,form:not(.oo-ui-layout) input { | |||
border: solid 1px #c8ccd1; | |||
border-radius: 2px | |||
} | |||
form:not(.oo-ui-layout) input[type='file'] { | |||
border: unset; | |||
border-radius: unset | |||
} | |||
form:not(.oo-ui-layout) button,form:not(.oo-ui-layout) input[type='submit'] { | |||
border-radius: 2px; | |||
padding: 0.35em 1em; | |||
background-color: #36c; | |||
font-weight: bold; | |||
color: #fff; | |||
border: solid 1px #36c | |||
} | |||
form:not(.oo-ui-layout) button:not(:disabled):hover,form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover,form:not(.oo-ui-layout) button:not(:disabled):active,form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active { | |||
background-color: #47f | |||
} | |||
form:not(.oo-ui-layout) fieldset { | |||
border: 0; | |||
margin: 1.5em 0 0; | |||
padding: 0 | |||
} | |||
form:not(.oo-ui-layout) fieldset legend { | |||
font-weight: bold; | |||
font-size: 110% | |||
} | |||
.mw-editfont-monospace,.mw-editfont-sans-serif,.mw-editfont-serif { | |||
font-size: inherit | |||
} | |||
body .mw-editfont-monospace { | |||
font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace | |||
} | |||
body .mw-editfont-sans-serif { | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif | |||
} | |||
body .mw-editfont-serif { | |||
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif | |||
} | |||
.mw-templatesandbox-page label { | |||
padding: 0 | |||
} | |||
#wpTemplateSandboxPreview { | |||
margin-left: 0.5em | |||
} | |||
.mw-special-Watchlist .mw-input-with-label { | |||
display: inline-block | |||
} | |||
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] { | |||
border: 1px solid #eaecf0; | |||
border-bottom: 0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
background-color: #f8f9fa | |||
} | |||
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element { | |||
border: 1px solid #eaecf0 | |||
} | |||
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption { | |||
border: 1px solid #eaecf0; | |||
border-top: 0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
background-color: #f8f9fa; | |||
font-size: 95% | |||
} | |||
.mw-image-border .mw-file-element { | |||
border: 1px solid #eaecf0 | |||
} | |||
figure[typeof~='mw:File/Thumb'] > figcaption::before { | |||
content: ''; | |||
width: 20px; | |||
height: 20px; | |||
margin: 0 0 0.5em 0.5em; | |||
float: right | |||
} | |||
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption::before { | |||
margin: 0 0 0.5em 0.5em; | |||
float: right | |||
} | |||
.mw-content-rtl figure[typeof~='mw:File/Thumb'] > figcaption::before { | |||
margin: 0 0.5em 0.5em 0; | |||
float: left | |||
} | |||
figure[typeof~='mw:File/Thumb'] > .mw-file-description,figure[typeof~='mw:File/Thumb'] > .mw-file-magnify { | |||
display: block; | |||
position: relative | |||
} | |||
figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | |||
content: ''; | |||
width: 20px; | |||
height: 20px; | |||
position: absolute; | |||
bottom: -20px; | |||
right: 0.75em; | |||
background-image: url(/skins/CustomTimeless/resources/images/magnify-ltr.svg?4d568) | |||
} | |||
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | |||
right: 0.75em; | |||
left: auto; | |||
background-image: url(/skins/CustomTimeless/resources/images/magnify-ltr.svg?4d568) | |||
} | |||
.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | |||
right: auto; | |||
left: 0.75em; | |||
background-image: url(/skins/CustomTimeless/resources/images/magnify-rtl.svg?5bbbc) | |||
} | |||
html,body { | |||
margin: 0; | |||
padding: 0 | |||
} | |||
body { | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; | |||
color: #000; | |||
background: #72777d; | |||
font-size: 0.95em; | |||
line-height: 1.5 | |||
} | |||
#mw-content { | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
background: #fff; | |||
padding: 1em 3em 3em | |||
} | |||
#bodyContentOuter { | |||
position: relative; | |||
z-index: 0 | |||
} | |||
.mw-body { | |||
word-wrap: break-word | |||
} | |||
.mw-footer-container { | |||
border-top: solid 1px #54595d; | |||
box-shadow: inset 0 7px 2px -4px rgba(0,0,0,0.1); | |||
color: #fff | |||
} | |||
.mw-footer-container a { | |||
color: #dbeaff | |||
} | |||
.mw-footer-container a:hover { | |||
color: #cbe2ff | |||
} | |||
.mw-footer-container a:visited { | |||
color: #c1dcff | |||
} | |||
.mw-footer-container a:visited:hover { | |||
color: #add0ff | |||
} | |||
.mw-footer-container ul { | |||
margin: 0 | |||
} | |||
#p-logo { | |||
text-align: center; | |||
margin: auto | |||
} | |||
#p-logo-text { | |||
padding-right: 1em; | |||
box-sizing: border-box; | |||
max-width: 20em; | |||
text-align: center; | |||
line-height: 1 | |||
} | |||
#simpleSearch { | |||
box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.05); | |||
background: #fff; | |||
position: relative; | |||
border: solid 1px #c8ccd1 | |||
} | |||
#searchInput { | |||
border: 0; | |||
margin: 0; | |||
height: 2.1em; | |||
padding: 0.4em 4.5em 0.2em 2em; | |||
box-shadow: none; | |||
background: transparent; | |||
width: 100%; | |||
min-height: 0; | |||
font-family: inherit | |||
} | |||
#searchButton,#mw-searchButton { | |||
position: absolute; | |||
top: 0; | |||
margin: 0; | |||
padding: 0; | |||
right: 1.5em; | |||
width: 2.5em; | |||
height: 2.5em; | |||
text-indent: -99999px; | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-image: url(/skins/CustomTimeless/resources/images/search-ltr.svg?2df17); | |||
background-position: center 40%; | |||
box-shadow: none | |||
} | |||
.suggestions { | |||
background: #fff; | |||
box-shadow: 0 2px 2px 1px rgba(0,0,0,0.05) | |||
} | |||
.suggestions .suggestions-special { | |||
background-color: #fff; | |||
border: 1px solid #c8ccd1; | |||
border-bottom-width: 0.2em; | |||
padding: 0.75em 2em | |||
} | |||
.suggestions .suggestions-results { | |||
background-color: #fff; | |||
border: 1px solid #c8ccd1; | |||
border-bottom-width: 0.2em | |||
} | |||
.suggestions .suggestions-result { | |||
color: #000; | |||
padding: 0.65em 2em 0.35em | |||
} | |||
.suggestions .suggestions-result-current { | |||
background-color: #36c; | |||
color: #fff | |||
} | |||
.dropdown-toggle { | |||
cursor: pointer; | |||
margin-bottom: -0.45em; | |||
padding-bottom: 0.45em | |||
} | |||
.dropdown-toggle::after { | |||
display: inline-block; | |||
content: ''; | |||
width: 22px; | |||
height: 12px; | |||
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab); | |||
background-position: center center; | |||
background-repeat: no-repeat | |||
} | |||
.mw-footer { | |||
padding-top: 0.5em; | |||
padding-bottom: 1em | |||
} | |||
.mw-footer ul,.mw-footer li { | |||
margin: 1em 0; | |||
list-style: none; | |||
padding: 0 | |||
} | |||
.mw-footer .footer-icons { | |||
float: right; | |||
margin: 0 0 0 1em | |||
} | |||
.mw-footer #footer-places li { | |||
display: inline-block; | |||
margin: 0 1em 0 0 | |||
} | |||
.mw-footer #lastmod,.mw-footer #credits,.mw-footer #copyright { | |||
display: block | |||
} | |||
#mw-content-container { | |||
background: #eaecf0; | |||
border-bottom: solid 4px #00af89; | |||
background-image: url(/skins/CustomTimeless/resources/images/cat.svg?558fd); | |||
background-repeat: no-repeat; | |||
background-position: center 10em | |||
} | |||
.tools-inline div,.tools-inline div,.tools-inline ul,.tools-inline ul,.tools-inline li,.tools-inline li { | |||
list-style: none; | |||
display: inline-block; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
.tools-inline li { | |||
margin: 0.25em 0 1em; | |||
border-bottom: solid 3px transparent | |||
} | |||
.tools-inline li:hover { | |||
border-bottom-color: #c8ccd1 | |||
} | |||
.tools-inline li.selected { | |||
border-bottom-color: #36c | |||
} | |||
.tools-inline li.selected a { | |||
color: #000 | |||
} | |||
.tools-inline li a { | |||
background-image: url(/skins/CustomTimeless/resources/images/page-misc-grey.svg?949a4); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px | |||
} | |||
.tools-inline li a:hover { | |||
text-decoration: none | |||
} | |||
#p-namespaces { | |||
float: left | |||
} | |||
#p-namespaces li { | |||
margin-right: 1em | |||
} | |||
#p-views,#p-more { | |||
float: right | |||
} | |||
#p-views li,#p-more li { | |||
margin-left: 1em | |||
} | |||
#ca-watch a { | |||
background-image: url(/skins/CustomTimeless/resources/images/star.svg?ec5b6); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px; | |||
text-indent: -99999px; | |||
width: 20px; | |||
overflow: hidden; | |||
box-sizing: border-box; | |||
padding: 0 | |||
} | |||
#ca-unwatch a { | |||
background-image: url(/skins/CustomTimeless/resources/images/star-filled.svg?c4b94); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px; | |||
text-indent: -99999px; | |||
width: 20px; | |||
overflow: hidden; | |||
box-sizing: border-box; | |||
padding: 0 | |||
} | |||
#ca-unwatch.mw-watchlink-temp a { | |||
background-image: url(/skins/CustomTimeless/resources/images/star-half-filled.svg?84bc6); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px; | |||
text-indent: -99999px; | |||
width: 20px; | |||
overflow: hidden; | |||
box-sizing: border-box; | |||
padding: 0 | |||
} | |||
#ca-edit a { | |||
background-image: url(/skins/CustomTimeless/resources/images/pencil-grey.svg?1316d); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px | |||
} | |||
#ca-history a { | |||
background-image: url(/skins/CustomTimeless/resources/images/clock-grey.svg?00636); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px | |||
} | |||
#ca-talk a { | |||
background-image: url(/skins/CustomTimeless/resources/images/talk-grey.svg?07e9a); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px | |||
} | |||
#t-contributions a { | |||
background-image: url(/skins/CustomTimeless/resources/images/puzzle-grey.svg?136ab); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px | |||
} | |||
#ca-addsection a { | |||
background-image: url(/skins/CustomTimeless/resources/images/plus-grey.svg?dd2b4); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px | |||
} | |||
#ca-viewsource a { | |||
background-image: url(/skins/CustomTimeless/resources/images/brackets-grey.svg?e7e1e); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px | |||
} | |||
#ca-view a,#ca-view-foreign a { | |||
background-image: url(/skins/CustomTimeless/resources/images/eyeball-grey.svg?d2e24); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px | |||
} | |||
#ca-view { | |||
position: absolute; | |||
top: -9999px; | |||
left: 0 | |||
} | |||
.tools-inline li[id^='ca-nstab-'] a { | |||
background-image: url(/skins/CustomTimeless/resources/images/page-grey.svg?55fb0); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px | |||
} | |||
#siteNotice { | |||
font-size: 95%; | |||
margin: 0.5em auto 1.5em | |||
} | |||
#localNotice { | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 0; | |||
text-align: center | |||
} | |||
#localNotice p { | |||
margin-left: 1em; | |||
margin-right: 1em | |||
} | |||
a { | |||
text-decoration: none; | |||
color: #36c | |||
} | |||
a:hover { | |||
color: #2952a3; | |||
text-decoration: underline | |||
} | |||
a:visited { | |||
color: #2a4b8d | |||
} | |||
a:visited:hover { | |||
color: #1e3666 | |||
} | |||
a.new,.new a { | |||
color: #d73333 | |||
} | |||
a.new:hover,.new a:hover { | |||
color: #b42323 | |||
} | |||
a.new:visited,.new a:visited { | |||
color: #b32424 | |||
} | |||
a.new:visited:hover,.new a:visited:hover { | |||
color: #891b1b | |||
} | |||
.mw-parser-output a.extiw,.mw-parser-output a.extiw:active,.mw-parser-output a.external { | |||
color: #37a | |||
} | |||
.mw-parser-output a.extiw:hover,.mw-parser-output a.extiw:active:hover,.mw-parser-output a.external:hover { | |||
color: #275c83 | |||
} | |||
.mw-parser-output a.extiw:visited,.mw-parser-output a.extiw:active:visited,.mw-parser-output a.external:visited { | |||
color: #275c83 | |||
} | |||
.mw-parser-output a.extiw:visited:hover,.mw-parser-output a.extiw:active:visited:hover,.mw-parser-output a.external:visited:hover { | |||
color: #1b405c | |||
} | |||
a.mw-selflink { | |||
color: inherit; | |||
font-weight: bold; | |||
text-decoration: inherit | |||
} | |||
.mw-editsection { | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; | |||
background-image: url(/skins/CustomTimeless/resources/images/pencil-grey.svg?1316d); | |||
background-repeat: no-repeat; | |||
background-position: left bottom; | |||
padding-left: 20px; | |||
padding-top: 0.5em | |||
} | |||
.mw-editsection a { | |||
display: inline-block; | |||
padding: 0.5em 0 0.25em; | |||
margin-right: 1em | |||
} | |||
.mw-editsection a:first-of-type { | |||
padding-left: 20px; | |||
margin-left: -20px | |||
} | |||
.mw-editsection-bracket { | |||
display: none | |||
} | |||
.mw-indicators { | |||
float: right; | |||
margin-left: 1em | |||
} | |||
.mw-indicators img { | |||
margin-top: -0.5em | |||
} | |||
.mw-indicator { | |||
display: inline-block; | |||
margin: 0.65em 0 0 0.25em | |||
} | |||
div.magnify a { | |||
display: block; | |||
text-indent: 20px; | |||
white-space: nowrap; | |||
overflow: hidden; | |||
width: 20px; | |||
height: 20px; | |||
margin: 0 0 0.5em 0.5em; | |||
background-image: url(/skins/CustomTimeless/resources/images/magnify-ltr.svg?4d568) | |||
} | |||
#contentSub { | |||
font-size: 84%; | |||
color: #54595d | |||
} | |||
#contentSub .subpages { | |||
display: block | |||
} | |||
.usermessage { | |||
background-color: #ffce7b; | |||
border: 1px solid #ffa500; | |||
color: #000; | |||
font-weight: bold; | |||
margin: 2em 0 1em; | |||
padding: 0.5em 1em; | |||
vertical-align: middle | |||
} | |||
.screenplay,code,tt,kbd,pre,samp,.skin-timeless .monospace { | |||
font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace | |||
} | |||
.skin-timeless .serif { | |||
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif | |||
} | |||
.skin-timeless .sans-serif { | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif | |||
} | |||
code,pre,.mw-code { | |||
color: #000; | |||
background-color: #f8f9fa; | |||
border: 1px solid #c8ccd1 | |||
} | |||
code { | |||
padding: 1px 4px | |||
} | |||
pre,.mw-code { | |||
padding: 1em; | |||
white-space: pre-wrap | |||
} | |||
.mw-body .mw-heading,.mw-body h1,.mw-body h2,.mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6,.mw-body dt { | |||
font-weight: normal; | |||
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; | |||
line-height: 1.125; | |||
margin: 1.25em 0 0.5em | |||
} | |||
.mw-body dt { | |||
font-weight: bold; | |||
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; | |||
line-height: 1.125; | |||
margin: 1.5em 0 0.5em; | |||
margin-bottom: 0.1em | |||
} | |||
.mw-body dl { | |||
margin-top: 0.2em; | |||
margin-bottom: 0.5em | |||
} | |||
.mw-body form dt { | |||
margin: 0 0.5em 0 0 | |||
} | |||
.mw-body h1.firstHeading { | |||
margin: 0.25em 0 0.5em; | |||
border-bottom: solid 4px #36c; | |||
display: block | |||
} | |||
.mw-body .mw-heading1,.mw-body h1 { | |||
font-size: 2em; | |||
border-bottom: solid 3px #c8ccd1 | |||
} | |||
.mw-body .mw-heading2,.mw-body h2 { | |||
font-size: 1.8em; | |||
border-bottom: solid 2px #c8ccd1 | |||
} | |||
.mw-body .mw-heading1,.mw-body h1,.mw-body .mw-heading2,.mw-body h2 { | |||
display: flow-root | |||
} | |||
.mw-body .mw-heading3,.mw-body h3 { | |||
font-size: 1.6em | |||
} | |||
.mw-body .mw-heading4,.mw-body h4 { | |||
font-size: 1.4em | |||
} | |||
.mw-body .mw-heading5,.mw-body h5 { | |||
font-size: 1.25em | |||
} | |||
.mw-body .mw-heading6,.mw-body h6 { | |||
font-size: 1.2em | |||
} | |||
.mw-body .mw-heading h1,.mw-body .mw-heading h2,.mw-body .mw-heading h3,.mw-body .mw-heading h4,.mw-body .mw-heading h5,.mw-body .mw-heading h6 { | |||
font-size: inherit; | |||
border-bottom: 0; | |||
display: inline | |||
} | |||
.mw-body dt { | |||
margin-top: 1em | |||
} | |||
.mw-body dd { | |||
margin-bottom: 1em | |||
} | |||
.mw-body .mw-changeslist-legend dt { | |||
margin: 0 0.5em 0 0 | |||
} | |||
.mw-body .mw-changeslist-legend dd { | |||
margin-bottom: 0 | |||
} | |||
.mw-body-content a > img,.mw-body-content .floatnone > img { | |||
height: auto !important; | |||
max-width: calc(100% - 20px) !important | |||
} | |||
.mw-body-content table a > img,.mw-body-content table .floatnone > img { | |||
height: unset !important; | |||
max-width: unset !important | |||
} | |||
#siteSub { | |||
margin: -0.5em 0 0.5em 0; | |||
font-style: italic; | |||
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; | |||
display: none | |||
} | |||
hr { | |||
border-width: 1px; | |||
border-color: #c8ccd1; | |||
border-style: solid none solid none; | |||
margin: 0.5em 0 | |||
} | |||
pre { | |||
overflow: auto; | |||
white-space: pre-wrap | |||
} | |||
p { | |||
margin: 1em 0 | |||
} | |||
ul { | |||
padding: 0; | |||
margin: 0.3em 0 0 1.6em | |||
} | |||
.center { | |||
margin-right: auto; | |||
margin-left: auto; | |||
text-align: center | |||
} | |||
.floatright,.tright { | |||
margin: 0 0 0.5em 0.5em; | |||
padding: 0 0 1em 1.5em | |||
} | |||
.floatleft,.tleft { | |||
margin: 0 0.5em 0.5em 0; | |||
padding: 0 1.5em 1em 0 | |||
} | |||
.thumbinner { | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 0.75em; | |||
margin-left: auto; | |||
margin-right: auto; | |||
overflow: hidden | |||
} | |||
.thumbcaption { | |||
font-size: 95%; | |||
padding: 0.5em 0 0; | |||
min-height: 1em | |||
} | |||
.thumbcaption:empty { | |||
padding: 0; | |||
min-height: 0 | |||
} | |||
.thumbinner .thumbimage,.thumbborder { | |||
border: solid 1px #eaecf0 | |||
} | |||
.mw-body li.gallerybox div.thumb { | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 0 | |||
} | |||
ul#filetoc,.toc,.toccolours,.mw-warning { | |||
display: table; | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.25em 1.75em; | |||
margin-top: 1em; | |||
margin-bottom: 1em; | |||
min-width: 15em; | |||
font-size: 100% | |||
} | |||
.toc { | |||
line-height: 1.2 | |||
} | |||
.toc ul { | |||
margin: 1em 0 0; | |||
list-style: none; | |||
text-align: left | |||
} | |||
.toc li { | |||
margin: 0.3em 0 | |||
} | |||
.toc li:last-child { | |||
margin-bottom: 0.5em | |||
} | |||
ul#filetoc { | |||
display: block; | |||
margin-bottom: 2em | |||
} | |||
.mw-body .toctitle { | |||
border-bottom: solid 2px #c8ccd1; | |||
text-align: unset | |||
} | |||
.mw-body .toctitle h2 { | |||
border-bottom: 0; | |||
font-size: 1em; | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; | |||
margin: 0; | |||
display: inline | |||
} | |||
.toctogglespan { | |||
float: right | |||
} | |||
body :not(:checked) > .toctogglespan::before,body :not(:checked) > .toctogglespan::after { | |||
content: '' | |||
} | |||
.toctogglelabel { | |||
padding-left: 0; | |||
margin-left: 0.5em | |||
} | |||
.toclevel-1 { | |||
margin-bottom: 0.25em | |||
} | |||
.tocnumber { | |||
color: #54595d | |||
} | |||
.skin-timeless .mw-body .oo-ui-tagMultiselectWidget-handle,.skin-timeless .mw-body .oo-ui-capsuleMultiselectWidget-handle { | |||
margin: 0 | |||
} | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.wikitable,.mw-datatable { | |||
color: #000; | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.25em 1.75em | |||
} | |||
.mw-body .mw-search-profile-tabs { | |||
padding: 0.5em | |||
} | |||
.mw_metadata,.mw-datatable,.wikitable { | |||
border-color: #c8ccd1 | |||
} | |||
.mw_metadata > tr > th,.mw-datatable > tr > th,.wikitable > tr > th,.mw_metadata > tr > td,.mw-datatable > tr > td,.wikitable > tr > td,.mw_metadata > * > tr > th,.mw-datatable > * > tr > th,.wikitable > * > tr > th,.mw_metadata > * > tr > td,.mw-datatable > * > tr > td,.wikitable > * > tr > td { | |||
border: 1px solid #c8ccd1; | |||
padding: 0.4em 0.5em | |||
} | |||
.mw-datatable th { | |||
background: #eaf3ff | |||
} | |||
.mw_metadata th,.wikitable th { | |||
background: #eaecf0 | |||
} | |||
.mw_metadata { | |||
border-bottom-width: 3px | |||
} | |||
.color-bar { | |||
width: 100% | |||
} | |||
.color-left { | |||
height: 0.35em; | |||
background: #b32424; | |||
width: 50%; | |||
float: left | |||
} | |||
.color-right { | |||
display: inline-block; | |||
height: 0.35em; | |||
background: #14866d; | |||
width: 50%; | |||
float: right | |||
} | |||
.color-middle-container { | |||
max-width: 115em; | |||
margin: 0 auto -0.35em; | |||
position: relative | |||
} | |||
.color-middle { | |||
height: 0.35em; | |||
background: #2a4b8d; | |||
margin-left: 21em; | |||
margin-right: 17em | |||
} | |||
.emptyPortlet,#mw-page-header-links .emptyPortlet { | |||
display: none | |||
} | |||
#p-lang.emptyPortlet { | |||
display: inherit | |||
} | |||
#p-namespaces h3,#p-views h3,#p-more h3,#p-search h3 { | |||
position: absolute; | |||
top: -9999px; | |||
left: 0 | |||
} | |||
} | |||
@media screen and (min-width: 851px) { | |||
body,html { | |||
scroll-padding-top:3.625em | |||
} | |||
.dropdown,.sidebar-inner { | |||
display: block !important | |||
} | |||
.ts-inner { | |||
max-width: 115em; | |||
box-sizing: border-box; | |||
padding: 0 1em; | |||
margin: auto | |||
} | |||
div.mw-notification-area { | |||
top: 3.375em | |||
} | |||
#mw-header { | |||
display: flex | |||
} | |||
#mw-header-container { | |||
height: 0; | |||
position: fixed; | |||
z-index: 200; | |||
top: 0; | |||
width: 100%; | |||
background: #fff; | |||
color: #000; | |||
padding: 0.5em 0 0; | |||
min-height: 3.125em; | |||
box-sizing: border-box | |||
} | |||
#p-logo-text { | |||
justify-content: space-between; | |||
width: auto; | |||
flex: 0 0 auto; | |||
order: 1 | |||
} | |||
#p-search { | |||
justify-content: space-between; | |||
width: auto; | |||
flex: 1 1 auto; | |||
order: 2 | |||
} | |||
#user-tools { | |||
justify-content: space-between; | |||
width: auto; | |||
flex: 0 1 auto; | |||
order: 3; | |||
display: inline-block | |||
} | |||
#user-tools h2 span { | |||
display: inline-block; | |||
max-width: 300px; | |||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis | |||
} | |||
#user-tools #personal h2::after { | |||
height: 22px | |||
} | |||
#mw-header-nav-hack,#mw-header-hack { | |||
position: fixed; | |||
z-index: 197; | |||
top: 3.125em; | |||
box-shadow: 0 3px 3px 2px rgba(0,0,0,0.075),0 0 2px rgba(0,0,0,0.2) | |||
} | |||
#mw-header-nav-hack { | |||
display: none | |||
} | |||
#personal { | |||
display: inline-block; | |||
position: relative; | |||
padding-left: 1.5em; | |||
line-height: 1 | |||
} | |||
#personal .dropdown { | |||
top: 3.15em; | |||
display: none !important; | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.5em 1.5em 0; | |||
margin: 1em 0; | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em; | |||
background: #fff; | |||
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05); | |||
position: absolute; | |||
padding: 20px 2em 0; | |||
margin: 0; | |||
min-width: 9.153em; | |||
top: 2.95em; | |||
right: -1em; | |||
overflow: visible; | |||
z-index: 50 | |||
} | |||
#personal .dropdown ul,#personal .dropdown li { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
#personal .dropdown label,#personal .dropdown h3 { | |||
font-weight: normal; | |||
font-size: 1em; | |||
margin: 0.25em 0 0.75em 0; | |||
padding-bottom: 0.15em; | |||
border-bottom: solid 2px #c8ccd1; | |||
display: block | |||
} | |||
#personal .dropdown .mw-portlet > div,#personal .dropdown .mw-portlet-body { | |||
margin-bottom: 2em | |||
} | |||
#personal .dropdown li { | |||
padding: 0.25em 0 | |||
} | |||
#personal .dropdown::before,#personal .dropdown::after { | |||
transform: rotate(360deg); | |||
border-bottom: 10px solid #eaecf0; | |||
border-left: 10px solid transparent; | |||
border-right: 10px solid transparent; | |||
content: ''; | |||
height: 0; | |||
width: 0; | |||
position: absolute; | |||
right: 1em; | |||
z-index: 51 | |||
} | |||
#personal .dropdown::before { | |||
top: -10px | |||
} | |||
#personal .dropdown::after { | |||
border-bottom-color: #fff; | |||
top: -8px | |||
} | |||
#personal .pokey { | |||
top: 1.9em | |||
} | |||
#personal h2 { | |||
margin: 0; | |||
padding: 0.5em 0 0 25px; | |||
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; | |||
font-weight: normal; | |||
font-size: 1.25em; | |||
background-image: url(/skins/CustomTimeless/resources/images/user-grey.svg?a8a55); | |||
background-position: left 9px; | |||
background-repeat: no-repeat; | |||
cursor: pointer; | |||
margin-bottom: -0.45em; | |||
padding-bottom: 0.45em | |||
} | |||
#personal h2::after { | |||
display: inline-block; | |||
content: ''; | |||
width: 22px; | |||
height: 12px; | |||
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab); | |||
background-position: center center; | |||
background-repeat: no-repeat | |||
} | |||
#personal h2 span { | |||
display: inline-block; | |||
line-height: normal; | |||
word-wrap: break-word | |||
} | |||
#mw-site-navigation .sidebar-chunk ul,#mw-site-navigation .sidebar-chunk li { | |||
color: red | |||
} | |||
.client-nojs #personal:hover .pokey,.client-nojs #personal:hover .dropdown { | |||
display: block !important | |||
} | |||
#mw-wrapper .dropdown-active .pokey,#mw-wrapper .dropdown-active .dropdown,#mw-wrapper .dropdown-active .sidebar-inner { | |||
display: block !important | |||
} | |||
#p-variants-desktop { | |||
float: right; | |||
margin: 0.25em 0 1em 1em; | |||
position: relative | |||
} | |||
#p-variants-desktop h3 { | |||
cursor: pointer; | |||
margin-bottom: -0.45em; | |||
padding-bottom: 0.45em; | |||
background-image: url(/skins/CustomTimeless/resources/images/languages-grey.svg?167d0); | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
background-position: left top; | |||
display: inline-block; | |||
margin-bottom: -0.35em; | |||
padding: 0 2px 0 20px; | |||
font-size: 1em; | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; | |||
border-bottom: transparent; | |||
margin: 0 0 -1em; | |||
line-height: 1.5; | |||
padding-bottom: 1em | |||
} | |||
#p-variants-desktop h3::after { | |||
display: inline-block; | |||
content: ''; | |||
width: 22px; | |||
height: 12px; | |||
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab); | |||
background-position: center center; | |||
background-repeat: no-repeat | |||
} | |||
#p-variants-desktop .dropdown { | |||
display: none !important; | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.5em 1.5em 0; | |||
margin: 1em 0; | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em; | |||
background: #fff; | |||
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05); | |||
position: absolute; | |||
padding: 20px 2em 0; | |||
margin: 0; | |||
min-width: 9.153em; | |||
top: 2.95em; | |||
right: -1em; | |||
overflow: visible; | |||
z-index: 50; | |||
top: 2.25em !important; | |||
padding-bottom: 2em; | |||
margin-right: 2px | |||
} | |||
#p-variants-desktop .dropdown ul,#p-variants-desktop .dropdown li { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
#p-variants-desktop .dropdown label,#p-variants-desktop .dropdown h3 { | |||
font-weight: normal; | |||
font-size: 1em; | |||
margin: 0.25em 0 0.75em 0; | |||
padding-bottom: 0.15em; | |||
border-bottom: solid 2px #c8ccd1; | |||
display: block | |||
} | |||
#p-variants-desktop .dropdown .mw-portlet > div,#p-variants-desktop .dropdown .mw-portlet-body { | |||
margin-bottom: 2em | |||
} | |||
#p-variants-desktop .dropdown li { | |||
padding: 0.25em 0 | |||
} | |||
#p-variants-desktop .dropdown::before,#p-variants-desktop .dropdown::after { | |||
transform: rotate(360deg); | |||
border-bottom: 10px solid #eaecf0; | |||
border-left: 10px solid transparent; | |||
border-right: 10px solid transparent; | |||
content: ''; | |||
height: 0; | |||
width: 0; | |||
position: absolute; | |||
right: 1em; | |||
z-index: 51 | |||
} | |||
#p-variants-desktop .dropdown::before { | |||
top: -10px | |||
} | |||
#p-variants-desktop .dropdown::after { | |||
border-bottom-color: #fff; | |||
top: -8px | |||
} | |||
#p-variants-desktop .dropdown .selected a { | |||
color: #000 | |||
} | |||
.client-nojs #p-variants-desktop:hover .dropdown { | |||
display: block !important | |||
} | |||
.mw-wiki-logo { | |||
display: block; | |||
margin: 0.75em auto 0 | |||
} | |||
.mw-wiki-logo.fallback { | |||
content: ''; | |||
width: 11em; | |||
height: 11em; | |||
background-repeat: no-repeat; | |||
background-position: center center | |||
} | |||
.mw-wiki-logo.timeless-logo { | |||
background-image: none | |||
} | |||
.mw-wiki-logo.timeless-logo img { | |||
width: 135px; | |||
height: auto; | |||
margin: 0.75em 0 0.5em | |||
} | |||
#p-variants,#other-languages.variants-only,#mw-page-header-links #p-more,.sidebar-chunk h2 { | |||
display: none | |||
} | |||
#mw-content-container { | |||
margin-top: 3.475em; | |||
padding-bottom: 1em | |||
} | |||
} | |||
@media screen and (min-width: 1340px) { | |||
#mw-content-block { | |||
display:flex; | |||
clear: both | |||
} | |||
#p-logo-text { | |||
min-width: 20em | |||
} | |||
#mw-site-navigation { | |||
padding-right: 1em; | |||
box-sizing: border-box; | |||
justify-content: space-between; | |||
width: 20em; | |||
flex: 0 0 20em; | |||
order: 1 | |||
} | |||
#mw-site-navigation .sidebar-chunk { | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.5em 1.5em 0; | |||
margin: 1em 0; | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em | |||
} | |||
#mw-site-navigation .sidebar-chunk ul,#mw-site-navigation .sidebar-chunk li { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
#mw-site-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3 { | |||
font-weight: normal; | |||
font-size: 1em; | |||
margin: 0.25em 0 0.75em 0; | |||
padding-bottom: 0.15em; | |||
border-bottom: solid 2px #c8ccd1; | |||
display: block | |||
} | |||
#mw-site-navigation .sidebar-chunk .mw-portlet > div,#mw-site-navigation .sidebar-chunk .mw-portlet-body { | |||
margin-bottom: 2em | |||
} | |||
#mw-site-navigation .sidebar-chunk li { | |||
padding: 0.25em 0 | |||
} | |||
#mw-content-wrapper { | |||
justify-content: space-between; | |||
width: auto; | |||
flex: 1 1 auto; | |||
order: 2; | |||
min-width: 50% | |||
} | |||
#mw-related-navigation { | |||
padding-left: 1em; | |||
box-sizing: border-box; | |||
justify-content: space-between; | |||
width: 16em; | |||
flex: 0 0 16em; | |||
order: 3 | |||
} | |||
#mw-related-navigation .sidebar-chunk { | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.5em 1.5em 0; | |||
margin: 1em 0; | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em | |||
} | |||
#mw-related-navigation .sidebar-chunk ul,#mw-related-navigation .sidebar-chunk li { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
#mw-related-navigation .sidebar-chunk label,#mw-related-navigation .sidebar-chunk h3 { | |||
font-weight: normal; | |||
font-size: 1em; | |||
margin: 0.25em 0 0.75em 0; | |||
padding-bottom: 0.15em; | |||
border-bottom: solid 2px #c8ccd1; | |||
display: block | |||
} | |||
#mw-related-navigation .sidebar-chunk .mw-portlet > div,#mw-related-navigation .sidebar-chunk .mw-portlet-body { | |||
margin-bottom: 2em | |||
} | |||
#mw-related-navigation .sidebar-chunk li { | |||
padding: 0.25em 0 | |||
} | |||
#catlinks { | |||
display: none | |||
} | |||
#user-tools { | |||
min-width: 16em | |||
} | |||
} | |||
@media screen and (min-width: 1100px) and (max-width:1339px) { | |||
#mw-content-block { | |||
clear:both | |||
} | |||
#p-logo-text { | |||
min-width: 20em | |||
} | |||
#mw-site-navigation,#mw-related-navigation { | |||
padding-right: 1em; | |||
box-sizing: border-box; | |||
display: block; | |||
width: 20em; | |||
position: relative | |||
} | |||
#mw-site-navigation .sidebar-chunk,#mw-related-navigation .sidebar-chunk { | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.5em 1.5em 0; | |||
margin: 1em 0; | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em | |||
} | |||
#mw-site-navigation .sidebar-chunk ul,#mw-related-navigation .sidebar-chunk ul,#mw-site-navigation .sidebar-chunk li,#mw-related-navigation .sidebar-chunk li { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
#mw-site-navigation .sidebar-chunk label,#mw-related-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3,#mw-related-navigation .sidebar-chunk h3 { | |||
font-weight: normal; | |||
font-size: 1em; | |||
margin: 0.25em 0 0.75em 0; | |||
padding-bottom: 0.15em; | |||
border-bottom: solid 2px #c8ccd1; | |||
display: block | |||
} | |||
#mw-site-navigation .sidebar-chunk .mw-portlet > div,#mw-related-navigation .sidebar-chunk .mw-portlet > div,#mw-site-navigation .sidebar-chunk .mw-portlet-body,#mw-related-navigation .sidebar-chunk .mw-portlet-body { | |||
margin-bottom: 2em | |||
} | |||
#mw-site-navigation .sidebar-chunk li,#mw-related-navigation .sidebar-chunk li { | |||
padding: 0.25em 0 | |||
} | |||
#mw-site-navigation { | |||
overflow: hidden | |||
} | |||
#mw-related-navigation > div.sidebar-chunk:first-child { | |||
margin-top: 0 | |||
} | |||
#mw-content-wrapper { | |||
float: right; | |||
margin-left: -20em; | |||
width: 100% | |||
} | |||
#mw-content,#content-bottom-stuff { | |||
margin-left: 20em | |||
} | |||
#catlinks { | |||
display: none | |||
} | |||
.color-right { | |||
background: #2a4b8d | |||
} | |||
.ts-inner,.color-middle-container { | |||
max-width: 99em | |||
} | |||
} | |||
@media screen and (min-width: 851px) and (max-width:1099px) { | |||
#mw-content-block { | |||
padding:0; | |||
position: relative; | |||
max-width: 79em | |||
} | |||
.ts-inner { | |||
max-width: 79em | |||
} | |||
#mw-content { | |||
border-width: 0 0 1px; | |||
clear: both; | |||
margin-top: 5.425em | |||
} | |||
#mw-content-container { | |||
padding-bottom: 0 | |||
} | |||
#catlinks-sidebar { | |||
display: none | |||
} | |||
#catlinks { | |||
margin: 0 3em; | |||
padding: 1em 0 0.5em | |||
} | |||
#catlinks li { | |||
border-left: 0 | |||
} | |||
#catlinks div { | |||
margin: 0 0 0.35em | |||
} | |||
#mw-data-after-content { | |||
padding: 0 3em | |||
} | |||
.sidebar-chunk { | |||
display: inline-block; | |||
position: relative | |||
} | |||
.sidebar-chunk h2 { | |||
display: inline-block | |||
} | |||
.sidebar-inner,#p-logo { | |||
display: none !important | |||
} | |||
.color-right,.color-middle { | |||
background: #b32424 | |||
} | |||
#mw-site-navigation,#mw-related-navigation { | |||
display: inline-block; | |||
position: relative; | |||
z-index: 199 | |||
} | |||
#mw-site-navigation h2,#mw-related-navigation h2 { | |||
font-weight: normal; | |||
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; | |||
font-size: 1.25em; | |||
padding: 0.5em 0 0.2em; | |||
margin: 0; | |||
cursor: pointer; | |||
margin-bottom: -0.45em; | |||
padding-bottom: 0.45em | |||
} | |||
#mw-site-navigation h2::after,#mw-related-navigation h2::after { | |||
display: inline-block; | |||
content: ''; | |||
width: 22px; | |||
height: 12px; | |||
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab); | |||
background-position: center center; | |||
background-repeat: no-repeat | |||
} | |||
.client-nojs .sidebar-chunk:hover .sidebar-inner { | |||
display: block !important | |||
} | |||
#mw-header-nav-hack { | |||
border-top: solid 2px #eaecf0; | |||
display: block; | |||
position: absolute; | |||
z-index: 198; | |||
background: #fff; | |||
width: 100% | |||
} | |||
#mw-header-nav-hack .color-bar { | |||
margin-top: 2.5em | |||
} | |||
#mw-site-navigation { | |||
position: absolute; | |||
top: -2.35em; | |||
left: 2em | |||
} | |||
#mw-site-navigation .sidebar-chunk { | |||
margin: 0 1em 0 0 | |||
} | |||
#mw-site-navigation .sidebar-inner { | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.5em 1.5em 0; | |||
margin: 1em 0; | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em; | |||
background: #fff; | |||
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05); | |||
position: absolute; | |||
padding: 20px 2em 0; | |||
margin: 0; | |||
min-width: 9.153em; | |||
top: 2.95em; | |||
left: -1em; | |||
overflow: visible; | |||
z-index: 50 | |||
} | |||
#mw-site-navigation .sidebar-inner ul,#mw-site-navigation .sidebar-inner li { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
#mw-site-navigation .sidebar-inner label,#mw-site-navigation .sidebar-inner h3 { | |||
font-weight: normal; | |||
font-size: 1em; | |||
margin: 0.25em 0 0.75em 0; | |||
padding-bottom: 0.15em; | |||
border-bottom: solid 2px #c8ccd1; | |||
display: block | |||
} | |||
#mw-site-navigation .sidebar-inner .mw-portlet > div,#mw-site-navigation .sidebar-inner .mw-portlet-body { | |||
margin-bottom: 2em | |||
} | |||
#mw-site-navigation .sidebar-inner li { | |||
padding: 0.25em 0 | |||
} | |||
#mw-site-navigation .sidebar-chunk h2 span::before,#mw-site-navigation .sidebar-chunk h2 span::after { | |||
transform: rotate(360deg); | |||
border-bottom: 10px solid #eaecf0; | |||
border-left: 10px solid transparent; | |||
border-right: 10px solid transparent; | |||
content: ''; | |||
height: 0; | |||
width: 0; | |||
position: absolute; | |||
right: 1em; | |||
z-index: 51 | |||
} | |||
#mw-site-navigation .sidebar-chunk h2 span::before { | |||
top: -10px | |||
} | |||
#mw-site-navigation .sidebar-chunk h2 span::after { | |||
border-bottom-color: #fff; | |||
top: -8px | |||
} | |||
#mw-site-navigation .sidebar-chunk h2 span::before,#mw-site-navigation .sidebar-chunk h2 span::after { | |||
right: 1px; | |||
display: none | |||
} | |||
#mw-site-navigation .sidebar-chunk h2 span::before { | |||
top: 34px | |||
} | |||
#mw-site-navigation .sidebar-chunk h2 span::after { | |||
top: 36px | |||
} | |||
#mw-site-navigation .dropdown-active h2 span::before,.client-nojs #mw-site-navigation .sidebar-chunk:hover h2 span::before,#mw-site-navigation .dropdown-active h2 span::after,.client-nojs #mw-site-navigation .sidebar-chunk:hover h2 span::after { | |||
display: block | |||
} | |||
#mw-related-navigation { | |||
position: absolute; | |||
top: -2.35em; | |||
right: 2em | |||
} | |||
#mw-related-navigation .sidebar-chunk { | |||
margin: 0 0 0 1em | |||
} | |||
#mw-related-navigation .sidebar-inner { | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.5em 1.5em 0; | |||
margin: 1em 0; | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em; | |||
background: #fff; | |||
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05); | |||
position: absolute; | |||
padding: 20px 2em 0; | |||
margin: 0; | |||
min-width: 9.153em; | |||
top: 2.95em; | |||
right: -1em; | |||
overflow: visible; | |||
z-index: 50; | |||
top: 2.95em !important | |||
} | |||
#mw-related-navigation .sidebar-inner ul,#mw-related-navigation .sidebar-inner li { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
#mw-related-navigation .sidebar-inner label,#mw-related-navigation .sidebar-inner h3 { | |||
font-weight: normal; | |||
font-size: 1em; | |||
margin: 0.25em 0 0.75em 0; | |||
padding-bottom: 0.15em; | |||
border-bottom: solid 2px #c8ccd1; | |||
display: block | |||
} | |||
#mw-related-navigation .sidebar-inner .mw-portlet > div,#mw-related-navigation .sidebar-inner .mw-portlet-body { | |||
margin-bottom: 2em | |||
} | |||
#mw-related-navigation .sidebar-inner li { | |||
padding: 0.25em 0 | |||
} | |||
#mw-related-navigation .sidebar-inner::before,#mw-related-navigation .sidebar-inner::after { | |||
transform: rotate(360deg); | |||
border-bottom: 10px solid #eaecf0; | |||
border-left: 10px solid transparent; | |||
border-right: 10px solid transparent; | |||
content: ''; | |||
height: 0; | |||
width: 0; | |||
position: absolute; | |||
right: 1em; | |||
z-index: 51 | |||
} | |||
#mw-related-navigation .sidebar-inner::before { | |||
top: -10px | |||
} | |||
#mw-related-navigation .sidebar-inner::after { | |||
border-bottom-color: #fff; | |||
top: -8px | |||
} | |||
#mw-header { | |||
padding: 0 2em | |||
} | |||
#p-logo-text a { | |||
padding-left: 0; | |||
padding-right: 0.5em | |||
} | |||
#mw-footer { | |||
padding-left: 3em; | |||
padding-right: 3em | |||
} | |||
#personal { | |||
float: right | |||
} | |||
#personal h2 span { | |||
max-width: 130px | |||
} | |||
#personal .dropdown { | |||
right: -1em | |||
} | |||
} | |||
@media screen and (max-width: 850px) { | |||
#mw-data-after-content,.mw-footer { | |||
padding:0 0.45em | |||
} | |||
#mw-footer .footer-icons { | |||
clear: both; | |||
margin-bottom: 0.5em | |||
} | |||
.color-middle { | |||
margin: auto; | |||
width: 34% | |||
} | |||
#catlinks-sidebar { | |||
display: none | |||
} | |||
#catlinks { | |||
margin: 0 0.45em; | |||
padding: 1em 0 0.5em | |||
} | |||
#catlinks li { | |||
border-left: 0 | |||
} | |||
#catlinks div { | |||
margin: 0 0 0.35em | |||
} | |||
#p-variants-desktop,#mw-page-header-links #ca-view,#mw-header-nav-hack,#page-tools h2,#other-languages h2,#p-logo { | |||
display: none | |||
} | |||
#mw-header-container { | |||
background: #fff; | |||
padding: 3.75em 0.45em 0.35em | |||
} | |||
#mw-header-hack { | |||
position: relative; | |||
z-index: 1; | |||
box-shadow: 0 3px 3px 2px rgba(0,0,0,0.075),0 0 2px rgba(0,0,0,0.2) | |||
} | |||
.color-right,.color-middle,.color-left { | |||
background: #b32424 | |||
} | |||
.sidebar-inner,.dropdown { | |||
display: none; | |||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); | |||
padding: 1.5em 1.5em 0; | |||
margin: 1em 0; | |||
line-height: 1.125; | |||
word-wrap: break-word; | |||
font-size: 0.95em; | |||
background: #fff; | |||
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05); | |||
position: absolute; | |||
padding: 2em 2.5em 1em; | |||
margin: 0; | |||
min-width: 9.153em; | |||
max-width: 80%; | |||
top: 3.25em; | |||
right: 0; | |||
overflow: visible; | |||
z-index: 350 | |||
} | |||
.sidebar-inner ul,.dropdown ul,.sidebar-inner li,.dropdown li { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
.sidebar-inner label,.dropdown label,.sidebar-inner h3,.dropdown h3 { | |||
font-weight: normal; | |||
font-size: 1em; | |||
margin: 0.25em 0 0.75em 0; | |||
padding-bottom: 0.15em; | |||
border-bottom: solid 2px #c8ccd1; | |||
display: block | |||
} | |||
.sidebar-inner .mw-portlet > div,.dropdown .mw-portlet > div,.sidebar-inner .mw-portlet-body,.dropdown .mw-portlet-body { | |||
margin-bottom: 2em | |||
} | |||
.sidebar-inner li,.dropdown li { | |||
padding: 0.25em 0 | |||
} | |||
.sidebar-inner h3,.dropdown h3 { | |||
margin: 0.5em 0 1.5em | |||
} | |||
.sidebar-inner ul,.dropdown ul { | |||
margin: 1em 0 2em | |||
} | |||
.sidebar-inner li,.dropdown li { | |||
margin: 0 0 0.75em | |||
} | |||
#menus-cover { | |||
display: none; | |||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
z-index: 300; | |||
width: 100%; | |||
height: 100%; | |||
background: #eaecf0; | |||
opacity: 0.8; | |||
overflow: hidden | |||
} | |||
#user-tools h2,.sidebar-chunk h2 { | |||
cursor: pointer; | |||
margin-bottom: -0.45em; | |||
padding-bottom: 0.45em; | |||
margin: 0; | |||
width: 30px; | |||
height: 30px; | |||
position: absolute; | |||
top: 1em; | |||
padding-bottom: 0; | |||
font-size: 1em; | |||
background-repeat: no-repeat; | |||
background-position: center center | |||
} | |||
#user-tools h2::after,.sidebar-chunk h2::after { | |||
display: inline-block; | |||
content: ''; | |||
width: 22px; | |||
height: 12px; | |||
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab); | |||
background-position: center center; | |||
background-repeat: no-repeat | |||
} | |||
#user-tools h2 span,.sidebar-chunk h2 span { | |||
display: inline-block; | |||
text-indent: -99999px; | |||
border: 0; | |||
background-color: transparent; | |||
background-repeat: no-repeat | |||
} | |||
#user-tools h2::after,.sidebar-chunk h2::after { | |||
position: absolute; | |||
top: 0.65em; | |||
left: 23px | |||
} | |||
#user-tools h2 { | |||
right: 1.2em; | |||
background-image: url(/skins/CustomTimeless/resources/images/user-large-grey.svg?81361) | |||
} | |||
#site-navigation h2 { | |||
left: 0.45em; | |||
background-image: url(/skins/CustomTimeless/resources/images/menu-large-grey.svg?61fa9) | |||
} | |||
#site-navigation .sidebar-inner { | |||
left: 0; | |||
right: auto | |||
} | |||
#site-tools h2 { | |||
right: 4.95em; | |||
background-image: url(/skins/CustomTimeless/resources/images/gear-large-grey.svg?a01c4) | |||
} | |||
#p-logo-text { | |||
position: absolute; | |||
top: 1em; | |||
left: 4.45em; | |||
text-align: left | |||
} | |||
#p-logo-text a { | |||
padding-left: 0 | |||
} | |||
#p-namespaces li { | |||
margin-right: 1.5em | |||
} | |||
.tools-inline li a { | |||
text-indent: -99999px; | |||
width: 20px; | |||
overflow: hidden; | |||
box-sizing: border-box; | |||
padding: 0 | |||
} | |||
#ca-more::after,#ca-languages::after { | |||
margin-left: -0.35em | |||
} | |||
#ca-more span,#ca-languages span { | |||
text-indent: -99999px; | |||
width: 20px; | |||
overflow: hidden; | |||
box-sizing: border-box; | |||
padding: 0; | |||
display: inline-block; | |||
overflow: visible | |||
} | |||
#ca-more span { | |||
background-image: url(/skins/CustomTimeless/resources/images/gear-grey.svg?4d2bc); | |||
background-repeat: no-repeat | |||
} | |||
#ca-languages span { | |||
background-image: url(/skins/CustomTimeless/resources/images/languages-grey.svg?167d0); | |||
background-repeat: no-repeat | |||
} | |||
div.thumb { | |||
float: none | |||
} | |||
.thumb { | |||
margin: 1em auto | |||
} | |||
.floatright,.tright { | |||
margin-left: 0; | |||
padding-left: 0 | |||
} | |||
.floatleft,.tleft { | |||
margin-right: 0; | |||
padding-right: 0 | |||
} | |||
.thumbinner { | |||
padding: 1em 1.5em; | |||
width: 100% !important; | |||
box-sizing: border-box | |||
} | |||
.thumbimage { | |||
display: block; | |||
margin: 0 auto 0.5em | |||
} | |||
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] { | |||
width: 100% !important; | |||
float: none !important; | |||
margin: 1em 0 !important; | |||
box-sizing: border-box | |||
} | |||
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element { | |||
max-width: calc(100% - 3em) !important; | |||
margin: 1em auto; | |||
box-sizing: border-box | |||
} | |||
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption { | |||
padding: 0 1.5em 1em 1.5em | |||
} | |||
figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | |||
right: 1.5em | |||
} | |||
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | |||
right: 1.5em | |||
} | |||
.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | |||
left: 1.5em | |||
} | |||
.mw-body { | |||
border: 0 | |||
} | |||
.mw-body table { | |||
width: 100%; | |||
margin-left: 0; | |||
margin-right: 0 | |||
} | |||
.mw-body table table { | |||
width: unset; | |||
margin-left: unset; | |||
margin-right: unset | |||
} | |||
#mw-content { | |||
padding: 0.45em; | |||
border-width: 0 | |||
} | |||
#mw-content-block { | |||
background: #fff | |||
} | |||
.toc,.mw-warning { | |||
width: 100%; | |||
box-sizing: border-box | |||
} | |||
.nomobile { | |||
display: none | |||
} | |||
} | |||
@media print { | |||
.noprint,.catlinks,.magnify,.mw-cite-backlink,.mw-editsection,.mw-editsection-like,.mw-hidden-catlinks,.mw-indicators,.mw-redirectedfrom,.patrollink,.usermessage,#siteNotice,#siteSub { | |||
display: none | |||
} | |||
body { | |||
background: #fff; | |||
color: #000; | |||
margin: 0; | |||
padding: 0 | |||
} | |||
a { | |||
background: none !important; | |||
padding: 0 !important | |||
} | |||
a,a.external,a.new,a.stub { | |||
color: inherit !important; | |||
text-decoration: inherit !important | |||
} | |||
dt { | |||
font-weight: bold | |||
} | |||
.mw-heading,h1,h2,h3,h4,h5,h6 { | |||
font-weight: bold; | |||
margin: 2em 0 0.5em; | |||
page-break-after: avoid; | |||
page-break-before: avoid | |||
} | |||
.mw-heading h1,.mw-heading h2,.mw-heading h3,.mw-heading h4,.mw-heading h5,.mw-heading h6 { | |||
margin: 0 | |||
} | |||
.firstHeading { | |||
margin-top: 0 | |||
} | |||
p { | |||
margin: 1em 0; | |||
line-height: 1.2; | |||
orphans: 3; | |||
widows: 3 | |||
} | |||
img,figure,.wikitable,.thumb { | |||
page-break-inside: avoid | |||
} | |||
img { | |||
border: 0; | |||
vertical-align: middle | |||
} | |||
pre,.mw-code { | |||
background: #f9f9f9; | |||
color: #000; | |||
border: 1pt dashed #aaa; | |||
padding: 1em; | |||
font-size: 8pt; | |||
white-space: pre-wrap; | |||
word-wrap: break-word | |||
} | |||
sup,sub { | |||
line-height: 1 | |||
} | |||
ul { | |||
list-style-type: disc | |||
} | |||
.toc { | |||
border: 1pt solid #aaa; | |||
padding: 5px 5px 7px; | |||
display: table; | |||
background: #f9f9f9 | |||
} | |||
.toc ul { | |||
list-style: none | |||
} | |||
.toc ul a { | |||
display: block; | |||
padding: 0.125em 0 !important | |||
} | |||
.toc > ul { | |||
margin: 0; | |||
padding-left: 0 | |||
} | |||
.toc h2 { | |||
margin-top: 0 | |||
} | |||
.mw-content-ltr .tocnumber { | |||
padding-left: 0; | |||
padding-right: 0.5em | |||
} | |||
.mw-content-rtl .tocnumber { | |||
padding-left: 0.5em; | |||
padding-right: 0 | |||
} | |||
table.floatright,div.floatright,div.tright { | |||
float: right; | |||
clear: right; | |||
position: relative | |||
} | |||
table.floatleft,div.floatleft,div.tleft { | |||
float: left; | |||
clear: left; | |||
position: relative | |||
} | |||
div.tleft { | |||
margin: 0.5em 1.4em 1.3em 0 | |||
} | |||
div.tright { | |||
margin: 0.5em 0 1.3em 1.4em | |||
} | |||
table.floatright,div.floatright { | |||
margin: 0 0 0.5em 0.5em; | |||
border: 0 | |||
} | |||
table.floatleft,div.floatleft { | |||
margin: 0 0.5em 0.5em 0; | |||
border: 0 | |||
} | |||
.center { | |||
text-align: center | |||
} | |||
div.thumb { | |||
background-color: transparent; | |||
width: auto; | |||
border: solid 1pt #aaa | |||
} | |||
div.thumb a { | |||
border-bottom: 0 | |||
} | |||
div.thumbinner { | |||
background: #f9f9f9; | |||
padding: 5px; | |||
font-size: 10pt; | |||
overflow: hidden; | |||
min-width: 100px | |||
} | |||
html .thumbcaption { | |||
text-align: left; | |||
line-height: 1.4; | |||
padding: 3px | |||
} | |||
img.thumbborder { | |||
border: 1pt solid #aaa | |||
} | |||
.wikitable,.mw_metadata { | |||
background: #fff; | |||
margin: 1em 0; | |||
border: 1pt solid #aaa; | |||
border-collapse: collapse; | |||
font-size: 10pt | |||
} | |||
.wikitable > caption,.mw_metadata caption { | |||
padding: 5px; | |||
font-size: 10pt | |||
} | |||
.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td,.mw_metadata th,.mw_metadata td { | |||
background: #fff !important; | |||
color: #000 !important; | |||
border: 1pt solid #aaa; | |||
padding: 0.4em 0.6em | |||
} | |||
.wikitable > tr > th,.wikitable > * > tr > th,.mw_metadata th { | |||
text-align: center; | |||
background: #eee !important | |||
} | |||
table.listing,table.listing td { | |||
border: 1pt solid #aaa; | |||
border-collapse: collapse | |||
} | |||
#mw-header,#mw-site-navigation,#mw-related-navigation,#mw-page-header-links,#mw-footer { | |||
display: none | |||
} | |||
#mw-content-text { | |||
margin-bottom: 3em | |||
} | |||
.mw-mmv-post-image { | |||
display: none!important | |||
} | |||
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] { | |||
border: 1px; | |||
border-bottom: 0; | |||
background-color: #fff | |||
} | |||
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element { | |||
border: 1px | |||
} | |||
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption { | |||
border: 1px; | |||
border-top: 0; | |||
background-color: #fff; | |||
font-size: 10pt; | |||
color: #666 | |||
} | |||
.mw-image-border .mw-file-element { | |||
border: 1pt solid #aaa | |||
} | |||
} | } | ||
Revision as of 07:41, 17 November 2025
.cdx-icon {
color: var(--color-base,#202122);
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: text-bottom
}
.cdx-icon svg {
fill: currentcolor;
width: 100%;
height: 100%
}
.cdx-icon--x-small {
min-width: 12px;
min-height: 12px;
width: .75rem;
height: .75rem
}
.cdx-icon--small {
min-width: 16px;
min-height: 16px;
width: 1rem;
height: 1rem
}
.cdx-icon--medium {
min-width: 20px;
min-height: 20px;
width: 1.25rem;
height: 1.25rem
}
.cdx-icon--flipped svg {
transform: scaleX(-1)
}
.cdx-thumbnail {
display: inline-flex
}
.cdx-thumbnail__placeholder,.cdx-thumbnail__image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
flex-shrink: 0;
box-sizing: border-box;
min-width: 40px;
min-height: 40px;
width: 2.5rem;
height: 2.5rem;
border: 1px solid var(--border-color-subtle,#c8ccd1);
border-radius: 2px
}
.cdx-thumbnail__image {
background-color: var(--background-color-base-fixed,#fff);
display: inline-block
}
.cdx-thumbnail__image-enter-active {
transition-property: opacity;
transition-duration: .1s
}
.cdx-thumbnail__image-enter-from {
opacity: 0
}
.cdx-thumbnail__placeholder {
background-color: var(--background-color-interactive-subtle,#f8f9fa);
display: inline-flex;
align-items: center;
justify-content: center
}
.cdx-thumbnail__placeholder__icon {
min-width: 20px;
min-height: 20px;
width: 1.25rem;
height: 1.25rem;
display: inline-block;
vertical-align: text-bottom
}
@supports not (((-webkit-mask-image: none) or (mask-image:none))) {
.cdx-thumbnail__placeholder__icon {
background-position:center;
background-repeat: no-repeat;
background-size: max(1.25rem,20px)
}
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-thumbnail__placeholder__icon {
-webkit-mask-size:max(1.25rem,20px);
mask-size: max(1.25rem,20px);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center
}
}
@supports not (((-webkit-mask-image: none) or (mask-image:none))) {
.cdx-thumbnail__placeholder__icon {
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M19 3H1v14h18zM3 14l3.5-4.5 2.5 3L12.5 8l4.5 6z"/><path d="M19 5H1V3h18zm0 12H1v-2h18z"/></svg>');
filter: invert(var(--filter-invert-icon,0));
opacity: var(--opacity-icon-base,.87)
}
.cdx-button:not(.cdx-button--weight-quiet):disabled .cdx-thumbnail__placeholder__icon,.cdx-button--weight-primary.cdx-button--action-progressive .cdx-thumbnail__placeholder__icon,.cdx-button--weight-primary.cdx-button--action-destructive .cdx-thumbnail__placeholder__icon {
filter: invert(var(--filter-invert-primary-button-icon,1))
}
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-thumbnail__placeholder__icon {
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M19 3H1v14h18zM3 14l3.5-4.5 2.5 3L12.5 8l4.5 6z"/><path d="M19 5H1V3h18zm0 12H1v-2h18z"/></svg>');
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M19 3H1v14h18zM3 14l3.5-4.5 2.5 3L12.5 8l4.5 6z"/><path d="M19 5H1V3h18zm0 12H1v-2h18z"/></svg>');
background-color: var(--color-placeholder,#72777d)
}
}
.cdx-thumbnail__placeholder__icon--vue.cdx-icon {
color: var(--color-placeholder,#72777d)
}
.cdx-search-result-title {
display: inline-block;
max-width: 100%;
font-weight: 700
}
.cdx-search-result-title__match {
font-weight: 400
}
.cdx-menu-item {
list-style: none;
position: relative;
padding: 8px 12px;
line-height: 1.6;
transition-property: background-color,color,border-color,box-shadow;
transition-duration: .1s
}
.cdx-menu-item__content {
display: flex;
align-items: center;
line-height: 1.4285714;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto
}
.cdx-menu-item__content,.cdx-menu-item__content:hover {
text-decoration: none
}
.cdx-menu-item--has-description .cdx-menu-item__content {
align-items: flex-start
}
.cdx-menu-item__text {
max-width: 100%
}
.cdx-menu-item__text__description {
display: block
}
.cdx-menu-item__thumbnail.cdx-thumbnail,.cdx-menu-item__icon {
margin-right: 8px
}
.cdx-menu-item__selected-icon {
height: 1.4285714em;
margin-left: auto
}
.cdx-menu-item__icon.cdx-icon,.cdx-menu-item__selected-icon.cdx-icon {
color: inherit
}
.cdx-menu-item--bold-label .cdx-menu-item__text__label {
font-weight: 700
}
.cdx-menu-item--hide-description-overflow .cdx-menu-item__text {
overflow: hidden
}
.cdx-menu-item--hide-description-overflow .cdx-menu-item__text__description {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.cdx-menu-item--enabled,.cdx-menu-item--enabled .cdx-menu-item__content {
color: var(--color-base,#202122)
}
.cdx-menu-item--enabled .cdx-menu-item__text__supporting-text,.cdx-menu-item--enabled .cdx-menu-item__text__description {
color: var(--color-subtle,#54595d)
}
.cdx-menu-item--enabled.cdx-menu-item--highlighted {
background-color: var(--background-color-interactive-subtle,#f8f9fa);
color: var(--color-base--hover,#404244);
cursor: pointer
}
.cdx-menu-item--enabled.cdx-menu-item--highlighted .cdx-menu-item__content,.cdx-menu-item--enabled.cdx-menu-item--highlighted .cdx-menu-item__text__description {
color: var(--color-base--hover,#404244)
}
.cdx-menu-item--enabled.cdx-menu-item--active {
background-color: var(--background-color-interactive,#eaecf0);
color: var(--color-emphasized,#101418)
}
.cdx-menu-item--enabled.cdx-menu-item--active .cdx-menu-item__content,.cdx-menu-item--enabled.cdx-menu-item--active .cdx-menu-item__text__description {
color: var(--color-emphasized,#101418)
}
.cdx-menu-item--enabled.cdx-menu-item--selected {
background-color: var(--background-color-progressive-subtle,#f1f4fd)
}
.cdx-menu-item--enabled.cdx-menu-item--selected .cdx-menu-item__content {
color: var(--color-progressive,#36c)
}
.cdx-menu-item--enabled.cdx-menu-item--selected.cdx-menu-item--highlighted .cdx-menu-item__content {
color: var(--color-progressive--hover,#4b77d6)
}
.cdx-menu-item--enabled.cdx-menu-item--selected.cdx-menu-item--highlighted .cdx-menu-item__text__description {
color: var(--color-subtle,#54595d)
}
.cdx-menu-item--enabled.cdx-menu-item--selected.cdx-menu-item--active .cdx-menu-item__content {
color: var(--color-progressive--active,#233566)
}
.cdx-menu-item--enabled.cdx-menu-item--selected.cdx-menu-item--active .cdx-menu-item__text__description {
color: var(--color-subtle,#54595d)
}
.cdx-menu-item--disabled {
color: var(--color-disabled,#72777d);
cursor: default
}
.cdx-menu-item--disabled .cdx-menu-item__text__description {
color: var(--color-disabled,#72777d)
}
.cdx-menu-item--destructive .cdx-menu-item__content {
color: var(--color-destructive,#d73333)
}
.cdx-menu-item--destructive.cdx-menu-item--highlighted .cdx-menu-item__content {
color: var(--color-destructive--hover,#fc493b)
}
.cdx-menu-item--destructive.cdx-menu-item--active .cdx-menu-item__content {
color: var(--color-destructive--active,#9f3526)
}
.cdx-menu-item--destructive.cdx-menu-item--selected.cdx-menu-item--highlighted .cdx-menu-item__content,.cdx-menu-item--destructive.cdx-menu-item--selected.cdx-menu-item--highlighted .cdx-menu-item__text__description {
color: var(--color-destructive--hover,#fc493b)
}
.cdx-progress-bar {
box-sizing: border-box;
overflow-x: hidden
}
.cdx-progress-bar__bar {
width: 33.33%;
height: 100%
}
.cdx-progress-bar:not(.cdx-progress-bar--inline) {
position: relative;
z-index: 1;
height: 1rem;
max-width: none;
border: 1px solid var(--border-color-base,#a2a9b1);
border-radius: 9999px;
box-shadow: 0 2px 2px rgba(0,0,0,.2)
}
.cdx-progress-bar--inline {
width: 100%;
height: .25rem
}
.cdx-progress-bar:not(.cdx-progress-bar--disabled) .cdx-progress-bar__bar {
background-color: var(--background-color-progressive,#36c);
animation-name: cdx-animation-progress-bar__bar;
animation-duration: 1.6s;
animation-timing-function: linear;
animation-iteration-count: infinite
}
.cdx-progress-bar:not(.cdx-progress-bar--disabled).cdx-progress-bar--block {
background-color: var(--background-color-base,#fff)
}
.cdx-progress-bar--disabled .cdx-progress-bar__bar {
background-color: var(--background-color-disabled,#c8ccd1)
}
.cdx-progress-bar--disabled:not(.cdx-progress-bar--inline) {
background-color: var(--background-color-disabled-subtle,#eaecf0)
}
@keyframes cdx-animation-progress-bar__bar {
0% {
transform: translate(-100%)
}
to {
transform: translate(300%)
}
}
.cdx-menu {
background-color: var(--background-color-base,#fff);
display: flex;
flex-direction: column;
position: absolute;
left: 0;
z-index: 50;
box-sizing: border-box;
width: 100%;
border: 1px solid var(--border-color-base,#a2a9b1);
border-radius: 2px;
box-shadow: 0 2px 2px rgba(0,0,0,.2)
}
.cdx-menu__progress-bar.cdx-progress-bar {
position: absolute;
top: 0
}
.cdx-menu__listbox {
margin: 0;
padding: 0;
overflow-y: auto
}
.cdx-menu--has-footer .cdx-menu-item:last-of-type {
position: absolute;
bottom: 0;
box-sizing: border-box;
width: 100%
}
.cdx-menu--has-footer .cdx-menu-item:last-of-type:not(:first-of-type) {
border-top: 1px solid var(--border-color-subtle,#c8ccd1)
}
.cdx-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 4px;
box-sizing: border-box;
min-height: 32px;
max-width: 28rem;
margin: 0;
border-width: 1px;
border-style: solid;
border-radius: 2px;
padding-right: 11px;
padding-left: 11px;
font-family: inherit;
font-size: inherit;
font-weight: 700;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-transform: none;
transition-property: background-color,color,border-color,box-shadow;
transition-duration: .1s
}
.cdx-button--size-large {
min-height: 44px;
padding-right: 15px;
padding-left: 15px
}
.cdx-button--icon-only {
min-width: 32px;
padding-right: 5px;
padding-left: 5px
}
.cdx-button--icon-only.cdx-button--size-large {
min-width: 44px;
padding-right: 11px;
padding-left: 11px
}
.cdx-button::-moz-focus-inner {
border: 0;
padding: 0
}
.cdx-button .cdx-button__icon,.cdx-button .cdx-icon {
vertical-align: middle
}
.cdx-button .cdx-icon {
color: inherit
}
.cdx-button--fake-button,.cdx-button--fake-button:hover,.cdx-button--fake-button:focus {
text-decoration: none
}
.cdx-button:enabled,.cdx-button.cdx-button--fake-button--enabled {
background-color: var(--background-color-interactive-subtle,#f8f9fa);
color: var(--color-base,#202122);
border-color: var(--border-color-base,#a2a9b1)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled .cdx-button__icon {
background-color:var(--color-base,#202122)
}
}
.cdx-button:enabled:hover,.cdx-button.cdx-button--fake-button--enabled:hover {
background-color: var(--background-color-base,#fff);
color: var(--color-base--hover,#404244);
cursor: pointer
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled:hover .cdx-button__icon {
background-color:var(--color-base--hover,#404244)
}
}
.cdx-button:enabled:active,.cdx-button.cdx-button--fake-button--enabled:active,.cdx-button:enabled.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--is-active {
background-color: var(--background-color-interactive,#eaecf0);
color: var(--color-emphasized,#101418);
border-color: var(--border-color-interactive,#72777d)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled:active .cdx-button__icon,.cdx-button:enabled.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--is-active .cdx-button__icon {
background-color:var(--color-emphasized,#101418)
}
}
.cdx-button:enabled:focus,.cdx-button.cdx-button--fake-button--enabled:focus {
outline: 1px solid transparent
}
.cdx-button:enabled:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active) {
border-color: var(--border-color-progressive--focus,#36c);
box-shadow: inset 0 0 0 1px var(--box-shadow-color-progressive--focus,#36c)
}
.cdx-button:enabled.cdx-button--action-progressive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive {
color: var(--color-progressive,#36c)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--action-progressive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive .cdx-button__icon {
background-color:var(--color-progressive,#36c)
}
}
.cdx-button:enabled.cdx-button--action-progressive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive:hover {
color: var(--color-progressive--hover,#4b77d6);
border-color: var(--border-color-progressive--hover,#4b77d6)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--action-progressive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive:hover .cdx-button__icon {
background-color:var(--color-progressive--hover,#4b77d6)
}
}
.cdx-button:enabled.cdx-button--action-progressive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive:active,.cdx-button:enabled.cdx-button--action-progressive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive.cdx-button--is-active {
background-color: var(--background-color-progressive-subtle,#f1f4fd);
color: var(--color-progressive--active,#233566);
border-color: var(--border-color-progressive--active,#233566)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon {
background-color:var(--color-progressive--active,#233566)
}
}
.cdx-button:enabled.cdx-button--action-destructive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive {
color: var(--color-destructive,#d73333)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--action-destructive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive .cdx-button__icon {
background-color:var(--color-destructive,#d73333)
}
}
.cdx-button:enabled.cdx-button--action-destructive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:hover {
color: var(--color-destructive--hover,#fc493b);
border-color: var(--border-color-destructive--hover,#fc493b)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--action-destructive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:hover .cdx-button__icon {
background-color:var(--color-destructive--hover,#fc493b)
}
}
.cdx-button:enabled.cdx-button--action-destructive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:active,.cdx-button:enabled.cdx-button--action-destructive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive.cdx-button--is-active {
background-color: var(--background-color-destructive-subtle,#ffe9e5);
color: var(--color-destructive--active,#9f3526);
border-color: var(--border-color-destructive--active,#9f3526)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon {
background-color:var(--color-destructive--active,#9f3526)
}
}
.cdx-button:enabled.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active) {
border-color: var(--border-color-destructive--focus,#36c);
box-shadow: inset 0 0 0 1px var(--box-shadow-color-destructive--focus,#36c)
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive {
background-color: var(--background-color-progressive,#36c);
color: var(--color-inverted-fixed,#fff);
border-color: var(--border-color-progressive,#36c)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive .cdx-button__icon {
background-color:var(--color-inverted-fixed,#fff)
}
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover {
background-color: var(--background-color-progressive--hover,#4b77d6);
border-color: var(--border-color-progressive--hover,#4b77d6)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover .cdx-button__icon {
background-color:var(--color-inverted-fixed,#fff)
}
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--is-active {
background-color: var(--background-color-progressive--active,#233566);
border-color: var(--border-color-progressive--active,#233566)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon {
background-color:var(--color-inverted-fixed,#fff)
}
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus:not(:active):not(.cdx-button--is-active) {
border-color: var(--border-color-progressive--focus,#36c);
box-shadow: inset 0 0 0 1px var(--box-shadow-color-progressive--focus,#36c),inset 0 0 0 2px var(--box-shadow-color-inverted,#fff)
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive {
background-color: var(--background-color-destructive,#d73333);
color: var(--color-inverted-fixed,#fff);
border-color: var(--border-color-destructive,#d73333)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive .cdx-button__icon {
background-color:var(--color-inverted-fixed,#fff)
}
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:hover {
background-color: var(--background-color-destructive--hover,#fc493b);
border-color: var(--border-color-destructive--hover,#fc493b)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:hover .cdx-button__icon {
background-color:var(--color-inverted-fixed,#fff)
}
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:active,.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive.cdx-button--is-active {
background-color: var(--background-color-destructive--active,#9f3526);
border-color: var(--border-color-destructive--active,#9f3526)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon {
background-color:var(--color-inverted-fixed,#fff)
}
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active) {
border-color: var(--border-color-destructive--focus,#36c);
box-shadow: inset 0 0 0 1px var(--box-shadow-color-destructive--focus,#36c),inset 0 0 0 2px var(--box-shadow-color-inverted,#fff)
}
.cdx-button:enabled.cdx-button--weight-quiet,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet {
background-color: var(--background-color-transparent,transparent);
border-color: var(--border-color-transparent,transparent)
}
.cdx-button:enabled.cdx-button--weight-quiet:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover {
background-color: var(--background-color-button-quiet--hover,rgba(0,24,73,.027))
}
.cdx-button:enabled.cdx-button--weight-quiet:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:active,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--is-active {
background-color: var(--background-color-button-quiet--active,rgba(0,24,73,.082));
color: var(--color-emphasized,#101418);
border-color: var(--border-color-interactive,#72777d)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-quiet:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--is-active .cdx-button__icon {
background-color:var(--color-emphasized,#101418)
}
}
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive {
color: var(--color-progressive,#36c)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive .cdx-button__icon {
background-color:var(--color-progressive,#36c)
}
}
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive:hover {
background-color: var(--background-color-progressive-subtle,#f1f4fd);
color: var(--color-progressive--hover,#4b77d6)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive:hover .cdx-button__icon {
background-color:var(--color-progressive--hover,#4b77d6)
}
}
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive:active,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive.cdx-button--is-active {
background-color: var(--background-color-progressive--active,#233566);
color: var(--color-inverted-fixed,#fff);
border-color: var(--border-color-progressive--active,#233566)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-progressive.cdx-button--is-active .cdx-button__icon {
background-color:var(--color-inverted,#fff)
}
}
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive {
color: var(--color-destructive,#d73333)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive .cdx-button__icon {
background-color:var(--color-destructive,#d73333)
}
}
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover {
background-color: var(--background-color-destructive-subtle,#ffe9e5);
color: var(--color-destructive--hover,#fc493b)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover .cdx-button__icon {
background-color:var(--color-destructive--hover,#fc493b)
}
}
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:active,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive.cdx-button--is-active,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive.cdx-button--is-active {
background-color: var(--background-color-destructive--active,#9f3526);
color: var(--color-inverted-fixed,#fff);
border-color: var(--border-color-destructive--active,#9f3526)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:active .cdx-button__icon,.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon,.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive.cdx-button--is-active .cdx-button__icon {
background-color:var(--color-inverted,#fff)
}
}
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active),.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:focus:not(:active):not(.cdx-button--is-active) {
border-color: var(--border-color-destructive--focus,#36c);
box-shadow: inset 0 0 0 1px var(--box-shadow-color-destructive--focus,#36c)
}
.cdx-button:disabled,.cdx-button.cdx-button--fake-button--disabled {
background-color: var(--background-color-disabled,#c8ccd1);
color: var(--color-inverted,#fff);
border-color: var(--border-color-transparent,transparent)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:disabled .cdx-button__icon,.cdx-button.cdx-button--fake-button--disabled .cdx-button__icon {
background-color:var(--color-inverted,#fff)
}
}
.cdx-button:disabled.cdx-button--weight-quiet,.cdx-button.cdx-button--fake-button--disabled.cdx-button--weight-quiet {
background-color: var(--background-color-transparent,transparent);
color: var(--color-disabled,#72777d)
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-button:disabled.cdx-button--weight-quiet .cdx-button__icon,.cdx-button.cdx-button--fake-button--disabled.cdx-button--weight-quiet .cdx-button__icon {
background-color:var(--color-disabled,#72777d)
}
}
.cdx-text-input {
position: relative;
box-sizing: border-box;
min-width: 256px;
border-radius: 2px;
overflow: hidden
}
.cdx-text-input .cdx-text-input__start-icon {
position: absolute;
top: 50%;
min-width: 20px;
min-height: 20px;
width: 1.25rem;
height: 1.25rem;
transition-property: color;
transition-duration: .1s;
left: 9px;
transform: translateY(-50%)
}
.cdx-text-input__icon.cdx-text-input__end-icon {
min-width: 16px;
min-height: 16px;
width: 1rem;
height: 1rem
}
@supports not (((-webkit-mask-image: none) or (mask-image:none))) {
.cdx-text-input__icon.cdx-text-input__end-icon {
background-position:center;
background-repeat: no-repeat;
background-size: max(1rem,16px)
}
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-text-input__icon.cdx-text-input__end-icon {
-webkit-mask-size:max(1rem,16px);
mask-size: max(1rem,16px);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center
}
}
.cdx-text-input__clear-icon.cdx-icon,.cdx-text-input .cdx-text-input__end-icon {
position: absolute;
top: 50%;
min-width: 16px;
min-height: 16px;
width: 1rem;
height: 1rem;
transition-property: color;
transition-duration: .1s;
right: 9px;
transform: translateY(-50%)
}
.cdx-text-input__clear-icon.cdx-icon:hover {
cursor: pointer
}
.cdx-text-input__end-icon.cdx-icon+.cdx-text-input__clear-icon.cdx-icon {
right: calc(17px + 1rem)
}
.cdx-text-input__input {
display: block;
box-sizing: border-box;
min-height: 32px;
width: 100%;
margin: 0;
border-width: 1px;
border-style: solid;
border-radius: 0;
padding: 4px 8px;
font-family: inherit;
font-size: inherit;
line-height: 1.375
}
.cdx-text-input__input:enabled {
background-color: var(--background-color-base,#fff);
color: var(--color-base,#202122);
border-color: var(--border-color-base,#a2a9b1);
box-shadow: inset 0 0 0 1px var(--box-shadow-color-transparent,transparent);
transition-property: background-color,color,border-color,box-shadow;
transition-duration: .25s
}
.cdx-text-input__input:enabled~.cdx-text-input__icon-vue {
color: var(--color-placeholder,#72777d)
}
.cdx-text-input__input:enabled~.cdx-text-input__icon {
opacity: var(--opacity-icon-placeholder,.51)
}
.cdx-text-input__input:enabled:hover {
border-color: var(--border-color-interactive,#72777d)
}
.cdx-text-input__input:enabled:focus~.cdx-text-input__icon-vue,.cdx-text-input__input:enabled.cdx-text-input__input--has-value~.cdx-text-input__icon-vue {
color: var(--color-base,#202122)
}
.cdx-text-input__input:enabled:focus~.cdx-text-input__icon,.cdx-text-input__input:enabled.cdx-text-input__input--has-value~.cdx-text-input__icon {
opacity: 1
}
.cdx-text-input__input:enabled:focus {
border-color: var(--border-color-progressive--focus,#36c);
box-shadow: inset 0 0 0 1px var(--box-shadow-color-progressive--focus,#36c);
outline: 1px solid transparent
}
.cdx-text-input__input:enabled:read-only {
background-color: var(--background-color-interactive-subtle,#f8f9fa)
}
.cdx-text-input__input:disabled {
background-color: var(--background-color-disabled-subtle,#eaecf0);
color: var(--color-disabled,#72777d);
-webkit-text-fill-color: var(--color-disabled,#72777d);
border-color: var(--border-color-disabled,#c8ccd1)
}
.cdx-text-input__input:disabled~.cdx-text-input__icon-vue {
color: var(--color-disabled,#72777d);
pointer-events: none
}
.cdx-text-input__input:disabled~.cdx-text-input__icon {
opacity: var(--opacity-icon-base--disabled,.51)
}
.cdx-text-input__input::placeholder {
color: var(--color-placeholder,#72777d);
opacity: 1
}
.cdx-text-input__input::-ms-clear {
display: none
}
.cdx-text-input__input[type=search] {
-webkit-appearance: none;
-moz-appearance: textfield
}
.cdx-text-input__input[type=search]::-webkit-search-decoration,.cdx-text-input__input[type=search]::-webkit-search-cancel-button {
display: none
}
.cdx-text-input--has-start-icon .cdx-text-input__input {
padding-left: calc(16px + 1.25rem)
}
.cdx-text-input--has-end-icon .cdx-text-input__input,.cdx-text-input--clearable .cdx-text-input__input {
padding-right: calc(16px + 1rem)
}
.cdx-text-input--has-end-icon.cdx-text-input--clearable .cdx-text-input__input {
padding-right: calc(24px + 2rem)
}
.cdx-text-input--status-error .cdx-text-input__input:enabled {
border-color: var(--border-color-error,#9f3526)
}
.cdx-text-input--status-error .cdx-text-input__input:enabled:hover {
border-color: var(--border-color-error--hover,#fc493b)
}
.cdx-text-input--status-error .cdx-text-input__input:enabled:focus {
border-color: var(--border-color-progressive--focus,#36c)
}
.cdx-search-input--has-end-button {
background-color: var(--background-color-base,#fff);
display: flex;
border: 1px solid var(--border-color-base,#a2a9b1);
border-radius: 2px
}
.cdx-search-input--has-end-button .cdx-search-input__input-wrapper {
flex-grow: 1;
margin: -1px
}
.cdx-search-input--has-end-button .cdx-search-input__input-wrapper .cdx-text-input {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.cdx-search-input__end-button.cdx-button {
flex-shrink: 0;
margin: -1px -1px -1px 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.cdx-search-input__end-button.cdx-button:hover,.cdx-search-input__end-button.cdx-button:focus {
z-index: 1
}
.cdx-search-input__input-wrapper {
position: relative
}
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon {
min-width: 20px;
min-height: 20px;
width: 1.25rem;
height: 1.25rem;
display: inline-block;
vertical-align: text-bottom
}
@supports not (((-webkit-mask-image: none) or (mask-image:none))) {
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon {
background-position:center;
background-repeat: no-repeat;
background-size: max(1.25rem,20px)
}
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon {
-webkit-mask-size:max(1.25rem,20px);
mask-size: max(1.25rem,20px);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center
}
}
@supports not (((-webkit-mask-image: none) or (mask-image:none))) {
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon {
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M12.2 13.6a7 7 0 111.4-1.4l5.4 5.4-1.4 1.4zM3 8a5 5 0 1010 0A5 5 0 003 8"/></svg>');
filter: invert(var(--filter-invert-icon,0));
opacity: var(--opacity-icon-base,.87)
}
.cdx-button:not(.cdx-button--weight-quiet):disabled .cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon,.cdx-button--weight-primary.cdx-button--action-progressive .cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon,.cdx-button--weight-primary.cdx-button--action-destructive .cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon {
filter: invert(var(--filter-invert-primary-button-icon,1))
}
}
@supports ((-webkit-mask-image: none) or (mask-image:none)) {
.cdx-search-input .cdx-text-input__icon.cdx-text-input__start-icon {
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M12.2 13.6a7 7 0 111.4-1.4l5.4 5.4-1.4 1.4zM3 8a5 5 0 1010 0A5 5 0 003 8"/></svg>');
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20" fill="%23000000"><path d="M12.2 13.6a7 7 0 111.4-1.4l5.4 5.4-1.4 1.4zM3 8a5 5 0 1010 0A5 5 0 003 8"/></svg>');
background-color: var(--color-base,#202122)
}
}
.cdx-typeahead-search__menu.cdx-menu {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.cdx-typeahead-search .cdx-menu-item {
padding: 0
}
.cdx-typeahead-search .cdx-menu-item__content {
padding: 8px 12px
}
.cdx-typeahead-search__search-footer.cdx-menu-item {
box-sizing: border-box;
min-height: 56px
}
.cdx-typeahead-search__search-footer.cdx-menu-item:visited {
color: var(--color-base,#202122)
}
.cdx-typeahead-search__search-footer.cdx-menu-item:hover {
text-decoration: none;
cursor: pointer
}
.cdx-typeahead-search__search-footer__icon.cdx-icon {
color: var(--color-subtle,#54595d)
}
.cdx-typeahead-search__search-footer__active.cdx-menu-item .cdx-typeahead-search__search-footer__icon.cdx-icon,.cdx-typeahead-search__search-footer__active.cdx-menu-item .cdx-typeahead-search__search-footer__text {
color: var(--color-progressive,#36c)
}
.cdx-typeahead-search .cdx-typeahead-search__menu-message--has-thumbnail {
padding-left: 20px
}
.cdx-typeahead-search--expanded .cdx-typeahead-search__input.cdx-search-input .cdx-text-input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.cdx-typeahead-search .cdx-text-input--has-start-icon .cdx-text-input__input {
padding-left: 36px
}
.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width:not(.cdx-typeahead-search--expanded) {
margin-left: 24px
}
.cdx-typeahead-search--show-thumbnail:not(.cdx-typeahead-search--auto-expand-width),.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width.cdx-typeahead-search--expanded {
margin-left: 0
}
.cdx-typeahead-search--show-thumbnail:not(.cdx-typeahead-search--auto-expand-width) .cdx-text-input__input,.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width.cdx-typeahead-search--expanded .cdx-text-input__input {
padding-left: 60px
}
.cdx-typeahead-search--show-thumbnail:not(.cdx-typeahead-search--auto-expand-width) .cdx-text-input__start-icon,.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width.cdx-typeahead-search--expanded .cdx-text-input__start-icon {
position: absolute;
top: 50%;
min-width: 20px;
min-height: 20px;
width: 1.25rem;
height: 1.25rem;
transition-property: color;
transition-duration: .1s;
left: 22px;
transform: translateY(-50%)
}
.cdx-typeahead-search--show-thumbnail .cdx-typeahead-search__search-footer__icon {
flex-shrink: 0;
min-width: 40px;
width: 2.5rem
}
.cdx-typeahead-search .cdx-menu-item:first-child .cdx-typeahead-search__search-footer {
border-top: unset
}
.embedvideo {
margin: 0;
max-width: 100%;
display: inline-block
}
.embedvideo-wrapper {
position: relative;
display: block
}
.embedvideo-player {
width: 100%;
height: 100%
}
.embedvideo-consent {
z-index: 1;
background-color: #eaecf0
}
.embedvideo-player,.embedvideo-consent {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden
}
.embedvideo-overlay {
display: none
}
.embedvideo--autoresize {
width: 100%;
aspect-ratio: 1.77777778
}
.embedvideo--autoresize .embedvideo-wrapper {
height: 100%
}
.embedvideo.mw-halign-right {
margin: 0 0 0.5em 0.5em;
clear: right;
float: right
}
.embedvideo.mw-halign-left {
margin: 0 0.5em 0.5em 0;
clear: left;
float: left
}
.embedvideo.mw-halign-none {
clear: none;
float: none
}
.embedvideo.mw-halign-center {
margin: 0 auto;
display: table;
border-collapse: collapse;
clear: none;
float: none
}
.embedvideo.mw-halign-right,.embedvideo.mw-halign-left,.embedvideo.mw-halign-none,.embedvideo.mw-halign-center {
display: block
}
.embedvideo.mw-valign-middle {
vertical-align: middle
}
.embedvideo.mw-valign-baseline {
vertical-align: baseline
}
.embedvideo.mw-valign-sub {
vertical-align: sub
}
.embedvideo.mw-valign-super {
vertical-align: super
}
.embedvideo.mw-valign-top {
vertical-align: top
}
.embedvideo.mw-valign-text-top {
vertical-align: text-top
}
.embedvideo.mw-valign-bottom {
vertical-align: bottom
}
.embedvideo.mw-valign-text-bottom {
vertical-align: text-bottom
}
.embedvideo figcaption {
font-size: 88.40000000000001%;
padding: 3px 0
}
video.thumbborder,audio.thumbborder {
border: 1pt solid #c8ccd1
}
.uls-trigger {
background: no-repeat url(/extensions/UniversalLanguageSelector/lib/jquery.uls/images/language.svg?8db97) left center;
background-size: contain
}
#pt-uls {
padding-top: 0 !important
}
#pt-uls .uls-trigger {
background-image: none;
display: inline-block;
padding-top: 0.5em !important;
padding-left: 0
}
#pt-uls .uls-trigger::before {
content: '';
background-image: url(/extensions/UniversalLanguageSelector/lib/jquery.uls/images/language.svg?8db97);
background-position: left 0.08333333em;
background-repeat: no-repeat;
background-size: 1.33333333em 1.33333333em;
padding-top: 0.33333333em;
padding-left: 1.66666667em;
opacity: 0.67
}
x:-o-prefocus,body.rtl li#pt-uls {
direction: ltr
}
.client-nojs #pt-uls {
display: none
}
#mw-credits a {
unicode-bidi: embed
}
#mw-clearyourcache {
direction: ltr;
unicode-bidi: embed
}
div.patrollink {
font-size: 75%;
text-align: right
}
#mw-revision-info,#mw-revision-info-current,#mw-revision-nav {
direction: ltr
}
p.mw-protect-editreasons,p.mw-delete-editreasons {
font-size: 90%;
text-align: right
}
.action-info .mw-hiddenCategoriesExplanation,.action-info .mw-templatesUsedExplanation {
display: none
}
.action-info .mw-page-info tr:target {
background-color: rgba(0,127,255,0.133)
}
.mw-category .mw-category-group ul {
margin-top: 0;
margin-bottom: 0
}
.mw-category.mw-category-columns {
-moz-column-count: 3;
column-count: 3;
-moz-column-width: 24em;
column-width: 24em
}
.mw-category.mw-category-columns h3 {
break-after: avoid-column
}
.mw-category.mw-category-columns .mw-category-group li {
page-break-inside: avoid;
break-inside: avoid-column
}
.mw-category.mw-category-columns .mw-category-group li a {
overflow-wrap: break-word
}
.redirect-in-category {
font-style: italic
}
@media screen {
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@font-face {
font-family: 'GothamSSm-Light';
src: url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.eot);
src: url("https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Lightd41d.eot?#iefix") format('embedded-opentype'),url("https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.svg#GothamSSm-Light") format('svg'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.ttf) format('truetype'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.woff) format('woff'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Light/GothamSSm-Light.woff2) format('woff2');
font-weight: normal;
font-style: normal
}
@font-face {
font-family: 'GothamSSm-Medium';
src: url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.eot);
src: url("https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Mediumd41d.eot?#iefix") format('embedded-opentype'),url("https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.svg#GothamSSm-Light") format('svg'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.ttf) format('truetype'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.woff) format('woff'),url(https://realmu.net/assets/realmu_s19/new/fonts/GothamSSm-Medium/GothamSSm-Medium.woff2) format('woff2');
font-weight: normal;
font-style: normal
}
body {
font-family: 'GothamSSm-Light',sans-serif !important;
background: #020307!important
}
hr {
border-top: 0px!important;
border-left: 0px!important;
border-right: 0px!important;
border-bottom: 1px solid #262932!important;
margin-top: 10px!important
}
a {
color: rgba(240,240,255,0.7)!important;
text-decoration: none!important
}
a:hover {
color: #ba6356!important;
text-decoration: none!important
}
pre {
background: #0f1116 !important;
border: 1px solid #262932 !important;
color: #6c757d !important
}
.font-roboto {
font-family: "Roboto",sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings: "wdth" 100
}
.mw-wiki-logo.timeless-logo img {
width: 270px!important;
height: auto;
margin: 3.5em 0 1.5em!important
}
.mw-body .mw-heading3,.mw-body h3 {
padding-bottom: 8px;
border-bottom: 1px solid #262932;
font-size: 22px!important;
font-family: 'GothamSSm-Light',sans-serif !important;
color: rgba(240,240,255,0.9)!important;
line-height: 1.125 !important;
margin: 1.25em 0 0.5em !important
}
.mw-body .mw-heading3,.mw-body h3:before {
content: '--';
position: relative;
margin-right: 10px;
display: inline-block;
color: #ba6356
}
.mw-body .mw-heading2,.mw-body h2 {
font-size: 1.8em !important;
border-bottom: solid 1px #a23e2f !important;
color: #ffffff!important;
font-weight: normal !important;
font-family: 'GothamSSm-Light',sans-serif !important;
line-height: 150%!important;
margin: 1.25em 0 10px !important
}
.mw-body .mw-heading4,.mw-body h4 {
font-size: 1.4em!important;
font-family: 'GothamSSm-Light',sans-serif !important
}
.toc {
display: none !important
}
.mw-body h1.firstHeading {
display: none !important;
margin-top: -5px
}
#mw-related-navigation .sidebar-inner label,#mw-related-navigation .sidebar-inner h3,#mw-site-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3 {
font-family: 'GothamSSm-Medium',sans-serif !important;
font-weight: 500!important;
font-size: 18px!important;
color: #fff!important;
border-bottom: 1px solid #262932!important;
padding: 10px 0!important;
margin: 0!important;
display: block
}
#mw-related-navigation .sidebar-inner label,#mw-related-navigation .sidebar-inner h3:before,#mw-site-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3:before {
content: '--';
position: relative;
margin-right: 10px;
display: inline-block;
color: #ba6356
}
.sidebar-inner li a {
color: #fff!important;
background: #0f1116!important;
margin-bottom: 5px!important;
padding: 15px 25px!important;
font-size: 16px!important;
font-family: 'GothamSSm-Light',sans-serif !important
}
.sidebar-inner li a:hover {
color: #ba6356!important
}
@media screen and (min-width: 851px) and (max-width:1099px) {
#mw-header-nav-hack {
border-top:1px solid #171a22!important;
display: block;
position: absolute;
z-index: 198;
background: #171920!important;
width: 100%
}
#mw-site-navigation h2,#mw-related-navigation h2 {
font-weight: normal;
font-family: 'GothamSSm-Medium',sans-serif !important;
font-size: 16px!important;
cursor: pointer;
margin: -3px 0 -3px!important;
padding: 10px 0 !important
}
#mw-site-navigation .sidebar-inner {
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
background: #0f1116!important;
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05);
position: absolute;
padding: 20px 2em 0;
margin: 0;
min-width: 9.153em;
top: 3.1em!important;
left: -1em;
overflow: visible;
z-index: 50;
border: 1px solid #0f1116!important
}
#mw-site-navigation .sidebar-chunk h2 span::before,#mw-site-navigation .sidebar-chunk h2 span::after {
transform: rotate(360deg);
border-bottom: 10px solid #0f1116!important;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: '';
height: 0;
width: 0;
position: absolute;
right: 1em;
z-index: 51
}
#mw-related-navigation .sidebar-inner {
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
background: #0f1116!important;
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05);
position: absolute;
padding: 20px 2em 0;
margin: 0;
min-width: 9.153em;
right: -1em;
overflow: visible;
z-index: 50;
top: 3.1em!important;
border: 1px solid #0f1116!important
}
#mw-related-navigation .sidebar-inner label,#mw-related-navigation .sidebar-inner h3,#mw-site-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3 {
font-size: 16px!important
}
.sidebar-inner li a {
margin-left: -10px!important;
width: calc(100% - 10px)!important;
padding: 15px 15px!important;
font-size: 15px!important;
font-family: 'GothamSSm-Medium',sans-serif !important;
background: #171920!important
}
}
@media screen and (min-width: 851px) {
#personal .dropdown {
line-height:1.125;
word-wrap: break-word;
font-size: 0.95em;
background: #0f1116!important;
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05);
position: absolute;
padding: 20px 2em 0;
margin: 0;
min-width: 9.153em;
top: 2.95em;
right: -1em;
overflow: visible;
z-index: 50;
border: 1px solid #0f1116!important;
width: 220px!important
}
#personal .dropdown label,#personal .dropdown h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 8px !important;
border-bottom: 1px solid #262932 !important;
font-family: 'GothamSSm-Light',sans-serif !important;
color: rgba(240,240,255,0.9)!important;
display: block
}
#personal .dropdown label,#personal .dropdown h3:before {
content: '--';
position: relative;
margin-right: 10px;
display: inline-block;
color: #ba6356
}
}
.sidebar-inner ul {
list-style: none;
padding: 0;
margin: 0
}
.sidebar-inner li {
margin: 0;
padding: 0
}
.sidebar-inner li a {
display: block;
padding: 8px 10px;
text-decoration: none;
color: #fff
}
li.has-submenu {
position: relative
}
li.has-submenu > a:after {
content: "▶";
font-size: 10px;
margin-left: 5px
}
@media screen and (min-width: 1100px) and (max-width:1339px) {
#mw-site-navigation {
overflow:visible!important
}
}
submenu {
position: absolute!important;
z-index: 1000!important
}
ul.submenu {
display: none;
position: absolute!important;
left: 100%;
top: -10px;
background-color: #0f1116;
border-radius: 4px;
box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
padding: 20px;
z-index: 1000!important;
width: 220px;
border: 1px solid #171a22
}
ul.submenu.multi-column {
width: auto;
min-width: 450px;
column-count: 2;
column-gap: 20px
}
li.has-submenu:nth-child(2) > ul.submenu {
column-count: 3;
min-width: 600px
}
ul.submenu li {
break-inside: avoid;
page-break-inside: avoid;
display: block;
margin-bottom: 5px
}
li.has-submenu:hover > ul.submenu {
display: block
}
.submenu {
padding: 20px!important
}
.submenu li a {
padding: 10px 10px!important;
margin: 0!important;
display: block;
color: rgba(255,255,255,.5)!important;
transition: background-color 0.2s!important;
border-bottom: 1px solid #171a22!important;
font-family: 'GothamSSm-Light',sans-serif !important
}
.submenu li a:hover {
color: #fff!important;
border-bottom: 1px solid rgba(255,255,255,.5)!important;
text-shadow: 0 0 5px #fff!important
}
@media (max-width: 768px) {
.sidebar-inner {
width:100%;
overflow: hidden
}
li.has-submenu {
position: static
}
li.has-submenu > a:after {
content: "▼"
}
li.has-submenu:hover > ul.submenu {
display: none
}
li.has-submenu.active > ul.submenu {
display: block
}
li.has-submenu.active > a:after {
content: "▲"
}
li.has-submenu:nth-child(2) > ul.submenu,ul.submenu.multi-column {
column-count: 1;
min-width: auto!important
}
}
@media screen and (min-width: 851px) and (max-width:1099px) {
.submenu {
padding:20px!important
}
.submenu li a {
background: transparent!important
}
.submenu li a:hover {
color: #fff!important;
border-bottom: 1px solid rgba(255,255,255,.5)!important;
text-shadow: 0 0 5px #fff!important
}
}
#mw-header-container {
background: #020307!important;
color: #6c757d!important;
font-family: 'GothamSSm-Light',sans-serif !important
}
#personal h2 span {
color: #6c757d!important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: 500!important;
font-variant: none!important
}
#p-logo-text a {
color: #6c757d!important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: normal!important;
font-size: 1em!important
}
#p-logo-text a:hover {
color: #ba6356!important;
text-decoration: none!important
}
#p-logo-text a img {
margin-right: 3px!important
}
#searchInput {
background: #0f1116!important;
color: #fff !important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: 500!important;
border: 1px solid #0f1116!important
}
#simpleSearch {
background: #0f1116!important;
color: #6c757d!important;
border: 1px solid #171a22 !important
}
@media screen and (max-width: 850px) {
#p-logo-text {
position:absolute;
top: 0.4em!important;
left: 2em!important;
text-align: left;
width: 300px !important
}
#menus-cover {
background: #0f1116!important
}
.sidebar-inner,.dropdown {
display: none;
background: #0f1116!important;
border: 0px solid #171a22!important;
line-height: 100% !important;
word-wrap: break-word!important;
font-size: 0.95em!important;
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05)!important;
position: absolute!important;
padding: 2em 2.5em 1em!important;
margin: 0!important;
min-width: 9.153em!important;
max-width: 60%!important;
top: 3em!important;
right: 0!important;
overflow: visible!important;
z-index: 350!important
}
.sidebar-inner li,.dropdown li {
margin: 0px!important;
margin-bottom: 5px!important
}
.sidebar-inner ul li a {
color: #fff !important;
background: #171920!important;
margin-bottom: 5px !important;
padding: 15px 25px !important;
font-size: 16px !important;
font-family: 'GothamSSm-Light',sans-serif !important
}
.sidebar-inner ul li ul.submenu li {
margin-bottom: 0!important
}
.sidebar-inner ul li ul.submenu li a {
color: rgba(255,255,255,0.8) !important;
background: #171920!important;
margin-bottom: 2px !important;
padding: 10px 20px !important;
font-size: 16px !important;
font-family: 'GothamSSm-Light',sans-serif !important
}
.sidebar-inner ul li ul.submenu li a:hover {
border-bottom: 0!important;
color: #fff!important;
text-shadow: 0 0 5px #fff!important
}
ul.submenu {
display: none;
position: relative!important;
left: 0!important;
top: -10px;
background-color: #0f1116!important;
border-radius: 4px;
box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
padding: 20px;
z-index: 1000!important;
width: calc(100% - 40px) !important;
border: 1px solid #171920!important
}
ul.submenu.multi-column {
width: auto;
min-width: 450px;
column-count: 2;
column-gap: 20px
}
ul.submenu .sidebar-inner li,.dropdown li {
padding: 0!important;
max-width: 100%!important
}
#mw-content {
padding: 1em!important;
border-width: 0;
margin-top: 200px!important
}
body {
background: #020307 url(https://images.realmu.net/uploads/20250321/167dd770c3e2b8.jpg) no-repeat top 1px center!important
}
}
#mw-content-container {
background: #0f1116!important;
border-bottom: 1px solid #171a22!important;
padding-bottom: 30px!important
}
#mw-content {
background: #171920!important;
border: 1px solid #171a22!important;
color: #6c757d!important
}
.sidebar-chunk {
background: #171920!important;
border: 1px solid #171a22!important;
color: #6c757d!important
}
.mw-footer-container {
background: #020307!important;
border-top: 1px solid #171a22!important;
border-bottom: 1px solid #171a22!important
}
.tools-inline li.selected {
border-bottom: 2px solid #a23e2f!important
}
.tools-inline li.selected a {
color: #6c757d!important
}
.sidebar-inner ul {
margin-top: 10px!important;
margin-bottom: 10px!important
}
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] {
background-color: #0f1116!important;
border: 1px solid #0f1116!important
}
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption {
background-color: #0f1116!important;
border: 1px solid #0f1116!important
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
margin: 0.75em!important;
border: 1px solid #171a22!important
}
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption,.mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption {
display: none!important
}
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
right: 0.75em;
left: auto;
background: transparent!important
}
.color-right {
background-image: linear-gradient(to right,#561f1f 0%,#a23e2f 100%)!important;
height: 0.35em!important;
width: 50%!important;
float: left
}
.color-left {
height: 0.35em!important;
background-image: linear-gradient(to right,#a23e2f 0%,#561f1f 100%)!important;
width: 50%!important;
float: left
}
.color-middle {
height: 0.35em;
background: transparent!important;
margin-left: 21em;
margin-right: 17em
}
.mw-body dt {
font-weight: bold !important;
font-family: 'GothamSSm-Medium',sans-serif !important
}
.cdx-button:enabled,.cdx-button.cdx-button--fake-button--enabled {
margin-top: 10px!important;
background-color: #0f1116!important;
color: var(--color-base,#202122) !important;
border: 1px solid #171a22!important
}
.cdx-button:enabled,.cdx-button.cdx-button--fake-button--enabled img {
width: 201px!important;
height: 32px!important
}
.wikitable {
background: transparent!important;
border-bottom: 0!important
}
.wikitable > tr > th,.wikitable > * > tr > th {
background-color: #0f1116!important;
color: rgba(240,240,255,0.9)!important;
border: 1px solid #262932!important;
text-align: center
}
.wikitable > tr > td,.wikitable > * > tr > td {
background-color: #15161c !important;
color: #6c757d!important;
border: 1px solid #262932!important;
text-align: center
}
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.wikitable,.mw-datatable {
color: rgba(240,240,255,0.9)!important
}
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.wikitable,.mw-datatable {
background-color: #0f1116!important;
border: 1px solid #262932!important;
padding: 1.25em 1.75em
}
.oo-ui-panelLayout-framed {
background-color: #0f1116!important;
border: 1px solid #262932!important;
border-radius: 0!important
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
background: #171920 !important;
color: #fff !important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: 500 !important;
border: 1px solid #262932 !important;
border-radius: 0 !important
}
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
background: #171920 !important;
color: #fff !important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: 500 !important;
border: 1px solid #262932 !important;
border-radius: 0 !important
}
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle {
color: var(--color-disabled,#72777d) !important;
background: #171920 !important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: 500 !important;
border: 1px solid #262932 !important;
border-radius: 0 !important
}
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.wikitable,.mw-datatable {
background-color: rgba(15,17,22,0.5) !important;
color: #6c757d!important;
border: 1px solid #262932!important;
padding: 1.25em 1.75em
}
.oo-ui-tabSelectWidget-framed {
background-color: rgba(15,17,22,0.5) !important
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
background: #171920 !important;
border-bottom: 1px solid #6c757d !important;
color: #fff !important
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
background: #171920 !important;
color: #fff !important
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label {
color: #6c757d!important
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label:hover {
color: #fff!important
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
background-image: linear-gradient(to right,#561f1f 0%,#a23e2f 100%)!important;
border: 0!important;
color: #fff!important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: normal!important
}
.mw-email-not-authenticated .oo-ui-labelWidget {
background-color: #262932;
border-color: #6c757d;
color: #ba6356!important;
width: 100% !important
}
#preferences .mw-htmlform-submit-buttons {
-webkit-position: sticky;
position: sticky;
bottom: 0;
margin: -1px -1em -1em -1em;
padding: 1em;
background: #171920 !important;
border-top: 1px solid #262932 !important;
box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.25)
}
@media screen and (max-width: 767px) {
table,table thead,table tbody,table th,table td,table tr {
display:block!important
}
table thead tr {
position: absolute!important;
top: -9999px!important;
left: -9999px!important
}
table {
width: 100% !important
}
table tr {
margin-bottom: 1rem!important;
box-shadow: 0 2px 5px rgba(0,0,0,0.1)!important;
width: 100% !important
}
table th {
display: none!important
}
table td:first-child {
position: relative!important;
padding-left: 50%!important;
text-align: right!important;
min-height: 30px!important
}
table td {
position: relative!important;
padding-left: 50%!important;
text-align: right!important;
min-height: 30px!important
}
table td::before {
position: absolute!important;
left: 0.5rem!important;
width: 45%!important;
padding-right: 10px!important;
text-align: left!important;
font-weight: bold!important;
content: attr(data-label)!important;
font-size: 12px!important;
color: rgba(240,240,255,0.9)!important
}
.infobox,.wikitable,.sortable {
overflow: visible !important;
float: none !important;
width: 100% !important
}
}
.mw-body-content a > img,.mw-body-content .floatnone > img {
padding: 10px!important;
border: 1px solid #262932!important;
background: #0f1116!important;
margin-top: 10px!important;
margin-bottom: 10px!important;
max-width: calc(100% - 20px)!important
}
.mw-body-content table a > img,.mw-body-content figure a > img {
padding: 0!important;
border: 0!important
}
.tools-inline div,.tools-inline div,.tools-inline ul,.tools-inline ul,.tools-inline li,.tools-inline li {
display: block!important
}
#ca-viewsource,#ca-talk,#ca-nstab-main,#ca-unwatch {
display: none!important
}
#ca-history,#ca-talk,#ca-nstab-main,#ca-unwatch {
display: none!important
}
.uls-menu {
background: #0f1116!important;
border-top: 1px solid #262932 !important;
box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.25)
}
.uls-lcd {
background: transparent!important;
border: 1px solid #262932!important
}
#uls-settings-block {
background: transparent!important;
border: 1px solid #262932!important
}
.uls-search {
background-color: #0f1116!important;
border: 1px solid #262932!important;
color: #6c757d!important
}
.uls-filterinput {
background-color: #0f1116!important;
color: #6c757d!important
}
#uls-settings-block.uls-settings-block--vector-2022 > button.uls-language-settings-button {
background: #a23e2f url(/extensions/UniversalLanguageSelector/resources/images/cog.svg?ce0b4) no-repeat center!important
}
.cdx-message--warning {
background: #171920!important;
border: 1px solid var(--border-color-warning,#987027)!important;
color: var(--color-warning,#987027)!important
}
.wikiEditor-ui-toolbar {
background: #0f1116!important;
border: 1px solid #171a22!important;
color: #6c757d!important
}
.wikiEditor-ui-toolbar .group {
border: 1px solid #171a22!important
}
.oo-ui-icon-listBullet,.mw-ui-icon-listBullet:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M7 15h12v2H7zm0-6h12v2H7zm0-6h12v2H7z'/%3E%3Ccircle fill='%236c757d' cx='3' cy='4' r='2'/%3E%3Ccircle fill='%236c757d' cx='3' cy='10' r='2'/%3E%3Ccircle fill='%236c757d' cx='3' cy='16' r='2'/%3E%3C/svg%3E")!important
}
.oo-ui-icon-listNumbered,.mw-ui-icon-listNumbered:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M7 15h12v2H7zm0-6h12v2H7zm0-6h12v2H7zM2 6h1V1H1v1h1zm1 9v1H2v1h1v1H1v1h3v-5H1v1zM1 8v1h2v1H1.5a.5.5 0 0 0-.5.5V13h3v-1H2v-1h1.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E")!important
}
.oo-ui-icon-bold,.mw-ui-icon-bold:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M18 19h-4L5 5v14H2V1h5l8 13c-.02-.84 0-1 0-2V1h3z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-italic,.mw-ui-icon-italic:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='m5 19 .33-1.51 2.17-.66 2.9-13.66-1.9-.63L9 1h7l-.71 1.6-2.29.57-2.83 13.66 2.14.66L12 19z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-link,.mw-ui-icon-link:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M4.83 15h2.91a4.9 4.9 0 0 1-1.55-2H5a3 3 0 1 1 0-6h3a3 3 0 0 1 2.82 4h2.1a5 5 0 0 0 .08-.83v-.34A4.83 4.83 0 0 0 8.17 5H4.83A4.83 4.83 0 0 0 0 9.83v.34A4.83 4.83 0 0 0 4.83 15'/%3E%3Cpath fill='%236c757d' d='M15.17 5h-2.91a4.9 4.9 0 0 1 1.55 2H15a3 3 0 1 1 0 6h-3a3 3 0 0 1-2.82-4h-2.1a5 5 0 0 0-.08.83v.34A4.83 4.83 0 0 0 11.83 15h3.34A4.83 4.83 0 0 0 20 10.17v-.34A4.83 4.83 0 0 0 15.17 5'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-image,.mw-ui-icon-image:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M2 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-.17 13 4.09-5.25 2.92 3.51L12.92 8l5.25 7z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-noWikiText,.mw-ui-icon-noWikiText:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M16 3v2h1v10l2 2V3zM9 5V3H5l2 2zM1 1 0 2l1 1v14h3v-2H3V5l2 2v10h4v-2H7V9l6 6h-2v2h4l3 3 1-1zm12 10 2 2V3h-4v2h2z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-newline,.mw-ui-icon-newline:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M17 4v6H7V6l-6 5 6 5v-4h12V4z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-bigger,.mw-ui-icon-bigger:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M14 18h-1.57a.66.66 0 0 1-.44-.13.9.9 0 0 1-.25-.34l-1-2.77H5.3l-1 2.77a.8.8 0 0 1-.24.32.65.65 0 0 1-.44.15H2L7 5.47h2zm-3.85-4.7L8.42 8.72A13 13 0 0 1 8 7.37q-.1.41-.21.75t-.21.6L5.85 13.3zM15 2l3 4h-6z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-smaller,.mw-ui-icon-smaller:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M12 16h-1.05a.44.44 0 0 1-.29-.09.6.6 0 0 1-.17-.22l-.7-1.84H6.2l-.7 1.84a.56.56 0 0 1-.16.21.43.43 0 0 1-.29.1H4l3.31-8.35h1.38zm-2.57-3.13L8.28 9.82a9 9 0 0 1-.28-.9q-.06.27-.14.5l-.14.4-1.15 3zM15 6l3-4h-6z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-superscript,.mw-ui-icon-superscript:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M18 1V0h-.5a1.5 1.5 0 0 0-1 .39 1.5 1.5 0 0 0-1-.39H15v1h.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H15v1h.5a1.5 1.5 0 0 0 1-.39 1.5 1.5 0 0 0 1 .39h.5V8h-.5a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5zm-4.32 15h-2.42a.67.67 0 0 1-.46-.15 1.3 1.3 0 0 1-.28-.34l-2.77-4.44a2.7 2.7 0 0 1-.28.69L5 15.51a2.2 2.2 0 0 1-.29.34.58.58 0 0 1-.42.15H2l4.15-6.19L2.17 4h2.42a.8.8 0 0 1 .41.09.8.8 0 0 1 .24.26L8 8.59a2.7 2.7 0 0 1 .33-.74L10.6 4.4a.69.69 0 0 1 .6-.4h2.32l-4 5.71z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-subscript,.mw-ui-icon-subscript:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M13.68 16h-2.42a.67.67 0 0 1-.46-.15 1.3 1.3 0 0 1-.28-.34l-2.77-4.44a2.7 2.7 0 0 1-.28.69L5 15.51a2.2 2.2 0 0 1-.29.34.58.58 0 0 1-.42.15H2l4.15-6.19L2.17 4h2.42a.8.8 0 0 1 .41.09.8.8 0 0 1 .24.26L8 8.59a2.7 2.7 0 0 1 .33-.74L10.6 4.4a.69.69 0 0 1 .6-.4h2.32l-4 5.71zm3.82-4h.5v-1h-.5a1.5 1.5 0 0 0-1 .39 1.5 1.5 0 0 0-1-.39H15v1h.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H15v1h.5a1.5 1.5 0 0 0 1-.39 1.5 1.5 0 0 0 1 .39h.5v-1h-.5a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-bigger,.mw-ui-icon-bigger:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M14 18h-1.57a.66.66 0 0 1-.44-.13.9.9 0 0 1-.25-.34l-1-2.77H5.3l-1 2.77a.8.8 0 0 1-.24.32.65.65 0 0 1-.44.15H2L7 5.47h2zm-3.85-4.7L8.42 8.72A13 13 0 0 1 8 7.37q-.1.41-.21.75t-.21.6L5.85 13.3zM15 2l3 4h-6z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-imageGallery,.mw-ui-icon-imageGallery:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236c757d' d='M3 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 11 3.5-4.5 2.5 3 3.5-4.5 4.5 6zM16 2a2 2 0 0 1 2 2H2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E") !important
}
.oo-ui-icon-articleRedirect,.mw-ui-icon-articleRedirect:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%236c757d%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E article redirect %3C/title%3E%3Cpath d=%22M5 1a2 2 0 0 0-2 2v1c0 5 2 8 7 8V9l5 4-5 4v-3c-3.18 0-5.51-.85-7-2.68V17a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2z%22/%3E%3C/svg%3E") !important
}
.oo-ui-icon-table,.mw-ui-icon-table:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%236c757d%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E table %3C/title%3E%3Cpath d=%22M2 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 4h7v4H2zm0 10v-4h7v4zm16 0h-7v-4h7zm0-6h-7V6h7z%22/%3E%3C/svg%3E") !important
}
.oo-ui-icon-articleSearch,.mw-ui-icon-articleSearch:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%236c757d%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E article search %3C/title%3E%3Cpath d=%22M12.43 14.34A5 5 0 0 1 10 15a5 5 0 1 1 3.95-2L17 16.09V3a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 1.45-.63z%22/%3E%3Ccircle cx=%2210%22 cy=%2210%22 r=%223%22/%3E%3C/svg%3E") !important
}
.wikiEditor-ui-toolbar .group .tool-select .options {
background: #0f1116!important;
border: 1px solid #262932!important
}
.wikiEditor-ui .wikiEditor-ui-top {
border: 1px solid #262932!important
}
.wikiEditor-ui .wikiEditor-ui-view {
background: #171920!important;
border: 1px solid #262932!important
}
.wikiEditor-ui-toolbar .sections .section {
border-top: 1px solid #262932!important
}
.ext-WikiEditor-realtimepreview-textbox#wpTextbox1,.mw-editform .ext-WikiEditor-realtimepreview-textbox#wpTextbox1 {
background: #000!important;
color: #9e9e9e !important;
border: 1px solid #262932!important
}
.mw-editform .editOptions {
background: #0f1116!important;
color: #6c757d!important;
border: 1px solid #262932!important
}
.ext-WikiEditor-ResizingDragBar {
background-color: #0f1116!important;
border: 1px solid #262932!important
}
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane2 {
border: 1px solid #262932!important
}
code,pre,.mw-code {
background: #0f1116!important;
color: rgba(255,255,255,0.9)!important;
border: 1px solid #262932!important;
border-radius: 3px!important
}
form input:not(.mw-widgets-datetime-dateTimeInputWidget-editField):not(.mw-history-compareselectedversions-button) {
background: #0f1116!important;
border: 1px solid #262932!important;
color: #6c757d!important
}
form:not(.oo-ui-layout) textarea,form:not(.oo-ui-layout) input {
background: #0f1116!important;
border: 1px solid #262932!important;
color: #6c757d!important
}
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button,.oo-ui-textInputWidget .oo-ui-inputWidget-input,.oo-ui-dropdownWidget-handle,button,textarea,select {
background: #0f1116!important;
border: 1px solid #262932!important;
color: #6c757d!important
}
form:not(.oo-ui-layout) button,form:not(.oo-ui-layout) input[type='submit'] {
background-image: linear-gradient(to right,#561f1f 0%,#a23e2f 100%)!important;
border: 0!important;
color: #fff!important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: normal!important
}
#searchButton,#mw-searchButton {
position: absolute!important;
top: 0!important;
margin: 0!important;
padding: 0!important;
right: 1.5em!important;
width: 2.5em!important;
height: 2.5em!important;
text-indent: -99999px!important;
border: 0!important;
background-color: transparent!important;
background-repeat: no-repeat!important;
background-image: url(/skins/CustomTimeless/resources/images/search-ltr.svg?2df17)!important;
background-position: center 40%!important;
box-shadow: none!important
}
.wikibox-monster {
background: #15161c !important;
border: 1px solid #262932!important;
padding: 15px!important;
width: 221px!important;
text-align: center!important;
text-transform: capitalize!important;
font-family: 'GothamSSm-Light',sans-serif !important
}
.wikibox-monster>p>span {
color: rgba(240,240,255,0.9)!important;
font-weight: bold!important;
font-size: 16px!important;
text-transform: initial!important;
font-family: 'GothamSSm-Light',sans-serif !important
}
.wikibox-monster>hr {
border: none!important;
border-top: 1px solid #262932!important
}
.wikibox-monster>figure {
padding: 0px!important
}
.wikibox-monster>figure>a>img {
padding: 0px!important;
border: 1px solid #262932!important
}
.wikibox-monster>.content {
text-align: left!important;
font-size: 12px!important;
color: RGBA(255,255,255,0.5)!important;
padding-top: 10px!important;
font-family: 'GothamSSm-Light',sans-serif !important
}
.wikibox-monster>.level {
color: rgba(255,255,255,0.3)!important;
font-weight: bold!important;
padding-top: 10px!important;
font-size: 16px!important;
text-transform: lowercase !important;
font-family: 'GothamSSm-Light',sans-serif !important
}
.wikibox-monster>.level::first-letter {
text-transform: uppercase !important
}
.nav-content {
display: none
}
.show-content {
display: block
}
input[type="radio"] {
display: none
}
.custom-nav label {
background-image: linear-gradient(to right,#561f1f 0%,#a23e2f 100%)!important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: normal!important;
color: #fff;
padding: 10px 20px;
margin-right: 5px;
cursor: pointer;
transition: background 0.3s
}
.custom-nav label:hover {
background-image: linear-gradient(to right,rgba(86,31,31,0.8) 0%,rgba(162,62,47,0.8) 100%)!important;
font-family: 'GothamSSm-Light',sans-serif !important;
font-weight: normal!important
}
.content-section {
display: none
}
#nav-a:checked ~ #content-a,#nav-b:checked ~ #content-b,#nav-c:checked ~ #content-c,#nav-d:checked ~ #content-d,#nav-e:checked ~ #content-e,#nav-f:checked ~ #content-f,#nav-g:checked ~ #content-g,#nav-h:checked ~ #content-h,#nav-i:checked ~ #content-i,#nav-j:checked ~ #content-j,#nav-k:checked ~ #content-k,#nav-l:checked ~ #content-l,#nav-m:checked ~ #content-m {
display: block
}
ul.submenu {
display: none;
position: absolute !important;
left: 100%;
top: -10px;
background-color: #0f1116;
border-radius: 4px;
box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
padding: 20px;
z-index: 1000 !important;
border: 1px solid #171a22;
min-width: 250px;
max-width: 800px;
width: auto;
display: none;
align-items: start
}
ul.submenu.submenu-2-columns {
min-width: 450px;
column-count: 2;
column-gap: 20px;
column-fill: balance;
display: none;
grid-template-columns: 1fr 1fr
}
ul.submenu.submenu-3-columns {
min-width: 600px;
column-count: 3;
column-gap: 20px;
column-fill: balance;
display: none;
grid-template-columns: 1fr 1fr 1fr
}
ul.submenu.submenu-4-columns {
min-width: 750px;
column-count: 4;
column-gap: 20px;
column-fill: balance;
display: none;
grid-template-columns: 1fr 1fr 1fr 1fr
}
ul.submenu li {
break-inside: avoid !important;
page-break-inside: avoid !important;
display: block !important;
margin-bottom: 5px;
width: 100%;
grid-column: auto
}
li.has-submenu:hover > ul.submenu {
display: block !important
}
@supports (display: grid) {
ul.submenu.submenu-2-columns {
display:none;
column-count: unset
}
ul.submenu.submenu-3-columns {
display: none;
column-count: unset
}
ul.submenu.submenu-4-columns {
display: none;
column-count: unset
}
li.has-submenu:hover > ul.submenu.submenu-2-columns {
display: grid !important;
grid-template-columns: 1fr 1fr
}
li.has-submenu:hover > ul.submenu.submenu-3-columns {
display: grid !important;
grid-template-columns: 1fr 1fr 1fr
}
li.has-submenu:hover > ul.submenu.submenu-4-columns {
display: grid !important;
grid-template-columns: 1fr 1fr 1fr 1fr
}
}
@media screen and (min-width: 851px) and (max-width:1099px) {
ul.submenu.submenu-4-columns {
min-width:600px;
column-count: 3
}
ul.submenu.submenu-3-columns {
min-width: 500px;
column-count: 2
}
@supports (display: grid) {
li.has-submenu:hover > ul.submenu.submenu-4-columns {
grid-template-columns:1fr 1fr 1fr
}
li.has-submenu:hover > ul.submenu.submenu-3-columns {
grid-template-columns: 1fr 1fr
}
}
}
@media (max-width: 850px) {
ul.submenu,ul.submenu.submenu-2-columns,ul.submenu.submenu-3-columns,ul.submenu.submenu-4-columns {
column-count:1 !important;
min-width: auto !important;
width: calc(100% - 40px) !important;
position: relative !important;
left: 0 !important;
max-width: none !important
}
@supports (display: grid) {
li.has-submenu:hover > ul.submenu,li.has-submenu.active > ul.submenu {
display:block !important;
grid-template-columns: none !important
}
}
li.has-submenu:hover > ul.submenu {
display: none
}
li.has-submenu.active > ul.submenu {
display: block !important
}
}
.submenu li a {
padding: 10px 10px !important;
margin: 0 !important;
display: block;
color: rgba(255,255,255,.5) !important;
transition: background-color 0.2s !important;
border-bottom: 1px solid #171a22 !important;
font-family: 'GothamSSm-Light',sans-serif !important;
text-decoration: none;
width: 100%;
box-sizing: border-box
}
.submenu li a:hover {
color: #fff !important;
border-bottom: 1px solid rgba(255,255,255,.5) !important;
text-shadow: 0 0 5px #fff !important;
background-color: rgba(255,255,255,0.05) !important
}
.force-columns ul.submenu.submenu-2-columns {
columns: 2;
column-gap: 20px
}
.force-columns ul.submenu.submenu-3-columns {
columns: 3;
column-gap: 20px
}
.force-columns ul.submenu.submenu-4-columns {
columns: 4;
column-gap: 20px
}
.mw-guide-container {
max-width: 1200px;
margin: 0 auto;
background: #171920;
border-radius: 5px
}
.mw-guide-title {
color: #ffffff;
border-bottom: 1px solid #a23e2f;
padding-bottom: 15px;
margin-bottom: 30px;
font-size: 24px;
font-weight: normal
}
.mw-guide-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
gap: 10px;
padding: 0
}
.mw-guide-item {
display: flex;
align-items: center;
background: #15161c!important;
border: 1px solid #15161c;
padding: 15px;
transition: all 0.3s ease;
cursor: pointer;
text-decoration: none;
color: inherit
}
.mw-guide-item:hover {
background: #1a1b22!important;
border: 1px solid #ba6356;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(186,99,86,0.2)
}
.mw-guide-item:hover .mw-guide-text {
color: #ba6356
}
.mw-guide-icon {
width: 48px;
height: 48px;
margin-right: 15px;
flex-shrink: 0;
background-size: contain;
background-repeat: no-repeat;
background-position: center
}
.mw-guide-text {
color: #9e9e9e;
font-size: 16px;
transition: color 0.3s ease;
text-decoration: none
}
.mw-guide-icon {
width: 48px;
height: 48px;
margin-right: 15px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px
}
@media (max-width: 768px) {
.mw-guide-icon {
width:40px;
height: 40px;
margin-right: 12px;
font-size: 24px
}
}
@media (max-width: 480px) {
.mw-guide-icon {
width:36px;
height: 36px;
margin-right: 10px;
font-size: 20px
}
}
@media (max-width: 768px) {
.mw-guide-container {
padding:20px;
margin: 10px
}
.mw-guide-grid {
grid-template-columns: 1fr;
gap: 15px
}
.mw-guide-item {
padding: 12px
}
.mw-guide-icon {
width: 40px;
height: 40px;
margin-right: 12px
}
.mw-guide-icon::before {
font-size: 24px !important;
line-height: 40px !important
}
.mw-guide-text {
font-size: 14px
}
.mw-guide-title {
font-size: 20px;
padding-bottom: 12px;
margin-bottom: 20px
}
}
@media (max-width: 480px) {
.mw-guide-grid {
grid-template-columns:1fr
}
.mw-guide-item {
padding: 10px
}
.mw-guide-icon {
width: 36px;
height: 36px;
margin-right: 10px
}
.mw-guide-icon::before {
font-size: 20px !important;
line-height: 36px !important
}
.mw-guide-text {
font-size: 13px
}
}
a.mw-guide-item {
text-decoration: none
}
a.mw-guide-item:visited {
color: inherit
}
.mw-image-container {
max-width: 1200px;
margin: 0 auto;
background: #171920
}
.mw-image-title {
color: #ffffff;
border-bottom: 1px solid #a23e2f;
padding-bottom: 15px;
margin-bottom: 30px;
font-size: 24px;
font-weight: normal
}
.mw-image-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
gap: 10px;
padding: 0
}
.mw-image-card {
background: #15161c!important;
border: 1px solid #262932;
overflow: hidden;
transition: all 0.3s ease;
cursor: pointer;
text-decoration: none;
color: inherit;
display: block
}
.mw-image-card:hover {
background: #1a1b22;
border-color: #ba6356;
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(186,99,86,0.3)
}
.mw-image-card:hover .mw-card-text {
color: #ba6356
}
.mw-card-image {
width: 100%;
height: 140px;
overflow: hidden;
position: relative;
background: #15161c!important
}
.mw-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease
}
.mw-image-card:hover .mw-card-image img {
transform: scale(1.05)
}
.mw-card-text {
padding: 15px;
text-align: center;
color: #9e9e9e;
font-size: 14px;
transition: color 0.3s ease;
text-decoration: none;
display: block;
line-height: 1.3
}
.mw-card-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: inherit;
z-index: 1
}
.mw-card-image img {
position: relative;
z-index: 2
}
@media (max-width: 1200px) {
.mw-image-grid {
grid-template-columns:repeat(auto-fit,minmax(200px,1fr))
}
}
@media (max-width: 900px) {
.mw-image-container {
padding:20px;
margin: 10px
}
.mw-image-grid {
grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
gap: 15px
}
.mw-card-image {
height: 120px
}
.mw-card-text {
padding: 12px;
font-size: 13px
}
.mw-image-title {
font-size: 20px;
padding-bottom: 12px;
margin-bottom: 20px
}
}
@media (max-width: 600px) {
.mw-image-grid {
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap: 12px
}
.mw-card-image {
height: 100px
}
.mw-card-text {
padding: 10px;
font-size: 12px
}
}
@media (max-width: 400px) {
.mw-image-grid {
grid-template-columns:1fr;
gap: 15px
}
.mw-card-image {
height: 120px
}
.mw-card-text {
padding: 12px;
font-size: 14px
}
}
a.mw-image-card {
text-decoration: none
}
a.mw-image-card:visited {
color: inherit
}
a.mw-image-card:visited .mw-card-text {
color: #9e9e9e
}
.mw-card-image.loading::after {
content: '⚡';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 32px;
color: rgba(255,255,255,0.5);
z-index: 3;
animation: pulse 2s infinite
}
@keyframes pulse {
0%,100% {
opacity: 0.5
}
50% {
opacity: 1
}
}
.mw-image-grid-5col {
display: grid;
grid-template-columns: repeat(5,1fr);
gap: 10px;
padding: 0
}
@media (max-width: 1200px) {
.mw-image-grid-5col {
grid-template-columns:repeat(4,1fr)
}
}
@media (max-width: 900px) {
.mw-image-grid-5col {
grid-template-columns:repeat(3,1fr)
}
}
@media (max-width: 600px) {
.mw-image-grid-5col {
grid-template-columns:repeat(2,1fr)
}
}
@media (max-width: 400px) {
.mw-image-grid-5col {
grid-template-columns:1fr
}
}
}
@media (prefers-reduced-motion:reduce) {
*,::before,::after {
animation-delay: -0.01ms !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
transition-duration: 0ms !important
}
}
.toctogglecheckbox:checked ~ ul {
display: none
}
.tocnumber {
padding-left: 0;
padding-right: 0.5em;
-webkit-padding-start: 0;
-webkit-padding-end: 0.5em;
padding-inline-start:0;padding-inline-end:0.5em}
@media screen {
a.new {
color: #d03
}
a.new:visited {
color: #a55858
}
a.mw-selflink {
color: inherit;
font-weight: bold;
text-decoration: inherit
}
a.mw-selflink:hover {
cursor: inherit;
text-decoration: inherit
}
a.mw-selflink:active,a.mw-selflink:visited {
color: inherit
}
.mw-parser-output a.extiw,.mw-parser-output a.external {
color: #36b
}
.mw-parser-output a.extiw:visited,.mw-parser-output a.external:visited {
color: #636
}
.mw-parser-output a.extiw:active,.mw-parser-output a.external:active {
color: #b63
}
.mw-underline-always a {
text-decoration: underline
}
.mw-underline-never a {
text-decoration: none
}
.plainlinks a.external {
background: none !important;
padding: 0 !important
}
.mw-parser-output a.external,.mw-parser-output a.extiw,.mw-parser-output a.extiw:active {
color: #36b
}
.mw-parser-output a.external,.link-mailto,.link-ftp,.link-irc,.link-audio,.link-video,.link-document {
background-image: url(/resources/src/mediawiki.skinning/images/external-ltr.svg?c652e);
background-position: center right;
background-repeat: no-repeat;
padding-right: 13px
}
.mw-parser-output a.external[href^='mailto:'],.link-mailto {
background-image: url(/resources/src/mediawiki.skinning/images/mail.svg?8a79c)
}
.mw-parser-output a.external[href^='ftp://'],.link-ftp {
background-image: url(/resources/src/mediawiki.skinning/images/ftp-ltr.svg?fd1d3)
}
.mw-parser-output a.external[href^='irc://'],.mw-parser-output a.external[href^='ircs://'],.link-irc {
background-image: url(/resources/src/mediawiki.skinning/images/chat-ltr.svg?e0649)
}
.mw-parser-output a.external[href$='.ogg'],.mw-parser-output a.external[href$='.OGG'],.mw-parser-output a.external[href$='.mid'],.mw-parser-output a.external[href$='.MID'],.mw-parser-output a.external[href$='.midi'],.mw-parser-output a.external[href$='.MIDI'],.mw-parser-output a.external[href$='.mp3'],.mw-parser-output a.external[href$='.MP3'],.mw-parser-output a.external[href$='.wav'],.mw-parser-output a.external[href$='.WAV'],.mw-parser-output a.external[href$='.wma'],.mw-parser-output a.external[href$='.WMA'],.link-audio {
background-image: url(/resources/src/mediawiki.skinning/images/audio-ltr.svg?6da1d)
}
.mw-parser-output a.external[href$='.ogm'],.mw-parser-output a.external[href$='.OGM'],.mw-parser-output a.external[href$='.avi'],.mw-parser-output a.external[href$='.AVI'],.mw-parser-output a.external[href$='.mpeg'],.mw-parser-output a.external[href$='.MPEG'],.mw-parser-output a.external[href$='.mpg'],.mw-parser-output a.external[href$='.MPG'],.link-video {
background-image: url(/resources/src/mediawiki.skinning/images/video.svg?a3758)
}
.mw-parser-output a.external[href$='.pdf'],.mw-parser-output a.external[href$='.PDF'],.mw-parser-output a.external[href*='.pdf#'],.mw-parser-output a.external[href*='.PDF#'],.mw-parser-output a.external[href*='.pdf?'],.mw-parser-output a.external[href*='.PDF?'],.link-document {
background-image: url(/resources/src/mediawiki.skinning/images/document-ltr.svg?0bf90)
}
.mw-body-content::after {
clear: both;
content: '';
display: block
}
.mw-body-content a.external.free {
word-wrap: break-word
}
.mw-body-content .error {
font-size: larger;
color: #d03
}
.rtl .mw-parser-output a.external.free,.rtl .mw-parser-output a.external.autonumber {
direction: ltr;
unicode-bidi: embed
}
.mw-hide-empty-elt .mw-parser-output:not(.mw-show-empty-elt) .mw-empty-elt {
display: none
}
.emptyPortlet {
display: none
}
.printfooter,.client-nojs #t-print {
display: none
}
.noresize {
max-width: 100%;
overflow-x: auto
}
@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'
}
@counter-style myanmar_with_period {
system: numeric;
symbols: '\1040' '\1041' '\1042' '\1043' '\1044' '\1045' '\1046' '\1047' '\1048' '\1049';
suffix: '\104B\0020'
}
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
}
ol:lang(blk) li,ol:lang(kjp) li,ol:lang(ksw) li,ol:lang(mnw) li,ol:lang(my) li,ol:lang(shn) li {
list-style-type: myanmar_with_period
}
.mw-heading1:lang(anp),.mw-heading1:lang(as),.mw-heading1:lang(awa),.mw-heading1:lang(bgc),.mw-heading1:lang(bh),.mw-heading1:lang(bho),.mw-heading1:lang(blk),.mw-heading1:lang(bn),.mw-heading1:lang(bo),.mw-heading1:lang(bpy),.mw-heading1:lang(ccp),.mw-heading1:lang(dty),.mw-heading1:lang(dz),.mw-heading1:lang(gom),.mw-heading1:lang(gu),.mw-heading1:lang(hi),.mw-heading1:lang(kjp),.mw-heading1:lang(km),.mw-heading1:lang(kn),.mw-heading1:lang(ks),.mw-heading1:lang(ksw),.mw-heading1:lang(mag),.mw-heading1:lang(mai),.mw-heading1:lang(ml),.mw-heading1:lang(mnw),.mw-heading1:lang(mr),.mw-heading1:lang(my),.mw-heading1:lang(new),.mw-heading1:lang(nit),.mw-heading1:lang(nod),.mw-heading1:lang(or),.mw-heading1:lang(pa),.mw-heading1:lang(pi),.mw-heading1:lang(rki),.mw-heading1:lang(sa),.mw-heading1:lang(shn),.mw-heading1:lang(si),.mw-heading1:lang(syl),.mw-heading1:lang(ta),.mw-heading1:lang(tcy),.mw-heading1:lang(tdd),.mw-heading1:lang(te),h1:lang(anp),h1:lang(as),h1:lang(awa),h1:lang(bgc),h1:lang(bh),h1:lang(bho),h1:lang(blk),h1:lang(bn),h1:lang(bo),h1:lang(bpy),h1:lang(ccp),h1:lang(dty),h1:lang(dz),h1:lang(gom),h1:lang(gu),h1:lang(hi),h1:lang(kjp),h1:lang(km),h1:lang(kn),h1:lang(ks),h1:lang(ksw),h1:lang(mag),h1:lang(mai),h1:lang(ml),h1:lang(mnw),h1:lang(mr),h1:lang(my),h1:lang(new),h1:lang(nit),h1:lang(nod),h1:lang(or),h1:lang(pa),h1:lang(pi),h1:lang(rki),h1:lang(sa),h1:lang(shn),h1:lang(si),h1:lang(syl),h1:lang(ta),h1:lang(tcy),h1:lang(tdd),h1:lang(te) {
line-height: 1.6em !important
}
.mw-heading:lang(anp),.mw-heading:lang(as),.mw-heading:lang(awa),.mw-heading:lang(bgc),.mw-heading:lang(bh),.mw-heading:lang(bho),.mw-heading:lang(blk),.mw-heading:lang(bn),.mw-heading:lang(bo),.mw-heading:lang(bpy),.mw-heading:lang(ccp),.mw-heading:lang(dty),.mw-heading:lang(dz),.mw-heading:lang(gom),.mw-heading:lang(gu),.mw-heading:lang(hi),.mw-heading:lang(kjp),.mw-heading:lang(km),.mw-heading:lang(kn),.mw-heading:lang(ks),.mw-heading:lang(ksw),.mw-heading:lang(mag),.mw-heading:lang(mai),.mw-heading:lang(ml),.mw-heading:lang(mnw),.mw-heading:lang(mr),.mw-heading:lang(my),.mw-heading:lang(new),.mw-heading:lang(nit),.mw-heading:lang(nod),.mw-heading:lang(or),.mw-heading:lang(pa),.mw-heading:lang(pi),.mw-heading:lang(rki),.mw-heading:lang(sa),.mw-heading:lang(shn),.mw-heading:lang(si),.mw-heading:lang(syl),.mw-heading:lang(ta),.mw-heading:lang(tcy),.mw-heading:lang(tdd),.mw-heading:lang(te),h2:lang(anp),h2:lang(as),h2:lang(awa),h2:lang(bgc),h2:lang(bh),h2:lang(bho),h2:lang(blk),h2:lang(bn),h2:lang(bo),h2:lang(bpy),h2:lang(ccp),h2:lang(dty),h2:lang(dz),h2:lang(gom),h2:lang(gu),h2:lang(hi),h2:lang(kjp),h2:lang(km),h2:lang(kn),h2:lang(ks),h2:lang(ksw),h2:lang(mag),h2:lang(mai),h2:lang(ml),h2:lang(mnw),h2:lang(mr),h2:lang(my),h2:lang(new),h2:lang(nit),h2:lang(nod),h2:lang(or),h2:lang(pa),h2:lang(pi),h2:lang(rki),h2:lang(sa),h2:lang(shn),h2:lang(si),h2:lang(syl),h2:lang(ta),h2:lang(tcy),h2:lang(tdd),h2:lang(te),h3:lang(anp),h3:lang(as),h3:lang(awa),h3:lang(bgc),h3:lang(bh),h3:lang(bho),h3:lang(blk),h3:lang(bn),h3:lang(bo),h3:lang(bpy),h3:lang(ccp),h3:lang(dty),h3:lang(dz),h3:lang(gom),h3:lang(gu),h3:lang(hi),h3:lang(kjp),h3:lang(km),h3:lang(kn),h3:lang(ks),h3:lang(ksw),h3:lang(mag),h3:lang(mai),h3:lang(ml),h3:lang(mnw),h3:lang(mr),h3:lang(my),h3:lang(new),h3:lang(nit),h3:lang(nod),h3:lang(or),h3:lang(pa),h3:lang(pi),h3:lang(rki),h3:lang(sa),h3:lang(shn),h3:lang(si),h3:lang(syl),h3:lang(ta),h3:lang(tcy),h3:lang(tdd),h3:lang(te),h4:lang(anp),h4:lang(as),h4:lang(awa),h4:lang(bgc),h4:lang(bh),h4:lang(bho),h4:lang(blk),h4:lang(bn),h4:lang(bo),h4:lang(bpy),h4:lang(ccp),h4:lang(dty),h4:lang(dz),h4:lang(gom),h4:lang(gu),h4:lang(hi),h4:lang(kjp),h4:lang(km),h4:lang(kn),h4:lang(ks),h4:lang(ksw),h4:lang(mag),h4:lang(mai),h4:lang(ml),h4:lang(mnw),h4:lang(mr),h4:lang(my),h4:lang(new),h4:lang(nit),h4:lang(nod),h4:lang(or),h4:lang(pa),h4:lang(pi),h4:lang(rki),h4:lang(sa),h4:lang(shn),h4:lang(si),h4:lang(syl),h4:lang(ta),h4:lang(tcy),h4:lang(tdd),h4:lang(te),h5:lang(anp),h5:lang(as),h5:lang(awa),h5:lang(bgc),h5:lang(bh),h5:lang(bho),h5:lang(blk),h5:lang(bn),h5:lang(bo),h5:lang(bpy),h5:lang(ccp),h5:lang(dty),h5:lang(dz),h5:lang(gom),h5:lang(gu),h5:lang(hi),h5:lang(kjp),h5:lang(km),h5:lang(kn),h5:lang(ks),h5:lang(ksw),h5:lang(mag),h5:lang(mai),h5:lang(ml),h5:lang(mnw),h5:lang(mr),h5:lang(my),h5:lang(new),h5:lang(nit),h5:lang(nod),h5:lang(or),h5:lang(pa),h5:lang(pi),h5:lang(rki),h5:lang(sa),h5:lang(shn),h5:lang(si),h5:lang(syl),h5:lang(ta),h5:lang(tcy),h5:lang(tdd),h5:lang(te),h6:lang(anp),h6:lang(as),h6:lang(awa),h6:lang(bgc),h6:lang(bh),h6:lang(bho),h6:lang(blk),h6:lang(bn),h6:lang(bo),h6:lang(bpy),h6:lang(ccp),h6:lang(dty),h6:lang(dz),h6:lang(gom),h6:lang(gu),h6:lang(hi),h6:lang(kjp),h6:lang(km),h6:lang(kn),h6:lang(ks),h6:lang(ksw),h6:lang(mag),h6:lang(mai),h6:lang(ml),h6:lang(mnw),h6:lang(mr),h6:lang(my),h6:lang(new),h6:lang(nit),h6:lang(nod),h6:lang(or),h6:lang(pa),h6:lang(pi),h6:lang(rki),h6:lang(sa),h6:lang(shn),h6:lang(si),h6:lang(syl),h6:lang(ta),h6:lang(tcy),h6:lang(tdd),h6:lang(te) {
line-height: 1.4em
}
.mw-heading1:lang(ne),h1:lang(ne) {
line-height: 1.9
}
.mw-heading2:lang(th),.mw-heading2:lang(ne),h2:lang(th),h2:lang(ne) {
line-height: 1.6
}
.toc,.toccolours {
background-color: #f8f9fa;
border: 1px solid #aaa;
padding: 5px;
font-size: 95%
}
.toc {
display: table;
padding: 7px
}
.toc h2 {
display: inline;
border: 0;
padding: 0;
font-size: 100%;
font-weight: bold
}
.toc .toctitle {
text-align: center;
direction: ltr
}
.toc ul {
list-style: none;
margin: 0.3em 0;
padding: 0;
text-align: start
}
.toc ul ul {
margin: 0;
margin-left: 2em;
margin-right: 0;
-webkit-margin-start: 2em;
-webkit-margin-end: 0;
margin-inline-start:2em;margin-inline-end:0}
table.toc {
border-collapse: collapse
}
table.toc td {
padding: 0
}
.tocnumber,.toctext {
display: table-cell;
text-decoration: inherit
}
.tocnumber {
color: #222
}
.toctogglecheckbox {
display: inline !important;
position: absolute;
opacity: 0;
z-index: -1
}
.toctogglespan {
font-size: 94%
}
.toctogglespan::before {
content: ' ['
}
.toctogglespan::after {
content: ']'
}
.toctogglelabel {
color: #0645ad;
cursor: pointer
}
.toctogglelabel:hover {
text-decoration: underline
}
.toctogglecheckbox:focus + .toctitle .toctogglelabel {
text-decoration: underline;
outline: auto
}
.toctogglecheckbox:checked + .toctitle .toctogglelabel::after {
content: 'show'
}
.toctogglecheckbox:not(:checked) + .toctitle .toctogglelabel::after {
content: 'hide'
}
}
@media print {
.mw-parser-output a.external {
}
.mw-parser-output a.external.text::after,.mw-parser-output a.external.autonumber::after {
content: ' (' attr(href) ')';
word-break: break-all;
word-wrap: break-word
}
.mw-parser-output a.external.text[href^='//']:after,.mw-parser-output a.external.autonumber[href^='//']:after {
content: ' (https:' attr(href) ')'
}
.mw-editsection,.mw-editsection-like,.mw-indicators,#siteNotice,.usermessage {
display: none
}
.printfooter {
clear: both;
padding: 1em 0
}
.toctogglecheckbox:checked + .toctitle {
display: none
}
.toc {
background-color: #f9f9f9;
border: 1pt solid #aaa;
padding: 5px;
display: table
}
.tocnumber,.toctext {
display: table-cell
}
}
figure[typeof~='mw:File'],figure[typeof~='mw:File/Frameless'] {
margin: 0
}
.mw-body-content figure[typeof~='mw:File'] > a,.mw-body-content figure[typeof~='mw:File/Frameless'] > a {
border: 0
}
figure[typeof~='mw:File'].mw-halign-right,figure[typeof~='mw:File/Frameless'].mw-halign-right {
margin: 0 0 1.5em 2em;
clear: right;
float: right
}
figure[typeof~='mw:File'].mw-halign-left,figure[typeof~='mw:File/Frameless'].mw-halign-left {
margin: 0 2em 1.5em 0;
clear: left;
float: left
}
figure[typeof~='mw:File'].mw-halign-none,figure[typeof~='mw:File/Frameless'].mw-halign-none {
clear: none;
float: none
}
figure[typeof~='mw:File'].mw-halign-center,figure[typeof~='mw:File/Frameless'].mw-halign-center {
margin: 0 auto;
display: table;
border-collapse: collapse;
clear: none;
float: none
}
figure[typeof~='mw:File'] > figcaption,figure[typeof~='mw:File/Frameless'] > figcaption {
display: none
}
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] {
display: table;
text-align: center;
border-collapse: collapse;
line-height: 0;
margin: 0 0 1.5em 2em;
clear: right;
float: right
}
.mw-body-content figure[typeof~='mw:File/Thumb'] > a,.mw-body-content figure[typeof~='mw:File/Frame'] > a {
border: 0
}
.mw-content-ltr figure[typeof~='mw:File/Thumb'],.mw-content-ltr figure[typeof~='mw:File/Frame'] {
margin: 0 0 1.5em 2em;
clear: right;
float: right
}
.mw-content-rtl figure[typeof~='mw:File/Thumb'],.mw-content-rtl figure[typeof~='mw:File/Frame'] {
margin: 0 2em 1.5em 0;
clear: left;
float: left
}
figure[typeof~='mw:File/Thumb'].mw-halign-right,figure[typeof~='mw:File/Frame'].mw-halign-right {
margin: 0 0 1.5em 2em;
clear: right;
float: right
}
figure[typeof~='mw:File/Thumb'].mw-halign-left,figure[typeof~='mw:File/Frame'].mw-halign-left {
margin: 0 2em 1.5em 0;
clear: left;
float: left
}
figure[typeof~='mw:File/Thumb'].mw-halign-none,figure[typeof~='mw:File/Frame'].mw-halign-none {
margin: 0;
margin-bottom: 0.5em;
clear: none;
float: none
}
figure[typeof~='mw:File/Thumb'].mw-halign-center,figure[typeof~='mw:File/Frame'].mw-halign-center {
margin: 0 auto 0.5em auto;
clear: none;
float: none
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption),figure[typeof~='mw:File/Frame'] > :not(figcaption) {
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
margin: 0.75em;
margin-bottom: 0.5em
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-broken-media,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-broken-media {
display: inline-block;
line-height: 1.5;
word-break: break-word;
width: 180px
}
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption {
display: table-caption;
caption-side: bottom;
line-height: 1.5em;
min-height: 1em;
word-break: break-word;
text-align: left;
padding: 0 0.75em 0.75em 0.75em
}
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption,.mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption {
text-align: left
}
.mw-content-rtl figure[typeof~='mw:File/Thumb'] > figcaption,.mw-content-rtl figure[typeof~='mw:File/Frame'] > figcaption {
text-align: right
}
figure[typeof~='mw:File/Frame'] > figcaption:empty {
padding-bottom: 0.25em;
min-height: 0
}
.mw-valign-middle .mw-file-element {
vertical-align: middle
}
.mw-valign-baseline .mw-file-element {
vertical-align: baseline
}
.mw-valign-sub .mw-file-element {
vertical-align: sub
}
.mw-valign-super .mw-file-element {
vertical-align: super
}
.mw-valign-top .mw-file-element {
vertical-align: top
}
.mw-valign-text-top .mw-file-element {
vertical-align: text-top
}
.mw-valign-bottom .mw-file-element {
vertical-align: bottom
}
.mw-valign-text-bottom .mw-file-element {
vertical-align: text-bottom
}
@media screen and (max-width: 550px) {
#p-logo-text {
position:static
}
#p-logo-text a {
padding-top: 0
}
#p-logo-text a.long {
padding-bottom: 0.2em
}
}
@media screen and (-ms-high-contrast:none),(-ms-high-contrast:active) {
textarea,#searchInput {
box-shadow: none
}
}
@media screen {
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display: block
}
audio,canvas,progress,video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],template {
display: none
}
a {
background: transparent
}
abbr[title] {
border-bottom: 1px dotted
}
@supports (text-decoration: underline dotted) {
abbr[title] {
border-bottom:none;
text-decoration: underline dotted
}
}
b,strong {
font-weight: bold
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: 0.67em 0
}
mark {
background: #ff0;
color: #000
}
small {
font-size: 80%
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -0.5em
}
sub {
bottom: -0.25em
}
img {
border: 0;
vertical-align: middle
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
box-sizing: content-box;
height: 0
}
code,tt,kbd,pre,samp {
font-family: monospace,monospace;
font-size: 1em
}
button,input,optgroup,select,textarea {
font-style: inherit;
font-variant: inherit;
font-weight: inherit;
font-stretch: inherit;
font-size: inherit;
line-height: inherit;
margin: 0
}
button {
overflow: visible
}
button,select {
text-transform: none
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],html input[disabled] {
cursor: default
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type="checkbox"],input[type="radio"] {
box-sizing: border-box;
padding: 0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
height: auto
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: bold
}
.mw-content-ltr {
direction: ltr
}
.mw-content-rtl {
direction: rtl
}
.sitedir-ltr textarea,.sitedir-ltr input {
direction: ltr
}
.sitedir-rtl textarea,.sitedir-rtl input {
direction: rtl
}
.mw-userlink {
unicode-bidi: embed
}
mark {
background-color: #ff0;
color: #000
}
wbr {
display: inline-block
}
input[type='submit'],input[type='button'],input[type='reset'],input[type='file'] {
direction: ltr
}
textarea[dir='ltr'],input[dir='ltr'] {
direction: ltr
}
textarea[dir='rtl'],input[dir='rtl'] {
direction: rtl
}
abbr[title],.explain[title] {
border-bottom: 1px dotted;
cursor: help
}
@supports (text-decoration: underline dotted) {
abbr[title],.explain[title] {
border-bottom:0;
text-decoration: underline dotted
}
}
span.comment {
font-style: italic;
unicode-bidi: -moz-isolate;
unicode-bidi: isolate
}
#editform,#toolbar,#wpTextbox1 {
clear: both
}
#toolbar {
height: 22px
}
.mw-underline-always a {
text-decoration: underline
}
.mw-underline-never a {
text-decoration: none
}
li span.deleted,span.history-deleted {
text-decoration: line-through;
color: #72777d;
font-style: italic
}
.not-patrolled {
background-color: #ffa
}
.unpatrolled {
font-weight: bold;
color: #d73333
}
div.patrollink {
font-size: 75%;
text-align: right
}
td.mw-label {
text-align: right;
vertical-align: middle
}
td.mw-input {
text-align: left
}
td.mw-submit {
text-align: left;
white-space: nowrap
}
.mw-input-with-label {
white-space: nowrap;
display: inline-block
}
.mw-content-ltr .thumbcaption {
text-align: left
}
.mw-content-ltr .magnify {
float: right
}
.mw-content-rtl .thumbcaption {
text-align: right
}
.mw-content-rtl .magnify {
float: left
}
#catlinks {
text-align: left
}
.catlinks ul {
display: inline;
margin: 0;
padding: 0;
list-style: none
}
.catlinks li {
display: inline-block;
line-height: 1.25em;
border-left: 1px solid #a2a9b1;
margin: 0.125em 0;
padding: 0 0.5em;
zoom:1}
.catlinks li:first-child {
padding-left: 0.25em;
border-left: 0
}
.catlinks li a.mw-redirect {
font-style: italic
}
.mw-hidden-cats-hidden {
display: none
}
.catlinks-allhidden {
display: none
}
p.mw-protect-editreasons,p.mw-delete-editreasons {
font-size: 90%;
text-align: right
}
.autocomment,.autocomment a,.autocomment a:visited {
color: #72777d
}
.newpage,.minoredit,.botedit {
font-weight: bold
}
div.mw-warning-with-logexcerpt {
padding: 3px;
margin-bottom: 3px;
border: 2px solid #2a4b8d;
clear: both
}
div.mw-warning-with-logexcerpt ul li {
font-size: 90%
}
span.mw-revdelundel-link,strong.mw-revdelundel-link {
font-size: 90%
}
span.mw-revdelundel-hidden,input.mw-revdelundel-hidden {
visibility: hidden
}
td.mw-revdel-checkbox,th.mw-revdel-checkbox {
padding-right: 10px;
text-align: center
}
a.new {
color: #ba0000
}
.wikitable {
background-color: #f8f9fa;
color: #222;
margin: 1em 0;
border: 1px solid #a2a9b1;
border-collapse: collapse
}
.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td {
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em
}
.wikitable > tr > th,.wikitable > * > tr > th {
background-color: #eaecf0;
text-align: center
}
.wikitable > caption {
font-weight: bold
}
.error,.warning,.success {
font-size: larger
}
.warning {
color: #ac6600
}
.success {
color: #14866d
}
.mw-infobox {
border: 2px solid #fc3;
margin: 0.5em;
clear: left;
overflow: hidden
}
.mw-infobox-left {
margin: 7px;
float: left;
width: 35px
}
.mw-infobox-right {
margin: 0.5em 0.5em 0.5em 49px
}
.previewnote {
margin-bottom: 1em
}
.visualClear {
clear: both
}
.mw-datatable {
border: 1px solid #a2a9b1;
border-collapse: collapse
}
.mw-datatable td,.mw-datatable th {
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em
}
.mw-datatable th {
background-color: #eaeeff
}
.mw-datatable td {
background-color: #fff
}
.mw-datatable tr:hover td {
background-color: #eaf3ff
}
div.tright,div.floatright,table.floatright {
clear: right;
float: right
}
div.tleft,div.floatleft,table.floatleft {
float: left;
clear: left
}
div.floatright,table.floatright,div.floatleft,table.floatleft {
position: relative
}
#mw-credits a {
unicode-bidi: embed
}
.printfooter {
display: none
}
.xdebug-error {
position: absolute;
z-index: 99
}
.mw-editsection {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none
}
.mw-editsection,.mw-editsection-like {
font-size: small;
font-weight: normal;
margin-left: 1em;
vertical-align: baseline;
line-height: 1em
}
.mw-content-ltr .mw-editsection,.mw-content-rtl .mw-content-ltr .mw-editsection {
margin-left: 1em
}
.mw-content-rtl .mw-editsection,.mw-content-ltr .mw-content-rtl .mw-editsection {
margin-right: 1em
}
sup,sub {
line-height: 1
}
input {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif
}
form input:not(.mw-widgets-datetime-dateTimeInputWidget-editField):not(.mw-history-compareselectedversions-button) {
margin: 0.5em 0;
padding: 0.35em
}
form .oo-ui-tagMultiselectWidget-handle input {
margin: unset;
padding: unset
}
form .oo-ui-checkboxInputWidget input:not(.mw-widgets-datetime-dateTimeInputWidget-editField):not(.mw-history-compareselectedversions-button) {
margin: unset
}
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button,.oo-ui-textInputWidget .oo-ui-inputWidget-input,.oo-ui-dropdownWidget-handle,button,textarea,select {
padding: 0.35em;
box-sizing: border-box;
height: unset
}
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button,button {
padding: 0.35em 1em
}
.mw-input-with-label {
display: block
}
.mw-widget-dateInputWidget {
margin: 0 0 0.2em 0
}
input[type='radio'],input[type='checkbox'] {
margin: 0.35em 0.2em 0.25em 0.35em;
box-sizing: border-box
}
textarea,#searchInput {
box-sizing: border-box;
box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.05)
}
textarea {
width: 100%;
resize: vertical;
box-sizing: border-box;
line-height: 1.3em
}
div.editOptions {
padding: 1.25em 1.75em;
border: solid #c8ccd1;
border-width: 0 1px 0.2em;
background: #eaecf0
}
div.editOptions fieldset {
margin-top: 1em
}
form:not(.oo-ui-layout) textarea,form:not(.oo-ui-layout) input {
border: solid 1px #c8ccd1;
border-radius: 2px
}
form:not(.oo-ui-layout) input[type='file'] {
border: unset;
border-radius: unset
}
form:not(.oo-ui-layout) button,form:not(.oo-ui-layout) input[type='submit'] {
border-radius: 2px;
padding: 0.35em 1em;
background-color: #36c;
font-weight: bold;
color: #fff;
border: solid 1px #36c
}
form:not(.oo-ui-layout) button:not(:disabled):hover,form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover,form:not(.oo-ui-layout) button:not(:disabled):active,form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active {
background-color: #47f
}
form:not(.oo-ui-layout) fieldset {
border: 0;
margin: 1.5em 0 0;
padding: 0
}
form:not(.oo-ui-layout) fieldset legend {
font-weight: bold;
font-size: 110%
}
.mw-editfont-monospace,.mw-editfont-sans-serif,.mw-editfont-serif {
font-size: inherit
}
body .mw-editfont-monospace {
font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace
}
body .mw-editfont-sans-serif {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif
}
body .mw-editfont-serif {
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif
}
.mw-templatesandbox-page label {
padding: 0
}
#wpTemplateSandboxPreview {
margin-left: 0.5em
}
.mw-special-Watchlist .mw-input-with-label {
display: inline-block
}
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] {
border: 1px solid #eaecf0;
border-bottom: 0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
background-color: #f8f9fa
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
border: 1px solid #eaecf0
}
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption {
border: 1px solid #eaecf0;
border-top: 0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
background-color: #f8f9fa;
font-size: 95%
}
.mw-image-border .mw-file-element {
border: 1px solid #eaecf0
}
figure[typeof~='mw:File/Thumb'] > figcaption::before {
content: '';
width: 20px;
height: 20px;
margin: 0 0 0.5em 0.5em;
float: right
}
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption::before {
margin: 0 0 0.5em 0.5em;
float: right
}
.mw-content-rtl figure[typeof~='mw:File/Thumb'] > figcaption::before {
margin: 0 0.5em 0.5em 0;
float: left
}
figure[typeof~='mw:File/Thumb'] > .mw-file-description,figure[typeof~='mw:File/Thumb'] > .mw-file-magnify {
display: block;
position: relative
}
figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
content: '';
width: 20px;
height: 20px;
position: absolute;
bottom: -20px;
right: 0.75em;
background-image: url(/skins/CustomTimeless/resources/images/magnify-ltr.svg?4d568)
}
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
right: 0.75em;
left: auto;
background-image: url(/skins/CustomTimeless/resources/images/magnify-ltr.svg?4d568)
}
.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
right: auto;
left: 0.75em;
background-image: url(/skins/CustomTimeless/resources/images/magnify-rtl.svg?5bbbc)
}
html,body {
margin: 0;
padding: 0
}
body {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
color: #000;
background: #72777d;
font-size: 0.95em;
line-height: 1.5
}
#mw-content {
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
background: #fff;
padding: 1em 3em 3em
}
#bodyContentOuter {
position: relative;
z-index: 0
}
.mw-body {
word-wrap: break-word
}
.mw-footer-container {
border-top: solid 1px #54595d;
box-shadow: inset 0 7px 2px -4px rgba(0,0,0,0.1);
color: #fff
}
.mw-footer-container a {
color: #dbeaff
}
.mw-footer-container a:hover {
color: #cbe2ff
}
.mw-footer-container a:visited {
color: #c1dcff
}
.mw-footer-container a:visited:hover {
color: #add0ff
}
.mw-footer-container ul {
margin: 0
}
#p-logo {
text-align: center;
margin: auto
}
#p-logo-text {
padding-right: 1em;
box-sizing: border-box;
max-width: 20em;
text-align: center;
line-height: 1
}
#simpleSearch {
box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.05);
background: #fff;
position: relative;
border: solid 1px #c8ccd1
}
#searchInput {
border: 0;
margin: 0;
height: 2.1em;
padding: 0.4em 4.5em 0.2em 2em;
box-shadow: none;
background: transparent;
width: 100%;
min-height: 0;
font-family: inherit
}
#searchButton,#mw-searchButton {
position: absolute;
top: 0;
margin: 0;
padding: 0;
right: 1.5em;
width: 2.5em;
height: 2.5em;
text-indent: -99999px;
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-image: url(/skins/CustomTimeless/resources/images/search-ltr.svg?2df17);
background-position: center 40%;
box-shadow: none
}
.suggestions {
background: #fff;
box-shadow: 0 2px 2px 1px rgba(0,0,0,0.05)
}
.suggestions .suggestions-special {
background-color: #fff;
border: 1px solid #c8ccd1;
border-bottom-width: 0.2em;
padding: 0.75em 2em
}
.suggestions .suggestions-results {
background-color: #fff;
border: 1px solid #c8ccd1;
border-bottom-width: 0.2em
}
.suggestions .suggestions-result {
color: #000;
padding: 0.65em 2em 0.35em
}
.suggestions .suggestions-result-current {
background-color: #36c;
color: #fff
}
.dropdown-toggle {
cursor: pointer;
margin-bottom: -0.45em;
padding-bottom: 0.45em
}
.dropdown-toggle::after {
display: inline-block;
content: '';
width: 22px;
height: 12px;
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab);
background-position: center center;
background-repeat: no-repeat
}
.mw-footer {
padding-top: 0.5em;
padding-bottom: 1em
}
.mw-footer ul,.mw-footer li {
margin: 1em 0;
list-style: none;
padding: 0
}
.mw-footer .footer-icons {
float: right;
margin: 0 0 0 1em
}
.mw-footer #footer-places li {
display: inline-block;
margin: 0 1em 0 0
}
.mw-footer #lastmod,.mw-footer #credits,.mw-footer #copyright {
display: block
}
#mw-content-container {
background: #eaecf0;
border-bottom: solid 4px #00af89;
background-image: url(/skins/CustomTimeless/resources/images/cat.svg?558fd);
background-repeat: no-repeat;
background-position: center 10em
}
.tools-inline div,.tools-inline div,.tools-inline ul,.tools-inline ul,.tools-inline li,.tools-inline li {
list-style: none;
display: inline-block;
margin: 0;
padding: 0
}
.tools-inline li {
margin: 0.25em 0 1em;
border-bottom: solid 3px transparent
}
.tools-inline li:hover {
border-bottom-color: #c8ccd1
}
.tools-inline li.selected {
border-bottom-color: #36c
}
.tools-inline li.selected a {
color: #000
}
.tools-inline li a {
background-image: url(/skins/CustomTimeless/resources/images/page-misc-grey.svg?949a4);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px
}
.tools-inline li a:hover {
text-decoration: none
}
#p-namespaces {
float: left
}
#p-namespaces li {
margin-right: 1em
}
#p-views,#p-more {
float: right
}
#p-views li,#p-more li {
margin-left: 1em
}
#ca-watch a {
background-image: url(/skins/CustomTimeless/resources/images/star.svg?ec5b6);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px;
text-indent: -99999px;
width: 20px;
overflow: hidden;
box-sizing: border-box;
padding: 0
}
#ca-unwatch a {
background-image: url(/skins/CustomTimeless/resources/images/star-filled.svg?c4b94);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px;
text-indent: -99999px;
width: 20px;
overflow: hidden;
box-sizing: border-box;
padding: 0
}
#ca-unwatch.mw-watchlink-temp a {
background-image: url(/skins/CustomTimeless/resources/images/star-half-filled.svg?84bc6);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px;
text-indent: -99999px;
width: 20px;
overflow: hidden;
box-sizing: border-box;
padding: 0
}
#ca-edit a {
background-image: url(/skins/CustomTimeless/resources/images/pencil-grey.svg?1316d);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px
}
#ca-history a {
background-image: url(/skins/CustomTimeless/resources/images/clock-grey.svg?00636);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px
}
#ca-talk a {
background-image: url(/skins/CustomTimeless/resources/images/talk-grey.svg?07e9a);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px
}
#t-contributions a {
background-image: url(/skins/CustomTimeless/resources/images/puzzle-grey.svg?136ab);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px
}
#ca-addsection a {
background-image: url(/skins/CustomTimeless/resources/images/plus-grey.svg?dd2b4);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px
}
#ca-viewsource a {
background-image: url(/skins/CustomTimeless/resources/images/brackets-grey.svg?e7e1e);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px
}
#ca-view a,#ca-view-foreign a {
background-image: url(/skins/CustomTimeless/resources/images/eyeball-grey.svg?d2e24);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px
}
#ca-view {
position: absolute;
top: -9999px;
left: 0
}
.tools-inline li[id^='ca-nstab-'] a {
background-image: url(/skins/CustomTimeless/resources/images/page-grey.svg?55fb0);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px
}
#siteNotice {
font-size: 95%;
margin: 0.5em auto 1.5em
}
#localNotice {
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 0;
text-align: center
}
#localNotice p {
margin-left: 1em;
margin-right: 1em
}
a {
text-decoration: none;
color: #36c
}
a:hover {
color: #2952a3;
text-decoration: underline
}
a:visited {
color: #2a4b8d
}
a:visited:hover {
color: #1e3666
}
a.new,.new a {
color: #d73333
}
a.new:hover,.new a:hover {
color: #b42323
}
a.new:visited,.new a:visited {
color: #b32424
}
a.new:visited:hover,.new a:visited:hover {
color: #891b1b
}
.mw-parser-output a.extiw,.mw-parser-output a.extiw:active,.mw-parser-output a.external {
color: #37a
}
.mw-parser-output a.extiw:hover,.mw-parser-output a.extiw:active:hover,.mw-parser-output a.external:hover {
color: #275c83
}
.mw-parser-output a.extiw:visited,.mw-parser-output a.extiw:active:visited,.mw-parser-output a.external:visited {
color: #275c83
}
.mw-parser-output a.extiw:visited:hover,.mw-parser-output a.extiw:active:visited:hover,.mw-parser-output a.external:visited:hover {
color: #1b405c
}
a.mw-selflink {
color: inherit;
font-weight: bold;
text-decoration: inherit
}
.mw-editsection {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
background-image: url(/skins/CustomTimeless/resources/images/pencil-grey.svg?1316d);
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 20px;
padding-top: 0.5em
}
.mw-editsection a {
display: inline-block;
padding: 0.5em 0 0.25em;
margin-right: 1em
}
.mw-editsection a:first-of-type {
padding-left: 20px;
margin-left: -20px
}
.mw-editsection-bracket {
display: none
}
.mw-indicators {
float: right;
margin-left: 1em
}
.mw-indicators img {
margin-top: -0.5em
}
.mw-indicator {
display: inline-block;
margin: 0.65em 0 0 0.25em
}
div.magnify a {
display: block;
text-indent: 20px;
white-space: nowrap;
overflow: hidden;
width: 20px;
height: 20px;
margin: 0 0 0.5em 0.5em;
background-image: url(/skins/CustomTimeless/resources/images/magnify-ltr.svg?4d568)
}
#contentSub {
font-size: 84%;
color: #54595d
}
#contentSub .subpages {
display: block
}
.usermessage {
background-color: #ffce7b;
border: 1px solid #ffa500;
color: #000;
font-weight: bold;
margin: 2em 0 1em;
padding: 0.5em 1em;
vertical-align: middle
}
.screenplay,code,tt,kbd,pre,samp,.skin-timeless .monospace {
font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace
}
.skin-timeless .serif {
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif
}
.skin-timeless .sans-serif {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif
}
code,pre,.mw-code {
color: #000;
background-color: #f8f9fa;
border: 1px solid #c8ccd1
}
code {
padding: 1px 4px
}
pre,.mw-code {
padding: 1em;
white-space: pre-wrap
}
.mw-body .mw-heading,.mw-body h1,.mw-body h2,.mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6,.mw-body dt {
font-weight: normal;
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
line-height: 1.125;
margin: 1.25em 0 0.5em
}
.mw-body dt {
font-weight: bold;
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
line-height: 1.125;
margin: 1.5em 0 0.5em;
margin-bottom: 0.1em
}
.mw-body dl {
margin-top: 0.2em;
margin-bottom: 0.5em
}
.mw-body form dt {
margin: 0 0.5em 0 0
}
.mw-body h1.firstHeading {
margin: 0.25em 0 0.5em;
border-bottom: solid 4px #36c;
display: block
}
.mw-body .mw-heading1,.mw-body h1 {
font-size: 2em;
border-bottom: solid 3px #c8ccd1
}
.mw-body .mw-heading2,.mw-body h2 {
font-size: 1.8em;
border-bottom: solid 2px #c8ccd1
}
.mw-body .mw-heading1,.mw-body h1,.mw-body .mw-heading2,.mw-body h2 {
display: flow-root
}
.mw-body .mw-heading3,.mw-body h3 {
font-size: 1.6em
}
.mw-body .mw-heading4,.mw-body h4 {
font-size: 1.4em
}
.mw-body .mw-heading5,.mw-body h5 {
font-size: 1.25em
}
.mw-body .mw-heading6,.mw-body h6 {
font-size: 1.2em
}
.mw-body .mw-heading h1,.mw-body .mw-heading h2,.mw-body .mw-heading h3,.mw-body .mw-heading h4,.mw-body .mw-heading h5,.mw-body .mw-heading h6 {
font-size: inherit;
border-bottom: 0;
display: inline
}
.mw-body dt {
margin-top: 1em
}
.mw-body dd {
margin-bottom: 1em
}
.mw-body .mw-changeslist-legend dt {
margin: 0 0.5em 0 0
}
.mw-body .mw-changeslist-legend dd {
margin-bottom: 0
}
.mw-body-content a > img,.mw-body-content .floatnone > img {
height: auto !important;
max-width: calc(100% - 20px) !important
}
.mw-body-content table a > img,.mw-body-content table .floatnone > img {
height: unset !important;
max-width: unset !important
}
#siteSub {
margin: -0.5em 0 0.5em 0;
font-style: italic;
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
display: none
}
hr {
border-width: 1px;
border-color: #c8ccd1;
border-style: solid none solid none;
margin: 0.5em 0
}
pre {
overflow: auto;
white-space: pre-wrap
}
p {
margin: 1em 0
}
ul {
padding: 0;
margin: 0.3em 0 0 1.6em
}
.center {
margin-right: auto;
margin-left: auto;
text-align: center
}
.floatright,.tright {
margin: 0 0 0.5em 0.5em;
padding: 0 0 1em 1.5em
}
.floatleft,.tleft {
margin: 0 0.5em 0.5em 0;
padding: 0 1.5em 1em 0
}
.thumbinner {
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 0.75em;
margin-left: auto;
margin-right: auto;
overflow: hidden
}
.thumbcaption {
font-size: 95%;
padding: 0.5em 0 0;
min-height: 1em
}
.thumbcaption:empty {
padding: 0;
min-height: 0
}
.thumbinner .thumbimage,.thumbborder {
border: solid 1px #eaecf0
}
.mw-body li.gallerybox div.thumb {
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 0
}
ul#filetoc,.toc,.toccolours,.mw-warning {
display: table;
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.25em 1.75em;
margin-top: 1em;
margin-bottom: 1em;
min-width: 15em;
font-size: 100%
}
.toc {
line-height: 1.2
}
.toc ul {
margin: 1em 0 0;
list-style: none;
text-align: left
}
.toc li {
margin: 0.3em 0
}
.toc li:last-child {
margin-bottom: 0.5em
}
ul#filetoc {
display: block;
margin-bottom: 2em
}
.mw-body .toctitle {
border-bottom: solid 2px #c8ccd1;
text-align: unset
}
.mw-body .toctitle h2 {
border-bottom: 0;
font-size: 1em;
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
margin: 0;
display: inline
}
.toctogglespan {
float: right
}
body :not(:checked) > .toctogglespan::before,body :not(:checked) > .toctogglespan::after {
content: ''
}
.toctogglelabel {
padding-left: 0;
margin-left: 0.5em
}
.toclevel-1 {
margin-bottom: 0.25em
}
.tocnumber {
color: #54595d
}
.skin-timeless .mw-body .oo-ui-tagMultiselectWidget-handle,.skin-timeless .mw-body .oo-ui-capsuleMultiselectWidget-handle {
margin: 0
}
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.wikitable,.mw-datatable {
color: #000;
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.25em 1.75em
}
.mw-body .mw-search-profile-tabs {
padding: 0.5em
}
.mw_metadata,.mw-datatable,.wikitable {
border-color: #c8ccd1
}
.mw_metadata > tr > th,.mw-datatable > tr > th,.wikitable > tr > th,.mw_metadata > tr > td,.mw-datatable > tr > td,.wikitable > tr > td,.mw_metadata > * > tr > th,.mw-datatable > * > tr > th,.wikitable > * > tr > th,.mw_metadata > * > tr > td,.mw-datatable > * > tr > td,.wikitable > * > tr > td {
border: 1px solid #c8ccd1;
padding: 0.4em 0.5em
}
.mw-datatable th {
background: #eaf3ff
}
.mw_metadata th,.wikitable th {
background: #eaecf0
}
.mw_metadata {
border-bottom-width: 3px
}
.color-bar {
width: 100%
}
.color-left {
height: 0.35em;
background: #b32424;
width: 50%;
float: left
}
.color-right {
display: inline-block;
height: 0.35em;
background: #14866d;
width: 50%;
float: right
}
.color-middle-container {
max-width: 115em;
margin: 0 auto -0.35em;
position: relative
}
.color-middle {
height: 0.35em;
background: #2a4b8d;
margin-left: 21em;
margin-right: 17em
}
.emptyPortlet,#mw-page-header-links .emptyPortlet {
display: none
}
#p-lang.emptyPortlet {
display: inherit
}
#p-namespaces h3,#p-views h3,#p-more h3,#p-search h3 {
position: absolute;
top: -9999px;
left: 0
}
}
@media screen and (min-width: 851px) {
body,html {
scroll-padding-top:3.625em
}
.dropdown,.sidebar-inner {
display: block !important
}
.ts-inner {
max-width: 115em;
box-sizing: border-box;
padding: 0 1em;
margin: auto
}
div.mw-notification-area {
top: 3.375em
}
#mw-header {
display: flex
}
#mw-header-container {
height: 0;
position: fixed;
z-index: 200;
top: 0;
width: 100%;
background: #fff;
color: #000;
padding: 0.5em 0 0;
min-height: 3.125em;
box-sizing: border-box
}
#p-logo-text {
justify-content: space-between;
width: auto;
flex: 0 0 auto;
order: 1
}
#p-search {
justify-content: space-between;
width: auto;
flex: 1 1 auto;
order: 2
}
#user-tools {
justify-content: space-between;
width: auto;
flex: 0 1 auto;
order: 3;
display: inline-block
}
#user-tools h2 span {
display: inline-block;
max-width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
#user-tools #personal h2::after {
height: 22px
}
#mw-header-nav-hack,#mw-header-hack {
position: fixed;
z-index: 197;
top: 3.125em;
box-shadow: 0 3px 3px 2px rgba(0,0,0,0.075),0 0 2px rgba(0,0,0,0.2)
}
#mw-header-nav-hack {
display: none
}
#personal {
display: inline-block;
position: relative;
padding-left: 1.5em;
line-height: 1
}
#personal .dropdown {
top: 3.15em;
display: none !important;
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
background: #fff;
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05);
position: absolute;
padding: 20px 2em 0;
margin: 0;
min-width: 9.153em;
top: 2.95em;
right: -1em;
overflow: visible;
z-index: 50
}
#personal .dropdown ul,#personal .dropdown li {
list-style: none;
margin: 0;
padding: 0
}
#personal .dropdown label,#personal .dropdown h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: solid 2px #c8ccd1;
display: block
}
#personal .dropdown .mw-portlet > div,#personal .dropdown .mw-portlet-body {
margin-bottom: 2em
}
#personal .dropdown li {
padding: 0.25em 0
}
#personal .dropdown::before,#personal .dropdown::after {
transform: rotate(360deg);
border-bottom: 10px solid #eaecf0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: '';
height: 0;
width: 0;
position: absolute;
right: 1em;
z-index: 51
}
#personal .dropdown::before {
top: -10px
}
#personal .dropdown::after {
border-bottom-color: #fff;
top: -8px
}
#personal .pokey {
top: 1.9em
}
#personal h2 {
margin: 0;
padding: 0.5em 0 0 25px;
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
font-weight: normal;
font-size: 1.25em;
background-image: url(/skins/CustomTimeless/resources/images/user-grey.svg?a8a55);
background-position: left 9px;
background-repeat: no-repeat;
cursor: pointer;
margin-bottom: -0.45em;
padding-bottom: 0.45em
}
#personal h2::after {
display: inline-block;
content: '';
width: 22px;
height: 12px;
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab);
background-position: center center;
background-repeat: no-repeat
}
#personal h2 span {
display: inline-block;
line-height: normal;
word-wrap: break-word
}
#mw-site-navigation .sidebar-chunk ul,#mw-site-navigation .sidebar-chunk li {
color: red
}
.client-nojs #personal:hover .pokey,.client-nojs #personal:hover .dropdown {
display: block !important
}
#mw-wrapper .dropdown-active .pokey,#mw-wrapper .dropdown-active .dropdown,#mw-wrapper .dropdown-active .sidebar-inner {
display: block !important
}
#p-variants-desktop {
float: right;
margin: 0.25em 0 1em 1em;
position: relative
}
#p-variants-desktop h3 {
cursor: pointer;
margin-bottom: -0.45em;
padding-bottom: 0.45em;
background-image: url(/skins/CustomTimeless/resources/images/languages-grey.svg?167d0);
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
display: inline-block;
margin-bottom: -0.35em;
padding: 0 2px 0 20px;
font-size: 1em;
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
border-bottom: transparent;
margin: 0 0 -1em;
line-height: 1.5;
padding-bottom: 1em
}
#p-variants-desktop h3::after {
display: inline-block;
content: '';
width: 22px;
height: 12px;
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab);
background-position: center center;
background-repeat: no-repeat
}
#p-variants-desktop .dropdown {
display: none !important;
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
background: #fff;
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05);
position: absolute;
padding: 20px 2em 0;
margin: 0;
min-width: 9.153em;
top: 2.95em;
right: -1em;
overflow: visible;
z-index: 50;
top: 2.25em !important;
padding-bottom: 2em;
margin-right: 2px
}
#p-variants-desktop .dropdown ul,#p-variants-desktop .dropdown li {
list-style: none;
margin: 0;
padding: 0
}
#p-variants-desktop .dropdown label,#p-variants-desktop .dropdown h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: solid 2px #c8ccd1;
display: block
}
#p-variants-desktop .dropdown .mw-portlet > div,#p-variants-desktop .dropdown .mw-portlet-body {
margin-bottom: 2em
}
#p-variants-desktop .dropdown li {
padding: 0.25em 0
}
#p-variants-desktop .dropdown::before,#p-variants-desktop .dropdown::after {
transform: rotate(360deg);
border-bottom: 10px solid #eaecf0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: '';
height: 0;
width: 0;
position: absolute;
right: 1em;
z-index: 51
}
#p-variants-desktop .dropdown::before {
top: -10px
}
#p-variants-desktop .dropdown::after {
border-bottom-color: #fff;
top: -8px
}
#p-variants-desktop .dropdown .selected a {
color: #000
}
.client-nojs #p-variants-desktop:hover .dropdown {
display: block !important
}
.mw-wiki-logo {
display: block;
margin: 0.75em auto 0
}
.mw-wiki-logo.fallback {
content: '';
width: 11em;
height: 11em;
background-repeat: no-repeat;
background-position: center center
}
.mw-wiki-logo.timeless-logo {
background-image: none
}
.mw-wiki-logo.timeless-logo img {
width: 135px;
height: auto;
margin: 0.75em 0 0.5em
}
#p-variants,#other-languages.variants-only,#mw-page-header-links #p-more,.sidebar-chunk h2 {
display: none
}
#mw-content-container {
margin-top: 3.475em;
padding-bottom: 1em
}
}
@media screen and (min-width: 1340px) {
#mw-content-block {
display:flex;
clear: both
}
#p-logo-text {
min-width: 20em
}
#mw-site-navigation {
padding-right: 1em;
box-sizing: border-box;
justify-content: space-between;
width: 20em;
flex: 0 0 20em;
order: 1
}
#mw-site-navigation .sidebar-chunk {
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em
}
#mw-site-navigation .sidebar-chunk ul,#mw-site-navigation .sidebar-chunk li {
list-style: none;
margin: 0;
padding: 0
}
#mw-site-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: solid 2px #c8ccd1;
display: block
}
#mw-site-navigation .sidebar-chunk .mw-portlet > div,#mw-site-navigation .sidebar-chunk .mw-portlet-body {
margin-bottom: 2em
}
#mw-site-navigation .sidebar-chunk li {
padding: 0.25em 0
}
#mw-content-wrapper {
justify-content: space-between;
width: auto;
flex: 1 1 auto;
order: 2;
min-width: 50%
}
#mw-related-navigation {
padding-left: 1em;
box-sizing: border-box;
justify-content: space-between;
width: 16em;
flex: 0 0 16em;
order: 3
}
#mw-related-navigation .sidebar-chunk {
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em
}
#mw-related-navigation .sidebar-chunk ul,#mw-related-navigation .sidebar-chunk li {
list-style: none;
margin: 0;
padding: 0
}
#mw-related-navigation .sidebar-chunk label,#mw-related-navigation .sidebar-chunk h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: solid 2px #c8ccd1;
display: block
}
#mw-related-navigation .sidebar-chunk .mw-portlet > div,#mw-related-navigation .sidebar-chunk .mw-portlet-body {
margin-bottom: 2em
}
#mw-related-navigation .sidebar-chunk li {
padding: 0.25em 0
}
#catlinks {
display: none
}
#user-tools {
min-width: 16em
}
}
@media screen and (min-width: 1100px) and (max-width:1339px) {
#mw-content-block {
clear:both
}
#p-logo-text {
min-width: 20em
}
#mw-site-navigation,#mw-related-navigation {
padding-right: 1em;
box-sizing: border-box;
display: block;
width: 20em;
position: relative
}
#mw-site-navigation .sidebar-chunk,#mw-related-navigation .sidebar-chunk {
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em
}
#mw-site-navigation .sidebar-chunk ul,#mw-related-navigation .sidebar-chunk ul,#mw-site-navigation .sidebar-chunk li,#mw-related-navigation .sidebar-chunk li {
list-style: none;
margin: 0;
padding: 0
}
#mw-site-navigation .sidebar-chunk label,#mw-related-navigation .sidebar-chunk label,#mw-site-navigation .sidebar-chunk h3,#mw-related-navigation .sidebar-chunk h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: solid 2px #c8ccd1;
display: block
}
#mw-site-navigation .sidebar-chunk .mw-portlet > div,#mw-related-navigation .sidebar-chunk .mw-portlet > div,#mw-site-navigation .sidebar-chunk .mw-portlet-body,#mw-related-navigation .sidebar-chunk .mw-portlet-body {
margin-bottom: 2em
}
#mw-site-navigation .sidebar-chunk li,#mw-related-navigation .sidebar-chunk li {
padding: 0.25em 0
}
#mw-site-navigation {
overflow: hidden
}
#mw-related-navigation > div.sidebar-chunk:first-child {
margin-top: 0
}
#mw-content-wrapper {
float: right;
margin-left: -20em;
width: 100%
}
#mw-content,#content-bottom-stuff {
margin-left: 20em
}
#catlinks {
display: none
}
.color-right {
background: #2a4b8d
}
.ts-inner,.color-middle-container {
max-width: 99em
}
}
@media screen and (min-width: 851px) and (max-width:1099px) {
#mw-content-block {
padding:0;
position: relative;
max-width: 79em
}
.ts-inner {
max-width: 79em
}
#mw-content {
border-width: 0 0 1px;
clear: both;
margin-top: 5.425em
}
#mw-content-container {
padding-bottom: 0
}
#catlinks-sidebar {
display: none
}
#catlinks {
margin: 0 3em;
padding: 1em 0 0.5em
}
#catlinks li {
border-left: 0
}
#catlinks div {
margin: 0 0 0.35em
}
#mw-data-after-content {
padding: 0 3em
}
.sidebar-chunk {
display: inline-block;
position: relative
}
.sidebar-chunk h2 {
display: inline-block
}
.sidebar-inner,#p-logo {
display: none !important
}
.color-right,.color-middle {
background: #b32424
}
#mw-site-navigation,#mw-related-navigation {
display: inline-block;
position: relative;
z-index: 199
}
#mw-site-navigation h2,#mw-related-navigation h2 {
font-weight: normal;
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
font-size: 1.25em;
padding: 0.5em 0 0.2em;
margin: 0;
cursor: pointer;
margin-bottom: -0.45em;
padding-bottom: 0.45em
}
#mw-site-navigation h2::after,#mw-related-navigation h2::after {
display: inline-block;
content: '';
width: 22px;
height: 12px;
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab);
background-position: center center;
background-repeat: no-repeat
}
.client-nojs .sidebar-chunk:hover .sidebar-inner {
display: block !important
}
#mw-header-nav-hack {
border-top: solid 2px #eaecf0;
display: block;
position: absolute;
z-index: 198;
background: #fff;
width: 100%
}
#mw-header-nav-hack .color-bar {
margin-top: 2.5em
}
#mw-site-navigation {
position: absolute;
top: -2.35em;
left: 2em
}
#mw-site-navigation .sidebar-chunk {
margin: 0 1em 0 0
}
#mw-site-navigation .sidebar-inner {
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
background: #fff;
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05);
position: absolute;
padding: 20px 2em 0;
margin: 0;
min-width: 9.153em;
top: 2.95em;
left: -1em;
overflow: visible;
z-index: 50
}
#mw-site-navigation .sidebar-inner ul,#mw-site-navigation .sidebar-inner li {
list-style: none;
margin: 0;
padding: 0
}
#mw-site-navigation .sidebar-inner label,#mw-site-navigation .sidebar-inner h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: solid 2px #c8ccd1;
display: block
}
#mw-site-navigation .sidebar-inner .mw-portlet > div,#mw-site-navigation .sidebar-inner .mw-portlet-body {
margin-bottom: 2em
}
#mw-site-navigation .sidebar-inner li {
padding: 0.25em 0
}
#mw-site-navigation .sidebar-chunk h2 span::before,#mw-site-navigation .sidebar-chunk h2 span::after {
transform: rotate(360deg);
border-bottom: 10px solid #eaecf0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: '';
height: 0;
width: 0;
position: absolute;
right: 1em;
z-index: 51
}
#mw-site-navigation .sidebar-chunk h2 span::before {
top: -10px
}
#mw-site-navigation .sidebar-chunk h2 span::after {
border-bottom-color: #fff;
top: -8px
}
#mw-site-navigation .sidebar-chunk h2 span::before,#mw-site-navigation .sidebar-chunk h2 span::after {
right: 1px;
display: none
}
#mw-site-navigation .sidebar-chunk h2 span::before {
top: 34px
}
#mw-site-navigation .sidebar-chunk h2 span::after {
top: 36px
}
#mw-site-navigation .dropdown-active h2 span::before,.client-nojs #mw-site-navigation .sidebar-chunk:hover h2 span::before,#mw-site-navigation .dropdown-active h2 span::after,.client-nojs #mw-site-navigation .sidebar-chunk:hover h2 span::after {
display: block
}
#mw-related-navigation {
position: absolute;
top: -2.35em;
right: 2em
}
#mw-related-navigation .sidebar-chunk {
margin: 0 0 0 1em
}
#mw-related-navigation .sidebar-inner {
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
background: #fff;
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05);
position: absolute;
padding: 20px 2em 0;
margin: 0;
min-width: 9.153em;
top: 2.95em;
right: -1em;
overflow: visible;
z-index: 50;
top: 2.95em !important
}
#mw-related-navigation .sidebar-inner ul,#mw-related-navigation .sidebar-inner li {
list-style: none;
margin: 0;
padding: 0
}
#mw-related-navigation .sidebar-inner label,#mw-related-navigation .sidebar-inner h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: solid 2px #c8ccd1;
display: block
}
#mw-related-navigation .sidebar-inner .mw-portlet > div,#mw-related-navigation .sidebar-inner .mw-portlet-body {
margin-bottom: 2em
}
#mw-related-navigation .sidebar-inner li {
padding: 0.25em 0
}
#mw-related-navigation .sidebar-inner::before,#mw-related-navigation .sidebar-inner::after {
transform: rotate(360deg);
border-bottom: 10px solid #eaecf0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: '';
height: 0;
width: 0;
position: absolute;
right: 1em;
z-index: 51
}
#mw-related-navigation .sidebar-inner::before {
top: -10px
}
#mw-related-navigation .sidebar-inner::after {
border-bottom-color: #fff;
top: -8px
}
#mw-header {
padding: 0 2em
}
#p-logo-text a {
padding-left: 0;
padding-right: 0.5em
}
#mw-footer {
padding-left: 3em;
padding-right: 3em
}
#personal {
float: right
}
#personal h2 span {
max-width: 130px
}
#personal .dropdown {
right: -1em
}
}
@media screen and (max-width: 850px) {
#mw-data-after-content,.mw-footer {
padding:0 0.45em
}
#mw-footer .footer-icons {
clear: both;
margin-bottom: 0.5em
}
.color-middle {
margin: auto;
width: 34%
}
#catlinks-sidebar {
display: none
}
#catlinks {
margin: 0 0.45em;
padding: 1em 0 0.5em
}
#catlinks li {
border-left: 0
}
#catlinks div {
margin: 0 0 0.35em
}
#p-variants-desktop,#mw-page-header-links #ca-view,#mw-header-nav-hack,#page-tools h2,#other-languages h2,#p-logo {
display: none
}
#mw-header-container {
background: #fff;
padding: 3.75em 0.45em 0.35em
}
#mw-header-hack {
position: relative;
z-index: 1;
box-shadow: 0 3px 3px 2px rgba(0,0,0,0.075),0 0 2px rgba(0,0,0,0.2)
}
.color-right,.color-middle,.color-left {
background: #b32424
}
.sidebar-inner,.dropdown {
display: none;
background: #f8f9fa;
border: solid #eaecf0;
border-width: 1px 1px 0.2em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
background: #fff;
box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05);
position: absolute;
padding: 2em 2.5em 1em;
margin: 0;
min-width: 9.153em;
max-width: 80%;
top: 3.25em;
right: 0;
overflow: visible;
z-index: 350
}
.sidebar-inner ul,.dropdown ul,.sidebar-inner li,.dropdown li {
list-style: none;
margin: 0;
padding: 0
}
.sidebar-inner label,.dropdown label,.sidebar-inner h3,.dropdown h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: solid 2px #c8ccd1;
display: block
}
.sidebar-inner .mw-portlet > div,.dropdown .mw-portlet > div,.sidebar-inner .mw-portlet-body,.dropdown .mw-portlet-body {
margin-bottom: 2em
}
.sidebar-inner li,.dropdown li {
padding: 0.25em 0
}
.sidebar-inner h3,.dropdown h3 {
margin: 0.5em 0 1.5em
}
.sidebar-inner ul,.dropdown ul {
margin: 1em 0 2em
}
.sidebar-inner li,.dropdown li {
margin: 0 0 0.75em
}
#menus-cover {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 300;
width: 100%;
height: 100%;
background: #eaecf0;
opacity: 0.8;
overflow: hidden
}
#user-tools h2,.sidebar-chunk h2 {
cursor: pointer;
margin-bottom: -0.45em;
padding-bottom: 0.45em;
margin: 0;
width: 30px;
height: 30px;
position: absolute;
top: 1em;
padding-bottom: 0;
font-size: 1em;
background-repeat: no-repeat;
background-position: center center
}
#user-tools h2::after,.sidebar-chunk h2::after {
display: inline-block;
content: '';
width: 22px;
height: 12px;
background-image: url(/skins/CustomTimeless/resources/images/arrow-down-grey.svg?3f3ab);
background-position: center center;
background-repeat: no-repeat
}
#user-tools h2 span,.sidebar-chunk h2 span {
display: inline-block;
text-indent: -99999px;
border: 0;
background-color: transparent;
background-repeat: no-repeat
}
#user-tools h2::after,.sidebar-chunk h2::after {
position: absolute;
top: 0.65em;
left: 23px
}
#user-tools h2 {
right: 1.2em;
background-image: url(/skins/CustomTimeless/resources/images/user-large-grey.svg?81361)
}
#site-navigation h2 {
left: 0.45em;
background-image: url(/skins/CustomTimeless/resources/images/menu-large-grey.svg?61fa9)
}
#site-navigation .sidebar-inner {
left: 0;
right: auto
}
#site-tools h2 {
right: 4.95em;
background-image: url(/skins/CustomTimeless/resources/images/gear-large-grey.svg?a01c4)
}
#p-logo-text {
position: absolute;
top: 1em;
left: 4.45em;
text-align: left
}
#p-logo-text a {
padding-left: 0
}
#p-namespaces li {
margin-right: 1.5em
}
.tools-inline li a {
text-indent: -99999px;
width: 20px;
overflow: hidden;
box-sizing: border-box;
padding: 0
}
#ca-more::after,#ca-languages::after {
margin-left: -0.35em
}
#ca-more span,#ca-languages span {
text-indent: -99999px;
width: 20px;
overflow: hidden;
box-sizing: border-box;
padding: 0;
display: inline-block;
overflow: visible
}
#ca-more span {
background-image: url(/skins/CustomTimeless/resources/images/gear-grey.svg?4d2bc);
background-repeat: no-repeat
}
#ca-languages span {
background-image: url(/skins/CustomTimeless/resources/images/languages-grey.svg?167d0);
background-repeat: no-repeat
}
div.thumb {
float: none
}
.thumb {
margin: 1em auto
}
.floatright,.tright {
margin-left: 0;
padding-left: 0
}
.floatleft,.tleft {
margin-right: 0;
padding-right: 0
}
.thumbinner {
padding: 1em 1.5em;
width: 100% !important;
box-sizing: border-box
}
.thumbimage {
display: block;
margin: 0 auto 0.5em
}
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] {
width: 100% !important;
float: none !important;
margin: 1em 0 !important;
box-sizing: border-box
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
max-width: calc(100% - 3em) !important;
margin: 1em auto;
box-sizing: border-box
}
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption {
padding: 0 1.5em 1em 1.5em
}
figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
right: 1.5em
}
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
right: 1.5em
}
.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,.mw-content-rtl figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
left: 1.5em
}
.mw-body {
border: 0
}
.mw-body table {
width: 100%;
margin-left: 0;
margin-right: 0
}
.mw-body table table {
width: unset;
margin-left: unset;
margin-right: unset
}
#mw-content {
padding: 0.45em;
border-width: 0
}
#mw-content-block {
background: #fff
}
.toc,.mw-warning {
width: 100%;
box-sizing: border-box
}
.nomobile {
display: none
}
}
@media print {
.noprint,.catlinks,.magnify,.mw-cite-backlink,.mw-editsection,.mw-editsection-like,.mw-hidden-catlinks,.mw-indicators,.mw-redirectedfrom,.patrollink,.usermessage,#siteNotice,#siteSub {
display: none
}
body {
background: #fff;
color: #000;
margin: 0;
padding: 0
}
a {
background: none !important;
padding: 0 !important
}
a,a.external,a.new,a.stub {
color: inherit !important;
text-decoration: inherit !important
}
dt {
font-weight: bold
}
.mw-heading,h1,h2,h3,h4,h5,h6 {
font-weight: bold;
margin: 2em 0 0.5em;
page-break-after: avoid;
page-break-before: avoid
}
.mw-heading h1,.mw-heading h2,.mw-heading h3,.mw-heading h4,.mw-heading h5,.mw-heading h6 {
margin: 0
}
.firstHeading {
margin-top: 0
}
p {
margin: 1em 0;
line-height: 1.2;
orphans: 3;
widows: 3
}
img,figure,.wikitable,.thumb {
page-break-inside: avoid
}
img {
border: 0;
vertical-align: middle
}
pre,.mw-code {
background: #f9f9f9;
color: #000;
border: 1pt dashed #aaa;
padding: 1em;
font-size: 8pt;
white-space: pre-wrap;
word-wrap: break-word
}
sup,sub {
line-height: 1
}
ul {
list-style-type: disc
}
.toc {
border: 1pt solid #aaa;
padding: 5px 5px 7px;
display: table;
background: #f9f9f9
}
.toc ul {
list-style: none
}
.toc ul a {
display: block;
padding: 0.125em 0 !important
}
.toc > ul {
margin: 0;
padding-left: 0
}
.toc h2 {
margin-top: 0
}
.mw-content-ltr .tocnumber {
padding-left: 0;
padding-right: 0.5em
}
.mw-content-rtl .tocnumber {
padding-left: 0.5em;
padding-right: 0
}
table.floatright,div.floatright,div.tright {
float: right;
clear: right;
position: relative
}
table.floatleft,div.floatleft,div.tleft {
float: left;
clear: left;
position: relative
}
div.tleft {
margin: 0.5em 1.4em 1.3em 0
}
div.tright {
margin: 0.5em 0 1.3em 1.4em
}
table.floatright,div.floatright {
margin: 0 0 0.5em 0.5em;
border: 0
}
table.floatleft,div.floatleft {
margin: 0 0.5em 0.5em 0;
border: 0
}
.center {
text-align: center
}
div.thumb {
background-color: transparent;
width: auto;
border: solid 1pt #aaa
}
div.thumb a {
border-bottom: 0
}
div.thumbinner {
background: #f9f9f9;
padding: 5px;
font-size: 10pt;
overflow: hidden;
min-width: 100px
}
html .thumbcaption {
text-align: left;
line-height: 1.4;
padding: 3px
}
img.thumbborder {
border: 1pt solid #aaa
}
.wikitable,.mw_metadata {
background: #fff;
margin: 1em 0;
border: 1pt solid #aaa;
border-collapse: collapse;
font-size: 10pt
}
.wikitable > caption,.mw_metadata caption {
padding: 5px;
font-size: 10pt
}
.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td,.mw_metadata th,.mw_metadata td {
background: #fff !important;
color: #000 !important;
border: 1pt solid #aaa;
padding: 0.4em 0.6em
}
.wikitable > tr > th,.wikitable > * > tr > th,.mw_metadata th {
text-align: center;
background: #eee !important
}
table.listing,table.listing td {
border: 1pt solid #aaa;
border-collapse: collapse
}
#mw-header,#mw-site-navigation,#mw-related-navigation,#mw-page-header-links,#mw-footer {
display: none
}
#mw-content-text {
margin-bottom: 3em
}
.mw-mmv-post-image {
display: none!important
}
figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] {
border: 1px;
border-bottom: 0;
background-color: #fff
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
border: 1px
}
figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption {
border: 1px;
border-top: 0;
background-color: #fff;
font-size: 10pt;
color: #666
}
.mw-image-border .mw-file-element {
border: 1pt solid #aaa
}
}