|
|
| (104 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* <pre> */
| | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cinzel:wght@600;700&display=swap'); |
| :root {
| |
| --body-main: #fbfbfb;
| |
| --body-light: #fff;
| |
| --body-mid: #f8f9fa;
| |
| --body-mid-dark: #6ba5c8;
| |
| --body-mid-darker: #438ab6;
| |
| --body-dark: #246c97;
| |
| --body-border: #e6e6e6;
| |
| --body-border-dark: #a2a9b1;
| |
| --body-header-border: #dcdcdc;
| |
| --body-background-color: #f6f6f6;
| |
| --button-background: #438ab5;
| |
| --button-color: #fff;
| |
| --button-border: #cb00ff;
| |
| --button-dark: #cb00ff;
| |
| --button-light: #cb00ff;
| |
| --sidebar: #a2a9b1;
| |
| --sidebar-mobile: #eaecf0;
| |
| --background-text-color: #54595d;
| |
| --background-link-color: #327ba7;
| |
| --search-box: #fff;
| |
| --link-color: #2373a2;
| |
| --redlink-color: #ba0000;
| |
| --text-color: #36414f;
| |
| --dark-text-color: #fff;
| |
| --byline-color: #4c4c4c;
| |
| --subtle-color: #949eaa;
| |
| --admin-blue: #332e75;
| |
| --bearcat-green: #13592e;
| |
| --awb-purple: #933b96;
| |
| --rsw-blue: #438ab6;
| |
| --osrsw-brown: #605443;
| |
| --sourceeditor-input-background: #fff;
| |
| --sourceeditor-background: var(--body-light);
| |
| --sourceeditor-background-secondary: var(--body-light);
| |
| --sourceeditor-border: #c8ccd1;
| |
| --codemirror-gutter-background: var(--body-mid);
| |
| --color-base: var(--text-color);
| |
| --color-progressive--hover: var(--ooui-progressive--hover);
| |
| --background-color-neutral-subtle: var(--body-mid);
| |
| --background-color-notice-subtle: var(--body-light);
| |
| --background-color-progressive: var(--ooui-progressive);
| |
| --box-shadow-color-progressive-selected: var(--ooui-progressive);
| |
| --box-shadow-color-progressive-selected--hover: var(--ooui-progressive--hover);
| |
| }
| |
| | |
| @font-face { | |
| font-family: 'IBM Plex Sans';
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| font-display: swap;
| |
| src: url('filepath://IBMPlexSans-Regular.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'IBM Plex Sans';
| |
| font-weight: normal;
| |
| font-style: italic;
| |
| font-display: swap;
| |
| src: url('filepath://IBMPlexSans-Italic.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'IBM Plex Sans';
| |
| font-weight: bold;
| |
| font-style: normal;
| |
| font-display: swap;
| |
| src: url('filepath://IBMPlexSans-Bold.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'IBM Plex Sans';
| |
| font-weight: bold;
| |
| font-style: italic;
| |
| font-display: swap;
| |
| src: url('filepath://IBMPlexSans-BoldItalic.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face { | |
| font-family: 'PT Serif';
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| font-display: swap;
| |
| src: url('filepath://PT-Serif_Regular.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'PT Serif';
| |
| font-weight: normal;
| |
| font-style: italic;
| |
| font-display: swap;
| |
| src: url('filepath://PT-Serif_Italic.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'PT Serif';
| |
| font-weight: bold;
| |
| font-style: normal;
| |
| font-display: swap;
| |
| src: url('filepath://PT-Serif_Bold.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face { | |
| font-family: 'PT Serif';
| |
| font-weight: bold;
| |
| font-style: italic;
| |
| font-display: swap;
| |
| src: url('filepath://PT-Serif_Bold-Italic.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'RuneScape';
| |
| font-style: normal;
| |
| font-weight: normal;
| |
| src: local("RuneScape Chat 2"),
| |
| local("RuneScape Chat"),
| |
| url('filepath://RuneScape.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'RuneScape';
| |
| font-style: normal;
| |
| font-weight: bold;
| |
| src: local("RuneScape Chat Bold 2"),
| |
| local("RuneScape Chat Bold"),
| |
| url('filepath://RuneScape_Bold.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'RuneScape Small';
| |
| font-style: normal;
| |
| font-weight: normal;
| |
| src: local("RuneScape Small"),
| |
| url('filepath://RuneScape_Small.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'RuneScape Classic';
| |
| font-style: normal;
| |
| font-weight: normal;
| |
| src: local("RuneScape Classic"),
| |
| url('filepath://RuneScape_Classic.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'KingthingsPetrock';
| |
| font-style: normal;
| |
| font-weight: normal;
| |
| src: local("Kingthings Petrock"),
| |
| url('filepath://Kingthings_Petrock-webfont.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'MuseoSans';
| |
| font-style: normal;
| |
| font-weight: normal;
| |
| src: local("Museo Sans"),
| |
| url('filepath://Museo_Sans_500.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'League Spartan';
| |
| font-style: normal;
| |
| font-weight: bold;
| |
| src: local("League Spartan"),
| |
| url('filepath://Leaguespartan-bold.woff2') format('woff2');
| |
| }
| |
|
| |
|
| @font-face { | | @font-face { |
| font-family: 'Noto Sans';
| | font-family: "KintaraCinzel"; |
| font-style: normal;
| | src: url("https://kintara.gg/site/css/fonts/cinzel-variable.woff2") format("woff2"); |
| font-weight: 400;
| | font-weight: 400 900; |
| font-display: swap;
| | font-style: normal; |
| src: url(https://fonts.gstatic.com/s/notosans/v27/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format('woff2');
| | font-display: swap; |
| } | | } |
|
| |
|
| :root { | | :root { |
| --base-text-color: #36414f;
| | --kin-blue:#5da1d6; --kin-blue-deep:#3a7cb5; --kin-blue-dark:#2b5e8c; |
| --base-heading-color: #444e5a;
| | --kin-orange:#ff9c48; --kin-orange-dk:#d9731f; |
| --base-heading-border: #e4eaee;
| | --kin-line:#cfe0ee; --kin-ink:#1f2d3a; |
| --mw-code-background-color: #f0f0f0;
| |
| --body-background-image: url('filepath://RuneScape_Wiki_background.jpg');
| |
| }
| |
| | |
| #mw-page-base { | |
| background: none;
| |
| }
| |
| | |
| .mw-body {
| |
| background-color: var(--body-main);
| |
| color: var(--text-color);
| |
| border-color: transparent;
| |
| box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
| |
| margin-top: 0;
| |
| }
| |
| | |
| h1,
| |
| h2,
| |
| h3,
| |
| h4,
| |
| h5,
| |
| h6,
| |
| .mw-heading {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| h1,
| |
| h2,
| |
| .mw-heading1,
| |
| .mw-heading2 {
| |
| 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,
| |
| .mw-body-content .mw-heading {
| |
| font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
| |
| }
| |
| | |
| .mw-parser-output > div:nth-child(1 of .mw-heading2) {
| |
| clear: left;
| |
| }
| |
| | |
| .mw-footer {
| |
| color: var(--background-text-color);
| |
| }
| |
| | |
| .mw-footer li {
| |
| color: var(--background-text-color);
| |
| }
| |
| | |
| .mw-footer a,
| |
| .mw-footer a:active,
| |
| .mw-footer a:visited,
| |
| .mw-footer a:hover {
| |
| color: var(--background-link-color);
| |
| }
| |
| | |
| ::placeholder {
| |
| color: var(--subtle-color);
| |
| }
| |
| | |
| html {
| |
| -webkit-text-size-adjust: 100%;
| |
| } | | } |
|
| |
|
| | /* Page background (blue) */ |
| body { | | body { |
| font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
| | font-family:'Inter',-apple-system,system-ui,sans-serif !important; |
| }
| | background:linear-gradient(180deg,#6fb0e0 0%,#5da1d6 40%,#4f93cb 100%) !important; |
| | | background-attachment:fixed !important; color:var(--kin-ink); |
| .mw-parser-output > ul {
| |
| overflow: hidden;
| |
| margin-left: 0;
| |
| padding-left: 2em;
| |
| }
| |
| | |
| .mw-parser-output > ol {
| |
| overflow: hidden;
| |
| margin-left: 0;
| |
| padding-left: 2.6em;
| |
| }
| |
| | |
| .wikitable ol,
| |
| .rsw-infobox ol {
| |
| margin-left: 2em;
| |
| }
| |
| | |
| .rsw-infobox ul {
| |
| margin-left: 1.25em;
| |
| }
| |
| | |
| dl {
| |
| margin: 0;
| |
| }
| |
| | |
| dd {
| |
| min-width: 17.85em;
| |
| }
| |
| | |
| hr {
| |
| border-color: var(--base-heading-border);
| |
| border-style: solid;
| |
| border-width: 1px 0 0 0;
| |
| height: initial;
| |
| }
| |
| | |
| .cdx-message:has(.tile) {
| |
| background: none;
| |
| padding: 0;
| |
| margin: 0;
| |
| border: 0;
| |
| }
| |
| | |
| .cdx-message:has(.tile) .cdx-message__icon {
| |
| display: none;
| |
| }
| |
| | |
| .cdx-message:has(.tile) .cdx-message__content {
| |
| margin-left: 0;
| |
| }
| |
| | |
| :root {
| |
| --color-visited--active: var(--link-color);
| |
| --color-visited--hover: var(--link-color);
| |
| }
| |
| | |
| a,
| |
| .mw-logevent-actionlink a,
| |
| .mw-logevent-tool a,
| |
| .mw-diff-tool a,
| |
| .mw-pager-tools a,
| |
| .mw-checkbox-toggle-controls a,
| |
| .mw-metadata-show-hide-extended a {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| a:visited,
| |
| .mw-logevent-actionlink a:visited,
| |
| .mw-logevent-tool a:visited,
| |
| .mw-diff-tool a:visited,
| |
| .mw-pager-tools a:visited,
| |
| .mw-checkbox-toggle-controls a:visited,
| |
| .mw-metadata-show-hide-extended a:visited,
| |
| a:active,
| |
| .mw-logevent-actionlink a:active,
| |
| .mw-logevent-tool a:active,
| |
| .mw-diff-tool a:active,
| |
| .mw-pager-tools a:active,
| |
| .mw-checkbox-toggle-controls a:active,
| |
| .mw-metadata-show-hide-extended a:active,
| |
| a:hover,
| |
| .mw-logevent-actionlink a:hover,
| |
| .mw-logevent-tool a:hover,
| |
| .mw-diff-tool a:hover,
| |
| .mw-pager-tools a:hover,
| |
| .mw-checkbox-toggle-controls a:hover,
| |
| .mw-metadata-show-hide-extended a:hover {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| a.new,
| |
| .mw-logevent-actionlink a.new,
| |
| .mw-logevent-tool a.new,
| |
| .mw-diff-tool a.new,
| |
| .mw-pager-tools a.new,
| |
| .mw-checkbox-toggle-controls a.new,
| |
| .mw-metadata-show-hide-extended a.new {
| |
| color: var(--redlink-color);
| |
| }
| |
| | |
| a.new:visited,
| |
| .mw-logevent-actionlink a.new:visited,
| |
| .mw-logevent-tool a.new:visited,
| |
| .mw-diff-tool a.new:visited,
| |
| .mw-pager-tools a.new:visited,
| |
| .mw-checkbox-toggle-controls a.new:visited,
| |
| .mw-metadata-show-hide-extended a.new:visited {
| |
| color: var(--redlink-color);
| |
| }
| |
| | |
| nav.vector-menu-tabs li a,
| |
| #p-cactions div.vector-menu-content li a,
| |
| #mw-panel .portal .vector-menu-content li a,
| |
| nav.vector-menu-tabs li a:visited,
| |
| #p-cactions div.vector-menu-content li a:visited,
| |
| #mw-panel .portal .vector-menu-content li a:visited,
| |
| nav.vector-menu-tabs li a:active,
| |
| #p-cactions div.vector-menu-content li a:active,
| |
| #mw-panel .portal .vector-menu-content li a:active {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| nav.vector-menu-tabs li.new a,
| |
| #p-cactions div.vector-menu-content li.new a,
| |
| #mw-panel .portal .vector-menu-content li.new a,
| |
| nav.vector-menu-tabs li.new a:visited,
| |
| #p-cactions div.vector-menu-content li.new a:visited,
| |
| #mw-panel .portal .vector-menu-content li.new a:visited,
| |
| nav.vector-menu-tabs li.new a:active,
| |
| #p-cactions div.vector-menu-content li.new a:active,
| |
| #mw-panel .portal .vector-menu-content li.new a:active {
| |
| color: var(--redlink-color);
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .mw-parser-output .tweet-name a.external {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .mw-parser-output .tweet-handle a.external,
| |
| .mw-parser-output .tweet-date a.external {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .jsPurgeLink a.external {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| #mw-content-text .mw-userlink[title="User:Abuse filter"],
| |
| #mw-content-text .mw-userlink[title="User:FeedbackBot"],
| |
| #mw-content-text .mw-userlink[title="User:New user message"],
| |
| #mw-content-text .mw-userlink[title="User:Cresbot"],
| |
| #mw-content-text .mw-userlink[title="User:Gaz GEBot"] {
| |
| color: #f7861b;
| |
| }
| |
| | |
| #mw-content-text .mw-userlink[title="User:AesBot"],
| |
| #mw-content-text .mw-userlink[title="User:AvocadoBot"],
| |
| #mw-content-text .mw-userlink[title="User:Bot 2 Pla"],
| |
| #mw-content-text .mw-userlink[title="User:Botsey"],
| |
| #mw-content-text .mw-userlink[title="User:BrenBot"],
| |
| #mw-content-text .mw-userlink[title="User:Cåmdroid"],
| |
| #mw-content-text .mw-userlink[title="User:CapitalWillowBot"],
| |
| #mw-content-text .mw-userlink[title="User:CephBot"],
| |
| #mw-content-text .mw-userlink[title="User:CookBot"],
| |
| #mw-content-text .mw-userlink[title="User:Dalek AWB"],
| |
| #mw-content-text .mw-userlink[title="User:Gaz Bot"],
| |
| #mw-content-text .mw-userlink[title="User:HabbletAWB"],
| |
| #mw-content-text .mw-userlink[title="User:HaidroBot"],
| |
| #mw-content-text .mw-userlink[title="User:HawkBot"],
| |
| #mw-content-text .mw-userlink[title="User:Iiii I I I's sockpuppet"],
| |
| #mw-content-text .mw-userlink[title="User:JaydenBot"],
| |
| #mw-content-text .mw-userlink[title="User:MAGE-BOT-R"],
| |
| #mw-content-text .mw-userlink[title="User:Merds Bot"],
| |
| #mw-content-text .mw-userlink[title="User:Michabotbot"],
| |
| #mw-content-text .mw-userlink[title="User:MrBot"],
| |
| #mw-content-text .mw-userlink[title="User:MudBot"],
| |
| #mw-content-text .mw-userlink[title="User:MuudyBot"],
| |
| #mw-content-text .mw-userlink[title="User:NBottinger"],
| |
| #mw-content-text .mw-userlink[title="User:NexBot"],
| |
| #mw-content-text .mw-userlink[title="User:NXTGenBot"],
| |
| #mw-content-text .mw-userlink[title="User:Riblet15 bot account"],
| |
| #mw-content-text .mw-userlink[title="User:ScuzzBot"],
| |
| #mw-content-text .mw-userlink[title="User:Sir KITT"],
| |
| #mw-content-text .mw-userlink[title="User:SparkyKittyBot"],
| |
| #mw-content-text .mw-userlink[title="User:TailsBot"],
| |
| #mw-content-text .mw-userlink[title="User:TomBot"],
| |
| #mw-content-text .mw-userlink[title="User:Trahaearn automaton"],
| |
| #mw-content-text .mw-userlink[title="User:Wired Bot"] {
| |
| color: #e874cf;
| |
| }
| |
| | |
| #mw-content-text .mw-userlink[title="User:JagexDoom"],
| |
| #mw-content-text .mw-userlink[title="User:JagexKieren"],
| |
| #mw-content-text .mw-userlink[title="User:JagexOwly"],
| |
| #mw-content-text .mw-userlink[title="User:JagexPebble"],
| |
| #mw-content-text .mw-userlink[title="User:JagexRyan"],
| |
| #mw-content-text .mw-userlink[title="User:Jagex Stu"],
| |
| #mw-content-text .mw-userlink[title="User:Jimwip"],
| |
| #mw-content-text .mw-userlink[title="User:Kelvin"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Ave"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Breezy"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Iago"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Jam"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Sukotto"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Zura"],
| |
| #mw-content-text .mw-userlink[title="User:Ramen"],
| |
| #mw-content-text .mw-userlink[title="User:Starieeena"] {
| |
| background: url('filepath://Jagex_moderator_crown.png') left no-repeat;
| |
| padding-left: 15px;
| |
| }
| |
| | |
| @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
| |
| #mw-content-text .mw-userlink[title="User:JagexDoom"],
| |
| #mw-content-text .mw-userlink[title="User:JagexKieren"],
| |
| #mw-content-text .mw-userlink[title="User:JagexOwly"],
| |
| #mw-content-text .mw-userlink[title="User:JagexPebble"],
| |
| #mw-content-text .mw-userlink[title="User:JagexRyan"],
| |
| #mw-content-text .mw-userlink[title="User:Jagex Stu"],
| |
| #mw-content-text .mw-userlink[title="User:Jimwip"],
| |
| #mw-content-text .mw-userlink[title="User:Kelvin"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Ave"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Breezy"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Iago"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Jam"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Sukotto"],
| |
| #mw-content-text .mw-userlink[title="User:Mod Zura"],
| |
| #mw-content-text .mw-userlink[title="User:Ramen"],
| |
| #mw-content-text .mw-userlink[title="User:Starieeena"] {
| |
| image-rendering: -moz-crisp-edges;
| |
| image-rendering: pixelated;
| |
| image-rendering: crisp-edges;
| |
| }
| |
| | |
| }
| |
| | |
| :root {
| |
| --errorbox-bg: #feecea;
| |
| --errorbox-border: #ee4231;
| |
| --warningbox-bg: #fef9de;
| |
| --warningbox-border: #f9d000;
| |
| --successbox-bg: #ecf8e3;
| |
| --successbox-border: #6bc71f;
| |
| }
| |
| | |
| .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-page-base,#mw-head-base{background:transparent !important;} |
| | #mw-head{background:transparent;} |
| | #p-search #searchInput,#p-search input[type="search"]{border:1px solid #fff !important;border-radius:20px !important;padding:3px 12px !important;background:rgba(255,255,255,0.92);} |
| | .vector-menu-tabs li.selected a{color:var(--kin-orange-dk) !important;font-weight:600;} |
| | #mw-panel .vector-menu-heading{color:#ffe0c2 !important;font-weight:700;text-transform:uppercase;font-size:0.72em;letter-spacing:0.05em;} |
| | #mw-panel a{color:#f2f8fd !important;} |
| | #mw-panel a:hover{color:#ffd09e !important;text-decoration:none;} |
| | #content{background:#fff !important;border:1px solid var(--kin-line) !important;border-radius:10px !important;box-shadow:0 6px 22px rgba(20,50,80,0.18) !important;} |
| | #firstHeading{font-weight:700;color:var(--kin-blue-dark);border-bottom:3px solid var(--kin-orange);padding-bottom:6px;} |
| | #mw-content-text h2{border-bottom:1px solid var(--kin-line);padding-bottom:3px;} |
| | #mw-content-text a:not(.image):not(.new),#mw-content-text a:visited:not(.image):not(.new){color:var(--kin-orange-dk);} |
| | #mw-content-text a.new{color:#c0392b;} |
| | #footer,#footer a,#footer li{color:#eaf4fb !important;} |
|
| |
|
| .mw-message-box.mw-message-box-warning, | | /* Infoboxes */ |
| .warningbox, | | .infobox{float:right;clear:right;margin:0 0 1em 1.5em;border:1px solid var(--kin-line);background:#f7fbfe;font-size:0.88em;width:270px;border-collapse:collapse;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(20,50,80,0.1);} |
| .usermessage, | | .infobox-title,.infobox-title a,.infobox-title a:visited{background:var(--kin-blue-deep);color:#fff !important;font-weight:700;font-size:1.05em;text-align:center;padding:8px 10px;text-shadow:0 1px 1px rgba(0,0,0,0.25);} |
| .cdx-message--warning { | | .infobox-image{background:#eaf4fb;text-align:center;padding:12px;border-bottom:1px solid var(--kin-line);} |
| background-color: var(--warningbox-bg);
| | .infobox-image img{max-width:150px;image-rendering:pixelated;image-rendering:crisp-edges;} |
| border-color: var(--warningbox-border);
| | .infobox th{background:#daeaf6;color:#1f4d72;padding:5px 9px;width:40%;font-weight:600;vertical-align:top;border-top:1px solid var(--kin-line);font-size:0.85em;} |
| color: var(--text-color);
| | .infobox td{background:#f7fbfe;color:#222;padding:5px 9px;vertical-align:top;border-top:1px solid var(--kin-line);} |
| padding: 1.5em 2em;
| | .infobox-monster .infobox-title{background:#b5443a;} |
| } | | .infobox-location .infobox-title{background:#3e8c5a;} |
| | .infobox-npc .infobox-title{background:#6a5fc0;} |
| | .infobox-skill .infobox-title{background:#2b87a0;} |
| | .infobox-mount .infobox-title{background:#c77f2a;} |
| | .zone-safe{color:#1a7a1a;font-weight:bold}.zone-pvp{color:#aa2222;font-weight:bold}.zone-calm{color:#1a5a9a;font-weight:bold} |
|
| |
|
| .mw-message-box-success, | | /* Tables */ |
| .successbox, | | .wikitable{border-collapse:collapse;background:#fff;margin:1em 0;font-size:0.9em;border-radius:8px;overflow:hidden;} |
| .cdx-message--success {
| | .wikitable th{background:var(--kin-blue-deep);color:#fff;border:1px solid var(--kin-blue-dark);padding:6px 10px;} |
| background-color: var(--successbox-bg);
| | .wikitable td{border:1px solid var(--kin-line);padding:5px 9px;} |
| border-color: var(--successbox-border);
| | .wikitable tr:nth-child(even) td{background:#f0f7fc;} |
| } | |
|
| |
|
| .catlinks { | | /* Hero */ |
| background: var(--body-light);
| | .kin-hero{background:linear-gradient(135deg,#6fb0e0 0%,#4f93cb 60%,#3a7cb5 100%);border-radius:14px;padding:36px 24px;text-align:center;color:#fff;margin:0 0 18px;box-shadow:0 6px 20px rgba(20,50,80,0.2);} |
| border: 1px solid var(--body-dark);
| | .kin-hero h1{font-family:'Cinzel',serif;font-size:2.7em;letter-spacing:5px;margin:0;color:#fff;border:0;} |
| padding: 8px 15px;
| | .kin-hero p{font-size:1.05em;opacity:0.95;margin:8px 0 0;} |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| | .kin-social{display:flex;gap:10px;justify-content:center;margin:18px 0 0;flex-wrap:wrap;} |
| } | | .kin-social a{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.18);border:1px solid rgba(255,255,255,0.5);color:#fff !important;padding:9px 20px;border-radius:24px;font-weight:600;text-decoration:none;font-size:0.92em;transition:.15s;} |
| | .kin-social a:hover{background:#fff;color:var(--kin-blue-dark) !important;} |
| | .cta-wrap a{background:var(--kin-orange) !important;border-color:var(--kin-orange) !important;} |
| | .cta-wrap a:hover{background:var(--kin-orange-dk) !important;color:#fff !important;} |
|
| |
|
| .catlinks li { | | /* Image cards (v2, big uniform) */ |
| border-color: var(--body-border-dark);
| | .kin-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin:1em 0;} |
| } | | .kin-card{display:flex;flex-direction:column;border:1px solid var(--kin-line);background:#fff;border-radius:10px;overflow:hidden;transition:.15s;text-align:center;} |
| | .kin-card:hover{border-color:var(--kin-orange);box-shadow:0 6px 16px rgba(93,161,214,0.28);transform:translateY(-3px);} |
| | .kin-card a.image{display:flex;align-items:center;justify-content:center;height:128px;background:linear-gradient(160deg,#eef6fc,#d6e9f7);padding:0;} |
| | .kin-card a.image img{max-height:96px !important;max-width:78% !important;width:auto !important;height:auto !important;image-rendering:pixelated;image-rendering:crisp-edges;} |
| | .kin-card .kc-label{flex:1;display:flex;flex-direction:column;justify-content:center;padding:12px 8px 14px;border-top:1px solid var(--kin-line);} |
| | .kin-card .kc-label a{color:var(--kin-blue-deep) !important;font-weight:700;text-decoration:none;font-size:1.08em;} |
| | .kin-card:hover .kc-label a{color:var(--kin-orange-dk) !important;} |
| | .kin-card .kc-sub{display:block;color:#7a8a99;font-size:0.78em;font-weight:400;margin-top:2px;} |
|
| |
|
| .filehistory a img, | | /* Two-column body (table; reliable + responsive) */ |
| #file img {
| | .kin-main2{width:100%;border-collapse:collapse;margin-top:4px;} |
| 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;
| | .kin-main2 > tbody > tr > td{vertical-align:top;padding:0;border:0;background:transparent;} |
| } | | .kin-main2 td.kin-col-left{width:66%;padding-right:18px;} |
| | .kin-main2 td.kin-col-right{width:31%;} |
| | .kin-box{border:1px solid var(--kin-line);background:#fff;border-radius:10px;padding:14px 16px;margin:0 0 14px;} |
| | .kin-box h2{margin-top:0;border-bottom:1px solid var(--kin-line);} |
|
| |
|
| #file img:hover { | | /* Promo boxes + inline-SVG logos */ |
| background: none;
| | .kin-promo{border-radius:10px;overflow:hidden;margin:0 0 14px;box-shadow:0 2px 10px rgba(20,50,80,0.16);} |
| } | | .kin-promo .pbody{padding:15px 16px;color:#fff;font-weight:700;font-size:1.04em;display:flex;align-items:center;gap:12px;line-height:1.25;} |
| | .kin-promo .pbody small{display:block;font-weight:400;font-size:0.8em;opacity:0.92;margin-top:2px;} |
| | .kin-promo .pbody a,.kin-promo .pbody a:visited{color:#fff !important;text-decoration:none;} |
| | .kin-promo .pfoot{padding:9px 16px;font-size:0.72em;letter-spacing:0.06em;font-weight:700;color:#fff;background:rgba(0,0,0,0.22);text-transform:uppercase;} |
| | .kin-promo .picon{width:42px;height:42px;border-radius:9px;flex:0 0 42px;background-position:center;background-repeat:no-repeat;background-size:64%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.3em;} |
| | .kin-promo .pchev{margin-left:auto;font-size:1.5em;opacity:0.85;} |
| | .kin-promo:hover{filter:brightness(1.06);} |
| | .kin-promo.discord{background:#5865F2;} |
| | .kin-promo.xbox{background:#0b0b0b;} |
| | .kin-promo.help{background:#3a7cb5;} |
| | .kin-promo.discord .picon,.kin-promo.xbox .picon{background-color:transparent;} |
| | .kin-promo.help .picon{background:rgba(255,255,255,0.2);} |
| | .kin-promo.discord .picon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 18"><path fill="white" d="M20.3 1.6A19 19 0 0 0 15.6.3l-.3.6A17 17 0 0 0 8.7.9L8.4.3A19 19 0 0 0 3.7 1.6 19.8 19.8 0 0 0 .3 15.1a19 19 0 0 0 5.8 2.9l.7-1A12 12 0 0 1 5 16.1l.4-.3a13.6 13.6 0 0 0 13.2 0l.4.3a12 12 0 0 1-1.8.9l.7 1a19 19 0 0 0 5.8-2.9A19.7 19.7 0 0 0 20.3 1.6ZM8.3 12.2c-.9 0-1.7-.9-1.7-1.9s.7-1.9 1.7-1.9 1.7.9 1.7 1.9-.8 1.9-1.7 1.9Zm7.4 0c-.9 0-1.7-.9-1.7-1.9s.7-1.9 1.7-1.9 1.7.9 1.7 1.9-.8 1.9-1.7 1.9Z"/></svg>');} |
| | .kin-promo.xbox .picon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M18.9 1.5h3.7l-8 9.2L24 22.5h-7.4l-5.8-7.6-6.6 7.6H.5l8.6-9.8L0 1.5h7.6l5.2 6.9ZM17.6 20.3h2L6.5 3.6H4.3Z"/></svg>');} |
|
| |
|
| .mw-highlight { | | /* Popular pages grid */ |
| background: none;
| | .kin-pop{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0.6em 0 0;} |
| } | | .kin-pop a{background:#566373;color:#fff !important;text-align:center;padding:10px 8px;border-radius:7px;font-weight:600;font-size:0.85em;text-decoration:none;transition:.15s;} |
| | .kin-pop a:hover{background:var(--kin-orange);} |
|
| |
|
| .mw-highlight .linenos {
| | /* Responsive */ |
| background-color: var(--mw-code-background-color);
| | @media (max-width:820px){ |
| color: var(--byline-color);
| | .kin-main2,.kin-main2 > tbody,.kin-main2 > tbody > tr,.kin-main2 > tbody > tr > td{display:block;width:100% !important;padding:0 !important;} |
| margin-left: 1px;
| | .kin-main2 td.kin-col-left{margin-bottom:14px;} |
| } | | } |
| | | @media (max-width:560px){ |
| .mw-highlight a:hover .linenos, | | .kin-cards{grid-template-columns:repeat(2,1fr);} |
| .mw-highlight .hll a .linenos { | | .kin-card a.image{height:108px;} |
| color: var(--text-color);
| | .kin-card a.image img{max-height:78px !important;} |
| | .kin-hero h1{font-size:1.8em;} |
| } | | } |
| | | /* Vector tabs: classic wiki-style page buttons */ |
| .mw-content-ltr.mw-highlight-lines pre, | | body.skin-vector-legacy .vector-menu-tabs, |
| .mw-content-ltr.content .mw-highlight-lines pre { | | body.skin-vector-legacy .vector-menu-tabs ul, |
| box-shadow: inset 2.75em 0 0 var(--mw-code-background-color);
| | body.skin-vector-legacy .vector-menu-tabs li, |
| | body.skin-vector-legacy .vector-menu-tabs li a { |
| | background-image: none !important; |
| } | | } |
|
| |
|
| #pagehistory ul {
| | body.skin-vector-legacy .vector-menu-tabs { |
| list-style: none;
| | padding-left: 0 !important; |
| margin: 0;
| |
| } | | } |
|
| |
|
| #pagehistory li {
| | body.skin-vector-legacy .vector-menu-tabs li { |
| border: 1px solid transparent;
| | background: #c9ad7a !important; |
| padding: 1px 10px;
| | border: 1px solid #9b7f50 !important; |
| margin: 2px 0;
| | border-bottom: 0 !important; |
| | margin: 0 2px 0 0 !important; |
| | border-radius: 0 !important; |
| } | | } |
|
| |
|
| #pagehistory li.selected {
| | body.skin-vector-legacy .vector-menu-tabs li a { |
| color: inherit;
| | color: #3d2b16 !important; |
| background-color: var(--tile-background-color);
| | padding: 13px 14px 12px !important; |
| border: 1px solid var(--tile-border-color);
| | height: auto !important; |
| outline: none;
| | line-height: 1 !important; |
| | font-weight: 500 !important; |
| } | | } |
|
| |
|
| #pagehistory .mw-history-histlinks {
| | body.skin-vector-legacy .vector-menu-tabs li.selected { |
| padding-right: 5px;
| | background: #f3ecd8 !important; |
| | border-color: #d8ccb4 !important; |
| } | | } |
|
| |
|
| #pagehistory .mw-userlink {
| | body.skin-vector-legacy .vector-menu-tabs li.selected a { |
| font-weight: bold;
| | color: #000 !important; |
| | font-weight: 600 !important; |
| } | | } |
|
| |
|
| #mw-history-compare > div:first-of-type {
| | body.skin-vector-legacy .vector-menu-tabs li:hover { |
| position: -webkit-sticky;
| | background: #dbc18d !important; |
| position: sticky;
| |
| top: 0;
| |
| background-color: var(--body-main);
| |
| border-bottom: 1px solid #e4eaee;
| |
| padding: 0.25em 0;
| |
| } | | } |
|
| |
|
| .wgl-stickyheader #mw-history-compare > div:first-of-type { | | body.skin-vector-legacy .vector-menu-tabs li.selected:hover { |
| top: 2.75rem;
| | background: #f3ecd8 !important; |
| } | | } |
| | | /* Vector tabs: Kintara brand version */ |
| .autocomment, | | body.skin-vector-legacy .vector-menu-tabs, |
| .autocomment a, | | body.skin-vector-legacy .vector-menu-tabs ul, |
| .autocomment a:visited { | | body.skin-vector-legacy .vector-menu-tabs li, |
| color: var(--toc-lvl-2-color);
| | body.skin-vector-legacy .vector-menu-tabs li a { |
| | background-image: none !important; |
| } | | } |
|
| |
|
| li span.deleted,
| | body.skin-vector-legacy .vector-menu-tabs { |
| span.history-deleted {
| | padding-left: 0 !important; |
| color: var(--byline-color);
| |
| } | | } |
|
| |
|
| .mw-usertoollinks-contribs-no-edits, | | body.skin-vector-legacy .vector-menu-tabs li { |
| .mw-usertoollinks-contribs-no-edits:visited {
| | background: #eaf4fb !important; |
| color: var(--redlink-color);
| | border: 1px solid #cfe0ee !important; |
| | border-bottom: 0 !important; |
| | margin: 0 2px 0 0 !important; |
| | border-radius: 0 !important; |
| } | | } |
|
| |
|
| body.wgl-stickyheader.action-view .mw-headline:target::before { | | body.skin-vector-legacy .vector-menu-tabs li a { |
| display: block;
| | color: #2b5e8c !important; |
| content: '';
| | padding: 13px 14px 12px !important; |
| margin-top: -3rem;
| | height: auto !important; |
| height: 3rem;
| | line-height: 1 !important; |
| visibility: hidden;
| | font-weight: 600 !important; |
| pointer-events: none;
| | text-decoration: none !important; |
| } | | } |
|
| |
|
| .mw-mmv-post-image { | | body.skin-vector-legacy .vector-menu-tabs li a:hover, |
| color: var(--text-color);
| | body.skin-vector-legacy .vector-menu-tabs li a:focus { |
| background-color: var(--body-main);
| | text-decoration: none !important; |
| } | | } |
|
| |
|
| .mw-mmv-image-metadata { | | body.skin-vector-legacy .vector-menu-tabs li.selected { |
| border-top-color: var(--body-mid);
| | background: #ffffff !important; |
| background-color: var(--body-light);
| | border-color: #ffffff !important; |
| } | | } |
|
| |
|
| .mw-mmv-dialog, | | body.skin-vector-legacy .vector-menu-tabs li.selected a { |
| .mw-mmv-dialog .mw-mmv-dialog-down-arrow, | | color: #d9731f !important; |
| .mw-mmv-options-dialog .mw-mmv-dialog-down-arrow {
| | font-weight: 700 !important; |
| background-color: var(--body-light);
| |
| box-shadow: none;
| |
| } | | } |
|
| |
|
| .mw-mmv-options-enable-alert { | | body.skin-vector-legacy .vector-menu-tabs li:hover { |
| background-color: var(--body-light);
| | background: #ff9c48 !important; |
| color: var(--text-color);
| | border-color: #d9731f !important; |
| } | | } |
|
| |
|
| .mw-mmv-options-dialog-header,
| | body.skin-vector-legacy .vector-menu-tabs li:hover a { |
| .mw-mmv-options-text-header,
| | color: #ffffff !important; |
| .mw-mmv-options-text-body,
| | text-decoration: none !important; |
| .mw-mmv-options-enable-alert, | |
| .mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-dialog-header, | |
| .mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-text-header {
| |
| color: var(--text-color);
| |
| } | | } |
|
| |
|
| .mw-revslider-container { | | body.skin-vector-legacy .vector-menu-tabs li.selected:hover { |
| border-color: var(--sidebar);
| | background: #ffffff !important; |
| | border-color: #ffffff !important; |
| } | | } |
|
| |
|
| .mw-revslider-slider-wrapper { | | body.skin-vector-legacy .vector-menu-tabs li.selected:hover a { |
| border-top-color: var(--sidebar);
| | color: #d9731f !important; |
| } | | } |
|
| |
|
| .cdx-button:not( :disabled ), | | /* Vector tabs: softer Kintara version */ |
| .mw-ui-button:not( :disabled ), | | body.skin-vector-legacy .vector-menu-tabs, |
| .cdx-button:enabled, | | body.skin-vector-legacy .vector-menu-tabs ul, |
| .mw-ui-button:enabled, | | body.skin-vector-legacy .vector-menu-tabs li, |
| .cdx-button.cdx-button--fake-button--enabled, | | body.skin-vector-legacy .vector-menu-tabs li a { |
| .mw-ui-button.cdx-button--fake-button--enabled { | | background-image: none !important; |
| background-color: var(--ooui-normal);
| |
| color: var(--ooui-text);
| |
| border-color: var(--ooui-normal-border);
| |
| } | | } |
|
| |
|
| .cdx-button:not( :disabled ):focus:not(:active):not(.cdx-button--is-active), | | body.skin-vector-legacy .vector-menu-tabs li { |
| .mw-ui-button:not( :disabled ):focus:not(:active):not(.cdx-button--is-active),
| | background: rgba(255,255,255,0.72) !important; |
| .cdx-button:enabled:focus:not(:active):not(.cdx-button--is-active),
| | border: 0 !important; |
| .mw-ui-button:enabled:focus:not(:active):not(.cdx-button--is-active),
| | margin: 0 3px 0 0 !important; |
| .cdx-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active),
| | border-radius: 0 !important; |
| .mw-ui-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active) {
| | box-shadow: inset 0 3px 0 rgba(93,161,214,0.45); |
| color: var(--ooui-text);
| |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #ffffff;
| |
| } | | } |
|
| |
|
| .cdx-button:not( :disabled ):hover, | | body.skin-vector-legacy .vector-menu-tabs li a { |
| .mw-ui-button:not( :disabled ):hover,
| | color: #24547f !important; |
| .cdx-button:enabled:hover,
| | padding: 13px 15px 12px !important; |
| .mw-ui-button:enabled:hover, | | height: auto !important; |
| .cdx-button.cdx-button--fake-button--enabled:hover,
| | line-height: 1 !important; |
| .mw-ui-button.cdx-button--fake-button--enabled:hover,
| | font-weight: 600 !important; |
| .cdx-button:not( :disabled ):active,
| | text-decoration: none !important; |
| .mw-ui-button:not( :disabled ):active,
| |
| .cdx-button:enabled:active,
| |
| .mw-ui-button:enabled:active,
| |
| .cdx-button.cdx-button--fake-button--enabled:active,
| |
| .mw-ui-button.cdx-button--fake-button--enabled:active {
| |
| background-color: var(--ooui-normal--hover);
| |
| color: var(--ooui-text);
| |
| border-color: var(--ooui-normal-border);
| |
| } | | } |
|
| |
|
| .cdx-button:not( :disabled ):visited, | | body.skin-vector-legacy .vector-menu-tabs li a:hover, |
| .mw-ui-button:not( :disabled ):visited,
| | body.skin-vector-legacy .vector-menu-tabs li a:focus { |
| .cdx-button:enabled:visited,
| | text-decoration: none !important; |
| .mw-ui-button:enabled:visited, | |
| .cdx-button.cdx-button--fake-button--enabled:visited, | |
| .mw-ui-button.cdx-button--fake-button--enabled:visited {
| |
| color: var(--ooui-text);
| |
| } | | } |
|
| |
|
| .cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive, | | body.skin-vector-legacy .vector-menu-tabs li.selected { |
| .mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive, | | background: #ffffff !important; |
| .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,
| | box-shadow: inset 0 3px 0 #ff9c48; |
| .mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,
| |
| .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive,
| |
| .mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive,
| |
| .cdx-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled),
| |
| .mw-ui-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled),
| |
| .cdx-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled),
| |
| .mw-ui-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled),
| |
| .cdx-button.cdx-button--fake-button--enabled .mw-ui-button.mw-ui-progressive:not(:disabled),
| |
| .mw-ui-button.cdx-button--fake-button--enabled .mw-ui-button.mw-ui-progressive:not(:disabled) {
| |
| background-color: var(--ooui-progressive);
| |
| color: #fff;
| |
| border-color: var(--ooui-progressive);
| |
| } | | } |
|
| |
|
| .cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:hover, | | body.skin-vector-legacy .vector-menu-tabs li.selected a { |
| .mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:hover,
| | color: #d9731f !important; |
| .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,
| | font-weight: 700 !important; |
| .mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,
| |
| .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,
| |
| .mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,
| |
| .cdx-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled):hover,
| |
| .mw-ui-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled):hover,
| |
| .cdx-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled):hover,
| |
| .mw-ui-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled):hover,
| |
| .cdx-button.cdx-button--fake-button--enabled .mw-ui-button.mw-ui-progressive:not(:disabled):hover,
| |
| .mw-ui-button.cdx-button--fake-button--enabled .mw-ui-button.mw-ui-progressive:not(:disabled):hover {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| } | | } |
|
| |
|
| .cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:focus, | | body.skin-vector-legacy .vector-menu-tabs li:not(.selected):hover { |
| .mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:focus,
| | background: #fff3e7 !important; |
| .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus,
| | box-shadow: inset 0 3px 0 #ff9c48; |
| .mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus,
| |
| .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus,
| |
| .mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus,
| |
| .cdx-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled):focus,
| |
| .mw-ui-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled):focus, | |
| .cdx-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled):focus,
| |
| .mw-ui-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled):focus,
| |
| .cdx-button.cdx-button--fake-button--enabled .mw-ui-button.mw-ui-progressive:not(:disabled):focus,
| |
| .mw-ui-button.cdx-button--fake-button--enabled .mw-ui-button.mw-ui-progressive:not(:disabled):focus {
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #ffffff;
| |
| } | | } |
|
| |
|
| .cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:active, | | body.skin-vector-legacy .vector-menu-tabs li:not(.selected):hover a { |
| .mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:active,
| |
| .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
| |
| .mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
| |
| .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
| |
| .mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
| |
| .cdx-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled):active,
| |
| .mw-ui-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled):active,
| |
| .cdx-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled):active,
| |
| .mw-ui-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled):active,
| |
| .cdx-button.cdx-button--fake-button--enabled .mw-ui-button.mw-ui-progressive:not(:disabled):active,
| |
| .mw-ui-button.cdx-button--fake-button--enabled .mw-ui-button.mw-ui-progressive:not(:disabled):active,
| |
| .cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive.is-on,
| |
| .mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive.is-on,
| |
| .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on,
| |
| .mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on,
| |
| .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on,
| |
| .mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on,
| |
| .cdx-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled).is-on,
| |
| .mw-ui-button:not( :disabled ) .mw-ui-button.mw-ui-progressive:not(:disabled).is-on,
| |
| .cdx-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled).is-on,
| |
| .mw-ui-button:enabled .mw-ui-button.mw-ui-progressive:not(:disabled).is-on,
| |
| .cdx-button.cdx-button--fake-button--enabled .mw-ui-button.mw-ui-progressive:not(:disabled).is-on,
| |
| .mw-ui-button.cdx-button--fake-button--enabled .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;
| |
| }
| |
|
| |
|
| .cdx-button.cdx-button--action-destructive:not( :disabled ),
| | /* Vector tabs: final Kintara hover, classic wiki-style */ |
| .cdx-button.mw-ui-button--action-destructive:not( :disabled ), | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover { |
| .mw-ui-button.cdx-button--action-destructive:not( :disabled ),
| | background: #fff3e7 !important; |
| .mw-ui-button.mw-ui-button--action-destructive:not( :disabled ) {
| | box-shadow: inset 0 3px 0 #ff9c48 !important; |
| color: #fff;
| |
| } | | } |
|
| |
|
| .cdx-button.cdx-button--weight-quiet, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover a, |
| .cdx-button.mw-ui-button--weight-quiet,
| | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover a:visited, |
| .mw-ui-button.cdx-button--weight-quiet, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover a:hover, |
| .mw-ui-button.mw-ui-button--weight-quiet, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover a:focus, |
| .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover a span { |
| .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive, | | color: #2b5e8c !important; |
| .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
| | text-decoration: none !important; |
| .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
| |
| .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive, | |
| .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive, | |
| .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive, | |
| .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive,
| |
| .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
| |
| .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
| |
| .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
| |
| .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive,
| |
| .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive {
| |
| color: var(--text-color);
| |
| } | | } |
|
| |
|
| .cdx-checkbox__input:enabled:checked + .cdx-checkbox__icon, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover { |
| .mw-ui-checkbox__input:enabled:checked + .cdx-checkbox__icon,
| | background: #ffffff !important; |
| .cdx-checkbox__input:enabled:indeterminate + .cdx-checkbox__icon, | | box-shadow: inset 0 3px 0 #ff9c48 !important; |
| .mw-ui-checkbox__input:enabled:indeterminate + .cdx-checkbox__icon { | |
| background-color: var(--ooui-progressive);
| |
| border-color: var(--ooui-progressive);
| |
| } | | } |
|
| |
|
| .cdx-checkbox__input:enabled:checked:hover + .cdx-checkbox__icon, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover a, |
| .mw-ui-checkbox__input:enabled:checked:hover + .cdx-checkbox__icon, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover a:visited, |
| .cdx-checkbox__input:enabled:indeterminate:hover + .cdx-checkbox__icon, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover a:hover, |
| .mw-ui-checkbox__input:enabled:indeterminate:hover + .cdx-checkbox__icon { | | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover a span { |
| background-color: var(--ooui-progressive--hover);
| | color: #d9731f !important; |
| border-color: var(--ooui-progressive--hover);
| | text-decoration: none !important; |
| } | | } |
|
| |
| .cdx-checkbox__input:enabled:checked:active + .cdx-checkbox__icon,
| |
| .mw-ui-checkbox__input:enabled:checked:active + .cdx-checkbox__icon,
| |
| .cdx-checkbox__input:enabled:indeterminate:active + .cdx-checkbox__icon,
| |
| .mw-ui-checkbox__input:enabled:indeterminate:active + .cdx-checkbox__icon {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
| |
| } | | } |
|
| |
|
| .cdx-checkbox__input:enabled:checked:focus:not(:active),
| | /* Vector tabs: fixed hover, keep text color stable */ |
| .mw-ui-checkbox__input:enabled:checked:focus:not(:active), | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover { |
| .cdx-checkbox__input:enabled:indeterminate:focus:not(:active),
| | background: #fff3e7 !important; |
| .mw-ui-checkbox__input:enabled:indeterminate:focus:not(:active) { | | box-shadow: inset 0 3px 0 #ff9c48 !important; |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
| |
| } | | } |
|
| |
|
| .cdx-checkbox__input:enabled:checked:focus:not(:active):not(:hover) + .cdx-checkbox__icon, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a, |
| .mw-ui-checkbox__input:enabled:checked:focus:not(:active):not(:hover) + .cdx-checkbox__icon, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a:visited, |
| .cdx-checkbox__input:enabled:indeterminate:focus:not(:active):not(:hover) + .cdx-checkbox__icon, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a:hover, |
| .mw-ui-checkbox__input:enabled:indeterminate:focus:not(:active):not(:hover) + .cdx-checkbox__icon { | | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a:focus, |
| background-color: var(--ooui-progressive--hover);
| | body.skin-vector-legacy #mw-head .vector-menu-tabs li:not(.selected):hover > a span { |
| border-color: var(--ooui-accent);
| | color: #24547f !important; |
| box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
| | text-decoration: none !important; |
| } | | } |
|
| |
|
| .cdx-checkbox__input:enabled:hover + .cdx-checkbox__icon, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover { |
| .mw-ui-checkbox__input:enabled:hover + .cdx-checkbox__icon { | | background: #ffffff !important; |
| border-color: var(--ooui-accent);
| | box-shadow: inset 0 3px 0 #ff9c48 !important; |
| } | | } |
|
| |
|
| .cdx-checkbox__input:enabled:active + .cdx-checkbox__icon, | | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover > a, |
| .mw-ui-checkbox__input:enabled:active + .cdx-checkbox__icon { | | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover > a:visited, |
| background-color: var(--ooui-progressive--hover);
| | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover > a:hover, |
| border-color: var(--ooui-progressive--hover);
| | body.skin-vector-legacy #mw-head .vector-menu-tabs li.selected:hover > a span { |
| box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
| | color: #d9731f !important; |
| | text-decoration: none !important; |
| } | | } |
| | | /* Content panel: square top edge */ |
| input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet,
| | body.skin-vector-legacy #content { |
| input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet,
| | border-radius: 0 !important; |
| input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet,
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet,
| |
| input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
| |
| input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
| |
| input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
| |
| .cdx-button.cdx-button--weight-quiet:hover,
| |
| .cdx-button.mw-ui-button--weight-quiet:hover,
| |
| .mw-ui-button.cdx-button--weight-quiet:hover,
| |
| .mw-ui-button.mw-ui-button--weight-quiet:hover,
| |
| .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive:hover,
| |
| .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:hover,
| |
| .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:hover,
| |
| .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:hover,
| |
| .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive:hover,
| |
| .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:hover,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:hover,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:hover,
| |
| .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive:hover,
| |
| .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:hover,
| |
| .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:hover,
| |
| .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:hover,
| |
| .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive:hover, | |
| .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:hover,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:hover,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:hover {
| |
| background-color: rgba(0, 24, 73, 0.02745098);
| |
| color: var(--text-color);
| |
| border-color: transparent;
| |
| }
| |
| | |
| input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet,
| |
| input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet,
| |
| input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet,
| |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet,
| |
| input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
| |
| input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
| |
| input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
| |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
| |
| .cdx-button.cdx-button--weight-quiet:focus,
| |
| .cdx-button.mw-ui-button--weight-quiet:focus,
| |
| .mw-ui-button.cdx-button--weight-quiet:focus,
| |
| .mw-ui-button.mw-ui-button--weight-quiet:focus,
| |
| .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive:focus,
| |
| .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:focus,
| |
| .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:focus,
| |
| .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:focus,
| |
| .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive:focus,
| |
| .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:focus,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:focus,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:focus,
| |
| .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive:focus,
| |
| .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:focus,
| |
| .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:focus,
| |
| .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:focus,
| |
| .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive:focus,
| |
| .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:focus,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:focus,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:focus {
| |
| color: var(--text-color);
| |
| } | | } |
| | | /* Main page: clean hero and content block */ |
| input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet,
| | body.page-Main_Page #firstHeading, |
| input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet,
| | body.page-Main_Page #siteSub, |
| input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet,
| | body.page-Main_Page #contentSub, |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet,
| | body.page-Main_Page #contentSub2, |
| input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive,
| | body.page-Main_Page #toc { |
| input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
| | display: none !important; |
| input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
| |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
| |
| input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
| |
| input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
| |
| input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
| |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
| |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
| |
| .cdx-button.cdx-button--weight-quiet:active,
| |
| .cdx-button.mw-ui-button--weight-quiet:active,
| |
| .mw-ui-button.cdx-button--weight-quiet:active,
| |
| .mw-ui-button.mw-ui-button--weight-quiet:active,
| |
| .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive:active,
| |
| .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:active,
| |
| .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:active,
| |
| .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:active,
| |
| .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive:active,
| |
| .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:active,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:active,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:active,
| |
| .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive:active,
| |
| .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:active,
| |
| .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:active,
| |
| .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:active,
| |
| .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive:active,
| |
| .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:active,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:active,
| |
| .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:active {
| |
| background-color: rgba(0, 36, 73, 0.08235294);
| |
| color: var(--text-color);
| |
| border-color: #72777d;
| |
| } | | } |
|
| |
|
| .mw-ui-input:not(:disabled) { | | body.page-Main_Page #content { |
| background-color: var(--ooui-input);
| | border-radius: 0 !important; |
| color: var(--text-color);
| | padding-top: 1.35em !important; |
| border-color: var(--ooui-input-border);
| |
| } | | } |
|
| |
|
| .mw-ui-input:not(:disabled):hover { | | body.page-Main_Page .kin-hero-clean { |
| border-color: var(--ooui-input-border--hover);
| | min-height: 0 !important; |
| | padding: 34px 24px 32px !important; |
| | margin: 0 0 18px !important; |
| | display: block !important; |
| | text-align: center !important; |
| } | | } |
|
| |
|
| .mw-ui-input:not(:disabled):focus { | | body.page-Main_Page .kin-hero .kin-title { |
| border-color: var(--ooui-accent);
| | font-family: 'Cinzel', serif; |
| box-shadow: inset 0 0 0 1px var(--ooui-accent);
| | font-size: 2.45em; |
| | letter-spacing: 5px; |
| | margin: 0; |
| | color: #ffffff; |
| | font-weight: 700; |
| | line-height: 1.15; |
| } | | } |
|
| |
|
| .mw-ui-input:not(:disabled)::placeholder { | | body.page-Main_Page .kin-hero-clean p { |
| color: var(--byline-color);
| | margin: 9px 0 0 !important; |
| | font-size: 1.05em; |
| | color: #ffffff; |
| } | | } |
|
| |
|
| .autocomplete-suggestions {
| | @media (max-width:560px) { |
| background: var(--ooui-input);
| | body.page-Main_Page .kin-hero .kin-title { |
| border: 1px solid var(--ooui-input-border);
| | font-size: 1.8em; |
| color: var(--text-color);
| | letter-spacing: 3px; |
| }
| | } |
| | |
| .autocomplete-suggestions .autocomplete-suggestion { | |
| border-bottom: 1px solid var(--ooui-input-border); | |
| }
| |
| | |
| .autocomplete-suggestions .autocomplete-selected { | |
| background-color: #2a4b8d;
| |
| color: var(--dark-text-color); | |
| }
| |
| | |
| .mw-content-ltr .redirectText li:first-child {
| |
| padding: 0;
| |
| background: 0;
| |
| } | |
|
| |
|
| .mw-content-ltr .redirectText li:first-child::before { | | body.page-Main_Page .kin-hero-clean { |
| content: ''; | | padding: 26px 16px 24px !important; |
| display: inline-block;
| | } |
| width: 47px;
| |
| height: 20px;
| |
| background: currentcolor;
| |
| -webkit-mask: url("filepath://Redirect-arrow.svg") no-repeat 50%;
| |
| mask: url("filepath://Redirect-arrow.svg") no-repeat 50%;
| |
| -webkit-mask-size: contain;
| |
| mask-size: contain;
| |
| } | | } |
|
| |
|
| .vector-menu-tabs li.selected { | | /* Vector watch star: fix logged-in icon tab */ |
| background: #fbfbfb;
| | body.skin-vector-legacy #mw-head .vector-menu-tabs .mw-watchlink.icon { |
| | width: 38px !important; |
| | background: rgba(255,255,255,0.72) !important; |
| | box-shadow: inset 0 3px 0 rgba(93,161,214,0.45) !important; |
| | margin: 0 3px 0 0 !important; |
| | overflow: hidden !important; |
| } | | } |
|
| |
|
| .vector-menu-tabs { | | body.skin-vector-legacy #mw-head .vector-menu-tabs .mw-watchlink.icon:hover { |
| padding: 0;
| | background: #fff3e7 !important; |
| | box-shadow: inset 0 3px 0 #ff9c48 !important; |
| } | | } |
|
| |
|
| .vector-menu-tabs ul li { | | body.skin-vector-legacy #mw-head .vector-menu-tabs .mw-watchlink.icon a { |
| background: #f6f6f6;
| | width: 38px !important; |
| | height: 37px !important; |
| | padding: 0 !important; |
| | overflow: hidden !important; |
| | text-indent: -9999px !important; |
| } | | } |
|
| |
|
| .vector-menu-tabs ul li:hover a { | | body.skin-vector-legacy #mw-head .vector-menu-tabs .mw-watchlink.icon a::before { |
| text-decoration: none;
| | top: 12px !important; |
| | left: 12px !important; |
| } | | } |
| | | /* Main page content modules: Kintara-styled, Kintara colors */ |
| .vector-menu-tabs li a { | | body.page-Main_Page .kin-box { |
| padding: 0 0.75em;
| | border: 1px solid #c8d9e7 !important; |
| padding-top: 1em;
| | border-radius: 3px !important; |
| | background: #fbfdff !important; |
| | padding: 20px 24px 22px !important; |
| | box-shadow: none !important; |
| } | | } |
|
| |
|
| .vector-menu-tabs a { | | body.page-Main_Page .kin-box h2 { |
| background-image: none;
| | margin: 0 0 14px !important; |
| | padding: 0 0 9px !important; |
| | border-bottom: 1px solid #b9cbd9 !important; |
| | color: #173f63 !important; |
| | font-size: 1.55em !important; |
| | font-family: Georgia, 'Times New Roman', serif !important; |
| | font-weight: 700 !important; |
| } | | } |
|
| |
|
| .vector-menu-tabs ul li:not(.selected):hover, | | body.page-Main_Page .kin-guide p { |
| div#mw-head .vector-menu .vector-menu-heading:hover,
| | margin: 0 0 14px !important; |
| .vector-menu-dropdown:hover .vector-menu-heading {
| | color: #243747; |
| background: #fafafa;
| |
| } | | } |
|
| |
|
| .vector-menu-tabs ul li:not(.selected), | | body.page-Main_Page .kin-guide-grid { |
| div#mw-head nav.vector-menu .vector-menu-heading {
| | display: grid; |
| box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
| | grid-template-columns: repeat(2, 1fr); |
| | gap: 10px; |
| } | | } |
|
| |
|
| #viewingold-warning,
| | body.page-Main_Page .kin-guide-grid div { |
| #viewingnew-warning {
| | background: #eef6fc; |
| background: #fff;
| | border-left: 4px solid #5da1d6; |
| border: 1px solid #e4eaee;
| | padding: 10px 12px; |
| font-size: 1.1em;
| |
| font-weight: bold;
| |
| line-height: 1.4em;
| |
| margin: 1em 0 0.5em;
| |
| padding: 0.75em 1.5em;
| |
| } | | } |
|
| |
|
| #mw-revision-reason {
| | body.page-Main_Page .kin-guide-grid b { |
| font-style: italic;
| | display: block; |
| | color: #2b5e8c; |
| | margin-bottom: 3px; |
| } | | } |
|
| |
|
| #mw-revision-nav {
| | body.page-Main_Page .kin-guide-grid span { |
| text-align: center;
| | display: block; |
| | font-size: 0.9em; |
| | color: #34495a; |
| } | | } |
|
| |
|
| div.mw-warning-with-logexcerpt {
| | body.page-Main_Page .kin-pop { |
| padding: 1em 1.5em;
| | display: grid !important; |
| | grid-template-columns: repeat(3, 1fr) !important; |
| | gap: 8px !important; |
| | margin: 0 !important; |
| } | | } |
|
| |
|
| #sp-contributions-footer {
| | body.page-Main_Page .kin-pop p { |
| padding: 1em 1.5em 0.5em;
| | display: contents; |
| } | | } |
|
| |
|
| #mw-anon-edit-warning {
| | body.page-Main_Page .kin-pop div, |
| font-size: 0.9em;
| | body.page-Main_Page .kin-pop a { |
| padding: 1.5em 2em 0.75em;
| | display: block; |
| } | | } |
|
| |
|
| #mw-anon-edit-warning .editwarning-title { | | body.page-Main_Page .kin-pop a { |
| font-size: 1.2em;
| | background: #566373 !important; |
| margin-bottom: 0.4em;
| | color: #ffffff !important; |
| | text-align: center; |
| | padding: 11px 8px !important; |
| | border-radius: 0 !important; |
| | font-weight: 700 !important; |
| | font-size: 0.9em !important; |
| | text-decoration: none !important; |
| } | | } |
|
| |
|
| .mw-editform #editpage-copywarn { | | body.page-Main_Page .kin-pop a:hover { |
| line-height: 1.6em;
| | background: #ff9c48 !important; |
| | color: #ffffff !important; |
| } | | } |
|
| |
|
| .mw-warning { | | body.page-Main_Page .kin-currency-table { |
| color: #705000;
| | width: 100%; |
| border: 1px solid #fde29b;
| | margin: 0 !important; |
| background-color: #fdf1d1;
| |
| box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.1);
| |
| margin: 1em 5em;
| |
| } | | } |
|
| |
|
| .updatedmarker {
| | @media (max-width: 700px) { |
| color: #2e5e05;
| | body.page-Main_Page .kin-guide-grid, |
| background-color: #c3e8a3;
| | body.page-Main_Page .kin-pop { |
| padding: 0 5px; | | grid-template-columns: 1fr !important; |
| border-radius: 3px;
| | } |
| display: inline-block;
| |
| } | | } |
| | | /* Main page modules: cleaner classic wiki-like headings and link buttons */ |
| .updatedmarker::first-letter { | | body.page-Main_Page .kin-box { |
| text-transform: capitalize;
| | background: #fffdf8 !important; |
| | border: 1px solid #c8d9e7 !important; |
| | border-radius: 2px !important; |
| | padding: 20px 24px 22px !important; |
| } | | } |
|
| |
|
| #contentSub {
| | /* Remove the double underline caused by MediaWiki heading wrappers + h2 rules */ |
| margin-left: 0;
| | body.page-Main_Page .kin-box .mw-heading, |
| | body.page-Main_Page .kin-box h2 { |
| | border-bottom: 0 !important; |
| } | | } |
|
| |
|
| #siteNotice:has([data-editcount-min]) { | | /* Use a smaller serif heading style, not the oversized display look */ |
| display: none;
| | body.page-Main_Page .kin-box h2 { |
| | margin: 0 0 15px !important; |
| | padding: 0 !important; |
| | color: #111 !important; |
| | font-family: Georgia, 'Times New Roman', serif !important; |
| | font-size: 1.35em !important; |
| | line-height: 1.2 !important; |
| | font-weight: 700 !important; |
| } | | } |
|
| |
|
| body.wgl-stickyheader .mw-notification-area { | | /* Popular pages buttons: taller, calmer, closer to a compact game wiki block buttons */ |
| padding-top: 4.5em;
| | body.page-Main_Page .kin-pop { |
| | gap: 9px !important; |
| } | | } |
|
| |
|
| body.wgl-stickyheader .postedit-container { | | body.page-Main_Page .kin-pop a { |
| top: 4.5em;
| | background: #3f6f99 !important; |
| | color: #fff !important; |
| | min-height: 46px !important; |
| | padding: 0 10px !important; |
| | display: flex !important; |
| | align-items: center !important; |
| | justify-content: center !important; |
| | border-radius: 0 !important; |
| | font-size: 0.92em !important; |
| | font-weight: 700 !important; |
| | text-align: center !important; |
| | text-decoration: none !important; |
| | box-shadow: inset 0 -2px 0 rgba(0,0,0,0.12); |
| } | | } |
|
| |
|
| .subpages + .mw-redirectedfrom { | | body.page-Main_Page .kin-pop a:hover { |
| display: block;
| | background: #ff9c48 !important; |
| margin-top: 0.3em;
| | color: #fff !important; |
| | text-decoration: none !important; |
| } | | } |
|
| |
|
| @media screen {
| | /* Main page modules: Kintara UI heading font */ |
| #content .mw-inputbox-createbox:required:invalid ~ .mw-ui-button {
| | body.page-Main_Page .kin-box h2 { |
| background-color: var(--ooui-disabled);
| | font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; |
| color: var(--ooui-disabled-text);
| | font-size: 1.22em !important; |
| border-color: var(--ooui-disabled-border);
| | line-height: 1.25 !important; |
| }
| | font-weight: 800 !important; |
| | | color: #1f4d72 !important; |
| | margin: 0 0 14px !important; |
| | padding: 0 !important; |
| | letter-spacing: 0 !important; |
| | border-bottom: 0 !important; |
| } | | } |
|
| |
|
| :root {
| | body.page-Main_Page .kin-box .mw-heading { |
| --wikitable-header-bg: #eee;
| | border-bottom: 0 !important; |
| --wikitable-border: var(--body-border);
| |
| --wikitable-header-border: var(--body-header-border);
| |
| --wikitable-bg: var(--body-light);
| |
| --wikitable-bg-lighter: #f7f7f7;
| |
| --wikitable-alternating-bg: #f7f7f7;
| |
| --wikitable-color: var(--text-color);
| |
| --wikitable-header-color: var(--text-color);
| |
| --table-na-background: rgba(200, 200, 200, 0.3);
| |
| --table-na-color: grey;
| |
| --table-yes-background: #c3e8a3;
| |
| --table-yes-color: #2e5e05;
| |
| --table-no-background: #fbc0ba;
| |
| --table-no-color: #801c13;
| |
| --table-maybe-background: #fcea94;
| |
| --table-maybe-color: #786300;
| |
| --table-hist-background: #e4eaee;
| |
| --table-hist-color: #444e5a;
| |
| --table-hist-link-color: #5d6773;
| |
| --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;
| |
| } | | } |
| | | /* Main page: skills training block */ |
| .wikitable { | | body.page-Main_Page .kin-skillsbox { |
| background: var(--wikitable-bg);
| | padding-bottom: 0 !important; |
| 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, | | body.page-Main_Page .kin-skillgrid { |
| .wikitable > tr > td, | | display: grid; |
| .wikitable > * > tr > th,
| | grid-template-columns: repeat(3, 1fr); |
| .wikitable > * > tr > td {
| | column-gap: 28px; |
| border-color: var(--wikitable-border);
| | row-gap: 10px; |
| | margin: 6px 0 18px; |
| } | | } |
|
| |
|
| .wikitable > tr > th.table-noborder, | | body.page-Main_Page .kin-skill { |
| .wikitable > tr > td.table-noborder,
| | display: flex; |
| .wikitable > * > tr > th.table-noborder,
| | align-items: center; |
| .wikitable > * > tr > td.table-noborder {
| | gap: 10px; |
| border-left-style: hidden;
| | min-height: 44px; |
| border-right-style: hidden;
| |
| padding-left: 0;
| |
| padding-right: 0;
| |
| } | | } |
|
| |
|
| .wikitable > tr > th, | | body.page-Main_Page .kin-skill > span[typeof="mw:File"] { |
| .wikitable > * > tr > th { | | flex: 0 0 38px; |
| background-color: var(--wikitable-header-bg);
| | width: 38px; |
| border-color: var(--wikitable-header-border);
| | height: 38px; |
| color: var(--wikitable-header-color);
| | display: flex; |
| | align-items: center; |
| | justify-content: center; |
| | background: #dcecf9; |
| | border: 1px solid #b9d4e8; |
| } | | } |
|
| |
|
| .tabber .wikitable { | | body.page-Main_Page .kin-skill img { |
| box-shadow: none;
| | max-width: 32px !important; |
| | max-height: 32px !important; |
| | width: auto !important; |
| | height: auto !important; |
| | image-rendering: pixelated; |
| | image-rendering: crisp-edges; |
| } | | } |
|
| |
|
| .wikitable .header-top { | | body.page-Main_Page .kin-skill span:last-child { |
| background: #448fba;
| | display: block; |
| | line-height: 1.2; |
| } | | } |
|
| |
|
| .table-bg-always, | | body.page-Main_Page .kin-skill span:last-child a { |
| .table-bg-blue { | | color: #2b5e8c !important; |
| background: var(--droptable-always-background);
| | font-weight: 800; |
| color: var(--droptable-always-text-color);
| | text-decoration: none; |
| } | | } |
|
| |
|
| .table-bg-always a:not(.mw-selflink), | | body.page-Main_Page .kin-skill span:last-child a:hover { |
| .table-bg-blue a:not(.mw-selflink) {
| | color: #d9731f !important; |
| color: var(--droptable-always-link-color);
| | text-decoration: none; |
| } | | } |
|
| |
|
| .table-bg-common, | | body.page-Main_Page .kin-skill small { |
| .table-bg-green { | | display: block; |
| background: var(--droptable-common-background);
| | margin-top: 2px; |
| color: var(--droptable-common-text-color);
| | color: #647789; |
| | font-size: 0.78em; |
| | font-weight: 500; |
| } | | } |
|
| |
|
| .table-bg-common a:not(.mw-selflink), | | body.page-Main_Page .kin-more { |
| .table-bg-green a:not(.mw-selflink) {
| | margin: 0 -24px; |
| color: var(--droptable-common-link-color);
| | padding: 11px 24px; |
| | text-align: right; |
| | background: #eef6fc; |
| | border-top: 1px solid #c8d9e7; |
| } | | } |
|
| |
|
| .table-bg-uncommon, | | body.page-Main_Page .kin-more a { |
| .table-bg-yellow { | | color: #2b5e8c !important; |
| background: var(--droptable-uncommon-background);
| | font-weight: 800; |
| color: var(--droptable-uncommon-text-color);
| | text-decoration: none; |
| } | | } |
|
| |
|
| .table-bg-uncommon a:not(.mw-selflink), | | body.page-Main_Page .kin-more a:hover { |
| .table-bg-yellow a:not(.mw-selflink) { | | color: #d9731f !important; |
| color: var(--droptable-uncommon-link-color);
| |
| } | | } |
|
| |
|
| .table-bg-rare,
| | @media (max-width: 760px) { |
| .table-bg-orange { | | body.page-Main_Page .kin-skillgrid { |
| background: var(--droptable-rare-background); | | grid-template-columns: repeat(2, 1fr); |
| color: var(--droptable-rare-text-color);
| | } |
| } | | } |
|
| |
|
| .table-bg-rare a:not(.mw-selflink),
| | @media (max-width: 520px) { |
| .table-bg-orange a:not(.mw-selflink) { | | body.page-Main_Page .kin-skillgrid { |
| color: var(--droptable-rare-link-color); | | grid-template-columns: 1fr; |
| | } |
| } | | } |
| | | /* Main page: Skill training, Kintara-styled */ |
| .table-bg-veryrare, | | body.page-Main_Page .kin-skillsbox { |
| .table-bg-red { | | padding-bottom: 0 !important; |
| background: var(--droptable-veryrare-background);
| |
| color: var(--droptable-veryrare-text-color);
| |
| } | | } |
|
| |
|
| .table-bg-veryrare a:not(.mw-selflink), | | body.page-Main_Page .kin-skillgrid { |
| .table-bg-red a:not(.mw-selflink) {
| | display: grid !important; |
| color: var(--droptable-veryrare-link-color);
| | grid-template-columns: repeat(2, minmax(0, 1fr)) !important; |
| | column-gap: 30px !important; |
| | row-gap: 8px !important; |
| | margin: 8px 0 18px !important; |
| } | | } |
|
| |
|
| .table-bg-random, | | body.page-Main_Page .kin-skill { |
| .table-bg-pink { | | --skill-accent: #3f6f99; |
| background: var(--droptable-random-background);
| | display: grid !important; |
| color: var(--droptable-random-text-color);
| | grid-template-columns: 42px minmax(0, 1fr); |
| | align-items: stretch; |
| | min-height: 44px; |
| } | | } |
|
| |
|
| .table-bg-random a:not(.mw-selflink), | | body.page-Main_Page .kin-skill-combat { --skill-accent: #d9731f; } |
| .table-bg-pink a:not(.mw-selflink) { | | body.page-Main_Page .kin-skill-cooking { --skill-accent: #c9942e; } |
| color: var(--droptable-random-link-color);
| | body.page-Main_Page .kin-skill-mining { --skill-accent: #3f6f99; } |
| } | | body.page-Main_Page .kin-skill-smithing { --skill-accent: #5d7182; } |
| | body.page-Main_Page .kin-skill-fishing { --skill-accent: #2b87a0; } |
| | body.page-Main_Page .kin-skill-woodcutting { --skill-accent: #3e8c5a; } |
|
| |
|
| .table-bg-gray, | | body.page-Main_Page .kin-skill > span[typeof="mw:File"] { |
| .table-bg-grey { | | display: flex !important; |
| background: var(--droptable-unknown-background);
| | align-items: center; |
| color: var(--droptable-unknown-text-color);
| | justify-content: center; |
| | width: 42px; |
| | min-height: 42px; |
| | background: var(--skill-accent); |
| } | | } |
|
| |
|
| .table-bg-gray a:not(.mw-selflink), | | body.page-Main_Page .kin-skill > span[typeof="mw:File"] a { |
| .table-bg-grey a:not(.mw-selflink) {
| | display: flex; |
| color: var(--droptable-unknown-link-color);
| | align-items: center; |
| | justify-content: center; |
| } | | } |
|
| |
|
| .table-bg-fade { | | body.page-Main_Page .kin-skill img { |
| opacity: 0.6;
| | max-width: 30px !important; |
| background: rgba(0, 0, 0, 0.1);
| | max-height: 30px !important; |
| | width: auto !important; |
| | height: auto !important; |
| | image-rendering: pixelated; |
| | image-rendering: crisp-edges; |
| } | | } |
|
| |
|
| .mw_metadata td, | | body.page-Main_Page .kin-skill-text { |
| .mw_metadata th { | | display: flex; |
| border-color: var(--wikitable-border);
| | flex-direction: column; |
| | justify-content: center; |
| | padding: 6px 10px; |
| | line-height: 1.15; |
| | background: transparent; |
| | transition: background-color 120ms ease, color 120ms ease; |
| } | | } |
|
| |
|
| .mw_metadata th { | | body.page-Main_Page .kin-skill-text a { |
| background-color: var(--wikitable-header-bg);
| | color: #8a4f1d !important; |
| color: var(--wikitable-header-color);
| | font-weight: 800; |
| | text-decoration: none !important; |
| } | | } |
|
| |
|
| .mw_metadata td { | | body.page-Main_Page .kin-skill-text small { |
| background-color: var(--wikitable-bg);
| | display: block; |
| | margin-top: 2px; |
| | color: #647789; |
| | font-size: 0.78em; |
| | font-weight: 500; |
| } | | } |
|
| |
|
| .mw-datatable { | | body.page-Main_Page .kin-skill:hover .kin-skill-text { |
| border-color: var(--wikitable-border);
| | background: var(--skill-accent); |
| } | | } |
|
| |
|
| .mw-datatable td, | | body.page-Main_Page .kin-skill:hover .kin-skill-text a, |
| .mw-datatable th { | | body.page-Main_Page .kin-skill:hover .kin-skill-text a:visited, |
| border-color: var(--wikitable-border);
| | body.page-Main_Page .kin-skill:hover .kin-skill-text small { |
| | color: #ffffff !important; |
| } | | } |
|
| |
|
| .mw-datatable th { | | body.page-Main_Page .kin-more { |
| background-color: var(--wikitable-header-bg);
| | margin: 0 -24px; |
| color: var(--wikitable-header-color);
| | padding: 12px 24px; |
| | text-align: right; |
| | background: #eef6fc; |
| | border-top: 1px solid #c8d9e7; |
| } | | } |
|
| |
|
| .mw-datatable td { | | body.page-Main_Page .kin-more a { |
| background-color: var(--wikitable-bg);
| | color: #2b5e8c !important; |
| | font-weight: 800; |
| | text-decoration: none !important; |
| } | | } |
|
| |
|
| .mw-datatable tr:hover td { | | body.page-Main_Page .kin-more a:hover { |
| background-color: var(--wikitable-bg);
| | color: #d9731f !important; |
| } | | } |
|
| |
|
| table.alternating-rows tr:nth-child(odd),
| | @media (max-width: 700px) { |
| table.alternating-cols td:nth-child(odd) {
| | body.page-Main_Page .kin-skillgrid { |
| background: var(--wikitable-alternating-bg); | | grid-template-columns: 1fr !important; |
| | } |
| } | | } |
| | | /* Skill training: make full row clickable */ |
| .table-na { | | body.page-Main_Page .kin-skill { |
| background: var(--table-na-background);
| | position: relative; |
| color: var(--table-na-color);
| | cursor: pointer; |
| vertical-align: middle;
| |
| text-align: center;
| |
| } | | } |
|
| |
|
| table.lighttable .highlight-over .table-na {
| | body.page-Main_Page .kin-skill .kin-skill-text > a::after { |
| color: rgba(60, 120, 10, 0.4);
| | content: ""; |
| | position: absolute; |
| | inset: 0; |
| | z-index: 3; |
| } | | } |
|
| |
|
| table.lighttable .highlight-on .table-na {
| | body.page-Main_Page .kin-skill > span[typeof="mw:File"], |
| color: rgba(60, 120, 10, 0.55);
| | body.page-Main_Page .kin-skill .kin-skill-text { |
| | position: relative; |
| | z-index: 1; |
| } | | } |
| | | /* Right rail: editor/help module */ |
| .table-yes { | | body.page-Main_Page .kin-helpbox { |
| background: var(--table-yes-background);
| | background: #ffffff; |
| color: var(--table-yes-color);
| | border: 1px solid #c8d9e7; |
| | border-radius: 3px; |
| | overflow: hidden; |
| | box-shadow: 0 2px 8px rgba(20,50,80,0.1); |
| } | | } |
|
| |
|
| .table-positive { | | body.page-Main_Page .kin-help-head { |
| background: var(--table-yes-background);
| | display: flex; |
| | align-items: center; |
| | gap: 12px; |
| | background: #3a7cb5; |
| | color: #ffffff; |
| | padding: 14px 15px; |
| | font-weight: 800; |
| | line-height: 1.2; |
| } | | } |
|
| |
|
| .table-no { | | body.page-Main_Page .kin-help-head .picon { |
| background: var(--table-no-background);
| | width: 38px; |
| color: var(--table-no-color);
| | height: 38px; |
| | border-radius: 6px; |
| | background: rgba(255,255,255,0.18); |
| | display: flex; |
| | align-items: center; |
| | justify-content: center; |
| | font-size: 1.35em; |
| | flex: 0 0 38px; |
| } | | } |
|
| |
|
| .table-negative { | | body.page-Main_Page .kin-help-head small { |
| background: var(--table-no-background);
| | display: block; |
| | margin-top: 2px; |
| | font-size: 0.78em; |
| | font-weight: 500; |
| | opacity: 0.95; |
| } | | } |
|
| |
|
| .plainlist ol, | | body.page-Main_Page .kin-help-links { |
| .plainlist ul { | | display: grid; |
| margin: 0;
| | grid-template-columns: 1fr; |
| | gap: 6px; |
| | padding: 12px; |
| } | | } |
|
| |
|
| .plainlist li { | | body.page-Main_Page .kin-help-links a { |
| margin-bottom: 0;
| | display: block; |
| list-style: none;
| | background: #eef6fc; |
| | color: #2b5e8c !important; |
| | padding: 9px 10px; |
| | font-weight: 800; |
| | text-decoration: none !important; |
| | border-left: 4px solid #5da1d6; |
| } | | } |
|
| |
|
| #mw-allmessagestable .am_actual,
| | body.page-Main_Page .kin-help-links a:hover { |
| #mw-allmessagestable .am_default {
| | background: #fff3e7; |
| background-color: var(--wikitable-bg);
| | color: #d9731f !important; |
| | border-left-color: #ff9c48; |
| } | | } |
|
| |
|
| #mw-allmessagestable .am_default:hover,
| | body.page-Main_Page .kin-help-foot { |
| #mw-allmessagestable .am_actual:hover, | | background: #2b5e8c; |
| #mw-allmessagestable tbody:hover td {
| | color: #ffffff; |
| background-color: var(--wikitable-bg-lighter);
| | padding: 10px 12px; |
| | font-size: 0.78em; |
| | font-weight: 800; |
| | text-transform: uppercase; |
| } | | } |
| | | /* Right rail: professional help module */ |
| table.wikitable td.no-cell-spacing {
| | body.page-Main_Page .kin-helpbox-pro { |
| padding: 0;
| | background: #3a7cb5; |
| height: 0;
| | border: 0; |
| | border-radius: 2px; |
| | overflow: hidden; |
| | box-shadow: 0 2px 8px rgba(20,50,80,0.18); |
| } | | } |
|
| |
|
| table.wikitable td.no-cell-spacing table {
| | body.page-Main_Page .kin-helpbox-pro .kin-help-top { |
| margin: -1px;
| | padding: 18px 20px 16px; |
| width: calc(100% + 2px);
| | color: #ffffff; |
| height: calc(100% + 2px);
| |
| } | | } |
|
| |
|
| .text-align-left, | | body.page-Main_Page .kin-helpbox-pro h2 { |
| table.align-left-1 td:nth-of-type(1),
| | margin: 0 0 9px !important; |
| table.align-left-2 td:nth-of-type(2),
| | padding: 0 !important; |
| table.align-left-3 td:nth-of-type(3),
| | border: 0 !important; |
| table.align-left-4 td:nth-of-type(4),
| | color: #ffffff !important; |
| table.align-left-5 td:nth-of-type(5),
| | font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; |
| table.align-left-6 td:nth-of-type(6),
| | font-size: 1.28em !important; |
| table.align-left-7 td:nth-of-type(7),
| | line-height: 1.2 !important; |
| table.align-left-8 td:nth-of-type(8),
| | font-weight: 800 !important; |
| 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, | | body.page-Main_Page .kin-helpbox-pro p { |
| table.align-right-1 td:nth-of-type(1),
| | margin: 0; |
| table.align-right-2 td:nth-of-type(2),
| | color: #ffffff; |
| table.align-right-3 td:nth-of-type(3),
| | line-height: 1.55; |
| table.align-right-4 td:nth-of-type(4),
| | font-size: 0.92em; |
| 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, | | body.page-Main_Page .kin-helpbox-pro .kin-help-bottom { |
| table.align-center-1 td:nth-of-type(1),
| | background: rgba(43,94,140,0.45); |
| table.align-center-2 td:nth-of-type(2),
| | padding: 15px 20px 16px; |
| 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-purple { | | body.page-Main_Page .kin-helpbox-pro ul { |
| background: #cfc0f0;
| | margin: 0; |
| color: #3d276b;
| | padding: 0; |
| | list-style: none; |
| } | | } |
|
| |
|
| .table-bg-purple a:not(.mw-selflink) { | | body.page-Main_Page .kin-helpbox-pro li { |
| color: #4f348b;
| | margin: 0 0 8px; |
| | padding: 0; |
| | line-height: 1.35; |
| } | | } |
|
| |
|
| tr.store-hist {
| | body.page-Main_Page .kin-helpbox-pro li:last-child { |
| opacity: 0.6;
| | margin-bottom: 0; |
| background: var(--table-hist-background);
| |
| color: var(--table-hist-color);
| |
| } | | } |
|
| |
|
| tr.store-hist a:not(.mw-selflink) {
| | body.page-Main_Page .kin-helpbox-pro li::before { |
| color: var(--table-hist-link-color);
| | content: "›"; |
| | color: #d8ecfb; |
| | font-weight: 900; |
| | margin-right: 8px; |
| } | | } |
|
| |
|
| .products-materials td { | | body.page-Main_Page .kin-helpbox-pro a, |
| padding: 0;
| | body.page-Main_Page .kin-helpbox-pro a:visited { |
| | color: #ffffff !important; |
| | font-weight: 700; |
| | text-decoration: none !important; |
| } | | } |
|
| |
|
| .products-materials img { | | body.page-Main_Page .kin-helpbox-pro a:hover { |
| max-height: 19px;
| | color: #ffe0c2 !important; |
| width: auto;
| | text-decoration: none !important; |
| } | | } |
| | | /* Help module: smaller classic wiki-like title spacing */ |
| .no-list-style li { | | body.page-Main_Page .kin-helpbox-pro .kin-help-top { |
| list-style: none;
| | padding: 14px 20px 13px !important; |
| } | | } |
|
| |
|
| .no-list-style ul, | | body.page-Main_Page .kin-helpbox-pro h2 { |
| .no-list-style ol, | | font-size: 1.08em !important; |
| .no-list-style li { | | line-height: 1.2 !important; |
| margin-left: 0;
| | margin: 0 0 8px !important; |
| | padding: 0 0 6px !important; |
| | border-bottom: 1px solid rgba(255,255,255,0.35) !important; |
| } | | } |
|
| |
|
| .growth-stage-table td.growth-stage { | | body.page-Main_Page .kin-helpbox-pro p { |
| text-align: center;
| | font-size: 0.86em !important; |
| vertical-align: bottom;
| | line-height: 1.45 !important; |
| } | | } |
|
| |
|
| .text-red { | | body.page-Main_Page .kin-helpbox-pro .kin-help-bottom { |
| color: var(--text-color-red);
| | padding: 13px 20px 14px !important; |
| } | | } |
|
| |
|
| .text-orange { | | body.page-Main_Page .kin-helpbox-pro li { |
| color: var(--text-color-orange);
| | margin-bottom: 6px !important; |
| | font-size: 0.86em !important; |
| } | | } |
| | | /* Help module: remove heading underline */ |
| .text-yellow { | | body.page-Main_Page .kin-helpbox-pro h2, |
| color: var(--text-color-yellow);
| | body.page-Main_Page .kin-helpbox-pro .mw-heading, |
| | body.page-Main_Page .kin-helpbox-pro .kin-help-title { |
| | border-bottom: 0 !important; |
| | padding-bottom: 0 !important; |
| } | | } |
| | /* ===== CONTENT PAGE UI (classic wiki-style, Kintara colors) ===== */ |
|
| |
|
| .text-green { | | /* Table of contents */ |
| color: var(--text-color-green);
| | .toc { |
| | background:#f3f9fd; border:1px solid var(--kin-line); border-radius:8px; |
| | padding:10px 16px 12px; display:inline-block; min-width:240px; |
| | font-size:0.92em; margin:0.4em 0 1em; |
| } | | } |
| | .toc .toctitle { text-align:left; } |
| | .toc .toctitle h2 { font-size:1em; border:0; margin:0 0 6px; color:var(--kin-blue-dark); font-weight:700; } |
| | .toc ul { list-style:none; margin:0; padding:0; } |
| | .toc ul ul { margin-left:14px; } |
| | .toc li { margin:3px 0; } |
| | .toc a { color:var(--kin-orange-dk); text-decoration:none; } |
| | .toc a:hover { text-decoration:underline; } |
| | .toc .tocnumber { color:#7a8a99; margin-right:5px; } |
|
| |
|
| .text-blue { | | /* Tip / note callout */ |
| color: var(--text-color-blue);
| | .kin-note { |
| | background:#eef6fc; border-left:4px solid var(--kin-orange); |
| | border-radius:0 6px 6px 0; padding:10px 14px; margin:1em 0; font-size:0.94em; |
| } | | } |
| | .kin-note .kin-note-label { font-weight:700; color:var(--kin-orange-dk); margin-right:5px; } |
|
| |
|
| .text-purple { | | /* Bottom navbox */ |
| color: var(--text-color-purple);
| | .kin-navbox { |
| | width:100%; border:1px solid var(--kin-line); border-radius:8px; |
| | margin:1.8em 0 0; font-size:0.86em; border-collapse:collapse; overflow:hidden; |
| } | | } |
| | .kin-navbox .nb-title { background:var(--kin-blue-deep); color:#fff; font-weight:700; text-align:center; padding:8px 10px; font-size:1.02em; } |
| | .kin-navbox .nb-group { background:#daeaf6; color:#1f4d72; font-weight:700; text-align:right; padding:6px 12px; width:1%; white-space:nowrap; vertical-align:middle; border-top:1px solid var(--kin-line); } |
| | .kin-navbox .nb-list { padding:6px 12px; border-top:1px solid var(--kin-line); background:#fff; line-height:1.7; } |
| | .kin-navbox .nb-list a { color:var(--kin-orange-dk); } |
|
| |
|
| .text-pink {
| | /* ===== Article pages: Kintara-styled Kintara content skin ===== */ |
| color: var(--text-color-pink);
| | /* Scoped to normal article view pages, so Main Page and edit screens are not affected. */ |
| }
| |
|
| |
|
| .text-gray, | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #content { |
| .text-grey { | | background: #eaf6fd !important; |
| color: var(--text-color-grey);
| | border-color: #9fc8e3 !important; |
| | border-radius: 0 !important; |
| } | | } |
|
| |
|
| :root {
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #firstHeading { |
| --thumb-border: var(--body-border);
| | color: #173f63 !important; |
| --thumb-bg: var(--body-light);
| | border-bottom: 3px solid #ff9c48 !important; |
| | padding-bottom: 7px !important; |
| } | | } |
|
| |
|
| .mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after, | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text { |
| .mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | | color: #101820; |
| content: none;
| | font-size: 0.96em; |
| | line-height: 1.55; |
| } | | } |
|
| |
|
| figure[typeof~='mw:File/Thumb'],
| | /* Content headings */ |
| figure[typeof~='mw:File/Frame'] {
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text h2 { |
| border-color: var(--thumb-border);
| | border-bottom: 1px solid #9fb9cc !important; |
| background-color: var(--body-mid);
| | color: #111 !important; |
| | font-family: Georgia, "Times New Roman", serif !important; |
| | font-size: 1.45em !important; |
| | font-weight: 700 !important; |
| | padding-bottom: 4px !important; |
| } | | } |
|
| |
|
| figure[typeof~='mw:File/Thumb'] > :not( figcaption ) .mw-file-element,
| | /* classic wiki-like table of contents, using Kintara colors */ |
| figure[typeof~='mw:File/Frame'] > :not( figcaption ) .mw-file-element {
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .toc { |
| margin: 0;
| | background: #d8e8f3 !important; |
| border-width: 0;
| | border: 1px solid #a9bfd0 !important; |
| background-color: var(--body-main);
| | border-radius: 0 !important; |
| | box-shadow: none !important; |
| } | | } |
|
| |
|
| figure[typeof~='mw:File/Thumb'] > figcaption,
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .toc .toctitle h2 { |
| figure[typeof~='mw:File/Frame'] > figcaption {
| | color: #111 !important; |
| background-color: var(--thumb-bg);
| | font-family: Georgia, "Times New Roman", serif !important; |
| border-color: var(--thumb-border);
| | font-size: 1em !important; |
| border-top: 1px solid var(--thumb-border);
| |
| padding: 6px 9px;
| |
| word-break: normal;
| |
| } | | } |
|
| |
|
| #filetoc {
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .toc a { |
| background: var(--tile-background-color);
| | color: #d9731f !important; |
| border-color: var(--tile-border-color);
| |
| padding: 0.5em;
| |
| } | | } |
|
| |
|
| .article-thumb { | | /* Data tables: denser, more wiki-like, closer to a compact game wiki */ |
| padding: 2px;
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable { |
| | background: #f8fcff !important; |
| | border: 1px solid #94aabd !important; |
| | border-collapse: collapse !important; |
| | border-radius: 0 !important; |
| | box-shadow: none !important; |
| | color: #111 !important; |
| | font-size: 0.92em !important; |
| } | | } |
|
| |
|
| .grayscale-80p { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable th { |
| filter: grayscale(0.8);
| | background: #c6d9e8 !important; |
| | border: 1px solid #94aabd !important; |
| | color: #111 !important; |
| | font-weight: 700 !important; |
| | padding: 7px 10px !important; |
| } | | } |
|
| |
|
| li.gallerybox div.thumb {
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable td { |
| border: 1px solid var(--thumb-border);
| | background: #f8fcff !important; |
| background-color: var(--thumb-bg);
| | border: 1px solid #b0c3d2 !important; |
| | padding: 7px 10px !important; |
| } | | } |
|
| |
|
| .gallery-image-wrapper { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable tr:nth-child(even) td { |
| border: none !important;
| | background: #e7f2fa !important; |
| } | | } |
|
| |
|
| .gallery-bg .gallerybox .thumb,
| | /* Infobox: less default, more Kintara */ |
| .gallery-bg.mw-gallery-packed .gallerybox .thumb,
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox { |
| .gallery-bg-1 .gallerybox:nth-of-type(1) .thumb,
| | background: #f8fcff !important; |
| .gallery-bg-2 .gallerybox:nth-of-type(2) .thumb, | | border: 1px solid #a9bfd0 !important; |
| .gallery-bg-3 .gallerybox:nth-of-type(3) .thumb, | | border-radius: 0 !important; |
| .gallery-bg-4 .gallerybox:nth-of-type(4) .thumb,
| | box-shadow: none !important; |
| .gallery-bg-5 .gallerybox:nth-of-type(5) .thumb,
| |
| .gallery-bg-6 .gallerybox:nth-of-type(6) .thumb,
| |
| .gallery-bg-7 .gallerybox:nth-of-type(7) .thumb,
| |
| .gallery-bg-8 .gallerybox:nth-of-type(8) .thumb,
| |
| .gallery-bg-9 .gallerybox:nth-of-type(9) .thumb,
| |
| .gallery-bg-10 .gallerybox:nth-of-type(10) .thumb {
| |
| background-color: #5d6773;
| |
| overflow: hidden;
| |
| } | | } |
|
| |
|
| .gallery-bg .gallerybox img, | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox-title, |
| .gallery-bg-1 .gallerybox:nth-of-type(1) img,
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox-location .infobox-title { |
| .gallery-bg-2 .gallerybox:nth-of-type(2) img, | | background: #2b5e8c !important; |
| .gallery-bg-3 .gallerybox:nth-of-type(3) img,
| | border-top: 3px solid #ff9c48 !important; |
| .gallery-bg-4 .gallerybox:nth-of-type(4) img,
| | color: #fff !important; |
| .gallery-bg-5 .gallerybox:nth-of-type(5) img, | |
| .gallery-bg-6 .gallerybox:nth-of-type(6) img, | |
| .gallery-bg-7 .gallerybox:nth-of-type(7) img,
| |
| .gallery-bg-8 .gallerybox:nth-of-type(8) img, | |
| .gallery-bg-9 .gallerybox:nth-of-type(9) img,
| |
| .gallery-bg-10 .gallerybox:nth-of-type(10) img {
| |
| filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
| |
| } | | } |
|
| |
|
| .gallery-pixelated img { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox th { |
| image-rendering: pixelated;
| | background: #d8e8f3 !important; |
| | color: #173f63 !important; |
| | border-color: #b0c3d2 !important; |
| } | | } |
|
| |
|
| .graphical-update-gallery .gallerybox { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox td { |
| vertical-align: top;
| | background: #f8fcff !important; |
| | border-color: #b0c3d2 !important; |
| } | | } |
|
| |
|
| .graphical-update-gallery.gu-gallery-custom .gallerybox { | | /* Tip callout */ |
| vertical-align: bottom;
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .kin-note { |
| | background: #dff0fb !important; |
| | border-left: 5px solid #ff9c48 !important; |
| | border-radius: 0 !important; |
| | color: #173f63 !important; |
| } | | } |
|
| |
|
| .graphical-update-gallery .thumb { | | /* Bottom location navbox */ |
| display: flex;
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .kin-navbox { |
| justify-content: center;
| | border-radius: 0 !important; |
| align-items: center;
| | border-color: #a9bfd0 !important; |
| } | | } |
|
| |
|
| .graphical-update-gallery.gu-gallery-npc .thumb, | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .kin-navbox .nb-title { |
| .graphical-update-gallery.gu-gallery-misc .thumb, | | background: #2b5e8c !important; |
| .graphical-update-gallery.gu-gallery-emote .thumb, | | border-top: 3px solid #ff9c48 !important; |
| .graphical-update-gallery.gu-gallery-scenery .thumb,
| |
| .graphical-update-gallery.gu-gallery-equipped .thumb {
| |
| height: 200px;
| |
| } | | } |
|
| |
|
| .graphical-update-gallery.gu-gallery-location .thumb { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .kin-navbox .nb-group { |
| height: 150px;
| | background: #d8e8f3 !important; |
| } | | } |
|
| |
|
| .graphical-update-gallery.gu-gallery-dii .thumb, | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .kin-navbox .nb-list { |
| .graphical-update-gallery.gu-gallery-chathead .thumb { | | background: #f8fcff !important; |
| height: 100px;
| |
| } | | } |
| | | /* Skill pages: icon + table polish */ |
| .graphical-update-gallery.gu-gallery-icon .thumb { | | body.skin-vector-legacy.action-view.ns-0 .infobox-skill .infobox-image { |
| height: 50px;
| | background: #d8e8f3 !important; |
| | text-align: center !important; |
| | padding: 13px 10px !important; |
| | border-bottom: 1px solid #a9bfd0 !important; |
| } | | } |
|
| |
|
| .graphical-update-gallery.gu-gallery-inventory-item .thumb { | | body.skin-vector-legacy.action-view.ns-0 .infobox-skill .infobox-image img { |
| height: 35px;
| | max-width: 64px !important; |
| | max-height: 64px !important; |
| | width: auto !important; |
| | height: auto !important; |
| | image-rendering: pixelated; |
| | image-rendering: crisp-edges; |
| } | | } |
|
| |
|
| .graphical-update-gallery.gu-gallery-status .thumb { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable { |
| height: 27px;
| | background: #dbe9f3 !important; |
| | border: 1px solid #8fa8ba !important; |
| | border-collapse: collapse !important; |
| | margin: 1em 0 !important; |
| } | | } |
|
| |
|
| .graphical-update-gallery.gu-gallery-status img, | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable th { |
| .graphical-update-gallery.gu-gallery-chathead img, | | background: #b9cfe0 !important; |
| .graphical-update-gallery.gu-gallery-inventory-item img { | | color: #111 !important; |
| height: unset;
| | border: 1px solid #8fa8ba !important; |
| width: unset;
| | padding: 7px 10px !important; |
| | font-weight: 700 !important; |
| } | | } |
|
| |
|
| @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable td { |
| .inventory-image {
| | background: #eef6fc !important; |
| image-rendering: pixelated;
| | color: #111 !important; |
| image-rendering: crisp-edges;
| | border: 1px solid #9fb5c6 !important; |
| }
| | padding: 7px 10px !important; |
| | |
| .navbox .inventory-image {
| |
| image-rendering: auto;
| |
| }
| |
| | |
| } | | } |
|
| |
|
| .rsw-chartjs.rsw-chartjs-config { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable tr:nth-child(even) td { |
| display: none;
| | background: #dfeef8 !important; |
| } | | } |
|
| |
|
| .rsw-chartjs.rsw-chart-error { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable img { |
| font-family: monospace;
| | image-rendering: pixelated; |
| | image-rendering: crisp-edges; |
| } | | } |
|
| |
|
| .rsw-chartjs-canvas { | | /* Article boxes: remove white patches, keep subtle contrast */ |
| background-color: var(--body-light);
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox td, |
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable td, |
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .kin-navbox .nb-list, |
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .catlinks { |
| | background: #f4fbff !important; |
| } | | } |
|
| |
|
| :root {
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox tr:nth-child(even) td, |
| --diff-addedline-border-color: #438ab5;
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .wikitable tr:nth-child(even) td, |
| --diff-addedline-background: #bddff2;
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .kin-navbox tr:nth-child(even) .nb-list { |
| --diff-addedline-color: #000;
| | background: #eaf6fd !important; |
| --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 { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox-image { |
| border-color: var(--diff-context-border-color);
| | background: #eaf6fd !important; |
| background: var(--diff-context-background);
| |
| color: inherit;
| |
| } | | } |
|
| |
|
| .diff-addedline { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox th, |
| border-color: var(--diff-addedline-border-color);
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .kin-navbox .nb-group { |
| | background: #d7e9f5 !important; |
| } | | } |
| | | /* Infobox: orange top accent like article heading */ |
| .diff-addedline .diffchange { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox { |
| background: var(--diff-addedline-background);
| | border-top: 3px solid #ff9c48 !important; |
| color: var(--diff-addedline-color);
| |
| } | | } |
| | | /* Infobox: visible orange top accent on the actual first cell */ |
| .diff-deletedline { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox tr:first-child > .infobox-title { |
| border-color: var(--diff-deletedline-border-color);
| | background: #d7e9f5 !important; |
| | color: #173f63 !important; |
| | box-shadow: inset 0 3px 0 #ff9c48 !important; |
| | padding-top: 9px !important; |
| } | | } |
| | | /* Infobox: perfectly aligned outer orange top line */ |
| .diff-deletedline .diffchange { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox { |
| background: var(--diff-deletedline-background);
| | position: relative !important; |
| color: var(--diff-deletedline-color);
| | border-top: 0 !important; |
| } | | } |
|
| |
|
| .mw-diff-movedpara-left:after, | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox::before { |
| .mw-diff-movedpara-right:after { | | content: ""; |
| color: var(--text-color);
| | position: absolute; |
| | top: 0; |
| | left: -1px; |
| | right: -1px; |
| | height: 4px; |
| | background: #ff9c48; |
| | z-index: 2; |
| } | | } |
|
| |
|
| .mw-notification { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox tr:first-child > .infobox-title { |
| background-color: var(--body-light);
| | box-shadow: none !important; |
| border-color: var(--body-border);
| | padding-top: 10px !important; |
| color: var(--text-color);
| |
| } | | } |
| | | /* Infobox image centering: fix MediaWiki file wrapper alignment */ |
| .mw-echo-ui-notificationsInboxWidget-toolbarWrapper { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox .infobox-image { |
| background: var(--body-main);
| | text-align: center !important; |
| | vertical-align: middle !important; |
| | padding: 16px 10px !important; |
| } | | } |
|
| |
|
| .mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox .infobox-image > span[typeof="mw:File"] { |
| color: var(--byline-color);
| | display: inline-flex !important; |
| | width: 100% !important; |
| | align-items: center !important; |
| | justify-content: center !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox .infobox-image > span[typeof="mw:File"] > span { |
| background-color: var(--ooui-normal);
| | display: inline-flex !important; |
| color: var(--ooui-accent);
| | align-items: center !important; |
| | justify-content: center !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-pageNotificationsOptionWidget-label-count { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox .infobox-image img { |
| background-color: var(--ooui-normal);
| | display: block !important; |
| color: var(--byline-color);
| | margin: 0 auto !important; |
| } | | } |
| | | /* Item infobox: clearer title contrast */ |
| .oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count { | | body.skin-vector-legacy .infobox-item .infobox-title { |
| color: var(--ooui-accent);
| | background: #2b5e8c !important; |
| | color: #ffffff !important; |
| | text-shadow: none !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .infobox-item tr:first-child > .infobox-title { |
| background-color: var(--ooui-normal);
| | background: #d7e9f5 !important; |
| color: var(--text-color);
| | color: #173f63 !important; |
| | font-weight: 800 !important; |
| } | | } |
| | | /* Category pages: match article page quality */ |
| .mw-echo-ui-crossWikiUnreadFilterWidget { | | body.skin-vector-legacy.action-view.ns-14 #content { |
| border-color: var(--body-border);
| | background: #eaf6fd !important; |
| | border-color: #9fc8e3 !important; |
| | border-radius: 0 !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-crossWikiUnreadFilterWidget-subtitle { | | body.skin-vector-legacy.action-view.ns-14 #firstHeading { |
| color: var(--byline-color);
| | color: #173f63 !important; |
| | border-bottom: 3px solid #ff9c48 !important; |
| | padding-bottom: 7px !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head, | | body.skin-vector-legacy.action-view.ns-14 #mw-content-text { |
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer {
| | color: #101820; |
| border-color: var(--ooui-interface-border);
| | font-size: 0.96em; |
| | line-height: 1.55; |
| } | | } |
|
| |
|
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child { | | body.skin-vector-legacy.action-view.ns-14 #mw-content-text h2 { |
| border-left-color: var(--ooui-normal-border);
| | border-bottom: 1px solid #9fb9cc !important; |
| | color: #111 !important; |
| | font-family: Georgia, "Times New Roman", serif !important; |
| | font-size: 1.45em !important; |
| | font-weight: 700 !important; |
| | padding-bottom: 4px !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-notificationItemWidget { | | body.skin-vector-legacy.action-view.ns-14 .wikitable { |
| background-color: var(--ooui-normal);
| | background: #dbe9f3 !important; |
| border-color: var(--ooui-normal-border);
| | border: 1px solid #8fa8ba !important; |
| | border-collapse: collapse !important; |
| | border-radius: 0 !important; |
| | box-shadow: none !important; |
| | color: #111 !important; |
| | font-size: 0.92em !important; |
| | margin: 1em 0 !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-notificationItemWidget:hover, | | body.skin-vector-legacy.action-view.ns-14 .wikitable th { |
| .mw-echo-ui-notificationItemWidget-unread:hover { | | background: #b9cfe0 !important; |
| background-color: var(--ooui-normal--hover);
| | color: #111 !important; |
| | border: 1px solid #8fa8ba !important; |
| | padding: 7px 10px !important; |
| | font-weight: 700 !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-notificationItemWidget:last-child { | | body.skin-vector-legacy.action-view.ns-14 .wikitable td { |
| border-bottom-color: var(--ooui-normal-border);
| | background: #eef6fc !important; |
| | color: #111 !important; |
| | border: 1px solid #9fb5c6 !important; |
| | padding: 7px 10px !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-notificationItemWidget-unread { | | body.skin-vector-legacy.action-view.ns-14 .wikitable tr:nth-child(even) td { |
| background-color: var(--search-box);
| | background: #dfeef8 !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-crossWikiNotificationItemWidget-group, | | body.skin-vector-legacy.action-view.ns-14 .kin-navbox { |
| .mw-echo-ui-bundleNotificationItemWidget-group { | | border-radius: 0 !important; |
| background-color: var(--ooui-interface);
| | border-color: #a9bfd0 !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-toggleReadCircleButtonWidget-circle { | | body.skin-vector-legacy.action-view.ns-14 .kin-navbox .nb-title { |
| background-color: var(--ooui-progressive);
| | background: #2b5e8c !important; |
| | border-top: 3px solid #ff9c48 !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-toggleReadCircleButtonWidget:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle { | | body.skin-vector-legacy.action-view.ns-14 .kin-navbox .nb-group { |
| background-color: var(--ooui-progressive--hover);
| | background: #d8e8f3 !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-toggleReadCircleButtonWidget-circle-unread { | | body.skin-vector-legacy.action-view.ns-14 .kin-navbox .nb-list { |
| background-color: var(--ooui-normal);
| | background: #f8fcff !important; |
| border-color: var(--ooui-normal-border);
| |
| } | | } |
| | | /* Article + category TOC: same polished content style */ |
| .mw-echo-ui-notificationItemWidget-content-message-header, | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .toc, |
| .mw-echo-ui-notificationItemWidget-content-message-body,
| | body.skin-vector-legacy.action-view.ns-14 .toc { |
| .mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label, | | background: #d8e8f3 !important; |
| .mw-echo-ui-notificationItemWidget-content-actions-timestamp { | | border: 1px solid #a9bfd0 !important; |
| color: var(--ooui-text);
| | border-radius: 0 !important; |
| | box-shadow: none !important; |
| | min-width: 260px !important; |
| } | | } |
|
| |
|
| .mw-echo-ui-bundleNotificationItemWidget-group { | | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) .toc .toctitle h2, |
| background-color: var(--body-main);
| | body.skin-vector-legacy.action-view.ns-14 .toc .toctitle h2 { |
| | color: #111 !important; |
| | font-family: Georgia, "Times New Roman", serif !important; |
| | font-size: 1em !important; |
| } | | } |
|
| |
|
| @keyframes unseen-fadeout-to-unread {
| | /* Article + category links: keep same readable Kintara-styled color */ |
| from {
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text a:not(.new), |
| background-color: var(--wikitable-bg-lighter);
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text a:visited:not(.new), |
| }
| | body.skin-vector-legacy.action-view.ns-14 #mw-content-text a:not(.new), |
| | | body.skin-vector-legacy.action-view.ns-14 #mw-content-text a:visited:not(.new) { |
| to {
| | color: #d9731f !important; |
| background-color: var(--search-box);
| |
| }
| |
| | |
| } | | } |
|
| |
|
| @keyframes unseen-fadeout-to-read {
| | body.skin-vector-legacy.action-view.ns-0:not(.page-Main_Page) #mw-content-text a:hover, |
| from {
| | body.skin-vector-legacy.action-view.ns-14 #mw-content-text a:hover { |
| background-color: var(--wikitable-bg-lighter);
| | color: #d9731f !important; |
| }
| | text-decoration: underline; |
| | |
| to {
| |
| background-color: var(--body-main);
| |
| }
| |
| | |
| } | | } |
| | | /* Clean table of contents interaction */ |
| .mwe-popups {
| | #toc, |
| background: var(--body-light);
| | #toc * { |
| | -webkit-user-select: none; |
| | user-select: none; |
| } | | } |
|
| |
|
| .mwe-popups .mwe-popups-container { | | #toc .toctogglelabel:focus, |
| color: var(--text-color);
| | #toc .toctogglelabel:focus-visible { |
| background: var(--body-light);
| | outline: 1px solid #d9731f; |
| | outline-offset: 2px; |
| | box-shadow: none; |
| } | | } |
| | | /* Hide machine-readable Atom feed link from the sidebar toolbox */ |
| .mwe-popups .mwe-popups-container.flipped-x-y:before,
| | #feedlinks { |
| .mwe-popups .mwe-popups-container.flipped-y:before {
| | display: none !important; |
| border-top: none;
| |
| } | | } |
| | | /* Main Page: make social cards fully clickable */ |
| .mwe-popups .mwe-popups-container.mwe-popups-no-image-tri:before { | | body.page-Main_Page .kin-promo.discord, |
| border-bottom: none;
| | body.page-Main_Page .kin-promo.xbox { |
| | position: relative; |
| | cursor: pointer; |
| } | | } |
|
| |
|
| .mwe-popups .mwe-popups-container.flipped-x-y:after, | | body.page-Main_Page .kin-promo.discord .pbody a::after, |
| .mwe-popups .mwe-popups-container.flipped-y:after { | | body.page-Main_Page .kin-promo.xbox .pbody a::after { |
| border-top-color: var(--body-light);
| | content: ""; |
| | position: absolute; |
| | inset: 0; |
| | z-index: 5; |
| } | | } |
|
| |
|
| .mwe-popups .mwe-popups-container.mwe-popups-no-image-tri:after { | | body.page-Main_Page .kin-promo.discord .pbody a:focus-visible::after, |
| border-bottom-color: var(--body-light);
| | body.page-Main_Page .kin-promo.xbox .pbody a:focus-visible::after { |
| | outline: 2px solid rgba(255,255,255,0.85); |
| | outline-offset: -4px; |
| } | | } |
| | | /* Sidebar Discord button */ |
| .mwe-popups .mwe-popups-settings-icon:hover, | | #mw-panel a[href*="discord.gg/kintara"] { |
| .mwe-popups .mwe-popups-settings-icon:active { | | display: flex !important; |
| background-color: var(--ooui-normal--hover);
| | align-items: center; |
| | justify-content: center; |
| | gap: 7px; |
| | margin: 8px 0 12px; |
| | padding: 8px 10px; |
| | background: #5865f2; |
| | color: #ffffff !important; |
| | border-radius: 4px; |
| | font-weight: 800; |
| | font-size: 0.88em; |
| | line-height: 1.1; |
| | text-decoration: none !important; |
| | box-shadow: 0 2px 5px rgba(20, 50, 80, 0.22); |
| } | | } |
|
| |
|
| .mwe-popups .mw-ui-icon-element:not(.disabled):hover { | | #mw-panel a[href*="discord.gg/kintara"]::before { |
| background: none;
| | content: ""; |
| | width: 18px; |
| | height: 14px; |
| | background: center / contain no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 18"><path fill="white" d="M20.3 1.6A19 19 0 0 0 15.6.3l-.3.6A17 17 0 0 0 8.7.9L8.4.3A19 19 0 0 0 3.7 1.6 19.8 19.8 0 0 0 .3 15.1a19 19 0 0 0 5.8 2.9l.7-1A12 12 0 0 1 5 16.1l.4-.3a13.6 13.6 0 0 0 13.2 0l.4.3a12 12 0 0 1-1.8.9l.7 1a19 19 0 0 0 5.8-2.9A19.7 19.7 0 0 0 20.3 1.6ZM8.3 12.2c-.9 0-1.7-.9-1.7-1.9s.7-1.9 1.7-1.9 1.7.9 1.7 1.9-.8 1.9-1.7 1.9Zm7.4 0c-.9 0-1.7-.9-1.7-1.9s.7-1.9 1.7-1.9 1.7.9 1.7 1.9-.8 1.9-1.7 1.9Z"/></svg>'); |
| | flex: 0 0 18px; |
| } | | } |
|
| |
|
| .mwe-popups .mwe-popups-extract {
| | #mw-panel a[href*="discord.gg/kintara"]:hover { |
| color: var(--text-color);
| | background: #4752c4; |
| | color: #ffffff !important; |
| | text-decoration: none !important; |
| | transform: translateY(-1px); |
| } | | } |
| | | /* Footer trust pages */ |
| .mwe-popups .mwe-popups-extract[dir='ltr']:after { | | .kin-trust-page { |
| background-image: linear-gradient(to right, rgba(49, 62, 89, 0), var(--body-light) 50%);
| | max-width: 980px; |
| } | | } |
|
| |
|
| .mwe-popups-overlay { | | .kin-trust-intro { |
| background-color: var(--ooui-window-background);
| | background: #eaf6fd; |
| | border-left: 4px solid #d9731f; |
| | padding: 14px 16px; |
| | margin: 12px 0 18px; |
| | font-weight: 600; |
| | line-height: 1.55; |
| } | | } |
|
| |
|
| #mwe-popups-settings {
| | .kin-trust-grid { |
| background: var(--ooui-interface);
| | display: grid; |
| border-color: var(--ooui-interface-border);
| | grid-template-columns: repeat(2, minmax(0, 1fr)); |
| color: var(--text-color);
| | gap: 12px; |
| | margin: 14px 0 18px; |
| } | | } |
|
| |
|
| #mwe-popups-settings header {
| | .kin-trust-card { |
| border-color: var(--ooui-interface-border);
| | background: #eaf6fd; |
| | border: 1px solid #9fb9cc; |
| | padding: 12px 14px; |
| } | | } |
|
| |
|
| #mwe-popups-settings main#mwe-popups-settings-form p {
| | .kin-trust-card b { |
| color: var(--byline-color);
| | color: #0b4f7c; |
| } | | } |
|
| |
|
| #mwe-popups-settings main#mwe-popups-settings-form form label > span {
| | @media (max-width: 760px) { |
| color: var(--ooui-text); | | .kin-trust-grid { |
| | grid-template-columns: 1fr; |
| | } |
| } | | } |
| | | /* ===== GAME UPDATES (kintara-style news cards) ===== */ |
| :root {
| | .kin-section-head { |
| --tabber-tab-bg: var(--body-light);
| | font-size:1.25em; color:var(--kin-blue-dark); font-weight:700; |
| --tabber-tab-border-color: var(--body-border);
| | margin:0 0 12px; padding-bottom:5px; border-bottom:2px solid var(--kin-orange); |
| --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-background-color);
| |
| --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);
| |
| } | | } |
| | | .kin-news { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:0 0 22px; } |
| .tabber { | | .kin-news-card { |
| margin: 1em 0;
| | border:1px solid var(--kin-line); border-radius:10px; overflow:hidden; |
| overflow-x: hidden;
| | background:#fff; display:flex; flex-direction:column; transition:.15s; |
| | min-width:0; |
| } | | } |
| | .kin-news-card:hover { box-shadow:0 6px 16px rgba(93,161,214,0.25); transform:translateY(-3px); border-color:var(--kin-orange); } |
|
| |
|
| .tabber .tabbertab {
| | /* neutralize whatever wrapper MediaWiki puts around the image (<a> or <p>) */ |
| background-color: var(--tabber-tab-bg);
| | .kin-news-card > a, .kin-news-card > p { margin:0; line-height:0; display:block; } |
| 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;
| |
| overflow-x: auto;
| |
| } | |
|
| |
|
| ul.tabbernav {
| | /* icon cards: centered icon on a gradient panel */ |
| border: none;
| | .kin-news-card:not(.photo) > a, .kin-news-card:not(.photo) > p { |
| margin-left: 2em;
| | display:flex; align-items:center; justify-content:center; |
| margin-bottom: 0;
| | height:150px; background:linear-gradient(160deg,#eef6fc,#d6e9f7); |
| margin-right: 2em;
| |
| padding: 0;
| |
| font-family: inherit;
| |
| } | | } |
| | | .kin-news-card:not(.photo) img { |
| ul.tabbernav li.tabberactive > a {
| | max-height:96px !important; max-width:78% !important; |
| background-color: var(--tabber-active-tab-bg);
| | width:auto !important; height:auto !important; |
| color: var(--tabber-active-tab-color);
| | image-rendering:pixelated; image-rendering:crisp-edges; |
| border-bottom: none;
| |
| position: relative;
| |
| } | | } |
|
| |
|
| ul.tabbernav li.tabberactive > a:hover {
| | /* photo cards: full-bleed screenshot, cropped */ |
| color: var(--tabber-active-tab-hover-color);
| | .kin-news-card.photo > a, .kin-news-card.photo > p { background:#0b1c2b; height:150px; } |
| background-color: var(--tabber-active-tab-hover-bg);
| | .kin-news-card.photo img { |
| border-color: var(--tabber-active-tab-hover-border-color);
| | display:block; width:100% !important; height:150px !important; |
| border-bottom: none;
| | max-width:100% !important; object-fit:cover; object-position:center; |
| | image-rendering:auto; |
| } | | } |
|
| |
|
| ul.tabbernav li.tabberactive > a::after {
| | .kin-news-card .kn-body { padding:13px 15px 15px; } |
| content: '';
| | .kin-news-card .kn-meta { |
| position: absolute;
| | font-size:0.76em; color:var(--kin-orange-dk); font-weight:700; |
| left: 0;
| | text-transform:uppercase; letter-spacing:0.04em; margin-bottom:5px; |
| right: 0;
| |
| bottom: -1px;
| |
| border-bottom: 2px solid var(--tabber-active-tab-border-hider-color);
| |
| } | | } |
| | .kin-news-card .kn-title { font-weight:700; font-size:1.08em; margin:0 0 6px; line-height:1.25; } |
| | .kin-news-card .kn-title a { color:var(--kin-blue-dark) !important; text-decoration:none; } |
| | .kin-news-card:hover .kn-title a { color:var(--kin-orange-dk) !important; } |
| | .kin-news-card .kn-desc { font-size:0.88em; color:#3a4a58; line-height:1.45; } |
|
| |
|
| ul.tabbernav li a {
| | @media (max-width:820px){ .kin-news { grid-template-columns:1fr; } } |
| background-color: var(--tabber-inactive-tab-bg);
| | /* Game update article pages */ |
| border-bottom: transparent;
| | .kin-update-header { |
| border-color: var(--tabber-inactive-tab-border-color);
| | background: #fffaf1; |
| color: var(--tabber-inactive-tab-color);
| | border: 1px solid #d8c8aa; |
| display: inline-block;
| | border-left: 4px solid #d9731f; |
| font-size: 110%;
| | padding: 12px 15px; |
| padding: 0.5em 1em;
| | margin: 10px 0 16px; |
| } | | } |
|
| |
|
| ul.tabbernav li a:hover {
| | .kin-update-kicker { |
| background-color: var(--tabber-inactive-tab-hover-bg);
| | color: #d9731f; |
| border-color: var(--tabber-inactive-tab-hover-border-color);
| | font-size: 0.78em; |
| | font-weight: 800; |
| | letter-spacing: 0.04em; |
| | text-transform: uppercase; |
| | margin-bottom: 5px; |
| } | | } |
|
| |
|
| ul.tabbernav li a:link,
| | .kin-update-summary { |
| ul.tabbernav li a:visited {
| | color: #1f2d3a; |
| color: var(--tabber-inactive-tab-color);
| | font-weight: 600; |
| | line-height: 1.5; |
| } | | } |
|
| |
|
| .js-tooltip-text { | | .kin-update-source { |
| color: var(--text-color);
| | margin-top: 8px; |
| padding: 5px;
| | font-size: 0.84em; |
| } | | } |
|
| |
|
| .js-tooltip-wrapper { | | .kin-update-lead-image { |
| position: absolute;
| | margin: 14px 0 18px; |
| z-index: 999999;
| | text-align: center; |
| max-width: 75%;
| |
| padding: 5px;
| |
| border: 3px solid var(--button-background);
| |
| background: var(--body-light);
| |
| box-shadow: 3px 3px 10px -5px #333;
| |
| font-size: 12px;
| |
| } | | } |
|
| |
|
| .js-tooltip-click { | | .kin-update-lead-image img { |
| color: #fff;
| | max-width: 100% !important; |
| background: var(--button-background);
| | height: auto !important; |
| border-radius: 2em;
| | border: 1px solid #9fb9cc; |
| border: 2px solid var(--button-background);
| | background: #eaf6fd; |
| cursor: pointer;
| |
| padding: 0 0.3em;
| |
| -webkit-user-select: none;
| |
| -moz-user-select: none;
| |
| -ms-user-select: none;
| |
| user-select: none;
| |
| } | | } |
| | | /* Main Page: make news/category cards fully clickable */ |
| .js-tooltip-arrow { | | body.page-Main_Page .kin-news-card, |
| position: absolute;
| | body.page-Main_Page .kin-card { |
| border-color: transparent;
| | position: relative; |
| border-style: solid;
| | cursor: pointer; |
| z-index: 900001;
| |
| width: 0;
| |
| height: 0;
| |
| } | | } |
|
| |
|
| .js-tooltip-arrow.js-tooltip-arrow-pointleft { | | body.page-Main_Page .kin-news-card .kn-title a::after, |
| border-right-color: var(--button-background);
| | body.page-Main_Page .kin-card .kc-label a::after { |
| border-left-color: transparent;
| | content: ""; |
| border-left-width: 0;
| | position: absolute; |
| | inset: 0; |
| | z-index: 5; |
| } | | } |
|
| |
|
| .js-tooltip-arrow.js-tooltip-arrow-pointright { | | body.page-Main_Page .kin-news-card .kn-title a:focus-visible::after, |
| border-left-color: var(--button-background);
| | body.page-Main_Page .kin-card .kc-label a:focus-visible::after { |
| border-right-color: transparent;
| | outline: 2px solid #d9731f; |
| border-right-width: 0;
| | outline-offset: -4px; |
| } | | } |
|
| |
|
| .js-tooltip-close { | | body.page-Main_Page .kin-section-head-spaced { |
| float: right;
| | margin-top: 6px; |
| margin-left: 10px;
| |
| margin-right: -5px;
| |
| margin-top: -5px;
| |
| margin-bottom: 1px;
| |
| background: var(--button-background);
| |
| border: 0;
| |
| } | | } |
| | | /* Main Page hero: community blurb + play button */ |
| .hover-text--added ~ .tooltip { | | body.page-Main_Page .kin-hero-clean { |
| background: var(--body-background-color);
| | padding-top: 32px !important; |
| border: 1px solid var(--body-dark);
| | padding-bottom: 30px !important; |
| padding: 0.25em;
| |
| border-radius: 5px;
| |
| user-select: none;
| |
| z-index: 5000;
| |
| } | | } |
|
| |
|
| .hover-text--added ~ .tooltip > .tooltip-arrow { | | body.page-Main_Page .kin-hero-clean p { |
| visibility: hidden;
| | max-width: 780px; |
| content: '';
| | margin: 10px auto 0 !important; |
| transform: rotate(45deg);
| | line-height: 1.5; |
| position: absolute;
| |
| width: 8px;
| |
| height: 8px;
| |
| background: inherit;
| |
| border-style: solid;
| |
| border-color: var(--body-dark);
| |
| border-width: 0;
| |
| } | | } |
|
| |
|
| .hover-text--added ~ .tooltip > .tooltip-inner { | | body.page-Main_Page .kin-hero-actions { |
| padding-left: 0.1em;
| | margin-top: 18px; |
| padding-right: 0.1em;
| | display: flex; |
| z-index: 6000;
| | justify-content: center; |
| } | | } |
|
| |
|
| .hover-text--added ~ .tooltip[aria-hidden="false"] > .tooltip-arrow { | | body.page-Main_Page .kin-hero-actions a { |
| visibility: visible;
| | display: inline-flex; |
| | align-items: center; |
| | justify-content: center; |
| | min-height: 38px; |
| | padding: 0 24px; |
| | border-radius: 4px; |
| | background: #d9731f; |
| | color: #ffffff !important; |
| | font-weight: 800; |
| | text-decoration: none !important; |
| | box-shadow: 0 3px 8px rgba(20, 50, 80, 0.24); |
| } | | } |
|
| |
|
| .hover-text--added ~ .tooltip[x-placement='top'] > .tooltip-arrow, | | body.page-Main_Page .kin-hero-actions a:hover { |
| .hover-text--added ~ .tooltip[x-placement='top-start'] > .tooltip-arrow,
| | background: #ff9c48; |
| .hover-text--added ~ .tooltip[x-placement='top-end'] > .tooltip-arrow {
| | color: #ffffff !important; |
| bottom: -5px;
| | transform: translateY(-1px); |
| border-right-width: 1px;
| |
| border-bottom-width: 1px;
| |
| } | | } |
| | | /* Main Page welcome intro: RuneScape-style structure, Kintara branding */ |
| .hover-text--added ~ .tooltip[x-placement='bottom'] > .tooltip-arrow,
| | body.page-Main_Page .kin-welcome { |
| .hover-text--added ~ .tooltip[x-placement='bottom-start'] > .tooltip-arrow, | | display: grid; |
| .hover-text--added ~ .tooltip[x-placement='bottom-end'] > .tooltip-arrow {
| | grid-template-columns: minmax(0, 1fr) 310px; |
| top: -5px;
| | gap: 34px; |
| border-top-width: 1px;
| | align-items: start; |
| border-left-width: 1px;
| | max-width: 1160px; |
| | margin: 42px auto 34px; |
| } | | } |
|
| |
|
| .hover-text--added ~ .tooltip[x-placement='left'] > .tooltip-arrow, | | body.page-Main_Page .kin-welcome-title { |
| .hover-text--added ~ .tooltip[x-placement='left-start'] > .tooltip-arrow,
| | font-family: Georgia, "Times New Roman", serif; |
| .hover-text--added ~ .tooltip[x-placement='left-end'] > .tooltip-arrow {
| | font-size: 2.55em; |
| right: -6px;
| | line-height: 1.1; |
| border-right-width: 1px;
| | font-weight: 800; |
| border-top-width: 1px;
| | color: #263746; |
| | margin: 0 0 16px; |
| } | | } |
|
| |
|
| .hover-text--added ~ .tooltip[x-placement='right'] > .tooltip-arrow, | | body.page-Main_Page .kin-welcome-copy p { |
| .hover-text--added ~ .tooltip[x-placement='right-start'] > .tooltip-arrow,
| | font-size: 1.18em; |
| .hover-text--added ~ .tooltip[x-placement='right-end'] > .tooltip-arrow {
| | line-height: 1.6; |
| left: -6px;
| | color: #3a4a58; |
| border-left-width: 1px;
| | margin: 0; |
| border-bottom-width: 1px;
| | max-width: 850px; |
| } | | } |
|
| |
|
| :root {
| | body.page-Main_Page .kin-welcome-copy a { |
| --ooui-text: var(--text-color);
| | font-weight: 700; |
| --ooui-interface: var(--body-light);
| |
| --ooui-interface-border: var(--body-border);
| |
| --ooui-window-background: rgba(255, 255, 255, 0.5);
| |
| --ooui-normal: #fafafa;
| |
| --ooui-normal--hover: #eaecf0;
| |
| --ooui-normal-border: #a2a9b1;
| |
| --ooui-progressive: #438ab5;
| |
| --ooui-progressive--hover: #65a1c6;
| |
| --ooui-progressive-text: #fff;
| |
| --ooui-accent: var(--link-color);
| |
| --ooui-input: #fff;
| |
| --ooui-input-border: #a2a9b1;
| |
| --ooui-input-border--hover: #6e7884;
| |
| --ooui-disabled: rgba(196, 201, 208, 0.5);
| |
| --ooui-disabled-border: #c3c3c3;
| |
| --ooui-disabled-text: rgba(54, 65, 79, 0.8);
| |
| --ooui-pending-background-image: repeating-linear-gradient(-45deg, var(--search-box), var(--search-box) 20px, var(--body-main) 20px, var(--body-main) 30px);
| |
| --background-color-interactive-subtle: var(--ooui-interface);
| |
| --border-color-base: var(--ooui-interface-border);
| |
| --color-subtle: var(--subtle-color);
| |
| } | | } |
|
| |
|
| div#mw-teleport-target {
| | body.page-Main_Page .kin-welcome-stats { |
| z-index: 1000;
| | font-size: 1.02em; |
| | line-height: 1.75; |
| | color: #3a4a58; |
| | padding-top: 10px; |
| } | | } |
|
| |
|
| .oo-ui-widget { | | body.page-Main_Page .kin-welcome-stats b { |
| color: var(--ooui-text);
| | color: #263746; |
| | font-weight: 800; |
| } | | } |
|
| |
|
| .oo-ui-checkboxInputWidget [type='checkbox'] + span,
| | @media (max-width: 900px) { |
| .oo-ui-radioInputWidget [type='radio'] + span { | | body.page-Main_Page .kin-welcome { |
| background-color: var(--ooui-input); | | grid-template-columns: 1fr; |
| border-color: var(--ooui-input-border); | | margin: 26px auto 26px; |
| } | | gap: 16px; |
| | } |
|
| |
|
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
| | body.page-Main_Page .kin-welcome-title { |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span,
| | font-size: 2em; |
| .mw-ui-checkbox [type='checkbox']:enabled:checked + label:before {
| | } |
| 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-selected {
| |
| background-color: var(--ooui-normal);
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .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 {
| |
| 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 {
| |
| 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:focus {
| |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent);
| |
| }
| |
| | |
| .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-tagItemWidget.oo-ui-widget-disabled {
| |
| background-color: var(--ooui-disabled);
| |
| border-color: var(--ooui-disabled-border);
| |
| color: var(--ooui-disabled-text);
| |
| text-shadow: none;
| |
| }
| |
| | |
| .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-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled.selected {
| |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-accent);
| |
| }
| |
| | |
| .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-tagMultiselectWidget-focus .oo-ui-tagMultiselectWidget-handle {
| |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent);
| |
| }
| |
| | |
| .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover .oo-ui-tagMultiselectWidget-handle {
| |
| border-color: var(--ooui-input-border--hover);
| |
| }
| |
| | |
| .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle {
| |
| color: var(--ooui-disabled-text);
| |
| border-color: var(--ooui-disabled-border);
| |
| background-color: var(--ooui-disabled);
| |
| text-shadow: none;
| |
| }
| |
| | |
| .oo-ui-tagMultiselectWidget-handle {
| |
| border-color: var(--ooui-input-border);
| |
| }
| |
| | |
| .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 {
| |
| color: var(--ooui-disabled-text);
| |
| border-color: var(--ooui-disabled-border);
| |
| background-color: var(--ooui-disabled);
| |
| text-shadow: none;
| |
| }
| |
| | |
| .cdx-text-input__input:enabled:focus {
| |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent);
| |
| }
| |
| | |
| .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);
| |
| opacity: 0.6;
| |
| }
| |
| | |
| .oo-ui-buttonGroupWidget .oo-ui-buttonElement-framed.oo-ui-widget-disabled + .oo-ui-widget-disabled > .oo-ui-buttonElement-button {
| |
| border-left-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);
| |
| 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 {
| |
| background-color: var(--ooui-progressive--hover);
| |
| color: #fff;
| |
| border-color: var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .oo-ui-progressBarWidget {
| |
| border-color: var(--ooui-interface-border);
| |
| }
| |
| | |
| .oo-ui-progressBarWidget:not(.oo-ui-pendingElement-pending) {
| |
| background-color: var(--ooui-interface);
| |
| }
| |
| | |
| .oo-ui-progressBarWidget.oo-ui-widget-enabled .oo-ui-progressBarWidget-bar {
| |
| background-color: var(--ooui-progressive);
| |
| }
| |
| | |
| .oo-ui-progressBarWidget.oo-ui-widget-disabled .oo-ui-progressBarWidget-bar {
| |
| background-color: var(--ooui-disabled);
| |
| }
| |
| | |
| .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-widget-disabled > .oo-ui-numberInputWidget-field > .oo-ui-inputWidget-input {
| |
| opacity: 0.6;
| |
| }
| |
| | |
| .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);
| |
| color: var(--ooui-progressive-text);
| |
| }
| |
| | |
| .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-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-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
| |
| border-right-color: var(--ooui-normal--hover);
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .oo-ui-textInputWidget input,
| |
| .oo-ui-textInputWidget > .oo-ui-labelElement-label {
| |
| line-height: initial;
| |
| }
| |
| | |
| body.wgl-stickyheader .oo-ui-defaultOverlay,
| |
| body.wgl-stickyheader.skin-vector .oo-ui-windowManager-modal > .oo-ui-dialog,
| |
| body.wgl-stickyheader.skin-vector .ve-ui-overlay-global {
| |
| z-index: 501;
| |
| }
| |
| | |
| .rs-ex-modal .oo-ui-window-frame {
| |
| width: 600px !important;
| |
| height: 540px !important;
| |
| }
| |
| | |
| .rs-ex-modal .oo-ui-flaggedElement-primary {
| |
| margin-left: 15px;
| |
| }
| |
| | |
| #rs-ex-status {
| |
| color: #949eaa;
| |
| margin: 10px 15px 5px;
| |
| }
| |
| | |
| #rs-ex-form .oo-ui-fieldsetLayout-header {
| |
| font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
| |
| font-size: 1.3em; | |
| margin: 0 15px 10px;
| |
| }
| |
| | |
| #rs-ex-form .oo-ui-fieldsetLayout-group {
| |
| margin-bottom: 15px;
| |
| }
| |
| | |
| #rs-ex-form .oo-ui-fieldLayout-header {
| |
| width: 15%;
| |
| margin-right: 23px;
| |
| }
| |
| | |
| #rs-ex-form .oo-ui-fieldLayout-field {
| |
| width: 70%;
| |
| }
| |
| | |
| #rs-ex-form .oo-ui-fieldLayout-help {
| |
| margin-right: 1em;
| |
| margin-left: -1.8em;
| |
| }
| |
| | |
| #rs-ex-icon .oo-ui-labelElement-label {
| |
| padding-right: 0;
| |
| line-height: 2.25em;
| |
| }
| |
| | |
| #rs-ex-icon .oo-ui-inputWidget-input {
| |
| padding-left: 35px !important;
| |
| }
| |
| | |
| #repairForm {
| |
| padding: 7px;
| |
| }
| |
| | |
| #repairForm .oo-ui-fieldLayout-header {
| |
| width: 45%;
| |
| }
| |
| | |
| #repairForm .oo-ui-fieldLayout-header .oo-ui-labelElement-label {
| |
| margin-top: 3px;
| |
| }
| |
| | |
| #repairForm .oo-ui-fieldLayout-field {
| |
| width: 50%;
| |
| }
| |
| | |
| #repairForm .jsCalc-field-submit .oo-ui-buttonElement,
| |
| #repairForm .jsCalc-field-autosubmit .oo-ui-toggleSwitchWidget {
| |
| margin: 0 auto;
| |
| display: block;
| |
| padding-top: 5px;
| |
| }
| |
| | |
| #repairForm .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
| |
| display: none;
| |
| }
| |
| | |
| .ve-ui-overlay {
| |
| font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
| |
| }
| |
| | |
| .ve-ui-mwSaveDialog-license {
| |
| line-height: 1.65em;
| |
| }
| |
| | |
| .ve-ui-mwSaveDialog-savePanel .mw-summary-preview {
| |
| border-bottom: 1px solid #ccc;
| |
| line-height: 1.65em;
| |
| padding-bottom: 1em;
| |
| margin-bottom: 1.5em;
| |
| }
| |
| | |
| [data-diff-action='remove'],
| |
| table[data-diff-action='remove'] > caption,
| |
| figure[data-diff-action='remove'] > figcaption {
| |
| background: #fbc0ba !important;
| |
| box-shadow: 0 0 0 1px #fbc0ba;
| |
| }
| |
| | |
| del[data-diff-action='remove'],
| |
| [data-diff-action='remove'] > del {
| |
| text-decoration: initial;
| |
| }
| |
| | |
| [data-diff-action='insert'],
| |
| table[data-diff-action='insert'] > caption,
| |
| figure[data-diff-action='insert'] > figcaption {
| |
| background: #c3e8a3 !important;
| |
| box-shadow: 0 0 0 1px #c3e8a3;
| |
| }
| |
| | |
| .mw-kartographer-mapDialog-foot {
| |
| background-color: var(--body-light);
| |
| border-color: var(--body-mid);
| |
| }
| |
| | |
| .mw-kartographer-interactive {
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-container {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-container .marker-description img {
| |
| margin-bottom: 0.5em;
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-container .marker-description p:last-child {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-popup-content a,
| |
| .mw-kartographer-interactive .leaflet-popup-content a:visited,
| |
| .mw-kartographer-interactive .leaflet-popup-content a:hover,
| |
| .mw-kartographer-interactive .leaflet-popup-content a:active {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-popup-content a.new a.new:visited {
| |
| color: var(--redlink-color);
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-tooltip-left::before {
| |
| margin-right: -10px;
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-tooltip-right::before {
| |
| margin-left: -10px;
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-tooltip-top::before {
| |
| margin-bottom: -10px;
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-tooltip-bottom::before {
| |
| margin-top: -10px;
| |
| }
| |
| | |
| .leaflet-popup-content-wrapper {
| |
| background-color: var(--body-light);
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .leaflet-popup-tip {
| |
| border-top-color: var(--body-light);
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-grey {
| |
| background: #e4eaee;
| |
| color: #444e5a;
| |
| text-shadow: none;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey {
| |
| color: #444e5a;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-grey a,
| |
| .leaflet-vis-tooltip.lbl-bg-grey a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-grey a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-grey a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-grey a.mw-selflink.selflink {
| |
| color: #444e5a;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a.mw-selflink.selflink {
| |
| color: #444e5a;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-grey.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #e4eaee;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-grey.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #e4eaee;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-grey.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #e4eaee;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-grey.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #e4eaee;
| |
| }
| |
| | |
| .leaflet-container img.leaflet-marker-icon {
| |
| filter: drop-shadow(0px 0px 3px #000);
| |
| }
| |
| | |
| .mw-kartographer-container:not(.mw-kartographer-full).tleft {
| |
| float: left;
| |
| clear: left;
| |
| }
| |
| | |
| .mw-kartographer-container:not(.mw-kartographer-full).tright {
| |
| float: right;
| |
| clear: right;
| |
| }
| |
| | |
| .leaflet-vis-tooltip {
| |
| color: #fff;
| |
| text-shadow: 1.25px 1.25px 0 #000;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip {
| |
| color: #fff;
| |
| }
| |
| | |
| .leaflet-vis-tooltip a {
| |
| font-weight: inherit;
| |
| }
| |
| | |
| .leaflet-vis-tooltip a,
| |
| .leaflet-vis-tooltip a:visited,
| |
| .leaflet-vis-tooltip a:active,
| |
| .leaflet-vis-tooltip a:hover,
| |
| .leaflet-vis-tooltip a.mw-selflink.selflink {
| |
| }
| |
| | |
| .mw-kartographer-interactive .leaflet-vis-tooltip a,
| |
| .mw-kartographer-interactive .leaflet-vis-tooltip a:visited,
| |
| .mw-kartographer-interactive .leaflet-vis-tooltip a:active,
| |
| .mw-kartographer-interactive .leaflet-vis-tooltip a:hover,
| |
| .mw-kartographer-interactive .leaflet-vis-tooltip a.mw-selflink.selflink {
| |
| color: #ffffff;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip a.mw-selflink.selflink {
| |
| color: #ffffff;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.block-text {
| |
| text-align: left;
| |
| white-space: normal;
| |
| background: rgba(0, 0, 0, 0.5);
| |
| padding: 0.8em 0.8em 0;
| |
| backdrop-filter: blur(1.5px);
| |
| }
| |
| | |
| .leaflet-vis-tooltip.block-text p:first-child {
| |
| width: 300px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.block-label {
| |
| background: rgba(0, 0, 0, 0.5);
| |
| }
| |
| | |
| .leaflet-vis-tooltip.large-label {
| |
| font-size: 1.2em;
| |
| font-weight: bold;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-thin {
| |
| padding: 0px 4px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.dark-label {
| |
| color: #000;
| |
| text-shadow: 1px 1px 0.25px #fffc;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.dark-label {
| |
| color: #000;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.dark-label a,
| |
| .leaflet-vis-tooltip.dark-label a:visited,
| |
| .leaflet-vis-tooltip.dark-label a:active,
| |
| .leaflet-vis-tooltip.dark-label a.mw-selflink.selflink {
| |
| color: #000;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.dark-label a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.dark-label a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.dark-label a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.dark-label a.mw-selflink.selflink {
| |
| color: #000;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-red {
| |
| background: #fbc0ba;
| |
| color: #801c13;
| |
| text-shadow: none;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-red {
| |
| color: #801c13;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-red a,
| |
| .leaflet-vis-tooltip.lbl-bg-red a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-red a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-red a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-red a.mw-selflink.selflink {
| |
| color: #801c13;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-red a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-red a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-red a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-red a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-red a.mw-selflink.selflink {
| |
| color: #801c13;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-red.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #fbc0ba;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-red.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #fbc0ba;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-red.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #fbc0ba;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-red.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #fbc0ba;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-orange {
| |
| background: #fbcfa6;
| |
| color: #7a3f08;
| |
| text-shadow: none;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-orange {
| |
| color: #7a3f08;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-orange a,
| |
| .leaflet-vis-tooltip.lbl-bg-orange a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-orange a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-orange a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-orange a.mw-selflink.selflink {
| |
| color: #7a3f08;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-orange a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-orange a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-orange a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-orange a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-orange a.mw-selflink.selflink {
| |
| color: #7a3f08;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-orange.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #fbcfa6;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-orange.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #fbcfa6;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-orange.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #fbcfa6;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-orange.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #fbcfa6;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-yellow {
| |
| background: #fcea94;
| |
| color: #786300;
| |
| text-shadow: none;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-yellow {
| |
| color: #786300;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-yellow a,
| |
| .leaflet-vis-tooltip.lbl-bg-yellow a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-yellow a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-yellow a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-yellow a.mw-selflink.selflink {
| |
| color: #786300;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-yellow a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-yellow a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-yellow a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-yellow a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-yellow a.mw-selflink.selflink {
| |
| color: #786300;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-yellow.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #fcea94;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-yellow.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #fcea94;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-yellow.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #fcea94;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-yellow.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #fcea94;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-green {
| |
| background: #c3e8a3;
| |
| color: #2e5e05;
| |
| text-shadow: none;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-green {
| |
| color: #2e5e05;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-green a,
| |
| .leaflet-vis-tooltip.lbl-bg-green a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-green a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-green a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-green a.mw-selflink.selflink {
| |
| color: #2e5e05;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-green a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-green a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-green a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-green a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-green a.mw-selflink.selflink {
| |
| color: #2e5e05;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-green.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #c3e8a3;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-green.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #c3e8a3;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-green.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #c3e8a3;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-green.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #c3e8a3;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-blue {
| |
| background: #aad9f5;
| |
| color: #03436b;
| |
| text-shadow: none;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-blue {
| |
| color: #03436b;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-blue a,
| |
| .leaflet-vis-tooltip.lbl-bg-blue a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-blue a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-blue a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-blue a.mw-selflink.selflink {
| |
| color: #03436b;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-blue a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-blue a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-blue a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-blue a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-blue a.mw-selflink.selflink {
| |
| color: #03436b;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-blue.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #aad9f5;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-blue.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #aad9f5;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-blue.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #aad9f5;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-blue.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #aad9f5;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-purple {
| |
| background: #cfc0f0;
| |
| color: #3d276b;
| |
| text-shadow: none;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-purple {
| |
| color: #3d276b;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-purple a,
| |
| .leaflet-vis-tooltip.lbl-bg-purple a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-purple a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-purple a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-purple a.mw-selflink.selflink {
| |
| color: #3d276b;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-purple a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-purple a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-purple a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-purple a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-purple a.mw-selflink.selflink {
| |
| color: #3d276b;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-purple.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #cfc0f0;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-purple.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #cfc0f0;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-purple.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #cfc0f0;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-purple.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #cfc0f0;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-pink {
| |
| background: #f5c8ec;
| |
| color: #6d3662;
| |
| text-shadow: none;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-pink {
| |
| color: #6d3662;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-pink a,
| |
| .leaflet-vis-tooltip.lbl-bg-pink a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-pink a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-pink a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-pink a.mw-selflink.selflink {
| |
| color: #6d3662;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-pink a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-pink a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-pink a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-pink a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-pink a.mw-selflink.selflink {
| |
| color: #6d3662;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-pink.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #f5c8ec;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-pink.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #f5c8ec;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-pink.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #f5c8ec;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-pink.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #f5c8ec;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-gray,
| |
| .leaflet-vis-tooltip.lbl-bg-grey {
| |
| background: #e4eaee;
| |
| color: #444e5a;
| |
| text-shadow: none;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-gray,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey {
| |
| color: #444e5a;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-gray a,
| |
| .leaflet-vis-tooltip.lbl-bg-grey a,
| |
| .leaflet-vis-tooltip.lbl-bg-gray a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-grey a:visited,
| |
| .leaflet-vis-tooltip.lbl-bg-gray a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-grey a:active,
| |
| .leaflet-vis-tooltip.lbl-bg-gray a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-grey a:hover,
| |
| .leaflet-vis-tooltip.lbl-bg-gray a.mw-selflink.selflink,
| |
| .leaflet-vis-tooltip.lbl-bg-grey a.mw-selflink.selflink {
| |
| color: #444e5a;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-gray a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-gray a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-gray a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-gray a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-gray a.mw-selflink.selflink,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-bg-grey a.mw-selflink.selflink {
| |
| color: #444e5a;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-gray.leaflet-tooltip-left::before,
| |
| .leaflet-vis-tooltip.lbl-bg-grey.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #e4eaee;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-gray.leaflet-tooltip-right::before,
| |
| .leaflet-vis-tooltip.lbl-bg-grey.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #e4eaee;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-gray.leaflet-tooltip-top::before,
| |
| .leaflet-vis-tooltip.lbl-bg-grey.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #e4eaee;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-bg-gray.leaflet-tooltip-bottom::before,
| |
| .leaflet-vis-tooltip.lbl-bg-grey.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #e4eaee;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-red {
| |
| color: #c22010;
| |
| text-shadow: none;
| |
| background: #fff;
| |
| border: solid 2px #c22010;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-red {
| |
| color: #c22010;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-red a,
| |
| .leaflet-vis-tooltip.lbl-red a:visited,
| |
| .leaflet-vis-tooltip.lbl-red a:active,
| |
| .leaflet-vis-tooltip.lbl-red a:hover,
| |
| .leaflet-vis-tooltip.lbl-red a.mw-selflink.selflink {
| |
| color: #c22010;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-red a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-red a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-red a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-red a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-red a.mw-selflink.selflink {
| |
| color: #c22010;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-red.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #c22010;
| |
| margin-right: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-red.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #c22010;
| |
| margin-left: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-red.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #c22010;
| |
| margin-bottom: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-red.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #c22010;
| |
| margin-top: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-orange {
| |
| color: #bf6007;
| |
| text-shadow: none;
| |
| background: #fff;
| |
| border: solid 2px #bf6007;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-orange {
| |
| color: #bf6007;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-orange a,
| |
| .leaflet-vis-tooltip.lbl-orange a:visited,
| |
| .leaflet-vis-tooltip.lbl-orange a:active,
| |
| .leaflet-vis-tooltip.lbl-orange a:hover,
| |
| .leaflet-vis-tooltip.lbl-orange a.mw-selflink.selflink {
| |
| color: #bf6007;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-orange a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-orange a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-orange a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-orange a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-orange a.mw-selflink.selflink {
| |
| color: #bf6007;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-orange.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #bf6007;
| |
| margin-right: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-orange.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #bf6007;
| |
| margin-left: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-orange.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #bf6007;
| |
| margin-bottom: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-orange.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #bf6007;
| |
| margin-top: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-yellow {
| |
| color: #ad9000;
| |
| text-shadow: none;
| |
| background: #fff;
| |
| border: solid 2px #ad9000;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-yellow {
| |
| color: #ad9000;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-yellow a,
| |
| .leaflet-vis-tooltip.lbl-yellow a:visited,
| |
| .leaflet-vis-tooltip.lbl-yellow a:active,
| |
| .leaflet-vis-tooltip.lbl-yellow a:hover,
| |
| .leaflet-vis-tooltip.lbl-yellow a.mw-selflink.selflink {
| |
| color: #ad9000;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-yellow a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-yellow a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-yellow a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-yellow a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-yellow a.mw-selflink.selflink {
| |
| color: #ad9000;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-yellow.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #ad9000;
| |
| margin-right: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-yellow.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #ad9000;
| |
| margin-left: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-yellow.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #ad9000;
| |
| margin-bottom: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-yellow.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #ad9000;
| |
| margin-top: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-green {
| |
| color: #478515;
| |
| text-shadow: none;
| |
| background: #fff;
| |
| border: solid 2px #478515;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-green {
| |
| color: #478515;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-green a,
| |
| .leaflet-vis-tooltip.lbl-green a:visited,
| |
| .leaflet-vis-tooltip.lbl-green a:active,
| |
| .leaflet-vis-tooltip.lbl-green a:hover,
| |
| .leaflet-vis-tooltip.lbl-green a.mw-selflink.selflink {
| |
| color: #478515;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-green a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-green a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-green a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-green a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-green a.mw-selflink.selflink {
| |
| color: #478515;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-green.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #478515;
| |
| margin-right: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-green.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #478515;
| |
| margin-left: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-green.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #478515;
| |
| margin-bottom: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-green.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #478515;
| |
| margin-top: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-blue {
| |
| color: #1980bf;
| |
| text-shadow: none;
| |
| background: #fff;
| |
| border: solid 2px #1980bf;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-blue {
| |
| color: #1980bf;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-blue a,
| |
| .leaflet-vis-tooltip.lbl-blue a:visited,
| |
| .leaflet-vis-tooltip.lbl-blue a:active,
| |
| .leaflet-vis-tooltip.lbl-blue a:hover,
| |
| .leaflet-vis-tooltip.lbl-blue a.mw-selflink.selflink {
| |
| color: #1980bf;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-blue a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-blue a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-blue a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-blue a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-blue a.mw-selflink.selflink {
| |
| color: #1980bf;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-blue.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #1980bf;
| |
| margin-right: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-blue.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #1980bf;
| |
| margin-left: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-blue.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #1980bf;
| |
| margin-bottom: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-blue.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #1980bf;
| |
| margin-top: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-purple {
| |
| color: #5c2dbb;
| |
| text-shadow: none;
| |
| background: #fff;
| |
| border: solid 2px #5c2dbb;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-purple {
| |
| color: #5c2dbb;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-purple a,
| |
| .leaflet-vis-tooltip.lbl-purple a:visited,
| |
| .leaflet-vis-tooltip.lbl-purple a:active,
| |
| .leaflet-vis-tooltip.lbl-purple a:hover,
| |
| .leaflet-vis-tooltip.lbl-purple a.mw-selflink.selflink {
| |
| color: #5c2dbb;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-purple a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-purple a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-purple a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-purple a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-purple a.mw-selflink.selflink {
| |
| color: #5c2dbb;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-purple.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #5c2dbb;
| |
| margin-right: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-purple.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #5c2dbb;
| |
| margin-left: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-purple.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #5c2dbb;
| |
| margin-bottom: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-purple.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #5c2dbb;
| |
| margin-top: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-pink {
| |
| color: #dd32b8;
| |
| text-shadow: none;
| |
| background: #fff;
| |
| border: solid 2px #dd32b8;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-pink {
| |
| color: #dd32b8;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-pink a,
| |
| .leaflet-vis-tooltip.lbl-pink a:visited,
| |
| .leaflet-vis-tooltip.lbl-pink a:active,
| |
| .leaflet-vis-tooltip.lbl-pink a:hover,
| |
| .leaflet-vis-tooltip.lbl-pink a.mw-selflink.selflink {
| |
| color: #dd32b8;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-pink a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-pink a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-pink a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-pink a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-pink a.mw-selflink.selflink {
| |
| color: #dd32b8;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-pink.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #dd32b8;
| |
| margin-right: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-pink.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #dd32b8;
| |
| margin-left: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-pink.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #dd32b8;
| |
| margin-bottom: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-pink.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #dd32b8;
| |
| margin-top: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-gray,
| |
| .leaflet-vis-tooltip.lbl-grey {
| |
| color: #6b7787;
| |
| text-shadow: none;
| |
| background: #fff;
| |
| border: solid 2px #6b7787;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-gray,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-grey {
| |
| color: #6b7787;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-gray a,
| |
| .leaflet-vis-tooltip.lbl-grey a,
| |
| .leaflet-vis-tooltip.lbl-gray a:visited,
| |
| .leaflet-vis-tooltip.lbl-grey a:visited,
| |
| .leaflet-vis-tooltip.lbl-gray a:active,
| |
| .leaflet-vis-tooltip.lbl-grey a:active,
| |
| .leaflet-vis-tooltip.lbl-gray a:hover,
| |
| .leaflet-vis-tooltip.lbl-grey a:hover,
| |
| .leaflet-vis-tooltip.lbl-gray a.mw-selflink.selflink,
| |
| .leaflet-vis-tooltip.lbl-grey a.mw-selflink.selflink {
| |
| color: #6b7787;
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-gray a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-grey a,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-gray a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-grey a:visited,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-gray a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-grey a:active,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-gray a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-grey a:hover,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-gray a.mw-selflink.selflink,
| |
| body.wgl-theme-dark .leaflet-vis-tooltip.lbl-grey a.mw-selflink.selflink {
| |
| color: #6b7787;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-gray.leaflet-tooltip-left::before,
| |
| .leaflet-vis-tooltip.lbl-grey.leaflet-tooltip-left::before {
| |
| display: block;
| |
| border-left-color: #6b7787;
| |
| margin-right: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-gray.leaflet-tooltip-right::before,
| |
| .leaflet-vis-tooltip.lbl-grey.leaflet-tooltip-right::before {
| |
| display: block;
| |
| border-right-color: #6b7787;
| |
| margin-left: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-gray.leaflet-tooltip-top::before,
| |
| .leaflet-vis-tooltip.lbl-grey.leaflet-tooltip-top::before {
| |
| display: block;
| |
| border-top-color: #6b7787;
| |
| margin-bottom: -12px;
| |
| }
| |
| | |
| .leaflet-vis-tooltip.lbl-gray.leaflet-tooltip-bottom::before,
| |
| .leaflet-vis-tooltip.lbl-grey.leaflet-tooltip-bottom::before {
| |
| display: block;
| |
| border-bottom-color: #6b7787;
| |
| margin-top: -12px;
| |
| }
| |
| | |
| .leaflet-overlay-pane svg path.leaflet-interactive {
| |
| filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.9));
| |
| }
| |
| | |
| .advanced-map {
| |
| padding: 0;
| |
| position: relative;
| |
| margin: 0 auto;
| |
| overflow: hidden;
| |
| z-index: 2;
| |
| max-width: 100%;
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| box-sizing: border-box;
| |
| }
| |
| | |
| .advanced-map.amap-left {
| |
| float: left;
| |
| clear: left;
| |
| margin: 0.3em 0.5em 0.5em 0;
| |
| }
| |
| | |
| .advanced-map.amap-right {
| |
| float: right;
| |
| clear: right;
| |
| margin: 0 0 1em 1em;
| |
| }
| |
| | |
| .advanced-map .advanced-map {
| |
| padding: 0;
| |
| }
| |
| | |
| .advanced-map.amap-droplight img.leaflet-marker-icon {
| |
| -webkit-filter: drop-shadow(0px 0px 3px #fff);
| |
| filter: drop-shadow(0px 0px 3px #fff);
| |
| }
| |
| | |
| .advanced-map.amap-dropdark img.leaflet-marker-icon {
| |
| -webkit-filter: drop-shadow(0px 0px 3px #000);
| |
| filter: drop-shadow(0px 0px 3px #000);
| |
| }
| |
| | |
| .advanced-map .thumbcaption,
| |
| body.wgl-theme-dark .advanced-map .thumbcaption {
| |
| background: #000000;
| |
| color: #ffffff;
| |
| }
| |
| | |
| .amap-nav {
| |
| position: absolute;
| |
| top: 3px;
| |
| left: 5px;
| |
| text-align: left;
| |
| font-size: xx-small;
| |
| white-space: nowrap;
| |
| }
| |
| | |
| .amap-nav a,
| |
| .amap-nav a:visited,
| |
| .amap-nav a:active,
| |
| .amap-nav a:hover,
| |
| .amap-nav a.mw-selflink.selflink {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .amap-title {
| |
| margin: 0 3ch;
| |
| flex-basis: 100%;
| |
| font-size: 1.2em;
| |
| text-align: center;
| |
| color: #ffffff;
| |
| }
| |
| | |
| .amap-title a,
| |
| .amap-title a:visited,
| |
| .amap-title a:active,
| |
| .amap-title a:hover,
| |
| .amap-title a.mw-selflink.selflink {
| |
| color: #ffffff;
| |
| }
| |
| | |
| body.wgl-theme-dark .amap-title a,
| |
| body.wgl-theme-dark .amap-title a:visited,
| |
| body.wgl-theme-dark .amap-title a:active,
| |
| body.wgl-theme-dark .amap-title a:hover,
| |
| body.wgl-theme-dark .amap-title a.mw-selflink.selflink {
| |
| color: #ffffff;
| |
| }
| |
| | |
| .amap-title > a,
| |
| .amap-title > span {
| |
| background: unset;
| |
| padding: 0.3em 24px 0.5em;
| |
| min-height: calc(39px - 0.9em);
| |
| line-height: normal;
| |
| border-image-slice: 7 24 9 24 fill;
| |
| border-image-width: 7px 24px 9px 24px;
| |
| border-image-outset: 0px 0px 0px 0px;
| |
| border-image-repeat: repeat stretch;
| |
| border-image-source: url("/images/TitleBackground.png?jD7xBUN");
| |
| -webkit-box-decoration-break: clone;
| |
| box-decoration-break: clone;
| |
| display: inline-block;
| |
| }
| |
| | |
| .amap-key {
| |
| margin-top: 10px;
| |
| padding: 5px;
| |
| margin: 0;
| |
| border: 1px solid var(--thumb-border);
| |
| background-color: var(--thumb-bg);
| |
| box-sizing: border-box;
| |
| font-size: 88.4%;
| |
| }
| |
| | |
| .amap-key,
| |
| body.wgl-theme-dark .amap-key {
| |
| color: inherit;
| |
| }
| |
| | |
| .amap-key a,
| |
| .amap-key a:active,
| |
| .amap-key a:visited,
| |
| .amap-key a:hover,
| |
| body.wgl-theme-dark .amap-key a,
| |
| body.wgl-theme-dark .amap-key a:active,
| |
| body.wgl-theme-dark .amap-key a:visited,
| |
| body.wgl-theme-dark .amap-key a:hover {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .amap-key a.new,
| |
| body.wgl-theme-dark .amap-key a.new {
| |
| color: var(--redlink-color);
| |
| }
| |
| | |
| .amap-key ul {
| |
| list-style: none;
| |
| margin: 0;
| |
| padding: 0;
| |
| display: flex;
| |
| flex-flow: row wrap;
| |
| gap: 5px 0.5rem;
| |
| }
| |
| | |
| .amap-key ul li:last-child {
| |
| flex-grow: 1;
| |
| }
| |
| | |
| .amap-key ul li.amap-full {
| |
| flex-basis: 100%;
| |
| }
| |
| | |
| .amap-key li {
| |
| line-height: normal;
| |
| flex: 1 1 calc(50% - 0.5rem);
| |
| min-width: 15ch;
| |
| margin-bottom: 0;
| |
| display: flex;
| |
| align-items: center;
| |
| }
| |
| | |
| .amap-1col.amap-key li {
| |
| flex: 1 1 100%;
| |
| }
| |
| | |
| .amap-3col.amap-key li {
| |
| flex: 1 1 calc(33% - 0.5rem);
| |
| }
| |
| | |
| .amap-4col.amap-key li {
| |
| flex: 1 1 calc(25% - 0.5rem);
| |
| }
| |
| | |
| .amap-key .amap-key-text {
| |
| flex: 1;
| |
| margin-left: 0.3rem;
| |
| }
| |
| | |
| .amap-key .amap-key-text.amap-key-compass {
| |
| flex-grow: 1;
| |
| text-align: center;
| |
| }
| |
| | |
| .amap-key .amap-key-symb {
| |
| width: 30px;
| |
| padding: 0;
| |
| }
| |
| | |
| .amap-key .amap-key-symb.amap-key-nosymb {
| |
| width: 10px;
| |
| padding: 0;
| |
| }
| |
| | |
| .amap-key .amap-key-symb div,
| |
| .amap-key .amap-key-symb img {
| |
| display: block;
| |
| text-align: center;
| |
| margin: 0 auto;
| |
| }
| |
| | |
| .amap-key .amap-key-symb img {
| |
| max-width: 30px;
| |
| max-height: 30px;
| |
| object-fit: contain;
| |
| }
| |
| | |
| .amap-key .amap-key-symb .amap-key-dots {
| |
| width: 12px;
| |
| height: 12px;
| |
| filter: drop-shadow(1px 1px 1px #0009);
| |
| }
| |
| | |
| .amap-key .amap-key-symb .amap-key-dots div {
| |
| width: 100%;
| |
| height: 100%;
| |
| }
| |
| | |
| .amap-key .amap-key-symb .amap-key-dots .leaflet-dot {
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .amap-key .amap-key-symb .amap-key-circ,
| |
| .amap-key .amap-key-symb .amap-key-poly {
| |
| width: 20px;
| |
| height: 20px;
| |
| }
| |
| | |
| .amap-key .amap-key-symb .amap-key-circ div,
| |
| .amap-key .amap-key-symb .amap-key-poly div {
| |
| width: 100%;
| |
| height: 100%;
| |
| }
| |
| | |
| .amap-key .amap-key-symb .amap-key-circ {
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .amap-key .amap-key-symb .amap-key-circ div {
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .mw-kartographer-map .leaflet-div-dot {
| |
| filter: drop-shadow(1px 1px 1px #0009);
| |
| }
| |
| | |
| .mw-kartographer-map img.leaflet-marker-icon {
| |
| filter: drop-shadow(0px 0px 3px #000);
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-container .leaflet-control-attribution:after,
| |
| body.wgl-theme-dark .leaflet-container .leaflet-control-layers-toggle,
| |
| body.wgl-theme-dark .leaflet-container .leaflet-control-zoom-in,
| |
| body.wgl-theme-dark .leaflet-container .leaflet-control-zoom-out,
| |
| body.wgl-theme-dark .leaflet-container .mapbox-icon,
| |
| body.wgl-theme-dark .mapbox-button-icon:before {
| |
| background-image: url(/extensions/Kartographer/lib/external/mapbox/images/icons-ffffff@2x.png?f9d13);
| |
| background-image: linear-gradient(transparent, transparent), url(/extensions/Kartographer/lib/external/mapbox/images/icons-ffffff.svg?f5804);
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-container .oo-ui-icon-close,
| |
| body.wgl-theme-dark .leaflet-container .mw-ui-icon-close::before {
| |
| background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' viewBox='0 0 20 20'%3E%3Ctitle%3E close %3C/title%3E%3Cpath d='m4.3 2.9 12.8 12.8-1.4 1.4L2.9 4.3z'/%3E%3Cpath d='M17.1 4.3 4.3 17.1l-1.4-1.4L15.7 2.9z'/%3E%3C/svg%3E");
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-container .oo-ui-icon-fullScreen,
| |
| body.wgl-theme-dark .leaflet-container .mw-ui-icon-fullScreen::before {
| |
| background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' viewBox='0 0 20 20'%3E%3Ctitle%3E fullscreen %3C/title%3E%3Cpath d='M1 1v6h2V3h4V1zm2 12H1v6h6v-2H3zm14 4h-4v2h6v-6h-2zm0-16h-4v2h4v4h2V1z'/%3E%3C/svg%3E");
| |
| }
| |
| | |
| body.wgl-theme-dark .leaflet-control-plane-up svg,
| |
| body.wgl-theme-dark .leaflet-control-plane-down svg {
| |
| filter: invert(1);
| |
| }
| |
| | |
| .amaproutestosenntistenasylum-wrapper {
| |
| display: flex;
| |
| column-gap: 1em;
| |
| row-gap: 1em;
| |
| flex-wrap: wrap;
| |
| }
| |
| | |
| .amaproutestosenntistenasylum-wrapper .leaflet-vis-tooltip.lbl-sq::before {
| |
| display: none;
| |
| }
| |
| | |
| .amaproutestosenntistenasylum-wrapper .img-elevator::after {
| |
| content: '';
| |
| position: absolute;
| |
| pointer-events: none;
| |
| display: block;
| |
| width: 50px;
| |
| height: 50px;
| |
| background-image: url('filepath://Asylum elevator to asylum.png');
| |
| background-size: 85px 75px;
| |
| background-position: 45px 75px;
| |
| top: 1px;
| |
| right: -48px;
| |
| border: 3px solid #c22010;
| |
| border-radius: 50%;
| |
| }
| |
| | |
| .ve-activated .ve-init-mw-desktopArticleTarget-originalContent #catlinks:hover {
| |
| background: var(--ooui-normal--hover);
| |
| }
| |
| | |
| .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-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);
| |
| }
| |
| | |
| .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-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-toolbarDialog.ve-ui-toolbarDialog-position-above {
| |
| background-color: var(--ooui-interface);
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| .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 {
| |
| --fact-text-color: #15f;
| |
| --production-selected-background: #c3e8a3;
| |
| --production-selected-color: #000;
| |
| --wikipedia-border: #e0e0e0;
| |
| --wikipedia-background: #f8f8f8;
| |
| --keypress-background: #eee;
| |
| --keypress-border: #ccc;
| |
| --keypress-color: #333;
| |
| }
| |
| | |
| .nowrap {
| |
| white-space: nowrap;
| |
| }
| |
| | |
| .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;
| |
| }
| |
| | |
| .collapsed-sec {
| |
| font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
| |
| font-weight: bold;
| |
| text-shadow: 1px 1px #fff;
| |
| }
| |
| | |
| .fact-text {
| |
| color: var(--fact-text-color);
| |
| font-style: italic;
| |
| cursor: help;
| |
| border-bottom: dotted 1px;
| |
| }
| |
| | |
| .fact-text.floor-convention {
| |
| cursor: pointer;
| |
| }
| |
| | |
| .fact-text.floor-convention:hover {
| |
| border-bottom: none;
| |
| }
| |
| | |
| .production-selected {
| |
| background: var(--production-selected-background);
| |
| color: var(--production-selected-color);
| |
| }
| |
| | |
| #musicMap data {
| |
| display: none;
| |
| }
| |
| | |
| .musicMap-buttons {
| |
| text-align: center;
| |
| margin: 0.7em;
| |
| }
| |
| | |
| .talkheader {
| |
| text-align: center;
| |
| background-color: var(--body-dark);
| |
| }
| |
| | |
| .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;
| |
| }
| |
| | |
| .succession {
| |
| width: 50%;
| |
| text-align: center;
| |
| }
| |
| | |
| .succession th {
| |
| width: 33%;
| |
| font-size: 90%;
| |
| background: var(--body-mid);
| |
| }
| |
| | |
| .succession td {
| |
| background: var(--body-light);
| |
| }
| |
| | |
| .wikipedia {
| |
| border: 1px solid var(--wikipedia-border);
| |
| background-color: var(--wikipedia-background);
| |
| }
| |
| | |
| div.hatnote,
| |
| div.seealso {
| |
| font-style: italic;
| |
| margin: 0.5em 1.6em;
| |
| }
| |
| | |
| div.hatnote i,
| |
| div.seealso i {
| |
| font-style: normal;
| |
| }
| |
| | |
| div.hatnote + div.hatnote,
| |
| div.hatnote + div.seealso,
| |
| div.seealso + div.hatnote,
| |
| div.seealso + div.seealso {
| |
| margin-top: -0.8em;
| |
| }
| |
| | |
| .extimage div,
| |
| .extimage a,
| |
| .extimage img {
| |
| width: inherit;
| |
| height: inherit;
| |
| }
| |
| | |
| .combatinfo {
| |
| width: 160px;
| |
| text-align: center;
| |
| float: right;
| |
| clear: right;
| |
| }
| |
| | |
| .combatinfo.combatinfo-left {
| |
| float: left;
| |
| clear: left;
| |
| }
| |
| | |
| .combatinfo td {
| |
| width: 25%;
| |
| }
| |
| | |
| .wikitable.combatinfo > caption {
| |
| font-weight: normal;
| |
| }
| |
| | |
| .growth-stage-table td.growth-stage {
| |
| text-align: center;
| |
| vertical-align: bottom;
| |
| }
| |
| | |
| .keypress {
| |
| background: var(--keypress-background);
| |
| color: var(--keypress-color);
| |
| display: inline-block;
| |
| font-family: monospace;
| |
| border: 1px solid var(--keypress-border);
| |
| border-radius: 3px;
| |
| font-size: 0.9em;
| |
| margin: 0 0.1em;
| |
| line-height: 1.4;
| |
| padding: 0.1em 0.5em;
| |
| white-space: nowrap;
| |
| }
| |
| | |
| .rsw-music-player {
| |
| height: 2em;
| |
| vertical-align: middle;
| |
| }
| |
| | |
| .item-drops .beast-version {
| |
| font-size: smaller;
| |
| font-style: italic;
| |
| }
| |
| | |
| 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;
| |
| }
| |
| | |
| .cosmetic-override-gallery .gallerybox {
| |
| vertical-align: top;
| |
| display: inline-block;
| |
| margin-right: 25px;
| |
| }
| |
| | |
| .cosmetic-override-gallery .thumb > div {
| |
| height: 250px;
| |
| margin: 15px auto;
| |
| justify-content: center;
| |
| display: flex;
| |
| align-items: center;
| |
| }
| |
| | |
| .cosmetic-override-gallery .gallerytext {
| |
| text-align: center;
| |
| }
| |
| | |
| .gloop-feedback-wrapper .gloop-feedback-categories .tooltip {
| |
| background: var(--body-mid);
| |
| border: 1px solid black;
| |
| padding: 0.25em;
| |
| border-radius: 5px;
| |
| user-select: none;
| |
| }
| |
| | |
| .rotation-hideuntilsetup {
| |
| display: none;
| |
| }
| |
| | |
| .rotation-group-handled .rotation-showuntilsetup,
| |
| .rotation-item-handled .rotation-showuntilsetup {
| |
| display: none;
| |
| }
| |
| | |
| .flow-box-wrapper {
| |
| display: flex;
| |
| column-gap: 3em;
| |
| row-gap: 1em;
| |
| flex-wrap: wrap;
| |
| }
| |
| | |
| .flow-box-wrapper .flow-box-content {
| |
| border: 1px solid var(--body-border);
| |
| padding: 0.5em;
| |
| }
| |
| | |
| .flow-box-wrapper .flow-box-content .flow-box-title {
| |
| font-weight: bold;
| |
| font-size: 1.2em;
| |
| font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
| |
| }
| |
| | |
| .pickpocketing-success-form .oo-ui-numberInputWidget-field {
| |
| width: calc(37px * 2 + 16px + 5ch);
| |
| }
| |
| | |
| .pickpocketing-success-form .jsCalc-field-buttonselect .oo-ui-buttonSelectWidget {
| |
| justify-content: right;
| |
| }
| |
| | |
| .tile.urn-lifecycle {
| |
| padding: 1em 2em;
| |
| width: fit-content;
| |
| max-width: initial;
| |
| text-align: center;
| |
| clear: left;
| |
| }
| |
| | |
| .tile.urn-lifecycle ul {
| |
| list-style: none;
| |
| display: flex;
| |
| margin: 1em 0 0 0;
| |
| font-size: 0.85em;
| |
| }
| |
| | |
| .tile.urn-lifecycle ul > li {
| |
| display: flex;
| |
| flex-direction: row;
| |
| position: relative;
| |
| z-index: 0;
| |
| }
| |
| | |
| .tile.urn-lifecycle ul > li:not(:last-of-type) {
| |
| width: 85px;
| |
| }
| |
| | |
| .tile.urn-lifecycle ul > li:not(:last-of-type)::after {
| |
| content: "";
| |
| position: absolute;
| |
| right: -7.5px;
| |
| top: 55%;
| |
| width: 45px;
| |
| height: 0px;
| |
| border-top: 2px dotted var(--transcript-border-color);
| |
| transform: translateY(-50%);
| |
| z-index: -1;
| |
| }
| |
| | |
| .tile.urn-lifecycle ul > li > .urn {
| |
| display: flex;
| |
| flex-direction: column;
| |
| position: relative;
| |
| align-items: center;
| |
| width: 55px;
| |
| }
| |
| | |
| .tile.urn-lifecycle ul > li .aux {
| |
| width: 30px;
| |
| display: flex;
| |
| flex-direction: column;
| |
| align-items: center;
| |
| }
| |
| | |
| .tile.urn-lifecycle ul > li .aux .mw-file-element {
| |
| max-width: 20px;
| |
| height: auto;
| |
| }
| |
| | |
| .tile.urn-lifecycle .pic-link + a {
| |
| margin-left: 0;
| |
| margin-right: 0;
| |
| }
| |
| | |
| .tpl-qspt-table .tpl-qspt-char-absent,
| |
| .tpl-qspt-table .tpl-qspt-char-referenced,
| |
| .tpl-qspt-table .tpl-qspt-char-featured {
| |
| text-align: center;
| |
| }
| |
| | |
| .tpl-qspt-table .tpl-qspt-char-absent {
| |
| color: black;
| |
| background-color: lightgrey;
| |
| }
| |
| | |
| .tpl-qspt-table .tpl-qspt-char-referenced {
| |
| color: #582E00;
| |
| background-color: #F6AB58;
| |
| font-style: italic;
| |
| }
| |
| | |
| .tpl-qspt-table .tpl-qspt-char-featured {
| |
| color: #245200;
| |
| background-color: #98e553;
| |
| }
| |
| | |
| .coloured-collapse .mw-collapsible-text {
| |
| color: #6bc71f;
| |
| }
| |
| | |
| .coloured-collapse.mw-collapsed .mw-collapsible-text {
| |
| color: #ee4231;
| |
| }
| |
| | |
| :root {
| |
| --infobox-text-color: var(--text-color);
| |
| --infobox-header-text-color: #fff;
| |
| --infobox-subheader-text-color: #fff;
| |
| --infobox-room-poh-color: #ccc;
| |
| }
| |
| | |
| .rsw-infobox {
| |
| font-size: 0.85em;
| |
| width: 300px;
| |
| margin: 0.5em 0 1em 1em;
| |
| border-collapse: collapse;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| float: right;
| |
| table-layout: fixed;
| |
| overflow-wrap: break-word;
| |
| }
| |
| | |
| .rsw-infobox .rsw-infobox-switch-buttons .button {
| |
| margin: 1px;
| |
| }
| |
| | |
| .rsw-infobox .infobox-buttons-select select {
| |
| max-width: 300px;
| |
| }
| |
| | |
| .rsw-infobox .infobox-buttons .button {
| |
| max-width: 300px;
| |
| height: auto;
| |
| }
| |
| | |
| .rsw-infobox fieldset#rs-qc-form {
| |
| margin-bottom: 5px;
| |
| }
| |
| | |
| .rsw-infobox .infobox-image {
| |
| text-align: center;
| |
| }
| |
| | |
| .rsw-infobox .infobox-image.noted-image div {
| |
| width: 100%;
| |
| height: 100%;
| |
| display: flex;
| |
| align-items: center;
| |
| justify-content: center;
| |
| }
| |
| | |
| .rsw-infobox .infobox-image.noted-image div > :first-child {
| |
| margin-right: 10px;
| |
| }
| |
| | |
| .rsw-infobox .infobox-image.noted-image div > :last-child {
| |
| display: inline-block;
| |
| width: 31px;
| |
| height: 30px;
| |
| background-image: url("filepath://Note.png");
| |
| position: relative;
| |
| }
| |
| | |
| .rsw-infobox .infobox-image.noted-image div > :last-child img {
| |
| height: auto;
| |
| width: auto;
| |
| max-width: 20px;
| |
| max-height: 20px;
| |
| position: absolute;
| |
| top: 50%;
| |
| left: 50%;
| |
| transform: translate(-50%, -50%);
| |
| }
| |
| | |
| .rsw-infobox .infobox-image a.image + a.image {
| |
| margin-left: 0.1em;
| |
| }
| |
| | |
| .rsw-infobox .infobox-image img {
| |
| max-width: 100%;
| |
| height: auto;
| |
| }
| |
| | |
| .rsw-infobox .infobox-map > img,
| |
| .rsw-infobox .infobox-map > a > img {
| |
| max-width: 100%;
| |
| height: auto;
| |
| margin: 0.5em 0;
| |
| }
| |
| | |
| .rsw-infobox .infobox-map a.mw-kartographer-container,
| |
| .rsw-infobox .infobox-map div.mw-kartographer-container {
| |
| margin: 0.5em auto;
| |
| }
| |
| | |
| .rsw-infobox .infobox-cell-hidden {
| |
| display: none;
| |
| }
| |
| | |
| .rsw-infobox .infobox-template-links {
| |
| text-align: center;
| |
| }
| |
| | |
| .rsw-infobox .advanced-data {
| |
| display: none;
| |
| }
| |
| | |
| .rsw-infobox .infobox-imgbg {
| |
| background-color: rgba(0, 0, 0, 0.2);
| |
| }
| |
| | |
| .rsw-infobox.skill-info,
| |
| .rsw-infobox.left-info {
| |
| float: none;
| |
| margin: 1em 0;
| |
| }
| |
| | |
| .rsw-databox th:not(.infobox-header):not(.infobox-template-links) {
| |
| text-align: right;
| |
| vertical-align: top;
| |
| padding: 0.2em 0.5em;
| |
| }
| |
| | |
| .rsw-databox .databox-cell-hidden {
| |
| display: none;
| |
| }
| |
| | |
| .rsw-databox .infobox-template-links {
| |
| text-align: center;
| |
| font-size: 0.85em !important;
| |
| }
| |
| | |
| .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 .rsw-infobox {
| |
| margin: 0;
| |
| box-shadow: none;
| |
| }
| |
| | |
| .infobox-wrapper {
| |
| display: table;
| |
| float: right;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster {
| |
| text-align: center;
| |
| table-layout: fixed;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.combat-subheader {
| |
| text-align: center;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.offensive-header {
| |
| background-color: #801c13;
| |
| color: #fff;
| |
| text-align: center;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.offensive-subheader {
| |
| background-color: #ecccc6;
| |
| color: #801c13;
| |
| text-align: center;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.offensive-subheader a {
| |
| color: #801c13;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.offensive-subheader:not(:last-child) {
| |
| border-right: 0.175em solid #801c13;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.defensive-header {
| |
| background-color: #438ab5;
| |
| color: #fff;
| |
| text-align: center;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.defensive-subheader {
| |
| background-color: #c1deed;
| |
| color: #36414f;
| |
| text-align: center;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.defensive-subheader a {
| |
| color: #36414f;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.slayer-header {
| |
| background: #4c4c4c;
| |
| color: #fff;
| |
| text-align: center;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.slayer-subheader {
| |
| background-color: #ccc;
| |
| color: #4c4c4c;
| |
| text-align: center;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster th.slayer-subheader:not(:last-child) {
| |
| border-right: 0.175em solid #4c4c4c;
| |
| }
| |
| | |
| .rsw-infobox.infobox-monster .infobox-monster-susceptibility-cell img[alt="Undead Slayer.png"],
| |
| .rsw-infobox.infobox-monster .infobox-monster-susceptibility-cell img[alt="Demon Slayer (perk).png"],
| |
| .rsw-infobox.infobox-monster .infobox-monster-susceptibility-cell img[alt="Dragon Slayer (perk).png"] {
| |
| filter: drop-shadow(0px 0px 1px black);
| |
| }
| |
| | |
| .infobox-aura {
| |
| width: 500px;
| |
| }
| |
| | |
| .rsw-infobox#infobox-familiar th:last-child:not([colspan="4"]) {
| |
| border-right: 1px solid #e4eaee;
| |
| }
| |
| | |
| .rsw-infobox#infobox-familiar td.infobox-template-links {
| |
| border: 1px solid #e4eaee !important;
| |
| }
| |
| | |
| .rsw-infobox#infobox-familiar td:first-child {
| |
| border-left: 1px solid #e4eaee !important;
| |
| }
| |
| | |
| .rsw-infobox#infobox-familiar td:last-child {
| |
| border-right: 1px solid #e4eaee !important;
| |
| }
| |
| | |
| .rsw-infobox#infobox-familiar td:not(.infobox-image):not(.infobox-map) {
| |
| border: none;
| |
| }
| |
| | |
| .rsw-infobox#infobox-familiar td[colspan="2"]:not(.infobox-image):not(.infobox-map) {
| |
| border: none;
| |
| padding: 0.25em 0.5em;
| |
| }
| |
| | |
| .infobox-disassembly-migration {
| |
| table-layout: auto;
| |
| }
| |
| | |
| .infobox-disassembly-migration .rsw-disassembly-calc-popup-button {
| |
| float: none;
| |
| margin: 0.5em 0;
| |
| }
| |
| | |
| .infobox-disassembly-migration.rsw-infobox td[colspan="2"].disassembly-materials-header:not(.infobox-image):not(.infobox-map) {
| |
| border-top: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| .rsw-infobox-disassembly td[data-discalc-chance-approx="true"]::before {
| |
| content: '~';
| |
| }
| |
| | |
| .infobox-recipe .ref-left sup.reference {
| |
| float: left;
| |
| margin-left: -0.25em;
| |
| }
| |
| | |
| .databox-cosmetic-override {
| |
| text-align: center;
| |
| }
| |
| | |
| .databox-cosmetic-override tr:first-child {
| |
| visibility: collapse;
| |
| }
| |
| | |
| .skill-info a[href$="?action=edit"] + a[href$="?action=edit"] {
| |
| display: none;
| |
| }
| |
| | |
| .infobox-switch-resources {
| |
| display: none;
| |
| }
| |
| | |
| .infobox .infobox-cell-hidden {
| |
| display: none;
| |
| }
| |
| | |
| .infobox-bonuses .infobox-template-links {
| |
| height: 32px;
| |
| }
| |
| | |
| .infobox .nestedinfo td table {
| |
| min-width: 263px;
| |
| margin: -1px;
| |
| width: calc(100% + 2px) !important;
| |
| }
| |
| | |
| .infobox .nestedinfo td {
| |
| width: 100%;
| |
| padding: 0;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer {
| |
| float: none;
| |
| margin: 0.8em 0;
| |
| width: fit-content;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer td.infobox-grid-container {
| |
| display: grid;
| |
| width: fit-content;
| |
| grid-template-columns: 17em 17em;
| |
| grid-gap: 0.25rem;
| |
| background-color: var(--wikitable-header-bg);
| |
| border: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| @media screen and (max-width: calc(670px)) {
| |
| table.infobox-bonuses.infobox-outer td.infobox-grid-container {
| |
| grid-template-columns: 18em;
| |
| }
| |
| | |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer td.infobox-grid-container th {
| |
| font-size: smaller;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer .cioCompareLinkCell {
| |
| display: grid;
| |
| margin: 0 -1px;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer .cioCompareLinkCell.cioCompareLinkCellEmpty {
| |
| display: none;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer table.infobox-panel,
| |
| table.infobox-bonuses.infobox-outer table.infobox-panel + table.infobox-panel {
| |
| margin: -1px;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer .infobox-panel {
| |
| grid-row: span 2;
| |
| }
| |
| | |
| @media screen and (max-width: calc(639px)) {
| |
| table.infobox-bonuses.infobox-outer .infobox-panel {
| |
| display: table;
| |
| }
| |
| | |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer .infobox-panel.infobox-panel-small {
| |
| grid-row: span 1;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer .infobox-panel.infobox-bonuses-panel-general th + th {
| |
| min-width: 40%;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer .infobox-panel .infobox-bonuses-panel-image img {
| |
| max-width: 100%;
| |
| height: auto;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer th.offensive-header {
| |
| background-color: #801c13;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer th.offensive-header,
| |
| table.infobox-bonuses.infobox-outer th.offensive-header a {
| |
| color: #fff;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer th.defensive-header {
| |
| background-color: #438ab5;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer th.defensive-header,
| |
| table.infobox-bonuses.infobox-outer th.defensive-header a {
| |
| color: #fff;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer th.style-header {
| |
| background: #4c4c4c;
| |
| }
| |
| | |
| body.wgl-theme-dark table.infobox-bonuses.infobox-outer th.style-header {
| |
| background: #1f1f1f;
| |
| }
| |
| | |
| table.infobox-bonuses.infobox-outer th.style-header,
| |
| table.infobox-bonuses.infobox-outer th.style-header a {
| |
| color: #fff;
| |
| }
| |
| | |
| table.infobox-bonuses .acc-neg {
| |
| color: var(--text-color-red);
| |
| }
| |
| | |
| :root {
| |
| --coins-color: green;
| |
| --coins-pos-color: #014cc0;
| |
| --coins-neg-color: #c02614;
| |
| }
| |
| | |
| .coins {
| |
| background-position: 0% 50%;
| |
| background-repeat: no-repeat;
| |
| display: inline-block;
| |
| padding: 0;
| |
| }
| |
| | |
| .coins-zero {
| |
| color: var(--coins-color);
| |
| }
| |
| | |
| .coins-pos {
| |
| color: var(--coins-pos-color);
| |
| }
| |
| | |
| .coins-neg {
| |
| color: var(--coins-neg-color);
| |
| }
| |
| | |
| .rusty-coins-10000,
| |
| .rusty-coins-1000,
| |
| .rusty-coins-250,
| |
| .rusty-coins-100,
| |
| .rusty-coins-25 {
| |
| background-size: auto 19px;
| |
| }
| |
| | |
| .rusty-coins-10000 {
| |
| background-image: url('filepath://Rusty_coins_10000.png');
| |
| padding-left: 22.63px;
| |
| }
| |
| | |
| .rusty-coins-1000 {
| |
| background-image: url('filepath://Rusty_coins_1000.png');
| |
| padding-left: 29.77px;
| |
| }
| |
| | |
| .rusty-coins-250 {
| |
| background-image: url('filepath://Rusty_coins_250.png');
| |
| padding-left: 27.54px;
| |
| }
| |
| | |
| .rusty-coins-100 {
| |
| background-image: url('filepath://Rusty_coins_100.png');
| |
| padding-left: 25.96px;
| |
| }
| |
| | |
| .rusty-coins-25 {
| |
| background-image: url('filepath://Rusty_coins_25.png');
| |
| padding-left: 28.33px;
| |
| }
| |
| | |
| .rusty-coins-5 {
| |
| background-image: url('filepath://Rusty_coins_5.png');
| |
| padding-left: 30px;
| |
| }
| |
| | |
| .rusty-coins-4 {
| |
| background-image: url('filepath://Rusty_coins_4.png');
| |
| padding-left: 30px;
| |
| }
| |
| | |
| .rusty-coins-3 {
| |
| background-image: url('filepath://Rusty_coins_3.png');
| |
| padding-left: 30px;
| |
| }
| |
| | |
| .rusty-coins-2 {
| |
| background-image: url('filepath://Rusty_coins_2.png');
| |
| padding-left: 23px;
| |
| }
| |
| | |
| .rusty-coins-1 {
| |
| background-image: url('filepath://Rusty_coins_1.png');
| |
| padding-left: 15px;
| |
| }
| |
| | |
| .coins-10000,
| |
| .coins-1000,
| |
| .coins-250,
| |
| .coins-100,
| |
| .coins-25 {
| |
| background-size: auto 19px;
| |
| }
| |
| | |
| .coins-10000 {
| |
| background-image: url('filepath://Coins_10000.png');
| |
| padding-left: 22.63px;
| |
| }
| |
| | |
| .coins-1000 {
| |
| background-image: url('filepath://Coins_1000.png');
| |
| padding-left: 29.77px;
| |
| }
| |
| | |
| .coins-250 {
| |
| background-image: url('filepath://Coins_250.png');
| |
| padding-left: 27.54px;
| |
| }
| |
| | |
| .coins-100 {
| |
| background-image: url('filepath://Coins_100.png');
| |
| padding-left: 25.96px;
| |
| }
| |
| | |
| .coins-25 {
| |
| background-image: url('filepath://Coins_25.png');
| |
| padding-left: 28.33px;
| |
| }
| |
| | |
| .coins-5 {
| |
| background-image: url('filepath://Coins_5.png');
| |
| padding-left: 31px;
| |
| }
| |
| | |
| .coins-4 {
| |
| background-image: url('filepath://Coins_4.png');
| |
| padding-left: 31px;
| |
| }
| |
| | |
| .coins-3 {
| |
| background-image: url('filepath://Coins_3.png');
| |
| padding-left: 31px;
| |
| }
| |
| | |
| .coins-2 {
| |
| background-image: url('filepath://Coins_2.png');
| |
| padding-left: 24px;
| |
| }
| |
| | |
| .coins-1 {
| |
| background-image: url('filepath://Coins_1.png');
| |
| padding-left: 14px;
| |
| }
| |
| | |
| .chimes-1000,
| |
| .chimes-100,
| |
| .chimes-50 {
| |
| background-size: auto 19px;
| |
| }
| |
| | |
| .chimes-1000 {
| |
| background-image: url('filepath://Chimes_1000.png');
| |
| padding-left: 21.32px;
| |
| }
| |
| | |
| .chimes-100 {
| |
| background-image: url('filepath://Chimes_100.png');
| |
| padding-left: 22.83px;
| |
| }
| |
| | |
| .chimes-50 {
| |
| background-image: url('filepath://Chimes_50.png');
| |
| padding-left: 25.8px;
| |
| }
| |
| | |
| .chimes-20 {
| |
| background-image: url('filepath://Chimes_20.png');
| |
| padding-left: 21px;
| |
| }
| |
| | |
| .chimes-1 {
| |
| background-image: url('filepath://Chimes_1.png');
| |
| padding-left: 15px;
| |
| }
| |
| | |
| .zemomark-10000,
| |
| .zemomark-1000,
| |
| .zemomark-250,
| |
| .zemomark-100,
| |
| .zemomark-25,
| |
| .zemomark-5,
| |
| .zemomark-4 {
| |
| background-size: auto 19px;
| |
| }
| |
| | |
| .zemomark-10000 {
| |
| background-image: url('filepath://Zemomark_10000.png');
| |
| padding-left: 18.48px;
| |
| }
| |
| | |
| .zemomark-1000 {
| |
| background-image: url('filepath://Zemomark_1000.png');
| |
| padding-left: 21.21px;
| |
| }
| |
| | |
| .zemomark-250 {
| |
| background-image: url('filepath://Zemomark_250.png');
| |
| padding-left: 25px;
| |
| }
| |
| | |
| .zemomark-100 {
| |
| background-image: url('filepath://Zemomark_100.png');
| |
| padding-left: 27.43px;
| |
| }
| |
| | |
| .zemomark-25 {
| |
| background-image: url('filepath://Zemomark_25.png');
| |
| padding-left: 28.65px;
| |
| }
| |
| | |
| .zemomark-5 {
| |
| background-image: url('filepath://Zemomark_5.png');
| |
| padding-left: 26.13px;
| |
| }
| |
| | |
| .zemomark-4 {
| |
| background-image: url('filepath://Zemomark_4.png');
| |
| padding-left: 23.9px;
| |
| }
| |
| | |
| .zemomark-3 {
| |
| background-image: url('filepath://Zemomark_3.png');
| |
| padding-left: 25px;
| |
| }
| |
| | |
| .zemomark-2 {
| |
| background-image: url('filepath://Zemomark_2.png');
| |
| padding-left: 23px;
| |
| }
| |
| | |
| .zemomark-1 {
| |
| background-image: url('filepath://Zemomark_1.png');
| |
| padding-left: 17px;
| |
| }
| |
| | |
| .chronotes-10000,
| |
| .chronotes-1000,
| |
| .chronotes-250,
| |
| .chronotes-100,
| |
| .chronotes-25,
| |
| .chronotes-5,
| |
| .chronotes-4,
| |
| .chronotes-3,
| |
| .chronotes-2,
| |
| .chronotes-1 {
| |
| background-size: auto 19px;
| |
| }
| |
| | |
| .chronotes-10000 {
| |
| background-image: url('filepath://Chronotes_10000.png');
| |
| padding-left: 21.37px;
| |
| }
| |
| | |
| .chronotes-1000 {
| |
| background-image: url('filepath://Chronotes_1000.png');
| |
| padding-left: 21.37px;
| |
| }
| |
| | |
| .chronotes-250 {
| |
| background-image: url('filepath://Chronotes_250.png');
| |
| padding-left: 22px;
| |
| }
| |
| | |
| .chronotes-100 {
| |
| background-image: url('filepath://Chronotes_100.png');
| |
| padding-left: 22px;
| |
| }
| |
| | |
| .chronotes-25 {
| |
| background-image: url('filepath://Chronotes_25.png');
| |
| padding-left: 22.73px;
| |
| }
| |
| | |
| .chronotes-5 {
| |
| background-image: url('filepath://Chronotes_5.png');
| |
| padding-left: 23.41px;
| |
| }
| |
| | |
| .chronotes-4 {
| |
| background-image: url('filepath://Chronotes_4.png');
| |
| padding-left: 23.52px;
| |
| }
| |
| | |
| .chronotes-3 {
| |
| background-image: url('filepath://Chronotes_3.png');
| |
| padding-left: 23.52px;
| |
| }
| |
| | |
| .chronotes-2 {
| |
| background-image: url('filepath://Chronotes_2.png');
| |
| padding-left: 24.38px;
| |
| }
| |
| | |
| .chronotes-1 {
| |
| background-image: url('filepath://Chronotes_1.png');
| |
| padding-left: 22.79px;
| |
| }
| |
| | |
| .currencies {
| |
| white-space: nowrap;
| |
| }
| |
| | |
| .currency-image {
| |
| margin-right: 0.25em;
| |
| }
| |
| | |
| :root {
| |
| --documentation-background: #fff;
| |
| --documentation-link-color: #e4eaee;
| |
| --documentation-headers-color: #fff;
| |
| --documentation-header-background: #949eaa;
| |
| --documentation-subheader-background: #808c9a;
| |
| --documentation-border: #e4eaee;
| |
| }
| |
| | |
| .documentation {
| |
| background: var(--documentation-background);
| |
| border: 1px solid var(--documentation-border);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .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;
| |
| }
| |
| | |
| .fairycode {
| |
| font-family: "KingthingsPetrock", sans-serif;
| |
| font-size: 120%;
| |
| font-weight: bold;
| |
| text-transform: uppercase;
| |
| letter-spacing: 1px;
| |
| }
| |
| | |
| .fairycode b ~ b:before {
| |
| content: " ";
| |
| }
| |
| | |
| .gloop-feedback-wrapper.tile {
| |
| margin-bottom: 0.75em;
| |
| padding-bottom: 1.5em;
| |
| }
| |
| | |
| .gloop-feedback-header {
| |
| display: flex;
| |
| justify-content: space-between;
| |
| margin-top: 1em;
| |
| }
| |
| | |
| .gloop-feedback-resolve-toggle {
| |
| display: inline;
| |
| padding: 0.25em 0.75em;
| |
| border-radius: 0.4em;
| |
| font-size: 0.85em;
| |
| font-weight: bold;
| |
| }
| |
| | |
| .gloop-feedback-categories {
| |
| display: inline-block;
| |
| }
| |
| | |
| .gloop-feedback-category {
| |
| display: inline;
| |
| padding: 0.25em 0.75em;
| |
| border-radius: 10em;
| |
| margin-left: 4px;
| |
| font-size: 0.85em;
| |
| cursor: help;
| |
| font-weight: bold;
| |
| }
| |
| | |
| .gloop-feedback-category-beginner {
| |
| color: var(--droptable-common-text-color);
| |
| background-color: var(--droptable-common-background);
| |
| }
| |
| | |
| .gloop-feedback-category-game,
| |
| .gloop-feedback-category-pvm,
| |
| .gloop-feedback-category-ironman,
| |
| .gloop-feedback-category-leagues {
| |
| color: var(--droptable-uncommon-text-color);
| |
| background-color: var(--droptable-uncommon-background);
| |
| }
| |
| | |
| .gloop-feedback-category-wiki {
| |
| color: var(--droptable-always-text-color);
| |
| background-color: var(--droptable-always-background);
| |
| }
| |
| | |
| .gloop-feedback-category-none {
| |
| color: var(--droptable-unknown-text-color);
| |
| background-color: var(--droptable-unknown-background);
| |
| }
| |
| | |
| .floornumber > .floornumber-us,
| |
| .floornumber-setting-gb .floornumber > .floornumber-us,
| |
| .floornumber-setting-us .floornumber > .floornumber-gb {
| |
| display: none;
| |
| }
| |
| | |
| .floornumber-setting-gb .floornumber > .floornumber-gb,
| |
| .floornumber-setting-us .floornumber > .floornumber-us {
| |
| display: inline;
| |
| }
| |
| | |
| .floornumber-override-gb .floornumber > .floornumber-us,
| |
| .floornumber-override-us .floornumber > .floornumber-gb {
| |
| display: none !important;
| |
| }
| |
| | |
| .floornumber-override-gb .floornumber > .floornumber-gb,
| |
| .floornumber-override-us .floornumber > .floornumber-us {
| |
| display: inline !important;
| |
| }
| |
| | |
| .musicplayer {
| |
| border: 1px solid var(--body-border);
| |
| font-size: 90%;
| |
| background: var(--body-light);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| max-width: 300px;
| |
| margin: 0 0 1em 1em;
| |
| padding: 5px;
| |
| }
| |
| | |
| .musicplayer audio,
| |
| .rsw-infobox audio {
| |
| max-width: 298px;
| |
| margin-left: auto;
| |
| margin-right: auto;
| |
| }
| |
| | |
| .pronunciation {
| |
| }
| |
| | |
| .pronunciation .k-options,
| |
| .pronunciation .volume-slider,
| |
| .pronunciation .volume_control,
| |
| .pronunciation .timed-text,
| |
| .pronunciation .time-disp,
| |
| .pronunciation .play_head,
| |
| .pronunciation .videoHolder {
| |
| display: none;
| |
| }
| |
| | |
| .pronunciation .mediaContainer,
| |
| .pronunciation .k-player {
| |
| display: inline-block;
| |
| width: 20px !important;
| |
| }
| |
| | |
| .pronunciation .k-player .control-bar {
| |
| border: none;
| |
| background: none;
| |
| padding: 0;
| |
| }
| |
| | |
| .pronunciation .mwPlayerContainer {
| |
| background: none;
| |
| }
| |
| | |
| .pic-link + a,
| |
| .chathead-link + 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;
| |
| }
| |
| | |
| .normal-POH {
| |
| line-height: normal !important;
| |
| }
| |
| | |
| .normal-POH a,
| |
| .normal-POH .mw-selflink {
| |
| color: #4c4c4c;
| |
| }
| |
| | |
| :root {
| |
| --questdetails-header-background: #f2f2f2;
| |
| --questdetails-header-background-alt: #f2f2f2;
| |
| }
| |
| | |
| .questdetails,
| |
| .trainingdetails {
| |
| background-color: var(--body-light);
| |
| border: 1px solid var(--body-border);
| |
| border-collapse: separate;
| |
| }
| |
| | |
| .questdetails th,
| |
| .trainingdetails th {
| |
| text-align: left;
| |
| }
| |
| | |
| .questdetails-header {
| |
| padding: 0 1em;
| |
| background-color: var(--questdetails-header-background);
| |
| width: 15%;
| |
| vertical-align: top;
| |
| }
| |
| | |
| .questdetails tr:nth-child(odd) .questdetails-header {
| |
| background-color: var(--questdetails-header-background-alt);
| |
| }
| |
| | |
| .questdetails-info {
| |
| padding-left: 1em;
| |
| padding-right: 2em;
| |
| width: 85%;
| |
| }
| |
| | |
| body.wgl-theme-dark .rs-title-bg-on-dark {
| |
| background-color: rgba(255, 255, 255, 0.6);
| |
| padding: 2px 1px;
| |
| border-radius: 1.5px;
| |
| margin: 0px 1px;
| |
| }
| |
| | |
| body:not(.wgl-theme-dark) .rs-title-bg-on-light {
| |
| background-color: rgba(0, 0, 0, 0.7);
| |
| padding: 2px 1px;
| |
| border-radius: 1.5px;
| |
| margin: 0px 1px;
| |
| }
| |
| | |
| :root {
| |
| --ref-target-bg: #eaf3ff;
| |
| }
| |
| | |
| 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(--ref-target-bg);
| |
| }
| |
| | |
| .hideQuotes .refhide {
| |
| display: none;
| |
| }
| |
| | |
| .hideRefBacklinks .references a {
| |
| display: none;
| |
| }
| |
| | |
| .outdate-ref {
| |
| color: red;
| |
| font-size: larger;
| |
| }
| |
| | |
| .unarchived-ref {
| |
| color: orange;
| |
| font-size: larger;
| |
| }
| |
| | |
| .editnotice {
| |
| padding-bottom: 0.75em;
| |
| margin-bottom: 0.6em;
| |
| }
| |
| | |
| .editnotice .editnotice-title {
| |
| font-size: 1.2em;
| |
| font-weight: bold;
| |
| margin-bottom: 0.4em;
| |
| }
| |
| | |
| :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: #cbdae2;
| |
| --messagebox-action-border: #45697D;
| |
| --messagebox-action-color: var(--text-color);
| |
| --messagebox-action-link-color: #3c5c6e;
| |
| --messagebox-file-background: #cfd8eb;
| |
| --messagebox-file-border: #617ebc;
| |
| --messagebox-file-color: var(--text-color);
| |
| --messagebox-file-link-color: #556d97;
| |
| --messagebox-task-background: #e2e9f7;
| |
| --messagebox-task-border: #5675b7;
| |
| --messagebox-task-color: var(--text-color);
| |
| --messagebox-task-link-color: #4664a4;
| |
| --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-unsafe-background: #ffee88;
| |
| --messagebox-unsafe-border: #997700;
| |
| --messagebox-unsafe-color: var(--text-color);
| |
| --messagebox-unsafe-link-color: #997700;
| |
| --messagebox-easter-background: #e5f9c2;
| |
| --messagebox-easter-border: #598014;
| |
| --messagebox-easter-color: var(--text-color);
| |
| --messagebox-easter-link-color: #598014;
| |
| --messagebox-halloween-background: #e8d8ea;
| |
| --messagebox-halloween-border: #794080;
| |
| --messagebox-halloween-color: var(--text-color);
| |
| --messagebox-halloween-link-color: #794080;
| |
| --messagebox-thanksgiving-background: #f0cba8;
| |
| --messagebox-thanksgiving-border: #a65800;
| |
| --messagebox-thanksgiving-color: var(--text-color);
| |
| --messagebox-thanksgiving-link-color: #a65800;
| |
| --messagebox-christmas-background: #d4eaf6;
| |
| --messagebox-christmas-border: #428bb5;
| |
| --messagebox-christmas-color: var(--text-color);
| |
| --messagebox-christmas-link-color: #3a799d;
| |
| --messagebox-bigRaffle-background: #f1de9f;
| |
| --messagebox-bigRaffle-border: #640000;
| |
| --messagebox-bigRaffle-color: var(--text-color);
| |
| --messagebox-bigRaffle-link-color: #640000;
| |
| --messagebox-discord-background: #5865f2;
| |
| --messagebox-discord-border: #4c57d0;
| |
| --messagebox-discord-color: #fff;
| |
| --messagebox-discord-link-color: #d2e5fc;
| |
| --messagebox-background: #f1f1f1;
| |
| --messagebox-border: #90c2dd;
| |
| --messagebox-text-border: #e4eaee;
| |
| --messagebox-header-background: #ddedf6;
| |
| --messagebox-header-border: #c5e0ef;
| |
| --messagebox-header-border-bottom: #589ac1;
| |
| }
| |
| | |
| .mw-message-box,
| |
| .mw-message-box-error,
| |
| .mw-message-box-warning,
| |
| .mw-message-box-success,
| |
| .usermessage,
| |
| .cdx-message {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| .messagebox {
| |
| width: 65%;
| |
| margin: 0.5em auto;
| |
| border-left: 15px solid;
| |
| border-color: var(--messagebox-border);
| |
| background-color: var(--messagebox-background);
| |
| box-sizing: border-box;
| |
| overflow: auto;
| |
| }
| |
| | |
| .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.file {
| |
| background-color: var(--messagebox-file-background);
| |
| border-color: var(--messagebox-file-border);
| |
| color: var(--messagebox-file-color);
| |
| }
| |
| | |
| .messagebox.file a,
| |
| .messagebox.file a:visited,
| |
| .messagebox.file a:active {
| |
| color: var(--messagebox-file-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.unsafe {
| |
| background-color: var(--messagebox-unsafe-background);
| |
| border-color: var(--messagebox-unsafe-border);
| |
| color: var(--messagebox-unsafe-color);
| |
| }
| |
| | |
| .messagebox.unsafe a,
| |
| .messagebox.unsafe a:visited,
| |
| .messagebox.unsafe a:active {
| |
| color: var(--messagebox-unsafe-link-color);
| |
| }
| |
| | |
| .messagebox.easter {
| |
| background-color: var(--messagebox-easter-background);
| |
| border-color: var(--messagebox-easter-border);
| |
| color: var(--messagebox-easter-color);
| |
| }
| |
| | |
| .messagebox.easter a,
| |
| .messagebox.easter a:visited,
| |
| .messagebox.easter a:active {
| |
| color: var(--messagebox-easter-link-color);
| |
| }
| |
| | |
| .messagebox.halloween {
| |
| background-color: var(--messagebox-halloween-background);
| |
| border-color: var(--messagebox-halloween-border);
| |
| color: var(--messagebox-halloween-color);
| |
| }
| |
| | |
| .messagebox.halloween a,
| |
| .messagebox.halloween a:visited,
| |
| .messagebox.halloween a:active {
| |
| color: var(--messagebox-halloween-link-color);
| |
| }
| |
| | |
| .messagebox.thanksgiving {
| |
| background-color: var(--messagebox-thanksgiving-background);
| |
| border-color: var(--messagebox-thanksgiving-border);
| |
| color: var(--messagebox-thanksgiving-color);
| |
| }
| |
| | |
| .messagebox.thanksgiving a,
| |
| .messagebox.thanksgiving a:visited,
| |
| .messagebox.thanksgiving a:active {
| |
| color: var(--messagebox-thanksgiving-link-color);
| |
| }
| |
| | |
| .messagebox.christmas {
| |
| background-color: var(--messagebox-christmas-background);
| |
| border-color: var(--messagebox-christmas-border);
| |
| color: var(--messagebox-christmas-color);
| |
| }
| |
| | |
| .messagebox.christmas a,
| |
| .messagebox.christmas a:visited,
| |
| .messagebox.christmas a:active {
| |
| color: var(--messagebox-christmas-link-color);
| |
| }
| |
| | |
| .messagebox.bigRaffle {
| |
| background-color: var(--messagebox-bigRaffle-background);
| |
| border-color: var(--messagebox-bigRaffle-border);
| |
| color: var(--messagebox-bigRaffle-color);
| |
| }
| |
| | |
| .messagebox.bigRaffle a,
| |
| .messagebox.bigRaffle a:visited,
| |
| .messagebox.bigRaffle a:active {
| |
| color: var(--messagebox-bigRaffle-link-color);
| |
| }
| |
| | |
| .messagebox.discord {
| |
| background-color: var(--messagebox-discord-background);
| |
| border-color: var(--messagebox-discord-border);
| |
| color: var(--messagebox-discord-color);
| |
| }
| |
| | |
| .messagebox.discord a,
| |
| .messagebox.discord a:visited,
| |
| .messagebox.discord a:active {
| |
| color: var(--messagebox-discord-link-color);
| |
| }
| |
| | |
| .messagebox.warning {
| |
| background: #fbcfa6;
| |
| color: #7a3f08;
| |
| border-color: #fac28e;
| |
| }
| |
| | |
| .messagebox.warning a:not(.mw-selflink),
| |
| .messagebox.warning a:visited,
| |
| .messagebox.warning a:active {
| |
| color: #b55e0c;
| |
| }
| |
| | |
| .messagebox.discord a.external {
| |
| font-style: italic;
| |
| background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16L6 1Z M2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
| |
| }
| |
| | |
| .messagebox.stub {
| |
| width: 40%;
| |
| }
| |
| | |
| .messagebox.hasdialogue {
| |
| padding: 0 10px;
| |
| width: auto;
| |
| }
| |
| | |
| .messagebox.welcomenotice {
| |
| padding: 1em;
| |
| width: 90%;
| |
| }
| |
| | |
| .messagebox.welcomenotice .wordmark {
| |
| filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
| |
| }
| |
| | |
| .messagebox.alphabetical {
| |
| width: auto;
| |
| font-size: 95%;
| |
| padding: 5px 10px;
| |
| text-align: center;
| |
| border-radius: 5px;
| |
| background-color: #f9f9f9;
| |
| border: 1px solid #eee;
| |
| }
| |
| | |
| .wikipedia {
| |
| border: solid #aaa 1px;
| |
| font-size: 90%;
| |
| background: #f9f9f9;
| |
| padding: 4px;
| |
| spacing: 0px;
| |
| margin-top: 10px;
| |
| }
| |
| | |
| .messagebox2 {
| |
| background: var(--body-light);
| |
| width: 60vw;
| |
| max-width: 600px;
| |
| margin: 1em auto;
| |
| border-collapse: collapse;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .messagebox2 + .messagebox2 {
| |
| margin-top: calc(-1em - 1px);
| |
| }
| |
| | |
| .messagebox-header {
| |
| background: var(--messagebox-header-background);
| |
| border: 1px solid var(--messagebox-header-border);
| |
| border-bottom: 0.3em solid var(--messagebox-header-border-bottom);
| |
| display: flex;
| |
| }
| |
| | |
| .messagebox-image {
| |
| width: 55px;
| |
| display: flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| }
| |
| | |
| .messagebox-title {
| |
| line-height: 1.55em;
| |
| font-weight: bold;
| |
| padding: 0.6em 0.6em 0.6em 0;
| |
| flex: 1;
| |
| }
| |
| | |
| .messagebox-text {
| |
| font-size: 0.85em;
| |
| line-height: 1.6em;
| |
| padding: 0.65em 0.65em 0.65em 55px;
| |
| border: 1px solid var(--messagebox-text-border);
| |
| border-top-width: 0;
| |
| }
| |
| | |
| .messagebox2.warn .messagebox-header {
| |
| background: var(--messagebox-warn-background);
| |
| border-bottom-color: var(--messagebox-warn-border);
| |
| color: var(--messagebox-warn-color);
| |
| }
| |
| | |
| .messagebox2.warn .messagebox-header a,
| |
| .messagebox2.warn .messagebox-header a:visited,
| |
| .messagebox2.warn .messagebox-header a:active {
| |
| color: var(--messagebox-warn-link-color);
| |
| }
| |
| | |
| .messagebox2.action .messagebox-header {
| |
| background: var(--messagebox-action-background);
| |
| border-bottom-color: var(--messagebox-action-border);
| |
| color: var(--messagebox-action-color);
| |
| }
| |
| | |
| .messagebox2.action .messagebox-header a,
| |
| .messagebox2.action .messagebox-header a:visited,
| |
| .messagebox2.action .messagebox-header a:active {
| |
| color: var(--messagebox-action-link-color);
| |
| }
| |
| | |
| .messagebox2.safe .messagebox-header {
| |
| background: var(--messagebox-safe-background);
| |
| border-bottom-color: var(--messagebox-safe-border);
| |
| color: var(--messagebox-safe-color);
| |
| }
| |
| | |
| .messagebox2.safe .messagebox-header a,
| |
| .messagebox2.safe .messagebox-header a:visited,
| |
| .messagebox2.safe .messagebox-header a:active {
| |
| color: var(--messagebox-safe-link-color);
| |
| }
| |
| | |
| .messagebox2.task .messagebox-header {
| |
| background: var(--messagebox-task-background);
| |
| border-bottom-color: var(--messagebox-task-border);
| |
| color: var(--messagebox-task-color);
| |
| }
| |
| | |
| .messagebox2.task .messagebox-header a,
| |
| .messagebox2.task .messagebox-header a:visited,
| |
| .messagebox2.task .messagebox-header a:active {
| |
| color: var(--messagebox-task-link-color);
| |
| }
| |
| | |
| .messagebox2.event .messagebox-header {
| |
| background: var(--messagebox-event-background);
| |
| border-bottom-color: var(--messagebox-event-border);
| |
| color: var(--messagebox-event-color);
| |
| }
| |
| | |
| .messagebox2.event .messagebox-header a,
| |
| .messagebox2.event .messagebox-header a:visited,
| |
| .messagebox2.event .messagebox-header a:active {
| |
| color: var(--messagebox-event-link-color);
| |
| }
| |
| | |
| .messagebox2.info .messagebox-header {
| |
| background: var(--messagebox-info-background);
| |
| border-bottom-color: var(--messagebox-info-border);
| |
| color: var(--messagebox-info-color);
| |
| }
| |
| | |
| .messagebox2.info .messagebox-header a,
| |
| .messagebox2.info .messagebox-header a:visited,
| |
| .messagebox2.info .messagebox-header a:active {
| |
| color: var(--messagebox-info-link-color);
| |
| }
| |
| | |
| .messagebox2.obsolete .messagebox-header {
| |
| background: var(--messagebox-obsolete-background);
| |
| border-bottom-color: var(--messagebox-obsolete-border);
| |
| color: var(--messagebox-obsolete-color);
| |
| }
| |
| | |
| .messagebox2.obsolete .messagebox-header a,
| |
| .messagebox2.obsolete .messagebox-header a:visited,
| |
| .messagebox2.obsolete .messagebox-header a:active {
| |
| color: var(--messagebox-obsolete-link-color);
| |
| }
| |
| | |
| .messagebox2.discord .messagebox-header {
| |
| background: var(--messagebox-discord-background);
| |
| border-bottom-color: var(--messagebox-discord-border);
| |
| color: var(--messagebox-discord-color);
| |
| }
| |
| | |
| .messagebox2.discord .messagebox-header a,
| |
| .messagebox2.discord .messagebox-header a:visited,
| |
| .messagebox2.discord .messagebox-header a:active {
| |
| color: var(--messagebox-discord-link-color);
| |
| }
| |
| | |
| .messagebox2.task .messagebox-reason {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| }
| |
| | |
| .messagebox2.task .messagebox-reason .task-info {
| |
| flex: 1 0 auto;
| |
| padding-right: 1em;
| |
| }
| |
| | |
| .messagebox2.task .messagebox-reason a.mw-selflink {
| |
| font-weight: normal;
| |
| }
| |
| | |
| .messagebox2.discord .messagebox-title {
| |
| color: #ffffff;
| |
| }
| |
| | |
| .ajaxpoll {
| |
| background: #fff;
| |
| border: 1px solid #e4eaee;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| padding: 20px 30px;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-question {
| |
| margin-bottom: 8px;
| |
| }
| |
| | |
| .ajaxpoll input {
| |
| margin-bottom: 3px;
| |
| margin-right: 8px;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-answer {
| |
| margin-bottom: 8px;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-answer-vote {
| |
| border: none;
| |
| background: #f6f6f6;
| |
| width: calc(100% - 40px);
| |
| margin: 0 auto;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-answer-vote span {
| |
| font-weight: bold;
| |
| top: -2px;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-answer-vote div {
| |
| background: #ccd2d8;
| |
| border: none;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-our-vote div {
| |
| top: 0;
| |
| left: 0;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-hover-revoke,
| |
| .ajaxpoll .ajaxpoll-hover-vote {
| |
| background: none;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-ajax {
| |
| color: #949eaa;
| |
| font-size: 0.9em;
| |
| background: #f9f9f9;
| |
| border-radius: 3px;
| |
| padding: 2px 6px;
| |
| margin-bottom: 8px;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-misc,
| |
| .ajaxpoll .ajaxpoll-info {
| |
| color: #949eaa;
| |
| font-size: 0.9em;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-info {
| |
| margin-top: 10px;
| |
| }
| |
| | |
| .ajaxpoll .ajaxpoll-id-info {
| |
| display: none;
| |
| }
| |
| | |
| .poll-result-outer {
| |
| cursor: default;
| |
| background: #f6f6f6;
| |
| width: 100%;
| |
| height: 14px;
| |
| margin-bottom: 0.5em;
| |
| }
| |
| | |
| .poll-result-inner {
| |
| background: #ccd2d8;
| |
| display: block;
| |
| height: 100%;
| |
| font-size: 11px;
| |
| line-height: 14px;
| |
| }
| |
| | |
| :root {
| |
| --transcript-border-color: #bdc5cd;
| |
| --transcript-border-hover-color: #444e5a;
| |
| }
| |
| | |
| .transcript {
| |
| background: var(--body-light);
| |
| border-radius: 0 0 120px 120px / 0 0 8px 8px;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
| |
| max-width: 90ch;
| |
| overflow: hidden;
| |
| margin-bottom: 1em;
| |
| padding: 2em;
| |
| clear: left;
| |
| }
| |
| | |
| .transcript.godletter {
| |
| margin: 20px auto;
| |
| padding: 20px 30px;
| |
| }
| |
| | |
| .ns-120 .mw-parser-output > ul,
| |
| .transcript > ul {
| |
| list-style: none;
| |
| }
| |
| | |
| .ns-120 .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-120 .mw-parser-output > ul li b:first-of-type,
| |
| .transcript > ul li b:first-of-type {
| |
| display: block;
| |
| }
| |
| | |
| .ns-120 .mw-parser-output > ul li:last-of-type,
| |
| .transcript > ul li:last-of-type {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .ns-120 .mw-parser-output > ul li:hover,
| |
| .transcript > ul li:hover {
| |
| border-color: var(--transcript-border-hover-color);
| |
| }
| |
| | |
| .ns-120 .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-chatbox-image {
| |
| display: inline-block;
| |
| margin-right: 5px;
| |
| position: relative;
| |
| text-align: center;
| |
| width: 32px;
| |
| }
| |
| | |
| .transcript-chatbox-image + .transcript-chatbox-image {
| |
| left: -10px;
| |
| top: 10px;
| |
| margin-right: 0;
| |
| }
| |
| | |
| .transcript-opt::before {
| |
| display: inline-block;
| |
| content: '';
| |
| background: currentcolor;
| |
| -webkit-mask: url("filepath://Black-chevron.svg") no-repeat 50%;
| |
| mask: url("filepath://Black-chevron.svg") no-repeat 50%;
| |
| -webkit-mask-size: contain;
| |
| mask-size: 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 {
| | body.page-Main_Page .kin-welcome-copy p { |
| filter: opacity(0.5);
| |
| }
| |
| | |
| .calc-container {
| |
| display: block;
| |
| min-width: 100%;
| |
| width: 100%;
| |
| max-width: 100%;
| |
| margin-top: -52px;
| |
| column-count: auto;
| |
| column-width: 491px;
| |
| column-fill: balance;
| |
| column-gap: 52px;
| |
| column-rule: dashed 1px rgba(137, 142, 152, 0.1);
| |
| pointer-events: none;
| |
| }
| |
| | |
| .calc-container > * {
| |
| pointer-events: initial;
| |
| }
| |
| | |
| .calc-container .calc-tile-divider:first-child,
| |
| .calc-container .calc-tile-compact.calc-tile-divider:first-child {
| |
| margin-bottom: 0px;
| |
| }
| |
| | |
| .calc-container.calc-container-compact {
| |
| column-gap: 32px;
| |
| }
| |
| | |
| body.wgl-stickyheader .calc-container {
| |
| margin-top: -92px;
| |
| }
| |
| | |
| body.wgl-stickyheader .calc-sticky .calc-section-header {
| |
| top: 40px;
| |
| }
| |
| | |
| body.wgl-stickyheader .calc-tile-divider {
| |
| margin-bottom: -92px;
| |
| }
| |
| | |
| body.wgl-stickyheader .calc-tile-container {
| |
| padding-top: 118px;
| |
| }
| |
| | |
| body.wgl-stickyheader .calc-tile-compact.calc-tile-container {
| |
| padding-top: 96px;
| |
| }
| |
| | |
| body.wgl-stickyheader .calc-header-title > h2,
| |
| body.wgl-stickyheader .calc-header-title > .rsw-h2 {
| |
| grid-template-rows: 0px 172px;
| |
| margin-top: -117px !important;
| |
| height: 172px;
| |
| }
| |
| | |
| body.wgl-stickyheader .calc-header-title > h2 > span,
| |
| body.wgl-stickyheader .calc-header-title > .rsw-h2 > span {
| |
| grid-template-rows: 117px 55px;
| |
| }
| |
| | |
| .calc-tile-compact {
| |
| line-height: 1.4;
| |
| }
| |
| | |
| .calc-section-header {
| |
| position: relative;
| |
| top: 0px;
| |
| padding-top: 1em;
| |
| background: var(--body-main);
| |
| z-index: 5;
| |
| }
| |
| | |
| .calc-section-header > h1 { | |
| margin-top: 0;
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .calc-sticky .calc-section-header { | |
| position: sticky !important;
| |
| }
| |
| | |
| .calc-toc {
| |
| padding-top: 13px;
| |
| padding-bottom: 13px;
| |
| }
| |
| | |
| .calc-toc-section {
| |
| position: relative;
| |
| display: grid;
| |
| grid-template-columns: 144px 1fr;
| |
| margin-bottom: 0px;
| |
| }
| |
| | |
| .calc-toc-section > p {
| |
| grid-column-start: 1;
| |
| grid-column-end: span 1;
| |
| margin: 0;
| |
| line-height: 34px;
| |
| text-align: right;
| |
| padding-right: 21px;
| |
| font-size: 1em; | | font-size: 1em; |
| font-weight: bold;
| | } |
| }
| |
| | |
| .calc-toc-dots {
| |
| position: absolute;
| |
| top: 34px;
| |
| bottom: 26px;
| |
| right: 0px;
| |
| grid-column-start: 1;
| |
| grid-column-end: span 1;
| |
| border-right: 1px dotted #cccccc;
| |
| text-align: right;
| |
| margin-right: 29px;
| |
| }
| |
| | |
| .calc-toc-list {
| |
| grid-column-start: 2;
| |
| grid-column-end: span 1;
| |
| padding: 0;
| |
| display: flex;
| |
| flex-direction: row;
| |
| flex-wrap: wrap;
| |
| justify-content: left;
| |
| }
| |
| | |
| .calc-toc-list-item {
| |
| position: relative;
| |
| min-width: 193px;
| |
| width: 193px;
| |
| max-width: 193px;
| |
| height: 34px;
| |
| margin-right: 8px;
| |
| margin-bottom: 8px;
| |
| line-height: 34px;
| |
| padding-left: 34px;
| |
| padding-right: 6px;
| |
| color: #ffffff;
| |
| text-shadow: 1px 1px #0006;
| |
| white-space: nowrap;
| |
| overflow: hidden;
| |
| text-overflow: ellipsis;
| |
| }
| |
| | |
| .calc-toc-list-item > a {
| |
| position: absolute;
| |
| top: 0;
| |
| left: 0;
| |
| right: 0;
| |
| bottom: 0;
| |
| }
| |
| | |
| .calc-toc-list-item img {
| |
| position: absolute;
| |
| top: 6.5px;
| |
| left: 6.5px;
| |
| width: 21px;
| |
| height: 21px;
| |
| }
| |
| | |
| .calc-tile-divider {
| |
| margin-bottom: -52px;
| |
| }
| |
| | |
| .calc-tile-container {
| |
| display: inline-block;
| |
| -webkit-column-break-inside: avoid;
| |
| -webkit-break-inside: avoid-column;
| |
| page-break-inside: avoid;
| |
| break-inside: avoid;
| |
| padding: 0;
| |
| padding-top: 78px;
| |
| padding-bottom: 0.25rem;
| |
| background: none !important;
| |
| width: calc(100% - 2px);
| |
| pointer-events: none;
| |
| }
| |
| | |
| .calc-tile-container > * {
| |
| pointer-events: initial;
| |
| }
| |
| | |
| .calc-tile-compact.calc-tile-container {
| |
| padding-top: 56px;
| |
| }
| |
| | |
| @supports ( break-inside: avoid-column ) {
| |
| .calc-tile-container {
| |
| display: block;
| |
| }
| |
| | |
| }
| |
| | |
| .calc-header-title {
| |
| text-shadow: 1px 1px #0006;
| |
| height: 55px;
| |
| margin-left: 5px;
| |
| grid-column-start: 2;
| |
| grid-column-end: span 1;
| |
| min-width: 0;
| |
| color: rgba(255, 255, 255, 0.9);
| |
| z-index: inherit;
| |
| }
| |
| | |
| .calc-tile-compact .calc-header-title {
| |
| height: 35px;
| |
| }
| |
| | |
| .calc-tile-compact .calc-header-title > h2,
| |
| .calc-tile-compact .calc-header-title > .rsw-h2 {
| |
| line-height: 35px;
| |
| }
| |
| | |
| .calc-header-noicon .calc-header-title {
| |
| grid-column-start: 1;
| |
| grid-column-end: span 2;
| |
| margin-left: 10px;
| |
| }
| |
| | |
| .calc-header-title > h2,
| |
| .calc-header-title > .rsw-h2 {
| |
| color: inherit !important;
| |
| padding: 0;
| |
| margin: 0;
| |
| white-space: nowrap;
| |
| overflow: hidden;
| |
| text-overflow: ellipsis;
| |
| font-size: 21px;
| |
| line-height: 55px;
| |
| display: grid;
| |
| grid-template-rows: 0px 132px;
| |
| margin-top: -77px !important;
| |
| height: 132px;
| |
| pointer-events: none;
| |
| }
| |
| | |
| .calc-header-title > h2 *,
| |
| .calc-header-title > .rsw-h2 * {
| |
| pointer-events: initial;
| |
| }
| |
| | |
| .calc-header-title > h2 > span,
| |
| .calc-header-title > .rsw-h2 > span {
| |
| display: inline-grid;
| |
| grid-template-rows: 77px 55px;
| |
| height: 0px;
| |
| grid-row-start: 1;
| |
| grid-row-end: span 1;
| |
| }
| |
| | |
| .calc-header-title > h2 > span > span,
| |
| .calc-header-title > .rsw-h2 > span > span {
| |
| grid-row-start: 2;
| |
| grid-row-end: span 1;
| |
| }
| |
| | |
| .calc-header-title > h2 > .mw-headline-headanchor,
| |
| .calc-header-title > .rsw-h2 > .mw-headline-headanchor {
| |
| grid-row-start: 1;
| |
| grid-row-end: span 1;
| |
| }
| |
| | |
| .calc.tile {
| |
| position: relative;
| |
| margin: 0;
| |
| padding: 0;
| |
| min-width: 100%;
| |
| height: unset;
| |
| z-index: 0;
| |
| }
| |
| | |
| .calc .keyword {
| |
| font-size: 1.125em;
| |
| font-weight: bold;
| |
| }
| |
| | |
| .calc-header {
| |
| grid-column-start: 1;
| |
| grid-column-end: span 2;
| |
| grid-row-start: 1;
| |
| grid-row-end: span 1;
| |
| display: grid;
| |
| grid-template-columns: 55px minmax(0, max-content) max-content 1fr 68px;
| |
| position: relative;
| |
| top: 0;
| |
| width: 100%;
| |
| height: 55px;
| |
| background: transparent;
| |
| z-index: 2;
| |
| }
| |
| | |
| .calc-tile-compact .calc-header {
| |
| height: 35px;
| |
| grid-template-columns: 35px minmax(0, max-content) max-content 1fr 68px;
| |
| }
| |
| | |
| .calc-header-background {
| |
| position: absolute;
| |
| top: 0;
| |
| bottom: 0;
| |
| left: 0;
| |
| right: 0;
| |
| z-index: 1;
| |
| }
| |
| | |
| .calc-header-background img {
| |
| position: absolute;
| |
| top: 0;
| |
| bottom: 0;
| |
| left: 0;
| |
| right: 0;
| |
| }
| |
| | |
| .calc-header-icon {
| |
| grid-column-start: 1;
| |
| grid-column-end: span 1;
| |
| min-width: 55px;
| |
| width: 55px;
| |
| max-width: 55px;
| |
| min-height: 55px;
| |
| height: 55px;
| |
| max-height: 55px;
| |
| z-index: inherit;
| |
| }
| |
| | |
| .calc-header-icon img {
| |
| object-fit: contain;
| |
| min-width: 25px;
| |
| width: 25px;
| |
| max-width: 25px;
| |
| min-height: 25px;
| |
| height: 25px;
| |
| max-height: 25px;
| |
| padding: 15px;
| |
| }
| |
| | |
| .calc-tile-compact .calc-header-icon {
| |
| min-width: 35px;
| |
| width: 35px;
| |
| max-width: 35px;
| |
| min-height: 35px;
| |
| height: 35px;
| |
| max-height: 35px;
| |
| }
| |
| | |
| .calc-tile-compact .calc-header-icon img {
| |
| padding: 5px 10px;
| |
| }
| |
| | |
| .calc-header-title-semantics {
| |
| display: none;
| |
| }
| |
| | |
| .calc-header-command {
| |
| margin-left: 10px;
| |
| grid-column-start: 3;
| |
| grid-column-end: span 1;
| |
| height: 55px;
| |
| line-height: 55px;
| |
| z-index: inherit;
| |
| }
| |
| | |
| .calc-tile-compact .calc-header-command {
| |
| height: 35px;
| |
| line-height: 35px;
| |
| }
| |
| | |
| .calc-list {
| |
| grid-column-start: 1;
| |
| grid-column-end: span 2;
| |
| grid-row-start: 2;
| |
| grid-row-end: span 1;
| |
| padding: 0px;
| |
| padding-top: 4px;
| |
| padding-bottom: 5.5px;
| |
| }
| |
| | |
| .calc-list-item {
| |
| position: relative;
| |
| display: grid;
| |
| grid-template-columns: [thumb] min-content [main] 1fr [key] max-content;
| |
| grid-template-rows: min-content min-content;
| |
| -webkit-column-break-inside: avoid;
| |
| -webkit-break-inside: avoid-column;
| |
| break-inside: avoid-column;
| |
| width: auto;
| |
| padding: 8.5px;
| |
| margin: 0;
| |
| border-bottom: 1px solid rgba(137, 142, 152, 0.075);
| |
| }
| |
| | |
| .calc-tile-compact .calc-list-item {
| |
| padding: 5px;
| |
| }
| |
| | |
| .calc-list-item:last-child {
| |
| border-bottom-color: transparent;
| |
| }
| |
| | |
| .calc-list-item-thumbnail {
| |
| grid-column-start: thumb;
| |
| grid-column-end: span 1;
| |
| grid-row-start: 1;
| |
| grid-row-end: span 2;
| |
| margin-left: 5.5px;
| |
| width: 44px;
| |
| height: 52.8px;
| |
| margin-right: 14px;
| |
| padding-top: 8.5px;
| |
| }
| |
| | |
| .calc-list-item-thumbnail img {
| |
| min-width: 44px;
| |
| width: 44px !important;
| |
| max-width: 44px;
| |
| min-height: 44px;
| |
| height: 44px !important;
| |
| max-height: 44px;
| |
| object-fit: contain;
| |
| object-position: center 0;
| |
| grid-row-start: 2;
| |
| grid-row-end: span 1;
| |
| }
| |
| | |
| .calc-tile-compact .calc-list-item-thumbnail {
| |
| width: 35px;
| |
| height: 42px;
| |
| margin-left: 5px;
| |
| margin-right: 10px;
| |
| }
| |
| | |
| .calc-tile-compact .calc-list-item-thumbnail img {
| |
| min-width: 35px;
| |
| width: 35px !important;
| |
| max-width: 35px;
| |
| min-height: 35px;
| |
| height: 35px !important;
| |
| max-height: 35px;
| |
| }
| |
| | |
| .calc-list-item-key {
| |
| width: 28px;
| |
| grid-column-start: key;
| |
| grid-column-end: span 1;
| |
| grid-row-start: 1;
| |
| grid-row-end: span 1;
| |
| margin-left: 8.5px;
| |
| }
| |
| | |
| .calc-list-item-key img {
| |
| position: absolute;
| |
| top: 8.5px;
| |
| right: 8.5px;
| |
| }
| |
| | |
| .calc-list-item-title {
| |
| grid-column-start: main;
| |
| grid-column-end: span 1;
| |
| grid-row-start: 1;
| |
| grid-row-end: span 1;
| |
| padding-left: 8px;
| |
| text-indent: -8px;
| |
| }
| |
| | |
| .calc-tile-compact .calc-list-item-title {
| |
| text-indent: 0;
| |
| }
| |
| | |
| .calc-list-item-desc {
| |
| grid-column-start: main;
| |
| grid-column-end: span 1;
| |
| grid-row-start: 2;
| |
| grid-row-end: span 1;
| |
| margin-left: 8px;
| |
| text-indent: 0px;
| |
| }
| |
| | |
| .success-chart-calc-form .oo-ui-buttonSelectWidget {
| |
| display: flex;
| |
| max-width: 20em;
| |
| flex-flow: row wrap;
| |
| }
| |
| | |
| .success-chart-calc-form .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field {
| |
| width: auto;
| |
| }
| |
| | |
| .success-chart-calc-wrapper {
| |
| max-width: 100%;
| |
| display: flex;
| |
| flex-flow: row wrap;
| |
| column-gap: 2em;
| |
| }
| |
| | |
| .success-chart-calc-result {
| |
| flex-grow: 1;
| |
| }
| |
| | |
| ul.actionbar,
| |
| ul.actionbar-revolution {
| |
| box-sizing: border-box;
| |
| padding: 39px 0 0 6px;
| |
| margin: 0;
| |
| width: 530px;
| |
| height: 76px;
| |
| }
| |
| | |
| ul.actionbar li,
| |
| ul.actionbar-revolution li {
| |
| list-style: none;
| |
| float: left;
| |
| margin: 0;
| |
| padding: 0;
| |
| width: 32px;
| |
| height: 32px;
| |
| line-height: 32px;
| |
| text-align: center;
| |
| margin-right: 4px;
| |
| }
| |
| | |
| ul.actionbar {
| |
| background: url('filepath://Template_action_bar.png');
| |
| }
| |
| | |
| ul.actionbar .mw-empty-elt {
| |
| display: block;
| |
| }
| |
| | |
| ul.actionbar-revolution {
| |
| background: url('filepath://Template_action_bar_revolution.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-1 {
| |
| background: url('filepath://Template_action_bar_revolution_1.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-2 {
| |
| background: url('filepath://Template_action_bar_revolution_2.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-3 {
| |
| background: url('filepath://Template_action_bar_revolution_3.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-4 {
| |
| background: url('filepath://Template_action_bar_revolution_4.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-5 {
| |
| background: url('filepath://Template_action_bar_revolution_5.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-6 {
| |
| background: url('filepath://Template_action_bar_revolution_6.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-7 {
| |
| background: url('filepath://Template_action_bar_revolution_7.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-8 {
| |
| background: url('filepath://Template_action_bar_revolution_8.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-10 {
| |
| background: url('filepath://Template_action_bar_revolution_10.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-11 {
| |
| background: url('filepath://Template_action_bar_revolution_11.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-12 {
| |
| background: url('filepath://Template_action_bar_revolution_12.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-13 {
| |
| background: url('filepath://Template_action_bar_revolution_13.png');
| |
| }
| |
| | |
| ul.actionbar-revolution.actionbar-revolution-14 {
| |
| background: url('filepath://Template_action_bar_revolution_14.png');
| |
| }
| |
| | |
| .ability-rotation {
| |
| border-width: 1px;
| |
| border-style: solid;
| |
| border-radius: 2px;
| |
| line-height: 40px;
| |
| padding: 0.5em 1em;
| |
| display: inline-block;
| |
| margin-top: 0.2em;
| |
| background-color: #e4eaee;
| |
| border-color: #bdc5cd;
| |
| }
| |
| | |
| .static-row-numbers {
| |
| counter-reset: rowNumber;
| |
| }
| |
| | |
| .static-row-numbers tr::before {
| |
| content: "";
| |
| display: table-cell;
| |
| padding-right: 0.5em;
| |
| padding-left: 0.5em;
| |
| text-align: right;
| |
| vertical-align: inherit;
| |
| }
| |
| | |
| .static-row-numbers.static-row-numbers-center tr::before {
| |
| text-align: center;
| |
| }
| |
| | |
| .static-row-numbers.static-row-numbers-left tr::before {
| |
| text-align: left;
| |
| }
| |
| | |
| .static-row-numbers > thead + tbody > tr:first-child:not(.static-row-header):not(.static-row-numbers-norank)::before,
| |
| .static-row-numbers > tbody > tr:not(:first-child):not(.static-row-header):not(.static-row-numbers-norank)::before {
| |
| counter-increment: rowNumber;
| |
| content: counter(rowNumber);
| |
| }
| |
| | |
| .static-row-numbers.static-row-header-text thead tr:first-child::before,
| |
| .static-row-numbers.static-row-header-text caption + tbody tr:first-child::before,
| |
| .static-row-numbers.static-row-header-text tbody:first-child tr:first-child::before {
| |
| content: "No.";
| |
| font-weight: bold;
| |
| }
| |
| | |
| .static-row-numbers.static-row-header-hash thead tr:first-child::before,
| |
| .static-row-numbers.static-row-header-hash caption + tbody tr:first-child::before,
| |
| .static-row-numbers.static-row-header-hash tbody:first-child tr:first-child::before {
| |
| content: "#";
| |
| font-weight: bold;
| |
| }
| |
| | |
| .static-row-numbers.static-row-header-step thead tr:first-child::before,
| |
| .static-row-numbers.static-row-header-step caption + tbody tr:first-child::before,
| |
| .static-row-numbers.static-row-header-step tbody:first-child tr:first-child::before {
| |
| content: "Step";
| |
| font-weight: bold;
| |
| }
| |
| | |
| .static-row-numbers.wikitable tr::before {
| |
| color: inherit;
| |
| background-color: inherit;
| |
| border: 1px solid var(--wikitable-border);
| |
| padding: 0.2em 0.4em;
| |
| }
| |
| | |
| .static-row-numbers.wikitable thead tr:not(.sorttop)::before,
| |
| .static-row-numbers.wikitable tbody:first-child tr:first-child:not(.static-row-header)::before,
| |
| .static-row-numbers.wikitable tfoot tr:first-child:not(.static-row-header)::before {
| |
| background-color: var(--wikitable-header-bg);
| |
| border-color: var(--wikitable-header-border);
| |
| color: var(--wikitable-header-color);
| |
| }
| |
| | |
| .static-row-numbers.wikitable tbody:first-child tr.static-row-header:has(> th:first-child)::before {
| |
| background-color: var(--wikitable-header-bg);
| |
| border-color: var(--wikitable-header-border);
| |
| color: var(--wikitable-header-color);
| |
| }
| |
| | |
| :root {
| |
| --byline-arrow-filter: invert(43%) sepia(50%) hue-rotate(175deg);
| |
| --tile-border-color: #e4eaee;
| |
| --tile-background-color: #fff;
| |
| --tile-link-button-color: #f9fafa;
| |
| --tile-link-button-highlight-color: #f2f4f4;
| |
| --tile-dark-color: #fff;
| |
| --tile-dark-bg: #5d6773;
| |
| --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,
| |
| .tile .rsw-h2,
| |
| .tile .mw-heading2 {
| |
| font-size: 1.4em;
| |
| font-weight: bold;
| |
| border: none;
| |
| margin: 0 0 0.4em;
| |
| }
| |
| | |
| .tile .byline + h2,
| |
| .tile .byline + .mw-heading2 {
| |
| margin-top: -0.5em;
| |
| }
| |
| | |
| .tile.link-button {
| |
| padding: 0;
| |
| }
| |
| | |
| .tile.link-button a {
| |
| color: inherit;
| |
| display: block;
| |
| padding: 1.25em 1.5em 0.75em;
| |
| text-decoration: none;
| |
| }
| |
| | |
| .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,
| |
| .tile.dark .rsw-h2,
| |
| .tile.dark h3,
| |
| .tile.dark .mw-heading {
| |
| 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;
| |
| border: 1px solid var(--tile-border-color);
| |
| background: var(--tile-background-color);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .tile-halves h2,
| |
| .tile-halves .mw-heading2 {
| |
| font-size: 1.4em;
| |
| font-weight: bold;
| |
| border: none;
| |
| margin: 0 0 0.4em;
| |
| word-break: normal;
| |
| }
| |
| | |
| .tile-halves .byline + h2,
| |
| .tile-halves .byline + .mw-heading2 {
| |
| 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(--byline-color);
| |
| 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;
| |
| height: auto;
| |
| max-height: 200px;
| |
| transition: 0.4s ease-out;
| |
| }
| |
| | |
| .tile-bottom {
| |
| background: var(--tile-background-color);
| |
| border-top: 1px solid var(--tile-border-color);
| |
| 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;
| |
| }
| |
| | |
| .tile.oswf-day {
| |
| margin-left: 0.5em;
| |
| }
| |
| | |
| .oswf-tile {
| |
| margin: 1em;
| |
| }
| |
| | |
| .oswf-tile.oswf-complete {
| |
| opacity: 0.75;
| |
| }
| |
| | |
| .oswf-tile .oswf-summary {
| |
| font-size: 105%;
| |
| line-height: 1.6;
| |
| margin-top: -0.4em;
| |
| }
| |
| | |
| .oswf-tile .oswf-img {
| |
| display: block;
| |
| max-width: 75px;
| |
| float: right;
| |
| }
| |
| | |
| .oswf-tile .oswf-img img {
| |
| max-width: 100%;
| |
| height: auto;
| |
| }
| |
| | |
| .oswf-tile .oswf-guidance {
| |
| border-top: 1px solid #eee;
| |
| padding-top: 1em;
| |
| }
| |
| | |
| :root {
| |
| --mainpage-recent-updates-description-color: #444e5a;
| |
| }
| |
| | |
| body.page-RuneScape_Wiki .mw-parser-output,
| |
| body.rootpage-Template_RuneScape_Wiki .mw-parser-output {
| |
| max-width: 75em;
| |
| margin: 0 auto;
| |
| }
| |
| | |
| body.page-RuneScape_Wiki.action-view .catlinks,
| |
| body.rootpage-Template_RuneScape_Wiki.action-view .catlinks,
| |
| body.page-RuneScape_Wiki.action-view #contentSub,
| |
| body.rootpage-Template_RuneScape_Wiki.action-view #contentSub,
| |
| body.page-RuneScape_Wiki.action-view #siteNotice,
| |
| body.rootpage-Template_RuneScape_Wiki.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,
| |
| .mainpage-header .header-intro .mw-heading1 {
| |
| font-size: 2.5em;
| |
| font-weight: bold;
| |
| border: none;
| |
| margin: 0 0 0.15em;
| |
| }
| |
| | |
| body.wgl-readermode .mainpage-header .header-intro > h1,
| |
| body.wgl-readermode .mainpage-header .header-intro .mw-heading1 {
| |
| font-size: 2.25em;
| |
| }
| |
| | |
| .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-header .header-stats ul {
| |
| list-style: none;
| |
| }
| |
| | |
| .mainpage-header .header-stats .header-gim {
| |
| position: relative;
| |
| width: 200px;
| |
| height: 100%;
| |
| }
| |
| | |
| .mainpage-header .header-stats .header-gim img {
| |
| position: absolute;
| |
| top: 0;
| |
| }
| |
| | |
| .mainpage-header .header-stats .header-gim span.countdown,
| |
| .mainpage-header .header-stats .header-gim span.post-countdown1.hidden {
| |
| position: absolute;
| |
| width: 200px;
| |
| text-align: center;
| |
| top: 106px;
| |
| font-size: 1.3em;
| |
| color: #fef7df;
| |
| }
| |
| | |
| .mainpage-header .header-stats .header-gim span.countdown a,
| |
| .mainpage-header .header-stats .header-gim span.post-countdown1.hidden a,
| |
| .mainpage-header .header-stats .header-gim span.countdown a:hover,
| |
| .mainpage-header .header-stats .header-gim span.post-countdown1.hidden a:hover,
| |
| .mainpage-header .header-stats .header-gim span.countdown a:visited,
| |
| .mainpage-header .header-stats .header-gim span.post-countdown1.hidden a:visited,
| |
| .mainpage-header .header-stats .header-gim span.countdown a:active,
| |
| .mainpage-header .header-stats .header-gim span.post-countdown1.hidden a:active {
| |
| color: inherit;
| |
| text-decoration: none;
| |
| }
| |
| | |
| .mainpage-header .header-stats .header-leagues-catalyst {
| |
| position: relative;
| |
| width: 200px;
| |
| height: 100%;
| |
| margin-top: 1em;
| |
| }
| |
| | |
| .mainpage-header .header-stats .header-leagues-catalyst img {
| |
| position: absolute;
| |
| top: 0;
| |
| }
| |
| | |
| .mainpage-header .header-stats .header-leagues-catalyst span.countdown,
| |
| .mainpage-header .header-stats .header-leagues-catalyst span.post-countdown1.hidden {
| |
| position: absolute;
| |
| width: 200px;
| |
| text-align: center;
| |
| top: 100px;
| |
| font-size: 1.3em;
| |
| font-weight: bold;
| |
| color: #fef7df;
| |
| }
| |
| | |
| .mainpage-header .header-stats .header-leagues-catalyst span.countdown a,
| |
| .mainpage-header .header-stats .header-leagues-catalyst span.post-countdown1.hidden a,
| |
| .mainpage-header .header-stats .header-leagues-catalyst span.countdown a:hover,
| |
| .mainpage-header .header-stats .header-leagues-catalyst span.post-countdown1.hidden a:hover,
| |
| .mainpage-header .header-stats .header-leagues-catalyst span.countdown a:visited,
| |
| .mainpage-header .header-stats .header-leagues-catalyst span.post-countdown1.hidden a:visited,
| |
| .mainpage-header .header-stats .header-leagues-catalyst span.countdown a:active,
| |
| .mainpage-header .header-stats .header-leagues-catalyst span.post-countdown1.hidden a:active {
| |
| color: inherit;
| |
| text-decoration: none;
| |
| }
| |
| | |
| .mainpage-header .announcement {
| |
| margin: 0.5em 0 1.5em;
| |
| }
| |
| | |
| .mainpage-header .announcement a {
| |
| background: #f9fafa;
| |
| border: 1px solid #e4eaee;
| |
| color: #5d6773;
| |
| font-size: 0.9em;
| |
| line-height: 1.25em;
| |
| padding: 0.25em 0.75em;
| |
| border-radius: 10em;
| |
| transition: 0.25s ease;
| |
| display: inline-flex;
| |
| align-items: center;
| |
| }
| |
| | |
| .mainpage-header .announcement a:hover {
| |
| text-decoration: none;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .mainpage-header .announcement .announcement-pill {
| |
| background: #6bc71f;
| |
| color: #fff;
| |
| font-size: 0.85em;
| |
| font-weight: bold;
| |
| text-transform: uppercase;
| |
| border-radius: 10em;
| |
| padding: 0.1em 0.6em;
| |
| margin: 0 0.5em 0 -0.5em;
| |
| }
| |
| | |
| .mainpage-header .announcement .arrow.dark {
| |
| margin-left: 0.5em;
| |
| filter: invert(50%);
| |
| }
| |
| | |
| .mainpage-body {
| |
| display: grid;
| |
| grid-template-areas: "event event event" "update update update" "content content content" "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%);
| |
| }
| |
| | |
| .ribbon {
| |
| position: absolute;
| |
| right: -0.5em;
| |
| top: -0.5em;
| |
| color: #fff;
| |
| background: #6bc71f;
| |
| font-size: 0.7em;
| |
| font-weight: bold;
| |
| letter-spacing: 0.045em;
| |
| line-height: 2.25em;
| |
| padding: 0 0.55em;
| |
| border-radius: 0.35em;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| pointer-events: none;
| |
| }
| |
| | |
| .tile.big-tile {
| |
| background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), #fff 40%), url("filepath://Main page Shauny.png") right / auto 100% no-repeat #fff;
| |
| padding-right: 8vw;
| |
| grid-area: event;
| |
| }
| |
| | |
| .tile.big-tile.dxp {
| |
| background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #fff 40%), url("filepath://Lumbridge Market.png") right / auto 150% no-repeat #fff;
| |
| }
| |
| | |
| .tile.big-tile.rs-mobile {
| |
| background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #fff 40%), url("filepath://RuneScape Mobile promo.png") right / auto 150% no-repeat #fff;
| |
| }
| |
| | |
| .tile.big-tile.xmas {
| |
| background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #fff 40%), url("filepath://2022_Christmas_event.png") right / auto 180% no-repeat #fff;
| |
| }
| |
| | |
| .tile.big-tile.necro {
| |
| background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("filepath://Necro background main page.png");
| |
| background-size: cover;
| |
| background-position: center;
| |
| color: #fff;
| |
| padding-right: 1.75em;
| |
| text-shadow: 1px 1px #0006;
| |
| }
| |
| | |
| .tile.big-tile.necro h1,
| |
| .tile.big-tile.necro h2,
| |
| .tile.big-tile.necro h3,
| |
| .tile.big-tile.necro h4,
| |
| .tile.big-tile.necro h5,
| |
| .tile.big-tile.necro .mw-heading {
| |
| color: #fff;
| |
| }
| |
| | |
| .tile.big-tile.necro ul {
| |
| list-style: none;
| |
| margin: 0;
| |
| display: grid;
| |
| height: 100%;
| |
| }
| |
| | |
| .tile.big-tile.necro .byline {
| |
| color: #cfc0f0;
| |
| }
| |
| | |
| .tile.big-tile.necro a,
| |
| .tile.big-tile.necro a:visited,
| |
| .tile.big-tile.necro a:active {
| |
| color: #b6abff;
| |
| text-decoration: none;
| |
| }
| |
| | |
| .tile.big-tile.necro li {
| |
| position: relative;
| |
| }
| |
| | |
| .tile.big-tile.necro li:not(:first-child) {
| |
| margin-top: 3px;
| |
| }
| |
| | |
| .tile.big-tile.necro li > a:nth-child(2) {
| |
| display: block;
| |
| padding: 0.5em 1em 0.5em 2.75em;
| |
| background: rgba(0, 0, 0, 0.7);
| |
| border-radius: 5px;
| |
| border: 1px solid #3b4f43;
| |
| }
| |
| | |
| .tile.big-tile.necro li > a:nth-child(2),
| |
| .tile.big-tile.necro li > a:nth-child(2):visited,
| |
| .tile.big-tile.necro li > a:nth-child(2):hover {
| |
| color: #fff;
| |
| }
| |
| | |
| .tile.big-tile.necro li img {
| |
| position: absolute;
| |
| top: 7px;
| |
| left: 10px;
| |
| }
| |
| | |
| .tile.big-tile.necro li a:hover {
| |
| background-color: rgba(6, 36, 36, 0.7);
| |
| }
| |
| | |
| .tile.big-tile.archaeology {
| |
| background: linear-gradient(to left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("filepath://Archaeology key art.png") right / 100% auto no-repeat #fff;
| |
| padding: 1.5em 2em 1em;
| |
| text-align: center;
| |
| }
| |
| | |
| .tile.big-tile.archaeology img {
| |
| width: auto;
| |
| height: auto;
| |
| max-width: 100%;
| |
| max-height: 200px;
| |
| }
| |
| | |
| .tile.big-tile.archaeology h3#arch-countdown {
| |
| font-size: 2em;
| |
| }
| |
| | |
| .tile.big-tile.catalyst-league {
| |
| background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000 90%), #090909 url("filepath://Catalyst League main page background.jpg") left center / cover no-repeat;
| |
| color: #e1e1e1;
| |
| --link-color: #f9b570;
| |
| text-shadow: 2px 2px 2px #00000078;
| |
| padding-right: 1.75em;
| |
| }
| |
| | |
| .tile.big-tile.catalyst-league .jumbo-buttons {
| |
| display: flex;
| |
| gap: 0.5em;
| |
| text-align: center;
| |
| margin-top: 1em;
| |
| font-weight: 600;
| |
| }
| |
| | |
| .tile.big-tile.catalyst-league .jumbo-buttons a {
| |
| background: linear-gradient(90deg, #640e21 0%, #671747 100%);
| |
| padding: 0.5em;
| |
| border-radius: 5px;
| |
| border: 1px solid #c3505f;
| |
| flex-basis: 110px;
| |
| flex-grow: 1;
| |
| box-shadow: 1px 1px 10px 1px #0000008a;
| |
| transition: ease 0.1s;
| |
| }
| |
| | |
| .tile.big-tile.catalyst-league .jumbo-buttons a:hover {
| |
| transform: scale(1.05);
| |
| text-decoration: none;
| |
| }
| |
| | |
| .mainpage-recent-updates {
| |
| grid-area: update;
| |
| grid-template-columns: repeat(3, 1fr);
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves {
| |
| flex: 1;
| |
| align-content: flex-start;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves:hover .tile-top img {
| |
| transform: scale(1.04);
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-halves .tile-top span {
| |
| width: 100%;
| |
| }
| |
| | |
| body.wgl-readermode .mainpage-recent-updates .tile-image {
| |
| max-height: 10.5em;
| |
| }
| |
| | |
| .mainpage-recent-updates .tile-bottom.link-button a {
| |
| text-align: left;
| |
| padding: 1rem 1.5rem 0.75rem;
| |
| }
| |
| | |
| .mainpage-recent-updates h2 {
| |
| margin: -0.5em 0 0.3em;
| |
| }
| |
| | |
| .mainpage-recent-updates p:not(.byline) {
| |
| font-size: 0.9em;
| |
| line-height: 1.75em;
| |
| color: var(--mainpage-recent-updates-description-color);
| |
| }
| |
| | |
| .mainpage-recent-updates .jagex-promotion .byline {
| |
| color: #855cd8;
| |
| }
| |
| | |
| .mainpage-contents {
| |
| grid-area: content;
| |
| grid-template-columns: repeat(6, 1fr);
| |
| }
| |
| | |
| .mainpage-contents .tile-halves {
| |
| flex: 1;
| |
| }
| |
| | |
| .mainpage-contents .tile-halves:hover .tile-top img {
| |
| transform: scale(1.04);
| |
| }
| |
| | |
| .mainpage-contents .tile-top {
| |
| height: 4.5rem;
| |
| position: relative;
| |
| }
| |
| | |
| .mainpage-contents .tile-top h2 a {
| |
| display: block;
| |
| text-align: center;
| |
| text-decoration: none;
| |
| line-height: 4.5rem;
| |
| padding-left: 0.45rem;
| |
| }
| |
| | |
| .mainpage-contents h2,
| |
| .mainpage-contents .mw-heading2 {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| .mainpage-skills ul {
| |
| columns: 3 9em;
| |
| margin: 1em 0.7em 0.7em 1em;
| |
| }
| |
| | |
| .mainpage-skills li {
| |
| display: flex;
| |
| margin-bottom: 0.4em;
| |
| isolation: isolate;
| |
| }
| |
| | |
| .mainpage-skills li span a {
| |
| display: flex;
| |
| border-radius: 3px;
| |
| padding: 4px !important;
| |
| width: 25px;
| |
| height: 25px;
| |
| text-align: center;
| |
| justify-content: center;
| |
| }
| |
| | |
| .mainpage-skills 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-skills li:hover span a {
| |
| border-radius: 3px 0 0 3px;
| |
| }
| |
| | |
| .mainpage-skills li:hover > a {
| |
| color: rgba(255, 255, 255, 0.9);
| |
| border-radius: 0 3px 3px 0 !important;
| |
| }
| |
| | |
| .skill-agility span a,
| |
| .skill-melee span a {
| |
| background: #bc483d;
| |
| }
| |
| | |
| .skill-agility:hover a,
| |
| .skill-melee:hover a {
| |
| background: #932419;
| |
| }
| |
| | |
| .skill-ranged span a {
| |
| background: #748d36;
| |
| }
| |
| | |
| .skill-ranged:hover a {
| |
| background: #4c6215;
| |
| }
| |
| | |
| .skill-magic span a {
| |
| background: #6274ab;
| |
| }
| |
| | |
| .skill-magic:hover a {
| |
| background: #304791;
| |
| }
| |
| | |
| .skill-fishing span a,
| |
| .skill-fletching span a {
| |
| background: #3e8e9a;
| |
| }
| |
| | |
| .skill-fishing:hover a,
| |
| .skill-fletching:hover a {
| |
| background: #1a6671;
| |
| }
| |
| | |
| .skill-cooking span a,
| |
| .skill-divination span a,
| |
| .skill-thieving span a {
| |
| background: #91689e;
| |
| }
| |
| | |
| .skill-cooking:hover a,
| |
| .skill-divination:hover a,
| |
| .skill-thieving:hover a {
| |
| background: #713684;
| |
| }
| |
| | |
| .skill-farming span a,
| |
| .skill-woodcutting span a {
| |
| background: #59924f;
| |
| }
| |
| | |
| .skill-farming:hover a,
| |
| .skill-woodcutting:hover a {
| |
| background: #306f25;
| |
| }
| |
| | |
| .skill-mining span a,
| |
| .skill-summoning span a {
| |
| background: #6385a8;
| |
| }
| |
| | |
| .skill-mining:hover a,
| |
| .skill-summoning:hover a {
| |
| background: #315f8d;
| |
| }
| |
| | |
| .skill-invention span a,
| |
| .skill-smithing span a {
| |
| background: #d2b244;
| |
| }
| |
| | |
| .skill-invention:hover a,
| |
| .skill-smithing:hover a {
| |
| background: #b69213;
| |
| }
| |
| | |
| .skill-archaeology span a {
| |
| background: #a56831;
| |
| }
| |
| | |
| .skill-archaeology:hover a {
| |
| background: #784212;
| |
| }
| |
| | |
| .mainpage-wikinews .news-date {
| |
| font-weight: bold;
| |
| margin-bottom: 0.3em;
| |
| }
| |
| | |
| .mainpage-wikinews p:not(.news-date) {
| |
| margin-left: 1em;
| |
| }
| |
| | |
| .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;
| |
| width: 60px;
| |
| text-align: center;
| |
| }
| |
| | |
| .mainpage-social .social-header {
| |
| color: #fff;
| |
| font-weight: bold;
| |
| font-size: 1.15em;
| |
| margin: 0.5em 0 -0.15em;
| |
| }
| |
| | |
| body.wgl-readermode .mainpage-social .social-header {
| |
| font-size: 1.05em;
| |
| }
| |
| | |
| .mainpage-social .social-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-events .tile-top {
| |
| background-color: #4f348b;
| |
| color: #fff;
| |
| padding-bottom: 0;
| |
| }
| |
| | |
| .mainpage-events .tile-top h2 {
| |
| margin-bottom: 0;
| |
| padding-bottom: 0;
| |
| }
| |
| | |
| .mainpage-events .tile-top a,
| |
| .mainpage-events .tile-top a:visited,
| |
| .mainpage-events .tile-top h2 a {
| |
| color: rgba(255, 255, 255, 0.9);
| |
| text-decoration: none;
| |
| }
| |
| | |
| .mainpage-events .tile-top .note {
| |
| color: rgba(255, 255, 255, 0.5);
| |
| font-style: italic;
| |
| }
| |
| | |
| .mainpage-events .tile-top .note a,
| |
| .mainpage-events .tile-top .note a:visited {
| |
| color: rgba(255, 255, 255, 0.5);
| |
| }
| |
| | |
| .mainpage-events .tile-top ul {
| |
| list-style: none;
| |
| margin-top: 1em;
| |
| margin-left: 0;
| |
| }
| |
| | |
| .mainpage-events .tile-top li {
| |
| padding-bottom: 0.6em;
| |
| overflow: auto;
| |
| }
| |
| | |
| .mainpage-events .tile-top li img {
| |
| max-width: 32px;
| |
| width: auto;
| |
| height: auto;
| |
| }
| |
| | |
| .mainpage-events .tile-top li a:hover,
| |
| .mainpage-events .tile-top li a:focus {
| |
| text-decoration: underline;
| |
| }
| |
| | |
| .mainpage-events .tile-top li a {
| |
| float: left;
| |
| }
| |
| | |
| .mainpage-events .tile-top li a:first-child {
| |
| width: 30px;
| |
| }
| |
| | |
| .mainpage-events .tile-top li a:last-child {
| |
| padding-left: 1.5em;
| |
| line-height: 1.5;
| |
| }
| |
| | |
| .mainpage-events .tile-bottom {
| |
| border: none;
| |
| padding: 1em 1.75em;
| |
| background-color: #3d276b;
| |
| color: #fff;
| |
| font-weight: bold;
| |
| font-size: 0.9em;
| |
| text-align: center;
| |
| text-transform: uppercase;
| |
| letter-spacing: 0.03em;
| |
| margin: 0;
| |
| }
| |
| | |
| body.wgl-theme-dark .mainpage-events .tile-bottom {
| |
| background-color: #3d276b;
| |
| color: #fff;
| |
| }
| |
| | |
| .mainpage-events .tile-bottom a,
| |
| .mainpage-events .tile-bottom a:visited {
| |
| color: #fff;
| |
| text-decoration: none;
| |
| }
| |
| | |
| .mainpage-events .tile-bottom .arrow {
| |
| margin-left: 0.2em;
| |
| }
| |
| | |
| .mainpage-editing {
| |
| border: none;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
| |
| }
| |
| | |
| .mainpage-editing .tile-top {
| |
| background: #438ab5;
| |
| }
| |
| | |
| .mainpage-editing .tile-bottom {
| |
| background: #3980ab;
| |
| border: none;
| |
| padding: 0.8rem 1.5rem 0.4rem;
| |
| }
| |
| | |
| .mainpage-editing h2,
| |
| .mainpage-editing a,
| |
| .mainpage-editing a:visited,
| |
| .mainpage-editing a:active {
| |
| color: #fff;
| |
| }
| |
| | |
| .mainpage-editing p {
| |
| color: rgba(255, 255, 255, 0.9);
| |
| }
| |
| | |
| .mainpage-editing ul {
| |
| list-style-image: url('filepath://Transparent-chevron.svg');
| |
| }
| |
| | |
| .mainpage-poll .ajaxpoll {
| |
| padding: 0;
| |
| width: 100%;
| |
| border: none;
| |
| box-shadow: none;
| |
| }
| |
| | |
| .mainpage-fimg img {
| |
| margin: 0.7em 0 1.15em;
| |
| -webkit-filter: drop-shadow(0 0.15em 0.25em rgba(0, 0, 0, 0.15));
| |
| filter: drop-shadow(0 0.15em 0.25em rgba(0, 0, 0, 0.15));
| |
| }
| |
| | |
| .mainpage-fimg .tile-top p:not(.byline) {
| |
| font-size: 0.9em;
| |
| line-height: 1.8em;
| |
| }
| |
| | |
| @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" "update update update" "content content content" "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-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,
| |
| .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even):hover 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);
| |
| display: none;
| |
| }
| |
| | |
| .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_RecentChanges .mw-collapsible .mw-collapsible-toggle {
| |
| margin-left: 0;
| |
| }
| |
| | |
| .page-Special_CreateAccount .firstHeading,
| |
| .page-Special_UserLogin .firstHeading {
| |
| text-align: center;
| |
| }
| |
| | |
| .page-Special_CreateAccount #contentSub,
| |
| .page-Special_UserLogin #contentSub {
| |
| display: none;
| |
| }
| |
| | |
| .page-Special_CreateAccount .mw-ui-container,
| |
| .page-Special_UserLogin .mw-ui-container {
| |
| max-width: 64rem;
| |
| margin: 0 auto;
| |
| }
| |
| | |
| #userloginForm label[for="mw-input-captchaWord"] {
| |
| margin-bottom: 0.5em;
| |
| }
| |
| | |
| .mw-createacct-benefits-container {
| |
| display: none;
| |
| }
| |
| | |
| .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;
| |
| }
| |
| | |
| #mw-searchoptions table {
| |
| margin-right: 0;
| |
| }
| |
| | |
| #mw-searchoptions table:nth-child(odd) {
| |
| border-right: 1px solid #172136;
| |
| margin-right: 2em;
| |
| }
| |
| | |
| #mw-searchoptions table tr td:first-of-type {
| |
| font-weight: bold;
| |
| }
| |
| | |
| #mw-searchoptions table td {
| |
| width: 18vw;
| |
| padding: 0;
| |
| }
| |
| | |
| .searchresult {
| |
| line-height: 1.5;
| |
| }
| |
| | |
| .searchalttitle,
| |
| #mw-search-interwiki li {
| |
| font-size: 90%;
| |
| }
| |
| | |
| .mw-search-result-data {
| |
| color: inherit;
| |
| opacity: 0.6;
| |
| }
| |
| | |
| .mw-advancedSearch-expandablePane-button.oo-ui-widget-enabled.oo-ui-buttonWidget > .oo-ui-buttonElement-button:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| }
| |
| | |
| .mw-advancedSearch-fieldContainer {
| |
| background: linear-gradient(rgba(0, 0, 0, 0.1), var(--ooui-normal) 0.5em);
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
| | |
| .mw-advancedSearch-fieldContainer .oo-ui-labelElement > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
| |
| background: var(--ooui-normal);
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .mw-advancedSearch-searchPreview .oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed) {
| |
| background-color: var(--ooui-interface);
| |
| }
| |
| | |
| .mw-advancedSearch-namespace-selection {
| |
| background: linear-gradient(rgba(0, 0, 0, 0.1), var(--ooui-normal) 0.5em);
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
| | |
| .mw-advancedSearch-namespace-border {
| |
| border-color: var(--ooui-input-border);
| |
| }
| |
| | |
| .oo-ui-popupWidget-popup .mw-advancedSearch-tooltip-head {
| |
| color: var(--ooui-text);
| |
| border-bottom: 1px solid var(--ooui-interface-border);
| |
| }
| |
| | |
| .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);
| |
| }
| |
| | |
| table.mw-abuselog-details {
| |
| background: var(--wikitable-bg);
| |
| border-color: var(--wikitable-border);
| |
| table-layout: fixed;
| |
| width: 100%;
| |
| }
| |
| | |
| 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 {
| | body.page-Main_Page .kin-welcome-stats { |
| margin-left: 0; | | padding-top: 0; |
| | } |
| } | | } |
|
| |
|
| ul.fileupload-results li.ful-success {
| | /* Top tab Play button */ |
| background-color: var(--successbox-bg);
| | body.skin-vector-legacy #ca-kintara-play { |
| | background: #d9731f !important; |
| | box-shadow: none !important; |
| } | | } |
|
| |
|
| ul.fileupload-results li.ful-success a {
| | body.skin-vector-legacy #ca-kintara-play a { |
| color: var(--link-color);
| | color: #ffffff !important; |
| | font-weight: 800 !important; |
| } | | } |
|
| |
|
| ul.fileupload-results li.ful-error {
| | body.skin-vector-legacy #ca-kintara-play:hover { |
| background-color: var(--errorbox-bg);
| | background: #ff9c48 !important; |
| } | | } |
|
| |
|
| .not-patrolled { | | body.skin-vector-legacy #ca-kintara-play:hover a, |
| background-color: var(--background-color-interactive-subtle);
| | body.skin-vector-legacy #ca-kintara-play:hover a span { |
| border-right: 10px solid var(--subtle-color);
| | color: #ffffff !important; |
| padding-right: 15px;
| |
| } | | } |
| | | /* Main Page welcome: Kintara brand font */ |
| .page-Special_NewFiles .thumbimage { | | body.page-Main_Page .kin-welcome-title { |
| max-height: 212px !important;
| | font-family: "KintaraCinzel", "Cinzel", Georgia, serif !important; |
| max-width: 212px !important;
| | font-size: 2.65em !important; |
| margin: 0 !important;
| | font-weight: 800 !important; |
| | letter-spacing: 0.07em !important; |
| | line-height: 1.08 !important; |
| | text-transform: uppercase; |
| | color: #263746 !important; |
| } | | } |
|
| |
|
| #bestiaryTableFilterSelector .endLeft.afterBr .oo-ui-buttonElement-button {
| | body.page-Main_Page .kin-welcome-copy p { |
| width: 100%;
| | font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important; |
| | font-size: 1.12em !important; |
| | line-height: 1.65 !important; |
| | color: #3a4a58 !important; |
| | max-width: 860px; |
| } | | } |
|
| |
|
| .mw-special-Investigate .ext-checkuser-investigate-subtitle-fieldset,
| | @media (max-width: 900px) { |
| .mw-special-Investigate #mw-content-text .ext-checkuser-investigate-copy-message {
| | body.page-Main_Page .kin-welcome-title { |
| background-color: var(--wikitable-bg);
| | font-size: 2em !important; |
| border-color: var(--wikitable-border);
| | letter-spacing: 0.045em !important; |
| }
| | } |
| | |
| .mw-datatable.ext-checkuser-investigate-table th {
| |
| background-color: var(--wikitable-header-bg);
| |
| border-color: var(--wikitable-border);
| |
| }
| |
| | |
| .ext-checkuser-investigate-table.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned td,
| |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned-data-match td,
| |
| .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) .ext-checkuser-investigate-table-row-hover-data-match td,
| |
| .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) tr:hover td,
| |
| .mw-datatable.ext-checkuser-investigate-table tr:hover td {
| |
| background-color: var(--lighttable-bg-hover);
| |
| }
| |
| | |
| .ext-checkuser-investigate-table.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned td a,
| |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned-data-match td a,
| |
| .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) .ext-checkuser-investigate-table-row-hover-data-match td a,
| |
| .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) tr:hover td a,
| |
| .mw-datatable.ext-checkuser-investigate-table tr:hover td a {
| |
| color: var(--lighttable-link-color);
| |
| }
| |
| | |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned td.ext-checkuser-investigate-table-cell-pinned,
| |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned-data-match td.ext-checkuser-investigate-table-cell-pinned,
| |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned td.ext-checkuser-investigate-table-cell-pinned-data-match,
| |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned-data-match td.ext-checkuser-investigate-table-cell-pinned-data-match,
| |
| .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) tr td.ext-checkuser-investigate-table-cell-hover-data-match,
| |
| .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) tr td:hover.ext-checkuser-investigate-table-cell-pinnable {
| |
| background-color: var(--lighttable-bg-active);
| |
| }
| |
| | |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned td.ext-checkuser-investigate-table-cell-pinned a,
| |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned-data-match td.ext-checkuser-investigate-table-cell-pinned a,
| |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned td.ext-checkuser-investigate-table-cell-pinned-data-match a,
| |
| .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned-data-match td.ext-checkuser-investigate-table-cell-pinned-data-match a,
| |
| .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) tr td.ext-checkuser-investigate-table-cell-hover-data-match a,
| |
| .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) tr td:hover.ext-checkuser-investigate-table-cell-pinnable a {
| |
| color: var(--lighttable-link-color);
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-name .mmg-col-name {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-profit .mmg-col-profit {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-roi .mmg-col-roi {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-input .mmg-col-input {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-output .mmg-col-output {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-skills .mmg-col-skills {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-quests .mmg-col-quests {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-items .mmg-col-items {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-other .mmg-col-other {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-category .mmg-col-category {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-intensity .mmg-col-intensity {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-membership .mmg-col-membership {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.mmg-hidecol-xp .mmg-col-xp {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table td.mmg-col-profit,
| |
| .mmg-table td.mmg-col-roi,
| |
| .mmg-table td.mmg-col-input,
| |
| .mmg-table td.mmg-col-output,
| |
| .mmg-table td.mmg-col-xp {
| |
| text-align: right;
| |
| }
| |
| | |
| .mmg-table .mmg-col-membership,
| |
| .mmg-table .mmg-col-category,
| |
| .mmg-table .mmg-col-intensity {
| |
| text-align: center;
| |
| }
| |
| | |
| .mmg-table .mmg-row.mmg-row-hide {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-table.sticky-header th.mmg-col-name {
| |
| z-index: 2;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-form > div {
| |
| margin-right: 1em;
| |
| margin-top: 0.5em;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-form * {
| |
| font-size: 100%;
| |
| line-height: 1.6;
| |
| font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown-field {
| |
| display: inline-block;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown ul {
| |
| min-width: 10em;
| |
| max-width: 50em;
| |
| float: left;
| |
| position: absolute;
| |
| right: auto;
| |
| left: auto;
| |
| z-index: 1000;
| |
| list-style: none;
| |
| padding: 0.5em;
| |
| border-radius: 2px;
| |
| margin-left: 0px;
| |
| border-width: 2px;
| |
| border-style: solid;
| |
| text-align: left;
| |
| border-color: var(--wikitable-border);
| |
| color: var(--wikitable-color);
| |
| background-color: var(--wikitable-bg);
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown ul label {
| |
| font-weight: normal;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown ul .mmg-filter-dropdown-item {
| |
| cursor: pointer;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown ul .mmg-filter-dropdown-item:hover {
| |
| filter: brightness(125%);
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown ul .mmg-filter-dropdown-checkbox input {
| |
| margin-right: 0.5em;
| |
| margin-left: 0.1em;
| |
| margin-top: 0.2em;
| |
| margin-bottom: 0.2em;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown.mmg-filter-dropdown-hidden ul {
| |
| display: none;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown-button:after {
| |
| content: "▼";
| |
| margin-left: 0.2em;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown-column-select {
| |
| float: left;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown-column-select .mmg-filter-dropdown-button:after {
| |
| content: "";
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-dropdown-column-select ul {
| |
| margin-top: 0.5em;
| |
| }
| |
| | |
| .mmg-filter-wrapper input,
| |
| .mmg-filter-wrapper button,
| |
| .mmg-filter-wrapper label {
| |
| vertical-align: middle;
| |
| user-select: none;
| |
| }
| |
| | |
| .mmg-filter-wrapper input,
| |
| .mmg-filter-wrapper button {
| |
| cursor: pointer;
| |
| }
| |
| | |
| .mmg-filter-wrapper button {
| |
| border-style: solid;
| |
| border-width: 1px;
| |
| background-color: var(--ooui-progressive);
| |
| border-color: var(--ooui-progressive);
| |
| color: #fff;
| |
| border-radius: 2px;
| |
| padding: 5px 12px;
| |
| }
| |
| | |
| .mmg-filter-wrapper button:hover {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .mmg-filter-wrapper :disabled {
| |
| background-color: var(--ooui-disabled);
| |
| border-color: var(--ooui-disabled-border);
| |
| color: var(--ooui-disabled-text);
| |
| }
| |
| | |
| .mmg-filter-wrapper input[type="checkbox"],
| |
| .mmg-filter-wrapper input[type="radio"] {
| |
| display: inline-block;
| |
| appearance: none;
| |
| width: 1.5em;
| |
| height: 1.5em;
| |
| background-repeat: no-repeat;
| |
| background-size: 1.5em;
| |
| background-position: center;
| |
| margin-top: -0.2em;
| |
| margin-right: 0.5em;
| |
| }
| |
| | |
| .mmg-filter-wrapper input[type="checkbox"] {
| |
| background-image: url("filepath://Checkbox-unchecked-lightmode.svg");
| |
| }
| |
| | |
| .wgl-theme-dark .mmg-filter-wrapper input[type="checkbox"] {
| |
| background-image: url("filepath://Checkbox-unchecked-darkmode.svg");
| |
| }
| |
| | |
| .mmg-filter-wrapper input[type="checkbox"]:checked {
| |
| background-image: url("filepath://Checkbox-checked-lightmode.svg");
| |
| }
| |
| | |
| .wgl-theme-dark .mmg-filter-wrapper input[type="checkbox"]:checked {
| |
| background-image: url("filepath://Checkbox-checked-darkmode.svg");
| |
| }
| |
| | |
| .mmg-filter-wrapper input[type="radio"] {
| |
| background-image: url("filepath://Radio-unchecked-lightmode.svg");
| |
| }
| |
| | |
| .wgl-theme-dark .mmg-filter-wrapper input[type="radio"] {
| |
| background-image: url("filepath://Radio-unchecked-darkmode.svg");
| |
| }
| |
| | |
| .mmg-filter-wrapper input[type="radio"]:checked {
| |
| background-image: url("filepath://Radio-checked-lightmode.svg");
| |
| }
| |
| | |
| .wgl-theme-dark .mmg-filter-wrapper input[type="radio"]:checked {
| |
| background-image: url("filepath://Radio-checked-darkmode.svg");
| |
| }
| |
| | |
| .mmg-filter-wrapper input[type="text"],
| |
| .mmg-filter-wrapper input[type="number"] {
| |
| cursor: text;
| |
| border-style: solid;
| |
| border-width: 1px;
| |
| border-radius: 2px;
| |
| color: var(--ooui-text);
| |
| background-color: var(--ooui-input);
| |
| border-color: var(--ooui-input-border);
| |
| padding: 5px 12px;
| |
| }
| |
| | |
| .mmg-filter-wrapper input[type="text"]:hover,
| |
| .mmg-filter-wrapper input[type="number"]:hover {
| |
| border-color: var(--ooui-input-border--hover);
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-hs input {
| |
| border-bottom-right-radius: 0px;
| |
| border-top-right-radius: 0px;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-hs button {
| |
| border-bottom-left-radius: 0px;
| |
| border-top-left-radius: 0px;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-help button,
| |
| .mmg-filter-wrapper .mmg-filter-dropdown-column-select button {
| |
| background-color: transparent;
| |
| background-repeat: no-repeat;
| |
| height: 1.9em;
| |
| width: 1.9em;
| |
| background-position: center center;
| |
| border: none;
| |
| }
| |
| | |
| .wgl-theme-dark .mmg-filter-wrapper .mmg-filter-help button,
| |
| .wgl-theme-dark .mmg-filter-wrapper .mmg-filter-dropdown-column-select button {
| |
| filter: invert(1);
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-help button:hover,
| |
| .mmg-filter-wrapper .mmg-filter-dropdown-column-select button:hover {
| |
| opacity: 0.5;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-help.mmg-filter-help-loading button {
| |
| background-image: conic-gradient(transparent 25%, black 90%);
| |
| mask: radial-gradient(circle 0.5rem, transparent 98%, #fff 100%);
| |
| -webkit-mask: radial-gradient(circle 0.5rem, transparent 98%, #fff 100%);
| |
| border-radius: 50%;
| |
| margin: 0 auto;
| |
| animation-duration: 1s;
| |
| animation-name: mmg-spinner;
| |
| animation-iteration-count: infinite;
| |
| animation-timing-function: linear;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-help {
| |
| font-weight: bold;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-gp input,
| |
| .mmg-filter-wrapper .mmg-filter-profit input {
| |
| text-align: right;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-label,
| |
| .mmg-filter-wrapper label {
| |
| font-weight: bold;
| |
| margin-right: 1em;
| |
| min-width: 15em;
| |
| display: inline-block;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons {
| |
| cursor: pointer;
| |
| display: inline-block;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons .mmg-filter-togglebutton {
| |
| display: inline-block;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons input {
| |
| appearance: none;
| |
| display: none;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons label.mmg-filter-togglebutton-label:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons input + label.mmg-filter-togglebutton-label {
| |
| display: inline-block;
| |
| border-style: solid;
| |
| border-color: var(--ooui-normal-border);
| |
| border-left-width: 0px;
| |
| border-right-width: 0px;
| |
| border-top-width: 1px;
| |
| border-bottom-width: 1px;
| |
| background-color: var(--ooui-normal);
| |
| color: var(--ooui-disabled-text);
| |
| padding: 5px 12px;
| |
| margin: 0;
| |
| min-width: unset;
| |
| font-weight: normal;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons input:checked + label.mmg-filter-togglebutton-label {
| |
| border-color: var(--ooui-progressive);
| |
| background-color: var(--ooui-progressive);
| |
| color: #fff;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons input:checked + label.mmg-filter-togglebutton-label:hover {
| |
| border-color: var(--ooui-progressive--hover);
| |
| background-color: var(--ooui-progressive--hover);
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons .mmg-filter-togglebutton label.mmg-filter-togglebutton-label:before {
| |
| content: "";
| |
| display: inline-block;
| |
| width: 25px;
| |
| height: 25px;
| |
| background-size: 25px;
| |
| background-position: center center;
| |
| background-repeat: no-repeat;
| |
| margin-right: 0.3em;
| |
| margin-bottom: -8px;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons .mmg-filter-togglebutton.mmg-filter-togglebutton-p2p .mmg-filter-togglebutton-label:before {
| |
| background-image: url("filepath://P2P_icon.png");
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons .mmg-filter-togglebutton.mmg-filter-togglebutton-f2p .mmg-filter-togglebutton-label:before {
| |
| background-image: url("filepath://F2P_icon.png");
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons .mmg-filter-togglebutton:first-child label.mmg-filter-togglebutton-label {
| |
| border-top-left-radius: 2px;
| |
| border-bottom-left-radius: 2px;
| |
| border-left-width: 1px;
| |
| }
| |
| | |
| .mmg-filter-wrapper .mmg-filter-togglebuttons .mmg-filter-togglebutton:last-child label.mmg-filter-togglebutton-label {
| |
| border-top-right-radius: 2px;
| |
| border-bottom-right-radius: 2px;
| |
| border-right-width: 1px;
| |
| }
| |
| | |
| .mmg-filter-form-container {
| |
| height: calc(7 * (0.5em + 10px + 2px + 1.6 * 0.9em) + 1.9em + 0.5em + 0.5em);
| |
| }
| |
| | |
| @media screen and (min-width: 20em) { | |
| .mmg-filter-dropdown-column-select .mmg-filter-dropdown-menu {
| |
| white-space: nowrap;
| |
| }
| |
| | |
| }
| |
| | |
| @keyframes mmg-spinner {
| |
| from {
| |
| transform: rotate(0);
| |
| }
| |
| | |
| to {
| |
| transform: rotate(1turn);
| |
| }
| |
| | |
| }
| |
| | |
| :root {
| |
| --forum-column-header-bg: #e6e6e6;
| |
| }
| |
| | |
| .forumlist th {
| |
| background-color: var(--body-mid-darker);
| |
| 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(--forum-column-header-bg);
| |
| 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(--messagebox-border);
| |
| background-color: var(--messagebox-background);
| |
| 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(--messagebox-background);
| |
| }
| |
| | |
| body.ns-110 #ca-talk {
| |
| display: none;
| |
| }
| |
| | |
| .color-container {
| |
| display: flex;
| |
| margin: 2em auto;
| |
| width: 80%;
| |
| max-width: 60em;
| |
| }
| |
| | |
| .color-column {
| |
| flex: 1;
| |
| margin-right: 1em;
| |
| }
| |
| | |
| .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;
| |
| }
| |
| | |
| .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;
| |
| }
| |
| | |
| .page-RuneScape_Theme #toc a[href^="#The_quick_brown_fox"] { | |
| display: none;
| |
| }
| |
| | |
| .maintenance-table {
| |
| border-collapse: separate;
| |
| border-spacing: 0 1em;
| |
| max-width: 75em;
| |
| }
| |
| | |
| .maintenance-table table {
| |
| margin: 0;
| |
| }
| |
| | |
| table.maintenance-table {
| |
| margin: 0 auto;
| |
| }
| |
| | |
| .maintenance-table h2 { | |
| margin-top: 0;
| |
| border-bottom: 1px solid var(--body-border);
| |
| }
| |
| | |
| .maintenance-table .section {
| |
| border-left: 15px solid;
| |
| background-color: var(--messagebox-background);
| |
| padding: 1em 1.5em;
| |
| text-align: left;
| |
| }
| |
| | |
| .maintenance-table .projects {
| |
| border-color: #90c2dd;
| |
| }
| |
| | |
| .maintenance-table .projects table {
| |
| border-collapse: separate;
| |
| border-spacing: 0.25em 0.75em;
| |
| }
| |
| | |
| .maintenance-table .maintenance {
| |
| border-color: #617ebc;
| |
| }
| |
| | |
| .maintenance-table .maintenance td {
| |
| width: 50%;
| |
| }
| |
| | |
| .maintenance-table .tasks {
| |
| border-color: #3ea6e6;
| |
| }
| |
| | |
| :root {
| |
| --gemw-positive-color: #6bc71f;
| |
| --gemw-unchanged-color: #3ea6e6;
| |
| --gemw-negative-color: #ee4231;
| |
| --gemw-historical-border-color: #000;
| |
| }
| |
| | |
| .gemw-container {
| |
| max-width: 60em;
| |
| margin: 4em auto;
| |
| }
| |
| | |
| .gemw-header {
| |
| display: flex;
| |
| border-left-width: 0.25em;
| |
| border-left-style: solid;
| |
| padding-left: 1em;
| |
| margin-bottom: 3em;
| |
| }
| |
| | |
| .gemw-header.positive {
| |
| border-color: var(--gemw-positive-color);
| |
| }
| |
| | |
| .gemw-header.negative {
| |
| border-color: var(--gemw-negative-color);
| |
| }
| |
| | |
| .gemw-header.unchanged {
| |
| border-color: var(--gemw-unchanged-color);
| |
| }
| |
| | |
| .gemw-header .gemw-section-left {
| |
| flex: 1;
| |
| }
| |
| | |
| .gemw-header .gemw-image {
| |
| float: left;
| |
| margin: 0.5em 1em 0 0;
| |
| }
| |
| | |
| .gemw-header .gemw-name {
| |
| font-size: 1.15em; | |
| font-weight: bold;
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .gemw-header .gemw-name a {
| |
| color: inherit;
| |
| }
| |
| | |
| .gemw-header .gemw-examine {
| |
| color: var(--byline-color);
| |
| font-size: 1.05em;
| |
| font-style: italic;
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| .gemw-header .gemw-price {
| |
| display: inline-block;
| |
| font-size: 2.75em;
| |
| font-weight: bold;
| |
| }
| |
| | |
| .gemw-header .gemw-price::after {
| |
| content: ' coins';
| |
| color: var(--byline-color);
| |
| font-size: 1rem;
| |
| font-weight: normal;
| |
| word-spacing: 0.25em;
| |
| }
| |
| | |
| .gemw-header .gemw-change {
| |
| display: inline-block;
| |
| font-size: 1rem;
| |
| font-weight: bold;
| |
| margin-left: 2em;
| |
| word-spacing: 0.5em; | |
| }
| |
| | |
| .gemw-header .gemw-change img {
| |
| vertical-align: baseline;
| |
| }
| |
| | |
| .gemw-header .gemw-section-right {
| |
| text-align: right;
| |
| }
| |
| | |
| .gemw-header .gemw-updated {
| |
| color: var(--byline-color);
| |
| line-height: 1.5em;
| |
| margin-top: 0.25em;
| |
| }
| |
| | |
| .gemw-header .gemw-time {
| |
| color: var(--byline-color);
| |
| font-weight: bold;
| |
| }
| |
| | |
| .gemw-body {
| |
| display: flex;
| |
| }
| |
| | |
| .gemw-body .gemw-section-left {
| |
| width: 40%;
| |
| margin-right: 2em;
| |
| }
| |
| | |
| .gemw-body .gemw-section-left dl {
| |
| display: flex;
| |
| flex-flow: row wrap;
| |
| justify-content: space-between;
| |
| margin-bottom: -1.25em;
| |
| }
| |
| | |
| .gemw-body .gemw-section-left > div {
| |
| margin-top: 2em;
| |
| }
| |
| | |
| .gemw-body .gemw-section-left a {
| |
| color: var(--byline-color);
| |
| }
| |
| | |
| .gemw-body .gemw-property {
| |
| width: 30%;
| |
| border-top: 0.15em dotted var(--body-mid-dark);
| |
| padding-top: 0.25em;
| |
| margin-bottom: 1.5em;
| |
| }
| |
| | |
| .gemw-body .gemw-property dt {
| |
| color: var(--byline-color);
| |
| font-weight: normal;
| |
| }
| |
| | |
| .gemw-body .gemw-property dd {
| |
| font-weight: bold;
| |
| margin: -0.25em 0 0;
| |
| }
| |
| | |
| .gemw-body .gemw-links {
| |
| color: var(--byline-color);
| |
| margin-bottom: 0.35em;
| |
| }
| |
| | |
| .gemw-body .gemw-section-right {
| |
| width: 60%;
| |
| }
| |
| | |
| .gemw-body .gemw-chart {
| |
| color: #eceeee;
| |
| font-size: 5em;
| |
| text-align: center;
| |
| line-height: 5em;
| |
| position: relative;
| |
| }
| |
| | |
| .gemw-body .gemw-chart .GEChartBox,
| |
| .gemw-body .gemw-chart .GEdatachart {
| |
| position: relative;
| |
| }
| |
| | |
| .gemw-container.gemw-historical .gemw-header.positive,
| |
| .gemw-container.gemw-historical .gemw-header.negative,
| |
| .gemw-container.gemw-historical .gemw-header.neutral,
| |
| .gemw-container.gemw-historical .gemw-header.unchanged {
| |
| border-color: var(--gemw-historical-border-color);
| |
| }
| |
| | |
| .gemw-container.gemw-historical .gemw-header .gemw-time .jsPurgeLink,
| |
| .gemw-container.gemw-historical .gemw-header .gemw-time > span.plainlinks {
| |
| display: none;
| |
| }
| |
| | |
| .gemw-container.gemw-historical .gemw-header .gemw-section-left:after {
| |
| content: "This is a historical item no longer available on the Grand Exchange. The data is preserved here as an archive.";
| |
| font-style: italic;
| |
| }
| |
| | |
| #overlay {
| |
| display: none;
| |
| background-color: var(--ooui-window-background);
| |
| height: auto;
| |
| width: auto;
| |
| overflow: hidden;
| |
| position: fixed;
| |
| top: 0;
| |
| right: 0;
| |
| bottom: 0;
| |
| left: 0;
| |
| z-index: 50;
| |
| }
| |
| | |
| #GEchartpopup g.highcharts-label text > a:visited,
| |
| .GEdatachart g.highcharts-label text > a:visited {
| |
| fill: white;
| |
| }
| |
| | |
| #GEchartpopup {
| |
| background: var(--ooui-interface);
| |
| border: 1px solid var(--ooui-interface-border);
| |
| border-radius: 2px;
| |
| color: var(--ooui-text);
| |
| position: fixed;
| |
| left: 0;
| |
| right: 0;
| |
| top: 1em;
| |
| bottom: 1em;
| |
| margin: auto;
| |
| padding: 1em;
| |
| max-height: 700px;
| |
| max-width: 975px;
| |
| z-index: 52;
| |
| overflow: auto;
| |
| }
| |
| | |
| #GEchartpopup #closepopup {
| |
| float: right;
| |
| margin-bottom: 5px;
| |
| z-index: 100;
| |
| }
| |
| | |
| #GEchartpopup #itemstats {
| |
| bottom: 50px;
| |
| font-size: 11px;
| |
| position: absolute;
| |
| right: 45px;
| |
| width: 200px;
| |
| z-index: 10;
| |
| }
| |
| | |
| #GEchartpopup .oo-ui-fieldsetLayout-group {
| |
| margin-bottom: 1em;
| |
| }
| |
| | |
| #GEchartpopup #itemstats caption {
| |
| cursor: pointer;
| |
| text-align: right;
| |
| }
| |
| | |
| #GEpopupchart {
| |
| height: 500px;
| |
| }
| |
| | |
| .highcharts-container .highcharts-range-selector {
| |
| font-size: 11px;
| |
| }
| |
| | |
| .GEPermLink {
| |
| float: right;
| |
| font-size: 14px;
| |
| }
| |
| | |
| .GEPermLink ~ .GEdatachart {
| |
| clear: right;
| |
| }
| |
| | |
| form[id^="chartProperties"] button {
| |
| margin: 3px;
| |
| }
| |
| | |
| .infobox-item .GEdatachart.smallChart {
| |
| margin-bottom: -40px !important;
| |
| }
| |
| | |
| .smallChart .highcharts-range-selector {
| |
| display: none;
| |
| }
| |
| | |
| .smallChart .highcharts-button title + rect {
| |
| display: none;
| |
| }
| |
| | |
| .smallChart .highcharts-title {
| |
| white-space: nowrap !important;
| |
| }
| |
| | |
| .smallChart .zoomButton,
| |
| .smallChart svg > text:first-of-type,
| |
| .smallChart .highcharts-input-group {
| |
| display: none;
| |
| }
| |
| | |
| .smallChart .highcharts-scrollbar,
| |
| .mediumChart .highcharts-scrollbar {
| |
| display: none;
| |
| }
| |
| | |
| .highcharts-background,
| |
| .highcharts-plot-background {
| |
| fill: transparent;
| |
| }
| |
| | |
| .highcharts-title,
| |
| .highcharts-subtitle {
| |
| color: var(--text-color) !important;
| |
| }
| |
| | |
| .highcharts-axis-title {
| |
| fill: var(--text-color) !important;
| |
| }
| |
| | |
| .highcharts-yaxis-grid .highcharts-grid-line,
| |
| .highcharts-tick,
| |
| .highcharts-axis-line {
| |
| stroke: var(--ooui-normal-border);
| |
| }
| |
| | |
| .highcharts-axis-labels text,
| |
| .highcharts-range-selector-group text {
| |
| color: var(--ooui-text) !important;
| |
| fill: var(--ooui-text) !important;
| |
| }
| |
| | |
| .highcharts-label-box {
| |
| stroke: var(--ooui-normal-border);
| |
| }
| |
| | |
| .highcharts-button-box {
| |
| fill: var(--ooui-normal);
| |
| }
| |
| | |
| #rsw-exchange-overlay .oo-ui-popupWidget-anchor {
| |
| z-index: 101;
| |
| }
| |
| | |
| #rsw-exchange-overlay .oo-ui-labelElement-label {
| |
| font-weight: bold;
| |
| }
| |
| | |
| .highcharts-navigator-outline {
| |
| stroke: var(--ooui-interface-border);
| |
| }
| |
| | |
| .highcharts-scrollbar-track {
| |
| fill: transparent;
| |
| stroke: var(--ooui-interface-border);
| |
| }
| |
| | |
| .highcharts-scrollbar-button,
| |
| .highcharts-scrollbar-thumb,
| |
| .highcharts-navigator-handle {
| |
| fill: var(--ooui-normal);
| |
| stroke: var(--ooui-normal-border);
| |
| }
| |
| | |
| .highcharts-scrollbar-arrow {
| |
| fill: var(--ooui-text);
| |
| }
| |
| | |
| .highcharts-scrollbar-rifles {
| |
| stroke: var(--ooui-text);
| |
| }
| |
| | |
| .highcharts-text-outline {
| |
| stroke: var(--ooui-interface);
| |
| }
| |
| | |
| #t-print,
| |
| #t-permalink {
| |
| display: none;
| |
| }
| |
| | |
| .jcConfig {
| |
| 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);
| |
| }
| |
| | |
| .updatedmarker {
| |
| background-color: #c3e8a3;
| |
| color: #162e02;
| |
| }
| |
| | |
| .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);
| |
| color: var(--wikitable-header-color);
| |
| }
| |
| | |
| body.page-2023_changes_to_monster_combat_stats .wikitable tr td:nth-child(1),
| |
| body.page-2023_changes_to_monster_combat_stats .wikitable tr td:nth-child(12) {
| |
| border-right: 2px solid black;
| |
| } | |
|
| |
|
| body.page-2024_rebalance_of_lower-level_monsters .wikitable tr td:nth-child(2), | | body.page-Main_Page .kin-welcome-copy p { |
| body.page-2024_rebalance_of_lower-level_monsters .wikitable tr td:nth-child(15) {
| | font-size: 1em !important; |
| border-right: 2px solid black; | | } |
| } | | } |