|
|
| Line 1: |
Line 1: |
| /* <pre> */ | | /* ===== Bitcraft base theme (Vector 2010) ===== */ |
| :root {
| |
| --body-main: #fdfcfc;
| |
| --body-light: #e7e5e4;
| |
| --body-mid: #cbb7ae;
| |
| --body-dark: #9f847a;
| |
| --body-darker: #755c52;
| |
| --body-border: #bba9a1;
| |
| --body-border-dark: #bba9a1;
| |
| --body-background-color: #173a4d;
| |
| --button-background: #605443;
| |
| --button-color: #fff;
| |
| --button-border: #3c352a;
| |
| --button-dark: #18140c;
| |
| --button-light: #3a301d;
| |
| --tooltip-button-background: #3a301d;
| |
| --sidebar: #cfc08d;
| |
| --background-text-color: #e2dbc8;
| |
| --background-link-color: #e2bd8a;
| |
| --search-box: #fdfcfc;
| |
| --link-color: #8b694f;
| |
| --table-header-link: #6d5248;
| |
| --redlink-color: #cd4343;
| |
| --text-color: #2F2828;
| |
| --byline-color: #4c4c4c;
| |
| --subtle-color: #afa19a;
| |
| --admin-color: #6bc71f;
| |
| --bureaucrat-color: #855cd8;
| |
| --awb-color: #e874cf;
| |
| --rsw-blue: #438ab6;
| |
| --osrsw-brown: #605443;
| |
| --thumb-bg: var(--body-light);
| |
| --thumb-caption-bg: var(--body-dark);
| |
| --sourceeditor-input-background: #fff;
| |
| --sourceeditor-background: var(--body-light);
| |
| --sourceeditor-background-secondary: var(--body-light);
| |
| --sourceeditor-border: var(--body-mid);
| |
| --codemirror-gutter-background: var(--body-mid);
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'Lora';
| |
| font-weight: 400 700;
| |
| font-style: normal;
| |
| font-display: swap;
| |
| src: url('filepath://Lora.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'Lora';
| |
| font-weight: 400 700;
| |
| font-style: italic;
| |
| font-display: swap;
| |
| src: url('filepath://Lora-Italic.woff2') format('woff2');
| |
| }
| |
|
| |
|
| | /* Global colour variables – tweak later */ |
| :root { | | :root { |
| --base-text-color: #36414f; | | --bitcraft-body-bg: #050b16; /* dark outer background */ |
| --base-heading-color: #444e5a; | | --bitcraft-body-main: #ffffff; /* article background */ |
| --base-heading-border: #e4eaee; | | --bitcraft-text-color: #111827; |
| --mw-code-background-color: var(--body-light); | | --bitcraft-link: #38bdf8; |
| --body-background-image: url('/images/background.png'); | | --bitcraft-link-hover: #0ea5e9; |
| | --bitcraft-footer-text: #e5e7eb; |
| | --bitcraft-footer-bg: #020617; |
| | --body-background-image: url("/images/background.png"); |
| } | | } |
|
| |
|
| #mw-page-base {
| | /* Overall page background + hero image behind logo & top bar */ |
| background: none;
| | html, |
| }
| | body { |
| | | background-color: var(--bitcraft-body-bg); |
| .mw-body {
| | background-image: var(--body-background-image); |
| background-color: var(--body-main); | | background-repeat: no-repeat; |
| color: var(--text-color); | | background-position: left top; |
| border-color: transparent;
| | background-size: 1000px auto; /* adjust width/height as needed */ |
| box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
| |
| margin-top: 0; | |
| }
| |
| | |
| h1,
| |
| h2,
| |
| h3,
| |
| h4,
| |
| h5,
| |
| h6 {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| h1,
| |
| h2 {
| |
| border-color: var(--body-border); | |
| }
| |
| | |
| .mw-body h1,
| |
| .mw-body-content h1,
| |
| .mw-body-content h2,
| |
| .mw-body-content h3,
| |
| .mw-body-content h4,
| |
| .mw-body-content h5,
| |
| .mw-body-content h6 {
| |
| font-family: 'Lora', 'Palatino', 'Georgia', serif;
| |
| }
| |
| | |
| .mw-parser-output h2:first-of-type {
| |
| clear: left;
| |
| }
| |
| | |
| .mw-footer {
| |
| color: var(--background-text-color); | |
| }
| |
| | |
| .mw-footer li {
| |
| color: var(--background-text-color);
| |
| } | | } |
|
| |
|
| .mw-footer a,
| | /* Remove default Vector grey/white header blocks */ |
| .mw-footer a:active,
| | #mw-page-base, |
| .mw-footer a:visited {
| | #mw-head-base { |
| color: var(--background-link-color);
| | background: transparent !important; |
| }
| |
| | |
| ::placeholder {
| |
| color: var(--subtle-color);
| |
| }
| |
| | |
| a {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| a:visited,
| |
| a:active {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| a.new {
| |
| color: var(--redlink-color) !important;
| |
| }
| |
| | |
| a.new:visited {
| |
| color: var(--redlink-color) !important;
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .jsPurgeLink a.external {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| #mw-content-text .mw-userlink[title="User:Abuse filter"],
| |
| #mw-content-text .mw-userlink[title="User:Alsang Bot"],
| |
| #mw-content-text .mw-userlink[title="User:GauBot"],
| |
| #mw-content-text .mw-userlink[title="User:JettaBot"],
| |
| #mw-content-text .mw-userlink[title="User:MudBot"] {
| |
| color: var(--awb-color);
| |
| }
| |
| | |
| #mw-content-text .mw-userlink[title="User:Alsang"],
| |
| #mw-content-text .mw-userlink[title="User:Cook Me Plox"],
| |
| #mw-content-text .mw-userlink[title="User:Gaz Lloyd"],
| |
| #mw-content-text .mw-userlink[title="User:Habblet"],
| |
| #mw-content-text .mw-userlink[title="User:Im Wired In"],
| |
| #mw-content-text .mw-userlink[title="User:Jetta"],
| |
| #mw-content-text .mw-userlink[title="User:Kelsey"],
| |
| #mw-content-text .mw-userlink[title="User:Merds"],
| |
| #mw-content-text .mw-userlink[title="User:Mudscape"],
| |
| #mw-content-text .mw-userlink[title="User:TehKittyCat"] {
| |
| color: var(--admin-color);
| |
| }
| |
| | |
| #mw-content-text .mw-userlink[title="User:BlackHawk"],
| |
| #mw-content-text .mw-userlink[title="User:Gau Cho"], | |
| #mw-content-text .mw-userlink[title="User:InvalidCards"] { | |
| color: var(--bureaucrat-color);
| |
| }
| |
| | |
| #mw-content-text .mw-userlink[title="User:FenSamuel"] {
| |
| background: url("filepath://Fen_crown.svg") left no-repeat; | |
| padding-left: 18px;
| |
| }
| |
| | |
| :root {
| |
| --errorbox-bg: #feecea;
| |
| --errorbox-border: #ee4231;
| |
| --warningbox-bg: #fef9de;
| |
| --warningbox-border: #f9d000;
| |
| --successbox-bg: #ecf8e3;
| |
| --successbox-border: #6bc71f;
| |
| --vector-tab-background--hover: var(--body-light) !important;
| |
| --vector-tab-link-color: var(--link-color) !important;
| |
| }
| |
| | |
| .mw-message-box-error,
| |
| .errorbox,
| |
| .mw-message-box-warning,
| |
| .warningbox,
| |
| .mw-message-box-success,
| |
| .successbox,
| |
| .usermessage,
| |
| .cdx-message--error,
| |
| .cdx-message--warning,
| |
| .cdx-message--success {
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .mw-message-box-error,
| |
| .errorbox,
| |
| .cdx-message--error {
| |
| background-color: var(--errorbox-bg);
| |
| border-color: var(--errorbox-border);
| |
| }
| |
| | |
| .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-mid);
| |
| }
| |
| | |
| .mw-highlight {
| |
| background: none;
| |
| }
| |
| | |
| .mw-highlight .linenos {
| |
| background-color: var(--mw-code-background-color);
| |
| color: var(--body-border);
| |
| margin-left: 1px;
| |
| }
| |
| | |
| .mw-highlight a:hover .linenos,
| |
| .mw-highlight .hll a .linenos {
| |
| color: var(--body-dark);
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| #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;
| |
| }
| |
| | |
| #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;
| |
| }
| |
| | |
| .autocomment,
| |
| .autocomment a,
| |
| .autocomment a:visited {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| li span.deleted,
| |
| span.history-deleted {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .mw-usertoollinks-contribs-no-edits,
| |
| .mw-usertoollinks-contribs-no-edits:visited {
| |
| color: var(--redlink-color);
| |
| }
| |
| | |
| .CategoryTreeToggle {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| 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; | | box-shadow: none; |
| | border: 0; |
| } | | } |
|
| |
|
| .mw-mmv-options-enable-alert {
| | /* Sidebar: let the art show at top, dark lower down */ |
| background-color: var(--body-light); | | #mw-panel { |
| color: var(--text-color); | | background: linear-gradient( |
| | to bottom, |
| | rgba(5, 11, 22, 0) 0, |
| | rgba(5, 11, 22, 0.9) 140px, |
| | rgba(5, 11, 22, 1) 100% |
| | ); |
| | color: #e5e7eb; |
| } | | } |
|
| |
|
| .mw-mmv-options-dialog-header,
| | /* Sidebar headings + links */ |
| .mw-mmv-options-text-header,
| | #mw-panel .vector-menu-heading { |
| .mw-mmv-options-text-body, | | color: #e5e7eb !important; |
| .mw-mmv-options-enable-alert,
| | font-weight: 600; |
| .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 { | | #mw-panel .vector-menu-content a, |
| border-color: var(--sidebar); | | #mw-panel .vector-menu-content a:visited { |
| | color: #bfdbfe !important; |
| } | | } |
| | | #mw-panel .vector-menu-content a:hover { |
| .mw-revslider-slider-wrapper {
| | color: #e0f2fe !important; |
| border-top-color: var(--sidebar); | |
| } | | } |
|
| |
|
| .mw-ui-button {
| | /* Article “card” in the middle */ |
| background-color: var(--ooui-normal);
| | .mw-body { |
| color: var(--ooui-text);
| | background-color: var(--bitcraft-body-main); |
| border-color: var(--ooui-normal-border);
| | color: var(--bitcraft-text-color); |
| }
| |
| | |
| .mw-ui-button:not(:disabled):hover, | |
| .mw-ui-button:not(:disabled):active {
| |
| background-color: var(--ooui-normal--hover); | |
| color: var(--ooui-text);
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
| | |
| .mw-ui-button:not(:disabled):focus {
| |
| 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;
| |
| }
| |
| | |
| .mw-ui-button:not(:disabled):visited {
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .mw-ui-button.mw-ui-progressive:not(:disabled) {
| |
| background-color: var(--ooui-progressive);
| |
| color: #fff;
| |
| border-color: var(--ooui-progressive);
| |
| }
| |
| | |
| .mw-ui-button.mw-ui-progressive:not(:disabled):hover {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .mw-ui-button.mw-ui-progressive:not(:disabled):focus {
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
| |
| }
| |
| | |
| .mw-ui-button.mw-ui-progressive:not(:disabled):active,
| |
| .mw-ui-button.mw-ui-progressive:not(:disabled).is-on {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| box-shadow: none;
| |
| }
| |
| | |
| .mw-ui-button.mw-ui-destructive:not( :disabled ) {
| |
| color: #fff;
| |
| }
| |
| | |
| .mw-ui-button.mw-ui-quiet,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-progressive,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-destructive {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-quiet,
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-quiet.mw-ui-progressive,
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-quiet.mw-ui-destructive,
| |
| .mw-ui-button.mw-ui-quiet:hover,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-progressive:hover,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-destructive:hover {
| |
| background-color: rgba(0, 24, 73, 0.02745098);
| |
| color: var(--text-color);
| |
| border-color: transparent; | | border-color: transparent; |
| | box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); |
| } | | } |
|
| |
|
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-quiet,
| | /* Article headings */ |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-quiet.mw-ui-progressive,
| | .mw-body h1, |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-quiet.mw-ui-destructive,
| | .mw-body h2, |
| .mw-ui-button.mw-ui-quiet:focus,
| | .mw-body h3, |
| .mw-ui-button.mw-ui-quiet.mw-ui-progressive:focus,
| | .mw-body h4, |
| .mw-ui-button.mw-ui-quiet.mw-ui-destructive:focus {
| | .mw-body h5, |
| color: var(--text-color);
| | .mw-body h6 { |
| }
| | color: var(--bitcraft-text-color); |
| | | border-color: #e5e7eb; |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-quiet,
| |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-quiet.mw-ui-progressive,
| |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-quiet.mw-ui-destructive,
| |
| .mw-ui-button.mw-ui-quiet:active,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-progressive:active,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-destructive:active {
| |
| background-color: rgba(0, 36, 73, 0.08235294);
| |
| color: var(--text-color);
| |
| border-color: #72777d;
| |
| }
| |
| | |
| .mw-ui-input {
| |
| background-color: var(--ooui-input);
| |
| color: var(--text-color);
| |
| border-color: var(--ooui-input-border);
| |
| }
| |
| | |
| .mw-ui-input:hover {
| |
| border-color: var(--ooui-input-border--hover);
| |
| }
| |
| | |
| .mw-ui-input::placeholder {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .mw-content-ltr .redirectText li:first-child {
| |
| padding: 0;
| |
| background: 0;
| |
| }
| |
| | |
| .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;
| |
| }
| |
| | |
| #mw-content-subtitle {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .vector-menu-dropdown .vector-menu-heading {
| |
| color: var(--vector-tab-link-color) !important;
| |
| }
| |
| | |
| .vector-menu-dropdown .vector-menu-heading:hover {
| |
| color: var(--vector-tab-link-color) !important;
| |
| }
| |
| | |
| .vector-menu-dropdown .vector-menu-heading:focus {
| |
| color: var(--vector-tab-link-color) !important;
| |
| }
| |
| | |
| .vector-menu-portal .vector-menu-heading {
| |
| color: var(--background-text-color) !important;
| |
| font-weight: bold !important;
| |
| background: none !important;
| |
| }
| |
| | |
| .vector-menu-portal .vector-menu-content li a,
| |
| .vector-menu-portal .vector-menu-content li a:visited {
| |
| color: var(--background-link-color) !important;
| |
| }
| |
| | |
| .vector-search-box .cdx-search-input__end-button.cdx-button {
| |
| top: 1px;
| |
| right: 1px;
| |
| background-image: var(--searchbutton-icon);
| |
| }
| |
| | |
| :root {
| |
| --wikitable-header-bg: var(--body-dark);
| |
| --wikitable-border: var(--body-mid);
| |
| --wikitable-bg: var(--body-light);
| |
| --wikitable-bg-lighter: #e9e3d6;
| |
| --wikitable-color: var(--text-color);
| |
| --table-na-background: rgba(255, 255, 255, 0.3);
| |
| --table-na-color: var(--subtle-color);
| |
| --table-yes-background: #c3e8a3;
| |
| --table-yes-color: #2e5e05;
| |
| --table-no-background: #fbc0ba;
| |
| --table-no-color: #801c13;
| |
| --table-maybe-background: #fcea94;
| |
| --table-maybe-color: #786300;
| |
| --droptable-text-color: #000;
| |
| --droptable-always-background: #aad9f5;
| |
| --droptable-always-text-color: #03436b;
| |
| --droptable-always-link-color: #0b5884;
| |
| --droptable-common-background: #c3e8a3;
| |
| --droptable-common-text-color: #2e5e05;
| |
| --droptable-common-link-color: #3c780a;
| |
| --droptable-uncommon-background: #fcea94;
| |
| --droptable-uncommon-text-color: #786300;
| |
| --droptable-uncommon-link-color: #a48900;
| |
| --droptable-rare-background: #fbcfa6;
| |
| --droptable-rare-text-color: #7a3f08;
| |
| --droptable-rare-link-color: #b55e0c;
| |
| --droptable-veryrare-background: #fbc0ba;
| |
| --droptable-veryrare-text-color: #801c13;
| |
| --droptable-veryrare-link-color: #9f261e;
| |
| --droptable-random-background: #f5c8ec;
| |
| --droptable-random-text-color: #6d3662;
| |
| --droptable-random-link-color: #984c89;
| |
| --droptable-unknown-background: #e4eaee;
| |
| --droptable-unknown-text-color: #444e5a;
| |
| --droptable-unknown-link-color: #5d6773;
| |
| --text-color-red: #c22010;
| |
| --text-color-orange: #bf6007;
| |
| --text-color-yellow: #ad9000;
| |
| --text-color-green: #478515;
| |
| --text-color-blue: #1980bf;
| |
| --text-color-purple: #5c2dbb;
| |
| --text-color-pink: #dd32b8;
| |
| --text-color-grey: #6b7787;
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .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;
| |
| }
| |
| | |
| .wikitable > tr > th,
| |
| .wikitable > * > tr > th {
| |
| background-color: var(--wikitable-header-bg);
| |
| color: #fff;
| |
| border-color: var(--body-darker);
| |
| }
| |
| | |
| .wikitable > tr > th a,
| |
| .wikitable > * > tr > th a {
| |
| color: var(--table-link-color);
| |
| }
| |
| | |
| .wikitable > tr > th code,
| |
| .wikitable > * > tr > th code {
| |
| background-color: var(--body-darker);
| |
| border-color: var(--body-border);
| |
| }
| |
| | |
| .tabber .wikitable {
| |
| box-shadow: none;
| |
| }
| |
| | |
| .wikitable .mw-collapsible-toggle-default::before,
| |
| .wikitable .mw-collapsible-toggle-collapsed::before,
| |
| .wikitable .mw-collapsible-toggle-expanded::before,
| |
| .wikitable .mw-collapsible-toggle-default::after,
| |
| .wikitable .mw-collapsible-toggle-collapsed::after,
| |
| .wikitable .mw-collapsible-toggle-expanded::after {
| |
| color: white;
| |
| }
| |
| | |
| .mw_metadata td,
| |
| .mw_metadata th {
| |
| border-color: var(--wikitable-border);
| |
| }
| |
| | |
| .mw_metadata th {
| |
| background-color: var(--wikitable-header-bg);
| |
| color: #fff;
| |
| border-color: var(--body-darker);
| |
| }
| |
| | |
| .mw_metadata td {
| |
| background-color: var(--wikitable-bg);
| |
| }
| |
| | |
| .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);
| |
| color: #fff;
| |
| border-color: var(--body-darker);
| |
| }
| |
| | |
| .mw-datatable th a {
| |
| color: var(--table-link-color);
| |
| }
| |
| | |
| .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-na {
| |
| background: var(--table-na-background);
| |
| color: var(--table-na-color);
| |
| }
| |
| | |
| .table-na.table-na.table-na {
| |
| vertical-align: middle;
| |
| text-align: center;
| |
| }
| |
| | |
| .table-yes {
| |
| background: var(--table-yes-background);
| |
| color: var(--table-yes-color);
| |
| }
| |
| | |
| .table-positive {
| |
| background: var(--table-yes-background);
| |
| }
| |
| | |
| .table-no {
| |
| background: var(--table-no-background);
| |
| color: var(--table-no-color);
| |
| }
| |
| | |
| .table-negative {
| |
| background: var(--table-no-background);
| |
| }
| |
| | |
| .table-maybe {
| |
| background: var(--table-maybe-background);
| |
| color: var(--table-maybe-color);
| |
| }
| |
| | |
| #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);
| |
| }
| |
| | |
| 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);
| |
| }
| |
| | |
| .mw-collapsible-toggle-default .mw-collapsible-text {
| |
| color: var(--table-header-link);
| |
| }
| |
| | |
| .plainlist ol,
| |
| .plainlist ul {
| |
| margin: 0;
| |
| }
| |
| | |
| .plainlist li {
| |
| margin-bottom: 0;
| |
| list-style: none;
| |
| }
| |
| | |
| .text-align-left,
| |
| table.align-left-1 td:nth-of-type(1),
| |
| table.align-left-2 td:nth-of-type(2),
| |
| table.align-left-3 td:nth-of-type(3),
| |
| table.align-left-4 td:nth-of-type(4),
| |
| table.align-left-5 td:nth-of-type(5),
| |
| table.align-left-6 td:nth-of-type(6),
| |
| table.align-left-7 td:nth-of-type(7),
| |
| table.align-left-8 td:nth-of-type(8),
| |
| table.align-left-9 td:nth-of-type(9),
| |
| table.align-left-10 td:nth-of-type(10),
| |
| table.align-left-11 td:nth-of-type(11),
| |
| table.align-left-12 td:nth-of-type(12),
| |
| table.align-left-13 td:nth-of-type(13),
| |
| table.align-left-14 td:nth-of-type(14),
| |
| table.align-left-15 td:nth-of-type(15),
| |
| table.align-left-16 td:nth-of-type(16),
| |
| table.align-left-17 td:nth-of-type(17),
| |
| table.align-left-18 td:nth-of-type(18),
| |
| table.align-left-19 td:nth-of-type(19),
| |
| table.align-left-20 td:nth-of-type(20) {
| |
| text-align: left;
| |
| }
| |
| | |
| .text-align-right,
| |
| table.align-right-1 td:nth-of-type(1),
| |
| table.align-right-2 td:nth-of-type(2),
| |
| table.align-right-3 td:nth-of-type(3),
| |
| table.align-right-4 td:nth-of-type(4),
| |
| table.align-right-5 td:nth-of-type(5),
| |
| table.align-right-6 td:nth-of-type(6),
| |
| table.align-right-7 td:nth-of-type(7),
| |
| table.align-right-8 td:nth-of-type(8),
| |
| table.align-right-9 td:nth-of-type(9),
| |
| table.align-right-10 td:nth-of-type(10),
| |
| table.align-right-11 td:nth-of-type(11),
| |
| table.align-right-12 td:nth-of-type(12),
| |
| table.align-right-13 td:nth-of-type(13),
| |
| table.align-right-14 td:nth-of-type(14),
| |
| table.align-right-15 td:nth-of-type(15),
| |
| table.align-right-16 td:nth-of-type(16),
| |
| table.align-right-17 td:nth-of-type(17),
| |
| table.align-right-18 td:nth-of-type(18),
| |
| table.align-right-19 td:nth-of-type(19),
| |
| table.align-right-20 td:nth-of-type(20) {
| |
| text-align: right;
| |
| }
| |
| | |
| .text-align-center,
| |
| table.align-center-1 td:nth-of-type(1),
| |
| table.align-center-2 td:nth-of-type(2),
| |
| table.align-center-3 td:nth-of-type(3),
| |
| table.align-center-4 td:nth-of-type(4),
| |
| table.align-center-5 td:nth-of-type(5),
| |
| table.align-center-6 td:nth-of-type(6),
| |
| table.align-center-7 td:nth-of-type(7),
| |
| table.align-center-8 td:nth-of-type(8),
| |
| table.align-center-9 td:nth-of-type(9),
| |
| table.align-center-10 td:nth-of-type(10),
| |
| table.align-center-11 td:nth-of-type(11),
| |
| table.align-center-12 td:nth-of-type(12),
| |
| table.align-center-13 td:nth-of-type(13),
| |
| table.align-center-14 td:nth-of-type(14),
| |
| table.align-center-15 td:nth-of-type(15),
| |
| table.align-center-16 td:nth-of-type(16),
| |
| table.align-center-17 td:nth-of-type(17),
| |
| table.align-center-18 td:nth-of-type(18),
| |
| table.align-center-19 td:nth-of-type(19),
| |
| table.align-center-20 td:nth-of-type(20) {
| |
| text-align: center;
| |
| }
| |
| | |
| .table-bg-always,
| |
| .table-bg-blue {
| |
| background: var(--droptable-always-background) !important;
| |
| color: var(--droptable-always-text-color) !important;
| |
| }
| |
| | |
| .table-bg-always a:not(.mw-selflink),
| |
| .table-bg-blue a:not(.mw-selflink) {
| |
| color: var(--droptable-always-link-color) !important;
| |
| }
| |
| | |
| .table-bg-common,
| |
| .table-bg-green {
| |
| background: var(--droptable-common-background) !important;
| |
| color: var(--droptable-common-text-color) !important;
| |
| }
| |
| | |
| .table-bg-common a:not(.mw-selflink),
| |
| .table-bg-green a:not(.mw-selflink) {
| |
| color: var(--droptable-common-link-color) !important;
| |
| }
| |
| | |
| .table-bg-uncommon,
| |
| .table-bg-yellow {
| |
| background: var(--droptable-uncommon-background) !important;
| |
| color: var(--droptable-uncommon-text-color) !important;
| |
| }
| |
| | |
| .table-bg-uncommon a:not(.mw-selflink),
| |
| .table-bg-yellow a:not(.mw-selflink) {
| |
| color: var(--droptable-uncommon-link-color) !important;
| |
| }
| |
| | |
| .table-bg-rare,
| |
| .table-bg-orange {
| |
| background: var(--droptable-rare-background) !important;
| |
| color: var(--droptable-rare-text-color) !important;
| |
| }
| |
| | |
| .table-bg-rare a:not(.mw-selflink),
| |
| .table-bg-orange a:not(.mw-selflink) {
| |
| color: var(--droptable-rare-link-color) !important;
| |
| }
| |
| | |
| .table-bg-veryrare,
| |
| .table-bg-red {
| |
| background: var(--droptable-veryrare-background) !important;
| |
| color: var(--droptable-veryrare-text-color) !important;
| |
| }
| |
| | |
| .table-bg-veryrare a:not(.mw-selflink),
| |
| .table-bg-red a:not(.mw-selflink) {
| |
| color: var(--droptable-veryrare-link-color) !important;
| |
| }
| |
| | |
| .table-bg-random,
| |
| .table-bg-pink {
| |
| background: var(--droptable-random-background) !important;
| |
| color: var(--droptable-random-text-color) !important;
| |
| }
| |
| | |
| .table-bg-random a:not(.mw-selflink),
| |
| .table-bg-pink a:not(.mw-selflink) {
| |
| color: var(--droptable-random-link-color) !important;
| |
| }
| |
| | |
| .table-bg-gray,
| |
| .table-bg-grey {
| |
| background: var(--droptable-unknown-background) !important;
| |
| color: var(--droptable-unknown-text-color) !important;
| |
| }
| |
| | |
| .table-bg-gray a:not(.mw-selflink),
| |
| .table-bg-grey a:not(.mw-selflink) {
| |
| color: var(--droptable-unknown-link-color) !important;
| |
| }
| |
| | |
| .text-red {
| |
| color: var(--text-color-red);
| |
| }
| |
| | |
| .text-orange {
| |
| color: var(--text-color-orange);
| |
| }
| |
| | |
| .text-yellow {
| |
| color: var(--text-color-yellow);
| |
| }
| |
| | |
| .text-green {
| |
| color: var(--text-color-green);
| |
| }
| |
| | |
| .text-blue {
| |
| color: var(--text-color-blue);
| |
| }
| |
| | |
| .text-purple {
| |
| color: var(--text-color-purple);
| |
| }
| |
| | |
| .text-pink {
| |
| color: var(--text-color-pink);
| |
| }
| |
| | |
| .text-gray,
| |
| .text-grey {
| |
| color: var(--text-color-grey);
| |
| }
| |
| | |
| .filehistory a img,
| |
| #file img {
| |
| background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M0 0h8v16h8V8H0z' opacity='.13'/%3E%3C/svg%3E") repeat;
| |
| }
| |
| | |
| #file img:hover {
| |
| background: none;
| |
| }
| |
| | |
| figure[typeof~='mw:File/Thumb'] {
| |
| }
| |
| | |
| figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,
| |
| figure[typeof~='mw:File/Thumb'] figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
| |
| margin: 0;
| |
| }
| |
| | |
| figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
| |
| figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
| |
| background: none !important;
| |
| }
| |
| | |
| figure[typeof~='mw:File/Thumb'] > figcaption,
| |
| figure[typeof~='mw:File/Frame'] > figcaption,
| |
| figure[typeof~='mw:Image/Thumb'] > figcaption,
| |
| figure[typeof~='mw:Video/Thumb'] > figcaption,
| |
| figure[typeof~='mw:Image/Frame'] > figcaption,
| |
| figure[typeof~='mw:Video/Frame'] > figcaption {
| |
| background-color: var(--thumb-caption-bg);
| |
| color: #fff;
| |
| }
| |
| | |
| figure[typeof~='mw:File/Thumb'] > figcaption a,
| |
| figure[typeof~='mw:File/Frame'] > figcaption a,
| |
| figure[typeof~='mw:Image/Thumb'] > figcaption a,
| |
| figure[typeof~='mw:Video/Thumb'] > figcaption a,
| |
| figure[typeof~='mw:Image/Frame'] > figcaption a,
| |
| figure[typeof~='mw:Video/Frame'] > figcaption a {
| |
| color: var(--table-header-link);
| |
| }
| |
| | |
| :root {
| |
| --diff-addedline-border-color: #438ab5;
| |
| --diff-addedline-background: #bddff2;
| |
| --diff-addedline-color: #000;
| |
| --diff-deletedline-border-color: #379541;
| |
| --diff-deletedline-background: #c1edbf;
| |
| --diff-deletedline-color: #000;
| |
| --diff-context-border-color: var(--body-mid);
| |
| --diff-context-background: var(--body-mid);
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .mw-notification {
| |
| background-color: var(--body-light) !important;
| |
| border-color: var(--body-border);
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .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(--search-box);
| |
| }
| |
| | |
| .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(--search-box);
| |
| }
| |
| | |
| }
| |
| | |
| @keyframes unseen-fadeout-to-read {
| |
| from {
| |
| background-color: var(--wikitable-bg-lighter);
| |
| } | |
| | |
| to {
| |
| background-color: var(--body-main);
| |
| }
| |
| | |
| }
| |
| | |
| .mwe-popups {
| |
| background: var(--body-light);
| |
| }
| |
| | |
| .mwe-popups .mwe-popups-container {
| |
| color: var(--text-color);
| |
| background: var(--body-light);
| |
| }
| |
| | |
| .mwe-popups .mwe-popups-container.flipped-x-y:before,
| |
| .mwe-popups .mwe-popups-container.flipped-y:before {
| |
| border-top: none;
| |
| }
| |
| | |
| .mwe-popups .mwe-popups-container.mwe-popups-no-image-tri:before {
| |
| border-bottom: none; | |
| } | | } |
|
| |
|
| .mwe-popups .mwe-popups-container.flipped-x-y:after,
| | /* Top tabs (Read / Edit / View history / More) */ |
| .mwe-popups .mwe-popups-container.flipped-y:after {
| | .vector-menu-tabs .vector-menu-content-list > li > a, |
| border-top-color: var(--body-light);
| | .vector-menu-tabs .vector-menu-content-list > li > a:visited { |
| }
| | color: #e5e7eb; |
| | | background: transparent; |
| .mwe-popups .mwe-popups-container.mwe-popups-no-image-tri:after {
| |
| border-bottom-color: var(--body-light);
| |
| }
| |
| | |
| .mwe-popups .mwe-popups-settings-icon:hover,
| |
| .mwe-popups .mwe-popups-settings-icon:active {
| |
| background-color: var(--ooui-normal--hover);
| |
| }
| |
| | |
| .mwe-popups .mw-ui-icon-element:not(.disabled):hover {
| |
| background: none;
| |
| }
| |
| | |
| .mwe-popups .mwe-popups-extract {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .mwe-popups .mwe-popups-extract[dir='ltr']:after {
| |
| background-image: linear-gradient(to right, rgba(49, 62, 89, 0), var(--body-light) 50%);
| |
| }
| |
| | |
| .mwe-popups-overlay {
| |
| background-color: var(--ooui-window-background);
| |
| }
| |
| | |
| #mwe-popups-settings {
| |
| background: var(--ooui-interface);
| |
| border-color: var(--ooui-interface-border);
| |
| color: var(--text-color);
| |
| }
| |
| | |
| #mwe-popups-settings header {
| |
| border-color: var(--ooui-interface-border);
| |
| }
| |
| | |
| #mwe-popups-settings main#mwe-popups-settings-form p {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| #mwe-popups-settings main#mwe-popups-settings-form form label > span {
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| :root {
| |
| --smw-ask-options-even-bg: var(--body-mid);
| |
| --smw-ask-options-odd-bg: var(--body-light);
| |
| --smw-ask-action-btn-lblue-bg: var(--body-main);
| |
| --smw-ask-action-btn-lblue-color: #000;
| |
| --smw-ask-action-btn-lblue-border-color: var(--body-light);
| |
| --smw-ask-action-btn-dblue-bg: var(--body-light);
| |
| --smw-ask-action-btn-dblue-color: #fff;
| |
| --smw-ask-action-btn-dblue-border-color: var(--button-border);
| |
| }
| |
| | |
| .smw-ask-condition fieldset,
| |
| .smw-ask-printhead fieldset {
| |
| border-color: var(--sidebar);
| |
| }
| |
| | |
| .smw-ask-search fieldset,
| |
| .smw-ask-format fieldset,
| |
| .smw-ask-options fieldset {
| |
| border-color: var(--sidebar);
| |
| }
| |
| | |
| .strike > span:before,
| |
| .strike > span:after {
| |
| background: var(--sidebar);
| |
| }
| |
| | |
| .smw-ask-options-fields tr td {
| |
| background-color: var(--smw-ask-options-even-bg);
| |
| }
| |
| | |
| .smw-ask-options-fields tr:nth-child(odd) td {
| |
| background-color: var(--smw-ask-options-odd-bg);
| |
| }
| |
| | |
| .smw-ask-action-btn.smw-ask-action-btn-lblue,
| |
| .smw-ask-action-btn.smw-ask-action-btn-lblue:hover,
| |
| .smw-ask-action-btn.smw-ask-action-btn-lblue:visited {
| |
| background-color: var(--smw-ask-action-btn-lblue-bg);
| |
| color: var(--smw-ask-action-btn-lblue-color);
| |
| border-color: var(--smw-ask-action-btn-lblue-border-color);
| |
| }
| |
| | |
| .smw-ask-action-btn.smw-ask-action-btn-dblue,
| |
| .smw-ask-action-btn.smw-ask-action-btn-dblue:hover,
| |
| .smw-ask-action-btn.smw-ask-action-btn-dblue:visited {
| |
| background-color: var(--smw-ask-action-btn-dblue-bg);
| |
| color: var(--smw-ask-action-btn-dblue-color);
| |
| border-color: var(--smw-ask-action-btn-dblue-border-color);
| |
| }
| |
| | |
| .smw-ask-query textarea,
| |
| .smw-ask-actions textarea {
| |
| background-color: var(--ooui-interface);
| |
| border-color: var(--ooui-interface-border);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .smw-ask-query-format select {
| |
| background-color: var(--ooui-interface);
| |
| border: 1px solid var(--ooui-interface-border);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .smw-ask-toplinks {
| |
| background-color: var(--body-mid);
| |
| }
| |
| | |
| .smw-ask-toplinks span.smw-icon-info {
| |
| background: none;
| |
| padding: 0 !important;
| |
| }
| |
| | |
| .smw-ask-toplinks span.smw-icon-info::before {
| |
| content: '';
| |
| background: var(--text-color);
| |
| -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Einfo%3C/title%3E%3Cpath d='M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zM9 5h2v2H9zm0 4h2v6H9z'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
| |
| mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Einfo%3C/title%3E%3Cpath d='M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zM9 5h2v2H9zm0 4h2v6H9z'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
| |
| padding: 0 0 3px 18px;
| |
| }
| |
| | |
| .smw-ask-options-row-odd { | |
| background-color: var(--body-light);
| |
| }
| |
| | |
| .smw-ask-options-row-even { | |
| background-color: var(--body-mid);
| |
| }
| |
| | |
| #options-toggle:not(:checked) + #options-list .options-parameter-list:after {
| |
| background-image: linear-gradient(to bottom, transparent, var(--body-mid) 90%);
| |
| }
| |
| | |
| .smw-ask-button-submit input { | |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .smw-ask-button-submit input:hover, | |
| .smw-ask-button-lgrey:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
| | |
| input.smw-ask-action-btn.smw-ask-action-btn-dblue {
| |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| a.smw-ask-action-btn.smw-ask-action-btn-lblue {
| |
| background-color: var(--body-mid);
| |
| border-color: var(--body-mid);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| a.smw-ask-action-btn.smw-ask-action-btn-lblue:visited { | |
| background-color: var(--body-mid); | |
| border-color: var(--body-mid);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| a.smw-ask-action-btn.smw-ask-action-btn-lblue:hover {
| |
| background-color: var(--body-mid);
| |
| border-color: var(--body-mid);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| a.smw-ask-action-btn-lgrey {
| |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| a.smw-ask-action-btn-lgrey:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .smw-callout-error {
| |
| background-color: var(--errorbox-bg);
| |
| border-color: var(--errorbox-border);
| |
| }
| |
| | |
| .smw-callout-info {
| |
| background-color: var(--body-light);
| |
| border-color: var(--body-dark);
| |
| }
| |
| | |
| .smw-callout-success {
| |
| background-color: var(--successbox-bg);
| |
| border-color: var(--successbox-border);
| |
| }
| |
| | |
| .smw-callout-warning {
| |
| background-color: var(--warningbox-bg);
| |
| border-color: var(--warningbox-bg);
| |
| }
| |
| | |
| .smw-tabs input.nav-tab:checked + label.nav-label,
| |
| .smw-tabs input.nav-tab:checked + label.nav-label:hover {
| |
| color: inherit;
| |
| }
| |
| | |
| #tab-smw-property-value:checked + label.nav-label .usage-count { | |
| color: #fff;
| |
| background-color: var(--ooui-progressive); | |
| }
| |
| | |
| #tab-smw-property-value:checked + label.nav-label .usage-count.moderate {
| |
| color: #fff;
| |
| background-color: #b55e0c;
| |
| border-color: #b55e0c;
| |
| }
| |
| | |
| #tab-smw-property-value:checked + label.nav-label .usage-count.high {
| |
| color: #fff;
| |
| background-color: #9f261e;
| |
| border-color: #9f261e;
| |
| }
| |
| | |
| .smw-property-page-results .header-title {
| |
| background-color: var(--ooui-interface);
| |
| border-bottom-color: var(--ooui-interface-border);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .smw-property-page-results .value-row:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| }
| |
| | |
| .smw-property-page-results .smw-table .header-row {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .tippy-tooltip.light-border-theme {
| |
| background-color: var(--body-light);
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .tippy-tooltip.light-border-theme .tippy-arrow {
| |
| border-top-color: var(--body-light);
| |
| }
| |
| | |
| .tippy-tooltip.light-border-theme .tippy-arrow:after {
| |
| border-top-color: var(--body-light);
| |
| }
| |
| | |
| .tippy-header {
| |
| background-color: var(--body-dark);
| |
| border-bottom-color: var(--body-mid);
| |
| }
| |
| | |
| .smw-ui-input-filter {
| |
| background-color: var(--ooui-interface);
| |
| border-color: var(--ooui-interface-border);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .smw-ui-input-filter input {
| |
| border-left-color: var(--ooui-interface-border) !important;
| |
| color: var(--ooui-text) !important;
| |
| }
| |
| | |
| .smw-ui-pagination .page-link.link-disabled {
| |
| background-color: var(--ooui-disabled);
| |
| border-color: var(--ooui-disabled-border);
| |
| color: var(--subtle-color);
| |
| }
| |
| | |
| .smw-ui-pagination .page-link {
| |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .smw-ui-pagination .page-link:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .smw-ui-pagination .page-link.link-active {
| |
| color: #fff;
| |
| background-color: var(--ooui-progressive);
| |
| border-color: var(--ooui-progressive);
| |
| }
| |
| | |
| .smw-tabs input.nav-tab:checked + label.nav-label {
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
| | |
| .smw-tabs section,
| |
| .smw-tabs .subtab-content {
| |
| border-top-color: var(--ooui-normal-border);
| |
| }
| |
| | |
| .smw-column-header {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .smw-factbox {
| |
| background: var(--body-main);
| |
| border-color: transparent; | | border-color: transparent; |
| } | | } |
|
| |
|
| .mw-body .mw-indicators #mw-indicator-smw-entity-examiner.mw-indicator .smw-indicator-vertical-bar-loader { | | .vector-menu-tabs .vector-menu-content-list > li.selected > a { |
| display: none; | | background-color: rgba(15, 23, 42, 0.85); |
| | border-color: #1d4ed8 #1d4ed8 transparent; |
| | color: #ffffff; |
| } | | } |
|
| |
|
| .smwb-theme-light .smwb-title, | | .vector-menu-tabs .vector-menu-content-list > li > a:hover { |
| .smwb-theme-light .smwb-center,
| | color: #bfdbfe; |
| .smwb-theme-light .smwb-actions,
| |
| .smwb-theme-light .smwb-prophead {
| |
| background-color: var(--body-mid); | |
| } | | } |
|
| |
|
| .smwb-theme-light .smwb-factbox { | | /* Personal links (Stewie, Talk, Preferences, etc.) */ |
| border-left-color: var(--body-mid); | | #p-personal a, |
| | #p-personal a:visited { |
| | color: #e5e7eb; |
| } | | } |
| | | #p-personal a:hover { |
| .smwb-theme-light .smwb-ifactbox {
| | color: #bfdbfe; |
| border-right-color: var(--body-mid);
| |
| }
| |
| | |
| .smwb-theme-light .smwb-propval {
| |
| background-color: var(--body-light);
| |
| }
| |
| | |
| .smwb-action-separator {
| |
| border-color: var(--wikitable-border); | |
| }
| |
| | |
| .smwb-bottom {
| |
| border-bottom: 1px solid var(--wikitable-border);
| |
| }
| |
| | |
| .smwb-ifactbox .smwb-cell,
| |
| .smwb-factbox .smwb-cell {
| |
| border-top: 1px solid var(--wikitable-border);
| |
| }
| |
| | |
| .smwb-propvalue .smwb-prophead,
| |
| .smwb-ipropvalue .smwb-prophead,
| |
| .smwb-propvalue .smwb-propval,
| |
| .smwb-ipropvalue .smwb-propval {
| |
| font-size: 0.9em;
| |
| } | | } |
|
| |
|
| :root {
| | /* Search box */ |
| --filter-black-to-link: invert(36%) sepia(58%) saturate(433%) hue-rotate(344deg) brightness(100%) contrast(91%);
| | #p-search, |
| | .vector-search-box { |
| | background: transparent; |
| } | | } |
|
| |
|
| #bodyContent span.smwbrowse a {
| | .vector-search-box input, |
| color: black; | | .vector-search-box .cdx-text-input__input { |
| background-image: url('filepath://Smwbrowse.svg'); | | background-color: #020617; |
| filter: var(--filter-black-to-link); | | color: #e5e7eb; |
| | border-color: #1e293b; |
| } | | } |
| | | .vector-search-box input::placeholder, |
| #bodyContent span.smwbrowse a:hover {
| | .vector-search-box .cdx-text-input__input::placeholder { |
| color: black;
| | color: #64748b; |
| background-image: url('filepath://Smwbrowse-hover.svg');
| |
| text-decoration: underline;
| |
| }
| |
| | |
| #bodyContent span.smwsearch a {
| |
| color: black; | |
| filter: var(--filter-black-to-link);
| |
| background-image: url('filepath://Smwsearch.svg');
| |
| } | | } |
|
| |
|
| #bodyContent span.smwsearch a:hover {
| | /* Links inside article content */ |
| color: black; | | .mw-body a { |
| background-image: url('filepath://Smwsearch-hover.svg');
| | color: var(--bitcraft-link); |
| text-decoration: underline;
| |
| } | | } |
| | | .mw-body a:hover { |
| :root {
| | color: var(--bitcraft-link-hover); |
| --tabber-tab-bg: var(--body-light);
| |
| --tabber-tab-border-color: var(--body-border);
| |
| --tabber-active-tab-bg: var(--body-light);
| |
| --tabber-active-tab-color: var(--text-color);
| |
| --tabber-active-tab-hover-bg: var(--body-light);
| |
| --tabber-active-tab-hover-border-color: var(--body-border); | |
| --tabber-active-tab-hover-color: var(--text-color);
| |
| --tabber-active-tab-border-hider-color: var(--body-light);
| |
| --tabber-inactive-tab-bg: var(--body-mid);
| |
| --tabber-inactive-tab-border-color: var(--body-border);
| |
| --tabber-inactive-tab-color: var(--text-color);
| |
| --tabber-inactive-tab-hover-bg: var(--body-light);
| |
| --tabber-inactive-tab-hover-border-color: var(--body-border);
| |
| } | | } |
| | | .mw-body a:visited { |
| .tabber { | | color: var(--bitcraft-link-hover); |
| margin: 1em 0; | |
| } | | } |
| | | .mw-body a.new { |
| .tabber .tabbertab { | | color: #f97373 !important; /* redlinks */ |
| background-color: var(--tabber-tab-bg); | |
| border: 1px solid var(--tabber-tab-border-color);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| padding: 1em 1.5em;
| |
| } | | } |
|
| |
|
| ul.tabbernav {
| | /* Footer */ |
| border: none;
| | .mw-footer, |
| margin-left: 2em;
| | #footer { |
| margin-bottom: 0;
| | background: var(--bitcraft-footer-bg); |
| margin-right: 2em;
| | color: var(--bitcraft-footer-text); |
| padding: 0;
| |
| font-family: inherit;
| |
| }
| |
| | |
| ul.tabbernav li.tabberactive > a {
| |
| background-color: var(--tabber-active-tab-bg);
| |
| color: var(--tabber-active-tab-color);
| |
| border-bottom: none;
| |
| position: relative;
| |
| }
| |
| | |
| ul.tabbernav li.tabberactive > a:hover {
| |
| color: var(--tabber-active-tab-hover-color);
| |
| background-color: var(--tabber-active-tab-hover-bg);
| |
| border-color: var(--tabber-active-tab-hover-border-color);
| |
| border-bottom: none;
| |
| }
| |
| | |
| ul.tabbernav li.tabberactive > a::after {
| |
| content: '';
| |
| position: absolute;
| |
| left: 0;
| |
| right: 0;
| |
| bottom: -1px;
| |
| border-bottom: 2px solid var(--tabber-active-tab-border-hider-color);
| |
| }
| |
| | |
| ul.tabbernav li a {
| |
| background-color: var(--tabber-inactive-tab-bg);
| |
| 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;
| |
| }
| |
| | |
| ul.tabbernav li a:hover {
| |
| background-color: var(--tabber-inactive-tab-hover-bg);
| |
| border-color: var(--tabber-inactive-tab-hover-border-color);
| |
| }
| |
| | |
| ul.tabbernav li a:link,
| |
| ul.tabbernav li a:visited {
| |
| color: var(--tabber-inactive-tab-color);
| |
| }
| |
| | |
| .js-tooltip-text {
| |
| padding: 5px;
| |
| }
| |
| | |
| .js-tooltip-wrapper {
| |
| position: absolute;
| |
| z-index: 10;
| |
| background-color: var(--body-light);
| |
| border: 1px solid var(--body-border);
| |
| color: var(--text-color);
| |
| max-width: 75%;
| |
| overflow-wrap: break-word;
| |
| padding: 10px 15px;
| |
| margin: 0px;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
| |
| font-size: 0.8em;
| |
| }
| |
| | |
| .js-tooltip-click {
| |
| color: var(--button-color);
| |
| background: var(--tooltip-button-background);
| |
| border-radius: 2em;
| |
| cursor: pointer;
| |
| padding: 0 0.3em;
| |
| user-select: none;
| |
| }
| |
| | |
| .js-tooltip-arrow {
| |
| position: absolute;
| |
| border-color: transparent;
| |
| border-style: solid;
| |
| width: 0;
| |
| height: 0;
| |
| }
| |
| | |
| .js-tooltip-arrow.js-tooltip-arrow-pointleft {
| |
| border-right-color: var(--body-border);
| |
| border-left-color: transparent;
| |
| border-left-width: 0;
| |
| }
| |
| | |
| .js-tooltip-arrow.js-tooltip-arrow-pointright {
| |
| border-left-color: var(--body-border);
| |
| border-right-color: transparent;
| |
| border-right-width: 0;
| |
| }
| |
| | |
| .js-tooltip-close {
| |
| float: right;
| |
| margin-left: 10px;
| |
| margin-right: -5px;
| |
| margin-top: -5px;
| |
| margin-bottom: 1px;
| |
| background: none;
| |
| border: 0;
| |
| cursor: pointer;
| |
| }
| |
| | |
| .js-tooltip-close > img {
| |
| background: var(--ooui-progressive);
| |
| }
| |
| | |
| :root {
| |
| --ooui-text: var(--text-color);
| |
| --ooui-interface: var(--body-light);
| |
| --ooui-interface-border: var(--body-border);
| |
| --ooui-window-background: rgba(255, 255, 255, 0.5);
| |
| --ooui-normal: #c7b1a8;
| |
| --ooui-normal--hover: #d3c2ba;
| |
| --ooui-normal-border: #bba9a1;
| |
| --ooui-progressive: #9f847a;
| |
| --ooui-progressive--hover: #b49f98;
| |
| --ooui-accent: var(--link-color);
| |
| --ooui-input: #fff;
| |
| --ooui-input-border: #bba9a1;
| |
| --ooui-input-border--hover: #927669;
| |
| --ooui-disabled: #e9e0dd;
| |
| --ooui-disabled-border: #d0c4bf;
| |
| --ooui-disabled-text: var(--subtle-color);
| |
| --ooui-pending-background-image: repeating-linear-gradient(-45deg, var(--search-box), var(--search-box) 20px, var(--body-main) 20px, var(--body-main) 30px);
| |
| }
| |
| | |
| .oo-ui-widget {
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .oo-ui-checkboxInputWidget [type='checkbox'] + span,
| |
| .oo-ui-radioInputWidget [type='radio'] + span {
| |
| background-color: var(--ooui-input);
| |
| border-color: var(--ooui-input-border);
| |
| }
| |
| | |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
| |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
| |
| background-color: var(--ooui-progressive);
| |
| border-color: var(--ooui-progressive);
| |
| }
| |
| | |
| .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span {
| |
| border-color: var(--ooui-progressive);
| |
| }
| |
| | |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover + span,
| |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:hover + span {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:hover + span {
| |
| border-color: var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover + span,
| |
| .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:hover + span {
| |
| border-color: var(--ooui-accent);
| |
| }
| |
| | |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus + span {
| |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent);
| |
| }
| |
| | |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:active + span,
| |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:active + span,
| |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:active + span {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:active + span {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active + span {
| |
| border-color: var(--ooui-progressive--hover);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active + span:before {
| |
| border-color: var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span,
| |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:focus + span {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
| |
| }
| |
| | |
| .oo-ui-checkboxInputWidget [type='checkbox']:disabled + span,
| |
| .oo-ui-radioInputWidget [type='radio']:disabled + span {
| |
| background-color: var(--ooui-disabled);
| |
| border-color: var(--ooui-disabled);
| |
| }
| |
| | |
| .oo-ui-dropdownWidget-handle {
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
| | |
| .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
| |
| background-color: var(--ooui-normal);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .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 {
| |
| background-color: var(--messagebox-info-background);
| |
| border-color: var(--messagebox-info-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(--body-border);
| |
| }
| |
| | |
| .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-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 {
| |
| 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;
| |
| }
| |
| | |
| .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-normal);
| |
| 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;
| |
| 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-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;
| |
| 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 {
| |
| 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 {
| |
| 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);
| |
| }
| |
| | |
| .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-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);
| |
| }
| |
| | |
| figure[typeof~='mw:File/Thumb'],
| |
| figure[typeof~='mw:File/Frame'],
| |
| figure[typeof~='mw:Image/Thumb'],
| |
| figure[typeof~='mw:Video/Thumb'],
| |
| figure[typeof~='mw:Image/Frame'],
| |
| figure[typeof~='mw:Video/Frame'] {
| |
| border: none;
| |
| background-color: var(--thumb-bg);
| |
| }
| |
| | |
| figure[typeof~='mw:File/Thumb'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:File/Frame'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:Image/Thumb'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:Video/Thumb'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:Image/Frame'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:Video/Frame'] > a:first-child > *:first-child:not( .mw-broken-media ) {
| |
| border: none;
| |
| background: var(--thumb-bg);
| |
| }
| |
| | |
| figure[typeof~='mw:File/Thumb'] > figcaption,
| |
| figure[typeof~='mw:File/Frame'] > figcaption,
| |
| figure[typeof~='mw:Image/Thumb'] > figcaption,
| |
| figure[typeof~='mw:Video/Thumb'] > figcaption,
| |
| figure[typeof~='mw:Image/Frame'] > figcaption,
| |
| figure[typeof~='mw:Video/Frame'] > figcaption {
| |
| border: none;
| |
| background-color: var(--thumb-caption-bg); | |
| padding: 4px 6px; | |
| }
| |
| | |
| .ve-ui-toolbarDialog.ve-ui-toolbarDialog-position-above {
| |
| background-color: var(--ooui-interface);
| |
| }
| |
| | |
| .bucket__value-boolean.bucket__value-boolean-true {
| |
| background-color: var(--table-yes-background);
| |
| color: var(--table-yes-color);
| |
| }
| |
| | |
| .bucket__value-boolean.bucket__value-boolean-false {
| |
| background-color: var(--table-no-background);
| |
| color: var(--table-no-color);
| |
| }
| |
| | |
| :root {
| |
| --keypress-background: #eee;
| |
| --keypress-border: #ccc;
| |
| --keypress-color: #333;
| |
| }
| |
| | |
| .toc {
| |
| border: none;
| |
| }
| |
| | |
| .toc .toctitle {
| |
| border: 1px solid var(--body-darker);
| |
| }
| |
| | |
| .toc .toctitle > * {
| |
| color: #fff;
| |
| }
| |
| | |
| .toc .toctitle > * .toctogglelabel {
| |
| color: var(--table-header-link);
| |
| }
| |
| | |
| .toc > ul {
| |
| border: 1px solid var(--wikitable-border);
| |
| border-top: none; | | border-top: none; |
| } | | } |
| | | .mw-footer a, |
| .navbox .navbox-title { | | .mw-footer a:visited, |
| color: #fff;
| | .mw-footer a:active { |
| }
| | color: #93c5fd; |
| | |
| .navbox .navbox-title a {
| |
| color: var(--table-header-link);
| |
| }
| |
| | |
| .navbox .navbox-title .mw-collapsible-toggle-collapsed::before,
| |
| .navbox .navbox-title .mw-collapsible-toggle-expanded::before,
| |
| .navbox .navbox-title .mw-collapsible-toggle-collapsed::after,
| |
| .navbox .navbox-title .mw-collapsible-toggle-expanded::after {
| |
| color: white;
| |
| }
| |
| | |
| .archivelist {
| |
| background-color: var(--body-light);
| |
| border: solid 1px var(--body-border);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| float: right;
| |
| margin: 5px;
| |
| padding: 5px;
| |
| text-align: center;
| |
| width: 120px;
| |
| }
| |
| | |
| .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;
| |
| text-align: center;
| |
| }
| |
| | |
| .hatnote,
| |
| .seealso {
| |
| font-style: italic;
| |
| }
| |
| | |
| .hatnote i,
| |
| .seealso i {
| |
| font-style: normal;
| |
| }
| |
| | |
| div.hatnote,
| |
| div.seealso {
| |
| margin: 0.5em 1.6em;
| |
| }
| |
| | |
| div.hatnote + div.hatnote,
| |
| div.hatnote + div.seealso,
| |
| div.seealso + div.hatnote,
| |
| div.seealso + div.seealso {
| |
| margin-top: -0.5em;
| |
| }
| |
| | |
| .keypress {
| |
| background: var(--keypress-background);
| |
| color: var(--keypress-color);
| |
| font-family: inherit;
| |
| border: 1px solid var(--keypress-border);
| |
| border-radius: 2px;
| |
| font-size: 0.9em;
| |
| margin: 0 0.1em;
| |
| padding: 0.1em 0.4em;
| |
| white-space: nowrap;
| |
| }
| |
| | |
| td.famtreesub {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| td.famtreesub table {
| |
| border-spacing: 0;
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| td.famtreesub table td {
| |
| height: 1em;
| |
| width: 1em;
| |
| }
| |
| | |
| td.famtreeleaf {
| |
| background: var(--body-light);
| |
| border: 1px solid var(--body-border);
| |
| padding: 0.2em;
| |
| }
| |
| | |
| .infobox-equipment,
| |
| .infobox-weapon {
| |
| background: var(--body-dark);
| |
| padding: 4px;
| |
| color: var(--body-main);
| |
| border-radius: 0.6em;
| |
| box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
| |
| max-width: 150px;
| |
| }
| |
| | |
| .infobox-equipment p,
| |
| .infobox-weapon p {
| |
| margin: 0;
| |
| font-weight: bold;
| |
| }
| |
| | |
| .infobox-equipment.common,
| |
| .infobox-weapon.common {
| |
| background-color: #46A685;
| |
| }
| |
| | |
| .infobox-equipment.common .dmg-types-wrapper,
| |
| .infobox-weapon.common .dmg-types-wrapper {
| |
| background-color: #21322c;
| |
| }
| |
| | |
| .infobox-equipment.uncommon,
| |
| .infobox-weapon.uncommon {
| |
| background-color: #3566B7;
| |
| }
| |
| | |
| .infobox-equipment.uncommon .dmg-types-wrapper,
| |
| .infobox-weapon.uncommon .dmg-types-wrapper {
| |
| background-color: #1b2638;
| |
| }
| |
| | |
| .infobox-equipment.rare,
| |
| .infobox-weapon.rare {
| |
| background-color: #8A439C;
| |
| }
| |
| | |
| .infobox-equipment.rare .dmg-types-wrapper,
| |
| .infobox-weapon.rare .dmg-types-wrapper {
| |
| background-color: #271c2a;
| |
| }
| |
| | |
| .infobox-equipment.epic,
| |
| .infobox-weapon.epic {
| |
| background-color: #D58635;
| |
| }
| |
| | |
| .infobox-equipment.epic .dmg-types-wrapper,
| |
| .infobox-weapon.epic .dmg-types-wrapper {
| |
| background-color: #52391f;
| |
| }
| |
| | |
| .infobox-equipment .rarity-wrapper,
| |
| .infobox-weapon .rarity-wrapper {
| |
| text-align: center;
| |
| padding-bottom: 4px;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper,
| |
| .infobox-weapon .dmg-types-wrapper {
| |
| display: flex;
| |
| flex-flow: column;
| |
| grid-gap: 4px;
| |
| background-color: var(--body-darker);
| |
| border-radius: 1.2em;
| |
| padding: 5px 0;
| |
| box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.1);
| |
| overflow: hidden;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row {
| |
| display: flex;
| |
| flex-flow: row;
| |
| grid-gap: 4px;
| |
| align-items: center;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row p,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row p {
| |
| text-align: center;
| |
| width: calc(150px - 60px - 4px - 5px);
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell {
| |
| display: flex;
| |
| justify-content: flex-end;
| |
| width: 60px;
| |
| border-radius: 0 1.2em 1.2em 0;
| |
| box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.6);
| |
| min-height: 29px;
| |
| background-color: rgba(255, 255, 255, 0.1);
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.impact,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.impact {
| |
| background-color: #fff;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.cryonae,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.cryonae {
| |
| background-color: #68ABF1;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.arborae,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.arborae {
| |
| background-color: #72D757;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.tempestae,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.tempestae {
| |
| background-color: #FFE233;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.infernae,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.infernae {
| |
| background-color: #DC7E31;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.necromae,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.necromae {
| |
| background-color: #0A0A0A;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.damage,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.damage {
| |
| background-color: #fff;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.element,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.element {
| |
| background-color: #0A0A0A;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.range,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.range {
| |
| background-color: #8C8AC2;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.one-hand,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.one-hand {
| |
| background-color: #778B56;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell.two-hand,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell.two-hand {
| |
| background-color: #B7DB27;
| |
| }
| |
| | |
| .infobox-equipment .dmg-types-wrapper .dmg-type-row .dmg-type-cell img,
| |
| .infobox-weapon .dmg-types-wrapper .dmg-type-row .dmg-type-cell img {
| |
| height: 25px;
| |
| width: auto;
| |
| padding: 2px;
| |
| }
| |
| | |
| :root {
| |
| --documentation-background: #f9fafa;
| |
| --documentation-link-color: #e4eaee;
| |
| --documentation-headers-color: #fff;
| |
| --documentation-header-background: #949eaa;
| |
| --documentation-subheader-background: #808c9a;
| |
| --documentation-border: #e4eaee;
| |
| }
| |
| | |
| .documentation {
| |
| background: var(--documentation-background);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| margin: 1em 0;
| |
| }
| |
| | |
| .documentation pre,
| |
| .documentation code {
| |
| background-color: var(--documentation-background);
| |
| border-color: var(--documentation-border);
| |
| }
| |
| | |
| .documentation h2,
| |
| .documentation hr {
| |
| border-color: var(--documentation-border);
| |
| }
| |
| | |
| .documentation-header {
| |
| color: var(--documentation-headers-color);
| |
| background: var(--documentation-header-background);
| |
| font-weight: bold;
| |
| padding: 1em 1.5em;
| |
| }
| |
| | |
| .documentation-title {
| |
| font-size: 1.25em;
| |
| }
| |
| | |
| .documentation-subheader {
| |
| color: var(--documentation-headers-color);
| |
| background: var(--documentation-subheader-background);
| |
| padding: 0.5em 1.5em;
| |
| }
| |
| | |
| .documentation-subheader a,
| |
| .documentation-subheader a:visited,
| |
| .documentation-subheader a:active {
| |
| color: var(--documentation-link-color);
| |
| }
| |
| | |
| .documentation-documentation,
| |
| .documentation-links {
| |
| font-size: 0.85em;
| |
| }
| |
| | |
| .documentation-content {
| |
| padding: 1em 1.5em;
| |
| }
| |
| | |
| .mw-templatedata-doc-params dl:not(:empty) {
| |
| column-count: 3;
| |
| border-top: 1px solid var(--body-border);
| |
| margin-bottom: 0.5em;
| |
| }
| |
| | |
| .mw-templatedata-doc-params dt::after {
| |
| content: ":";
| |
| }
| |
| | |
| .mw-templatedata-doc-params dd,
| |
| .mw-templatedata-doc-params dt {
| |
| margin: 0.1em 2em;
| |
| min-width: auto;
| |
| }
| |
| | |
| .mw-templatedata-doc-muted { | |
| color: var(--subtle-color);
| |
| font-style: italic;
| |
| }
| |
| | |
| :root {
| |
| --infobox-text-color: var(--text-color);
| |
| --table-header: var(--body-darker);
| |
| --table-subheader: var(--body-dark);
| |
| --table-body: var(--body-light);
| |
| --table-border: var(--body-border);
| |
| }
| |
| | |
| .infobox {
| |
| font-size: 0.85em;
| |
| width: 300px;
| |
| float: right;
| |
| table-layout: fixed;
| |
| margin: 0.5em 0 1em 1em;
| |
| background: var(--body-dark);
| |
| padding: 2px;
| |
| color: #fdfcfc;
| |
| border-radius: 0.6em;
| |
| box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .infobox .infobox-buttons {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| justify-content: center;
| |
| grid-gap: 3px;
| |
| margin-bottom: 3px;
| |
| }
| |
| | |
| .infobox .infobox-buttons .button {
| |
| background: var(--table-subheader);
| |
| border-color: var(--table-header);
| |
| padding: 0 5px;
| |
| font-weight: bold;
| |
| color: #fff;
| |
| }
| |
| | |
| .infobox .infobox-buttons .button.button-selected {
| |
| background: var(--table-header);
| |
| }
| |
| | |
| .infobox tr > * {
| |
| background: var(--body-darker);
| |
| box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .infobox tr td:not(.infobox-padding):not(.infobox-image) {
| |
| padding: 0.2em 0.5em;
| |
| }
| |
| | |
| .infobox tr:nth-last-child(2) th {
| |
| border-radius: 0 0 0 1.2em;
| |
| }
| |
| | |
| .infobox tr:nth-last-child(2) td {
| |
| border-radius: 0 0 1.2em 0;
| |
| }
| |
| | |
| .infobox tr .infobox-padding,
| |
| .infobox tr.infobox-bubble-row {
| |
| display: flex;
| |
| width: 292px;
| |
| box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.1);
| |
| justify-content: center;
| |
| border-radius: 1.2em;
| |
| grid-gap: 5px;
| |
| overflow: hidden;
| |
| padding: 0;
| |
| height: 30px;
| |
| position: relative;
| |
| }
| |
| | |
| .infobox tr .infobox-padding::before,
| |
| .infobox tr.infobox-bubble-row::before {
| |
| position: absolute;
| |
| content: "";
| |
| height: 100%;
| |
| width: 37px;
| |
| left: -7px;
| |
| background-image: url("filepath://Unknown_episode_infobox_icon.png");
| |
| background-size: 65%;
| |
| background-position: 10px;
| |
| background-repeat: no-repeat;
| |
| background-color: var(--body-darker);
| |
| border-radius: 1.2em;
| |
| box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.1);
| |
| top: 50%;
| |
| transform: translateY(-50%);
| |
| }
| |
| | |
| .infobox tr .infobox-padding::after,
| |
| .infobox tr.infobox-bubble-row::after {
| |
| position: absolute;
| |
| content: "";
| |
| height: 100%;
| |
| width: 37px;
| |
| right: -7px;
| |
| background-image: url("filepath://Unknown_episode_infobox_icon.png");
| |
| background-size: 65%;
| |
| background-position: 3px;
| |
| background-repeat: no-repeat;
| |
| background-color: var(--body-darker);
| |
| border-radius: 1.2em;
| |
| box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.1);
| |
| top: 50%;
| |
| transform: translateY(-50%);
| |
| }
| |
| | |
| .infobox tr .infobox-padding td.infobox-bubble-item,
| |
| .infobox tr.infobox-bubble-row td.infobox-bubble-item {
| |
| padding-right: 15px;
| |
| padding-left: 15px;
| |
| border-radius: 1.2em;
| |
| font-size: 1.2em;
| |
| font-weight: bold;
| |
| display: flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| flex-basis: 47px;
| |
| line-height: 0.9;
| |
| }
| |
| | |
| .infobox tr .infobox-padding td.infobox-bubble-item span,
| |
| .infobox tr.infobox-bubble-row td.infobox-bubble-item span {
| |
| padding-right: 5px;
| |
| }
| |
| | |
| .infobox tr .infobox-padding td.infobox-bubble-item img,
| |
| .infobox tr.infobox-bubble-row td.infobox-bubble-item img {
| |
| max-height: 23px;
| |
| width: auto;
| |
| }
| |
| | |
| .infobox tr .infobox-padding {
| |
| display: table-cell;
| |
| }
| |
| | |
| .infobox .infobox-header {
| |
| box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.1);
| |
| border-radius: 1.2em;
| |
| padding: 0.5em 0;
| |
| text-align: center;
| |
| color: #fff;
| |
| font-size: 1.15em;
| |
| font-weight: bold;
| |
| line-height: 1.4em;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Monster {
| |
| color: #EB9F53;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Aggressive {
| |
| color: #EA4747;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Chef {
| |
| color: #B09181;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Fisher {
| |
| color: #8CF2F2;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Forager {
| |
| color: #F2F28C;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Alchemist {
| |
| color: #8CF2BF;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Gatherer {
| |
| color: #F2F28C;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Botanist {
| |
| color: #F2F28C;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Woodcutter {
| |
| color: #6FEF6F;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Carpenter {
| |
| color: #B09181;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Bonewright {
| |
| color: #F7F7B7;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Miner {
| |
| color: #80C0C0;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Blacksmith {
| |
| color: #EAD647;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Stonemason {
| |
| color: #B09181;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Detective {
| |
| color: #47D2EA;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Leatherworker {
| |
| color: #B09181;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Merchant {
| |
| color: #8CF2BF;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Builder {
| |
| color: #FFFFFF;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Armorer {
| |
| color: #FFFFFF;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Delver {
| |
| color: #F2F28C;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Combat {
| |
| color: #A0A0A0;
| |
| }
| |
| | |
| .infobox .infobox-header .name-color-Equipment {
| |
| color: #EEEEEE;
| |
| }
| |
| | |
| .infobox .infobox-image {
| |
| text-align: center;
| |
| border-radius: 1.2em 1.2em 0 0;
| |
| background-image: url("filepath://Default_infobox_transparent_background.png");
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat;
| |
| padding: 0;
| |
| overflow: hidden;
| |
| }
| |
| | |
| .infobox .infobox-image span {
| |
| display: block;
| |
| border-radius: 0.9em 0.9em 0 0;
| |
| overflow: hidden;
| |
| margin: 0.5em;
| |
| }
| |
| | |
| .infobox .infobox-image span img {
| |
| max-width: calc(292px - 1em);
| |
| height: auto;
| |
| }
| |
| | |
| .infobox .infobox-subheader {
| |
| background: var(--table-subheader);
| |
| font-weight: bold;
| |
| text-align: center;
| |
| color: #fff;
| |
| }
| |
| | |
| .infobox th:not(.infobox-header):not(.infobox-subheader):not(.infobox-nested) {
| |
| text-align: right;
| |
| padding: 0.2em 0.5em;
| |
| }
| |
| | |
| .infobox select {
| |
| max-width: 300px;
| |
| }
| |
| | |
| .infobox a,
| |
| .infobox a:hover,
| |
| .infobox a:visited,
| |
| .infobox a:active {
| |
| color: #d5ab9c; | |
| }
| |
| | |
| .infobox.infobox-Item .infobox-image a {
| |
| display: inline-block;
| |
| position: relative;
| |
| }
| |
| | |
| .infobox.infobox-Item .infobox-image a img {
| |
| max-height: 150px;
| |
| width: auto;
| |
| border-radius: 1.2em;
| |
| background: radial-gradient(#707070, #2c2b29 80%);
| |
| padding: 9px;
| |
| }
| |
| | |
| .infobox.infobox-Item .infobox-image a::before {
| |
| content: "";
| |
| position: absolute;
| |
| width: 100%;
| |
| height: 100%;
| |
| background: url('filepath://Default_Infobox_Item_border_top_left.png') top left no-repeat, url('filepath://Default_Infobox_Item_border_top_right.png') top right no-repeat, url('filepath://Default_Infobox_Item_border_bottom_right.png') bottom right no-repeat, url('filepath://Default_Infobox_Item_border_bottom_left.png') bottom left no-repeat, url('filepath://Default_Infobox_Item_border_top.png') top center repeat-x, url('filepath://Default_Infobox_Item_border_right.png') center right repeat-y, url('filepath://Default_Infobox_Item_border_bottom.png') bottom center repeat-x, url('filepath://Default_Infobox_Item_border_left.png') center left repeat-y;
| |
| background-size: 15px 15px;
| |
| top: 50%;
| |
| left: 50%;
| |
| transform: translate(-50%, -50%);
| |
| border-radius: 15px;
| |
| }
| |
| | |
| .infobox.infobox-quest-item .infobox-image {
| |
| background: url('filepath://Default_infobox_transparent_background.png'), url('filepath://Quest_Item_Background.png');
| |
| background-size: 300px, auto 150px;
| |
| background-position: center;
| |
| background-repeat: repeat, no-repeat;
| |
| background-color: var(--body-darker);
| |
| height: calc(150px + 1em);
| |
| }
| |
| | |
| .infobox.infobox-quest-item .infobox-image img {
| |
| max-width: 100px;
| |
| max-height: 90px;
| |
| width: auto;
| |
| height: auto;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport {
| |
| background-color: #b99f46;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport tr > * {
| |
| background-color: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport tr .infobox-padding,
| |
| .infobox.infobox-Hopeport tr.infobox-bubble-row {
| |
| background-color: #b99f46;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport tr .infobox-padding::before,
| |
| .infobox.infobox-Hopeport tr.infobox-bubble-row::before {
| |
| background-image: url('filepath://Hopeport_episode_infobox_icon.png');
| |
| background-color: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport tr .infobox-padding::after,
| |
| .infobox.infobox-Hopeport tr.infobox-bubble-row::after {
| |
| background-image: url('filepath://Hopeport_episode_infobox_icon.png');
| |
| background-color: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport .infobox-image {
| |
| background-image: url('filepath://Hopeport_transparent_background.png');
| |
| }
| |
| | |
| .infobox.infobox-Hopeport a,
| |
| .infobox.infobox-Hopeport a:hover,
| |
| .infobox.infobox-Hopeport a:visited,
| |
| .infobox.infobox-Hopeport a:active {
| |
| color: #c7b26b;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest {
| |
| background-color: #84b876;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest tr > * {
| |
| background-color: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest tr .infobox-padding,
| |
| .infobox.infobox-Hopeforest tr.infobox-bubble-row {
| |
| background-color: #84b876;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest tr .infobox-padding::before,
| |
| .infobox.infobox-Hopeforest tr.infobox-bubble-row::before {
| |
| background-image: url('filepath://Hopeforest_episode_infobox_icon.png');
| |
| background-color: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest tr .infobox-padding::after,
| |
| .infobox.infobox-Hopeforest tr.infobox-bubble-row::after {
| |
| background-image: url('filepath://Hopeforest_episode_infobox_icon.png');
| |
| background-color: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest .infobox-image {
| |
| background-image: url('filepath://Hopeforest_transparent_background.png');
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest a,
| |
| .infobox.infobox-Hopeforest a:hover,
| |
| .infobox.infobox-Hopeforest a:visited,
| |
| .infobox.infobox-Hopeforest a:active {
| |
| color: #a2c998;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban {
| |
| background-color: #68ABF1;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban tr > * {
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban tr .infobox-padding,
| |
| .infobox.infobox-Mine_of_Mantuban tr.infobox-bubble-row {
| |
| background-color: #68ABF1;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban tr .infobox-padding::before,
| |
| .infobox.infobox-Mine_of_Mantuban tr.infobox-bubble-row::before {
| |
| background-image: url('filepath://Mine_of_Mantuban_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban tr .infobox-padding::after,
| |
| .infobox.infobox-Mine_of_Mantuban tr.infobox-bubble-row::after {
| |
| background-image: url('filepath://Mine_of_Mantuban_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban .infobox-image {
| |
| background-image: url('filepath://Mine_of_Mantuban_transparent_background.png');
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban a,
| |
| .infobox.infobox-Mine_of_Mantuban a:hover,
| |
| .infobox.infobox-Mine_of_Mantuban a:visited,
| |
| .infobox.infobox-Mine_of_Mantuban a:active {
| |
| color: #97c5f5;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis {
| |
| background-color: #979797;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis tr > * {
| |
| background-color: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis tr .infobox-padding,
| |
| .infobox.infobox-Crenopolis tr.infobox-bubble-row {
| |
| background-color: #979797;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis tr .infobox-padding::before,
| |
| .infobox.infobox-Crenopolis tr.infobox-bubble-row::before {
| |
| background-image: url('filepath://Crenopolis_episode_infobox_icon.png');
| |
| background-color: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis tr .infobox-padding::after,
| |
| .infobox.infobox-Crenopolis tr.infobox-bubble-row::after {
| |
| background-image: url('filepath://Crenopolis_episode_infobox_icon.png');
| |
| background-color: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis .infobox-image {
| |
| background-image: url('filepath://Crenopolis_transparent_background.png');
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis a,
| |
| .infobox.infobox-Crenopolis a:hover,
| |
| .infobox.infobox-Crenopolis a:visited,
| |
| .infobox.infobox-Crenopolis a:active {
| |
| color: #b1b1b1;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill {
| |
| background-color: #C57F41;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill tr > * {
| |
| background-color: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill tr .infobox-padding,
| |
| .infobox.infobox-Stonemaw_Hill tr.infobox-bubble-row {
| |
| background-color: #C57F41;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill tr .infobox-padding::before,
| |
| .infobox.infobox-Stonemaw_Hill tr.infobox-bubble-row::before {
| |
| background-image: url('filepath://Stonemaw_Hill_episode_infobox_icon.png');
| |
| background-color: #3b3430;
| |
| } | | } |
|
| |
|
| .infobox.infobox-Stonemaw_Hill tr .infobox-padding::after,
| | /* Center the main content a bit, like Brighter Shores */ |
| .infobox.infobox-Stonemaw_Hill tr.infobox-bubble-row::after {
| | body .mw-body { |
| background-image: url('filepath://Stonemaw_Hill_episode_infobox_icon.png');
| |
| background-color: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill .infobox-image {
| |
| background-image: url('filepath://Stonemaw_Hill_transparent_background.png');
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill a,
| |
| .infobox.infobox-Stonemaw_Hill a:hover,
| |
| .infobox.infobox-Stonemaw_Hill a:visited,
| |
| .infobox.infobox-Stonemaw_Hill a:active {
| |
| color: #d19968;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags {
| |
| background-color: #68ABF1;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags tr > * {
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags tr .infobox-padding,
| |
| .infobox.infobox-Bleakholm_Crags tr.infobox-bubble-row {
| |
| background-color: #68ABF1;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags tr .infobox-padding::before,
| |
| .infobox.infobox-Bleakholm_Crags tr.infobox-bubble-row::before {
| |
| background-image: url('filepath://Bleakholm_Crags_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags tr .infobox-padding::after,
| |
| .infobox.infobox-Bleakholm_Crags tr.infobox-bubble-row::after {
| |
| background-image: url('filepath://Bleakholm_Crags_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags .infobox-image {
| |
| background-image: url('filepath://Bleakholm_Crags_transparent_background.png');
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags a,
| |
| .infobox.infobox-Bleakholm_Crags a:hover,
| |
| .infobox.infobox-Bleakholm_Crags a:visited,
| |
| .infobox.infobox-Bleakholm_Crags a:active {
| |
| color: #97c5f5;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b382f 0%, #3b382f 50%, #2e3930 50%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr th[colspan="6"] {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b382f 0%, #3b382f 28%, #2e3930 29%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr .infobox-padding td:first-child {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr .infobox-padding td {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeforest_episode_infobox_icon.png');
| |
| background-color: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Hopeforest-additional .infobox-image {
| |
| background-image: url('filepath://Hopeport_transparent_background.png'), linear-gradient(to right, #3b382f 0%, #3b382f 50%, #2e3930 50%, #2e3930 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b382f 0%, #3b382f 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr th[colspan="6"] {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b382f 0%, #3b382f 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr .infobox-padding td:first-child {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Mine_of_Mantuban_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Mine_of_Mantuban-additional .infobox-image {
| |
| background-image: url('filepath://Hopeport_transparent_background.png'), linear-gradient(to right, #3b382f 0%, #3b382f 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b382f 0%, #3b382f 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr th[colspan="6"] {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b382f 0%, #3b382f 28%, #3f3f3f 29%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr .infobox-padding td:first-child {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr .infobox-padding td {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Crenopolis_episode_infobox_icon.png');
| |
| background-color: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Crenopolis-additional .infobox-image {
| |
| background-image: url('filepath://Hopeport_transparent_background.png'), linear-gradient(to right, #3b382f 0%, #3b382f 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b382f 0%, #3b382f 50%, #3b3430 50%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr th[colspan="6"] {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b382f 0%, #3b382f 28%, #3b3430 29%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr .infobox-padding td:first-child {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr .infobox-padding td {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Stonemaw_Hill_episode_infobox_icon.png');
| |
| background-color: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Stonemaw_Hill-additional .infobox-image {
| |
| background-image: url('filepath://Hopeport_transparent_background.png'), linear-gradient(to right, #3b382f 0%, #3b382f 50%, #3b3430 50%, #3b3430 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b382f 0%, #3b382f 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr th[colspan="6"] {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b382f 0%, #3b382f 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #b99f46 0%, #b99f46 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr .infobox-padding td:first-child {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Bleakholm_Crags_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Hopeport.infobox-Bleakholm_Crags-additional .infobox-image {
| |
| background-image: url('filepath://Hopeport_transparent_background.png'), linear-gradient(to right, #3b382f 0%, #3b382f 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr > * {
| |
| background-image: linear-gradient(to right, #2e3930 0%, #2e3930 50%, #3b382f 50%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr th[colspan="6"] {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #2e3930 0%, #2e3930 28%, #3b382f 29%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr .infobox-padding td:first-child {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr .infobox-padding td {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeport_episode_infobox_icon.png');
| |
| background-color: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Hopeport-additional .infobox-image {
| |
| background-image: url('filepath://Hopeforest_transparent_background.png'), linear-gradient(to right, #2e3930 0%, #2e3930 50%, #3b382f 50%, #3b382f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr > * {
| |
| background-image: linear-gradient(to right, #2e3930 0%, #2e3930 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr th[colspan="6"] {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #2e3930 0%, #2e3930 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr .infobox-padding td:first-child {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Mine_of_Mantuban_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Mine_of_Mantuban-additional .infobox-image {
| |
| background-image: url('filepath://Hopeforest_transparent_background.png'), linear-gradient(to right, #2e3930 0%, #2e3930 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr > * {
| |
| background-image: linear-gradient(to right, #2e3930 0%, #2e3930 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr th[colspan="6"] {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #2e3930 0%, #2e3930 28%, #3f3f3f 29%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr .infobox-padding td:first-child {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr .infobox-padding td {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Crenopolis_episode_infobox_icon.png');
| |
| background-color: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Crenopolis-additional .infobox-image {
| |
| background-image: url('filepath://Hopeforest_transparent_background.png'), linear-gradient(to right, #2e3930 0%, #2e3930 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr > * {
| |
| background-image: linear-gradient(to right, #2e3930 0%, #2e3930 50%, #3b3430 50%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr th[colspan="6"] {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #2e3930 0%, #2e3930 28%, #3b3430 29%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr .infobox-padding td:first-child {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr .infobox-padding td {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Stonemaw_Hill_episode_infobox_icon.png');
| |
| background-color: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Stonemaw_Hill-additional .infobox-image {
| |
| background-image: url('filepath://Hopeforest_transparent_background.png'), linear-gradient(to right, #2e3930 0%, #2e3930 50%, #3b3430 50%, #3b3430 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr > * {
| |
| background-image: linear-gradient(to right, #2e3930 0%, #2e3930 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr th[colspan="6"] {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #2e3930 0%, #2e3930 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #84b876 0%, #84b876 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr .infobox-padding td:first-child {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Bleakholm_Crags_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Hopeforest.infobox-Bleakholm_Crags-additional .infobox-image {
| |
| background-image: url('filepath://Hopeforest_transparent_background.png'), linear-gradient(to right, #2e3930 0%, #2e3930 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #3b382f 50%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #3b382f 29%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr .infobox-padding td {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeport_episode_infobox_icon.png');
| |
| background-color: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeport-additional .infobox-image {
| |
| background-image: url('filepath://Mine_of_Mantuban_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #3b382f 50%, #3b382f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #2e3930 50%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #2e3930 29%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr .infobox-padding td {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeforest_episode_infobox_icon.png');
| |
| background-color: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Hopeforest-additional .infobox-image {
| |
| background-image: url('filepath://Mine_of_Mantuban_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #2e3930 50%, #2e3930 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #3f3f3f 29%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr .infobox-padding td {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Crenopolis_episode_infobox_icon.png');
| |
| background-color: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Crenopolis-additional .infobox-image {
| |
| background-image: url('filepath://Mine_of_Mantuban_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #3b3430 50%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #3b3430 29%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr .infobox-padding td {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Stonemaw_Hill_episode_infobox_icon.png');
| |
| background-color: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Stonemaw_Hill-additional .infobox-image {
| |
| background-image: url('filepath://Mine_of_Mantuban_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #3b3430 50%, #3b3430 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Bleakholm_Crags_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Mine_of_Mantuban.infobox-Bleakholm_Crags-additional .infobox-image {
| |
| background-image: url('filepath://Mine_of_Mantuban_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr > * {
| |
| background-image: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #3b382f 50%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr th[colspan="6"] {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 28%, #3b382f 29%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr .infobox-padding td:first-child {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr .infobox-padding td {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeport_episode_infobox_icon.png');
| |
| background-color: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeport-additional .infobox-image {
| |
| background-image: url('filepath://Crenopolis_transparent_background.png'), linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #3b382f 50%, #3b382f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr > * {
| |
| background-image: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #2e3930 50%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr th[colspan="6"] {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 28%, #2e3930 29%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr .infobox-padding td:first-child {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr .infobox-padding td {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeforest_episode_infobox_icon.png');
| |
| background-color: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Hopeforest-additional .infobox-image {
| |
| background-image: url('filepath://Crenopolis_transparent_background.png'), linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #2e3930 50%, #2e3930 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr > * {
| |
| background-image: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr th[colspan="6"] {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr .infobox-padding td:first-child {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Mine_of_Mantuban_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Mine_of_Mantuban-additional .infobox-image {
| |
| background-image: url('filepath://Crenopolis_transparent_background.png'), linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr > * {
| |
| background-image: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #3b3430 50%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr th[colspan="6"] {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 28%, #3b3430 29%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr .infobox-padding td:first-child {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr .infobox-padding td {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Stonemaw_Hill_episode_infobox_icon.png');
| |
| background-color: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Stonemaw_Hill-additional .infobox-image {
| |
| background-image: url('filepath://Crenopolis_transparent_background.png'), linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #3b3430 50%, #3b3430 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr > * {
| |
| background-image: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr th[colspan="6"] {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #979797 0%, #979797 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr .infobox-padding td:first-child {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Bleakholm_Crags_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Crenopolis.infobox-Bleakholm_Crags-additional .infobox-image {
| |
| background-image: url('filepath://Crenopolis_transparent_background.png'), linear-gradient(to right, #3f3f3f 0%, #3f3f3f 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b3430 0%, #3b3430 50%, #3b382f 50%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr th[colspan="6"] {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b3430 0%, #3b3430 28%, #3b382f 29%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr .infobox-padding td:first-child {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr .infobox-padding td {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeport_episode_infobox_icon.png');
| |
| background-color: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeport-additional .infobox-image {
| |
| background-image: url('filepath://Stonemaw_Hill_transparent_background.png'), linear-gradient(to right, #3b3430 0%, #3b3430 50%, #3b382f 50%, #3b382f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b3430 0%, #3b3430 50%, #2e3930 50%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr th[colspan="6"] {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b3430 0%, #3b3430 28%, #2e3930 29%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr .infobox-padding td:first-child {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr .infobox-padding td {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeforest_episode_infobox_icon.png');
| |
| background-color: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Hopeforest-additional .infobox-image {
| |
| background-image: url('filepath://Stonemaw_Hill_transparent_background.png'), linear-gradient(to right, #3b3430 0%, #3b3430 50%, #2e3930 50%, #2e3930 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b3430 0%, #3b3430 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr th[colspan="6"] {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b3430 0%, #3b3430 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr .infobox-padding td:first-child {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Mine_of_Mantuban_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Mine_of_Mantuban-additional .infobox-image {
| |
| background-image: url('filepath://Stonemaw_Hill_transparent_background.png'), linear-gradient(to right, #3b3430 0%, #3b3430 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b3430 0%, #3b3430 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr th[colspan="6"] {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b3430 0%, #3b3430 28%, #3f3f3f 29%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr .infobox-padding td:first-child {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr .infobox-padding td {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Crenopolis_episode_infobox_icon.png');
| |
| background-color: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Crenopolis-additional .infobox-image {
| |
| background-image: url('filepath://Stonemaw_Hill_transparent_background.png'), linear-gradient(to right, #3b3430 0%, #3b3430 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr > * {
| |
| background-image: linear-gradient(to right, #3b3430 0%, #3b3430 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr th[colspan="6"] {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #3b3430 0%, #3b3430 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #C57F41 0%, #C57F41 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr .infobox-padding td:first-child {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Bleakholm_Crags_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Stonemaw_Hill.infobox-Bleakholm_Crags-additional .infobox-image {
| |
| background-image: url('filepath://Stonemaw_Hill_transparent_background.png'), linear-gradient(to right, #3b3430 0%, #3b3430 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #3b382f 50%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #3b382f 29%, #3b382f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #b99f46 50%, #b99f46 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr .infobox-padding td {
| |
| background: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeport_episode_infobox_icon.png');
| |
| background-color: #3b382f;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeport-additional .infobox-image {
| |
| background-image: url('filepath://Bleakholm_Crags_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #3b382f 50%, #3b382f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #2e3930 50%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #2e3930 29%, #2e3930 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #84b876 50%, #84b876 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr .infobox-padding td {
| |
| background: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Hopeforest_episode_infobox_icon.png');
| |
| background-color: #2e3930;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Hopeforest-additional .infobox-image {
| |
| background-image: url('filepath://Bleakholm_Crags_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #2e3930 50%, #2e3930 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #26323d 50%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #26323d 29%, #26323d 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #68ABF1 50%, #68ABF1 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr .infobox-padding td {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Mine_of_Mantuban_episode_infobox_icon.png');
| |
| background-color: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Mine_of_Mantuban-additional .infobox-image {
| |
| background-image: url('filepath://Bleakholm_Crags_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #26323d 50%, #26323d 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #3f3f3f 29%, #3f3f3f 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #979797 50%, #979797 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr .infobox-padding td {
| |
| background: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Crenopolis_episode_infobox_icon.png');
| |
| background-color: #3f3f3f;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Crenopolis-additional .infobox-image {
| |
| background-image: url('filepath://Bleakholm_Crags_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #3f3f3f 50%, #3f3f3f 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr > * {
| |
| background-image: linear-gradient(to right, #26323d 0%, #26323d 50%, #3b3430 50%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr th[colspan="6"] {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr td[colspan="14"] {
| |
| background: linear-gradient(to right, #26323d 0%, #26323d 28%, #3b3430 29%, #3b3430 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr .infobox-padding {
| |
| background: linear-gradient(to right, #68ABF1 0%, #68ABF1 50%, #C57F41 50%, #C57F41 100%);
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td:first-child,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr .infobox-padding td:first-child {
| |
| background: #26323d;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row td,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr .infobox-padding td {
| |
| background: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr.infobox-bubble-row::after,
| |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional tr .infobox-padding::after {
| |
| background-image: url('filepath://Stonemaw_Hill_episode_infobox_icon.png');
| |
| background-color: #3b3430;
| |
| }
| |
| | |
| .infobox.infobox-Bleakholm_Crags.infobox-Stonemaw_Hill-additional .infobox-image {
| |
| background-image: url('filepath://Bleakholm_Crags_transparent_background.png'), linear-gradient(to right, #26323d 0%, #26323d 50%, #3b3430 50%, #3b3430 100%);
| |
| background-position: center;
| |
| background-size: 300px;
| |
| background-repeat: repeat-y;
| |
| }
| |
| | |
| .infobox.infobox-Item.infobox-Hopeport .infobox-image a::before {
| |
| background: url('filepath://Hopeport_Infobox_Item_border_top_left.png') top left no-repeat, url('filepath://Hopeport_Infobox_Item_border_top_right.png') top right no-repeat, url('filepath://Hopeport_Infobox_Item_border_bottom_right.png') bottom right no-repeat, url('filepath://Hopeport_Infobox_Item_border_bottom_left.png') bottom left no-repeat, url('filepath://Hopeport_Infobox_Item_border_top.png') top center repeat-x, url('filepath://Hopeport_Infobox_Item_border_right.png') center right repeat-y, url('filepath://Hopeport_Infobox_Item_border_bottom.png') bottom center repeat-x, url('filepath://Hopeport_Infobox_Item_border_left.png') center left repeat-y;
| |
| background-size: 15px 15px;
| |
| }
| |
| | |
| .infobox.infobox-Item.infobox-Hopeforest .infobox-image a::before {
| |
| background: url('filepath://Hopeforest_Infobox_Item_border_top_left.png') top left no-repeat, url('filepath://Hopeforest_Infobox_Item_border_top_right.png') top right no-repeat, url('filepath://Hopeforest_Infobox_Item_border_bottom_right.png') bottom right no-repeat, url('filepath://Hopeforest_Infobox_Item_border_bottom_left.png') bottom left no-repeat, url('filepath://Hopeforest_Infobox_Item_border_top.png') top center repeat-x, url('filepath://Hopeforest_Infobox_Item_border_right.png') center right repeat-y, url('filepath://Hopeforest_Infobox_Item_border_bottom.png') bottom center repeat-x, url('filepath://Hopeforest_Infobox_Item_border_left.png') center left repeat-y;
| |
| background-size: 15px 15px;
| |
| }
| |
| | |
| .infobox.infobox-Item.infobox-Mine_of_Mantuban .infobox-image a::before {
| |
| background: url('filepath://Mine_of_Mantuban_Infobox_Item_border_top_left.png') top left no-repeat, url('filepath://Mine_of_Mantuban_Infobox_Item_border_top_right.png') top right no-repeat, url('filepath://Mine_of_Mantuban_Infobox_Item_border_bottom_right.png') bottom right no-repeat, url('filepath://Mine_of_Mantuban_Infobox_Item_border_bottom_left.png') bottom left no-repeat, url('filepath://Mine_of_Mantuban_Infobox_Item_border_top.png') top center repeat-x, url('filepath://Mine_of_Mantuban_Infobox_Item_border_right.png') center right repeat-y, url('filepath://Mine_of_Mantuban_Infobox_Item_border_bottom.png') bottom center repeat-x, url('filepath://Mine_of_Mantuban_Infobox_Item_border_left.png') center left repeat-y;
| |
| background-size: 15px 15px;
| |
| }
| |
| | |
| .infobox.infobox-Item.infobox-Crenopolis .infobox-image a::before {
| |
| background: url('filepath://Crenopolis_Infobox_Item_border_top_left.png') top left no-repeat, url('filepath://Crenopolis_Infobox_Item_border_top_right.png') top right no-repeat, url('filepath://Crenopolis_Infobox_Item_border_bottom_right.png') bottom right no-repeat, url('filepath://Crenopolis_Infobox_Item_border_bottom_left.png') bottom left no-repeat, url('filepath://Crenopolis_Infobox_Item_border_top.png') top center repeat-x, url('filepath://Crenopolis_Infobox_Item_border_right.png') center right repeat-y, url('filepath://Crenopolis_Infobox_Item_border_bottom.png') bottom center repeat-x, url('filepath://Crenopolis_Infobox_Item_border_left.png') center left repeat-y;
| |
| background-size: 15px 15px;
| |
| }
| |
| | |
| .infobox.infobox-Item.infobox-Stonemaw_Hill .infobox-image a::before {
| |
| background: url('filepath://Stonemaw_Hill_Infobox_Item_border_top_left.png') top left no-repeat, url('filepath://Stonemaw_Hill_Infobox_Item_border_top_right.png') top right no-repeat, url('filepath://Stonemaw_Hill_Infobox_Item_border_bottom_right.png') bottom right no-repeat, url('filepath://Stonemaw_Hill_Infobox_Item_border_bottom_left.png') bottom left no-repeat, url('filepath://Stonemaw_Hill_Infobox_Item_border_top.png') top center repeat-x, url('filepath://Stonemaw_Hill_Infobox_Item_border_right.png') center right repeat-y, url('filepath://Stonemaw_Hill_Infobox_Item_border_bottom.png') bottom center repeat-x, url('filepath://Stonemaw_Hill_Infobox_Item_border_left.png') center left repeat-y;
| |
| background-size: 15px 15px;
| |
| }
| |
| | |
| .infobox.infobox-Item.infobox-Bleakholm_Crags .infobox-image a::before {
| |
| background: url('filepath://Bleakholm_Crags_Infobox_Item_border_top_left.png') top left no-repeat, url('filepath://Bleakholm_Crags_Infobox_Item_border_top_right.png') top right no-repeat, url('filepath://Bleakholm_Crags_Infobox_Item_border_bottom_right.png') bottom right no-repeat, url('filepath://Bleakholm_Crags_Infobox_Item_border_bottom_left.png') bottom left no-repeat, url('filepath://Bleakholm_Crags_Infobox_Item_border_top.png') top center repeat-x, url('filepath://Bleakholm_Crags_Infobox_Item_border_right.png') center right repeat-y, url('filepath://Bleakholm_Crags_Infobox_Item_border_bottom.png') bottom center repeat-x, url('filepath://Bleakholm_Crags_Infobox_Item_border_left.png') center left repeat-y;
| |
| background-size: 15px 15px;
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Hopeport .infobox-image {
| |
| background: url('filepath://Hopeport_transparent_background.png'), url('filepath://Quest_Item_Background.png');
| |
| background-size: 300px, auto 150px;
| |
| background-position: center;
| |
| background-repeat: repeat, no-repeat;
| |
| background-color: #3b382f;
| |
| height: calc(150px + 1em);
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Hopeport .infobox-image img {
| |
| max-width: 100px;
| |
| height: auto;
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Hopeforest .infobox-image {
| |
| background: url('filepath://Hopeforest_transparent_background.png'), url('filepath://Quest_Item_Background.png');
| |
| background-size: 300px, auto 150px;
| |
| background-position: center;
| |
| background-repeat: repeat, no-repeat;
| |
| background-color: #2e3930;
| |
| height: calc(150px + 1em);
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Hopeforest .infobox-image img {
| |
| max-width: 100px;
| |
| height: auto;
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Mine_of_Mantuban .infobox-image {
| |
| background: url('filepath://Mine_of_Mantuban_transparent_background.png'), url('filepath://Quest_Item_Background.png');
| |
| background-size: 300px, auto 150px;
| |
| background-position: center;
| |
| background-repeat: repeat, no-repeat;
| |
| background-color: #26323d;
| |
| height: calc(150px + 1em);
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Mine_of_Mantuban .infobox-image img {
| |
| max-width: 100px;
| |
| height: auto;
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Crenopolis .infobox-image {
| |
| background: url('filepath://Crenopolis_transparent_background.png'), url('filepath://Quest_Item_Background.png');
| |
| background-size: 300px, auto 150px;
| |
| background-position: center;
| |
| background-repeat: repeat, no-repeat;
| |
| background-color: #3f3f3f;
| |
| height: calc(150px + 1em);
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Crenopolis .infobox-image img {
| |
| max-width: 100px;
| |
| height: auto;
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Stonamw_Hill .infobox-image {
| |
| background: url('filepath://Stonemaw_Hill_transparent_background.png'), url('filepath://Quest_Item_Background.png');
| |
| background-size: 300px, auto 150px;
| |
| background-position: center;
| |
| background-repeat: repeat, no-repeat;
| |
| background-color: #3b3430;
| |
| height: calc(150px + 1em);
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Stonamw_Hill .infobox-image img {
| |
| max-width: 100px;
| |
| height: auto;
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Bleakholm_Crags .infobox-image {
| |
| background: url('filepath://Bleakholm_Crags_transparent_background.png'), url('filepath://Quest_Item_Background.png');
| |
| background-size: 300px, auto 150px;
| |
| background-position: center;
| |
| background-repeat: repeat, no-repeat;
| |
| background-color: #26323d;
| |
| height: calc(150px + 1em);
| |
| }
| |
| | |
| .infobox.infobox-quest-item.infobox-Bleakholm_Crags .infobox-image img {
| |
| max-width: 100px;
| |
| height: auto;
| |
| }
| |
| | |
| .multi-infobox {
| |
| float: right;
| |
| margin-left: 5px;
| |
| margin-bottom: 5px;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .multi-infobox .tabber {
| |
| margin: 0;
| |
| }
| |
| | |
| .multi-infobox .tabber .tabbernav {
| |
| text-align: center;
| |
| margin-left: 0;
| |
| margin-right: 0;
| |
| }
| |
| | |
| .multi-infobox .tabber .tabbernav a {
| |
| padding: 0.5em 0.8em;
| |
| }
| |
| | |
| .multi-infobox .tabber .tabbertab {
| |
| padding: 5px;
| |
| }
| |
| | |
| .multi-infobox .infobox {
| |
| margin: 0;
| |
| box-shadow: none;
| |
| }
| |
| | |
| .multi-infobox-left {
| |
| margin-left: 5px;
| |
| margin-bottom: 5px;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .multi-infobox-left .tabber {
| |
| margin: 0;
| |
| }
| |
| | |
| .multi-infobox-left .tabber .tabbernav {
| |
| text-align: center;
| |
| margin-left: 0;
| |
| margin-right: 0;
| |
| }
| |
| | |
| .multi-infobox-left .tabber .tabbernav a {
| |
| padding: 0.5em 0.8em;
| |
| }
| |
| | |
| .multi-infobox-left .tabber .tabbertab {
| |
| padding: 5px;
| |
| }
| |
| | |
| .multi-infobox-left .infobox {
| |
| margin: 0;
| |
| box-shadow: none;
| |
| }
| |
| | |
| .hidden {
| |
| display: none;
| |
| }
| |
| | |
| ol.references,
| |
| .reflist {
| |
| font-size: 90%;
| |
| }
| |
| | |
| .reflist {
| |
| list-style-type: decimal;
| |
| }
| |
| | |
| .reflist .references {
| |
| font-size: 100%;
| |
| list-style-type: inherit;
| |
| }
| |
| | |
| .reflist-lower-alpha {
| |
| list-style-type: lower-alpha;
| |
| }
| |
| | |
| ol.references li:target,
| |
| sup.reference:target {
| |
| background-color: var(--body-light);
| |
| }
| |
| | |
| .hideQuotes .refhide {
| |
| display: none;
| |
| }
| |
| | |
| :root {
| |
| --messagebox-obsolete-background: #cfcfcf;
| |
| --messagebox-obsolete-border: #464646;
| |
| --messagebox-obsolete-color: var(--text-color);
| |
| --messagebox-obsolete-link-color: #6c6c6c;
| |
| --messagebox-info-background: #ebebeb;
| |
| --messagebox-info-border: #898989;
| |
| --messagebox-info-color: var(--text-color);
| |
| --messagebox-info-link-color: #6c6c6c;
| |
| --messagebox-action-background: #c7e8fa;
| |
| --messagebox-action-border: #0b5884;
| |
| --messagebox-action-color: var(--text-color);
| |
| --messagebox-action-link-color: #03436b;
| |
| --messagebox-warn-background: #dfc0ba;
| |
| --messagebox-warn-border: #861c10;
| |
| --messagebox-warn-color: var(--text-color);
| |
| --messagebox-warn-link-color: #8e221a;
| |
| --messagebox-safe-background: #d8f0d3;
| |
| --messagebox-safe-border: #1b8408;
| |
| --messagebox-safe-color: var(--text-color);
| |
| --messagebox-safe-link-color: #1b8408;
| |
| --messagebox-disambig-background: #ebebeb;
| |
| --messagebox-disambig-border: #898989;
| |
| --messagebox-disambig-color: var(--text-color);
| |
| --messagebox-disambig-link-color: #6c6c6c;
| |
| --messagebox-discord-background: #5865f2;
| |
| --messagebox-discord-border: #4c57d0;
| |
| --messagebox-discord-link-color: #d2e5fc;
| |
| }
| |
| | |
| .mw-message-box,
| |
| .mw-message-box-error,
| |
| .mw-message-box-warning,
| |
| .mw-message-box-success,
| |
| .usermessage {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .messagebox {
| |
| width: 65%;
| |
| margin: 0.5em auto;
| |
| border-left: 15px solid;
| |
| border-color: var(--body-dark);
| |
| background-color: var(--body-light);
| |
| box-sizing: border-box;
| |
| }
| |
| | |
| .messagebox.obsolete {
| |
| background-color: var(--messagebox-obsolete-background);
| |
| border-color: var(--messagebox-obsolete-border);
| |
| color: var(--messagebox-obsolete-color);
| |
| }
| |
| | |
| .messagebox.obsolete a,
| |
| .messagebox.obsolete a:visited,
| |
| .messagebox.obsolete a:active {
| |
| color: var(--messagebox-obsolete-link-color);
| |
| }
| |
| | |
| .messagebox.info {
| |
| background-color: var(--messagebox-info-background);
| |
| border-color: var(--messagebox-info-border);
| |
| color: var(--messagebox-info-color);
| |
| }
| |
| | |
| .messagebox.info a,
| |
| .messagebox.info a:visited,
| |
| .messagebox.info a:active {
| |
| color: var(--messagebox-info-link-color);
| |
| }
| |
| | |
| .messagebox.action {
| |
| background-color: var(--messagebox-action-background);
| |
| border-color: var(--messagebox-action-border);
| |
| color: var(--messagebox-action-color);
| |
| }
| |
| | |
| .messagebox.action a,
| |
| .messagebox.action a:visited,
| |
| .messagebox.action a:active {
| |
| color: var(--messagebox-action-link-color);
| |
| }
| |
| | |
| .messagebox.warn {
| |
| background-color: var(--messagebox-warn-background);
| |
| border-color: var(--messagebox-warn-border);
| |
| color: var(--messagebox-warn-color);
| |
| }
| |
| | |
| .messagebox.warn a,
| |
| .messagebox.warn a:visited,
| |
| .messagebox.warn a:active {
| |
| color: var(--messagebox-warn-link-color);
| |
| }
| |
| | |
| .messagebox.safe {
| |
| background-color: var(--messagebox-safe-background);
| |
| border-color: var(--messagebox-safe-border);
| |
| color: var(--messagebox-safe-color);
| |
| }
| |
| | |
| .messagebox.safe a,
| |
| .messagebox.safe a:visited,
| |
| .messagebox.safe a:active {
| |
| color: var(--messagebox-safe-link-color);
| |
| }
| |
| | |
| .messagebox.disambig {
| |
| background-color: var(--messagebox-disambig-background);
| |
| border-color: var(--messagebox-disambig-border);
| |
| color: var(--messagebox-disambig-color);
| |
| }
| |
| | |
| .messagebox.disambig a,
| |
| .messagebox.disambig a:visited,
| |
| .messagebox.disambig a:active {
| |
| color: var(--messagebox-disambig-link-color);
| |
| }
| |
| | |
| .messagebox.discord {
| |
| background-color: var(--messagebox-discord-background);
| |
| border-color: var(--messagebox-discord-border);
| |
| color: #fff;
| |
| }
| |
| | |
| .messagebox.discord a,
| |
| .messagebox.discord a:visited,
| |
| .messagebox.discord a:active {
| |
| color: var(--messagebox-discord-link-color);
| |
| }
| |
| | |
| .messagebox.discord a.external,
| |
| .messagebox.discord a:visited.external,
| |
| .messagebox.discord a:active.external {
| |
| font-style: italic;
| |
| }
| |
| | |
| .messagebox.stub {
| |
| width: 40%;
| |
| }
| |
| | |
| .messagebox.hasdialogue {
| |
| padding: 0 10px;
| |
| width: auto;
| |
| }
| |
| | |
| .plink-template + a {
| |
| margin-left: 0.25em;
| |
| }
| |
| | |
| .wikitable .plinkt-image {
| |
| text-align: center;
| |
| width: 40px;
| |
| padding: 0.2em;
| |
| }
| |
| | |
| .wikitable .plinkt-image.no-border {
| |
| border-right: none;
| |
| }
| |
| | |
| .wikitable .plinkt-link.no-border {
| |
| border-left: none;
| |
| padding-left: 0;
| |
| }
| |
| | |
| .variants-header {
| |
| text-align: center;
| |
| margin-bottom: 20px;
| |
| background-color: var(--body-light);
| |
| }
| |
| | |
| :root {
| |
| --transcript-border-color: #bdc5cd;
| |
| --transcript-border-hover-color: #444e5a;
| |
| }
| |
| | |
| .ns-3000 .mw-parser-output > ul,
| |
| .transcript > ul {
| |
| list-style: none;
| |
| }
| |
| | |
| .ns-3000 .mw-parser-output > ul li,
| |
| .transcript > ul li {
| |
| list-style: none;
| |
| border-left: 1px dashed var(--transcript-border-color);
| |
| padding-left: 15px;
| |
| margin: 12px 0;
| |
| line-height: 1.65;
| |
| }
| |
| | |
| .ns-3000 .mw-parser-output > ul li b:first-of-type,
| |
| .transcript > ul li b:first-of-type {
| |
| display: block;
| |
| }
| |
| | |
| .ns-3000 .mw-parser-output > ul li:last-of-type,
| |
| .transcript > ul li:last-of-type {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .ns-3000 .mw-parser-output > ul li:hover,
| |
| .transcript > ul li:hover {
| |
| border-color: var(--transcript-border-hover-color);
| |
| }
| |
| | |
| .ns-3000 .mw-parser-output > ul li:has(> .transcript-opt),
| |
| .transcript > ul li:has(> .transcript-opt) {
| |
| margin-left: -33px;
| |
| }
| |
| | |
| .quest-action {
| |
| font-style: italic;
| |
| }
| |
| | |
| .quest-action:before,
| |
| .quest-action:after {
| |
| content: '———';
| |
| margin: 4px;
| |
| letter-spacing: -1px;
| |
| }
| |
| | |
| .transcript-opt::before {
| |
| display: inline-block;
| |
| content: '';
| |
| background: currentcolor;
| |
| -webkit-mask: url("filepath://Black-chevron.svg") no-repeat 50% 50% / contain;
| |
| mask: url("filepath://Black-chevron.svg") no-repeat 50% 50% / contain;
| |
| width: 7px;
| |
| height: 10px;
| |
| margin-right: 5px;
| |
| }
| |
| | |
| .transcript-opt:not(.disabled)::before {
| |
| transform-origin: center;
| |
| transform: rotate(90deg);
| |
| transition: transform 0.25s;
| |
| }
| |
| | |
| .transcript-opt.transcript-opt-collapsed::before {
| |
| transform: rotate(0);
| |
| transition: transform 0.25s;
| |
| }
| |
| | |
| .transcript-opt.disabled {
| |
| filter: opacity(0.5);
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .update-history > ul {
| |
| margin: 0;
| |
| }
| |
| | |
| .update-history > ul > li {
| |
| margin-bottom: 0.75em;
| |
| list-style: none;
| |
| }
| |
| | |
| .update-history > ul > li > ul {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .update-type:hover a {
| |
| text-decoration: none;
| |
| }
| |
| | |
| .update-type a {
| |
| color: white;
| |
| background: #3ea6e6;
| |
| font-size: 80%;
| |
| font-weight: bold;
| |
| text-transform: uppercase;
| |
| border-radius: 3px;
| |
| padding: 2px 5px;
| |
| }
| |
| | |
| .update-type.hidden-update a,
| |
| .update-type.ninja-update a,
| |
| .update-type.nxt-update a {
| |
| background: #444e5a;
| |
| }
| |
| | |
| .update-type.patch-update a {
| |
| background: #6bc71f;
| |
| }
| |
| | |
| .update-type.hotfix-update a,
| |
| .update-type.coldfix-update a {
| |
| background: #ee4231;
| |
| }
| |
| | |
| .update-type.warmfix-update a {
| |
| background: #f7861b;
| |
| }
| |
| | |
| .update-type.beta-update a {
| |
| background: #855cd8;
| |
| }
| |
| | |
| :root {
| |
| --currency-pos-color: green;
| |
| --currency-neg-color: #c02614;
| |
| }
| |
| | |
| .currency .currency-pos {
| |
| color: var(--currency-pos-color);
| |
| }
| |
| | |
| .currency .currency-neg {
| |
| color: var(--currency-neg-color);
| |
| }
| |
| | |
| .map {
| |
| float: right;
| |
| clear: right;
| |
| }
| |
| | |
| .leaflet-container {
| |
| background: #444444;
| |
| }
| |
| | |
| .leaflet-wiki-coordinates.leaflet-control {
| |
| margin: 0;
| |
| color: white;
| |
| padding: 5px 10px;
| |
| filter: drop-shadow(0 0 2px black);
| |
| }
| |
| | |
| .leaflet-tile-loaded {
| |
| image-rendering: pixelated;
| |
| }
| |
| | |
| @media (prefers-reduced-motion: reduce) {
| |
| .leaflet-zoom-anim .leaflet-zoom-animated {
| |
| transition-duration: 0.25s !important;
| |
| }
| |
| | |
| }
| |
| | |
| .leaflet-marker-icon-entity {
| |
| background-color: red;
| |
| box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px 2px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-combat {
| |
| background: url('filepath://Combat_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-chef {
| |
| background: #9C8474 url('filepath://Chef_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-fisher {
| |
| background: #98D3CC url('filepath://Fisher_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-forager {
| |
| background: #DDDB93 url('filepath://Forager_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-alchemist {
| |
| background: #83C8A1 url('filepath://Alchemist_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-scout {
| |
| background: url('filepath://Scout_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-gatherer {
| |
| background: #C8C87C url('filepath://Gatherer_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-botanist {
| |
| background: #B1B170 url('filepath://Botanist_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-water_pump {
| |
| background: #B1B170 url('filepath://Pump_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-woodcutter {
| |
| background: #78C86C url('filepath://Woodcutter_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-carpenter {
| |
| background: #9C8A7C url('filepath://Carpenter_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-minefighter {
| |
| background: url('filepath://Minefighter_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-bonewright {
| |
| background: #B0B897 url('filepath://Bonewright_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-miner {
| |
| background: #749696 url('filepath://Miner_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-blacksmith {
| |
| background: #B4A432 url('filepath://Blacksmith_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-stonemason {
| |
| background: #9C8A7C url('filepath://Stonemason_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-watchperson {
| |
| background: url('filepath://Watchperson_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-detective {
| |
| background: #5AB2BE url('filepath://Detective_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-leatherworker {
| |
| background: #866E62 url('filepath://Leatherworker_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-merchant {
| |
| background: #78B492 url('filepath://Merchant_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-builder {
| |
| background: #9C8A7C url('filepath://Builder_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-bank {
| |
| background: url('filepath://Bank_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-clipboard {
| |
| background: #9C8474 url('filepath://Clipboard_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-enchantress {
| |
| background: #90908C url('filepath://Enchantress_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-hairdresser {
| |
| background: #927DCE url('filepath://Hairdresser_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-infusionist {
| |
| background: #927DCE url('filepath://Infusionist_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-item {
| |
| background: #90908C url('filepath://Item_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-talk {
| |
| background: #90908C url('filepath://Talk_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-obelisk {
| |
| background: #90908C url('filepath://Obelisk_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-obstacle {
| |
| background: #927DCE url('filepath://Obstacle_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-palette {
| |
| background: #DEDAD4 url('filepath://Palette_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-pencil {
| |
| background: #90908C url('filepath://Pencil_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-portal_stone {
| |
| background: #90908C url('filepath://Portal_Stone_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-recipe {
| |
| background: url('filepath://Recipe_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-search {
| |
| background: #90908C url('filepath://Search_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-egg {
| |
| background: #90908C url('filepath://Egg_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-shop {
| |
| background: url('filepath://Shop_map_icon.png') no-repeat center / contain;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-storage {
| |
| background: #90908C url('filepath://Storage_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-icon-venture {
| |
| background: url('filepath://Venture_map_icon.png') no-repeat center / contain;
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-chef {
| |
| background-color: #9C8474;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-fisher {
| |
| background-color: #98D3CC;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-forager {
| |
| background-color: #DDDB93;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-alchemist {
| |
| background-color: #83C8A1;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-gatherer {
| |
| background-color: #C8C87C;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-botanist {
| |
| background-color: #B1B170;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-woodcutter {
| |
| background-color: #78C86C;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-carpenter {
| |
| background-color: #9C8A7C;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-bonewright {
| |
| background-color: #B0B897;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-miner {
| |
| background-color: #749696;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-blacksmith {
| |
| background-color: #B4A432;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-stonemason {
| |
| background-color: #9C8A7C;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-detective {
| |
| background-color: #5AB2BE;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-leatherworker {
| |
| background-color: #866E62;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-merchant {
| |
| background-color: #78B492;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-builder {
| |
| background-color: #9C8A7C;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-item {
| |
| background-color: #90908C;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-obstacle {
| |
| background-color: #927DCE;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-palette {
| |
| background-color: #DEDAD4;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-aggressive {
| |
| background-color: #D75650;
| |
| }
| |
| | |
| .leaflet-marker-icon-theme-neutral {
| |
| background-color: #C0925A;
| |
| }
| |
| | |
| .leaflet-marker-icon-shape-circle {
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .leaflet-marker-icon-shape-square {
| |
| border-radius: 5px;
| |
| }
| |
| | |
| .chat-options span {
| |
| padding: 0 1px;
| |
| }
| |
| | |
| .chat-options .chat-options-underline {
| |
| border-bottom: 1px dotted #15f;
| |
| cursor: help;
| |
| }
| |
| | |
| .chat-options-dialogue {
| |
| color: var(--button-color);
| |
| background: var(--ooui-progressive);
| |
| border: 1px solid var(--body-border);
| |
| border-radius: 5px;
| |
| margin-left: 3px;
| |
| }
| |
| | |
| :root {
| |
| --byline-arrow-filter: invert(29%) sepia(0%) saturate(376%) hue-rotate(172deg) brightness(87%) contrast(80%);
| |
| --tile-border-color: var(--body-border);
| |
| --tile-background-color: var(--body-light);
| |
| --tile-link-button-color: #f5e9db;
| |
| --tile-link-button-highlight-color: #dfccb0;
| |
| --tile-dark-color: #fff;
| |
| --tile-dark-bg: var(--body-dark);
| |
| --tile-dark-link-color: #ccc;
| |
| --tile-dark-byline-color: rgba(255, 255, 255, 0.7);
| |
| --tile-dark-header-color: #fff;
| |
| }
| |
| | |
| .tile {
| |
| background: var(--tile-background-color);
| |
| border: 1px solid var(--tile-border-color);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| padding: 1.5em 2em 1em;
| |
| max-width: 40em;
| |
| }
| |
| | |
| .tile h2 {
| |
| font-size: 1.4em;
| |
| font-weight: bold;
| |
| border: none;
| |
| margin: 0 0 0.4em;
| |
| }
| |
| | |
| .tile .byline + h2 {
| |
| margin-top: -0.5em;
| |
| }
| |
| | |
| .tile.dark {
| |
| color: var(--tile-dark-color);
| |
| background: var(--tile-dark-bg);
| |
| border: none;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
| |
| }
| |
| | |
| .tile.dark h2 {
| |
| color: var(--tile-dark-header-color);
| |
| }
| |
| | |
| .tile.dark a {
| |
| color: var(--tile-dark-link-color);
| |
| }
| |
| | |
| .tile.dark .byline {
| |
| color: var(--tile-dark-byline-color);
| |
| }
| |
| | |
| .byline {
| |
| font-size: 0.9em;
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .byline a {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .tile-row {
| |
| display: flex;
| |
| flex-flow: row wrap;
| |
| margin-bottom: 1em;
| |
| }
| |
| | |
| .tile-halves {
| |
| display: flex;
| |
| flex-flow: row wrap;
| |
| background: var(--tile-background-color);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .tile-halves h2 {
| |
| font-size: 1.4em;
| |
| font-weight: bold;
| |
| border: none;
| |
| margin: 0 0 0.4em;
| |
| }
| |
| | |
| .tile-halves .byline + h2 {
| |
| margin-top: -0.5em;
| |
| }
| |
| | |
| .tile-top {
| |
| width: 100%;
| |
| padding: 1.3rem 1.5rem 0.6rem;
| |
| }
| |
| | |
| .tile-top.tile-image {
| |
| display: flex;
| |
| align-items: center;
| |
| background-color: var(--body-light);
| |
| overflow: hidden;
| |
| padding: 0;
| |
| height: 13vw;
| |
| 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 a {
| |
| width: 100%;
| |
| }
| |
| | |
| .tile-top.tile-image img {
| |
| width: 100%;
| |
| object-fit: cover;
| |
| max-height: 200px;
| |
| transition: 0.4s ease-out;
| |
| }
| |
| | |
| .tile-bottom {
| |
| background: var(--body-dark);
| |
| width: 100%;
| |
| padding: 1rem 1.5rem 0.6rem;
| |
| }
| |
| | |
| .tile-bottom.link-button {
| |
| align-self: flex-end;
| |
| padding: 0;
| |
| }
| |
| | |
| .tile-bottom.link-button a {
| |
| display: block;
| |
| text-align: center;
| |
| padding: 0.75em 1.5em 0.8em;
| |
| text-decoration: none;
| |
| }
| |
| | |
| .tile-bottom.read-more {
| |
| background: var(--tile-link-button-color);
| |
| transition: 0.3s ease-out;
| |
| }
| |
| | |
| .tile-bottom.read-more a {
| |
| color: var(--byline-color);
| |
| font-weight: bold;
| |
| text-align: right;
| |
| }
| |
| | |
| .tile-bottom.read-more:hover {
| |
| background: var(--tile-link-button-highlight-color);
| |
| }
| |
| | |
| .tile-bottom.read-more:hover .arrow {
| |
| transform: translateX(50%);
| |
| }
| |
| | |
| .tile-bottom.read-more .arrow {
| |
| filter: var(--byline-arrow-filter);
| |
| margin-left: 0.4em;
| |
| transition: 0.3s ease-out;
| |
| }
| |
| | |
| body.page-Main_Page.action-view .catlinks,
| |
| body.page-Main_Page.action-view #contentSub,
| |
| body.page-Main_Page.action-view #firstHeading,
| |
| body.page-Main_Page.action-view #siteNotice {
| |
| display: none;
| |
| }
| |
| | |
| body.page-Main_Page .mw-parser-output {
| |
| max-width: 75em; | | max-width: 75em; |
| margin: 0 auto; | | margin-left: auto; |
| }
| | margin-right: auto; |
| | |
| body.page-Main_Page.action-view .catlinks,
| |
| body.page-Main_Page.action-view #contentSub,
| |
| body.page-Main_Page.action-view #siteNotice {
| |
| display: none;
| |
| }
| |
| | |
| .mainpage-header {
| |
| display: flex;
| |
| margin: 2.6em 1.75em 1.5em;
| |
| }
| |
| | |
| .mainpage-header .header-intro {
| |
| flex: 2;
| |
| }
| |
| | |
| .mainpage-header .header-intro h1 {
| |
| font-size: 2.5em;
| |
| font-weight: bold;
| |
| border: none;
| |
| margin: 0 0 0.15em;
| |
| }
| |
| | |
| .mainpage-header .header-intro p {
| |
| font-size: 1.1em;
| |
| line-height: 1.7em;
| |
| }
| |
| | |
| .mainpage-header .header-stats {
| |
| flex: 1;
| |
| display: flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| margin-top: -1em;
| |
| }
| |
| | |
| .mainpage-body {
| |
| display: grid;
| |
| grid-template-areas: "event event event" "content content latest" "left left right";
| |
| gap: 0.9rem;
| |
| grid-template-columns: repeat(3, 1fr);
| |
| }
| |
| | |
| .mainpage-body h2 a {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .mainpage-body .tile {
| |
| padding-left: 1.75em;
| |
| padding-right: 1.75em;
| |
| max-width: 100%;
| |
| }
| |
| | |
| .mainpage-body .tile-row {
| |
| width: 100%;
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .mainpage-body .tile-row {
| |
| display: grid;
| |
| gap: 0.9rem;
| |
| }
| |
| | |
| .mainpage-left {
| |
| grid-area: left;
| |
| flex: 2;
| |
| display: flex;
| |
| flex-flow: column wrap;
| |
| }
| |
| | |
| .mainpage-left > * {
| |
| margin: 0 0 0.9rem;
| |
| }
| |
| | |
| .mainpage-right {
| |
| grid-area: right;
| |
| flex: 1;
| |
| display: flex;
| |
| flex-flow: column wrap;
| |
| }
| |
| | |
| .mainpage-right > * {
| |
| margin: 0 0 0.9rem;
| |
| }
| |
| | |
| .arrow {
| |
| background: url('filepath://White-chevron.svg') no-repeat;
| |
| display: inline-block;
| |
| height: 0.7rem;
| |
| width: 0.45rem;
| |
| vertical-align: middle;
| |
| }
| |
| | |
| .arrow.dark {
| |
| filter: invert(80%);
| |
| }
| |
| | |
| .mainpage-contents {
| |
| grid-area: content;
| |
| grid-template-columns: repeat(3, 1fr);
| |
| }
| |
| | |
| .mainpage-contents .tile-halves {
| |
| flex: 1;
| |
| background: none;
| |
| border: 1px solid var(--body-darker);
| |
| }
| |
| | |
| .mainpage-contents .tile-top {
| |
| height: 5.5rem;
| |
| position: relative;
| |
| }
| |
| | |
| .mainpage-contents .tile-top.tile-image img {
| |
| height: auto;
| |
| }
| |
| | |
| .mainpage-contents h2 {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| .mainpage-contents .tile-bottom {
| |
| border-top: 1px solid var(--body-darker);
| |
| background-color: var(--body-darker);
| |
| }
| |
| | |
| .mainpage-contents .tile-bottom h2 a {
| |
| color: #fff;
| |
| }
| |
| | |
| .mainpage-contents .tile-bottom.link-button a {
| |
| padding: 0.65em 0.2em;
| |
| }
| |
| | |
| .mainpage-latest {
| |
| grid-area: latest;
| |
| }
| |
| | |
| .mainpage-professions ul {
| |
| columns: 3 9em;
| |
| margin: 1em 0.7em 0.7em 1em;
| |
| }
| |
| | |
| .mainpage-professions li {
| |
| display: flex;
| |
| margin-bottom: 0.4em;
| |
| isolation: isolate;
| |
| }
| |
| | |
| .mainpage-professions li span a {
| |
| display: flex;
| |
| border-radius: 3px;
| |
| padding: 4px !important;
| |
| }
| |
| | |
| .mainpage-professions li img {
| |
| object-fit: scale-down;
| |
| width: 25px;
| |
| height: 25px;
| |
| }
| |
| | |
| .mainpage-professions li > a {
| |
| flex: 1;
| |
| display: flex;
| |
| align-items: center;
| |
| color: var(--base-text-color);
| |
| font-weight: bold;
| |
| padding-left: 0.7em;
| |
| text-decoration: none;
| |
| margin-left: 0;
| |
| }
| |
| | |
| .mainpage-professions li:hover span a {
| |
| border-radius: 3px 0 0 3px;
| |
| }
| |
| | |
| .mainpage-professions li:hover > a {
| |
| color: rgba(255, 255, 255, 0.9);
| |
| border-radius: 0 3px 3px 0 !important;
| |
| }
| |
| | |
| .profession-combat span a,
| |
| .profession-guard span a,
| |
| .profession-scout span a,
| |
| .profession-minefighter span a,
| |
| .profession-watchperson span a {
| |
| background: #333333;
| |
| }
| |
| | |
| .profession-combat:hover a,
| |
| .profession-guard:hover a,
| |
| .profession-scout:hover a,
| |
| .profession-minefighter:hover a,
| |
| .profession-watchperson:hover a {
| |
| background: #333333;
| |
| }
| |
| | |
| .profession-chef span a {
| |
| background: #432c1e;
| |
| }
| |
| | |
| .profession-chef:hover a {
| |
| background: #432c1e;
| |
| }
| |
| | |
| .profession-fisher span a {
| |
| background: #223e43;
| |
| }
| |
| | |
| .profession-fisher:hover a {
| |
| background: #223e43;
| |
| }
| |
| | |
| .profession-forager span a {
| |
| background: #8f6a3b;
| |
| }
| |
| | |
| .profession-forager:hover a {
| |
| background: #8f6a3b;
| |
| }
| |
| | |
| .profession-alchemist span a {
| |
| background: #244733;
| |
| }
| |
| | |
| .profession-alchemist:hover a {
| |
| background: #244733;
| |
| }
| |
| | |
| .profession-gatherer span a {
| |
| background: #838747;
| |
| }
| |
| | |
| .profession-gatherer:hover a {
| |
| background: #838747;
| |
| }
| |
| | |
| .profession-woodcutter span a {
| |
| background: #2e432b;
| |
| }
| |
| | |
| .profession-woodcutter:hover a {
| |
| background: #2e432b;
| |
| }
| |
| | |
| .profession-carpenter span a,
| |
| .profession-leatherworker span a {
| |
| background: #41362e;
| |
| }
| |
| | |
| .profession-carpenter:hover a,
| |
| .profession-leatherworker:hover a {
| |
| background: #41362e;
| |
| }
| |
| | |
| .profession-bonewright span a {
| |
| background: #383d2b;
| |
| }
| |
| | |
| .profession-bonewright:hover a {
| |
| background: #383d2b;
| |
| }
| |
| | |
| .profession-miner span a {
| |
| background: #334141;
| |
| }
| |
| | |
| .profession-miner:hover a {
| |
| background: #334141;
| |
| }
| |
| | |
| .profession-blacksmith span a {
| |
| background: #7d732e;
| |
| }
| |
| | |
| .profession-blacksmith:hover a {
| |
| background: #7d732e;
| |
| }
| |
| | |
| .profession-stonemason span a {
| |
| background: #373f47;
| |
| }
| |
| | |
| .profession-stonemason:hover a {
| |
| background: #373f47;
| |
| }
| |
| | |
| .profession-detective span a {
| |
| background: #2f4159;
| |
| }
| |
| | |
| .profession-detective:hover a {
| |
| background: #2f4159;
| |
| }
| |
| | |
| .profession-merchant span a {
| |
| background: #532a2a;
| |
| }
| |
| | |
| .profession-merchant:hover a {
| |
| background: #532a2a;
| |
| }
| |
| | |
| .popular-pages ul {
| |
| display: grid;
| |
| grid-template-columns: repeat(3, 1fr);
| |
| grid-gap: 0.6em;
| |
| margin: 1em 0 0.7em 0;
| |
| }
| |
| | |
| .mp-popular-page-light {
| |
| display: flex;
| |
| align-items: center;
| |
| background-color: var(--button-background);
| |
| transition: 100ms;
| |
| }
| |
| | |
| .mp-popular-page-light a {
| |
| flex: 1;
| |
| display: block;
| |
| color: #fff;
| |
| font-weight: bold;
| |
| text-align: center;
| |
| text-decoration: none;
| |
| padding: 0.7em 1em;
| |
| }
| |
| | |
| .mp-popular-page-light:hover {
| |
| filter: brightness(115%);
| |
| transition: 100ms;
| |
| }
| |
| | |
| .mainpage-social {
| |
| border: none;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
| |
| }
| |
| | |
| .mainpage-social .tile-top {
| |
| display: flex;
| |
| align-items: center;
| |
| padding: 1em 1.5em;
| |
| }
| |
| | |
| .mainpage-social .tile-top a {
| |
| flex: 1;
| |
| position: relative;
| |
| text-decoration: none;
| |
| }
| |
| | |
| .mainpage-social .tile-top a:hover .arrow {
| |
| transform: translateX(50%);
| |
| }
| |
| | |
| .mainpage-social .tile-bottom {
| |
| border: none;
| |
| padding: 1em 1.75em;
| |
| }
| |
| | |
| .mainpage-social .tile-bottom p {
| |
| color: #fff;
| |
| font-weight: bold;
| |
| font-size: 0.9em;
| |
| text-align: center;
| |
| text-transform: uppercase;
| |
| letter-spacing: 0.03em;
| |
| margin: 0;
| |
| }
| |
| | |
| .mainpage-social .social-icon {
| |
| margin-right: 0.75em;
| |
| text-align: center;
| |
| width: 60px;
| |
| }
| |
| | |
| .mainpage-social .social-header {
| |
| color: #fff;
| |
| font-weight: bold;
| |
| font-size: 1.15em;
| |
| margin: 0.5em 0 -0.15em;
| |
| }
| |
| | |
| .mainpage-social .server-tagline {
| |
| color: rgba(255, 255, 255, 0.9);
| |
| margin-bottom: 0.5em;
| |
| }
| |
| | |
| .mainpage-social .arrow {
| |
| position: absolute;
| |
| top: calc(50% - .5em);
| |
| right: 0;
| |
| height: 1em;
| |
| width: 0.7em;
| |
| background-size: 0.7em 1em;
| |
| transition: 0.3s ease-out;
| |
| }
| |
| | |
| .mainpage-social.mainpage-discord .tile-top {
| |
| background: #5865f2;
| |
| }
| |
| | |
| .mainpage-social.mainpage-discord .tile-bottom {
| |
| background: #525ee0;
| |
| }
| |
| | |
| .mainpage-social.mainpage-twitter .tile-top {
| |
| background: #15202b;
| |
| }
| |
| | |
| .mainpage-social.mainpage-twitter .tile-bottom {
| |
| background: #121c26;
| |
| }
| |
| | |
| .mainpage-editing {
| |
| border: none;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
| |
| }
| |
| | |
| .mainpage-editing .tile-top {
| |
| background: var(--body-darker);
| |
| }
| |
| | |
| .mainpage-editing .tile-bottom {
| |
| background: #3980ab;
| |
| border: none;
| |
| padding: 0.8rem 1.5rem 0.4rem;
| |
| }
| |
| | |
| .mainpage-editing h2,
| |
| .mainpage-editing a {
| |
| color: #fff;
| |
| }
| |
| | |
| .mainpage-editing p {
| |
| color: rgba(255, 255, 255, 0.9);
| |
| }
| |
| | |
| .mainpage-editing ul {
| |
| list-style-image: url('filepath://Transparent-chevron.svg');
| |
| }
| |
| | |
| @media only screen and (max-width: 1200px) {
| |
| .mainpage-contents {
| |
| grid-template-columns: repeat(3, 1fr);
| |
| }
| |
| | |
| }
| |
| | |
| @media only screen and (max-width: 1000px) {
| |
| .mainpage-body {
| |
| grid-template-areas: "event event event" "content content content" "latest latest latest" "left left left" "right right right";
| |
| }
| |
| | |
| .mainpage-recent-updates {
| |
| grid-template-columns: repeat(2, 1fr);
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves:last-child {
| |
| display: none;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves:hover .tile-top img {
| |
| transform: scale(1.04);
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-top {
| |
| height: 18vw;
| |
| min-height: 9em;
| |
| }
| |
| | |
| .mainpage-header .header-stats {
| |
| display: none;
| |
| }
| |
| | |
| .mainpage-left > *:last-child,
| |
| .mainpage-right > *:last-child {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .popular-pages ul {
| |
| grid-template-columns: repeat(2, 1fr);
| |
| }
| |
| | |
| }
| |
| | |
| @media only screen and (max-width: 720px) {
| |
| .mainpage-recent-updates {
| |
| grid-template-columns: none;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves:last-child {
| |
| display: flex;
| |
| }
| |
| | |
| .mainpage-contents {
| |
| grid-template-columns: repeat(2, 1fr);
| |
| }
| |
| | |
| }
| |
| | |
| .mw-prefs-buttons {
| |
| background-color: var(--body-main);
| |
| border-top-color: var(--body-border);
| |
| box-shadow: none;
| |
| }
| |
| | |
| .mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed,
| |
| .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
| |
| border-color: var(--body-border);
| |
| }
| |
| | |
| .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td {
| |
| background-color: var(--body-light);
| |
| }
| |
| | |
| .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td {
| |
| background-color: var(--body-mid);
| |
| }
| |
| | |
| :root {
| |
| --rc-positive-color: #407813;
| |
| --rc-negative-color: #b41e0f;
| |
| }
| |
| | |
| .mw-plusminus-pos {
| |
| color: var(--rc-positive-color);
| |
| }
| |
| | |
| .mw-plusminus-neg {
| |
| color: var(--rc-negative-color);
| |
| }
| |
| | |
| .client-js .mw-recentchanges-toplinks:not(.mw-recentchanges-toplinks-collapsed) {
| |
| border-color: var(--body-border);
| |
| background-color: var(--body-light);
| |
| border-radius: 2px;
| |
| }
| |
| | |
| .mw-recentchanges-toplinks {
| |
| font-size: 0.85em;
| |
| }
| |
| | |
| .mw-recentchanges-toplinks table {
| |
| margin: 0 auto;
| |
| }
| |
| | |
| .mw-recentchanges-toplinks th {
| |
| text-align: right;
| |
| padding-right: 5px;
| |
| }
| |
| | |
| .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-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
| |
| background-color: var(--body-light);
| |
| border-color: var(--body-dark);
| |
| }
| |
| | |
| .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;
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .page-Special_ListFiles a.image 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);
| |
| }
| |
| | |
| tr.mw-abusefilter-list-throttled,
| |
| tr.mw-abusefilter-list-throttled td:not(.TablePager_col_af_enabled) {
| |
| color: var(--text-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);
| |
| }
| |
| | |
| 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);
| |
| }
| |
| | |
| .forumlist th {
| |
| background-color: var(--body-mid);
| |
| color: white;
| |
| }
| |
| | |
| .forumlist th.forum_title {
| |
| padding-left: 25px;
| |
| }
| |
| | |
| .forumlist th a {
| |
| color: white;
| |
| }
| |
| | |
| .forumlist .forumcolumnheader {
| |
| text-align: left;
| |
| padding-left: 5px;
| |
| }
| |
| | |
| .forumlist .forumcolumnheader th {
| |
| background-color: var(--body-light);
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .forumlist .forumcolumnheader th a {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .forumlist td {
| |
| padding: 0;
| |
| }
| |
| | |
| .forumlist td span {
| |
| display: block;
| |
| padding-left: 15px;
| |
| font-size: smaller;
| |
| }
| |
| | |
| .forumlist td span.forum_author {
| |
| padding-left: 30px;
| |
| }
| |
| | |
| .forumlist td span a {
| |
| text-decoration: none;
| |
| }
| |
| | |
| .forumlist .forum_edited a {
| |
| text-decoration: none;
| |
| }
| |
| | |
| .forumlist .forum_title a {
| |
| padding-left: 25px;
| |
| }
| |
| | |
| .forumheader {
| |
| border-left: 15px solid var(--body-border);
| |
| background-color: var(--body-light);
| |
| margin: 1em 0;
| |
| padding: 12px;
| |
| }
| |
| | |
| .forumsearchbox {
| |
| float: right;
| |
| width: auto;
| |
| padding: 0.5em;
| |
| margin-left: 0.5em;
| |
| text-align: center;
| |
| font-size: 90%;
| |
| background-color: var(--body-light);
| |
| }
| |
| | |
| body.ns-110 #ca-talk {
| |
| display: none;
| |
| }
| |
| | |
| .discussiontable {
| |
| width: 100%;
| |
| }
| |
| | |
| .color-container {
| |
| display: flex;
| |
| margin: 2em auto;
| |
| width: 80%;
| |
| max-width: 60em;
| |
| }
| |
| | |
| .color-column {
| |
| flex: 1;
| |
| margin-right: 1em;
| |
| display: flex;
| |
| flex-flow: column;
| |
| }
| |
| | |
| .color-column:last-child {
| |
| margin-right: 0; | |
| }
| |
| | |
| .color-column h3 {
| |
| padding: 0;
| |
| }
| |
| | |
| .color-group {
| |
| color: #333;
| |
| padding: 1em 1.5em;
| |
| transition: 0.2s ease-out;
| |
| flex: 1;
| |
| }
| |
| | |
| .color-group:hover {
| |
| transform: scale(1.03);
| |
| }
| |
| | |
| .color-group.dark {
| |
| color: #fff;
| |
| }
| |
| | |
| .color-group .variable,
| |
| .color-group .hexcode {
| |
| font-family: monospace;
| |
| font-size: 1.1em;
| |
| -webkit-user-select: all;
| |
| -moz-user-select: all;
| |
| -ms-user-select: all;
| |
| user-select: all;
| |
| margin: 0;
| |
| }
| |
| | |
| body.wgl-readermode .color-group .variable,
| |
| body.wgl-readermode .color-group .hexcode {
| |
| font-size: inherit;
| |
| }
| |
| | |
| .color-group .variable {
| |
| font-weight: bold;
| |
| }
| |
| | |
| #t-print,
| |
| #t-permalink {
| |
| display: none;
| |
| }
| |
| | |
| #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);
| |
| }
| |
| | |
| .smwfact {
| |
| display: none;
| |
| }
| |
| | |
| .list-header {
| |
| background-color: var(--body-mid);
| |
| color: inherit;
| |
| }
| |
| | |
| .editOptions {
| |
| color: var(--text-color);
| |
| background-color: var(--sourceeditor-background-secondary);
| |
| border-color: var(--sourceeditor-border);
| |
| }
| |
| | |
| .mw-json th,
| |
| .mw-json td {
| |
| border-color: var(--wikitable-border);
| |
| }
| |
| | |
| .mw-json td {
| |
| background: var(--wikitable-bg);
| |
| }
| |
| | |
| .mw-json th {
| |
| background: var(--wikitable-header-bg);
| |
| } | | } |