MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
/* | :root { | ||
.mw- | color-scheme: dark; | ||
/*------------------ | |||
BASE COLORS | |||
----------------*/ | |||
--theme-sticky-nav-background-color: #666666; | |||
--theme-success-color: #0c742f; | |||
--theme-success-color--secondary: #0e8b38; | |||
--theme-sticky-nav-text-color: #fff; | |||
--theme-sticky-nav-text-color--hover: #cccccc; | |||
--theme-page-background-color: #3D3D3D; | |||
--theme-page-background-color--secondary: #352626; | |||
--theme-page-text-color: #e6e6e6; | |||
--theme-page-text-color--hover: #b3b3b3; | |||
--theme-page-text-mix-color: #7c7373; | |||
--theme-page-text-mix-color-95: #545454; | |||
--theme-page-accent-mix-color: #424242; | |||
--theme-page-headings-font: 'Inknut Antiqua'; | |||
--theme-link-label-color: #000; | |||
--theme-accent-color: #a6a6a6; | |||
--theme-accent-color--hover: #ec4448; | |||
--theme-accent-label-color: #fff; | |||
--theme-border-color: #463a3a; | |||
--theme-alert-color: #bf0017; | |||
--theme-alert-color--hover: #fe2540; | |||
--theme-alert-color--secondary: #ec001c; | |||
--theme-alert-label: #fff; | |||
--theme-warning-color: #cf721c; | |||
--theme-warning-color--secondary: #cf721c; | |||
--theme-warning-label: #000; | |||
--theme-success-label: #fff; | |||
--theme-message-color: #913f82; | |||
--theme-message-label: #fff; | |||
--theme-community-header-color: #C8AA6E; | |||
--theme-community-header-color--hover: #8a5407; | |||
/*------------------ | |||
THEME VARIABLES | |||
------------------*/ | |||
--body-main: #151414; | |||
--body-light: #222121; | |||
--body-mid: #171717; | |||
--body-dark: var(--body-mid); | |||
--body-border: #463a3a; | |||
--body-background-color: #65090b; /* Background color outside the main content div */ | |||
--button-background: pink; | |||
--button-color: #980000; | |||
--button-border: #b00000; | |||
--button-dark: #65090b; | |||
--button-light: blue; | |||
--sidebar: #565656; | |||
--background-text-color: white; | |||
--background-link-color: var(--link-color); | |||
--heading-color: #E8E8EC; | |||
--notification: var(--body-main); | |||
--link-color: #adadad; | |||
--link-color--hover:#f7bb66; /*TODO*/ | |||
--redlink-color: #e18284; | |||
--text-color: #ccc; | |||
--color-base: var(--text-color); | |||
--byline-color: grey; | |||
--subtle-color: grey; | |||
--thumb-bg: #282828; | |||
--thumb-caption-bg: var(--body-light); | |||
--sourceeditor-input-background: var(--body-dark); | |||
--sourceeditor-background: var(--body-light); | |||
--sourceeditor-background-secondary: var(--body-mid); | |||
--sourceeditor-border: var(--body-mid); | |||
--codemirror-gutter-background: var(--body-mid); | |||
--mw-code-background-color: var(--body-dark); | |||
--background-color-neutral-subtle: var(--body-light); | |||
/* Wikitables */ | |||
--wikitable-header-bg: var(--body-light); | |||
--wikitable-header-bg-border: var(--body-border); | |||
--wikitable-bg: var(--body-main); | |||
--wikitable-bg-lighter: var(--body-mid); | |||
--wikitable-color: var(--text-color); | |||
--wikitable-border: var(--body-border); | |||
/* msgbox */ | |||
--errorbox-bg: #9f261e; | |||
--errorbox-border: #65090b; | |||
--warningbox-bg: #342a14; | |||
--warningbox-border: #765816; | |||
--successbox-bg: #2e5e05; | |||
--successbox-border: #3c780a; | |||
/* diff */ | |||
--diff-context-border-color: var(--body-mid); | |||
--diff-context-background: var(--body-mid); | |||
--diff-addedline-background: var(--rc-positive-color); | |||
--diff-addedline-border-color: var(--rc-positive-color); | |||
--diff-addedline-color: #fff; | |||
--diff-deletedline-background: var(--rc-negative-color); | |||
--diff-deletedline-border-color: var(--rc-negative-color); | |||
--diff-deletedline-color: #fff; | |||
--diff-inline-deletedline: #9f261e; | |||
/* Tabber */ | |||
--tabber-tab-bg: var(--body-main); | |||
--tabber-tab-border-color: var(--link-color); | |||
--tabber-active-tab-bg: var(--body-main); | |||
--tabber-active-tab-color: var(--link-color); | |||
--tabber-active-tab-hover-bg: var(--body-light); | |||
--tabber-active-tab-hover-border-color: transparent; | |||
--tabber-active-tab-hover-color: var(--text-color); | |||
--tabber-active-tab-border-hider-color: var(--body-light); | |||
--tabber-inactive-tab-bg: var(--body-main); | |||
--tabber-inactive-tab-border-color: transparent; | |||
--tabber-inactive-tab-color: #7c7373; | |||
--tabber-inactive-tab-hover-bg: var(--body-light); | |||
--tabber-inactive-tab-hover-border-color: transparent; | |||
/* OOUI */ | |||
--ooui-text: var(--text-color); | |||
--ooui-interface: var(--body-light); | |||
--ooui-interface-border: var(--body-border); | |||
--ooui-window-background: rgba(0, 0, 0, 0.5); /* Overlay color when full screen popup occurs */ | |||
--ooui-normal: var(--body-mid); /* Match body light to reduce contrast, this is used for "show preview" */ | |||
--ooui-normal--hover: var(--body-light); /* Slightly lighter than above color */ | |||
--ooui-normal-border: var(--body-border); | |||
--ooui-progressive: var(--button-color); | |||
--ooui-progressive--hover: var(--button-border); /* Slightly lighter than above color */ | |||
--ooui-accent: var(--link-color); | |||
--ooui-input: var(--body-light); /* Text boxes, unchecked boxes */ | |||
--ooui-input-border: var(--body-border); | |||
--ooui-input-border--hover: var(--body-border); /* Slightly lighter than above color */ | |||
--ooui-disabled: #7c7373; | |||
--ooui-disabled-border: #c2b9ab; | |||
--ooui-disabled-text: var(--subtle-color); | |||
--ooui-destructive-text: white; | |||
--ooui-pending-background-image: repeating-linear-gradient(-45deg, var(--notification), var(--notification) 20px, var(--body-main) 20px, var(--body-main) 30px); | |||
/* 1.43 */ | |||
--background-color-interactive-subtle: var(--ooui-interface); | |||
--border-color-base: var(--ooui-interface-border); | |||
--color-subtle: var(--subtle-color); | |||
--background-color-disabled-subtle: var(--ooui-interface); | |||
--background-color-base: var(--ooui-interface); | |||
--background-color-notice-subtle: var(--ooui-normal); | |||
/* Messageboxes */ | |||
--messagebox-notice-border: #eab759; | |||
/* Template:Quote */ | |||
--pull-quote-max-width: 80%; | |||
--pull-quote-text-color: var(--text-color); | |||
--pull-quote-mark-color: var(--messagebox-notice-border); | |||
--pull-quote-mark-font: "Times New Roman", serif; | |||
--pull-quote-hyphens: auto; | |||
--pull-quote-frame-color: #bbb; | |||
/* Recent changes */ | |||
--rc-positive-color: #407813; | |||
--rc-negative-color: #b41e0f; | |||
--rc-highlight-c1: #232746; /* blue */ | |||
--rc-highlight-c2: #143d31; /* green */ | |||
--rc-highlight-c3: #594a2b; /* yellow */ | |||
--rc-highlight-c4: #5c3a23; /* orange */ | |||
--rc-highlight-c5: #4a1313; /* red */ | |||
--rc-highlight-grey: #423636; | |||
/* Extra classes */ | |||
--text-color-red: #f8948a; | |||
--text-color-orange: #f9b575; | |||
--text-color-yellow: #fbe062; | |||
--text-color-green: #a8de7a; | |||
--text-color-blue: #7cc5f0; | |||
--text-color-purple: #b097e6; | |||
--text-color-pink: #ed9ddd; | |||
--text-color-grey: #c5d2da; | |||
--table-bg-blue: #0b5884; | |||
--table-bg-green: #3c780a; | |||
--table-bg-yellow: #a48900; | |||
--table-bg-orange: #b55e0c; | |||
--table-bg-red: #9f261e; | |||
--table-bg-pink: #984c89; | |||
--table-bg-grey: #5d6773; | |||
/* SVG */ | |||
--arrow-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23cbd9f4'/%3E%3C/svg%3E"); | |||
} | |||
/* -------------------- | |||
body | |||
-------------------- */ | |||
#mw-page-base { | |||
background: none; | |||
} | |||
.mw-body { | |||
background-color: var(--body-main); | |||
color: var(--text-color); | |||
border-color: transparent; | |||
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); | |||
margin-top: 0; | |||
} | |||
/* -------------------- | |||
headings | |||
-------------------- */ | |||
h1, h2, h3, h4, h5, h6 { | |||
color: var(--text-color); | |||
} | |||
h1, h2, h3, h4, h5, h6, | |||
body .vector-body h1, | |||
body .vector-body h2, | |||
body .vector-body h3, | |||
body .vector-body h4, | |||
body .vector-body h5, | |||
body .vector-body h6, | |||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { | |||
font-family: 'Open Sans Variable','Montserrat Variable','Noto Sans Variable', sans-serif; | |||
font-weight: 515; | |||
} | |||
h1, | |||
h2 { | |||
border-color: var(--sidebar); | |||
} | |||
#firstHeading { | |||
color: var(--heading-color); | |||
} | |||
/* ------------------------- | |||
<footer> below content | |||
------------------------- */ | |||
.mw-footer { | |||
color: var(--background-text-color); | |||
} | |||
.mw-footer li { | |||
color: var(--background-text-color); | |||
} | |||
.mw-footer a, | |||
.mw-footer a:active, | |||
.mw-footer a:visited { | |||
color: var(--background-link-color); | |||
} | |||
/* ------------------------- | |||
<input> placeholder | |||
------------------------- */ | |||
::placeholder { | |||
color: var(--subtle-color); | |||
} | |||
/* -------------------- | |||
internal links | |||
-------------------- */ | |||
a, | |||
a:visited, | |||
a:active { | |||
color: var(--link-color); | |||
} | |||
a:visited, | |||
a:active { | |||
color: var(--link-color); | |||
} | |||
a.new, | |||
a.new:visited, | |||
.mw-usertoollinks-contribs-no-edits { | |||
color: var(--redlink-color); | |||
} | |||
/* interwiki & external links */ | |||
.mw-parser-output a.extiw, | |||
.mw-parser-output a.external { | |||
color: var(--link-color); | |||
} | |||
.mw-parser-output a.extiw:visited, | |||
.mw-parser-output a.external:visited, | |||
.mw-parser-output a.extiw:active, | |||
.mw-parser-output a.external:active { | |||
color: var(--link-color); | |||
} | |||
/* ===================== | |||
Common MediaWiki | |||
elements inside .mw-body | |||
===================== */ | |||
.mw-message-box-error, | |||
.errorbox, | |||
.cdx-message--error { | |||
background-color: var(--errorbox-bg); | |||
border-color: var(--errorbox-border); | |||
} | |||
.mw-notification.mw-notification-type-warn, | |||
.mw-message-box-warning, | |||
.warningbox, | |||
.usermessage, | |||
.cdx-message--warning { | |||
background-color: var(--warningbox-bg); | |||
border-color: var(--warningbox-border); | |||
} | |||
.mw-message-box-success, | |||
.successbox, | |||
.cdx-message--success { | |||
background-color: var(--successbox-bg); | |||
border-color: var(--successbox-border); | |||
} | |||
.catlinks { | |||
background: var(--body-light); | |||
border: 1px solid var(--body-border); | |||
/*padding: 8px 15px;*/ | |||
/*box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);*/ | |||
} | |||
.catlinks li { | |||
border-color: var(--body-border); | |||
} | |||
/* fix AA blur on image scaling */ | |||
img.mw-file-element, | |||
table.filehistory img[alt^="Thumbnail"], | |||
.gallery.mw-gallery-traditional .gallerybox img { | |||
image-rendering: pixelated; | |||
} | |||
/* -------------------- | |||
page history | |||
-------------------- */ | |||
/*#pagehistory ul { | |||
list-style: none; | |||
margin: 0; | |||
}*/ | |||
#pagehistory li { | |||
border: 1px solid transparent; | |||
/*padding: 1px 10px;*/ | |||
/*margin: 2px 0;*/ | |||
} | |||
#pagehistory li.selected { | |||
background-color: var(--body-light); | |||
color: inherit; | |||
border: 1px dashed var(--body-border); | |||
outline: none; | |||
} | |||
/* -------------------- | |||
sticky compare revs | |||
-------------------- */ | |||
#mw-history-compare > div:first-of-type { | |||
/*position: -webkit-sticky;*/ | |||
/*position: sticky;*/ | |||
/*top: 0;*/ | |||
background-color: var(--body-main); | |||
border-bottom: 1px solid var(--body-dark); | |||
/*padding: 0.25em 0;*/ | |||
} | |||
/*.wgl-stickyheader #mw-history-compare > div:first-of-type { | |||
top: 2.5rem; | |||
}*/ | |||
/*body.wgl-stickyheader.action-view .mw-headline:target::before { | |||
display: block; | |||
content: ''; | |||
margin-top: -3rem; | |||
height: 3rem; | |||
visibility: hidden; | |||
pointer-events: none; | |||
}*/ | |||
.mw-mmv-post-image { | |||
color: var(--text-color); | |||
background-color: var(--body-main); | |||
} | |||
.mw-mmv-image-metadata { | |||
border-top-color: var(--body-mid); | |||
background-color: var(--body-light); | |||
} | |||
.mw-mmv-dialog, | |||
.mw-mmv-dialog .mw-mmv-dialog-down-arrow, | |||
.mw-mmv-options-dialog .mw-mmv-dialog-down-arrow { | |||
background-color: var(--body-light); | |||
/*box-shadow: none;*/ | |||
} | |||
.mw-mmv-options-enable-alert { | |||
background-color: var(--body-light); | |||
color: var(--text-color); | |||
} | |||
.mw-mmv-options-dialog-header, | |||
.mw-mmv-options-text-header, | |||
.mw-mmv-options-text-body, | |||
.mw-mmv-options-enable-alert, | |||
.mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-dialog-header, | |||
.mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-text-header { | |||
color: var(--text-color); | |||
} | |||
.mw-revslider-container { | |||
border-color: var(--sidebar); | |||
} | |||
.mw-revslider-slider-wrapper { | |||
border-top-color: var(--sidebar); | |||
} | |||
.mw-ui-button { | |||
background-color: var(--ooui-normal); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.cdx-button:not( :disabled ), | |||
.mw-ui-button:not( :disabled ), | |||
.cdx-button:enabled, | |||
.mw-ui-button:enabled, | |||
.cdx-button.cdx-button--fake-button--enabled, | |||
.mw-ui-button.cdx-button--fake-button--enabled { | |||
background-color: var(--ooui-normal); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.cdx-button:not( :disabled ):focus:not(:active):not(.cdx-button--is-active), | |||
.mw-ui-button:not( :disabled ):focus:not(:active):not(.cdx-button--is-active), | |||
.cdx-button:enabled:focus:not(:active):not(.cdx-button--is-active), | |||
.mw-ui-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), | |||
.mw-ui-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active) { | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff; | |||
} | |||
.cdx-button:not( :disabled ):hover, | |||
.mw-ui-button:not( :disabled ):hover, | |||
.cdx-button:enabled:hover, | |||
.mw-ui-button:enabled:hover, | |||
.cdx-button.cdx-button--fake-button--enabled:hover, | |||
.mw-ui-button.cdx-button--fake-button--enabled:hover, | |||
.cdx-button:not( :disabled ):active, | |||
.mw-ui-button:not( :disabled ):active, | |||
.cdx-button:enabled:active, | |||
.mw-ui-button:enabled:active, | |||
.cdx-button.cdx-button--fake-button--enabled:active, | |||
.mw-ui-button.cdx-button--fake-button--enabled:active { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.cdx-button:not( :disabled ):visited, | |||
.mw-ui-button:not( :disabled ):visited, | |||
.cdx-button:enabled:visited, | |||
.mw-ui-button:enabled:visited, | |||
.cdx-button.cdx-button--fake-button--enabled:visited, | |||
.mw-ui-button.cdx-button--fake-button--enabled:visited { | |||
color: var(--ooui-text); | |||
} | |||
.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive, | |||
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive, | |||
.mw-ui-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, | |||
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive, | |||
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled), | |||
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled), | |||
.cdx-button:enabled.mw-ui-progressive:not(:disabled), | |||
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled), | |||
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled), | |||
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled) { | |||
background-color: var(--ooui-progressive); | |||
color: #fff;/* TODO Color */ | |||
border-color: var(--ooui-progressive); | |||
} | |||
.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:hover, | |||
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:hover, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, | |||
.mw-ui-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, | |||
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, | |||
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled):hover, | |||
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled):hover, | |||
.cdx-button:enabled.mw-ui-progressive:not(:disabled):hover, | |||
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled):hover, | |||
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):hover, | |||
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):hover { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:focus, | |||
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:focus, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus, | |||
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus, | |||
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus, | |||
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus, | |||
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled):focus, | |||
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled):focus, | |||
.cdx-button:enabled.mw-ui-progressive:not(:disabled):focus, | |||
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled):focus, | |||
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):focus, | |||
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):focus { | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff; | |||
} | |||
.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:active, | |||
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:active, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active, | |||
.mw-ui-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, | |||
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:active, | |||
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled):active, | |||
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled):active, | |||
.cdx-button:enabled.mw-ui-progressive:not(:disabled):active, | |||
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled):active, | |||
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):active, | |||
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):active, | |||
.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive.is-on, | |||
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive.is-on, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on, | |||
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on, | |||
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on, | |||
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on, | |||
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled).is-on, | |||
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled).is-on, | |||
.cdx-button:enabled.mw-ui-progressive:not(:disabled).is-on, | |||
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled).is-on, | |||
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled).is-on, | |||
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled).is-on { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
box-shadow: none; | |||
} | |||
.cdx-button.cdx-button--action-destructive:not( :disabled ), | |||
.cdx-button.mw-ui-button--action-destructive:not( :disabled ), | |||
.mw-ui-button.cdx-button--action-destructive:not( :disabled ), | |||
.mw-ui-button.mw-ui-button--action-destructive:not( :disabled ) { | |||
color: var(--ooui-destructive-text); | |||
} | |||
.cdx-button.cdx-button--weight-quiet, | |||
.cdx-button.mw-ui-button--weight-quiet, | |||
.mw-ui-button.cdx-button--weight-quiet, | |||
.mw-ui-button.mw-ui-button--weight-quiet, | |||
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive, | |||
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive, | |||
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive, | |||
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive, | |||
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive, | |||
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive, | |||
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive, | |||
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive, | |||
.cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive, | |||
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive, | |||
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive, | |||
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive, | |||
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive, | |||
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive, | |||
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive, | |||
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive { | |||
color: var(--text-color); | |||
} | |||
.cdx-checkbox__input:enabled:checked + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:checked + .cdx-checkbox__icon, | |||
.cdx-checkbox__input:enabled:indeterminate + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:indeterminate + .cdx-checkbox__icon { | |||
background-color: var(--ooui-progressive); | |||
border-color: var(--ooui-progressive); | |||
} | |||
.cdx-checkbox__input:enabled:checked:hover + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:checked:hover + .cdx-checkbox__icon, | |||
.cdx-checkbox__input:enabled:indeterminate:hover + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:indeterminate:hover + .cdx-checkbox__icon { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.cdx-checkbox__input:enabled:checked:active + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:checked:active + .cdx-checkbox__icon, | |||
.cdx-checkbox__input:enabled:indeterminate:active + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:indeterminate:active + .cdx-checkbox__icon { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover); | |||
} | |||
.cdx-checkbox__input:enabled:checked:focus:not(:active), | |||
.mw-ui-checkbox__input:enabled:checked:focus:not(:active), | |||
.cdx-checkbox__input:enabled:indeterminate:focus:not(:active), | |||
.mw-ui-checkbox__input:enabled:indeterminate:focus:not(:active) { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff; | |||
} | |||
.cdx-checkbox__input:enabled:checked:focus:not(:active):not(:hover) + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:checked:focus:not(:active):not(:hover) + .cdx-checkbox__icon, | |||
.cdx-checkbox__input:enabled:indeterminate:focus:not(:active):not(:hover) + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:indeterminate:focus:not(:active):not(:hover) + .cdx-checkbox__icon { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff; | |||
} | |||
.cdx-checkbox__input:enabled:hover + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:hover + .cdx-checkbox__icon { | |||
border-color: var(--ooui-accent); | |||
} | |||
.cdx-checkbox__input:enabled:active + .cdx-checkbox__icon, | |||
.mw-ui-checkbox__input:enabled:active + .cdx-checkbox__icon { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover); | |||
} | |||
input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet, | |||
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet, | |||
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet, | |||
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet, | |||
input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive, | |||
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive, | |||
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive, | |||
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive, | |||
.cdx-button.cdx-button--weight-quiet:hover, | |||
.cdx-button.mw-ui-button--weight-quiet:hover, | |||
.mw-ui-button.cdx-button--weight-quiet:hover, | |||
.mw-ui-button.mw-ui-button--weight-quiet:hover, | |||
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive:hover, | |||
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:hover, | |||
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:hover, | |||
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:hover, | |||
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive:hover, | |||
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:hover, | |||
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:hover, | |||
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:hover, | |||
.cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive:hover, | |||
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:hover, | |||
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:hover, | |||
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:hover, | |||
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive:hover, | |||
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:hover, | |||
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:hover, | |||
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:hover { | |||
background-color: rgba(0, 24, 73, 0.02745098);/* TODO Color */ | |||
color: var(--text-color); | |||
border-color: transparent; | |||
} | |||
input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet, | |||
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet, | |||
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet, | |||
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet, | |||
input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive, | |||
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive, | |||
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive, | |||
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive, | |||
.cdx-button.cdx-button--weight-quiet:focus, | |||
.cdx-button.mw-ui-button--weight-quiet:focus, | |||
.mw-ui-button.cdx-button--weight-quiet:focus, | |||
.mw-ui-button.mw-ui-button--weight-quiet:focus, | |||
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive:focus, | |||
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:focus, | |||
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:focus, | |||
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:focus, | |||
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive:focus, | |||
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:focus, | |||
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:focus, | |||
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:focus, | |||
.cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive:focus, | |||
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:focus, | |||
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:focus, | |||
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:focus, | |||
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive:focus, | |||
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:focus, | |||
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:focus, | |||
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:focus { | |||
color: var(--text-color); | |||
} | |||
input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet, | |||
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet, | |||
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet, | |||
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet, | |||
input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive, | |||
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive, | |||
input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive, | |||
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive, | |||
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive, | |||
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive, | |||
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive, | |||
.cdx-button.cdx-button--weight-quiet:active, | |||
.cdx-button.mw-ui-button--weight-quiet:active, | |||
.mw-ui-button.cdx-button--weight-quiet:active, | |||
.mw-ui-button.mw-ui-button--weight-quiet:active, | |||
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive:active, | |||
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:active, | |||
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:active, | |||
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:active, | |||
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive:active, | |||
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:active, | |||
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:active, | |||
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:active, | |||
.cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive:active, | |||
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:active, | |||
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:active, | |||
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:active, | |||
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive:active, | |||
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:active, | |||
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:active, | |||
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:active { | |||
background-color: rgba(0, 36, 73, 0.08235294);/* TODO Color */ | |||
color: var(--text-color); | |||
border-color: #72777d;/* TODO Color */ | |||
} | |||
.mw-ui-input:not(:disabled), | |||
.cdx-text-input__input:enabled { | |||
background-color: var(--ooui-input); | |||
color: var(--text-color); | |||
border-color: var(--ooui-input-border); | |||
} | |||
.mw-ui-input:not(:disabled):hover, | |||
.cdx-text-input__input:enabled:hover { | |||
border-color: var(--ooui-input-border--hover); | |||
} | |||
.mw-ui-input:not(:disabled):focus, | |||
.cdx-text-input__input:enabled:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.mw-ui-input:not(:disabled)::placeholder, | |||
.cdx-text-input__input:enabled::placeholder { | |||
color: var(--byline-color); | |||
} | |||
.mw-content-ltr.mw-highlight-lines pre, | |||
.mw-content-ltr.content .mw-highlight-lines pre { | |||
box-shadow: inset 2.75em 0 0 var(--mw-code-background-color); | |||
} | |||
/*.mw-content-ltr .redirectText li:first-child::before {*/ | |||
/* content: '';*/ | |||
/* background: currentcolor;*/ | |||
/* -webkit-mask: url("filepath://Redirect-arrow.svg") no-repeat 50% 50% / contain;*/ | |||
/* mask: url("filepath://Redirect-arrow.svg") no-repeat 50% 50% / contain;*/ | |||
/* display: inline-block;*/ | |||
/* width: 47px;*/ | |||
/* height: 20px;*/ | |||
/*}*/ | |||
/*================== | |||
Wikitables | |||
==================*/ | |||
.fandom-table, | |||
.article-table, | |||
.wikitable { | |||
background: var(--wikitable-bg); | |||
color: var(--wikitable-color); | |||
border-color: var(--wikitable-border); | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
} | |||
.article-table > tr > th, | |||
.article-table > tr > td, | |||
.article-table > * > tr > th, | |||
.article-table > * > tr > td, | |||
.fandom-table > tr > th, | |||
.fandom-table > tr > td, | |||
.fandom-table > * > tr > th, | |||
.fandom-table > * > tr > td, | |||
.wikitable > tr > th, | |||
.wikitable > tr > td, | |||
.wikitable > * > tr > th, | |||
.wikitable > * > tr > td { | |||
border-color: var(--wikitable-border); | |||
} | |||
.wikitable > tr > th.table-noborder, | |||
.wikitable > tr > td.table-noborder, | |||
.wikitable > * > tr > th.table-noborder, | |||
.wikitable > * > tr > td.table-noborder { | |||
border-left-style: hidden; | |||
border-right-style: hidden; | |||
padding-left: 0; | |||
padding-right: 0; | |||
} | |||
.article-table > tr > th, | |||
.article-table > * > tr > th, | |||
.fandom-table > tr > th, | |||
.fandom-table > * > tr > th, | |||
.wikitable > tr > th, | |||
.wikitable > * > tr > th { | |||
background-color: var(--wikitable-header-bg); | |||
} | |||
.tabber .wikitable { | |||
box-shadow: none; | |||
} | |||
/* Metadata tables, allmessages, etc */ | |||
.mw_metadata td, | |||
.mw_metadata th { | |||
border-color: var(--wikitable-border); | |||
} | |||
.mw_metadata th { | |||
background-color: var(--wikitable-header-bg); | |||
} | |||
.mw_metadata td { | |||
background-color: var(--wikitable-bg); | |||
} | |||
/* Special:Allpages, blocklist, etc */ | |||
.mw-datatable { | |||
border-color: var(--wikitable-border); | |||
} | |||
.mw-datatable td, | |||
.mw-datatable th { | |||
border-color: var(--wikitable-border); | |||
} | |||
.mw-datatable th { | |||
background-color: var(--wikitable-header-bg); | |||
} | |||
.mw-datatable td { | |||
background-color: var(--wikitable-bg); | |||
} | |||
.mw-datatable tr:hover td { | |||
background-color: var(--wikitable-bg); | |||
} | |||
table.alternating-rows tr:nth-child(odd), | |||
table.alternating-cols td:nth-child(odd) { | |||
background: var(--wikitable-alternating-bg); | |||
} | |||
table.mw-json th, | |||
table.mw-json td { | |||
border-color: var(--wikitable-border); | |||
} | |||
table.mw-json th { | |||
background-color: var(--wikitable-header-bg); | |||
} | |||
table.mw-json td { | |||
background: var(--wikitable-bg); | |||
} | |||
/* Special:AllMessages */ | |||
#mw-allmessagestable .am_actual, | |||
#mw-allmessagestable .am_default { | |||
background-color: var(--wikitable-bg); | |||
} | |||
#mw-allmessagestable .am_default:hover, | |||
#mw-allmessagestable .am_actual:hover, | |||
#mw-allmessagestable tbody:hover td { | |||
background-color: var(--wikitable-bg-lighter); | |||
} | |||
/* For tables within tables, to make them take up the full space of a cell */ | |||
/*table.wikitable td.no-cell-spacing {*/ | |||
/* padding: 0;*/ | |||
/* height: 0;*/ | |||
/*}*/ | |||
/*table.wikitable td.no-cell-spacing table {*/ | |||
/* margin: -1px;*/ | |||
/* width: calc(100% + 2px);*/ | |||
/* height: calc(100% + 2px);*/ | |||
/*}*/ | |||
.collection-table td { | |||
vertical-align: top; | |||
} | |||
.collection-table { | |||
table-layout: fixed; | |||
max-width: 1700px; | |||
} | |||
@media screen and (max-width: 900px) { | |||
table.wikitable.collection-table { | |||
display: block; | |||
overflow-x: auto; | |||
} | |||
} | |||
/* ================= | |||
diffs | |||
================= */ | |||
.diff-context { | |||
border-color: var(--diff-context-border-color); | |||
background: var(--diff-context-background); | |||
color: inherit; | |||
} | |||
.diff-addedline { | |||
border-color: var(--diff-addedline-border-color); | |||
} | |||
.diff-addedline .diffchange { | |||
background: var(--diff-addedline-background); | |||
color: var(--diff-addedline-color); | |||
} | |||
.diff-deletedline { | |||
border-color: var(--diff-deletedline-border-color); | |||
} | |||
.diff-deletedline .diffchange { | |||
background: var(--diff-deletedline-background); | |||
color: var(--diff-deletedline-color); | |||
} | |||
/* "↪" */ | |||
.mw-diff-movedpara-left:after, | |||
/* "↩" */ | |||
.mw-diff-movedpara-right:after { | |||
color: var(--text-color); | |||
} | |||
/* ------------------ | |||
NEW INLINE DIFFS | |||
----------------- */ | |||
.mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-ins { | |||
background: var(--diff-addedline-background); | |||
} | |||
.mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-del { | |||
background: var(--diff-inline-deletedline); | |||
} | |||
.mw-diff-inline-added.mw-diff-empty-line::after, | |||
.mw-inline-diff-newline::after { | |||
background: var(--diff-addedline-background); | |||
color: var(--byline-color); | |||
} | |||
.mw-diff-inline-added ins, | |||
.mw-diff-inline-changed ins, | |||
.mw-diff-inline-moved ins { | |||
background: var(--diff-addedline-background); | |||
} | |||
.mw-diff-inline-deleted.mw-diff-empty-line::after, | |||
.mw-inline-diff-newline::after { | |||
background: var(--diff-inline-deletedline); | |||
color: var(--byline-color); | |||
} | |||
.mw-diff-inline-deleted del, | |||
.mw-diff-inline-changed del, | |||
.mw-diff-inline-moved del { | |||
background: var(--diff-inline-deletedline); | |||
} | |||
/* MediaWiki notif popup when saving edits or adding page to watchlist */ | |||
.mw-notification { | |||
background-color: var(--body-light); | |||
border-color: var(--body-border); | |||
color: var(--text-color); | |||
} | |||
/* Special:Notifications */ | |||
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper { | |||
background: var(--body-main); | |||
} | |||
.mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary { | |||
color: var(--byline-color); | |||
} | |||
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected { | |||
background-color: var(--ooui-normal); | |||
color: var(--ooui-accent); | |||
} | |||
.mw-echo-ui-pageNotificationsOptionWidget-label-count { | |||
background-color: var(--ooui-normal); | |||
color: var(--byline-color); | |||
} | |||
.oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count { | |||
color: var(--ooui-accent); | |||
} | |||
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted { | |||
background-color: var(--ooui-normal); | |||
color: var(--text-color); | |||
} | |||
.mw-echo-ui-crossWikiUnreadFilterWidget { | |||
border-color: var(--body-border); | |||
} | |||
.mw-echo-ui-crossWikiUnreadFilterWidget-subtitle { | |||
color: var(--byline-color); | |||
} | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head, | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer { | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child { | |||
border-left-color: var(--ooui-normal-border); | |||
} | |||
.mw-echo-ui-notificationItemWidget { | |||
background-color: var(--ooui-normal); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.mw-echo-ui-notificationItemWidget:hover, | |||
.mw-echo-ui-notificationItemWidget-unread:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.mw-echo-ui-notificationItemWidget:last-child { | |||
border-bottom-color: var(--ooui-normal-border); | |||
} | |||
.mw-echo-ui-notificationItemWidget-unread { | |||
background-color: var(--notification); | |||
} | |||
.mw-echo-ui-crossWikiNotificationItemWidget-group, | |||
.mw-echo-ui-bundleNotificationItemWidget-group { | |||
background-color: var(--ooui-interface); | |||
} | |||
.mw-echo-ui-toggleReadCircleButtonWidget-circle { | |||
background-color: var(--ooui-progressive); | |||
} | |||
.mw-echo-ui-toggleReadCircleButtonWidget:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle { | |||
background-color: var(--ooui-progressive--hover); | |||
} | |||
.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread { | |||
background-color: var(--ooui-normal); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.mw-echo-ui-notificationItemWidget-content-message-header, | |||
.mw-echo-ui-notificationItemWidget-content-message-body, | |||
.mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label, | |||
.mw-echo-ui-notificationItemWidget-content-actions-timestamp { | |||
color: var(--ooui-text); | |||
} | |||
.mw-echo-ui-bundleNotificationItemWidget-group { | |||
background-color: var(--body-main); | |||
} | |||
@keyframes unseen-fadeout-to-unread { | |||
from { | |||
background-color: var(--wikitable-bg-lighter); | |||
} | |||
to { | |||
background-color: var(--notification); | |||
} | |||
} | |||
@keyframes unseen-fadeout-to-read { | |||
from { | |||
background-color: var(--wikitable-bg-lighter); | |||
} | |||
to { | |||
background-color: var(--body-main); | |||
} | |||
} | |||
/* ============================== | |||
<tabber> styling | |||
============================== */ | |||
.tabber .tabbertab { | |||
background-color: var(--tabber-tab-bg); | |||
border: none; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
} | |||
:root.client-js .tabber:not(.tabberlive)>.tabbertab:nth-child(n+2) { | |||
display: none; | |||
} | |||
ul.tabbernav { | |||
border-bottom: 1px solid var(--body-border); | |||
font-family: inherit; | |||
padding: unset; | |||
} | |||
ul.tabbernav li a:link, | |||
ul.tabbernav li a:visited { | |||
color: var(--tabber-inactive-tab-color); | |||
} | |||
ul.tabbernav li.tabberactive > a { | |||
background-color: transparent; | |||
color: var(--tabber-active-tab-color); | |||
border-bottom: 3px solid var(--link-color); | |||
position: relative; | |||
} | |||
ul.tabbernav li.tabberactive > a:hover, | |||
ul.tabbernav li a:hover { | |||
color: var(--tabber-active-tab-color); | |||
background-color: transparent; | |||
border-color: var(--tabber-active-tab-hover-border-color); | |||
border-bottom: 3px solid var(--tabber-active-tab-color); | |||
filter: brightness(1.1); | |||
} | |||
ul.tabbernav li a { | |||
background-color: transparent; | |||
border-bottom: transparent; | |||
border-color: var(--tabber-inactive-tab-border-color); | |||
color: var(--tabber-inactive-tab-color); | |||
display: inline-block; | |||
font-size: 110%; | |||
padding: 0.5em 1em; | |||
} | |||
/* ====================== | |||
OOUI | |||
====================== */ | |||
.oo-ui-widget { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-checkboxInputWidget [type='checkbox'] + span, | |||
.oo-ui-radioInputWidget [type='radio'] + span { | |||
background-color: var(--ooui-input); | |||
border-color: var(--ooui-input-border); | |||
} | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span, | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span { | |||
background-color: var(--ooui-progressive); | |||
border-color: var(--ooui-progressive); | |||
} | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span { | |||
border-color: var(--ooui-progressive); | |||
} | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover + span, | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:hover + span { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:hover + span { | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover + span, | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:hover + span { | |||
border-color: var(--ooui-accent); | |||
} | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus + span { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:active + span, | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:active + span, | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:active + span { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:active + span { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active + span { | |||
border-color: var(--ooui-progressive--hover); | |||
box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active + span:before { | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span, | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:focus + span { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff; | |||
} | |||
.oo-ui-checkboxInputWidget [type='checkbox']:disabled + span, | |||
.oo-ui-radioInputWidget [type='radio']:disabled + span { | |||
background-color: var(--ooui-disabled); | |||
border-color: var(--ooui-disabled); | |||
} | |||
.oo-ui-dropdownWidget-handle { | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | |||
background-color: var(--ooui-input); | |||
color: var(--ooui-text); | |||
border-color: var(--body-border); | |||
} | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:active { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle { | |||
color: var(--ooui-disabled-text); | |||
text-shadow: none; | |||
border-color: var(--ooui-disabled-border); | |||
background-color: var(--ooui-disabled); | |||
} | |||
.oo-ui-dropdownInputWidget select { | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.oo-ui-dropdownInputWidget option { | |||
background-color: var(--ooui-interface); | |||
} | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled { | |||
background-color: var(--ooui-normal); | |||
} | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:active { | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-labelWidget.oo-ui-inline-help { | |||
color: var(--byline-color); | |||
} | |||
.oo-ui-menuSelectWidget { | |||
background-color: var(--ooui-interface); | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-menuSelectWidget-frameless { | |||
box-shadow: inset 0 -1px 0 0 var(--ooui-normal-border); | |||
} | |||
.oo-ui-menuSectionOptionWidget { | |||
color: var(--byline-color); | |||
} | |||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, | |||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, | |||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | |||
color: var(--ooui-accent); | |||
background-color: #282828; | |||
} | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget:hover { | |||
background: #282828; | |||
color: var(--ooui-accent); | |||
} | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-messageDialog-title { | |||
color: inherit; | |||
} | |||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error { | |||
background-color: var(--errorbox-bg); | |||
border-color: var(--errorbox-border); | |||
} | |||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning { | |||
background-color: var(--warningbox-bg); | |||
border-color: var(--warningbox-border); | |||
} | |||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success { | |||
background-color: var(--successbox-bg); | |||
border-color: var(--successbox-border); | |||
} | |||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice { | |||
border-color: var(--messagebox-notice-border); | |||
} | |||
.oo-ui-messageWidget.oo-ui-flaggedElement-error:not(.oo-ui-messageWidget-block), | |||
.oo-ui-messageWidget.oo-ui-flaggedElement-success:not(.oo-ui-messageWidget-block) { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-optionWidget.oo-ui-widget-disabled { | |||
color: var(--ooui-disabled-text); | |||
} | |||
.oo-ui-outlineControlsWidget { | |||
background-color: var(--ooui-normal); | |||
} | |||
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-popupWidget-popup { | |||
background-color: var(--ooui-interface); | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after { | |||
border-bottom-color: var(--ooui-interface); | |||
} | |||
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before { | |||
border-bottom-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after { | |||
border-top-color: var(--ooui-interface); | |||
} | |||
.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before { | |||
border-top-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:after { | |||
border-right-color: var(--ooui-interface); | |||
} | |||
.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:before { | |||
border-right-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:after { | |||
border-left-color: var(--ooui-interface); | |||
} | |||
.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:before { | |||
border-left-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-searchWidget-query { | |||
border-bottom-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-selectFileWidget-dropTarget { | |||
background-color: var(--ooui-interface); | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget { | |||
background-color: var(--ooui-interface); | |||
} | |||
.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover { | |||
border-color: var(--ooui-input-border--hover); | |||
} | |||
.oo-ui-tabOptionWidget { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { | |||
background-color: var(--body-dark); | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { | |||
border-bottom-color: var(--link-color); | |||
color: var(--link-color); | |||
} | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover, | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active { | |||
background-color: var(--body-light); | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover { | |||
background-color: var(--body-dark); | |||
} | |||
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { | |||
color: var(--ooui-progressive); | |||
box-shadow: inset 0 -2px 0 0 var(--ooui-progressive); | |||
} | |||
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected:hover, | |||
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected:focus { | |||
color: var(--ooui-progressive--hover); | |||
box-shadow: inset 0 -2px 0 0 var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-tabSelectWidget-framed { | |||
background: none; | |||
border-bottom: 1px solid var(--ooui-interface-border); | |||
} | |||
.oo-ui-tabSelectWidget-frameless { | |||
box-shadow: inset 0 -1px 0 0 var(--ooui-interface-border); | |||
} | |||
.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-framed:after { | |||
background: var(--mobile-navbox-linear-gradient); | |||
} | |||
.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-frameless:after { | |||
background: var(--mobile-navbox-linear-gradient); | |||
} | |||
.oo-ui-tagItemWidget { | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled:not( .oo-ui-tagItemWidget-fixed ) { | |||
background-color: var(--ooui-normal); | |||
} | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled { | |||
background-color: var(--ooui-interface); | |||
} | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined { | |||
background-color: var(--ooui-normal); | |||
} | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled { | |||
background-color: var(--ooui-interface); | |||
} | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle { | |||
background-color: var(--ooui-input); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-input-border); | |||
} | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::placeholder { | |||
color: var(--subtle-color); | |||
} | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending) { | |||
background-color: var(--ooui-disabled); | |||
color: var(--ooui-disabled-text); | |||
} | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input { | |||
border-color: var(--ooui-input-border--hover); | |||
} | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input:focus { | |||
border-color: var(--ooui-accent); | |||
} | |||
@media screen and (min-width: 0) { | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled textarea.oo-ui-inputWidget-input:focus { | |||
outline: 1px solid var(--ooui-accent); | |||
} | |||
} | |||
.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input { | |||
background-color: var(--ooui-disabled); | |||
color: var(--ooui-disabled-text); | |||
text-shadow: none; | |||
border-color: var(--ooui-disabled-border); | |||
} | |||
.oo-ui-toggleSwitchWidget { | |||
background-color: var(--ooui-input); | |||
border-color: var(--ooui-input-border); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip { | |||
background-color: var(--ooui-input); | |||
border-color: var(--ooui-input-border); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover { | |||
background-color: var(--ooui-input); | |||
border-color: var(--ooui-accent); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover .oo-ui-toggleSwitchWidget-grip { | |||
background-color: var(--ooui-input); | |||
border-color: var(--ooui-accent); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active .oo-ui-toggleSwitchWidget-grip, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover .oo-ui-toggleSwitchWidget-grip, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus .oo-ui-toggleSwitchWidget-grip { | |||
background-color: var(--ooui-input); | |||
border-color: var(--ooui-input); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus .oo-ui-toggleSwitchWidget-grip { | |||
border-color: var(--ooui-accent); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on { | |||
background-color: var(--ooui-progressive); | |||
border-color: var(--ooui-progressive); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip { | |||
background-color: var(--ooui-input); | |||
border-color: var(--ooui-input); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:hover { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active:hover { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus { | |||
border-color: var(--ooui-progressive); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus::before { | |||
border-color: #fff;/* TODO Color */ | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-disabled { | |||
background-color: var(--ooui-disabled); | |||
border-color: var(--ooui-disabled); | |||
} | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > input.oo-ui-buttonElement-button, | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button, | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active, | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-text); | |||
} | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | |||
color: var(--ooui-disabled-text); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | |||
background-color: var(--ooui-disabled); | |||
border-color: var(--ooui-disabled-border); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | |||
background-color: var(--ooui-input); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { | |||
background-color: var(--ooui-progressive--hover); | |||
color: #fff;/* TODO Color */ | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus { | |||
border-color: var(--ooui-progressive--hover); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | |||
background-color: var(--ooui-normal--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | |||
background-color: var(--ooui-progressive); | |||
border-color: var(--ooui-progressive); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff; | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button { | |||
color: #fff;/* TODO Color */ | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-pendingElement-pending { | |||
background-image: var(--ooui-pending-background-image); | |||
background-size: 200%; | |||
animation: oo-ui-pendingElement-stripes 6s linear infinite; | |||
} | |||
@keyframes oo-ui-pendingElement-stripes { | |||
100% { | |||
background-position: 100%; | |||
} | |||
} | |||
.oo-ui-messageDialog-content > .oo-ui-window-foot { | |||
outline-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-messageDialog-message { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget { | |||
border-right-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget { | |||
border-bottom-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-processDialog-content .oo-ui-window-head, | |||
.oo-ui-processDialog-content .oo-ui-window-foot { | |||
outline-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button { | |||
border-top-color: transparent; | |||
border-bottom-color: transparent; | |||
} | |||
.oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button:active { | |||
border-top-color: transparent; | |||
border-bottom-color: transparent; | |||
} | |||
.oo-ui-processDialog .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-processDialog .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:active { | |||
border-right-color: var(--ooui-interface-border); | |||
border-left-color: transparent; | |||
} | |||
.oo-ui-processDialog .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:focus { | |||
border-color: var(--ooui-accent); | |||
} | |||
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget > .oo-ui-buttonElement-button, | |||
.oo-ui-processDialog-actions-other .oo-ui-actionWidget > .oo-ui-buttonElement-button { | |||
border-right-color: var(--ooui-normal-border); | |||
border-left-color: transparent; | |||
} | |||
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:hover { | |||
background-color: var(--ooui-normal--hover); | |||
border-right-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-windowManager-modal > .oo-ui-dialog { | |||
background-color: var(--ooui-window-background); | |||
} | |||
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame { | |||
background-color: var(--ooui-interface); | |||
} | |||
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame { | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-window { | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-toolbar-bar { | |||
background-color: var(--ooui-interface); | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar { | |||
border-bottom-color: var(--body-mid); | |||
} | |||
.oo-ui-toolbar-bar .oo-ui-bookletLayout > .oo-ui-menuLayout-menu { | |||
border-right-color: var(--body-mid); | |||
} | |||
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:focus { | |||
outline: 1px solid var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active, | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link, | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-accent); | |||
box-shadow: none; | |||
} | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link { | |||
background-color: var(--ooui-progressive); | |||
} | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover { | |||
background-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:focus { | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff; | |||
} | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active, | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-tool-link { | |||
background-color: var(--ooui-progressive--hover); | |||
} | |||
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled { | |||
background-color: var(--ooui-normal); | |||
} | |||
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-text); | |||
} | |||
.oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title { | |||
color: var(--ooui-progressive); | |||
} | |||
.oo-ui-menuToolGroup { | |||
border-left-color: var(--body-mid); | |||
border-right-color: var(--body-mid); | |||
} | |||
.oo-ui-popupToolGroup-tools { | |||
background-color: var(--ooui-interface); | |||
border-color: var(--body-mid); | |||
} | |||
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus { | |||
outline: 1px solid var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover { | |||
border-right-color: var(--ooui-normal--hover); | |||
} | |||
.oo-ui-popupToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus { | |||
box-shadow: inset 0 0 0 2px var(--ooui-accent); | |||
} | |||
.oo-ui-popupToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title { | |||
color: var(--ooui-progressive); | |||
} | |||
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { | |||
background-color: var(--ooui-normal); | |||
color: var(--ooui-accent); | |||
} | |||
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover { | |||
background-color: var(--ooui-normal--hover); | |||
color: var(--ooui-accent); | |||
} | |||
.oo-ui-bookletLayout-outlinePanel > .oo-ui-outlineControlsWidget { | |||
border-top-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-bookletLayout > .oo-ui-menuLayout-menu { | |||
border-right-color: var(--ooui-interface-border); | |||
} | |||
.oo-ui-fieldLayout-disabled > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header > .oo-ui-labelElement-label { | |||
color: var(--ooui-disabled-text); | |||
} | |||
.oo-ui-panelLayout-framed { | |||
border-color: var(--sidebar); | |||
} | |||
.oo-ui-icon-settings { | |||
/* TODO SVG */ | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Esettings%3C/title%3E%3Cg transform='translate(10 10)'%3E%3Cpath id='a' d='M1.5-10h-3l-1 6.5h5m0 7h-5l1 6.5h3'/%3E%3Cuse xlink:href='%23a' transform='rotate(45)'/%3E%3Cuse xlink:href='%23a' transform='rotate(90)'/%3E%3Cuse xlink:href='%23a' transform='rotate(135)'/%3E%3C/g%3E%3Cpath d='M10 2.5a7.5 7.5 0 0 0 0 15 7.5 7.5 0 0 0 0-15v4a3.5 3.5 0 0 1 0 7 3.5 3.5 0 0 1 0-7'/%3E%3C/svg%3E"); | |||
} | |||
.oo-ui-icon-clear { | |||
/* TODO SVG */ | |||
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%3Ctitle%3Eclear%3C/title%3E%3Cpath d='M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm5.66 14.24-1.41 1.41L10 11.41l-4.24 4.25-1.42-1.42L8.59 10 4.34 5.76l1.42-1.42L10 8.59l4.24-4.24 1.41 1.41L11.41 10z'/%3E%3C/svg%3E"); | |||
} | |||
.mw-widget-dateInputWidget-handle { | |||
background-color: var(--ooui-input); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-input-border); | |||
} | |||
.mw-widget-dateInputWidget-calendar { | |||
background-color: var(--ooui-interface); | |||
} | |||
.mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle:hover { | |||
border-color: var(--ooui-input-border--hover); | |||
} | |||
.mw-widget-calendarWidget { | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.mw-widget-calendarWidget:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.mw-widget-calendarWidget-day, | |||
.mw-widget-calendarWidget-day-heading { | |||
color: var(--ooui-text); | |||
} | |||
.mw-widget-calendarWidget-day-additional { | |||
color: var(--ooui-text); | |||
opacity: 0.67; | |||
} | |||
.mw-widget-calendarWidget-day-today { | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent); | |||
} | |||
.mw-widget-calendarWidget-item:hover { | |||
background-color: var(--ooui-progressive); | |||
} | |||
.mw-widget-calendarWidget-item-selected { | |||
background-color: var(--ooui-progressive--hover); | |||
} | |||
.mw-widgets-datetime-calendarWidget { | |||
background-color: var(--ooui-interface); | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.mw-widgets-datetime-calendarWidget:focus { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent), 0 2px 2px 0 rgba(0, 0, 0, 0.25); | |||
} | |||
.mw-widgets-datetime-calendarWidget-grid .mw-widgets-datetime-calendarWidget-cell.mw-widgets-datetime-calendarWidget-extra .oo-ui-buttonElement-button .oo-ui-labelElement-label { | |||
color: var(--subtle-color); | |||
} | |||
.mw-widgets-datetime-calendarWidget-grid .mw-widgets-datetime-calendarWidget-cell.mw-widgets-datetime-calendarWidget-selected .oo-ui-buttonElement-button { | |||
background-color: var(--ooui-progressive--hover); | |||
} | |||
.mw-widgets-datetime-dateTimeInputWidget-handle { | |||
background-color: var(--ooui-input); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-input-border); | |||
} | |||
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled.mw-widgets-datetime-dateTimeInputWidget-handle:hover { | |||
border-color: var(--ooui-input-border--hover); | |||
} | |||
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled:hover input, | |||
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled:hover textarea { | |||
border-color: var(--ooui-input-border--hover); | |||
} | |||
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-editField:hover { | |||
background-color: var(--ooui-normal); | |||
} | |||
/* ========================== | |||
VisualEditor | |||
========================== */ | |||
.ve-activated .ve-init-mw-desktopArticleTarget-originalContent #catlinks:hover { | |||
background: var(--ooui-normal--hover); | |||
} | |||
.ve-ui-overlay { | |||
font-family: inherit; | |||
} | |||
.oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above { | |||
border-top-color: var(--body-mid); | |||
} | |||
.ve-ce-branchNode-blockSlug, | |||
.ve-ce-branchNode-newSlug { | |||
outline-color: var(--body-border); | |||
background-color: var(--ooui-interface); | |||
} | |||
.ve-ui-specialCharacterPage h3 { | |||
color: var(--byline-color); | |||
} | |||
.ve-ui-toolbarDialog { | |||
background: var(--ooui-interface); | |||
} | |||
.ve-ui-specialCharacterPage-character { | |||
border-color: var(--body-mid); | |||
} | |||
.ve-ui-specialCharacterPage-character:hover { | |||
border-color: var(--body-dark); | |||
} | |||
.ve-ce-linkAnnotation.ve-ce-annotation-active { | |||
box-shadow: 0 0 0 1px var(--body-mid); | |||
background: none; | |||
} | |||
.ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label { | |||
border-color: var(--body-border); | |||
} | |||
.ve-ui-mwHelpPopupTool-version-label, | |||
.ve-ui-mwHelpPopupTool-version-link, | |||
.ve-ui-mwHelpPopupTool-version-date { | |||
color: var(--byline-color); | |||
} | |||
.ve-ce-tableCellableNode { | |||
border-color: var(--body-mid); | |||
} | |||
.ve-ce-mwReferencesListNode-muted { | |||
color: var(--byline-color); | |||
} | |||
.ve-ui-mwTemplatePage-description, | |||
.ve-ui-mwParameterPage-label, | |||
.ve-ui-mwParameterPage-description-required, | |||
.ve-ui-mwParameterPage-description-deprecated { | |||
color: var(--byline-color); | |||
} | |||
.mw-widget-titleWidget-menu .mw-widget-titleOptionWidget-description { | |||
color: var(--byline-color); | |||
} | |||
.ve-ui-mwGalleryDialog-menuLayout > .oo-ui-menuLayout-menu, | |||
.ve-ui-mwGalleryDialog-innerMenuLayout > .oo-ui-menuLayout-menu, | |||
.ve-ui-mwGalleryDialog .ve-ui-mwGalleryDialog-image-container, | |||
.ve-ui-targetWidget { | |||
border-color: var(--body-border); | |||
} | |||
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) { | |||
background-color: var(--body-main); | |||
} | |||
.ve-ui-mwSaveDialog { | |||
color: var(--ooui-text); | |||
} | |||
.ve-ui-mwSaveDialog-options { | |||
background-color: var(--ooui-interface); | |||
border-color: var(--body-border); | |||
} | |||
.ve-ui-mwSaveDialog-summary { | |||
background-color: var(--ooui-input); | |||
} | |||
.ve-ui-mwSaveDialog-editSummary-count { | |||
border-color: var(--body-border); | |||
} | |||
.ve-ui-mwSaveDialog-license { | |||
color: var(--byline-color); | |||
} | |||
.ve-ui-mwReferenceContextItem-muted { | |||
color: var(--byline-color); | |||
} | |||
.ve-ui-mwNoticesPopupTool-items > div:not(:first-child), | |||
.ve-ui-mwHelpPopupTool-item:not(:first-child) { | |||
border-color: var(--body-border); | |||
} | |||
.ve-ui-mwTransclusionOutlineControlsWidget { | |||
background-color: var(--ooui-interface); | |||
border-top-color: var(--body-border); | |||
} | |||
.ve-ui-mwTransclusionOutlineTemplateWidget-sticky { | |||
background-color: var(--ooui-interface); | |||
} | |||
.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted { | |||
color: var(--ooui-text); | |||
} | |||
.ve-ui-mwTransclusionOutlineTemplateWidget-no-template-parameters { | |||
color: var(--subtle-color); | |||
} | |||
.ve-ui-mwParameterPage-undocumentedLabel { | |||
color: var(--subtle-color); | |||
} | |||
.ve-ui-mwTwoPaneTransclusionDialogLayout > .oo-ui-menuLayout-menu { | |||
border-right: var(--body-border); | |||
} | |||
.ve-ui-mwParameterPage-doc-required, | |||
.ve-ui-mwParameterPage-doc-deprecated, | |||
.ve-ui-mwParameterPage-inlineDescription .ve-ui-mwParameterPage-doc-example { | |||
color: var(--byline-color); | |||
} | |||
.ve-ui-expandableContent-toggle { | |||
background-color: var(--ooui-interface); | |||
} | |||
.ve-ui-expandableContent-fade { | |||
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, var(--ooui-interface) 90%); | |||
} | |||
.ve-ui-commandHelpDialog-shortcut > kbd, | |||
.ve-ui-commandHelpDialog-sequence > kbd { | |||
background-color: var(--keypress-background); | |||
color: var(--keypress-color); | |||
border-color: var(--keypress-border); | |||
box-shadow: none; | |||
text-shadow: none; | |||
} | |||
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar { | |||
background: var(--ooui-interface); | |||
} | |||
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar { | |||
border-bottom-color: var(--body-mid); | |||
} | |||
/* ============================== | |||
[[Template:Editnotice]] | |||
============================== */ | |||
.editnotice { | |||
font-size: 0.9em; | |||
padding-bottom: 0.75em; | |||
margin-bottom: 0.6em; | |||
} | |||
.editnotice .editnotice-title { | |||
font-size: 1.2em; | |||
font-weight: bold; | |||
margin-bottom: 0.4em; | |||
} | |||
/* ============================= | |||
Syntax highlighting | |||
============================== */ | |||
.mw-highlight { | |||
background: none; | |||
} | |||
.mw-highlight pre { | |||
background-color: inherit; | |||
} | |||
.mw-highlight pre .hll { | |||
background-color: #49483e; | |||
} | |||
.mw-highlight pre .c { | |||
color: #949eaa; | |||
} | |||
/* Comment */ | |||
.mw-highlight pre .err { | |||
color: #960050; | |||
} | |||
/* Error */ | |||
.mw-highlight pre .k { | |||
color: #66d9ef; | |||
} | |||
/* Keyword */ | |||
.mw-highlight pre .l { | |||
color: #ae81ff; | |||
} | |||
/* Literal */ | |||
.mw-highlight pre .n { | |||
color: #f8f8f2; | |||
} | |||
/* Name */ | |||
.mw-highlight pre .o { | |||
color: #f92672; | |||
} | |||
/* Operator */ | |||
.mw-highlight pre .p { | |||
color: #f8f8f2; | |||
} | |||
/* Punctuation */ | |||
.mw-highlight pre .ch { | |||
color: #949eaa; | |||
} | |||
/* Comment.Hashbang */ | |||
.mw-highlight pre .cm { | |||
color: #949eaa; | |||
} | |||
/* Comment.Multiline */ | |||
.mw-highlight pre .cp { | |||
color: #949eaa; | |||
} | |||
/* Comment.Preproc */ | |||
.mw-highlight pre .cpf { | |||
color: #949eaa; | |||
} | |||
/* Comment.PreprocFile */ | |||
.mw-highlight pre .c1 { | |||
color: #949eaa; | |||
} | |||
/* Comment.Single */ | |||
.mw-highlight pre .cs { | |||
color: #949eaa; | |||
} | |||
/* Comment.Special */ | |||
.mw-highlight pre .gd { | |||
color: #f92672; | |||
} | |||
/* Generic.Deleted */ | |||
.mw-highlight pre .ge { | |||
font-style: italic; | |||
} | |||
/* Generic.Emph */ | |||
.mw-highlight pre .gi { | |||
color: #a6e22e; | |||
} | |||
/* Generic.Inserted */ | |||
.mw-highlight pre .gs { | |||
font-weight: bold; | |||
} | |||
/* Generic.Strong */ | |||
.mw-highlight pre .gu { | |||
color: #949eaa; | |||
} | |||
/* Generic.Subheading */ | |||
.mw-highlight pre .kc { | |||
color: #66d9ef; | |||
} | |||
/* Keyword.Constant */ | |||
.mw-highlight pre .kd { | |||
color: #66d9ef; | |||
} | |||
/* Keyword.Declaration */ | |||
.mw-highlight pre .kn { | |||
color: #f92672; | |||
} | |||
/* Keyword.Namespace */ | |||
.mw-highlight pre .kp { | |||
color: #66d9ef; | |||
} | |||
/* Keyword.Pseudo */ | |||
.mw-highlight pre .kr { | |||
color: #66d9ef; | |||
} | |||
/* Keyword.Reserved */ | |||
.mw-highlight pre .kt { | |||
color: #66d9ef; | |||
} | |||
/* Keyword.Type */ | |||
.mw-highlight pre .ld { | |||
color: #e6db74; | |||
} | |||
/* Literal.Date */ | |||
.mw-highlight pre .m { | |||
color: #ae81ff; | |||
} | |||
/* Literal.Number */ | |||
.mw-highlight pre .s { | |||
color: #e6db74; | |||
} | |||
/* Literal.String */ | |||
.mw-highlight pre .na { | |||
color: #a6e22e; | |||
} | |||
/* Name.Attribute */ | |||
.mw-highlight pre .nb { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Builtin */ | |||
.mw-highlight pre .nc { | |||
color: #a6e22e; | |||
} | |||
/* Name.Class */ | |||
.mw-highlight pre .no { | |||
color: #66d9ef; | |||
} | |||
/* Name.Constant */ | |||
.mw-highlight pre .nd { | |||
color: #a6e22e; | |||
} | |||
/* Name.Decorator */ | |||
.mw-highlight pre .ni { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Entity */ | |||
.mw-highlight pre .ne { | |||
color: #a6e22e; | |||
} | |||
/* Name.Exception */ | |||
.mw-highlight pre .nf { | |||
color: #a6e22e; | |||
} | |||
/* Name.Function */ | |||
.mw-highlight pre .nl { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Label */ | |||
.mw-highlight pre .nn { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Namespace */ | |||
.mw-highlight pre .nx { | |||
color: #a6e22e; | |||
} | |||
/* Name.Other */ | |||
.mw-highlight pre .py { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Property */ | |||
.mw-highlight pre .nt { | |||
color: #f92672; | |||
} | |||
/* Name.Tag */ | |||
.mw-highlight pre .nv { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Variable */ | |||
.mw-highlight pre .ow { | |||
color: #f92672; | |||
} | |||
/* Operator.Word */ | |||
.mw-highlight pre .w { | |||
color: #f8f8f2; | |||
} | |||
/* Text.Whitespace */ | |||
.mw-highlight pre .mb { | |||
color: #ae81ff; | |||
} | |||
/* Literal.Number.Bin */ | |||
.mw-highlight pre .mf { | |||
color: #ae81ff; | |||
} | |||
/* Literal.Number.Float */ | |||
.mw-highlight pre .mh { | |||
color: #ae81ff; | |||
} | |||
/* Literal.Number.Hex */ | |||
.mw-highlight pre .mi { | |||
color: #ae81ff; | |||
} | |||
/* Literal.Number.Integer */ | |||
.mw-highlight pre .mo { | |||
color: #ae81ff; | |||
} | |||
/* Literal.Number.Oct */ | |||
.mw-highlight pre .sa { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Affix */ | |||
.mw-highlight pre .sb { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Backtick */ | |||
.mw-highlight pre .sc { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Char */ | |||
.mw-highlight pre .dl { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Delimiter */ | |||
.mw-highlight pre .sd { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Doc */ | |||
.mw-highlight pre .s2 { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Double */ | |||
.mw-highlight pre .se { | |||
color: #ae81ff; | |||
} | |||
/* Literal.String.Escape */ | |||
.mw-highlight pre .sh { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Heredoc */ | |||
.mw-highlight pre .si { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Interpol */ | |||
.mw-highlight pre .sx { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Other */ | |||
.mw-highlight pre .sr { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Regex */ | |||
.mw-highlight pre .s1 { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Single */ | |||
.mw-highlight pre .ss { | |||
color: #e6db74; | |||
} | |||
/* Literal.String.Symbol */ | |||
.mw-highlight pre .bp { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Builtin.Pseudo */ | |||
.mw-highlight pre .fm { | |||
color: #a6e22e; | |||
} | |||
/* Name.Function.Magic */ | |||
.mw-highlight pre .vc { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Variable.Class */ | |||
.mw-highlight pre .vg { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Variable.Global */ | |||
.mw-highlight pre .vi { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Variable.Instance */ | |||
.mw-highlight pre .vm { | |||
color: #f8f8f2; | |||
} | |||
/* Name.Variable.Magic */ | |||
.mw-highlight pre .il { | |||
color: #ae81ff; | |||
} | |||
/* Literal.Number.Integer.Long */ | |||
.mw-highlight pre .lineno { | |||
color: #949eaa; | |||
} | |||
/* Line number */ | |||
.mw-json th { | |||
background-color: var(--ooui-text); | |||
border-color: var(--ooui-normal); | |||
font-size: inherit; | |||
} | |||
.mw-json td { | |||
background-color: var(--ooui-text); | |||
border-color: var(--ooui-normal); | |||
font-size: inherit; | |||
} | |||
/* ======================================= | |||
syntax highlight in ace editor | |||
======================================= */ | |||
body .ace-tm .ace_gutter, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter { | |||
background: var(--sourceeditor-background); | |||
color: #cbd9f4; | |||
} | |||
body .ace-tm .ace_print-margin, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_print-margin { | |||
width: 1px; | |||
background: #555651; | |||
} | |||
body .ace-tm, | |||
body .ve-ui-mwAceEditorWidget .ace-tm { | |||
background-color: var(--sourceeditor-background); | |||
color: #f8f8f2; | |||
} | |||
body .ace-tm .ace_cursor, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_cursor { | |||
color: #f8f8f0; | |||
} | |||
body .ace-tm .ace_marker-layer .ace_selection, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selection { | |||
background: var(--sourceeditor-background-secondary); | |||
} | |||
body .ace-tm.ace_multiselect .ace_selection.ace_start, | |||
body .ve-ui-mwAceEditorWidget .ace-tm.ace_multiselect .ace_selection.ace_start { | |||
box-shadow: 0 0 3px 0px var(--sourceeditor-background-secondary); | |||
} | |||
body .ace-tm .ace_marker-layer .ace_step, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_step { | |||
background: #665200; | |||
} | |||
body .ace-tm .ace_marker-layer .ace_bracket, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_bracket { | |||
margin: -1px 0 0 -1px; | |||
border: 1px solid #49483e; | |||
} | |||
body .ace-tm .ace_marker-layer .ace_active-line, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_active-line { | |||
background: var(--sourceeditor-background-secondary); | |||
} | |||
body .ace-tm .ace_gutter-active-line, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter-active-line { | |||
background-color: var(--sourceeditor-background-secondary); | |||
} | |||
body .ace-tm .ace_marker-layer .ace_selected-word, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selected-word { | |||
border: 1px solid #49483e; | |||
background: #49483e; | |||
} | |||
body .ace-tm .ace_invisible, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_invisible { | |||
color: #52524d; | |||
} | |||
body .ace-tm .ace_entity.ace_name.ace_tag, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_tag, | |||
body .ace-tm .ace_keyword, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword, | |||
body .ace-tm .ace_meta.ace_tag, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_meta.ace_tag, | |||
body .ace-tm .ace_storage, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_storage { | |||
color: #f92672; | |||
} | |||
body .ace-tm .ace_punctuation, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation, | |||
body .ace-tm .ace_punctuation.ace_tag, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation.ace_tag { | |||
color: #fff; | |||
} | |||
body .ace-tm .ace_constant.ace_character, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_character, | |||
body .ace-tm .ace_constant.ace_language, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_language, | |||
body .ace-tm .ace_constant.ace_numeric, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_numeric, | |||
body .ace-tm .ace_constant.ace_other, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_other { | |||
color: #ae81ff; | |||
} | |||
body .ace-tm .ace_invalid, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid { | |||
color: #f8f8f0; | |||
background-color: #f92672; | |||
} | |||
body .ace-tm .ace_invalid.ace_deprecated, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid.ace_deprecated { | |||
color: #f8f8f0; | |||
background-color: #ae81ff; | |||
} | |||
body .ace-tm .ace_support.ace_constant, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_constant, | |||
body .ace-tm .ace_support.ace_function, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_function { | |||
color: #66d9ef; | |||
} | |||
body .ace-tm .ace_fold, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_fold { | |||
background-color: #a6e22e; | |||
border-color: #f8f8f2; | |||
} | |||
body .ace-tm .ace_storage.ace_type, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_storage.ace_type, | |||
body .ace-tm .ace_support.ace_class, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_class, | |||
body .ace-tm .ace_support.ace_type, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_type { | |||
color: #66d9ef; | |||
} | |||
body .ace-tm .ace_entity.ace_name.ace_function, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_function, | |||
body .ace-tm .ace_entity.ace_other, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other, | |||
body .ace-tm .ace_entity.ace_other.ace_attribute-name, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other.ace_attribute-name, | |||
body .ace-tm .ace_variable, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_variable { | |||
color: #a6e22e; | |||
} | |||
body .ace-tm .ace_variable.ace_parameter, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_variable.ace_parameter { | |||
color: #fd971f; | |||
} | |||
body .ace-tm .ace_string, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_string { | |||
color: #e6db74; | |||
} | |||
body .ace-tm .ace_keyword.ace_operator, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword.ace_operator { | |||
color: #949eaa; | |||
} | |||
body .ace-tm .ace_comment, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_comment { | |||
color: #949eaa; | |||
} | |||
body .ace-tm .ace_indent-guide, | |||
body .ve-ui-mwAceEditorWidget .ace-tm .ace_indent-guide { | |||
background: none; | |||
border-right: solid 1px #334567; | |||
margin-left: -1px; | |||
} | |||
/* =========================== | |||
Lua debug console | |||
=========================== */ | |||
body #mw-scribunto-input { | |||
background-color: var(--sourceeditor-background); | |||
border: 1px solid var(--sourceeditor-border); | |||
} | |||
body .mw-scribunto-console-fieldset { | |||
color: #cbd9f4; | |||
background-color: var(--sourceeditor-background); | |||
} | |||
body .mw-scribunto-normalOutput, | |||
body .mw-scribunto-print, | |||
body .mw-scribunto-error, | |||
body .mw-scribunto-propList, | |||
body .mw-scribunto-message, | |||
body .mw-scribunto-tabcomplete { | |||
background: none; | |||
} | |||
body .mw-scribunto-input { | |||
color: #3ea6e6; | |||
} | |||
body .mw-scribunto-normalOutput { | |||
color: #cbd9f4; | |||
} | |||
body .mw-scribunto-print { | |||
color: #f9d000; | |||
} | |||
body .mw-scribunto-error { | |||
color: #ee4231; | |||
} | |||
body .mw-scribunto-propList, | |||
body .mw-scribunto-message { | |||
color: #6bc71f; | |||
} | |||
body .mw-scribunto-tabcomplete { | |||
color: #855cd8; | |||
} | |||
body .mw-scribunto-clear { | |||
color: #ee4231; | |||
border-bottom-color: #ee4231; | |||
} | |||
/* ===================== | |||
Messageboxes | |||
===================== */ | |||
.mw-message-box, | |||
.mw-message-box-error, | |||
.mw-message-box-warning, | |||
.mw-message-box-success, | |||
.usermessage, | |||
.cdx-message { | |||
color: var(--text-color); | |||
} | |||
.messagebox { | |||
display: flex; | |||
max-width: 800px; | |||
margin: auto; | |||
border: 1px solid #434242; | |||
box-sizing: border-box; | |||
gap: 1em; | |||
border-left: 8px solid; | |||
border-left-color: var(--body-dark); | |||
padding: 0.5em 1em; | |||
align-items: center; | |||
margin-bottom: .25em; | |||
} | |||
.messagebox-header { | |||
font-weight: 600; | |||
} | |||
.mw-body-content .messagebox p { | |||
margin: 0; | |||
font-size: 0.9em; | |||
color: #cccbcb; | |||
} | |||
.messagebox.notice { | |||
border-left-color: var(--messagebox-notice-border); | |||
background-color: var(--body-light); | |||
} | |||
.messagebox.info, | |||
.messagebox.obsolete { | |||
border-color: #3c3c3c; | |||
background-color: var(--body-light); | |||
border-left: 15px solid #3c3c3c; | |||
border-radius: 3px; | |||
margin-top: 0.5em; | |||
margin-bottom: 0.5em; | |||
} | |||
.messagebox.beta { | |||
background-color: #65090b; | |||
border-left-color: #b00000; | |||
} | |||
.messagebox.notice.plainlinks.removed { | |||
border-left-color: #cc062b; | |||
} | |||
.messagebox.notice.dlc-content.dlc-Tides_of_the_Foscari { | |||
border-left-color: #52cf55; | |||
background: rgb(42 58 40); | |||
background: linear-gradient(45deg,rgb(42 58 40) 0%, rgb(27 60 27) 100%); | |||
} | |||
.messagebox.notice.dlc-content.dlc-Legacy_of_the_Moonspell { | |||
border-left-color: #66D0FF; | |||
background: rgb(35 58 68); | |||
background: linear-gradient(45deg,rgb(35 58 68) 0%, rgb(47 62 98) 100%); | |||
} | |||
.messagebox.notice.dlc-content.dlc-Emergency_Meeting { | |||
border-left-color: #d8b4ff; | |||
background: rgb(71 60 84); | |||
background: linear-gradient(45deg,rgb(71 60 84) 0%, rgb(60 45 82) 100%); | |||
} | |||
.messagebox.notice.dlc-content.dlc-Operation_Guns { | |||
border-left-color: #adadad; | |||
background: rgb(51 51 51); | |||
background: linear-gradient(45deg,rgb(51 51 51) 0%, rgb(53 52 52) 100%); | |||
} | |||
.messagebox.notice.dlc-content.dlc-Ode_to_Castlevania { | |||
border-left-color: #6662c6; | |||
background: rgb(54 55 87); | |||
background: linear-gradient(45deg,rgb(54 55 87) 0%, rgb(46 45 93) 100%); | |||
} | |||
.messagebox.notice.dlc-content.dlc-Emerald_Diorama { | |||
border-left-color: #53c69d; | |||
background: rgb(47 70 62); | |||
background: linear-gradient(45deg,rgb(47 70 62) 0%, rgb(43 60 54) 100%); | |||
} | |||
.messagebox.notice.dlc-content.dlc-Ante_Chamber { | |||
border-left-color: #FF7676; | |||
background: rgb(72 32 32); | |||
background: linear-gradient(45deg,rgb(72 32 32) 0%, rgb(52 52 94) 100%); | |||
} | |||
/* ===================== | |||
Template:Quote | |||
===================== */ | |||
/* Sourced from https://dev.fandom.com/wiki/MediaWiki:Global_Lua_Modules/Quote.css */ | |||
/* #content added as a parent selector to the following in order to override default blockquote styles. */ | |||
blockquote { | |||
line-height: 1.5em; | |||
font-size: 1em; | |||
color: #c7c7c7; | |||
background: var(--body-light); | |||
border: 1px solid #434242; | |||
border-left: 8px solid var(--messagebox-notice-border) !important; | |||
color: #ccc !important; | |||
display: flex; | |||
flex-direction: column; | |||
margin: 1em auto; | |||
} | |||
blockquote.plain { | |||
border: 1px solid #434242 !important; | |||
} | |||
#content .pull-quote { | |||
flex-wrap: wrap; | |||
max-width: var(--pull-quote-max-width); | |||
font-size: 1em; | |||
line-height: 1.8; | |||
overflow: hidden; | |||
} | |||
#content .pull-quote__text { | |||
flex-basis: 100%; | |||
position: relative; | |||
padding: 0 2em; | |||
hyphens: var(--pull-quote-hyphens); | |||
color: var(--pull-quote-text-color); | |||
font-size: inherit; | |||
font-style: italic; | |||
} | |||
#content .pull-quote__text::before, #content .pull-quote__text::after { | |||
display: inline; | |||
position: absolute; | |||
font-size: 3em; | |||
font-family: var(--pull-quote-mark-font); | |||
font-weight: 700; | |||
color: var(--pull-quote-mark-color); | |||
} | |||
#content .pull-quote__text::before { | |||
content: "“"; | |||
top: 0; | |||
left: 0; | |||
line-height: 1; | |||
} | |||
#content .pull-quote__text::after { | |||
content: "”"; | |||
bottom: 0; | |||
right: 0.1em; /* avoid clipping to edge due to italics */ | |||
line-height: 0.2; | |||
} | |||
#content .pull-quote__text p:last-child { | |||
margin-bottom: 0; | |||
} | |||
/* render newline (\n) characters inside quote contents */ | |||
#content .pull-quote__text p { | |||
white-space: pre-line; | |||
} | |||
#content .pull-quote__line p { | |||
display: inline; | |||
white-space: pre-line; | |||
} | |||
#content .pull-quote__source { | |||
margin-left: auto; | |||
} | |||
#content .pull-quote__source cite { | |||
display: inline; | |||
font-style: normal; | |||
font-weight: bold; | |||
} | |||
#content .pull-quote__source::before { | |||
content: "—"; | |||
} | |||
#content .pull-quote--right, #content .pull-quote--left { | |||
border: 1px solid var(--pull-quote-frame-color); | |||
border-left: 0; | |||
border-right: 0; | |||
padding: 1em 0; | |||
text-align: justify; | |||
} | |||
#content .pull-quote--right { | |||
float: right; | |||
margin: 1em 0 1em 2em; | |||
} | |||
#content .pull-quote--left { | |||
float: left; | |||
margin: 1em 2em 1em 0; | |||
} | |||
/* --------------------------------- | |||
[[Special:Preferences]] | |||
--------------------------------- */ | |||
#preferences .mw-htmlform-submit-buttons { | |||
background-color: var(--body-main); | |||
border-top-color: var(--body-border); | |||
} | |||
.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, | |||
.mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout { | |||
border-color: var(--body-border); | |||
} | |||
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td { | |||
background-color: var(--body-light); | |||
} | |||
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td { | |||
background-color: var(--body-mid); | |||
} | |||
.mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched > fieldset > legend { | |||
background: var(--body-mid); | |||
} | |||
.mw-prefs-search-highlight { | |||
background: var(--body-mid) !important; | |||
outline-color: var(--body-mid) !important; | |||
} | |||
/* --------------------------------- | |||
[[Special:RecentChanges]] | |||
[[Special:Watchlist]] | |||
--------------------------------- */ | |||
.mw-plusminus-pos { | |||
color: var(--rc-positive-color); | |||
} | |||
.mw-plusminus-neg { | |||
color: var(--rc-negative-color); | |||
} | |||
/* "Other review tools" box */ | |||
.client-js .mw-recentchanges-toplinks:not(.mw-recentchanges-toplinks-collapsed) { | |||
border-color: var(--body-border); | |||
background-color: var(--body-light); | |||
/*border-radius: 2px;*/ | |||
} | |||
/* Filter box */ | |||
.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title { | |||
color: var(--text-color); | |||
} | |||
.mw-rcfilters-ui-filterTagMultiselectWidget-emptyFilters { | |||
color: var(--byline-color); | |||
} | |||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | |||
background-color: var(--ooui-interface); | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget { | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.mw-rcfilters-collapsed .mw-rcfilters-ui-filterTagMultiselectWidget { | |||
border-bottom-color: var(--ooui-interface-border); | |||
} | |||
.mw-rcfilters-ui-menuSelectWidget-footer { | |||
background-color: var(--ooui-interface); | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget { | |||
color: var(--byline-color); | |||
} | |||
.mw-rcfilters-ui-tagItemWidget-popup-content { | |||
color: var(--ooui-text); | |||
} | |||
.mw-changeslist-legend, | |||
.mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { | |||
background-color: var(--body-light); | |||
border-color: var(--body-border); | |||
} | |||
.mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator { | |||
border-color: var(--sidebar); | |||
} | |||
.client-js .mw-changeslist ul, | |||
.client-js .mw-changeslist table.mw-enhanced-rc { | |||
/*margin-left: 0;*/ | |||
} | |||
.mw-rcfilters-ui-watchlistTopSectionWidget-separator { | |||
border-color: var(--sidebar); | |||
} | |||
.mw-rcfilters-ui-itemMenuOptionWidget-header { | |||
border-bottom-color: var(--ooui-interface); | |||
background-color: var(--ooui-interface-border); | |||
} | |||
.mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) { | |||
border-bottom-color: var(--ooui-normal-border); | |||
} | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-title, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-desc { | |||
color: var(--text-color); | |||
} | |||
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { | |||
background-color: var(--body-main); | |||
} | |||
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted .mw-rcfilters-ui-itemMenuOptionWidget-label-title, | |||
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted .mw-rcfilters-ui-itemMenuOptionWidget-label-desc { | |||
color: var(--subtle-color); | |||
} | |||
.mw-rcfilters-ui-filterMenuSectionOptionWidget { | |||
background-color: var(--body-mid); | |||
} | |||
.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label { | |||
color: var(--ooui-text); | |||
} | |||
.mw-rcfilters-ui-filterMenuHeaderWidget-title { | |||
color: var(--ooui-text); | |||
} | |||
.mw-rcfilters-ui-filterMenuHeaderWidget-header { | |||
border-bottom-color: var(--ooui-interface-border); | |||
background-color: var(--ooui-interface); | |||
} | |||
.mw-rcfilters-ui-itemMenuOptionWidget-view-namespaces { | |||
border-top-color: var(--ooui-interface-border); | |||
} | |||
.mw-rcfilters-ui-datePopupWidget { | |||
border-color: var(--ooui-interface-border); | |||
} | |||
.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title { | |||
color: var(--byline-color); | |||
} | |||
.mw-rcfilters-ui-savedLinksListItemWidget-label { | |||
color: var(--ooui-accent); | |||
} | |||
.client-js .mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget-highlighted ul, | |||
.client-js .mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget-highlighted table.mw-enhanced-rc { | |||
/*margin-left: 1.5em;*/ | |||
} | |||
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1, | |||
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child, | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { | |||
background-color: var(--rc-highlight-c1); /* blue */ | |||
} | |||
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2, | |||
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child, | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { | |||
background-color: var(--rc-highlight-c2); /* green */ | |||
} | |||
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3, | |||
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3 tr:first-child, | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { | |||
background-color: var(--rc-highlight-c3); /* yellow */ | |||
} | |||
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4, | |||
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child, | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { | |||
background-color: var(--rc-highlight-c4); /* orange */ | |||
} | |||
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c5, | |||
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child, | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), | |||
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { | |||
background-color: var(--rc-highlight-c5); /* red */ | |||
} | |||
.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey td:not(:nth-child(-n+2)) { | |||
background-color: var(--rc-highlight-grey); /* grey */ | |||
} | |||
/* Active users list */ | |||
.oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-tagMultiselectWidget-handle:hover, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover { | |||
border-color: var(--body-border) !important; | |||
} | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | |||
outline: none !important; | |||
box-shadow: none !important; | |||
} | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-tagMultiselectWidget-focus.oo-ui-tagMultiselectWidget-handle { | |||
border-color: var(--link-color) !important; | |||
border-width: 2px; | |||
} | |||
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input { | |||
color: var(--ooui-text); | |||
} | |||
/* --------------------------------- | |||
[[Special:CreateAccount]] | |||
[[Special:UserLogin]] | |||
--------------------------------- */ | |||
/*.page-Special_CreateAccount .mw-ui-container,*/ | |||
/*.page-Special_UserLogin .mw-ui-container {*/ | |||
/* max-width: 64rem;*/ | |||
/* margin: 0 auto;*/ | |||
/*}*/ | |||
.mw-number-text { | |||
color: var(--byline-color); | |||
} | |||
.mw-body-content .mw-number-text h3 { | |||
color: var(--text-color); | |||
} | |||
/* --------------------------- | |||
[[Special:Search]] | |||
--------------------------- */ | |||
.results-info { | |||
color: inherit; | |||
} | |||
.mw-search-profile-tabs { | |||
background-color: var(--body-mid); | |||
border-color: transparent; | |||
} | |||
.search-types .current a { | |||
color: inherit; | |||
} | |||
#mw-searchoptions { | |||
background-color: var(--body-mid); | |||
border-color: transparent; | |||
} | |||
#mw-searchoptions .divider { | |||
border-color: var(--body-border); | |||
} | |||
#mw-searchoptions h4 { | |||
font-family: inherit; | |||
} | |||
#mw-searchoptions .oo-ui-labelElement:nth-of-type(odd) { | |||
font-weight: bold; | |||
} | |||
.searchresult { | |||
line-height: 1.5; | |||
} | |||
.searchalttitle, | |||
#mw-search-interwiki li { | |||
font-size: 90%; | |||
} | |||
.mw-search-result-data { | |||
color: var(--byline-color); | |||
} | |||
.searchResultImage .searchResultImage-thumbnail img { | |||
border-color: var(--body-border); | |||
} | |||
/* ----------------------------- | |||
[[Special:Listfiles]] | |||
----------------------------- */ | |||
.page-Special_ListFiles a.mw-file-description img { | |||
width: inherit; | |||
height: inherit; | |||
} | |||
.page-Special_ListFiles .TablePager_col_thumb { | |||
text-align: center; | |||
} | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup .mw-echo-ui-placeholderItemWidget { | |||
background-color: inherit; | |||
} | |||
table.mw-interwikitable.body td.mw-interwikitable-local-yes { | |||
background-color: var(--table-yes-background); | |||
color: var(--table-yes-color); | |||
} | |||
.mw-protectedpages-unknown { | |||
color: var(--byline-color); | |||
} | |||
.watchlistredir, | |||
.allpagesredirect { | |||
font-style: italic; | |||
} | |||
.allpagesredirect:after { | |||
color: var(--byline-color); | |||
content: " (redirect)"; | |||
} | |||
.mw-apisandbox-toolbar { | |||
background: var(--body-main); | |||
} | |||
.oo-ui-menuOptionWidget .mw-apisandbox-flag { | |||
color: var(--byline-color); | |||
} | |||
tr.mw-abusefilter-list-disabled, | |||
tr.mw-abusefilter-list-disabled td { | |||
color: var(--byline-color); | |||
} | |||
table.mw-abuselog-details { | |||
background: var(--wikitable-bg); | |||
border-color: var(--wikitable-border); | |||
} | |||
table.mw-abuselog-details th { | |||
background: var(--wikitable-header-bg); | |||
} | |||
table.mw-abuselog-details th, | |||
table.mw-abuselog-details td { | |||
border-color: var(--wikitable-border); | |||
} | |||
.mw-abusefilter-log-hidden-entry { | |||
color: var(--subtle-color); | |||
} | |||
body td.mw-abusefilter-history-changed { | |||
background: var(--table-no-background); | |||
} | |||
div.mw-abusefilter-editor, | |||
#mw-abusefilter-warn-preview, | |||
#mw-abusefilter-disallow-preview { | |||
border-color: var(--ooui-input-border); | |||
} | |||
.mw-destfile-warning { | |||
border-color: var(--warningbox-border); | |||
color: var(--text-color); | |||
background-color: var(--warningbox-bg); | |||
} | |||
/* ------------------------ | |||
SimpleBatchUpload | |||
------------------------*/ | |||
span.fileinput-button { | |||
background-color: var(--ooui-normal); | |||
border-color: var(--ooui-normal-border); | |||
color: var(--ooui-text); | |||
} | |||
ul.fileupload-results li.ful-success { | |||
background-color: var(--successbox-bg); | |||
} | |||
ul.fileupload-results li.ful-success a { | |||
color: var(--link-color); | |||
} | |||
ul.fileupload-results li.ful-error { | |||
background-color: var(--errorbox-bg); | |||
} | |||
/* sitenotice */ | |||
#siteNotice { | |||
text-align: center; | |||
} | |||
#siteNotice ul { | |||
list-style: none; | |||
} | |||
.sitedir-ltr .mw-dismissable-notice-body { | |||
margin: 0; | |||
} | |||
.sitedir-ltr .mw-dismissable-notice-close { | |||
float: none; | |||
text-align: right; | |||
} | |||
.mw-dismissable-notice-close-parent { | |||
min-height: 1em; | |||
} | |||
#filetoc { | |||
border-radius: 2px; | |||
background: var(--body-mid); | |||
border-color: transparent; | |||
margin: 0.5em auto; | |||
text-align: center; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
} | |||
li.gallerybox div.thumb { | |||
border: none; | |||
background-color: var(--thumb-bg); | |||
} | |||
.list-header { | |||
background-color: var(--body-mid); | |||
color: inherit; | |||
} | |||
/* Source editor w/o syntaxhighlight; also applies to mobile in case JS is turned off */ | |||
.editOptions { | |||
color: var(--text-color); | |||
background-color: var(--sourceeditor-background-secondary); | |||
border-color: var(--sourceeditor-border); | |||
} | |||
/* "updated since your last visit" notice when checking watchlisted page history */ | |||
.updatedmarker { | |||
background-color: #c3e8a3;/* TODO Color */ | |||
color: #162e02;/* TODO Color */ | |||
} | |||
/******************************************/ | |||
/* CodeMirror editor settings */ | |||
/******************************************/ | |||
/* CodeMirror is the normal wikitext editor on mobile and desktop */ | |||
.CodeMirror, | |||
/* 1.43 */ | |||
.ext-codemirror-wrapper { | |||
background: var(--body-main); | |||
color: var(--text-color); | |||
} | |||
.CodeMirror pre { | |||
color: var(--text-color); | |||
} | |||
.codeEditor-status { | |||
border-color: var(--body-main); | |||
background-color: var(--body-light); | |||
} | |||
.codeEditor-status-message { | |||
border-color: var(--body-main); | |||
} | |||
.CodeMirror-gutters, | |||
/* 1.43 */ | |||
.cm-editor .cm-gutters { | |||
background-color: var(--body-light); | |||
border-color: var(--body-main); | |||
} | |||
.CodeMirror-linenumber, | |||
/* 1.43 */ | |||
.cm-lineNumbers { | |||
color: var(--text-color); | |||
} | |||
.ve-init-mw-desktopArticleTarget .CodeMirror-linenumber { | |||
color: var(--byline-color); | |||
} | |||
/* Editor Color Settings */ | |||
.cm-mw-template-ext-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template-ext-link-ground.cm-mw-template-name, | |||
.cm-mw-template-ext-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template-ext-link-ground.cm-mw-template, | |||
.cm-mw-template-ext2-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template-ext2-link-ground.cm-mw-template-name, | |||
.cm-mw-template-ext2-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template-ext2-link-ground.cm-mw-template, | |||
.cm-mw-template-ext3-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template-ext3-link-ground.cm-mw-template-name, | |||
.cm-mw-template-ext3-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template-ext3-link-ground.cm-mw-template, | |||
.cm-mw-template-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template-link-ground.cm-mw-template-name, | |||
.cm-mw-template-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template-link-ground.cm-mw-template, | |||
.cm-mw-template-ext-ground.cm-mw-template-bracket, | |||
.cm-mw-template-ext-ground.cm-mw-template-name, | |||
.cm-mw-template-ext-ground.cm-mw-template-delimiter, | |||
.cm-mw-template-ext-ground.cm-mw-template, | |||
.cm-mw-template-ext2-ground.cm-mw-template-bracket, | |||
.cm-mw-template-ext2-ground.cm-mw-template-name, | |||
.cm-mw-template-ext2-ground.cm-mw-template-delimiter, | |||
.cm-mw-template-ext2-ground.cm-mw-template, | |||
.cm-mw-template-ext3-ground.cm-mw-template-bracket, | |||
.cm-mw-template-ext3-ground.cm-mw-template-name, | |||
.cm-mw-template-ext3-ground.cm-mw-template-delimiter, | |||
.cm-mw-template-ext3-ground.cm-mw-template, | |||
.cm-mw-template-ground.cm-mw-template-bracket, | |||
.cm-mw-template-ground.cm-mw-template-name, | |||
.cm-mw-template-ground.cm-mw-template-delimiter, | |||
.cm-mw-template-ground.cm-mw-template { | |||
color: #68e87b; | |||
} | |||
.cm-mw-template2-ext-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template2-ext-link-ground.cm-mw-template-name, | |||
.cm-mw-template2-ext-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template2-ext-link-ground.cm-mw-template, | |||
.cm-mw-template2-ext2-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template2-ext2-link-ground.cm-mw-template-name, | |||
.cm-mw-template2-ext2-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template2-ext2-link-ground.cm-mw-template, | |||
.cm-mw-template2-ext3-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template2-ext3-link-ground.cm-mw-template-name, | |||
.cm-mw-template2-ext3-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template2-ext3-link-ground.cm-mw-template, | |||
.cm-mw-template2-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template2-link-ground.cm-mw-template-name, | |||
.cm-mw-template2-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template2-link-ground.cm-mw-template, | |||
.cm-mw-template2-ext-ground.cm-mw-template-bracket, | |||
.cm-mw-template2-ext-ground.cm-mw-template-name, | |||
.cm-mw-template2-ext-ground.cm-mw-template-delimiter, | |||
.cm-mw-template2-ext-ground.cm-mw-template, | |||
.cm-mw-template2-ext2-ground.cm-mw-template-bracket, | |||
.cm-mw-template2-ext2-ground.cm-mw-template-name, | |||
.cm-mw-template2-ext2-ground.cm-mw-template-delimiter, | |||
.cm-mw-template2-ext2-ground.cm-mw-template, | |||
.cm-mw-template2-ext3-ground.cm-mw-template-bracket, | |||
.cm-mw-template2-ext3-ground.cm-mw-template-name, | |||
.cm-mw-template2-ext3-ground.cm-mw-template-delimiter, | |||
.cm-mw-template2-ext3-ground.cm-mw-template, | |||
.cm-mw-template2-ground.cm-mw-template-bracket, | |||
.cm-mw-template2-ground.cm-mw-template-name, | |||
.cm-mw-template2-ground.cm-mw-template-delimiter, | |||
.cm-mw-template2-ground.cm-mw-template { | |||
color: #34c576; | |||
} | |||
.cm-mw-template3-ext-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template3-ext-link-ground.cm-mw-template-name, | |||
.cm-mw-template3-ext-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template3-ext-link-ground.cm-mw-template, | |||
.cm-mw-template3-ext2-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template3-ext2-link-ground.cm-mw-template-name, | |||
.cm-mw-template3-ext2-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template3-ext2-link-ground.cm-mw-template, | |||
.cm-mw-template3-ext3-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template3-ext3-link-ground.cm-mw-template-name, | |||
.cm-mw-template3-ext3-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template3-ext3-link-ground.cm-mw-template, | |||
.cm-mw-template3-link-ground.cm-mw-template-bracket, | |||
.cm-mw-template3-link-ground.cm-mw-template-name, | |||
.cm-mw-template3-link-ground.cm-mw-template-delimiter, | |||
.cm-mw-template3-link-ground.cm-mw-template, | |||
.cm-mw-template3-ext-ground.cm-mw-template-bracket, | |||
.cm-mw-template3-ext-ground.cm-mw-template-name, | |||
.cm-mw-template3-ext-ground.cm-mw-template-delimiter, | |||
.cm-mw-template3-ext-ground.cm-mw-template, | |||
.cm-mw-template3-ext2-ground.cm-mw-template-bracket, | |||
.cm-mw-template3-ext2-ground.cm-mw-template-name, | |||
.cm-mw-template3-ext2-ground.cm-mw-template-delimiter, | |||
.cm-mw-template3-ext2-ground.cm-mw-template, | |||
.cm-mw-template3-ext3-ground.cm-mw-template-bracket, | |||
.cm-mw-template3-ext3-ground.cm-mw-template-name, | |||
.cm-mw-template3-ext3-ground.cm-mw-template-delimiter, | |||
.cm-mw-template3-ext3-ground.cm-mw-template, | |||
.cm-mw-template3-ground.cm-mw-template-bracket, | |||
.cm-mw-template3-ground.cm-mw-template-name, | |||
.cm-mw-template3-ground.cm-mw-template-delimiter, | |||
.cm-mw-template3-ground.cm-mw-template { | |||
color: #248f5d; | |||
} | |||
.cm-mw-template-argument-name { | |||
color: #c1cc8e; | |||
} | |||
.cm-mw-templatevariable-bracket, | |||
.cm-mw-templatevariable-name, | |||
.cm-mw-templatevariable-delimiter, | |||
.cm-mw-templatevariable { | |||
color: #ea7b5d; | |||
} | |||
.cm-mw-extlink-bracket, | |||
.cm-mw-link-bracket, | |||
.cm-mw-link-delimiter { | |||
color: #cd9937; | |||
} | |||
.cm-mw-extlink-protocol, | |||
.cm-mw-extlink, | |||
.cm-mw-free-extlink-protocol, | |||
.cm-mw-free-extlink, | |||
.cm-mw-link-pagename, | |||
.cm-mw-link, | |||
.cm-mw-link-tosection { | |||
color: #c1b090; | |||
} | |||
.cm-mw-extlink-text, | |||
.cm-mw-link-text { | |||
color: #938976; | |||
} | |||
.cm-mw-parserfunction-bracket, | |||
.cm-mw-parserfunction-name, | |||
.cm-mw-parserfunction-delimiter { | |||
color: #9765b3; | |||
} | |||
.cm-mw-htmltag-bracket, | |||
.cm-mw-htmltag-name, | |||
.cm-mw-exttag-bracket, | |||
.cm-mw-exttag-name { | |||
color: #358db6; | |||
} | |||
.cm-mw-htmltag-attribute, | |||
.cm-mw-exttag-attribute { | |||
color: #0ba7ef; | |||
} | |||
.cm-mw-mnemonic { | |||
color: #1c4ca6; | |||
} | |||
.cm-mw-comment { | |||
color: #84a0a0; | |||
} | |||
.cm-mw-apostrophes-bold, | |||
.cm-mw-apostrophes-italic, | |||
.cm-mw-section-header, | |||
.cm-mw-hr, | |||
.cm-mw-signature, | |||
.cm-mw-list, | |||
.cm-mw-indenting, | |||
.cm-mw-doubleUnderscore { | |||
color: #0088ff; | |||
} | |||
.cm-mw-table-bracket, | |||
.cm-mw-table-definition, | |||
.cm-mw-table-delimiter { | |||
color: #c764ce; | |||
} | |||
.cm-editor .cm-selectionBackground { | |||
background: rgba(140, 171, 230, 0.2); | |||
} | |||
.cm-editor.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground { | |||
background-color: rgba(140, 171, 230, 0.1); | |||
} | |||
.cm-matchingBracket, | |||
.cm-focused .cm-matchingBracket { | |||
background-color: var(--ooui-interface); | |||
} | |||
.CodeMirror-line::selection, | |||
.CodeMirror-line > span::selection, | |||
.CodeMirror-line > span > span::selection, | |||
.cm-line::selection, | |||
.cm-line > span::selection, | |||
.cm-line > span > span::selection { | |||
background-color: rgba(140, 171, 230, 0.2); | |||
} | |||
.cm-mw-matchingbracket { | |||
background-color: var(--body-border); | |||
} | |||
.cm-editor .cm-cursor { | |||
border-left-color: var(--text-color); | |||
} | |||
/* ============================= | |||
Source editor | |||
============================== */ | |||
.wikiEditor-ui .wikiEditor-ui-view, | |||
.wikiEditor-ui .wikiEditor-ui-top { | |||
border-color: var(--sourceeditor-border); | |||
} | |||
.wikiEditor-ui-toolbar { | |||
background-color: var(--sourceeditor-background); | |||
} | |||
.wikiEditor-ui-toolbar .tabs span.tab > a, | |||
.wikiEditor-ui-toolbar .tabs span.tab > a:visited { | |||
color: var(--link-color); | |||
} | |||
.wikiEditor-ui-toolbar .tabs span.tab a.current, | |||
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | |||
color: var(--text-colour); | |||
} | |||
.wikiEditor-ui-toolbar .group, | |||
.wikiEditor-ui-toolbar .section-secondary .group { | |||
border-color: var(--sourceeditor-border); | |||
} | |||
.wikiEditor-ui-toolbar .group .tool-select { | |||
background-color: var(--sourceeditor-background); | |||
border-color: var(--sourceeditor-border); | |||
} | |||
.wikiEditor-ui-toolbar .group .tool-select .options { | |||
border-color: var(--sourceeditor-border); | |||
background-color: var(--body-main); | |||
} | |||
.wikiEditor-ui-toolbar .group .tool-select .options .option { | |||
color: var(--link-color); | |||
} | |||
.wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.wikiEditor-ui-toolbar .group-search { | |||
border-left-color: var(--body-mid); | |||
} | |||
.wikiEditor-ui-toolbar .page-table td { | |||
border-color: var(--body-mid); | |||
color: var(--text-color); | |||
} | |||
.wikiEditor-ui-toolbar .page-table th { | |||
color: var(--text-color); | |||
} | |||
.wikiEditor-ui-toolbar .sections .section { | |||
border-color: var(--body-mid); | |||
} | |||
.wikiEditor-ui-toolbar .sections .toolbar .group > .label { | |||
color: var(--text-color); | |||
} | |||
.wikiEditor-ui-toolbar .sections .toolbar .tool > .label { | |||
color: var(--text-color); | |||
} | |||
.wikiEditor-ui-toolbar .booklet > .index > :hover { | |||
background-color: var(--body-mid); | |||
color: var(--text-color); | |||
} | |||
.wikiEditor-ui-toolbar .booklet .index > .current { | |||
background-color: var(--body-mid); | |||
color: var(--link-color); | |||
} | |||
.wikiEditor-ui-toolbar .page-characters div span { | |||
border-color: var(--body-mid); | |||
color: var(--text-color); | |||
} | |||
.wikiEditor-ui-toolbar .page-characters div span:hover { | |||
border-color: var(--body-dark); | |||
background-color: transparent; | |||
} | |||
.wikiEditor-ui-toolbar .tabs span.tab a:before, | |||
.wikiEditor-ui-toolbar .group .tool-select .label:after { | |||
background: var(--text-color); | |||
-webkit-mask: var(--arrow-down) center no-repeat; | |||
mask: var(--arrow-down) center no-repeat; | |||
} | |||
.ext-WikiEditor-ResizingDragBar, | |||
.ext-WikiEditor-ResizingDragBar-ew { | |||
background-color: var(--sourceeditor-background-secondary); | |||
} | |||
.ext-WikiEditor-ResizingDragBar-ns { | |||
border-color: var(--sourceeditor-border); | |||
} | |||
.ext-WikiEditor-ResizingDragBar span { | |||
background-color: var(--byline-color); | |||
} | |||
.ext-WikiEditor-ResizingDragBar span:hover { | |||
background-color: var(--text-color); | |||
} | |||
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane1, | |||
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane2 { | |||
border-color: var(--sourceeditor-border); | |||
} | |||
.ext-WikiEditor-realtimepreview-loadingbar div { | |||
background-color: var(--ooui-accent); | |||
} | |||
.ext-WikiEditor-realtimepreview-button:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.ext-WikiEditor-realtimepreview-button.oo-ui-toggleWidget-on .oo-ui-labelElement-label { | |||
color: var(--ooui-accent); | |||
} | |||
/* -------------------------- | |||
ACE EDITOR | |||
-------------------------- */ | |||
.ace-tm { | |||
background-color: var(--sourceeditor-input-background); | |||
color: var(--text-color); | |||
} | |||
.ace-tm .ace_gutter { | |||
background: var(--body-mid); | |||
color: var(--text-color); | |||
} | |||
.ace-tm .ace_gutter-cell { | |||
color: var(--text-color); | |||
} | |||
.ace-tm .ace_gutter-active-line { | |||
background-color: var(--body-light); | |||
} | |||
.ace_search { | |||
background-color: var(--body-light); | |||
color: var(--text-color); | |||
border-color: var(--body-mid); | |||
} | |||
.ace_search_field { | |||
background-color: var(--ooui-input); | |||
color: var(--ooui-text); | |||
border-color: var(--ooui-input-border); | |||
} | |||
.ace_searchbtn { | |||
border-color: var(--ooui-normal-border); | |||
background-color: var(--ooui-normal); | |||
color: var(--ooui-text); | |||
} | |||
.ace_searchbtn:last-child { | |||
border-color: var(--ooui-normal-border); | |||
} | |||
.ace_searchbtn:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.ace_searchbtn.prev:after, | |||
.ace_searchbtn.next:after { | |||
border-color: var(--ooui-text); | |||
} | |||
.ace_button { | |||
color: var(--text-color); | |||
} | |||
.ace_button:hover { | |||
background-color: rgba(0, 23, 70, 0.086);/* TODO Color */ | |||
} | |||
.ace_button:active { | |||
background-color: rgba(0, 23, 70, 0.06);/* TODO Color */ | |||
} | |||
.ace_button.checked { | |||
border-color: var(--ooui-accent); | |||
} | |||
/* Thumbnails */ | |||
figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"] { | |||
border: 1px solid var(--body-border) !important; | |||
border-bottom: none !important; | |||
} | |||
figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption { | |||
border: 1px solid var(--body-border) !important; | |||
background: var(--thumb-caption-bg); | |||
} | |||
figure[typeof~="mw:File/Thumb"] > :not(figcaption) .mw-file-element, figure[typeof~="mw:File/Frame"] > :not(figcaption) .mw-file-element, .thumbimage { | |||
background: var(--thumb-bg); | |||
} | |||
/** Main page */ | |||
.page-Vampire_Survivors_Wiki #firstHeading { | |||
display: none; | |||
} | |||
.mainpage-intro { | |||
text-align: center; | |||
font-size: 1.25em; | |||
margin: 1em 0; | |||
} | |||
.mainpage-row { | |||
display: flex; | display: flex; | ||
gap: 1em; | |||
flex-wrap: wrap; | |||
} | |||
.mainpage-box { | |||
background: #1c1b1b; | |||
padding: 1em; | |||
border: 2px solid #212121; | |||
margin-bottom: 1em; | |||
} | |||
.mainpage-box h2 { | |||
margin: 0; | |||
border: 0; | |||
color: var(--heading-color); | |||
text-transform: uppercase; | |||
font-weight: 600; | |||
} | |||
.mainpage-game-platforms img:hover { | |||
transform: scale(1.1); | |||
transition: .1s; | |||
} | |||
.mainpage-box.mainpage-characters img:hover, | |||
.mainpage-box.mainpage-weapons img:hover { | |||
transform: scale(1.1); | |||
transition: .2s; | |||
} | |||
.mainpage-game-platforms { | |||
display: flex; | |||
filter: drop-shadow(0 0 0.35em black); | |||
} | |||
.mainpage-game-platforms a { | |||
padding: 0.5em; | |||
width: auto; | |||
display: inline-block; | |||
border-radius: 5px; | |||
} | |||
.mainpage-game { | |||
background: linear-gradient(0deg, rgba(92, 3, 3, 0.55), rgba(13, 13, 13, 0.8)), url('filepath://Main_page_tile_background.png'); | |||
background-size: cover; | |||
background-position: center; | |||
text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5); | |||
} | |||
.mainpage-col { | |||
flex-grow: 1; | |||
} | |||
.mainpage-row .mainpage-col:first-child { | |||
flex-basis: 60%; | |||
} | |||
.mainpage-row .mainpage-col:last-child { | |||
flex-basis: 30%; | |||
} | |||
.mainpage-game-sublists { | |||
display: grid; | |||
gap: 1em; | |||
grid-template-columns: 1fr 1fr; | |||
} | |||
.mainpage-characters, | |||
.mainpage-weapons { | |||
padding: 0; | |||
} | |||
.mainpage-characters h2, .mainpage-characters h5, | |||
.mainpage-weapons h2, .mainpage-weapons h5 { | |||
padding: 0.5em 1rem; | |||
} | } | ||
.mainpage-characters h5, | |||
.mainpage-weapons h5 { | |||
background: #242424; | |||
. | |||
. | |||
background | |||
} | } | ||
.mainpage-characters > p, | |||
.mainpage-weapons > p { | |||
display: flex; | |||
flex-wrap: wrap; | |||
align-items: center; | |||
justify-content: center; | |||
padding: 0 1em; | |||
gap: 5px; | |||
} | } | ||
.mainpage-dlc > div { | |||
display: flex; | |||
justify-content: center; | |||
margin-top: .5em; | |||
flex-wrap: wrap; | |||
flex-direction: column; | |||
} | } | ||
.mainpage-dlc-box > a { | |||
. | background: #1c1b1b; | ||
font- | margin: 0.25em 0em; | ||
padding: 0.5em 1em; | |||
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5); | |||
background-size: cover; | |||
background-position: center; | |||
display: flex; | |||
align-items: center; | |||
height: 60px; | |||
font-weight: 600; | |||
justify-content: space-between; | |||
text-decoration: none; | |||
text-shadow: 1px 1px 8px rgb(0, 0, 0); | |||
font-family: 'Courier New', Courier, monospace; | |||
} | } | ||
. | |||
.mainpage-dlc-box > a::after { | |||
content: ''; | |||
width: 40px; | |||
height: 40px; | |||
display: block; | display: block; | ||
margin: 0 0 0.5em | position: relative; | ||
background-size: cover; | |||
} | |||
.mainpage-dlc-box.dlc-moonspell > a { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Moonspell_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-moonspell > a::after { | |||
background-image: url('filepath://Sprite-Miang_Moonspell.png'); | |||
} | |||
.mainpage-dlc-box.dlc-foscari > a { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Foscari_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-foscari > a::after { | |||
background-image: url('filepath://Sprite-Luminaire_Foscari.png'); | |||
} | |||
.mainpage-dlc-box.dlc-amongus > a { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Emergency_Meeting_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-amongus > a::after { | |||
background-image: url('filepath://Sprite-Crewmate_Dino.png'); | |||
} | |||
.mainpage-dlc-box.dlc-guns > a { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Guns_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-guns > a::after { | |||
background-image: url('filepath://Sprite-Bill_Rizer.png'); | |||
} | |||
.mainpage-dlc-box.dlc-castlevania > a { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Castlevania_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-castlevania > a::after { | |||
background-image: url('filepath://Sprite-Juste_Belmont.png'); | |||
} | |||
.mainpage-dlc-box.dlc-moonspell > a:hover { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Moonspell_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-foscari > a:hover { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Foscari_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-amongus > a:hover { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Emergency_Meeting_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-guns > a:hover { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Guns_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-castlevania > a:hover { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Castlevania_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-diorama > a { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Emerald_Diorama_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-diorama > a::after { | |||
background-image: url('filepath://Sprite-Tsunanori_Mido.png'); | |||
} | |||
.mainpage-dlc-box.dlc-diorama > a:hover { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Emerald_Diorama_promo_art.jpg?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-antechamber > a { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://VS_Antev2.png?width=500px'); | |||
} | |||
.mainpage-dlc-box.dlc-antechamber > a::after { | |||
background-image: url('filepath://Sprite-Jimbo.png'); | |||
} | |||
.mainpage-dlc-box.dlc-antechamber > a:hover { | |||
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://VS_Antev2.png?width=500px'); | |||
} | |||
.mainpage-box .mainpage-navigation { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 1em .5em; | |||
justify-content: center; | |||
margin-top: 1.25em; | |||
} | |||
.mainpage-box .mainpage-navigation .navigation-tile { | |||
background: var(--tile-background-color); | |||
width: 120px; | |||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
cursor: pointer; | |||
transition: transform 0.1s ease-in-out; | |||
} | |||
.mainpage-box .mainpage-navigation .navigation-tile:hover { | |||
margin: -.5em 0 .5em 0; | |||
transition: .3s; | |||
} | } | ||
. | |||
.mainpage-box .mainpage-navigation .navigation-tile a:hover { | |||
text-decoration: none; | |||
} | } | ||
. | |||
.mainpage-box .mainpage-navigation .navigation-tile img { | |||
margin-top: -.75em; | |||
} | } | ||
. | |||
.mainpage-box .mainpage-navigation .navigation-tile-link { | |||
padding: 0 0 .5em 0; | |||
text-align: center; | |||
display: block; | |||
width: 100%; | |||
margin: -.5em 0; | |||
} | |||
.mainpage-box .mainpage-navigation .navigation-tile-link a { | |||
color: var(--text-color); | |||
font-family: courier new; | |||
font-weight: bolder; | |||
padding: 1em 0; | |||
display: block; | |||
} | } | ||
. | |||
.filter-btn-wrapper { | |||
display: | padding: 0 1em; | ||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
gap: 2px 5px; | |||
margin-bottom: 1em; | |||
} | } | ||
.filter-btn-wrapper button { | |||
. | background: none; | ||
padding: 2px 5px; | |||
color: #c4c4c4; | |||
cursor: pointer; | |||
font-family: inherit; | |||
border: 0; | |||
border-bottom: 1px solid transparent; | |||
} | } | ||
. | .filter-btn-wrapper button[data-selected="true"] { | ||
color: var(--heading-color); | |||
border-color: var(--heading-color); | |||
border-bottom-width: 2px; | |||
} | } | ||
.mainpage-daily-items { | |||
display: flex; | |||
margin- | gap: 1em; | ||
justify-content: center; | |||
align-items: stretch; | |||
flex-flow: row wrap; | |||
margin: 0 auto; | |||
max-width: 700px; | |||
} | } | ||
. | |||
width: | .mainpage-daily-item { | ||
text-align: center; | |||
background-color: var(--tile-background-color); | |||
padding: 10px; | |||
padding-top: 5px; | |||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); | |||
min-width: 200px; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: space-between; | |||
} | } | ||
.mainpage-daily-item:first-child { | |||
width: 100%; | |||
margin: 0 10%; | |||
} | } | ||
. | |||
.mainpage-daily-item:not(:first-child) { | |||
flex: 1; | |||
} | } | ||
.mainpage-daily-item h3 { | |||
margin: 10px 0 5px 0; | |||
margin: 5px | font-size: 1.2em; | ||
background-color: rgba(0, 0, 0, 0.3); | |||
padding: 5px; | |||
} | } | ||
.mainpage-daily-item a { | |||
. | color: var(--link-color); | ||
text-shadow: 1px 1px 8px rgb(0, 0, 0); | |||
} | } | ||
.mainpage-daily-item a:hover { | |||
. | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
. | |||
padding-left: | .mainpage-daily-item img:first-child:hover { | ||
transform: scale(1.04); | |||
transition: 0.2s; | |||
} | |||
.daily-highlight-date { | |||
font-size: 0.8em; | |||
color: #999; | |||
text-transform: none; | |||
white-space: nowrap; | |||
} | |||
.mainpage-daily-item .tooltips-init-complete { | |||
margin: 0 auto; | |||
} | |||
/* Bestiary Description */ | |||
#content .bestiary-desc { | |||
display: flex; | |||
padding: 1em; | |||
border-image: url(/images/Container_border.png?d9b71) 10; | |||
border-image-width: auto; | |||
border-radius: .5em; | |||
max-width: 800px; | |||
margin: auto; | |||
gap: 1em; | |||
box-sizing: border-box; | |||
background: var(--body-light); | |||
min-width: 250px; | |||
flex-direction: row; | |||
} | |||
#content .bestiary-desc .quotation-mark { | |||
color: var(--link-color); | |||
font-size: 4em; | |||
margin: 0.5em 0 0; | |||
font-family: fantasy; | |||
} | |||
#content .bestiary-desc p:last-child { | |||
margin-left: auto; | |||
} | |||
#content .bestiary-desc .bestiary-desc-text { | |||
flex-basis: 100%; | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
#content .bestiary-desc .bestiary-desc-text dl { | |||
margin: auto 0 0 auto; | |||
} | |||
#content .bestiary-desc .bestiary-desc-text .bestiary-desc-text-inner { | |||
font-style: italic; | |||
} | |||
#content .bestiary-desc-nav { | |||
display: flex; | |||
flex-direction: row; | |||
justify-content: space-between; | |||
max-width: 780px; | |||
min-width: 230px; | |||
margin: 0 auto; | |||
margin-top: 0.67em; | |||
} | |||
#content .bestiary-desc-nav span:nth-of-type(2) { | |||
text-align: center; | |||
} | |||
#content .bestiary-desc-nav span:nth-of-type(3) { | |||
text-align: right; | |||
} | |||
/* Template:Statbox Enemy */ | |||
.statbox-enemy { | |||
overflow: auto; | |||
width: calc(100% - 320px); | |||
max-width: 1400px; | |||
} | |||
@media screen and (max-width: 1275px) { | |||
.statbox-enemy { | |||
width: 100%; | |||
} | |||
} | |||
/* Template:Combos/* */ | |||
.combobox-stats, | |||
.combobox-arcana, | |||
.combobox-darkana { | |||
overflow: auto; | |||
width: calc(100% - 320px); | |||
max-width: 1400px; | |||
} | |||
@media screen and (max-width: 1095px) { | |||
.combobox-stats, | |||
.combobox-arcana, | |||
.combobox-darkana { | |||
width: 100%; | |||
} | |||
} | |||
/* ==================== | |||
infoboxes | |||
==================== */ | |||
.infobox-root { | |||
background: var(--body-light); | |||
border: 1px solid var(--body-border); | |||
font-size: 0.85em; | |||
width: 300px; | |||
margin: 0 0 1em 1em; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
float: right; | |||
word-break: break-word; | |||
} | |||
.infobox-root .infobox-title { | |||
color: var(--infobox-text-color); | |||
font-size: 1.15em; | |||
line-height: 1.4em; | |||
background: var(--body-dark); | |||
padding: 0.5em 1em; | |||
text-align: center; | |||
font-weight: bold; | |||
} | |||
.infobox-root .infobox-title, | |||
.infobox-root .infobox-header { | |||
border-bottom: 1px solid #434242; | |||
} | } | ||
. | |||
.infobox-root .infobox-header { | |||
border-top: 1px solid #434242; | |||
font-weight: bold; | font-weight: bold; | ||
background: | text-align: center; | ||
padding | background: var(--body-dark); | ||
padding: 0.25em 0; | |||
} | |||
.infobox-root .infobox-image img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
.infobox-root .infobox-image-container { | |||
text-align: center; | |||
padding: 0.25em 0.5em; | |||
} | } | ||
. | |||
background: | .infobox-root .infobox-image-caption { | ||
color: #9a9a9a; | |||
padding- | } | ||
.infobox-row-container { | |||
display: flex; | |||
gap: 2px; | |||
background-color: var(--body-light); | |||
} | |||
.infobox-row-container:not(:last-child) { | |||
border-bottom: 1px solid #434242; | |||
} | |||
.infobox-row-label { | |||
flex-basis: 130px; | |||
border-right: 1px solid #434242; | |||
padding: 0.25em 0.5em; | |||
background: var(--body-dark); | |||
} | |||
.infobox-row-value { | |||
flex-basis: 100%; | |||
padding: 0.25em 0.5em; | |||
display: flex; | |||
align-items: center; | |||
} | } | ||
. | |||
.infobox-row-value audio { | |||
max-width: 100%; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | } | ||
.infobox-root .tabber { | |||
width: 100%; | |||
background-color: var(--body-dark); | |||
border-top: 1px solid var(--body-border); | |||
} | |||
-------- | |||
. | .infobox-root .tabber .tabbertab { | ||
padding: 0; | padding: 0; | ||
} | } | ||
. | |||
.infobox-root .infobox-image ul.gallery { | |||
display: flex; | |||
overflow: auto; | |||
} | |||
@media screen and (max-width: 639px) { | |||
.infobox-root { | |||
width: 100%; | |||
} | |||
} | |||
.infobox-root .infobox-image.auto-rendering img.mw-file-element { | |||
image-rendering: auto; | |||
} | } | ||
. | |||
/* general classes */ | |||
.table-metadata { | |||
display: none; | display: none; | ||
} | } | ||
. | .table-na { | ||
background: rgba(0,0,0,0.3); | |||
color: #777; | |||
vertical-align: middle; | |||
text-align: center; | |||
} | |||
.text-red { | |||
color: var(--text-color-red); | |||
} | |||
.text-orange { | |||
color: var(--text-color-orange); | |||
} | |||
.text-yellow { | |||
color: var(--text-color-yellow); | |||
} | |||
.text-green { | |||
color: var(--text-color-green); | |||
} | |||
.text-blue { | |||
color: var(--text-color-blue); | |||
} | |||
.text-purple { | |||
color: var(--text-color-purple); | |||
} | |||
.text-pink { | |||
color: var(--text-color-pink); | |||
} | |||
.text-gray, | |||
.text-grey { | |||
color: var(--text-color-grey); | |||
} | |||
.table-bg-blue { | |||
background: var(--table-bg-blue) !important; | |||
} | |||
.table-bg-green { | |||
background: var(--table-bg-green) !important; | |||
} | |||
.table-bg-yellow { | |||
background: var(--table-bg-yellow) !important; | |||
} | |||
.table-bg-orange { | |||
background: var(--table-bg-orange) !important; | |||
} | |||
.table-bg-red { | |||
background: var(--table-bg-red) !important; | |||
} | |||
.table-bg-pink { | |||
background: var(--table-bg-pink) !important; | |||
} | |||
.table-bg-gray, | |||
.table-bg-grey { | |||
background: var(--table-bg-grey) !important; | |||
} | } | ||
. | .hidden { | ||
display: none; | |||
display: none | |||
} | } | ||
. | |||
.text-italic { | |||
font-style: italic; | |||
} | } | ||
. | |||
.text-bold { | |||
font-weight: bold; | |||
} | } | ||
. | |||
.nowrap { | |||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
. | |||
display: | .text-align-left, | ||
table.align-left-1 td:nth-of-type(1), | |||
table.align-left-2 td:nth-of-type(2), | |||
table.align-left-3 td:nth-of-type(3), | |||
table.align-left-4 td:nth-of-type(4), | |||
table.align-left-5 td:nth-of-type(5), | |||
table.align-left-6 td:nth-of-type(6), | |||
table.align-left-7 td:nth-of-type(7), | |||
table.align-left-8 td:nth-of-type(8), | |||
table.align-left-9 td:nth-of-type(9), | |||
table.align-left-10 td:nth-of-type(10), | |||
table.align-left-11 td:nth-of-type(11), | |||
table.align-left-12 td:nth-of-type(12), | |||
table.align-left-13 td:nth-of-type(13), | |||
table.align-left-14 td:nth-of-type(14), | |||
table.align-left-15 td:nth-of-type(15), | |||
table.align-left-16 td:nth-of-type(16), | |||
table.align-left-17 td:nth-of-type(17), | |||
table.align-left-18 td:nth-of-type(18), | |||
table.align-left-19 td:nth-of-type(19), | |||
table.align-left-20 td:nth-of-type(20) { | |||
text-align: left | |||
} | |||
.text-align-right, | |||
table.align-right-1 td:nth-of-type(1), | |||
table.align-right-2 td:nth-of-type(2), | |||
table.align-right-3 td:nth-of-type(3), | |||
table.align-right-4 td:nth-of-type(4), | |||
table.align-right-5 td:nth-of-type(5), | |||
table.align-right-6 td:nth-of-type(6), | |||
table.align-right-7 td:nth-of-type(7), | |||
table.align-right-8 td:nth-of-type(8), | |||
table.align-right-9 td:nth-of-type(9), | |||
table.align-right-10 td:nth-of-type(10), | |||
table.align-right-11 td:nth-of-type(11), | |||
table.align-right-12 td:nth-of-type(12), | |||
table.align-right-13 td:nth-of-type(13), | |||
table.align-right-14 td:nth-of-type(14), | |||
table.align-right-15 td:nth-of-type(15), | |||
table.align-right-16 td:nth-of-type(16), | |||
table.align-right-17 td:nth-of-type(17), | |||
table.align-right-18 td:nth-of-type(18), | |||
table.align-right-19 td:nth-of-type(19), | |||
table.align-right-20 td:nth-of-type(20) { | |||
text-align: right | |||
} | |||
.text-align-center, | |||
table.align-center-1 td:nth-of-type(1), | |||
table.align-center-2 td:nth-of-type(2), | |||
table.align-center-3 td:nth-of-type(3), | |||
table.align-center-4 td:nth-of-type(4), | |||
table.align-center-5 td:nth-of-type(5), | |||
table.align-center-6 td:nth-of-type(6), | |||
table.align-center-7 td:nth-of-type(7), | |||
table.align-center-8 td:nth-of-type(8), | |||
table.align-center-9 td:nth-of-type(9), | |||
table.align-center-10 td:nth-of-type(10), | |||
table.align-center-11 td:nth-of-type(11), | |||
table.align-center-12 td:nth-of-type(12), | |||
table.align-center-13 td:nth-of-type(13), | |||
table.align-center-14 td:nth-of-type(14), | |||
table.align-center-15 td:nth-of-type(15), | |||
table.align-center-16 td:nth-of-type(16), | |||
table.align-center-17 td:nth-of-type(17), | |||
table.align-center-18 td:nth-of-type(18), | |||
table.align-center-19 td:nth-of-type(19), | |||
table.align-center-20 td:nth-of-type(20) { | |||
text-align: center; | |||
} | |||
/* ==================== | |||
new infoboxes | |||
==================== */ | |||
.infoboxNew-switch-resources.hidden { | |||
display: none; | |||
} | |||
table.infoboxNew { | |||
font-size: 0.8em; | |||
width: 300px; | |||
margin: 0em 0 1em 1em; | |||
border-collapse: collapse; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1); | |||
float: right; | |||
table-layout: fixed; | |||
background: var(--body-light); | |||
border: 1px solid var(--body-border); | |||
word-break: break-word; | |||
} | |||
.infoboxNew th { | |||
white-space: nowrap; | |||
} | |||
.infoboxNew .infoboxNew-header { | |||
color: var(--text-color); | |||
font-size: 1.15em; | |||
line-height: 1.4em; | |||
background: var(--body-dark); | |||
padding: 0.5em 0; | |||
white-space: normal; | |||
} | |||
.infoboxNew .infoboxNew-subheader { | |||
background: var(--body-mid); | |||
color: var(--text-color); | |||
line-height: 2em; | |||
} | |||
.infoboxNew td { | |||
padding: 0.25em 0.5em; | |||
line-height: 1.6em; | |||
} | |||
.infoboxNew th:not(.infoboxNew-header):not(.infoboxNew-subheader):not(.infoboxNew-nested) { | |||
text-align: right; | |||
vertical-align: top; | |||
border-right: 2px solid var(--body-dark); | |||
padding: 0.2em 0.5em; | |||
} | |||
.infoboxNew-image, | |||
.infoboxNew-audio { | |||
text-align: center; | |||
} | } | ||
. | .infoboxNew-image .tabber { | ||
width: 100%; | |||
} | } | ||
. | |||
.infoboxNew-image .tabbernav { | |||
text-align: left; | |||
} | } | ||
. | |||
.infoboxNew-image .tabbernav li { | |||
padding-top: 3px; | |||
} | } | ||
.infoboxNew-image .tabbertab { | |||
background: var(--body-light) | |||
} | |||
.infoboxNew-image-caption { | |||
. | color: #9a9a9a; | ||
font-style: italic; | |||
padding: 0.5em; | |||
} | } | ||
. | |||
.content .infoboxNew caption { | |||
background: var(--body-main); | |||
text-align: center; | text-align: center; | ||
display: table-caption; | |||
} | |||
.infoboxNew-buttons { | |||
text-align: center; | |||
margin: auto; | |||
max-width: 300px; | |||
display: flex; | |||
justify-content: center; | |||
margin-bottom: 0.25em; | |||
flex-wrap: wrap; | |||
} | |||
.infoboxNew-switch .infoboxNew-buttons .button { | |||
display: inline; | |||
background: var(--body-light); | |||
border: 1px solid var(--ooui-normal-border); | |||
color: var(--ooui-disabled-text); | |||
cursor: pointer; | |||
font-size: 0.75rem; | |||
line-height: 1.7em; | |||
padding: 0.0625em 0.625em; | |||
margin: 0.25em; | |||
transition: background-color 100ms,color 100ms,border-color 100ms; | |||
} | |||
.infoboxNew-switch .infoboxNew-buttons .button:hover { | |||
color: #bbb; | |||
} | |||
.infoboxNew-switch .infoboxNew-buttons .button.button-selected { | |||
color: var(--text-color); | |||
} | |||
.infoboxNew-buttons .button { | |||
margin: 0 3px; | |||
} | |||
.infoboxNew .infoboxNew-buttons.infoboxNew-buttons-select { | |||
max-width: initial; | |||
} | |||
.infoboxNew .infoboxNew-buttons.infoboxNew-buttons-select select { | |||
background: var(--body-light); | |||
border: 1px solid var(--body-border); | |||
color: #ddd; | |||
} | |||
.infoboxNew .infoboxNew-image.infoboxNew-full-image img.mw-file-element { | |||
image-rendering: auto; | |||
} | |||
.infoboxNew .infoboxNew-image img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
.infoboxNew td audio { | |||
max-width: 100%; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.infoboxNew-audio-caption { | |||
color: #9a9a9a; | |||
font-style: italic; | |||
text-align: center; | |||
} | |||
@media screen and (max-width: 770px) { | |||
table.infoboxNew { | |||
width: 100%; | |||
min-width: 300px; | |||
display: table; | |||
} | |||
} | |||
/* Multi infobox */ | |||
.multi-infobox { | |||
float: right; | |||
margin-left: 5px; | |||
margin-bottom: 5px; | |||
} | |||
.multi-infobox>.tabber { | |||
margin: 0; | |||
} | |||
.multi-infobox>.tabber>.tabbernav { | |||
text-align: center; | |||
margin: 0; | |||
max-width: calc(100% - 16px); | |||
margin-left: 16px; | |||
border-bottom: none; | |||
} | |||
.multi-infobox>.tabber>.tabbertab { | |||
padding: 5px; | |||
padding-top: 0; | |||
} | |||
.multi-infobox>.tabber>.tabbernav a { | |||
padding: 0.5em 0.8em; | |||
border: 1px solid var(--body-border); | |||
border-bottom: none; | |||
} | |||
.multi-infobox>.tabber>.tabbernav>.tabberactive>a { | |||
background-color: var(--body-light); | |||
color: var(--text-color); | |||
} | |||
.multi-infobox>.tabber>.tabbernav>.tabberactive>a:hover { | |||
border: 1px solid var(--body-border); | |||
border-bottom: none; | |||
background-color: var(--body-light); | |||
color: var(--text-color); | |||
} | |||
.multi-infobox>.tabber>.tabbernav>li:not(.tabberactive)>a:hover { | |||
color: var(--tabber-active-hover-color); | |||
} | |||
@media screen and (max-width: 770px) { | |||
.multi-infobox, | |||
.multi-infobox>.tabber, | |||
.multi-infobox>.tabber>.tabbernav, | |||
.multi-infobox>.tabber>.tabbertab, | |||
.multi-infobox>.tabber>.tabbertab>.infobox-root { | |||
width: 100%; | |||
} | |||
.multi-infobox>.tabber>.tabbernav { | |||
margin-left: 14px; | |||
} | |||
} | |||
/* Recent changes */ | |||
.client-js .mw-rcfilters-spinner .mw-rcfilters-spinner-bounce, .client-js .mw-rcfilters-spinner::before, .client-js .mw-rcfilters-spinner::after { | |||
background-color: var(--link-color); | |||
} | |||
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget.oo-ui-widget-enabled.oo-ui-buttonGroupWidget { | |||
background: var(--body-light); | |||
} | |||
/* Fix bracket color of expand/collapse link */ | |||
.mw-collapsible-toggle::before, .mw-collapsible-toggle::after { | |||
color: var(--text-color); | |||
} | |||
/* Fix hover color link of expand/collapse */ | |||
.mw-collapsible-toggle-default .mw-collapsible-text:hover { | |||
color: var(--link-color); | |||
} | |||
/* Mainpage News Tile Stuff */ | |||
:root { | |||
--tile-background-color: #2b2929; | |||
--tile-border-color: var(--heading-color); | |||
} | |||
.mainpage-recent-updates { | |||
grid-area: update; | |||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); | |||
margin-top: 1em; | |||
} | |||
.mainpage-recent-updates .news-subtitle { | |||
color: var(--byline-color); | |||
font-size: 0.9em; | |||
} | |||
.mainpage-recent-updates .tile-halves { | |||
flex: 1; | |||
align-content: flex-start; | |||
} | |||
.mainpage-recent-updates .tile-halves:hover .tile-top img { | |||
transform: scale(1.04); | |||
} | |||
.mainpage-recent-updates .tile-halves .tile-top span { | |||
width: 100%; | |||
} | |||
.mainpage-recent-updates .tile-bottom.link-button a { | |||
text-align: left; | |||
padding: 1rem 1.5rem 0.75rem; | |||
} | |||
.mainpage-recent-updates h2 { | |||
margin: -0.5em 0 0.3em; | |||
color: var(--text-color); | |||
text-transform: none; | |||
} | |||
.mainpage-recent-updates p:not(.byline) { | |||
font-size: 0.9em; | |||
line-height: 1.75em; | |||
color: var(--text-color); | |||
} | |||
.mainpage-recent-updates .tile-bottom.link-button a { | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: space-between; | |||
} | |||
.tile { | |||
background: var(--tile-background-color); | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
padding: 1.5em 2em 1em; | |||
max-width: 40em; | |||
padding-left: 1.75em; | |||
padding-right: 1.75em; | |||
max-width: 100%; | |||
} | |||
.tile h2 { | |||
font-size: 1.4em; | |||
font-weight: bold; | |||
border: none; | |||
margin: 0 0 0.4em; | |||
} | |||
.tile .byline + h2 { | |||
margin-top: -0.5em; | |||
} | |||
.tile-halves a.external { | |||
background-image: none !important; | |||
} | |||
.tile-row { | |||
display: flex; | |||
flex-flow: row wrap; | |||
margin-bottom: 1em; | |||
} | |||
.tile-halves { | |||
display: flex; | |||
flex-flow: column; | |||
background: var(--tile-background-color); | |||
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); | |||
} | |||
.tile-halves h2 { | |||
font-size: 1.2em; | |||
font-weight: bold; | |||
border: none; | |||
margin: 0 0 0.4em; | |||
} | |||
.tile-top { | |||
width: 100%; | |||
padding: 1.3rem 1.5rem 0.6rem; | |||
} | |||
.tile-top.tile-image { | |||
display: flex; | |||
align-items: center; | |||
background-color: var(--byline-color); | |||
overflow: hidden; | |||
padding: 0; | |||
height: 40vw; | |||
max-height: 12em; | |||
transition: 0.4s ease-out; | |||
} | |||
.tile-halves:hover .tile-top.tile-image img { | |||
transform: scale(1.1); | |||
transition: 0.5s ease-out; | |||
} | |||
.tile-top.tile-image span { | |||
width: 100%; | |||
} | |||
.tile-top.tile-image img { | |||
width: 100%; | |||
object-fit: cover; | |||
max-height: 200px; | |||
transition: 0.4s ease-out; | |||
} | |||
.tile-bottom { | |||
background: var(--tile-background-color); | |||
width: 100%; | |||
padding: 1rem 1.5rem 0.6rem; | |||
flex-grow: 1; | |||
} | |||
.tile-bottom.link-button { | |||
align-self: flex-end; | |||
padding: 0; | |||
display: flex; | |||
} | |||
.tile-bottom.link-button a { | |||
display: block; | |||
text-align: center; | |||
padding: 0.75em 1.5em 0.8em; | |||
text-decoration: none; | |||
flex-grow: 1; | |||
} | |||
.tile-row { | |||
width: 100%; | |||
margin-bottom: 0; | |||
display: grid; | |||
gap: 0.9rem; | |||
} | |||
/* Character tooltip */ | |||
.character-tooltip-content { | |||
display: flex; | |||
gap: 1em; | |||
background: var(--tile-background-color); | |||
padding: 0.5em 1em; | |||
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5); | |||
font-size: .8em; | |||
border: 2px solid #eebb5b; | |||
} | |||
.character-tooltip-content .character-info-section { | |||
width: 150px; | |||
margin-bottom: 0.5em; | |||
} | |||
.character-tooltip-content .character-image { | |||
margin: 0.5em 0; | |||
} | |||
.character-info-section .character-description { | |||
margin: 0.5em 0 1em 0; | |||
} | |||
.character-info-section .character-stat { | |||
display: flex; | |||
justify-content: space-between; | |||
color: var(--subtle-color); | |||
gap: 0.5em; | |||
text-align: right; | |||
} | |||
.character-info-section .character-stat span:first-child { | |||
color: #eebb5b; | |||
font-weight: 600; | |||
text-align: left; | |||
} | |||
/* Weapon tooltip */ | |||
.weapon-tooltip-content { | |||
display: flex; | |||
gap: 1em; | |||
background: var(--tile-background-color); | |||
padding: 0.5em 1em; | |||
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5); | |||
font-size: .8em; | |||
border: 2px solid #eebb5b; | |||
width: 350px; | |||
} | |||
.weapon-tooltip-content .weapon-info-section { | |||
width: 250px; | |||
margin-bottom: 0.5em; | |||
} | |||
.weapon-tooltip-content .weapon-info-section li { | |||
list-style-type: none; | |||
} | |||
.weapon-tooltip-content .weapon-image { | |||
margin: 0.5em 0; | |||
} | |||
.weapon-tooltip-content .weapon-name { | |||
margin-left: 3px; | |||
font-size: 110%; | |||
font-family: 'Courier New', Courier, monospace; | |||
font-weight: 600; | |||
} | |||
.weapon-info-section .weapon-description { | |||
margin: 0.5em -0.5em 1em 0; | |||
} | |||
.weapon-info-section .weapon-value { | |||
display: flex; | |||
justify-content: space-between; | |||
color: var(--subtle-color); | |||
gap: 0.5em; | |||
text-align: right; | |||
} | |||
.weapon-info-section .weapon-value span:first-child { | |||
color: #eebb5b; | |||
font-weight: 600; | |||
text-align: left; | |||
} | |||
.vs-gold-border { | |||
border-image: url('/images/Container_border.png?17ce7') 10; | |||
border-image-width: auto; | |||
} | |||
.fullwidth-img img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
/* -------------------- | |||
user badges | |||
-------------------- */ | |||
.mw-userlink[href="/w/User:Jack_poncle"], .mw-userlink[href="/w/User:Jack_poncle?action=edit&redlink=1"], | |||
.mw-userlink[href="/w/User:Julesmcraig"], .mw-userlink[href="/w/User:Julesmcraig?action=edit&redlink=1"], | |||
.mw-userlink[href="/w/User:Kerri_poncle"], .mw-userlink[href="/w/User:Kerri_poncle?action=edit&redlink=1"] { | |||
background: url('filepath://Poncle.png') left no-repeat; | |||
background-size: contain; | |||
padding-left: 18px; | |||
} | |||
/* ------------------------------------------------------- | |||
other customizations | |||
may re-organize their place in the css file later | |||
------------------------------------------------------- */ | |||
/* Change background color for a highlighted reference */ | |||
ol.references li:target, sup.reference:target { | |||
background-color: #392628; | |||
} | |||
/* [[Template:Reflist]] |quotes=no */ | |||
.hideQuotes .refhide { | |||
display: none | |||
} | |||
/* Make redirect arrow icon contrast well */ | |||
.redirectText li { | |||
filter: invert(100%); | |||
} | |||
.redirectText li a { | |||
filter: invert(100%); | |||
} | |||
/* Better contrast for "no attribution" warning in media viewer */ | |||
.mw-mmv-dialog .mw-mmv-dialog-warning { | |||
background-color: #980000; | |||
} | |||
/* Styles for the "Unlocking" template */ | |||
.unlocking-box { | |||
background: var(--body-light); | |||
border: 1px solid #434242; | |||
padding: .5em 1em; | |||
border-left: 8px solid var(--messagebox-notice-border); | |||
overflow: hidden; | |||
} | |||
.unlocking-box>button::before, | |||
.unlocking-box>button::after { | |||
content: ''; | |||
text-decoration: none; | |||
} | |||
.unlocking-box>button span.mw-collapsible-text { | |||
color: white; | |||
font-weight: bold; | |||
} | |||
.unlocking-box>button:hover, | |||
.unlocking-box>button span.mw-collapsible-text:hover, | |||
.unlocking-box>.mw-collapsible-toggle-default:hover .mw-collapsible-text { | |||
text-decoration: none; | |||
background-color: var(--ooui-progressive--hover); | |||
} | |||
.unlocking-box>button { | |||
background-color: var(--ooui-progressive); | |||
padding: 0.3em 0.5em; | |||
border-radius: 2px; | |||
} | |||
.unlocking-box>.mw-collapsible-toggle-default .mw-collapsible-text, | |||
.unlocking-box>.mw-collapsible-toggle-default:active .mw-collapsible-text { | |||
color: white; | |||
} | |||
.unlocking-box>button:active { | |||
border-color: var(--ooui-accent); | |||
box-shadow: inset 0 0 0 1px var(--ooui-accent),inset 0 0 0 2px #fff; | |||
} | |||
.unlocking-box.mw-collapsed :not(.mw-collapsible-content) .unlock-note { | |||
font-size: 0.85em; | |||
font-style: italic; | |||
color: grey; | |||
} | |||
.unlocking-box:not(.mw-collapsed) :not(.mw-collapsible-content) .unlock-note { | |||
display: none; | |||
} | |||
/* Remove ugly "transparent" background in media viewer */ | |||
.png.mw-mmv-dialog-is-open { | |||
background: none !important; | |||
} | |||
/* Template:Shortcut */ | |||
.shortcut { | |||
border: 1px solid var(--body-border); | |||
background: var(--body-light); | |||
float: right; | |||
font-size: 0.8em; | |||
margin: 0.5em 0em 0.5em 1em; | |||
padding: 0.5em; | |||
} | |||
.shortcut ::marker { | |||
font-size: 1.3em; | |||
line-height: 1em; | |||
} | |||
.archivelist { | |||
background-color: var(--body-light); | |||
border: solid 1px var(--body-border); | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1); | |||
float: right; | |||
margin: 5px; | |||
padding: 5px; | |||
text-align: center; | |||
width: 120px; | |||
} | |||
/* Template: Documentation */ | |||
div.documentation { | |||
background-color: var(--body-light); | |||
margin-top: 15px; | |||
font-family: sans-serif; | |||
} | |||
div.documentation-header { | |||
background-color: var(--body-background-color); | |||
padding: 10px 0 10px 20px; | |||
font-size: 14pt; | |||
font-weight: bold; | |||
} | |||
div.documentation-subheader { | |||
background-color: var(--body-dark); | |||
padding: 10px 0 10px 20px; | |||
} | |||
div.documentation-content { | |||
padding: 10px; | |||
} | |||
.seealso { | |||
margin: 0.5em 2em 1em 2em; | |||
font-style: italic; | |||
} | |||
.seealso + .seealso { | |||
margin-top: -1em; | |||
} | |||
/** Styles for "Browse Interactive History" **/ | |||
/* General */ | |||
.mw-revslider-revision { | |||
background-color: var(--link-color); | |||
} | |||
.mw-revslider-revision-border-box { | |||
border-color: #a88a4e; | |||
} | |||
.mw-revslider-revision-wrapper:hover, .mw-revslider-revision-wrapper-hovered { | |||
background-color: #c8aa6e; | |||
} | |||
/* Deleted line colors */ | |||
.mw-revslider-pointer-line .mw-revslider-lower-color { | |||
border-color: var(--diff-deletedline-border-color); | |||
} | |||
.mw-revslider-pointer.mw-revslider-pointer-older { | |||
border: 1px solid var(--diff-deletedline-border-color); | |||
background-color: var(--diff-deletedline-border-color); | |||
background-image: none; | |||
} | |||
.mw-revslider-pointer-container-older:hover .mw-revslider-slider-line { | |||
border-top-color: var(--diff-deletedline-border-color); | |||
} | |||
.mw-revslider-revision-hovered.mw-revslider-revision-wrapper-down .mw-revslider-pointer-ghost { | |||
background-color: var(--diff-deletedline-border-color); | |||
border: 2px solid var(--diff-deletedline-border-color); | |||
} | |||
.mw-revslider-revision-wrapper-hovered .mw-revslider-revision-hovered.mw-revslider-revision-wrapper-down { | |||
background-color: var(--diff-deletedline-border-color); | |||
opacity: .3; | |||
} | |||
.mw-revslider-pointer-container-older .mw-revslider-slider-line { | |||
border-top-color: var(--diff-deletedline-border-color); | |||
opacity: .5; | |||
} | |||
.mw-revslider-revision-old .mw-revslider-revision-border-box { | |||
border-bottom: 2px solid var(--diff-addedline-border-color); | |||
} | |||
/* Added line colors */ | |||
.mw-revslider-pointer-line .mw-revslider-upper-color { | |||
border-color: var(--diff-addedline-border-color); | |||
} | |||
.mw-revslider-pointer.mw-revslider-pointer-newer { | |||
border: 1px solid var(--diff-addedline-border-color); | |||
background-color: var(--diff-addedline-border-color); | |||
background-image: none; | |||
} | |||
.mw-revslider-pointer-container-newer:hover .mw-revslider-slider-line { | |||
border-bottom-color: var(--diff-addedline-border-color); | |||
} | |||
.mw-revslider-revision-hovered.mw-revslider-revision-wrapper-up .mw-revslider-pointer-ghost { | |||
background-color: var(--diff-addedline-border-color); | |||
border: 2px solid var(--diff-addedline-border-color); | |||
} | |||
.mw-revslider-revision-wrapper-hovered .mw-revslider-revision-hovered.mw-revslider-revision-wrapper-up { | |||
background-color: var(--diff-addedline-border-color); | |||
opacity: .3; | |||
} | |||
.mw-revslider-pointer-container-newer .mw-revslider-slider-line { | |||
border-bottom-color: var(--diff-addedline-border-color); | |||
opacity: .5; | |||
} | |||
.mw-revslider-revision-new .mw-revslider-revision-border-box { | |||
border-bottom: 2px solid var(--diff-addedline-border-color); | |||
} | |||
/* Template:Extimage */ | |||
.extimage div, | |||
.extimage a, | |||
.extimage img { | |||
height: inherit; | |||
max-height: inherit; | |||
max-width: inherit; | |||
width: inherit; | |||
} | |||
.plainlinks.thumb.tcenter .thumbinner.extimage { | |||
margin: 0 auto; | |||
} | |||
.plainlinks.thumb.tleft .thumbinner.extimage { | |||
float: left; | |||
} | |||
.plainlinks.thumb.tright .thumbinner.extimage { | |||
float: right; | |||
} | |||
/* Stylize on-focus background of search item */ | |||
.cdx-menu-item--enabled.cdx-menu-item--selected { | |||
background-color: var(--body-mid); | |||
} | |||
/* Audio template styles */ | |||
.audio-player { | |||
padding: .5em 1em; | |||
background: var(--body-light); | |||
border: 1px solid var(--body-border); | |||
max-width: 300px; | |||
} | |||
.audio-player-header { | |||
font-weight: bold; | |||
} | |||
.audio-player-header img { | |||
width: 27px; | |||
height: 27px; | |||
margin-right: .25em; | |||
} | |||
.audio-player-body { | |||
margin: 0.5em 0; | |||
} | |||
/* Template:Spoiler */ | |||
.spoiler-content { | |||
background-color: grey; | |||
color: transparent; | |||
transition: all 0.3s; | |||
padding: 0 5px; | |||
} | |||
.spoiler-content:hover { | |||
background-color: rgba(255,0,0,0.2); | |||
color: var(--text-color); | |||
} | |||
.spoiler-content img { | |||
visibility: hidden; | |||
} | |||
.spoiler-content:hover img { | |||
visibility: visible; | |||
transition: .3s; | |||
} | |||
.spoiler-content:has(img) { | |||
height: auto; | |||
padding: 0; | |||
display: inline-block; | |||
} | |||
/* ----------------------- | |||
CharacterSearch filter | |||
----------------------- */ | |||
.char-filter-wrapper .char-filter-dropdown ul { | |||
min-width: 10em; | |||
max-width: 50em; | |||
float: left; | |||
position: absolute; | |||
right: auto; | |||
left: auto; | |||
z-index: 1000; | |||
list-style: none; | |||
padding: 0.5em; | |||
border-radius: 2px; | |||
margin-left: 0; | |||
border-width: 2px; | |||
border-style: solid; | |||
text-align: left; | |||
border-color: var(--wikitable-border); | |||
color: var(--wikitable-color); | |||
background-color: var(--wikitable-bg); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown-column-select ul { | |||
margin-top: 0.5em; | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item, | |||
.char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item label { | |||
cursor: pointer; | |||
} | |||
.char-filter-wrapper input[type="checkbox"], | |||
.char-filter-wrapper input[type="radio"] { | |||
display: inline-block; | |||
width: 1.2em; | |||
height: 1.2em; | |||
background-repeat: no-repeat; | |||
background-size: 1.5em; | |||
background-position: center; | |||
margin-top: -0.2em; | |||
margin-right: 0.5em; | |||
} | |||
.wgl-theme-dark .char-filter-wrapper .char-filter-help button, | |||
.wgl-theme-dark .char-filter-wrapper .char-filter-dropdown-column-select button { | |||
filter: invert(1); | |||
} | |||
.char-filter-wrapper input, | |||
.char-filter-wrapper button { | |||
cursor: pointer; | |||
} | |||
.char-filter-wrapper .char-filter-dropdown-button:after { | |||
content: "▼"; | |||
margin-left: 0.2em; | |||
} | |||
.char-filter-wrapper .char-filter-dropdown-column-select .char-filter-dropdown-button:after { | |||
content: ""; | |||
} | |||
.char-filter-wrapper .char-filter-dropdown-column-select { | |||
float: left; | |||
} | |||
.char-filter-wrapper .char-filter-dropdown.char-filter-dropdown-hidden ul { | |||
display: none; | |||
} | |||
.char-filter-wrapper .char-filter-help button:hover, | |||
.char-filter-wrapper .char-filter-dropdown-column-select button:hover { | |||
opacity: 0.5; | |||
} | |||
.oo-ui-icon-helpNotice, | |||
.mw-ui-icon-helpNotice:before { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cpath d=%22M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm2.71-7.6a2.64 2.64 0 0 1-.33.74 3.16 3.16 0 0 1-.48.55l-.54.48c-.21.18-.41.35-.58.52a2.54 2.54 0 0 0-.47.56A2.3 2.3 0 0 0 11 12a3.79 3.79 0 0 0-.11 1H9.08a8.9 8.9 0 0 1 .07-1.25 3.28 3.28 0 0 1 .25-.9 2.79 2.79 0 0 1 .41-.67 4 4 0 0 1 .58-.58c.17-.16.34-.3.51-.44a3 3 0 0 0 .43-.44 1.83 1.83 0 0 0 .3-.55 2 2 0 0 0 .11-.72 2.06 2.06 0 0 0-.17-.86 1.71 1.71 0 0 0-1-.9 1.7 1.7 0 0 0-.5-.1 1.77 1.77 0 0 0-1.53.68 3 3 0 0 0-.5 1.82H6.16a4.74 4.74 0 0 1 .28-1.68 3.56 3.56 0 0 1 .8-1.29 3.88 3.88 0 0 1 1.28-.83A4.59 4.59 0 0 1 10.18 4a4.44 4.44 0 0 1 1.44.23 3.51 3.51 0 0 1 1.15.65 3.08 3.08 0 0 1 .78 1.06 3.54 3.54 0 0 1 .29 1.45 3.39 3.39 0 0 1-.13 1.01z%22/%3E%3C/svg%3E"); | |||
} | |||
.char-filter-wrapper .char-filter-form > div { | |||
margin-right: 1em; | |||
margin-top: 0.5em; | |||
} | |||
.char-filter-wrapper .char-filter-help { | |||
font-weight: bold; | |||
} | |||
.char-filter-wrapper .char-filter-form * { | |||
font-size: 100%; | |||
line-height: 1.6; | |||
font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif; | |||
} | |||
.char-filter-wrapper .char-filter-label, | |||
.char-filter-wrapper label { | |||
font-weight: bold; | |||
margin-right: 1em; | |||
min-width: 10em; | |||
display: inline-block; | |||
} | |||
.char-filter-wrapper input, | |||
.char-filter-wrapper button, | |||
.char-filter-wrapper label { | |||
vertical-align: middle; | |||
user-select: none; | |||
} | |||
.char-filter-wrapper input[type="text"], | |||
.char-filter-wrapper input[type="number"] { | |||
cursor: text; | |||
border-style: solid; | |||
border-width: 1px; | |||
border-radius: 2px; | |||
color: var(--ooui-text); | |||
background-color: var(--ooui-input); | |||
border-color: var(--ooui-input-border); | |||
padding: 5px 12px; | |||
} | |||
.char-filter-wrapper .char-filter-dropdown-field { | |||
display: inline-block; | |||
} | |||
.char-filter-wrapper button { | |||
border-style: solid; | |||
border-width: 1px; | |||
background-color: var(--ooui-progressive); | |||
border-color: var(--ooui-progressive); | |||
color: #fff; | |||
border-radius: 2px; | |||
padding: 5px 12px; | |||
} | |||
.char-filter-wrapper button:hover { | |||
background-color: var(--ooui-progressive--hover); | |||
border-color: var(--ooui-progressive--hover); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item:hover { | |||
filter: brightness(125%); | |||
} | |||
.char-filter-wrapper .char-filter-help button:hover, | |||
.char-filter-wrapper .char-filter-dropdown-column-select button:hover { | |||
opacity: 0.5; | |||
} | |||
.char-filter-wrapper .char-filter-help button, | |||
.char-filter-wrapper .char-filter-dropdown-column-select button { | |||
background-color: transparent; | |||
background-repeat: no-repeat; | |||
height: 1.9em; | |||
width: 1.9em; | |||
background-position: center center; | |||
border: none; | |||
} | |||
.char-filter-wrapper .char-filter-togglebuttons { | |||
cursor: pointer; | |||
display: inline-block; | |||
} | |||
.char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton { | |||
display: inline-block; | |||
} | |||
.char-filter-wrapper .char-filter-togglebuttons input { | |||
appearance: none; | |||
display: none; | |||
} | |||
.char-filter-wrapper .char-filter-togglebuttons input + label.char-filter-togglebutton-label { | |||
display: inline-block; | |||
border-style: solid; | |||
border-color: var(--ooui-normal-border); | |||
border-left-width: 0; | |||
border-right-width: 1px; | |||
border-top-width: 1px; | |||
border-bottom-width: 1px; | |||
background-color: var(--ooui-normal); | |||
color: var(--ooui-disabled-text); | |||
padding: 5px 12px; | |||
margin: 0; | |||
min-width: unset; | |||
font-weight: normal; | |||
cursor: pointer; | |||
} | |||
.char-filter-wrapper .char-filter-togglebuttons input:checked + label.char-filter-togglebutton-label { | |||
border-color: var(--ooui-progressive); | |||
background-color: var(--ooui-progressive); | |||
color: #fff; | |||
} | |||
.char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton:first-child label.char-filter-togglebutton-label { | |||
border-top-left-radius: 2px; | |||
border-bottom-left-radius: 2px; | |||
border-left-width: 1px; | |||
} | |||
.char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton:last-child label.char-filter-togglebutton-label { | |||
border-top-right-radius: 2px; | |||
border-bottom-right-radius: 2px; | |||
border-right-width: 1px; | |||
} | |||
.char-filter-wrapper .char-filter-togglebuttons input:checked + label.char-filter-togglebutton-label:hover { | |||
border-color: var(--ooui-progressive--hover); | |||
background-color: var(--ooui-progressive--hover); | |||
} | |||
.char-filter-wrapper .char-filter-togglebuttons label.char-filter-togglebutton-label:hover { | |||
background-color: var(--ooui-normal--hover); | |||
} | |||
.char-filter-wrapper .char-filter-checkbox { | |||
display: inline-block; | |||
} | |||
.char-filter-wrapper .char-filter-checkbox input[type="checkbox"] { | |||
accent-color: var(--ooui-progressive); | |||
color: #fff; | |||
font-size: 1.1em; | |||
} | |||
.char-filter-wrapper .char-filter-checkbox input[type="checkbox"]:hover { | |||
accent-color: var(--ooui-progressive--hover); | |||
filter: brightness(1.5); | |||
} | } | ||
.char-table .nowrap { | |||
white-space: nowrap; | |||
} | } | ||
.char-filter-dropdown-menu { | |||
max-height: 55vh; | |||
overflow-y: auto; | |||
} | } | ||
@media screen and (max-width: 1020px) { | |||
@media | .char-table .char-col-name .nowrap { | ||
. | white-space: normal; | ||
display: flex; | |||
gap: 5px; | |||
align-items: center; | |||
justify-content: flex-start; | |||
} | } | ||
. | |||
.char-table .char-col-name .nowrap>span:nth-child(2) { | |||
display: flex; | |||
flex: 1; | |||
gap: 5px; | |||
align-items: center; | |||
justify-content: space-between; | |||
} | } | ||
} | |||
/* ChracterSearch Stat pills */ | |||
.stat-pills .stat-pill { | |||
border: 1px solid var(--body-border); | |||
border-radius: 10px; | |||
padding: 2px 5px; | |||
background: var(--body-light); | |||
} | |||
.stat-pills { | |||
display: flex; | |||
flex-direction: row; | |||
gap: 5px; | |||
flex-wrap: wrap; | |||
padding: 5px 0; | |||
} | |||
/* ChracterSearch dropdown images */ | |||
#char-filter-dropdown-dlc-select-0.char-filter-dropdown ul label:after, | |||
#char-filter-dropdown-stats-select-0.char-filter-dropdown ul label:after { | |||
content: ""; | |||
display: inline-block; | |||
width: 16px; | |||
height: 16px; | |||
background-size: 16px; | |||
background-position: center center; | |||
background-repeat: no-repeat; | |||
margin-left: 0.3em; | |||
margin-bottom: -4px; | |||
} | |||
/* ChracterSearch dlc badge images */ | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Legacy of the Moonspell-0"]:after { | |||
background-image: url(/images/Sprite-DLCBadge-LegacyOfTheMoonSpell.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Tides of the Foscari-0"]:after { | |||
background-image: url(/images/Sprite-DLCBadge-TidesOfTheFoscari.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Emergency Meeting-0"]:after { | |||
background-image: url(/images/Sprite-DLCBadge-EmergencyMeeting.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Operation Guns-0"]:after { | |||
background-image: url(/images/Sprite-DLCBadge-OperationGuns.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Ode to Castlevania-0"]:after { | |||
background-image: url(/images/Sprite-DLCBadge-OdeToCastlevania.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Emerald Diorama-0"]:after { | |||
background-image: url(/images/Sprite-DLCBadge-EmeraldDiorama.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Ante Chamber-0"]:after { | |||
background-image: url(/images/Sprite-DLCBadge-AnteChamber.png?width=16px); | |||
} | |||
/* ChracterSearch stats images */ | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-max-health-0"]:after { | |||
background-image: url(/images/Sprite-Hollow_Heart.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-recovery-0"]:after { | |||
background-image: url(/images/Sprite-Pummarola.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-armor-0"]:after { | |||
background-image: url(/images/Sprite-Armor.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-move-speed-0"]:after { | |||
background-image: url(/images/Sprite-Wings.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-might-0"]:after { | |||
background-image: url(/images/Sprite-Spinach.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-speed-0"]:after { | |||
background-image: url(/images/Sprite-Bracer.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-duration-0"]:after { | |||
background-image: url(/images/Sprite-Spellbinder.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-area-0"]:after { | |||
background-image: url(/images/Sprite-Candelabrador.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-cooldown-0"]:after { | |||
background-image: url(/images/Sprite-Empty_Tome.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-amount-0"]:after { | |||
background-image: url(/images/Sprite-Duplicator.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-revival-0"]:after { | |||
background-image: url(/images/Sprite-Tirajisú.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-magnet-0"]:after { | |||
background-image: url(/images/Sprite-Attractorb.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-luck-0"]:after { | |||
background-image: url(/images/Sprite-Clover.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-growth-0"]:after { | |||
background-image: url(/images/Sprite-Crown.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-greed-0"]:after { | |||
background-image: url(/images/Sprite-Stone_Mask.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-curse-0"]:after { | |||
background-image: url("/images/Sprite-Skull_O'Maniac.png?width=16px"); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-reroll-0"]:after { | |||
background-image: url(/images/Sprite-Reroll.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-skip-0"]:after { | |||
background-image: url(/images/Sprite-Skip.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-banish-0"]:after { | |||
background-image: url(/images/Sprite-Banish.png?width=16px); | |||
} | |||
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-charm-0"]:after { | |||
background-image: url(/images/Sprite-Apoplexy.png?width=16px); | |||
} | |||
/* ChracterSearch hide columns */ | |||
.char-table .char-row.char-row-hide, | |||
.char-table.char-hidecol-starting-weapon .char-col-starting-weapon, | |||
.char-table.char-hidecol-hidden-weapon .char-col-hidden-weapon, | |||
.char-table.char-hidecol-starting-tech .char-col-starting-tech, | |||
.char-table.char-hidecol-description .char-col-description, | |||
.char-table.char-hidecol-unlock .char-col-unlock, | |||
.char-table.char-hidecol-base-stats .char-col-base-stats, | |||
.char-table.char-hidecol-max-health .char-col-max-health, | |||
.char-table.char-hidecol-recovery .char-col-recovery, | |||
.char-table.char-hidecol-armor .char-col-armor, | |||
.char-table.char-hidecol-move-speed .char-col-move-speed, | |||
.char-table.char-hidecol-might .char-col-might, | |||
.char-table.char-hidecol-speed .char-col-speed, | |||
.char-table.char-hidecol-duration .char-col-duration, | |||
.char-table.char-hidecol-area .char-col-area, | |||
.char-table.char-hidecol-cooldown .char-col-cooldown, | |||
.char-table.char-hidecol-amount .char-col-amount, | |||
.char-table.char-hidecol-revival .char-col-revival, | |||
.char-table.char-hidecol-magnet .char-col-magnet, | |||
.char-table.char-hidecol-luck .char-col-luck, | |||
.char-table.char-hidecol-growth .char-col-growth, | |||
.char-table.char-hidecol-greed .char-col-greed, | |||
.char-table.char-hidecol-curse .char-col-curse, | |||
.char-table.char-hidecol-reroll .char-col-reroll, | |||
.char-table.char-hidecol-skip .char-col-skip, | |||
.char-table.char-hidecol-banish .char-col-banish, | |||
.char-table.char-hidecol-charm .char-col-charm, | |||
.char-table.char-hidecol-defang .char-col-defang { | |||
display: none | |||
} | |||
/* Template:Update history */ | |||
.update-history { | |||
max-width: 800px; | |||
max-height: 50vh; | |||
overflow-y: auto; | |||
background: var(--body-light); | |||
padding: 1em 1.5em 0.25em; | |||
border: 1px solid var(--body-border); | |||
margin-top: -5px; | |||
margin-bottom: 5px; | |||
} | |||
.update-history > ul { | |||
margin: 0; | |||
} | |||
.update-history > ul > li { | |||
margin-bottom: 0.75em; | |||
list-style: none; | |||
} | |||
.update-history > ul > li > ul { | |||
margin: 0 0 0 40px; | |||
list-style-type: disc; | |||
} | |||
.update-history > ul > li > ul li::marker { | |||
font-size: 1.2em; | |||
line-height: 1em; | |||
margin-right: 5px; | |||
} | |||
.update-history > ul > li > ul > li > ul { | |||
margin: 0 0 0 20px; | |||
list-style-type: disc; | |||
} | |||
.update-type:hover a { | |||
text-decoration: none; | |||
} | |||
.update-type a { | |||
color: white; | |||
background: #af3428; | |||
font-size: 75%; | |||
font-weight: bold; | |||
text-transform: uppercase; | |||
border-radius: 3px; | |||
padding: 2px 5px; | |||
} | |||
.update-type.hidden-update a { | |||
background: #444e5a; | |||
} | |||
.update-type.patch-update a { | |||
background: #4d8d18; | |||
} | |||
.update-type.hotfix-update a { | |||
background: #b56213; | |||
} | |||
.update-type.beta-update a { | |||
background: #6c4ab1; | |||
} | |||
.update-platform { | |||
color: white; | |||
background: #555; | |||
font-size: 75%; | |||
font-weight: bold; | |||
text-transform: uppercase; | |||
border-radius: 3px; | |||
padding: 4px 5px; | |||
} | |||
.update-platform img { | |||
margin-top: -3px; | |||
padding: 0 1px; | |||
} | |||
/* [[Special:SearchDigest]] */ | |||
.searchdigest-stats-table thead tr { | |||
background-color: var(--body-light); | |||
} | |||
/* Make sortable table chevrons white */ | |||
.client-js body .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), | |||
body .jquery-tablesorter th.headerSort { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='9' viewBox='0 0 21 9'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M14.5 5l-4 4-4-4zM14.5 4l-4-4-4 4z'/%3E%3C/g%3E%3C/svg%3E"); | |||
} | |||
body .jquery-tablesorter th.headerSortUp { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M6.5 4l4-4 4 4z'/%3E%3C/g%3E%3C/svg%3E"); | |||
} | |||
body .jquery-tablesorter th.headerSortDown { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M14.5 0l-4 4-4-4z'/%3E%3C/g%3E%3C/svg%3E"); | |||
} | |||
/* Character select list head */ | |||
.character-select-list-head { | |||
display: inline-grid; | |||
grid-template-columns: repeat(4, 150px); | |||
gap: 16px; | |||
} | |||
/* Extension:Bucket boolean theming */ | |||
.bucket__value-boolean.bucket__value-boolean-true { | |||
background-color: var(--successbox-bg); | |||
} | |||
.bucket__value-boolean.bucket__value-boolean-false { | |||
background-color: var(--errorbox-bg); | |||
} | |||
/* [[MediaWiki:Gadget-skinToggles.js]] */ | |||
/* beta content toggle */ | |||
body:not(.show-beta-content) .beta-content, | |||
body:not(.show-beta-content) li:has(.beta-content-item) { | |||
display: none; | |||
} | |||
.beta-content, | |||
li .beta-content-item { | |||
background-color: #ff000030; | |||
} | |||
/* [[Calculators]] */ | |||
/* [[Template:Fancy tiles]] */ | |||
.calc-container { | |||
display: block; | |||
min-width: 100%; | |||
width: 100%; | |||
max-width: 100%; | |||
column-count: auto; | |||
column-width: 491px; | |||
column-fill: balance; | |||
column-gap: 52px; | |||
column-rule: dashed 1px rgba(137, 142, 152, 0.1); | |||
pointer-events: none; | |||
} | |||
.calc-container > * { | |||
pointer-events: initial; | |||
} | |||
.calc-container.calc-container-compact { | |||
column-gap: 32px; | |||
} | |||
.calc-tile-compact { | |||
line-height: 1.4; | |||
} | |||
.calc-tile-container { | |||
display: inline-block; | |||
-webkit-column-break-inside: avoid; | |||
-webkit-break-inside: avoid-column; | |||
page-break-inside: avoid; | |||
break-inside: avoid; | |||
padding: 0; | |||
padding-top: 10px; | |||
padding-bottom: 0.25rem; | |||
background: none !important; | |||
width: calc(100% - 2px); | |||
pointer-events: none; | |||
} | |||
.calc-tile-container > * { | |||
pointer-events: initial; | |||
} | |||
.calc-tile-compact.calc-tile-container { | |||
padding-top: 56px; | |||
} | |||
@supports ( break-inside: avoid-column ) { | |||
.calc-tile-container { | |||
display: block; | |||
} | |||
} | |||
.calc-header-title { | |||
text-shadow: 1px 1px #0006; | |||
height: 55px; | |||
margin-left: 5px; | |||
grid-column-start: 2; | |||
grid-column-end: span 1; | |||
min-width: 0; | |||
color: rgba(255, 255, 255, 0.9); | |||
z-index: inherit; | |||
} | |||
.calc-tile-compact .calc-header-title { | |||
height: 35px; | |||
} | |||
.calc-tile-compact .calc-header-title > h2, | |||
.calc-tile-compact .calc-header-title > .vsw-h2 { | |||
line-height: 35px; | |||
} | |||
.calc-header-noicon .calc-header-title { | |||
grid-column-start: 1; | |||
grid-column-end: span 2; | |||
margin-left: 10px; | |||
} | |||
.calc-header-title > h2, | |||
.calc-header-title > .vsw-h2 { | |||
color: inherit !important; | |||
padding: 0; | |||
margin: 0; | |||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
font-size: 21px; | |||
line-height: 55px; | |||
display: grid; | |||
grid-template-rows: 0px 132px; | |||
margin-top: -77px !important; | |||
height: 132px; | |||
pointer-events: none; | |||
} | |||
.calc-header-title > h2 *, | |||
.calc-header-title > .vsw-h2 * { | |||
pointer-events: initial; | |||
} | |||
.calc-header-title > h2 > span, | |||
.calc-header-title > .vsw-h2 > span { | |||
display: inline-grid; | |||
grid-template-rows: 77px 55px; | |||
height: 0px; | |||
grid-row-start: 1; | |||
grid-row-end: span 1; | |||
} | |||
.calc-header-title > h2 > span > span, | |||
.calc-header-title > .vsw-h2 > span > span { | |||
grid-row-start: 2; | |||
grid-row-end: span 1; | |||
} | |||
.calc-header-title > h2 > .mw-headline-headanchor, | |||
.calc-header-title > .vsw-h2 > .mw-headline-headanchor { | |||
grid-row-start: 1; | |||
grid-row-end: span 1; | |||
} | |||
.calc.tile { | |||
position: relative; | |||
margin: 0; | |||
padding: 0; | |||
min-width: 100%; | |||
height: unset; | |||
z-index: 0; | |||
} | |||
.calc .keyword { | |||
font-size: 1.125em; | |||
font-weight: bold; | |||
} | |||
.calc-header { | |||
grid-column-start: 1; | |||
grid-column-end: span 2; | |||
grid-row-start: 1; | |||
grid-row-end: span 1; | |||
display: grid; | |||
grid-template-columns: 55px minmax(0, max-content) max-content 1fr 68px; | |||
position: relative; | |||
top: 0; | |||
width: 100%; | |||
height: 55px; | |||
background: transparent; | |||
z-index: 2; | |||
} | |||
.calc-tile-compact .calc-header { | |||
height: 35px; | |||
grid-template-columns: 35px minmax(0, max-content) max-content 1fr 68px; | |||
} | |||
.calc-header-background { | |||
position: absolute; | |||
top: 0; | |||
bottom: 0; | |||
left: 0; | |||
right: 0; | |||
z-index: 1; | |||
} | |||
.calc-header-background img { | |||
position: absolute; | |||
top: 0; | |||
bottom: 0; | |||
left: 0; | |||
right: 0; | |||
} | |||
.calc-header-icon { | |||
grid-column-start: 1; | |||
grid-column-end: span 1; | |||
min-width: 55px; | |||
width: 55px; | |||
max-width: 55px; | |||
min-height: 55px; | |||
height: 55px; | |||
max-height: 55px; | |||
z-index: inherit; | |||
} | |||
.calc-header-icon img { | |||
object-fit: contain; | |||
min-width: 25px; | |||
width: 25px; | |||
max-width: 25px; | |||
min-height: 25px; | |||
height: 25px; | |||
max-height: 25px; | |||
padding: 15px; | |||
} | |||
.calc-tile-compact .calc-header-icon { | |||
min-width: 35px; | |||
width: 35px; | |||
max-width: 35px; | |||
min-height: 35px; | |||
height: 35px; | |||
max-height: 35px; | |||
} | |||
.calc-tile-compact .calc-header-icon img { | |||
padding: 5px 10px; | |||
} | |||
.calc-header-title-semantics { | |||
display: none; | |||
} | |||
.calc-header-command { | |||
margin-left: 10px; | |||
grid-column-start: 3; | |||
grid-column-end: span 1; | |||
height: 55px; | |||
line-height: 55px; | |||
z-index: inherit; | |||
} | |||
.calc-tile-compact .calc-header-command { | |||
height: 35px; | |||
line-height: 35px; | |||
} | |||
.calc-list { | |||
grid-column-start: 1; | |||
grid-column-end: span 2; | |||
grid-row-start: 2; | |||
grid-row-end: span 1; | |||
padding: 0px; | |||
padding-top: 4px; | |||
padding-bottom: 5.5px; | |||
} | |||
.calc-list-item { | |||
position: relative; | |||
display: grid; | |||
grid-template-columns: [thumb] min-content [main] 1fr [key] max-content; | |||
grid-template-rows: min-content min-content; | |||
-webkit-column-break-inside: avoid; | |||
-webkit-break-inside: avoid-column; | |||
break-inside: avoid-column; | |||
width: auto; | |||
padding: 8.5px; | |||
margin: 0; | |||
border-bottom: 1px solid rgba(137, 142, 152, 0.075); | |||
} | |||
.calc-tile-compact .calc-list-item { | |||
padding: 5px; | |||
} | |||
.calc-list-item:last-child { | |||
border-bottom-color: transparent; | |||
} | |||
.calc-list-item-thumbnail { | |||
grid-column-start: thumb; | |||
grid-column-end: span 1; | |||
grid-row-start: 1; | |||
grid-row-end: span 2; | |||
margin-left: 5.5px; | |||
width: 44px; | |||
height: 52.8px; | |||
margin-right: 14px; | |||
padding-top: 8.5px; | |||
} | |||
.calc-list-item-thumbnail img { | |||
min-width: 44px; | |||
width: 44px !important; | |||
max-width: 44px; | |||
min-height: 44px; | |||
height: 44px !important; | |||
max-height: 44px; | |||
object-fit: contain; | |||
object-position: center 0; | |||
grid-row-start: 2; | |||
grid-row-end: span 1; | |||
} | |||
.calc-tile-compact .calc-list-item-thumbnail { | |||
width: 35px; | |||
height: 42px; | |||
margin-left: 5px; | |||
margin-right: 10px; | |||
} | |||
.calc-tile-compact .calc-list-item-thumbnail img { | |||
min-width: 35px; | |||
width: 35px !important; | |||
max-width: 35px; | |||
min-height: 35px; | |||
height: 35px !important; | |||
max-height: 35px; | |||
} | |||
.calc-list-item-key { | |||
width: 28px; | |||
grid-column-start: key; | |||
grid-column-end: span 1; | |||
grid-row-start: 1; | |||
grid-row-end: span 1; | |||
margin-left: 8.5px; | |||
} | |||
.calc-list-item-key img { | |||
position: absolute; | |||
top: 8.5px; | |||
right: 8.5px; | |||
} | |||
.calc-list-item-title { | |||
grid-column-start: main; | |||
grid-column-end: span 1; | |||
grid-row-start: 1; | |||
grid-row-end: span 1; | |||
padding-left: 8px; | |||
text-indent: -8px; | |||
} | |||
.calc-tile-compact .calc-list-item-title { | |||
text-indent: 0; | |||
} | |||
.calc-list-item-desc { | |||
grid-column-start: main; | |||
grid-column-end: span 1; | |||
grid-row-start: 2; | |||
grid-row-end: span 1; | |||
margin-left: 8px; | |||
text-indent: 0px; | |||
} | |||
/** | |||
* Vampire Crawlers namespace | |||
**/ | |||
body.rootpage-Vampire_Crawlers, body.ns-10002, | |||
body.rootpage-Vampire_Crawlers.skin-minerva .header-container.header-chrome, | |||
body.ns-10002.skin-minerva .header-container.header-chrome { | |||
background: url('filepath://Wiki_background-crawlers.png'); | |||
background-size: cover; | |||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
background-position: right; | |||
} | |||
body.rootpage-Vampire_Crawlers, body.ns-10002 { | |||
--ooui-progressive: #074333; | |||
--ooui-progressive--hover: #054c39; | |||
--button-color: #074333; | |||
--button-border: #054c39; | |||
} | |||
body.ns-10002 .mw-page-title-namespace { | |||
font-style: italic; | |||
} | |||
body.rootpage-Vampire_Crawlers .mw-wiki-logo, body.ns-10002 .mw-wiki-logo { | |||
background-image: url('filepath://Wiki-crawlers.png'); | |||
} | |||
body.rootpage-Vampire_Crawlers.skin-minerva, body.ns-10002.skin-minerva { | |||
--search-box: #112826; | |||
} | |||
#p-Switcher-label { | |||
display: none; | |||
} | |||
body .vector-legacy-sidebar .vector-menu-portal#p-Switcher .vector-menu-content { | |||
background: none !important; | |||
border-image: none !important; | |||
box-shadow: none !important; | |||
padding: 0 !important; | |||
margin: 0 !important; | |||
} | |||
body .vector-legacy-sidebar .vector-menu-portal#p-Switcher a { | |||
color: #f2cccc !important; | |||
border-radius: 4px; | |||
display: block; | |||
position: relative; | |||
padding: 4px 4px 3px calc(0px + 2.5px * 2); | |||
box-shadow: 0 2px 3px rgba(0,0,0,0.1); | |||
transition: 0.2s; | |||
text-align: center; | |||
text-shadow: 1px 1px 2px #000; | |||
height: 110px; | |||
display: flex; | |||
justify-content: center; | |||
} | |||
body .vector-legacy-sidebar .vector-menu-portal#p-Switcher a > span { | |||
display: none; | |||
} | |||
body .vector-legacy-sidebar .vector-menu-portal#p-Switcher a:before { | |||
position: absolute; | |||
display: block; | |||
height: 100px; | |||
width: 120px; | |||
content: ' '; | |||
z-index: 100; | |||
} | |||
body .vector-legacy-sidebar .vector-menu-portal#p-Switcher #n-Crawlers a { | |||
border: 1px solid #1c3933; | |||
background: url('filepath://Wiki_background-crawlers.png?width=300'); | |||
background-size: auto; | |||
background-size: cover; | |||
} | |||
body .vector-legacy-sidebar .vector-menu-portal#p-Switcher #n-Crawlers a:before { | |||
background: url('filepath://Wiki-crawlers.png?width=300'); | |||
background-size: 100%; | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
} | |||
body .vector-legacy-sidebar .vector-menu-portal#p-Switcher #n-Survivors a { | |||
border: 1px solid #391c1c; | |||
background: url('https://i.imgur.com/CUQN34l.png?width=300'); | |||
background-size: auto; | |||
background-size: cover; | |||
} | |||
body .vector-legacy-sidebar .vector-menu-portal#p-Switcher #n-Survivors a:before { | |||
background: url('filepath://Wiki.png?width=300'); | |||
background-size: 100%; | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
} | |||
body.rootpage-Vampire_Crawlers .vector-legacy-sidebar .vector-menu-portal#p-Switcher #n-Crawlers, | |||
body.ns-10002 .vector-legacy-sidebar .vector-menu-portal#p-Switcher #n-Crawlers { | |||
display: none; | |||
} | |||
body:not(.rootpage-Vampire_Crawlers):not(.ns-10002) .vector-legacy-sidebar .vector-menu-portal#p-Switcher #n-Survivors { | |||
display: none; | |||
} | } | ||