|
|
| Line 1: |
Line 1: |
| | /* CSS placed here will be applied to all skins */ |
|
| |
|
|
| |
|
| :root {
| | /* |
| color-scheme: dark;
| | * The CSS here should be moved to Vector.css as much as possible. Currently, |
| /*------------------
| | * no other skin is supported for desktop, and mobile doesn't use Common.css |
| BASE COLORS
| | * anyway. Any future skin that we intend to support will need careful |
| ----------------*/
| | * consideration and porting of CSS to its own skin-specific CSS page. |
| --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 */
| | /* Global variables used for various things */ |
| --messagebox-notice-border: #eab759;
| | :root { |
|
| | /* Originally for the "tooltip" style boxes; also used for some other |
| /* Template:Quote */
| | * things now. Should perhaps be renamed or split into different variables. |
| --pull-quote-max-width: 80%;
| | */ |
| --pull-quote-text-color: var(--text-color);
| | --bg3wiki-tooltip-border: #785000; |
| --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");
| |
| } | | } |
|
| |
|
| /* -------------------- | | /* Table of contents */ |
| body
| | .toc { |
| -------------------- */
| | margin: 0.5em 0 0 0.5em; |
| #mw-page-base {
| |
| background: none;
| |
| } | | } |
|
| |
|
| .mw-body {
| | /* Remove [edit] button from h4 to h6 */ |
| background-color: var(--body-main);
| | :is(h4, h5, h6) .mw-editsection { |
| color: var(--text-color);
| | display: none; |
| 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 {
| | /* Trick to easily make lists with list-style: none */ |
| border-color: var(--ooui-progressive--hover);
| | /* Wrap a list in <div class="bg3wiki-list-style-none"> */ |
| box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
| | .bg3wiki-list-style-none > ul { |
| | list-style: none; |
| } | | } |
|
| |
|
| .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active + span:before { | | /* Some h3 use an alternative style. */ |
| border-color: var(--ooui-progressive--hover);
| | .bg3wiki-tooltip-box h3, |
| | h3.bg3wiki-level-header { |
| | border-bottom: 1px dashed var(--bg3wiki-tooltip-border); |
| | font-family: 'Linux Libertine', 'Georgia', 'Times', serif; |
| | font-weight: normal; |
| } | | } |
|
| |
|
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span, | | h3.bg3wiki-level-header { |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:focus + span {
| | font-size: 140%; |
| 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,
| | /* Book text, shared css */ |
| .oo-ui-radioInputWidget [type='radio']:disabled + span { | | .bg3wiki-book-text { |
| background-color: var(--ooui-disabled);
| | box-shadow: |
| border-color: var(--ooui-disabled);
| | rgba(0, 0, 0, 0.14) 3px 3px 6px 0px inset, |
| | rgba(0, 0, 0, 0.14) -3px -3px 6px 1px inset; |
| | border: 0.15rem solid #785000; |
| | border-radius: 10px; |
| | padding: 30px 40px; |
| } | | } |
|
| |
|
| .oo-ui-dropdownWidget-handle { | | .bg3wiki-book-text p { |
| border-color: var(--ooui-normal-border);
| | font-family: 'Linux Libertine', 'Georgia', serif; |
| }
| | font-size: 1.2rem; |
| | |
| .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; | | max-width: 800px; |
| margin: auto; | | 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 { | | /* Item, spell, etc. properties */ |
| font-weight: 600; | | .bg3wiki-property-list > ul { |
| | margin-left: 0; |
| | list-style: none; |
| } | | } |
| | | .mw-content-ltr ul.bg3wiki-property-list { |
| .mw-body-content .messagebox p { | | margin-left: 0; |
| margin: 0; | | list-style: none; |
| font-size: 0.9em; | |
| color: #cccbcb;
| |
| } | | } |
| | | .bg3wiki-property-list dd { |
| .messagebox.notice { | | margin-left: 0; |
| border-left-color: var(--messagebox-notice-border); | |
| background-color: var(--body-light);
| |
| } | | } |
|
| |
|
| .messagebox.info,
| | /* ItemIcon stuff */ |
| .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 {
| | :root { |
| background-color: #65090b; | | --bg3wiki-itemicon-common: 72, 72, 72; |
| border-left-color: #b00000; | | --bg3wiki-itemicon-uncommon: 1, 189, 57; |
| | --bg3wiki-itemicon-rare: 1, 191, 255; |
| | --bg3wiki-itemicon-very-rare: 209, 1, 123; |
| | --bg3wiki-itemicon-legendary: 183, 134, 29; |
| | --bg3wiki-itemicon-story: 255, 89, 1; |
| | |
| | --bg3wiki-itemicon-gradient-top-opacity: 0%; |
| | --bg3wiki-itemicon-gradient-bot-opacity: 12.5%; |
| | |
| | --bg3wiki-itemicon-border-opacity: 60%; |
| } | | } |
|
| |
|
| .messagebox.notice.plainlinks.removed { | | .bg3wiki-itemicon-wrapper { |
| border-left-color: #cc062b;
| | text-align: center; |
| } | | } |
|
| |
|
| .messagebox.notice.dlc-content.dlc-Tides_of_the_Foscari { | | /* The value of --bg3wiki-rarity-color will be set per rarity class. */ |
| border-left-color: #52cf55;
| | .bg3wiki-itemicon { |
| background: rgb(42 58 40);
| | display: inline-block; |
| background: linear-gradient(45deg,rgb(42 58 40) 0%, rgb(27 60 27) 100%);
| | background: linear-gradient( |
| | rgba(var(--bg3wiki-rarity-color), var(--bg3wiki-itemicon-gradient-top-opacity)), |
| | rgba(var(--bg3wiki-rarity-color), var(--bg3wiki-itemicon-gradient-bot-opacity)) |
| | ); |
| | border: solid 1px rgba(var(--bg3wiki-rarity-color), var(--bg3wiki-itemicon-border-opacity)); |
| } | | } |
|
| |
|
| .messagebox.notice.dlc-content.dlc-Legacy_of_the_Moonspell { | | .bg3wiki-itemicon-common { |
| border-left-color: #66D0FF;
| | --bg3wiki-rarity-color: var(--bg3wiki-itemicon-common); |
| 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 { | | .bg3wiki-itemicon-uncommon { |
| border-left-color: #d8b4ff;
| | --bg3wiki-rarity-color: var(--bg3wiki-itemicon-uncommon); |
| 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 { | | .bg3wiki-itemicon-rare { |
| border-left-color: #adadad;
| | --bg3wiki-rarity-color: var(--bg3wiki-itemicon-rare); |
| 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 { | | .bg3wiki-itemicon-very-rare { |
| border-left-color: #6662c6;
| | --bg3wiki-rarity-color: var(--bg3wiki-itemicon-very-rare); |
| 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 { | | .bg3wiki-itemicon-legendary { |
| border-left-color: #53c69d;
| | --bg3wiki-rarity-color: var(--bg3wiki-itemicon-legendary); |
| 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 { | | .bg3wiki-itemicon-story { |
| border-left-color: #FF7676;
| | --bg3wiki-rarity-color: var(--bg3wiki-itemicon-story); |
| background: rgb(72 32 32);
| |
| background: linear-gradient(45deg,rgb(72 32 32) 0%, rgb(52 52 94) 100%);
| |
| } | | } |
|
| |
|
| /* ===================== | | /* Coordinates */ |
| Template:Quote
| |
| ===================== */
| |
|
| |
|
| /* Sourced from https://dev.fandom.com/wiki/MediaWiki:Global_Lua_Modules/Quote.css */
| | body .bg3wiki-coordinates { |
| /* #content added as a parent selector to the following in order to override default blockquote styles. */
| | font-family: 'Linux Libertine', 'Times New Roman', serif; |
| | | text-shadow: 1px 1px 2px #000, -1px -1px 2px #000; |
| blockquote {
| | color: #AB9F89; |
| line-height: 1.5em; | | background: #34323285; |
| font-size: 1em; | | border-radius: 5px; |
| color: #c7c7c7; | | padding: 3px 5px; |
| background: var(--body-light);
| | box-shadow: 1px 1px 5px #00000030; |
| 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 {
| | /* Tooltip box: imitating in-game tooltips and item icons */ |
| border: 1px solid #434242 !important; | | body .bg3wiki-tooltip-box { |
| | background: var(--bg3wiki-tooltip-bg); |
| | box-shadow: |
| | rgba(0, 0, 0, 0.14) 3px 3px 6px 0px inset, |
| | rgba(0, 0, 0, 0.14) -3px -3px 6px 1px inset; |
| | border: 0.15rem solid var(--bg3wiki-tooltip-border); |
| | border-radius: 10px; |
| | padding: 15px; |
| | margin: 0.5em 0.2em 0 0.2em; |
| } | | } |
|
| |
|
| #content .pull-quote {
| | /* [[Template:Relative location]] */ |
| flex-wrap: wrap;
| | .relative-location { |
| max-width: var(--pull-quote-max-width);
| | background: var(--bg3wiki-relative-location-bg); |
| font-size: 1em;
| | border: 1px solid var(--bg3wiki-tooltip-border); |
| line-height: 1.8;
| | border-spacing: 0; |
| overflow: hidden;
| | box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); |
| | margin: 5px; |
| | text-align: center; |
| } | | } |
| | | .relative-location-header { |
| #content .pull-quote__text {
| | background: var(--bg3wiki-relative-location-header-bg-dark); |
| 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 {
| | /* Damage Rider As Source (DRS) template */ |
| display: inline;
| | .bg3wiki-damage-rider-source { |
| position: absolute;
| | font-size: 10px; |
| font-size: 3em;
| | vertical-align: top; |
| font-family: var(--pull-quote-mark-font);
| | font-style: italic; |
| font-weight: 700;
| |
| color: var(--pull-quote-mark-color);
| |
| } | | } |
|
| |
|
| #content .pull-quote__text::before {
| | /* Proficiency abbreviation styling */ |
| content: "“";
| | .bg3wiki-save-proficiency-abbr { |
| top: 0;
| | font-size: 10px; |
| left: 0;
| | vertical-align: top; |
| line-height: 1;
| |
| } | | } |
|
| |
|
| #content .pull-quote__text::after {
| | /* For mobile eyes only */ |
| content: "”";
| | .nodesktop { |
| bottom: 0;
| | display: none; |
| right: 0.1em; /* avoid clipping to edge due to italics */
| |
| line-height: 0.2;
| |
| } | | } |
|
| |
|
| #content .pull-quote__text p:last-child {
| | /* Hat note */ |
| margin-bottom: 0;
| | .hatnote { |
| | font-style: var(--bg3wiki-hatnote-font-style); |
| | font-size: var(--bg3wiki-hatnote-font-size); |
| | padding: var(--bg3wiki-hatnote-padding); |
| | margin: var(--bg3wiki-hatnote-margin); |
| | border: 0; |
| | display: block; |
| | background-color: var(--bg3wiki-hatnote-bg); |
| } | | } |
|
| |
|
| /* render newline (\n) characters inside quote contents */ | | /* Price calculator */ |
| #content .pull-quote__text p { | | #bg3wiki-price-calculator { |
| white-space: pre-line;
| | border: 1px solid var(--bg3wiki-tooltip-border); |
| }
| |
| #content .pull-quote__line p {
| |
| display: inline;
| |
| white-space: pre-line;
| |
| } | | } |
|
| |
|
| #content .pull-quote__source { | | #bg3wiki-price-calculator-form { |
| margin-left: auto;
| | padding: 0.5em; |
| } | | } |
|
| |
|
| #content .pull-quote__source cite { | | #bg3wiki-price-calculator-form input[type="number"] { |
| display: inline;
| | width: 100%; |
| font-style: normal;
| |
| font-weight: bold;
| |
| } | | } |
|
| |
|
| #content .pull-quote__source::before { | | #bg3wiki-price-calculator-form td { |
| content: "—";
| | padding-right: 0.5em; |
| } | | } |
|
| |
|
| #content .pull-quote--right, #content .pull-quote--left { | | #bg3wiki-price-calculator-form th { |
| border: 1px solid var(--pull-quote-frame-color);
| | text-align: right; |
| border-left: 0;
| | padding-right: 0.5em; |
| border-right: 0;
| |
| padding: 1em 0;
| |
| text-align: justify;
| |
| } | | } |
|
| |
|
| #content .pull-quote--right { | | #bg3wiki-price-calculator-form label { |
| float: right;
| | margin-left: 0.2em; |
| margin: 1em 0 1em 2em;
| |
| } | | } |
|
| |
|
| #content .pull-quote--left { | | #bg3wiki-price-calculator-result { |
| float: left;
| | margin: 1em; |
| margin: 1em 2em 1em 0;
| |
| } | | } |
|
| |
|
| /* ---------------------------------
| | #bg3wiki-price-calculator-result td, #bg3wiki-price-calculator-result th { |
| [[Special:Preferences]]
| | text-align: right; |
| --------------------------------- */
| |
| #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 { | | Hack to display category trees as a navbox. Only used on NavModding and NavGuides for now. |
| border-color: var(--body-border);
| | **/ |
| }
| |
|
| |
|
| .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td { | | .navcat div > .CategoryTreeSection::after { |
| background-color: var(--body-light);
| | content: " · "; |
| }
| | font-weight: bold; |
| | |
| .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 { | | .navcat div > .CategoryTreeSection:last-child::after { |
| border-color: var(--ooui-normal-border);
| | content: none; |
| } | | } |
|
| |
|
| .ace_searchbtn:hover { | | .navcat div > .CategoryTreeTag, |
| background-color: var(--ooui-normal--hover);
| | .navcat div > .CategoryTreePageBullet { |
| }
| |
| | |
| .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; | | display: none; |
| | margin: 0; |
| | padding: 0; |
| } | | } |
|
| |
|
| .mainpage-intro { | | .navcat div { |
| text-align: center;
| | display: inline; |
| font-size: 1.25em;
| |
| margin: 1em 0;
| |
| }
| |
| | |
| .mainpage-row {
| |
| 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; | | margin: 0; |
| border: 0; | | padding: 0; |
| color: var(--heading-color); | | padding-left: 0; |
| text-transform: uppercase;
| |
| font-weight: 600;
| |
| } | | } |
|
| |
|
| .mainpage-game-platforms img:hover { | | /* Documentation css */ |
| transform: scale(1.1);
| | .ts-doc-doc { |
| transition: .1s;
| | background-color: var(--bg3wiki-documentation-bg); |
| | /* border: 1px solid var(--bg3wiki-documentation-border); */ |
| } | | } |
|
| |
|
| .mainpage-box.mainpage-characters img:hover, | | .ts-doc-header { |
| .mainpage-box.mainpage-weapons img:hover {
| | background-color: var(--bg3wiki-documentation-header-bg); |
| transform: scale(1.1);
| |
| transition: .2s;
| |
| } | | } |
|
| |
|
| .mainpage-game-platforms { | | .ts-doc-footer { |
| display: flex; | | background-color: var(--bg3wiki-documentation-bg); |
| filter: drop-shadow(0 0 0.35em black); | | border: 1px solid var(--bg3wiki-documentation-border); |
| } | | } |
|
| |
|
| .mainpage-game-platforms a { | | /* Info blob */ |
| padding: 0.5em;
| | div.bg3wiki-info-blob { |
| width: auto;
| |
| display: inline-block; | | display: inline-block; |
| border-radius: 5px; | | padding: 0 1em 0 1em; |
| | border-radius: 20px; |
| } | | } |
| | | span.bg3wiki-info-blob { |
| .mainpage-game { | | display: inline-block; |
| background: linear-gradient(0deg, rgba(92, 3, 3, 0.55), rgba(13, 13, 13, 0.8)), url('filepath://Main_page_tile_background.png'); | | padding: 0 0.5em 0 0.5em; |
| background-size: cover;
| | border-radius: 10px; |
| 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 { | | .bg3wiki-info-blob { |
| flex-basis: 60%; | | font-family: monospace; |
| } | | } |
|
| |
|
| .mainpage-row .mainpage-col:last-child {
| | /* number inside AC shield */ |
| flex-basis: 30%;
| | .bg3wiki-ac-value { |
| }
| |
| | |
| .mainpage-game-sublists { | |
| display: grid; | | display: grid; |
| gap: 1em; | | justify-items:start; |
| grid-template-columns: 1fr 1fr; | | align-items: start |
| } | | } |
|
| |
|
| .mainpage-characters, | | .bg3wiki-ac-value > div { |
| .mainpage-weapons {
| | grid-column-start: 1; |
| padding: 0; | | grid-row-start: 1; |
| }
| |
| | |
| .mainpage-characters h2, .mainpage-characters h5,
| |
| .mainpage-weapons h2, .mainpage-weapons h5 {
| |
| padding: 0.5em 1rem;
| |
| }
| |
| | |
| .mainpage-characters h5,
| |
| .mainpage-weapons h5 {
| |
| background: #242424;
| |
| }
| |
| | |
| .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 { | | .bg3wiki-ac-value .ac-value { |
| display: flex;
| | text-align:center; |
| justify-content: center;
| |
| margin-top: .5em;
| |
| flex-wrap: wrap;
| |
| flex-direction: column;
| |
| }
| |
| | |
| .mainpage-dlc-box > a { | |
| background: #1c1b1b; | |
| 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; | | width: 40px; |
| height: 40px; | | align-self: center; |
| display: block;
| | padding-bottom: 0.5ch |
| position: relative; | |
| background-size: cover;
| |
| } | | } |
|
| |
|
| .mainpage-dlc-box.dlc-moonspell > a { | | .bg3wiki-ac-value .ac-value-comment { |
| 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'); | | grid-column-start: 2; |
| | grid-row-start: 1; |
| | align-self: center |
| } | | } |
|
| |
|
| .mainpage-dlc-box.dlc-moonspell > a::after {
| | /* Spoiler warning */ |
| background-image: url('filepath://Sprite-Miang_Moonspell.png');
| | .bg3wiki-spoiler-warning { |
| }
| | background: linear-gradient(to right, var(--bg3wiki-spoiler-warning-start), var(--bg3wiki-spoiler-warning-end)); |
| | | align-items:center; |
| .mainpage-dlc-box.dlc-foscari > a { | | border-radius:10px; |
| 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'); | | padding: 5px; |
| }
| |
| | |
| .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 {
| |
| padding: 0 1em; | |
| display: flex; | | display: flex; |
| flex-wrap: wrap; | | 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 { | | .bg3wiki-spoiler-warning.bg3wiki-spoiler-warning-no-grad { |
| display: flex;
| | background: transparent; |
| gap: 1em;
| |
| justify-content: center;
| |
| align-items: stretch;
| |
| flex-flow: row wrap;
| |
| margin: 0 auto; | |
| max-width: 700px;
| |
| } | | } |
|
| |
|
| .mainpage-daily-item { | | .bg3wiki-spoiler-warning strong { |
| text-align: center; | | color: var(--bg3wiki-spoiler-warning-strong-color); |
| 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 { | | /* Widget: Interactive map */ |
| width: 100%;
| | .bg3wiki-lower-city-map { |
| margin: 0 10%;
| | background-color: var(--bg3wiki-lower-city-map-bg); |
| | border: 1px solid var(--bg3wiki-tooltip-border); |
| } | | } |
|
| |
|
| .mainpage-daily-item:not(:first-child) { | | .bg3wiki-lower-city-map-svg { |
| flex: 1;
| | background-color: var(--bg3wiki-lower-city-map-inner-bg); |
| } | | } |
|
| |
|
| .mainpage-daily-item h3 { | | /** Suppress fallback MathML implementation: most browsers support it natively. **/ |
| margin: 10px 0 5px 0;
| | /* -*- Mode: CSS; tab-width: 2; indent-tabs-mode:nil; c-basic-offset: 2 -*- */ |
| font-size: 1.2em;
| | /* vim: set ts=2 et sw=2 tw=80: */ |
| background-color: rgba(0, 0, 0, 0.3);
| | /* This Source Code Form is subject to the terms of the Mozilla Public |
| padding: 5px;
| | * License, v. 2.0. If a copy of the MPL was not distributed with this |
| }
| | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
| | /* Retrieved from https://github.com/fred-wang/webextension-native-mathml/blob/master/content-scripts/mediawiki.css */ |
|
| |
|
| .mainpage-daily-item a { | | /* Reset some CSS properties set by MediaWiki and hide the image fallback */ |
| color: var(--link-color); | | .mwe-math-mathml-a11y { |
| text-shadow: 1px 1px 8px rgb(0, 0, 0); | | clip: auto; |
| | overflow: visible; |
| | position: static; |
| | width: auto; |
| | height: auto; |
| | opacity: 1; |
| | display: inherit; |
| } | | } |
|
| |
|
| .mainpage-daily-item a:hover { | | body.mediawiki .ve-ce-mwLatexNode .mwe-math-mathml-a11y { |
| text-decoration: none; | | /* override https://phabricator.wikimedia.org/diffusion/EMAT/browse/master/modules/ve-math/ve.ce.MWLatexNode.css */ |
| | display: inherit; |
| } | | } |
| | | /* Support where MediaWiki lazy loaded images */ |
| .mainpage-daily-item img:first-child:hover { | | .mwe-math-mathml-inline ~ .lazy-image-placeholder, |
| transform: scale(1.04);
| | .mwe-math-mathml-display ~ .lazy-image-placeholder, |
| transition: 0.2s;
| | /* Support where MediaWiki doesn't lazy load images */ |
| | .mwe-math-mathml-inline + .mwe-math-fallback-image-inline, |
| | .mwe-math-mathml-display + .mwe-math-fallback-image-display { |
| | display: none; |
| } | | } |
|
| |
|
| .daily-highlight-date {
| | /* Tablelist template */ |
| font-size: 0.8em;
| |
| color: #999;
| |
| text-transform: none;
| |
| white-space: nowrap;
| |
| }
| |
|
| |
|
| .mainpage-daily-item .tooltips-init-complete { | | .bg3wiki-tablelist dt { |
| margin: 0 auto;
| | font-weight: bold; |
| | font-size: 100%; |
| | margin: 0; |
| | display: inline; |
| } | | } |
|
| |
|
| /* Bestiary Description */
| | .bg3wiki-tablelist dt::after { |
| #content .bestiary-desc {
| | content: ":"; |
| display: flex;
| | font-weight: normal; |
| padding: 1em;
| | font-size: 100%; |
| 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 {
| | /* No colon style */ |
| color: var(--link-color);
| | .bg3wiki-tablelist.nocolon dt::after { |
| font-size: 4em;
| | content: none; |
| margin: 0.5em 0 0;
| |
| font-family: fantasy;
| |
| } | | } |
|
| |
|
| #content .bestiary-desc p:last-child {
| | .bg3wiki-tablelist dl { |
| margin-left: auto; | | margin: 0; |
| | padding: 0; |
| | font-size: 100%; |
| } | | } |
|
| |
|
| #content .bestiary-desc .bestiary-desc-text {
| | .bg3wiki-tablelist dd { |
| flex-basis: 100%; | | font-size: 100%; |
| display: flex; | | margin: 0; |
| flex-direction: column; | | display: inline; |
| } | | } |
|
| |
|
| #content .bestiary-desc .bestiary-desc-text dl {
| | .bg3wiki-tablelist dd::after { |
| margin: auto 0 0 auto; | | content: "\a"; |
| | white-space: pre; |
| } | | } |
|
| |
|
| #content .bestiary-desc .bestiary-desc-text .bestiary-desc-text-inner {
| | /* Unbulleted lists */ |
| font-style: italic; | | .bg3wiki-ublist ul, |
| | .bg3wiki-ublist ol { |
| | margin: 0; |
| | padding: 0; |
| | line-height: inherit; |
| | list-style: none; |
| } | | } |
|
| |
|
| #content .bestiary-desc-nav {
| | /* Horizontal lists */ |
| display: flex;
| | .bg3wiki-horizontlist dl, |
| flex-direction: row;
| | .bg3wiki-horizontlist ul { |
| justify-content: space-between;
| | margin: 0; |
| max-width: 780px;
| | padding: 0; |
| min-width: 230px;
| |
| margin: 0 auto; | |
| margin-top: 0.67em; | |
| } | | } |
|
| |
|
| #content .bestiary-desc-nav span:nth-of-type(2) {
| | .bg3wiki-horizontlist dl ul, |
| text-align: center; | | .bg3wiki-horizontlist dl dl, |
| | .bg3wiki-horizontlist ul dl, |
| | .bg3wiki-horizontlist ul ul { |
| | display: inline; |
| } | | } |
|
| |
|
| #content .bestiary-desc-nav span:nth-of-type(3) {
| | .bg3wiki-horizontlist dd, |
| text-align: right;
| | .bg3wiki-horizontlist dt, |
| }
| | .bg3wiki-horizontlist li { |
| | | margin: 0; |
| /* Template:Statbox Enemy */
| | display: inline; |
| .statbox-enemy { | |
| overflow: auto; | |
| width: calc(100% - 320px); | |
| max-width: 1400px;
| |
| } | | } |
|
| |
|
| @media screen and (max-width: 1275px) {
| | .bg3wiki-horizontlist dd::after, |
| .statbox-enemy {
| | .bg3wiki-horizontlist li::after { |
| width: 100%;
| | content: " · "; |
| }
| |
| }
| |
| | |
| /* 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; | | font-weight: bold; |
| } | | } |
|
| |
|
| .infobox-root .infobox-title, | | .bg3wiki-horizontlist dd:last-child::after, |
| .infobox-root .infobox-header { | | .bg3wiki-horizontlist dt:last-child::after, |
| border-bottom: 1px solid #434242; | | .bg3wiki-horizontlist li:last-child::after { |
| | content: none; |
| } | | } |
|
| |
|
| .infobox-root .infobox-header { | | .bg3wiki-horizontlist dt::after { |
| border-top: 1px solid #434242; | | content: ":"; |
| font-weight: bold; | | font-weight: normal; |
| text-align: center; | | font-size: 100%; |
| background: var(--body-dark);
| |
| padding: 0.25em 0;
| |
| } | | } |
|
| |
|
| .infobox-root .infobox-image img { | | .bg3wiki-horizontlist dd dd:first-child::before, |
| max-width: 100%;
| | .bg3wiki-horizontlist dd dt:first-child::before, |
| height: auto;
| | .bg3wiki-horizontlist dd li:first-child::before, |
| | .bg3wiki-horizontlist dt dd:first-child::before, |
| | .bg3wiki-horizontlist dt dt:first-child::before, |
| | .bg3wiki-horizontlist dt li:first-child::before, |
| | .bg3wiki-horizontlist li dd:first-child::before, |
| | .bg3wiki-horizontlist li dt:first-child::before, |
| | .bg3wiki-horizontlist li li:first-child::before { |
| | content: " ("; |
| | font-weight: normal; |
| } | | } |
|
| |
|
| .infobox-root .infobox-image-container { | | .bg3wiki-horizontlist dd dd:last-child::after, |
| text-align: center; | | .bg3wiki-horizontlist dd dt:last-child::after, |
| padding: 0.25em 0.5em; | | .bg3wiki-horizontlist dd li:last-child::after, |
| | .bg3wiki-horizontlist dt dd:last-child::after, |
| | .bg3wiki-horizontlist dt dt:last-child::after, |
| | .bg3wiki-horizontlist dt li:last-child::after, |
| | .bg3wiki-horizontlist li dd:last-child::after, |
| | .bg3wiki-horizontlist li dt:last-child::after, |
| | .bg3wiki-horizontlist li li:last-child::after { |
| | content: ")"; |
| | font-weight: normal; |
| } | | } |
|
| |
|
| .infobox-root .infobox-image-caption {
| | /* Resource list */ |
| color: #9a9a9a;
| | .bg3wiki-resource-list dl { |
| }
| | margin: 0; |
| | |
| .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 { | | .bg3wiki-resource-list dd, |
| display: flex; | | .bg3wiki-resource-list dt { |
| overflow: auto; | | margin: 0; |
| | display: inline; |
| } | | } |
|
| |
|
| @media screen and (max-width: 639px) {
| | .bg3wiki-resource-list dd dd, |
| .infobox-root {
| | .bg3wiki-resource-list dd ddt, |
| width: 100%;
| | .bg3wiki-resource-list dt dd, |
| }
| | .bg3wiki-resource-list dt dt { |
| | margin: 0 0 0 2.1em; |
| | display: block; |
| } | | } |
|
| |
|
| .infobox-root .infobox-image.auto-rendering img.mw-file-element { | | .bg3wiki-resource-list dd:last-child::after, |
| image-rendering: auto; | | .bg3wiki-resource-list dt:last-child::after { |
| | content: none; |
| } | | } |
|
| |
|
| /* general classes */ | | /* Quotes */ |
| .table-metadata { | | .bg3wiki-quoteinline { |
| display: none; | | overflow: hidden; |
| | margin: 0 0 -0.5em; |
| } | | } |
|
| |
|
| .table-na {
| | /* Important is a bad idea */ |
| background: rgba(0,0,0,0.3);
| | blockquote { |
| color: #777;
| | border-left: 2px solid #3d3d3d !important; |
| vertical-align: middle;
| |
| text-align: center;
| |
| } | | } |
|
| |
|
| .text-red { | | .bg3wiki-bquote { |
| color: var(--text-color-red);
| | overflow: hidden; |
| | margin: 1em 0; |
| } | | } |
|
| |
|
| .text-orange { | | .bg3wiki-quotesource { |
| color: var(--text-color-orange);
| | line-height: 1.5em; |
| }
| | padding-left: 1.5em; |
| | | margin-top: 0; |
| .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;
| |
| } | | } |
|
| |
|
| .text-italic { | | .bg3wiki-blockquote-marks { |
| font-style: italic; | | color: var(--bg3wiki-blockquote-marks); |
| }
| | font-size: 120%; |
| | | font-family: serif; |
| .text-bold {
| |
| font-weight: bold; | | font-weight: bold; |
| } | | } |
|
| |
|
| .nowrap { | | /* Shortcut */ |
| white-space: nowrap; | | .bg3wiki-template-shortcut { |
| | display: inline-block; |
| | background-color: var(--bg3wiki-documentation-header-bg); |
| | border: 1px solid var(--bg3wiki-documentation-border); |
| | text-align: center; |
| | margin: 1em; |
| | padding: 0 0.33em 0 0.33em; |
| | vertical-align: top; |
| | width: fit-content; |
| | font-size: 85%; |
| } | | } |
|
| |
|
| .text-align-left, | | .bg3wiki-template-shortcut-top { |
| 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; | | margin: 0; |
| | padding: 0 0 0.16em 0; |
| | border-bottom: 2px solid #3d3d3d; |
| | font-size: 90%; |
| } | | } |
|
| |
|
| .infoboxNew-buttons { | | /* Resistance colours */ |
| text-align: center;
| | .bg3wiki-imagetext-text-resistant { |
| margin: auto;
| | color: var(--bg3wiki-imagetext-text-resistant-color); |
| max-width: 300px;
| |
| display: flex;
| |
| justify-content: center;
| |
| margin-bottom: 0.25em;
| |
| flex-wrap: wrap;
| |
| } | | } |
|
| |
|
| .infoboxNew-switch .infoboxNew-buttons .button { | | .bg3wiki-imagetext-text-immune{ |
| display: inline;
| | color: var(--bg3wiki-imagetext-text-immune-color); |
| 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 { | | .bg3wiki-imagetext-text-vulnerable { |
| color: #bbb;
| | color: var(--bg3wiki-imagetext-text-vulnerable-color); |
| } | | } |
|
| |
|
| .infoboxNew-switch .infoboxNew-buttons .button.button-selected { | | /* Character info template styling */ |
| color: var(--text-color);
| | .bg3wiki-characterinfo { |
| | background-color: var(--bg3wiki-characterinfo-bg); |
| | border: var(--bg3wiki-characterinfo-border); |
| | color: var(--bg3wiki-characterinfo-color); |
| | width: 20em; |
| | margin: 0.5em 0 0 2em; |
| } | | } |
|
| |
|
| .infoboxNew-buttons .button { | | .bg3wiki-characterinfo th:not(.bg3wiki-characterinfo-subheader) { |
| margin: 0 3px;
| | background: var(--bg3wiki-characterinfo-header-bg); |
| | color: var(--bg3wiki-characterinfo-header-color); |
| } | | } |
|
| |
|
| .infoboxNew .infoboxNew-buttons.infoboxNew-buttons-select { | | .bg3wiki-characterinfo-subheader { |
| max-width: initial;
| | padding-left: 38px; |
| | vertical-align: top; |
| | background-color: var(--bg3wiki-characterinfo-subheader-bg);; |
| | border: 0; |
| | color: var(--bg3wiki-characterinfo-subheader-color); |
| } | | } |
|
| |
|
| .infoboxNew .infoboxNew-buttons.infoboxNew-buttons-select select { | | /* Message boxes including ambox and mbox */ |
| background: var(--body-light);
| | table.ombox, |
| border: 1px solid var(--body-border);
| | table.ambox { |
| color: #ddd;
| | background-color: var(--bg3wiki-ambox-bg); |
| | border: var(--bg3wiki-wikitable-border); |
| } | | } |
|
| |
|
| .infoboxNew .infoboxNew-image.infoboxNew-full-image img.mw-file-element { | | table.ambox-speedy { |
| image-rendering: auto; | | /* Pink */ |
| | background-color: #400805 !important; |
| } | | } |
|
| |
|
| .infoboxNew .infoboxNew-image img {
| |
| max-width: 100%;
| |
| height: auto;
| |
| }
| |
|
| |
|
| .infoboxNew td audio { | | .div-col-rules { |
| max-width: 100%;
| | column-rule: 1px solid #805608 !important; |
| margin-left: auto;
| |
| margin-right: auto;
| |
| } | | } |
|
| |
|
| .infoboxNew-audio-caption { | | /** |
| color: #9a9a9a;
| | Navbox classes |
| font-style: italic;
| | **/ |
| text-align: center;
| | .navbox, |
| | .mw-parser-output .navbox-list-with-group, |
| | .bg3wiki-navbox { |
| | text-align: center; |
| | border:1px solid var(--bg3wiki-tooltip-border); |
| | color: var(--fg); |
| | width: 100%; |
| } | | } |
|
| |
|
| @media screen and (max-width: 770px) {
| | .mw-parser-output .navbox-list-with-group, { |
| table.infoboxNew {
| | color: var(--bg3wiki-navbox-header-text); |
| width: 100%;
| | background-color: var(--bg3wiki-navbox-bg); |
| min-width: 300px;
| |
| display: table;
| |
| }
| |
| } | | } |
|
| |
|
| |
|
| /* Multi infobox */
| | .bg3wiki-navbox-header { |
| .multi-infobox { | | font-weight: bold; |
| float: right;
| | font-size: 105%; |
| margin-left: 5px;
| | background-color: var(--bg3wiki-navbox-header-bg); |
| margin-bottom: 5px;
| | border: 0px none; |
| } | | } |
|
| |
|
| .multi-infobox>.tabber { | | .bg3wiki-navbox-side-header { |
| margin: 0;
| | background-color: var(--bg3wiki-navbox-header-bg); |
| } | | } |
|
| |
|
| .multi-infobox>.tabber>.tabbernav { | | .bg3wiki-navbox-side-secondary-header { |
| text-align: center;
| | background-color: var(--bg3wiki-navbox-header-secondary-bg); |
| margin: 0;
| |
| max-width: calc(100% - 16px);
| |
| margin-left: 16px;
| |
| border-bottom: none;
| |
| } | | } |
|
| |
|
| .multi-infobox>.tabber>.tabbertab { | | /* These important tags will be removed, emergency fix */ |
| padding: 5px;
| | .navbox-title { |
| padding-top: 0;
| | font-weight: bold; |
| | background-color: var(--bg3wiki-navbox-header-bg); |
| | border: none !important; |
| } | | } |
|
| |
|
| .multi-infobox>.tabber>.tabbernav a { | | .navbox-group { |
| padding: 0.5em 0.8em;
| | font-weight: bold; |
| border: 1px solid var(--body-border);
| | background-color: var(--bg3wiki-navbox-label-bg); |
| border-bottom: none;
| | border-top: var(--bg3wiki-navbox-label-border); |
| } | | } |
|
| |
|
| .multi-infobox>.tabber>.tabbernav>.tabberactive>a { | | .navbox-subgroup .navbox-group { |
| background-color: var(--body-light);
| | font-weight: bold; |
| color: var(--text-color);
| | background-color: var(--bg3wiki-navbox-sublabel-bg); |
| | border-top: var(--bg3wiki-navbox-label-border); |
| | border-left: var(--bg3wiki-navbox-label-border); |
| } | | } |
|
| |
|
| .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 { | | .navbox-list { |
| color: var(--tabber-active-hover-color);
| | border:1px solid var(--bg3wiki-tooltip-border); |
| | background-color: var(--bg3wiki-navbox-data-bg); |
| } | | } |
|
| |
|
| @media screen and (max-width: 770px) {
| | .navbox-odd { |
| .multi-infobox,
| | background-color: var(--bg3wiki-navbox-data-row-odd-bg); |
| .multi-infobox>.tabber,
| | border: none !important; |
| .multi-infobox>.tabber>.tabbernav,
| | color: var(--fg); |
| .multi-infobox>.tabber>.tabbertab,
| |
| .multi-infobox>.tabber>.tabbertab>.infobox-root {
| |
| width: 100%;
| |
| }
| |
| .multi-infobox>.tabber>.tabbernav {
| |
| margin-left: 14px;
| |
| }
| |
| } | | } |
|
| |
|
| /* Recent changes */
| | .navbox-even { |
| .client-js .mw-rcfilters-spinner .mw-rcfilters-spinner-bounce, .client-js .mw-rcfilters-spinner::before, .client-js .mw-rcfilters-spinner::after { | | background-color: var(--bg3wiki-navbox-data-row-even-bg); |
| background-color: var(--link-color); | | border: none !important; |
| | border-top: var(--bg3wiki-navbox-label-border); |
| | color: var(--fg); |
| } | | } |
|
| |
|
| .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget.oo-ui-widget-enabled.oo-ui-buttonGroupWidget { | | /* The actual contents of the navbox. */ |
| background: var(--body-light);
| | .bg3wiki-navbox-content { |
| | text-align: left; |
| | padding: 0 4px; |
| } | | } |
|
| |
|
| /* Fix bracket color of expand/collapse link */ | | /* Wikitext sometimes inserts implicit <p>s */ |
| .mw-collapsible-toggle::before, .mw-collapsible-toggle::after { | | .bg3wiki-navbox-content p { |
| color: var(--text-color); | | color: var(--bg3wiki-navbox-header-text); |
| } | | } |
|
| |
|
| /* Fix hover color link of expand/collapse */ | | /* Classes for gameplay navboxes */ |
| .mw-collapsible-toggle-default .mw-collapsible-text:hover { | | .bg3wiki-gameplay-navbox { |
| color: var(--link-color); | | color: var(--bg3wiki-navbox-header-text); |
| | background-color: var(--bg3wiki-gameplay-navbox-bg); |
| | margin-top: 1rem; |
| | border: 1px solid var(--bg3wiki-tooltip-border); |
| | width: 100%; |
| } | | } |
|
| |
|
| /* Mainpage News Tile Stuff */
| | .bg3wiki-gameplay-navbox-header { |
| | | background-color: var(--bg3wiki-gameplay-navbox-header-bg); |
| :root {
| | text-align: center; |
| --tile-background-color: #2b2929;
| |
| --tile-border-color: var(--heading-color);
| |
| } | | } |
|
| |
|
| .mainpage-recent-updates { | | .bg3wiki-gameplay-navbox-row-header { |
| grid-area: update;
| | font-size: 95%; |
| grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
| | padding: 0.75rem; |
| margin-top: 1em;
| |
| } | | } |
|
| |
|
| .mainpage-recent-updates .news-subtitle { | | .bg3wiki-gameplay-navbox-content { |
| color: var(--byline-color);
| | border: 0px none; |
| font-size: 0.9em;
| | font-size: 95%; |
| | padding-left: 1ch; |
| } | | } |
|
| |
|
| .mainpage-recent-updates .tile-halves { | | table.wikitable td { |
| flex: 1;
| | background-color: var(--bg3wiki-wikitable-bg) !important; |
| align-content: flex-start;
| | border: var(--bg3wiki-wikitable-border) !important; |
| } | | } |
|
| |
|
| .mainpage-recent-updates .tile-halves:hover .tile-top img { | | .wikitable th { |
| transform: scale(1.04);
| | background-color: var(--bg3wiki-wikitable-header-bg) !important; |
| | border: var(--bg3wiki-wikitable-border) !important; |
| } | | } |
|
| |
|
| .mainpage-recent-updates .tile-halves .tile-top span { | | .wikitable th[scope=row], |
| width: 100%;
| | .wikitable th[scope=rowgroup] { |
| | font-weight: normal; |
| | text-align: left; |
| } | | } |
|
| |
|
| .mainpage-recent-updates .tile-bottom.link-button a { | | /* Sidebar styling */ |
| text-align: left;
| | table.sidebar { |
| padding: 1rem 1.5rem 0.75rem;
| | background-color: var(--bg3wiki-box-detail-bg); |
| | color: var(--fg); |
| | border: var(--bg3wiki-box-border); |
| } | | } |
|
| |
|
| .mainpage-recent-updates h2 { | | .sidebar-title, |
| margin: -0.5em 0 0.3em;
| | .sidebar-navbar { |
| color: var(--text-color);
| | background: var(--bg3wiki-box-header-bg); |
| text-transform: none;
| | color: var(--fg); |
| | border: var(--bg3wiki-box-accent-dark-border); |
| } | | } |
|
| |
|
| .mainpage-recent-updates p:not(.byline) { | | .sidebar-above { |
| font-size: 0.9em;
| | background: var(--bg3wiki-box-header-bg); |
| line-height: 1.75em;
| | color: var(--fg); |
| color: var(--text-color);
| | border: var(--bg3wiki-box-accent-dark-border); |
| }
| | display: block; |
| | |
| .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; | | margin-bottom: 0.5em; |
| } | | } |
|
| |
|
| .character-tooltip-content .character-image { | | .sidebar-image, |
| margin: 0.5em 0; | | .sidebarcaption { |
| | background-color: var(--bg3wiki-box-detail-bg); |
| | border: var(--bg3wiki-box-detail-border); |
| | color: var(--fg); |
| } | | } |
|
| |
|
| .character-info-section .character-description { | | .sidebar-list-title { |
| margin: 0.5em 0 1em 0; | | background-color: var(--bg3wiki-box-label-bg); |
| | border: var(--bg3wiki-box-label-border); |
| | color: var(--fg); |
| | text-align: left; |
| } | | } |
|
| |
|
| .character-info-section .character-stat { | | .sidebar-content { |
| display: flex; | | background-color: var(--bg3wiki-box-data-bg); |
| justify-content: space-between;
| | color: var(--fg); |
| color: var(--subtle-color); | | border: 1px solid var(--bg3wiki-box-data-border); |
| gap: 0.5em; | |
| text-align: right;
| |
| } | | } |
|
| |
|
| .character-info-section .character-stat span:first-child { | | .sidebar-list { |
| color: #eebb5b; | | background-color: var(--bg3wiki-box-data-bg); |
| font-weight: 600; | | color: var(--fg); |
| text-align: left; | | border: 1px solid var(--bg3wiki-box-data-border); |
| } | | } |
|
| |
|
| /* Weapon tooltip */
| | .sidebar-list-content { |
| .weapon-tooltip-content { | | background-color: var(--bg3wiki-box-data-bg); |
| display: flex;
| | color: var(--fg); |
| gap: 1em;
| | border: 1px solid var(--bg3wiki-box-data-border); |
| 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 { | | .sidebar-heading { |
| width: 250px; | | background-color: var(--bg3wiki-box-label-bg); |
| | border: var(--bg3wiki-box-label-border); |
| | color: var(--fg); |
| | display: block; |
| margin-bottom: 0.5em; | | margin-bottom: 0.5em; |
| } | | } |
|
| |
|
| .weapon-tooltip-content .weapon-info-section li { | | .sidebar-below { |
| list-style-type: none;
| | background: var(--bg3wiki-box-header-bg); |
| | color: var(--fg); |
| | border: var(--bg3wiki-box-accent-dark-border); |
| } | | } |
|
| |
|
| .weapon-tooltip-content .weapon-image { | | .bg3wiki-sheet { |
| margin: 0.5em 0;
| | max-width: none; |
| | width: 100%; |
| } | | } |
|
| |
|
| .weapon-tooltip-content .weapon-name { | | .ui-menu .ui-menu-item a { |
| margin-left: 3px;
| | color: var(--bg3wiki-ui-menu-item-a); |
| font-size: 110%;
| |
| font-family: 'Courier New', Courier, monospace;
| |
| font-weight: 600;
| |
| } | | } |
|
| |
|
| .weapon-info-section .weapon-description {
| | /* Damage type colors, primarily used by [[Template:Damage colour]]. */ |
| margin: 0.5em -0.5em 1em 0;
| |
| }
| |
|
| |
|
| .weapon-info-section .weapon-value { | | .bg3wiki-damage-type-physical, |
| display: flex;
| | .bg3wiki-damage-type-weapon, |
| justify-content: space-between;
| | .bg3wiki-damage-type-piercing, |
| color: var(--subtle-color); | | .bg3wiki-damage-type-bludgeoning, |
| gap: 0.5em;
| | .bg3wiki-damage-type-slashing { |
| text-align: right;
| | color: var(--bg3wiki-damage-colour-physical-fg); |
| } | | } |
| | | .bg3wiki-damage-type-acid { |
| .weapon-info-section .weapon-value span:first-child { | | color: var(--bg3wiki-damage-colour-acid-fg); |
| color: #eebb5b; | |
| font-weight: 600;
| |
| text-align: left;
| |
| } | | } |
| | | .bg3wiki-damage-type-cold { |
| .vs-gold-border { | | color: var(--bg3wiki-damage-colour-cold-fg); |
| border-image: url('/images/Container_border.png?17ce7') 10; | |
| border-image-width: auto;
| |
| } | | } |
| | | .bg3wiki-damage-type-fire { |
| .fullwidth-img img { | | color: var(--bg3wiki-damage-colour-fire-fg); |
| max-width: 100%; | |
| height: auto;
| |
| } | | } |
| | | .bg3wiki-damage-type-force { |
| /* --------------------
| | color: var(--bg3wiki-damage-colour-force-fg); |
| 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;
| |
| } | | } |
| | | .bg3wiki-damage-type-healing { |
| /* -------------------------------------------------------
| | color: var(--bg3wiki-damage-colour-healing-fg); |
| 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;
| |
| } | | } |
| | | .bg3wiki-damage-type-lightning { |
| /* [[Template:Reflist]] |quotes=no */
| | color: var(--bg3wiki-damage-colour-lightning-fg); |
| .hideQuotes .refhide {
| |
| display: none
| |
| } | | } |
| | | .bg3wiki-damage-type-necrotic { |
| /* Make redirect arrow icon contrast well */
| | color: var(--bg3wiki-damage-colour-necrotic-fg); |
| .redirectText li { | |
| filter: invert(100%);
| |
| } | | } |
| .redirectText li a { | | .bg3wiki-damage-type-poison { |
| filter: invert(100%);
| | color: var(--bg3wiki-damage-colour-poison-fg); |
| } | | } |
| | | .bg3wiki-damage-type-radiant { |
| /* Better contrast for "no attribution" warning in media viewer */
| | color: var(--bg3wiki-damage-colour-radiant-fg); |
| .mw-mmv-dialog .mw-mmv-dialog-warning {
| |
| background-color: #980000; | |
| } | | } |
| | | .bg3wiki-damage-type-thunder { |
| /* Styles for the "Unlocking" template */
| | color: var(--bg3wiki-damage-colour-thunder-fg); |
| .unlocking-box { | |
| background: var(--body-light);
| |
| border: 1px solid #434242;
| |
| padding: .5em 1em;
| |
| border-left: 8px solid var(--messagebox-notice-border);
| |
| overflow: hidden;
| |
| } | | } |
| | | .bg3wiki-damage-type-psychic { |
| .unlocking-box>button::before, | | color: var(--bg3wiki-damage-colour-psychic-fg); |
| .unlocking-box>button::after {
| |
| content: '';
| |
| text-decoration: none;
| |
| } | | } |
|
| |
|
| .unlocking-box>button span.mw-collapsible-text { | | .bg3wiki-info-blob .bg3wiki-damage-type-physical, |
| color: white;
| | .bg3wiki-info-blob .bg3wiki-damage-type-weapon, |
| font-weight: bold;
| | .bg3wiki-info-blob .bg3wiki-damage-type-piercing, |
| | .bg3wiki-info-blob .bg3wiki-damage-type-bludgeoning, |
| | .bg3wiki-info-blob .bg3wiki-damage-type-slashing { |
| | color: var(--bg3wiki-damage-colour-physical-fg-bright); |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-acid { |
| .unlocking-box>button:hover, | | color: var(--bg3wiki-damage-colour-acid-fg-bright); |
| .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);
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-cold { |
| .unlocking-box>button { | | color: var(--bg3wiki-damage-colour-cold-fg-bright); |
| background-color: var(--ooui-progressive);
| |
| padding: 0.3em 0.5em;
| |
| border-radius: 2px;
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-fire { |
| .unlocking-box>.mw-collapsible-toggle-default .mw-collapsible-text, | | color: var(--bg3wiki-damage-colour-fire-fg-bright); |
| .unlocking-box>.mw-collapsible-toggle-default:active .mw-collapsible-text {
| |
| color: white;
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-force { |
| .unlocking-box>button:active { | | color: var(--bg3wiki-damage-colour-force-fg-bright); |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent),inset 0 0 0 2px #fff;
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-healing { |
| .unlocking-box.mw-collapsed :not(.mw-collapsible-content) .unlock-note { | | color: var(--bg3wiki-damage-colour-healing-fg-bright); |
| font-size: 0.85em;
| |
| font-style: italic;
| |
| color: grey;
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-lightning { |
| .unlocking-box:not(.mw-collapsed) :not(.mw-collapsible-content) .unlock-note { | | color: var(--bg3wiki-damage-colour-lightning-fg-bright); |
| display: none;
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-necrotic { |
| /* Remove ugly "transparent" background in media viewer */
| | color: var(--bg3wiki-damage-colour-necrotic-fg-bright); |
| .png.mw-mmv-dialog-is-open { | |
| background: none !important;
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-poison { |
| /* Template:Shortcut */
| | color: var(--bg3wiki-damage-colour-poison-fg-bright); |
| .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;
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-radiant { |
| .shortcut ::marker { | | color: var(--bg3wiki-damage-colour-radiant-fg-bright); |
| font-size: 1.3em;
| |
| line-height: 1em;
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-thunder { |
| .archivelist { | | color: var(--bg3wiki-damage-colour-thunder-fg-bright); |
| 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;
| |
| } | | } |
| | | .bg3wiki-info-blob .bg3wiki-damage-type-psychic { |
| /* Template: Documentation */
| | color: var(--bg3wiki-damage-colour-psychic-fg-bright); |
| div.documentation {
| |
| background-color: var(--body-light);
| |
| margin-top: 15px;
| |
| font-family: sans-serif;
| |
| } | | } |
|
| |
|
| div.documentation-header {
| | /* The following single-word variants of the damage type class names are |
| background-color: var(--body-background-color);
| | * obsolete and should be removed once we've confirmed that they aren't still |
| padding: 10px 0 10px 20px;
| | * used somewhere. |
| font-size: 14pt;
| | */ |
| font-weight: bold;
| |
| }
| |
|
| |
|
| div.documentation-subheader {
| | .physical, |
| background-color: var(--body-dark);
| | .weapon, |
| padding: 10px 0 10px 20px;
| | .piercing, |
| | .bludgeoning, |
| | .slashing { |
| | color: var(--bg3wiki-damage-colour-physical-fg); |
| } | | } |
| | | .acid { |
| div.documentation-content {
| | color: var(--bg3wiki-damage-colour-acid-fg); |
| padding: 10px;
| |
| } | | } |
| | | .cold { |
| .seealso { | | color: var(--bg3wiki-damage-colour-cold-fg); |
| margin: 0.5em 2em 1em 2em; | |
| font-style: italic;
| |
| } | | } |
| | | .fire { |
| .seealso + .seealso {
| | color: var(--bg3wiki-damage-colour-fire-fg); |
| margin-top: -1em; | |
| } | | } |
| | | .force { |
| /** Styles for "Browse Interactive History" **/
| | color: var(--bg3wiki-damage-colour-force-fg); |
| /* General */
| |
| .mw-revslider-revision { | |
| background-color: var(--link-color);
| |
| } | | } |
| | | .healing { |
| .mw-revslider-revision-border-box {
| | color: var(--bg3wiki-damage-colour-healing-fg); |
| border-color: #a88a4e;
| |
| } | | } |
| | | .lightning { |
| .mw-revslider-revision-wrapper:hover, .mw-revslider-revision-wrapper-hovered {
| | color: var(--bg3wiki-damage-colour-lightning-fg); |
| background-color: #c8aa6e;
| |
| } | | } |
| | | .necrotic { |
| /* Deleted line colors */
| | color: var(--bg3wiki-damage-colour-necrotic-fg); |
| .mw-revslider-pointer-line .mw-revslider-lower-color { | |
| border-color: var(--diff-deletedline-border-color);
| |
| } | | } |
| | | .poison { |
| .mw-revslider-pointer.mw-revslider-pointer-older {
| | color: var(--bg3wiki-damage-colour-poison-fg); |
| border: 1px solid var(--diff-deletedline-border-color);
| |
| background-color: var(--diff-deletedline-border-color);
| |
| background-image: none;
| |
| } | | } |
| | | .radiant { |
| .mw-revslider-pointer-container-older:hover .mw-revslider-slider-line {
| | color: var(--bg3wiki-damage-colour-radiant-fg); |
| border-top-color: var(--diff-deletedline-border-color);
| |
| } | | } |
| | | .thunder { |
| .mw-revslider-revision-hovered.mw-revslider-revision-wrapper-down .mw-revslider-pointer-ghost {
| | color: var(--bg3wiki-damage-colour-thunder-fg); |
| background-color: var(--diff-deletedline-border-color);
| |
| border: 2px solid var(--diff-deletedline-border-color);
| |
| } | | } |
| | | .psychic { |
| .mw-revslider-revision-wrapper-hovered .mw-revslider-revision-hovered.mw-revslider-revision-wrapper-down {
| | color: var(--bg3wiki-damage-colour-psychic-fg); |
| background-color: var(--diff-deletedline-border-color);
| |
| opacity: .3;
| |
| } | | } |
|
| |
|
| .mw-revslider-pointer-container-older .mw-revslider-slider-line { | | .bg3wiki-info-blob .physical, |
| border-top-color: var(--diff-deletedline-border-color);
| | .bg3wiki-info-blob .weapon, |
| opacity: .5;
| | .bg3wiki-info-blob .piercing, |
| | .bg3wiki-info-blob .bludgeoning, |
| | .bg3wiki-info-blob .slashing { |
| | color: var(--bg3wiki-damage-colour-physical-fg-bright); |
| } | | } |
| | | .bg3wiki-info-blob .acid { |
| .mw-revslider-revision-old .mw-revslider-revision-border-box { | | color: var(--bg3wiki-damage-colour-acid-fg-bright); |
| border-bottom: 2px solid var(--diff-addedline-border-color);
| |
| } | | } |
| | | .bg3wiki-info-blob .cold { |
| /* Added line colors */
| | color: var(--bg3wiki-damage-colour-cold-fg-bright); |
| .mw-revslider-pointer-line .mw-revslider-upper-color { | |
| border-color: var(--diff-addedline-border-color);
| |
| } | | } |
| | | .bg3wiki-info-blob .fire { |
| .mw-revslider-pointer.mw-revslider-pointer-newer { | | color: var(--bg3wiki-damage-colour-fire-fg-bright); |
| border: 1px solid var(--diff-addedline-border-color);
| |
| background-color: var(--diff-addedline-border-color);
| |
| background-image: none;
| |
| } | | } |
| | | .bg3wiki-info-blob .force { |
| .mw-revslider-pointer-container-newer:hover .mw-revslider-slider-line { | | color: var(--bg3wiki-damage-colour-force-fg-bright); |
| border-bottom-color: var(--diff-addedline-border-color);
| |
| } | | } |
| | | .bg3wiki-info-blob .healing { |
| .mw-revslider-revision-hovered.mw-revslider-revision-wrapper-up .mw-revslider-pointer-ghost {
| | color: var(--bg3wiki-damage-colour-healing-fg-bright); |
| background-color: var(--diff-addedline-border-color);
| |
| border: 2px solid var(--diff-addedline-border-color);
| |
| } | | } |
| | | .bg3wiki-info-blob .lightning { |
| .mw-revslider-revision-wrapper-hovered .mw-revslider-revision-hovered.mw-revslider-revision-wrapper-up { | | color: var(--bg3wiki-damage-colour-lightning-fg-bright); |
| background-color: var(--diff-addedline-border-color);
| |
| opacity: .3;
| |
| } | | } |
| | | .bg3wiki-info-blob .necrotic { |
| .mw-revslider-pointer-container-newer .mw-revslider-slider-line { | | color: var(--bg3wiki-damage-colour-necrotic-fg-bright); |
| border-bottom-color: var(--diff-addedline-border-color);
| |
| opacity: .5;
| |
| } | | } |
| | | .bg3wiki-info-blob .poison { |
| .mw-revslider-revision-new .mw-revslider-revision-border-box { | | color: var(--bg3wiki-damage-colour-poison-fg-bright); |
| border-bottom: 2px solid var(--diff-addedline-border-color);
| |
| } | | } |
| | | .bg3wiki-info-blob .radiant { |
| /* Template:Extimage */
| | color: var(--bg3wiki-damage-colour-radiant-fg-bright); |
| .extimage div, | |
| .extimage a, | |
| .extimage img {
| |
| height: inherit;
| |
| max-height: inherit;
| |
| max-width: inherit;
| |
| width: inherit;
| |
| } | | } |
| | | .bg3wiki-info-blob .thunder { |
| .plainlinks.thumb.tcenter .thumbinner.extimage {
| | color: var(--bg3wiki-damage-colour-thunder-fg-bright); |
| margin: 0 auto;
| |
| } | | } |
| | | .bg3wiki-info-blob .psychic { |
| .plainlinks.thumb.tleft .thumbinner.extimage {
| | color: var(--bg3wiki-damage-colour-psychic-fg-bright); |
| float: left;
| |
| } | | } |
|
| |
|
| .plainlinks.thumb.tright .thumbinner.extimage { | | /* WTF is this? */ |
| float: right;
| | .fire-radiant { |
| | color: #db7d02; |
| } | | } |
|
| |
|
| /* Stylize on-focus background of search item */ | | /* Colour classes for templates */ |
| .cdx-menu-item--enabled.cdx-menu-item--selected { | | .bg3wiki-red-1, |
| background-color: var(--body-mid);
| | th.red { |
| | background-color: var(--bg3wiki-box-dark-red); |
| } | | } |
|
| |
|
| /* Audio template styles */
| | .bg3wiki-red-2 { |
| .audio-player { | | background-color: var(--bg3wiki-box-mid-red); |
| padding: .5em 1em;
| |
| background: var(--body-light); | |
| border: 1px solid var(--body-border);
| |
| max-width: 300px;
| |
| } | | } |
|
| |
|
| .audio-player-header { | | .bg3wiki-red-3 { |
| font-weight: bold;
| | background-color: var(--bg3wiki-box-bright-red); |
| } | | } |
|
| |
|
| .audio-player-header img { | | .bg3wiki-red-border { |
| width: 27px; | | border: var(--bg3wiki-box-border-red); |
| height: 27px;
| |
| margin-right: .25em;
| |
| } | | } |
|
| |
|
| .audio-player-body { | | .bg3wiki-red-border-faded { |
| margin: 0.5em 0;
| | border: var(--bg3wiki-box-border-faded-red); |
| } | | } |
|
| |
|
| /* Template:Spoiler */
| | .bg3wiki-orange-1, |
| .spoiler-content { | | th.orange { |
| background-color: grey;
| | background-color: var(--bg3wiki-box-dark-orange); |
| color: transparent;
| |
| transition: all 0.3s;
| |
| padding: 0 5px;
| |
| } | | } |
|
| |
|
| .spoiler-content:hover { | | .bg3wiki-orange-2 { |
| background-color: rgba(255,0,0,0.2);
| | background-color: var(--bg3wiki-box-mid-orange); |
| color: var(--text-color);
| |
| }
| |
| | |
| | |
| .spoiler-content img {
| |
| visibility: hidden;
| |
| } | | } |
|
| |
|
| .spoiler-content:hover img { | | .bg3wiki-orange-3 { |
| visibility: visible;
| | background-color: var(--bg3wiki-box-bright-orange); |
| transition: .3s;
| |
| } | | } |
|
| |
|
| .spoiler-content:has(img) { | | .bg3wiki-orange-border { |
| height: auto;
| | border: var(--bg3wiki-box-border-orange); |
| padding: 0;
| |
| display: inline-block;
| |
| } | | } |
|
| |
|
| /* -----------------------
| | .bg3wiki-orange-border-faded { |
| CharacterSearch filter
| | border: var(--bg3wiki-box-border-faded-orange); |
| ----------------------- */
| |
| .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 { | | .bg3wiki-yellow-1, |
| margin-top: 0.5em;
| | th.yellow { |
| | background-color: var(--bg3wiki-box-dark-yellow); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item, | | .bg3wiki-yellow-2 { |
| .char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item label {
| | background-color: var(--bg3wiki-box-mid-yellow); |
| cursor: pointer;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper input[type="checkbox"], | | .bg3wiki-yellow-3 { |
| .char-filter-wrapper input[type="radio"] {
| | background-color: var(--bg3wiki-box-bright-yellow); |
| 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, | | .bg3wiki-yellow-border { |
| .wgl-theme-dark .char-filter-wrapper .char-filter-dropdown-column-select button {
| | border: var(--bg3wiki-box-border-yellow); |
| filter: invert(1);
| |
| } | | } |
|
| |
|
| .char-filter-wrapper input, | | .bg3wiki-yellow-border-faded { |
| .char-filter-wrapper button {
| | border: var(--bg3wiki-box-border-faded-yellow); |
| cursor: pointer;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown-button:after { | | .bg3wiki-yellow-green-1, |
| content: "▼";
| | th.yellow-green { |
| margin-left: 0.2em;
| | background-color: var(--bg3wiki-box-dark-yellow-green); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown-column-select .char-filter-dropdown-button:after { | | .bg3wiki-yellow-green-2 { |
| content: "";
| | background-color: var(--bg3wiki-box-mid-yellow-green); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown-column-select { | | .bg3wiki-yellow-green-3 { |
| float: left;
| | background-color: var(--bg3wiki-box-bright-yellow-green); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown.char-filter-dropdown-hidden ul { | | .bg3wiki-yellow-green-border { |
| display: none;
| | border: var(--bg3wiki-box-border-yellow-green); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-help button:hover, | | .bg3wiki-yellow-green-border-faded { |
| .char-filter-wrapper .char-filter-dropdown-column-select button:hover {
| | border: var(--bg3wiki-box-border-faded-yellow-green); |
| opacity: 0.5;
| |
| } | | } |
|
| |
|
| .oo-ui-icon-helpNotice, | | .bg3wiki-green-1, |
| .mw-ui-icon-helpNotice:before { | | th.green { |
| 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");
| | background-color: var(--bg3wiki-box-dark-green); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-form > div { | | .bg3wiki-green-2 { |
| margin-right: 1em;
| | background-color: var(--bg3wiki-box-mid-green); |
| margin-top: 0.5em;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-help { | | .bg3wiki-green-3 { |
| font-weight: bold;
| | background-color: var(--bg3wiki-box-bright-green); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-form * { | | .bg3wiki-green-border { |
| font-size: 100%;
| | border: var(--bg3wiki-box-border-green); |
| line-height: 1.6;
| |
| font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-label, | | .bg3wiki-green-border-faded { |
| .char-filter-wrapper label {
| | border: var(--bg3wiki-box-border-faded-green); |
| font-weight: bold;
| |
| margin-right: 1em;
| |
| min-width: 10em;
| |
| display: inline-block;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper input, | | .bg3wiki-cyan-green-1, |
| .char-filter-wrapper button,
| | th.cyan-green { |
| .char-filter-wrapper label { | | background-color: var(--bg3wiki-box-dark-cyan-green); |
| vertical-align: middle;
| |
| user-select: none;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper input[type="text"], | | .bg3wiki-cyan-green-2 { |
| .char-filter-wrapper input[type="number"] {
| | background-color: var(--bg3wiki-box-mid-cyan-green); |
| 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 { | | .bg3wiki-cyan-green-3 { |
| display: inline-block;
| | background-color: var(--bg3wiki-box-bright-cyan-green); |
| } | | } |
|
| |
|
| .char-filter-wrapper button { | | .bg3wiki-cyan-green-border { |
| border-style: solid;
| | border: var(--bg3wiki-box-border-cyan-green); |
| 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 { | | .bg3wiki-cyan-green-border-faded { |
| background-color: var(--ooui-progressive--hover);
| | border: var(--bg3wiki-box-border-faded-cyan-green); |
| border-color: var(--ooui-progressive--hover);
| |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item:hover { | | .bg3wiki-cyan-1, |
| filter: brightness(125%);
| | th.cyan { |
| | background-color: var(--bg3wiki-box-dark-cyan); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-help button:hover, | | .bg3wiki-cyan-2 { |
| .char-filter-wrapper .char-filter-dropdown-column-select button:hover {
| | background-color: var(--bg3wiki-box-mid-cyan); |
| opacity: 0.5;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-help button, | | .bg3wiki-cyan-3 { |
| .char-filter-wrapper .char-filter-dropdown-column-select button {
| | background-color: var(--bg3wiki-box-bright-cyan); |
| 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 { | | .bg3wiki-cyan-border { |
| cursor: pointer;
| | border: var(--bg3wiki-box-border-cyan); |
| display: inline-block;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton { | | .bg3wiki-cyan-border-faded { |
| display: inline-block;
| | border: var(--bg3wiki-box-border-faded-cyan); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-togglebuttons input { | | .bg3wiki-blue-1, |
| appearance: none;
| | th.blue { |
| display: none;
| | background-color: var(--bg3wiki-box-dark-blue); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-togglebuttons input + label.char-filter-togglebutton-label { | | .bg3wiki-blue-2 { |
| display: inline-block;
| | background-color: var(--bg3wiki-box-mid-blue); |
| 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 { | | .bg3wiki-blue-3 { |
| border-color: var(--ooui-progressive);
| | background-color: var(--bg3wiki-box-bright-blue); |
| background-color: var(--ooui-progressive);
| |
| color: #fff;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton:first-child label.char-filter-togglebutton-label { | | .bg3wiki-blue-border { |
| border-top-left-radius: 2px;
| | border: var(--bg3wiki-box-border-blue); |
| 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 { | | .bg3wiki-blue-border-faded { |
| border-top-right-radius: 2px;
| | border: var(--bg3wiki-box-border-faded-blue); |
| border-bottom-right-radius: 2px;
| |
| border-right-width: 1px;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-togglebuttons input:checked + label.char-filter-togglebutton-label:hover { | | .bg3wiki-indigo-1, |
| border-color: var(--ooui-progressive--hover);
| | th.indigo { |
| background-color: var(--ooui-progressive--hover);
| | background-color: var(--bg3wiki-box-dark-indigo); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-togglebuttons label.char-filter-togglebutton-label:hover { | | .bg3wiki-indigo-2 { |
| background-color: var(--ooui-normal--hover);
| | background-color: var(--bg3wiki-box-mid-indigo); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-checkbox { | | .bg3wiki-indigo-3 { |
| display: inline-block;
| | background-color: var(--bg3wiki-box-bright-indigo); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-checkbox input[type="checkbox"] { | | .bg3wiki-indigo-border { |
| accent-color: var(--ooui-progressive);
| | border: var(--bg3wiki-box-border-indigo); |
| color: #fff;
| |
| font-size: 1.1em;
| |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-checkbox input[type="checkbox"]:hover { | | .bg3wiki-indigo-border-faded { |
| accent-color: var(--ooui-progressive--hover);
| | border: var(--bg3wiki-box-border-faded-indigo); |
| filter: brightness(1.5);
| |
| } | | } |
|
| |
|
| .char-table .nowrap { | | .bg3wiki-violet-1, |
| white-space: nowrap;
| | th.violet { |
| | background-color: var(--bg3wiki-box-dark-violet); |
| } | | } |
|
| |
|
| .char-filter-dropdown-menu { | | .bg3wiki-violet-2 { |
| max-height: 55vh;
| | background-color: var(--bg3wiki-box-mid-violet); |
| overflow-y: auto;
| |
| } | | } |
|
| |
|
| @media screen and (max-width: 1020px) {
| | .bg3wiki-violet-3 { |
| .char-table .char-col-name .nowrap {
| | background-color: var(--bg3wiki-box-bright-violet); |
| 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 */
| | .bg3wiki-violet-border { |
| .stat-pills .stat-pill { | | border: var(--bg3wiki-box-border-violet); |
| border: 1px solid var(--body-border);
| |
| border-radius: 10px;
| |
| padding: 2px 5px;
| |
| background: var(--body-light);
| |
| } | | } |
|
| |
|
| .stat-pills { | | .bg3wiki-violet-border-faded { |
| display: flex;
| | border: var(--bg3wiki-box-border-faded-violet); |
| 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 */
| | .bg3wiki-magenta-1, |
| .char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Legacy of the Moonspell-0"]:after { | | th.magenta { |
| background-image: url(/images/Sprite-DLCBadge-LegacyOfTheMoonSpell.png?width=16px);
| | background-color: var(--bg3wiki-box-dark-magenta); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Tides of the Foscari-0"]:after { | | .bg3wiki-magenta-2 { |
| background-image: url(/images/Sprite-DLCBadge-TidesOfTheFoscari.png?width=16px);
| | background-color: var(--bg3wiki-box-mid-magenta); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Emergency Meeting-0"]:after { | | .bg3wiki-magenta-3 { |
| background-image: url(/images/Sprite-DLCBadge-EmergencyMeeting.png?width=16px);
| | background-color: var(--bg3wiki-box-bright-magenta); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Operation Guns-0"]:after { | | .bg3wiki-magenta-border { |
| background-image: url(/images/Sprite-DLCBadge-OperationGuns.png?width=16px);
| | border: var(--bg3wiki-box-border-magenta); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Ode to Castlevania-0"]:after { | | .bg3wiki-magenta-border-faded { |
| background-image: url(/images/Sprite-DLCBadge-OdeToCastlevania.png?width=16px);
| | border: var(--bg3wiki-box-border-faded-magenta); |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Emerald Diorama-0"]:after {
| | /** Edit notice |
| 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 { | | .bg3wiki-edit-notice { |
| background-image: url(/images/Sprite-DLCBadge-AnteChamber.png?width=16px);
| | max-width: 30em; |
| | margin: 0 auto; |
| } | | } |
|
| |
|
| /* 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 { | | .bg3wiki-edit-notice ul { |
| background-image: url(/images/Sprite-Pummarola.png?width=16px);
| | padding: 0; |
| | background-color: var(--bg3wiki-box-data-bg); |
| | border: 1px solid; |
| | border-color: var(--bg3wiki-box-data-border); |
| | text-align: center; |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-armor-0"]:after { | | .bg3wiki-edit-notice li { |
| background-image: url(/images/Sprite-Armor.png?width=16px);
| | padding: 0 0.4em; |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-move-speed-0"]:after { | | .bg3wiki-edit-notice-help { |
| background-image: url(/images/Sprite-Wings.png?width=16px);
| | font-weight: bold; |
| | background-color: var(--bg3wiki-box-header-bg); |
| | border-color: var(--bg3wiki-box-header-border); |
| | text-align: center; |
| } | | } |
|
| |
|
| .char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-might-0"]:after { | | .bg3wiki-edit-notice-list { |
| background-image: url(/images/Sprite-Spinach.png?width=16px);
| | font-size: 0.875em; |
| }
| | font-weight: bold; |
| | |
| .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 { | | /** Hide for anon users |
| height: 35px;
| | */ |
| | .bg3wiki-group-autoconfirmed { |
| | display: none; |
| } | | } |
|
| |
|
| .calc-tile-compact .calc-header-title > h2, | | .bg3wiki-achievement { |
| .calc-tile-compact .calc-header-title > .vsw-h2 {
| | width: 100%; |
| line-height: 35px;
| |
| } | | } |
|
| |
|
| .calc-header-noicon .calc-header-title { | | /* For visual effect, as of now only used on [[Illithid Powers]]. */ |
| grid-column-start: 1;
| |
| grid-column-end: span 2;
| |
| margin-left: 10px;
| |
| }
| |
|
| |
|
| .calc-header-title > h2, | | .bg3wiki-visible-on-hover { |
| .calc-header-title > .vsw-h2 {
| | opacity: 0; |
| color: inherit !important; | | transition-property: opacity; |
| padding: 0;
| | transition-duration: .4s; |
| 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;
| |
| } | | } |
| | | .bg3wiki-visible-on-hover:hover, |
| .calc-header-title > h2 *, | | .bg3wiki-visible-on-hover:focus { |
| .calc-header-title > .vsw-h2 * { | | opacity: 1; |
| pointer-events: initial; | |
| } | | } |
|
| |
|
| .calc-header-title > h2 > span,
| | /* Template:WeaponsTableHeader / Template:WeaponsTableRow */ |
| .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, | | .bg3wiki-weapons-table td:not(:last-child) { |
| .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-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;
| |
| } | | } |