Tags: Manual revert Reverted |
|
Line 1: |
Line 1: |
| /* <pre> */
| |
| :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: #327ba7;
| |
| --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;
| |
| --thumb-bg: var(--body-light);
| |
| --thumb-caption-bg: var(--body-mid);
| |
| --sourceeditor-input-background: #fff;
| |
| --sourceeditor-background: var(--body-light);
| |
| --sourceeditor-background-secondary: var(--body-light);
| |
| --sourceeditor-border: #c8ccd1;
| |
| --codemirror-gutter-background: var(--body-mid);
| |
| }
| |
|
| |
|
| @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-family: 'Noto Sans';
| |
| font-style: normal;
| |
| font-weight: 400;
| |
| font-display: swap;
| |
| src: url(https://fonts.gstatic.com/s/notosans/v27/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format('woff2');
| |
| }
| |
|
| |
| :root {
| |
| --base-text-color: #36414f;
| |
| --base-heading-color: #444e5a;
| |
| --base-heading-border: #e4eaee;
| |
| --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 {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| h1,
| |
| h2 {
| |
| border-color: var(--body-border);
| |
| }
| |
|
| |
| .mw-body h1,
| |
| .mw-body-content h1,
| |
| .mw-body-content h2,
| |
| .mw-body-content h3,
| |
| .mw-body-content h4,
| |
| .mw-body-content h5,
| |
| .mw-body-content h6 {
| |
| font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
| |
| }
| |
|
| |
| .mw-parser-output h2:first-of-type {
| |
| clear: left;
| |
| }
| |
|
| |
| .mw-footer {
| |
| color: var(--background-text-color);
| |
| }
| |
|
| |
| .mw-footer li {
| |
| color: var(--background-text-color);
| |
| }
| |
|
| |
| .mw-footer a,
| |
| .mw-footer a:active,
| |
| .mw-footer a:visited {
| |
| color: var(--background-link-color);
| |
| }
| |
|
| |
| ::placeholder {
| |
| color: var(--subtle-color);
| |
| }
| |
|
| |
| html {
| |
| -webkit-text-size-adjust: 100%;
| |
| }
| |
|
| |
| body {
| |
| font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
| |
| }
| |
|
| |
| .mw-parser-output > ol,
| |
| .mw-parser-output > ul {
| |
| overflow: hidden;
| |
| padding-left: 1.8em;
| |
| margin-left: 0;
| |
| }
| |
|
| |
| table.wikitable ul,
| |
| table.wikitable ol {
| |
| margin-bottom: 0;
| |
| }
| |
|
| |
| 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;
| |
| }
| |
|
| |
| a {
| |
| color: var(--link-color);
| |
| }
| |
|
| |
| a:visited,
| |
| a:active {
| |
| color: var(--link-color);
| |
| }
| |
|
| |
| a.new {
| |
| color: var(--redlink-color);
| |
| }
| |
|
| |
| 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: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: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"] {
| |
| color: #e874cf;
| |
| }
| |
|
| |
| #mw-content-text .mw-userlink[title="User:JagexKieren"],
| |
| #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:JagexKieren"],
| |
| #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 {
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
|
| |
| .mw-message-box-error,
| |
| .errorbox {
| |
| background-color: var(--errorbox-bg);
| |
| border-color: var(--errorbox-border);
| |
| }
| |
|
| |
| .mw-message-box.mw-message-box-warning,
| |
| .warningbox,
| |
| .usermessage {
| |
| background-color: var(--warningbox-bg);
| |
| border-color: var(--warningbox-border);
| |
| color: var(--text-color);
| |
| padding: 1.5em 2em;
| |
| }
| |
|
| |
| .mw-message-box-success,
| |
| .successbox {
| |
| background-color: var(--successbox-bg);
| |
| border-color: var(--successbox-border);
| |
| }
| |
|
| |
| .catlinks {
| |
| background: var(--body-light);
| |
| border: 1px solid var(--body-dark);
| |
| padding: 8px 15px;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
|
| |
| .catlinks li {
| |
| border-color: var(--body-border-dark);
| |
| }
| |
|
| |
| .filehistory a img,
| |
| #file img {
| |
| background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M0 0h8v16h8V8H0z' opacity='.13'/%3E%3C/svg%3E") repeat;
| |
| }
| |
|
| |
| #file img:hover {
| |
| background: none;
| |
| }
| |
|
| |
| .mw-highlight {
| |
| background: none;
| |
| }
| |
|
| |
| .mw-highlight .linenos {
| |
| background-color: var(--mw-code-background-color);
| |
| color: var(--byline-color);
| |
| }
| |
|
| |
| .mw-highlight a:hover .linenos,
| |
| .mw-highlight .hll a .linenos {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .mw-content-ltr.mw-highlight-lines pre,
| |
| .mw-content-ltr.content .mw-highlight-lines pre {
| |
| box-shadow: inset 2.75em 0 0 var(--mw-code-background-color);
| |
| }
| |
|
| |
| #pagehistory ul {
| |
| list-style: none;
| |
| margin: 0;
| |
| }
| |
|
| |
| #pagehistory li {
| |
| border: 1px solid transparent;
| |
| padding: 1px 10px;
| |
| margin: 2px 0;
| |
| }
| |
|
| |
| #pagehistory li.selected {
| |
| background-color: var(--body-light);
| |
| color: inherit;
| |
| border: 1px dashed var(--sidebar);
| |
| outline: none;
| |
| }
| |
|
| |
| #pagehistory .mw-history-histlinks {
| |
| padding-right: 5px;
| |
| }
| |
|
| |
| #pagehistory .mw-userlink {
| |
| font-weight: bold;
| |
| }
| |
|
| |
| #mw-history-compare > div:first-of-type {
| |
| position: -webkit-sticky;
| |
| 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 {
| |
| top: 2.75rem;
| |
| }
| |
|
| |
| .autocomment,
| |
| .autocomment a,
| |
| .autocomment a:visited {
| |
| color: var(--link-color);
| |
| }
| |
|
| |
| li span.deleted,
| |
| span.history-deleted {
| |
| color: var(--byline-color);
| |
| }
| |
|
| |
| .mw-usertoollinks-contribs-no-edits,
| |
| .mw-usertoollinks-contribs-no-edits:visited {
| |
| color: var(--redlink-color);
| |
| }
| |
|
| |
| body.wgl-stickyheader.action-view .mw-headline:target::before {
| |
| display: block;
| |
| content: '';
| |
| margin-top: -3rem;
| |
| height: 3rem;
| |
| visibility: hidden;
| |
| pointer-events: none;
| |
| }
| |
|
| |
| .mw-mmv-post-image {
| |
| color: var(--text-color);
| |
| background-color: var(--body-main);
| |
| }
| |
|
| |
| .mw-mmv-image-metadata {
| |
| border-top-color: var(--body-mid);
| |
| background-color: var(--body-light);
| |
| }
| |
|
| |
| .mw-mmv-dialog,
| |
| .mw-mmv-dialog .mw-mmv-dialog-down-arrow,
| |
| .mw-mmv-options-dialog .mw-mmv-dialog-down-arrow {
| |
| background-color: var(--body-light);
| |
| box-shadow: none;
| |
| }
| |
|
| |
| .mw-mmv-options-enable-alert {
| |
| background-color: var(--body-light);
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .mw-mmv-options-dialog-header,
| |
| .mw-mmv-options-text-header,
| |
| .mw-mmv-options-text-body,
| |
| .mw-mmv-options-enable-alert,
| |
| .mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-dialog-header,
| |
| .mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-text-header {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .mw-revslider-container {
| |
| border-color: var(--sidebar);
| |
| }
| |
|
| |
| .mw-revslider-slider-wrapper {
| |
| border-top-color: var(--sidebar);
| |
| }
| |
|
| |
| .mw-ui-button {
| |
| background-color: var(--ooui-normal);
| |
| color: var(--ooui-text);
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
|
| |
| .mw-ui-button:not(:disabled):hover,
| |
| .mw-ui-button:not(:disabled):active {
| |
| background-color: var(--ooui-normal--hover);
| |
| color: var(--ooui-text);
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
|
| |
| .mw-ui-button:not(:disabled):focus {
| |
| color: var(--ooui-text);
| |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #ffffff;
| |
| }
| |
|
| |
| .mw-ui-button:not(:disabled):visited {
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| .mw-ui-button.mw-ui-progressive:not(:disabled) {
| |
| background-color: var(--ooui-progressive);
| |
| color: #fff;
| |
| border-color: var(--ooui-progressive);
| |
| }
| |
|
| |
| .mw-ui-button.mw-ui-progressive:not(:disabled):hover {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| }
| |
|
| |
| .mw-ui-button.mw-ui-progressive:not(:disabled):focus {
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #ffffff;
| |
| }
| |
|
| |
| .mw-ui-button.mw-ui-progressive:not(:disabled):active,
| |
| .mw-ui-button.mw-ui-progressive:not(:disabled).is-on {
| |
| background-color: var(--ooui-progressive--hover);
| |
| border-color: var(--ooui-progressive--hover);
| |
| box-shadow: none;
| |
| }
| |
|
| |
| .mw-ui-button.mw-ui-destructive:not( :disabled ) {
| |
| color: #fff;
| |
| }
| |
|
| |
| .mw-ui-button.mw-ui-quiet,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-progressive,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-destructive {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-quiet,
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-quiet.mw-ui-progressive,
| |
| input[type='checkbox']:hover + .mw-ui-button.mw-ui-quiet.mw-ui-destructive,
| |
| .mw-ui-button.mw-ui-quiet:hover,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-progressive:hover,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-destructive:hover {
| |
| background-color: rgba(0, 24, 73, 0.02745098);
| |
| color: var(--text-color);
| |
| border-color: transparent;
| |
| }
| |
|
| |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-quiet,
| |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-quiet.mw-ui-progressive,
| |
| input[type='checkbox']:focus + .mw-ui-button.mw-ui-quiet.mw-ui-destructive,
| |
| .mw-ui-button.mw-ui-quiet:focus,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-progressive:focus,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-destructive:focus {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-quiet,
| |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-quiet.mw-ui-progressive,
| |
| input[type='checkbox']:active + .mw-ui-button.mw-ui-quiet.mw-ui-destructive,
| |
| .mw-ui-button.mw-ui-quiet:active,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-progressive:active,
| |
| .mw-ui-button.mw-ui-quiet.mw-ui-destructive:active {
| |
| background-color: rgba(0, 36, 73, 0.08235294);
| |
| color: var(--text-color);
| |
| border-color: #72777d;
| |
| }
| |
|
| |
| .mw-ui-input {
| |
| background-color: var(--ooui-input);
| |
| color: var(--text-color);
| |
| border-color: var(--ooui-input-border);
| |
| }
| |
|
| |
| .mw-ui-input:hover {
| |
| border-color: var(--ooui-input-border--hover);
| |
| }
| |
|
| |
| .mw-ui-input::placeholder {
| |
| color: var(--byline-color);
| |
| }
| |
|
| |
| .mw-content-ltr .redirectText li:first-child {
| |
| padding: 0;
| |
| background: 0;
| |
| }
| |
|
| |
| .mw-content-ltr .redirectText li:first-child::before {
| |
| content: '';
| |
| 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;
| |
| }
| |
|
| |
| div#mw-head .vector-menu .vector-menu-heading {
| |
| background: #f6f6f6;
| |
| }
| |
|
| |
| .vector-menu-tabs li.selected {
| |
| background: #fbfbfb;
| |
| }
| |
|
| |
| .vector-menu-tabs {
| |
| padding: 0;
| |
| }
| |
|
| |
| .vector-menu-tabs ul li {
| |
| background: #f6f6f6;
| |
| }
| |
|
| |
| .vector-menu-tabs ul li:hover a {
| |
| text-decoration: none;
| |
| }
| |
|
| |
| .vector-menu-tabs li a {
| |
| padding: 0 0.75em;
| |
| padding-top: 1em;
| |
| }
| |
|
| |
| .vector-menu-tabs a {
| |
| background-image: none;
| |
| }
| |
|
| |
| .vector-menu-tabs ul li:not(.selected):hover,
| |
| div#mw-head .vector-menu .vector-menu-heading:hover,
| |
| .vector-menu-dropdown:hover .vector-menu-heading {
| |
| background: #fafafa;
| |
| }
| |
|
| |
| .vector-menu-tabs ul li:not(.selected),
| |
| div#mw-head nav.vector-menu .vector-menu-heading {
| |
| box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
| |
| }
| |
|
| |
| #viewingold-warning,
| |
| #viewingnew-warning {
| |
| background: #fff;
| |
| border: 1px solid #e4eaee;
| |
| font-size: 1.1em;
| |
| font-weight: bold;
| |
| line-height: 1.4em;
| |
| margin: 1em 0 0.5em;
| |
| padding: 0.75em 1.5em;
| |
| }
| |
|
| |
| #mw-revision-reason {
| |
| font-style: italic;
| |
| }
| |
|
| |
| #mw-revision-nav {
| |
| text-align: center;
| |
| }
| |
|
| |
| div.mw-warning-with-logexcerpt {
| |
| padding: 1em 1.5em;
| |
| }
| |
|
| |
| #sp-contributions-footer {
| |
| padding: 1em 1.5em 0.5em;
| |
| }
| |
|
| |
| #mw-anon-edit-warning {
| |
| font-size: 0.9em;
| |
| padding: 1.5em 2em 0.75em;
| |
| }
| |
|
| |
| #mw-anon-edit-warning .editwarning-title {
| |
| font-size: 1.2em;
| |
| margin-bottom: 0.4em;
| |
| }
| |
|
| |
| .mw-editform #editpage-copywarn {
| |
| line-height: 1.6em;
| |
| }
| |
|
| |
| .mw-warning {
| |
| color: #705000;
| |
| border: 1px solid #fde29b;
| |
| background-color: #fdf1d1;
| |
| box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.1);
| |
| margin: 1em 5em;
| |
| }
| |
|
| |
| .updatedmarker {
| |
| color: #2e5e05;
| |
| background-color: #c3e8a3;
| |
| padding: 0 5px;
| |
| border-radius: 3px;
| |
| display: inline-block;
| |
| }
| |
|
| |
| .updatedmarker::first-letter {
| |
| text-transform: capitalize;
| |
| }
| |
|
| |
| #contentSub {
| |
| margin-left: 0;
| |
| }
| |
|
| |
| .smwfact {
| |
| display: none;
| |
| }
| |
|
| |
| body.wgl-stickyheader .mw-notification-area {
| |
| padding-top: 4.5em;
| |
| }
| |
|
| |
| body.wgl-stickyheader .postedit-container {
| |
| top: 4.5em;
| |
| }
| |
|
| |
| .subpages + .mw-redirectedfrom {
| |
| display: block;
| |
| margin-top: 0.3em;
| |
| }
| |
|
| |
| .smw-column-header {
| |
| color: inherit;
| |
| }
| |
|
| |
| :root {
| |
| --wikitable-header-bg: #eee;
| |
| --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: #f9f9f9;
| |
| --table-na-color: grey;
| |
| --table-yes-background: #2e5e05;
| |
| --table-yes-color: #c3e8a3;
| |
| --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-common-background: #c3e8a3;
| |
| --droptable-uncommon-background: #fcea94;
| |
| --droptable-rare-background: #fbcfa6;
| |
| --droptable-veryrare-background: #fbc0ba;
| |
| --droptable-random-background: #f5c8ec;
| |
| --droptable-unknown-background: #e4eaee;
| |
| --droptable-always-text-color: #03436b;
| |
| --droptable-common-text-color: #2e5e05;
| |
| --droptable-uncommon-text-color: #786300;
| |
| --droptable-rare-text-color: #7a3f08;
| |
| --droptable-veryrare-text-color: #801c13;
| |
| --droptable-random-text-color: #6d3662;
| |
| --droptable-unknown-text-color: #444e5a;
| |
| --droptable-always-link-color: #0b5884;
| |
| --droptable-common-link-color: #3c780a;
| |
| --droptable-uncommon-link-color: #a48900;
| |
| --droptable-rare-link-color: #b55e0c;
| |
| --droptable-veryrare-link-color: #9f261e;
| |
| --droptable-random-link-color: #984c89;
| |
| --droptable-unknown-link-color: #5d6773;
| |
| }
| |
|
| |
| .wikitable {
| |
| background: var(--wikitable-bg);
| |
| color: var(--wikitable-color);
| |
| border-color: var(--wikitable-border);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
|
| |
| .wikitable > tr > th,
| |
| .wikitable > tr > td,
| |
| .wikitable > * > tr > th,
| |
| .wikitable > * > tr > td {
| |
| border-color: var(--wikitable-border);
| |
| }
| |
|
| |
| .wikitable > tr > th.table-noborder,
| |
| .wikitable > tr > td.table-noborder,
| |
| .wikitable > * > tr > th.table-noborder,
| |
| .wikitable > * > tr > td.table-noborder {
| |
| border-left-style: hidden;
| |
| border-right-style: hidden;
| |
| padding-left: 0;
| |
| padding-right: 0;
| |
| }
| |
|
| |
| .wikitable > tr > th,
| |
| .wikitable > * > tr > th {
| |
| background-color: var(--wikitable-header-bg);
| |
| border-color: var(--wikitable-header-border);
| |
| color: var(--wikitable-header-color);
| |
| }
| |
|
| |
| .tabber .wikitable {
| |
| box-shadow: none;
| |
| }
| |
|
| |
| .wikitable .header-top {
| |
| background: #448fba;
| |
| }
| |
|
| |
| .table-bg-always,
| |
| .table-bg-blue {
| |
| background: var(--droptable-always-background);
| |
| color: var(--droptable-always-text-color);
| |
| }
| |
|
| |
| .table-bg-always a:not(.mw-selflink),
| |
| .table-bg-blue a:not(.mw-selflink) {
| |
| color: var(--droptable-always-link-color);
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| .table-bg-common,
| |
| .table-bg-green {
| |
| background: var(--droptable-common-background);
| |
| color: var(--droptable-common-text-color);
| |
| }
| |
|
| |
| .table-bg-common a:not(.mw-selflink),
| |
| .table-bg-green a:not(.mw-selflink) {
| |
| color: var(--droptable-common-link-color);
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| .table-bg-uncommon,
| |
| .table-bg-yellow {
| |
| background: var(--droptable-uncommon-background);
| |
| color: var(--droptable-uncommon-text-color);
| |
| }
| |
|
| |
| .table-bg-uncommon a:not(.mw-selflink),
| |
| .table-bg-yellow a:not(.mw-selflink) {
| |
| color: var(--droptable-uncommon-link-color);
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| .table-bg-rare,
| |
| .table-bg-orange {
| |
| background: var(--droptable-rare-background);
| |
| color: var(--droptable-rare-text-color);
| |
| }
| |
|
| |
| .table-bg-rare a:not(.mw-selflink),
| |
| .table-bg-orange a:not(.mw-selflink) {
| |
| color: var(--droptable-rare-link-color);
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| .table-bg-veryrare,
| |
| .table-bg-red {
| |
| background: var(--droptable-veryrare-background);
| |
| color: var(--droptable-veryrare-text-color);
| |
| }
| |
|
| |
| .table-bg-veryrare a:not(.mw-selflink),
| |
| .table-bg-red a:not(.mw-selflink) {
| |
| color: var(--droptable-veryrare-link-color);
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| .table-bg-random,
| |
| .table-bg-pink {
| |
| background: var(--droptable-random-background);
| |
| color: var(--droptable-random-text-color);
| |
| }
| |
|
| |
| .table-bg-random a:not(.mw-selflink),
| |
| .table-bg-pink a:not(.mw-selflink) {
| |
| color: var(--droptable-random-link-color);
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| .table-bg-gray,
| |
| .table-bg-grey {
| |
| background: var(--droptable-unknown-background);
| |
| color: var(--droptable-unknown-text-color);
| |
| }
| |
|
| |
| .table-bg-gray a:not(.mw-selflink),
| |
| .table-bg-grey a:not(.mw-selflink) {
| |
| color: var(--droptable-unknown-link-color);
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| .table-bg-fade {
| |
| opacity: 0.6;
| |
| background: rgba(0, 0, 0, 0.1);
| |
| }
| |
|
| |
| .mw_metadata td,
| |
| .mw_metadata th {
| |
| border-color: var(--wikitable-border);
| |
| }
| |
|
| |
| .mw_metadata th {
| |
| background-color: var(--wikitable-header-bg);
| |
| color: var(--wikitable-header-color);
| |
| }
| |
|
| |
| .mw_metadata td {
| |
| background-color: var(--wikitable-bg);
| |
| }
| |
|
| |
| .mw-datatable {
| |
| border-color: var(--wikitable-border);
| |
| }
| |
|
| |
| .mw-datatable td,
| |
| .mw-datatable th {
| |
| border-color: var(--wikitable-border);
| |
| }
| |
|
| |
| .mw-datatable th {
| |
| background-color: var(--wikitable-header-bg);
| |
| color: var(--wikitable-header-color);
| |
| }
| |
|
| |
| .mw-datatable td {
| |
| background-color: var(--wikitable-bg);
| |
| }
| |
|
| |
| .mw-datatable tr:hover td {
| |
| background-color: var(--wikitable-bg);
| |
| }
| |
|
| |
| table.alternating-rows tr:nth-child(odd),
| |
| table.alternating-cols td:nth-child(odd) {
| |
| background: var(--wikitable-alternating-bg);
| |
| }
| |
|
| |
| .table-na {
| |
| background: var(--table-na-background);
| |
| color: var(--table-na-color);
| |
| vertical-align: middle;
| |
| text-align: center !important;
| |
| }
| |
|
| |
| table.lighttable .highlight-over .table-na {
| |
| color: rgba(60, 120, 10, 0.4);
| |
| }
| |
|
| |
| table.lighttable .highlight-on .table-na {
| |
| color: rgba(60, 120, 10, 0.55);
| |
| }
| |
|
| |
| .plainlist ol,
| |
| .plainlist ul {
| |
| margin: 0;
| |
| }
| |
|
| |
| .plainlist li {
| |
| margin-bottom: 0;
| |
| list-style: none;
| |
| }
| |
|
| |
| #mw-allmessagestable .am_actual,
| |
| #mw-allmessagestable .am_default {
| |
| background-color: var(--wikitable-bg);
| |
| }
| |
|
| |
| #mw-allmessagestable .am_default:hover,
| |
| #mw-allmessagestable .am_actual:hover,
| |
| #mw-allmessagestable tbody:hover td {
| |
| background-color: var(--wikitable-bg-lighter);
| |
| }
| |
|
| |
| table.wikitable td.no-cell-spacing {
| |
| padding: 0;
| |
| height: 0;
| |
| }
| |
|
| |
| table.wikitable td.no-cell-spacing table {
| |
| margin: -1px;
| |
| width: calc(100% + 2px);
| |
| height: calc(100% + 2px);
| |
| }
| |
|
| |
| table.align-left-1 td:nth-of-type(1),
| |
| table.align-left-2 td:nth-of-type(2),
| |
| table.align-left-3 td:nth-of-type(3),
| |
| table.align-left-4 td:nth-of-type(4),
| |
| table.align-left-5 td:nth-of-type(5),
| |
| table.align-left-6 td:nth-of-type(6),
| |
| table.align-left-7 td:nth-of-type(7),
| |
| table.align-left-8 td:nth-of-type(8),
| |
| table.align-left-9 td:nth-of-type(9),
| |
| table.align-left-10 td:nth-of-type(10),
| |
| table.align-left-11 td:nth-of-type(11),
| |
| table.align-left-12 td:nth-of-type(12),
| |
| table.align-left-13 td:nth-of-type(13) {
| |
| text-align: left;
| |
| }
| |
|
| |
| table.align-right-1 td:nth-of-type(1),
| |
| table.align-right-2 td:nth-of-type(2),
| |
| table.align-right-3 td:nth-of-type(3),
| |
| table.align-right-4 td:nth-of-type(4),
| |
| table.align-right-5 td:nth-of-type(5),
| |
| table.align-right-6 td:nth-of-type(6),
| |
| table.align-right-7 td:nth-of-type(7),
| |
| table.align-right-8 td:nth-of-type(8),
| |
| table.align-right-9 td:nth-of-type(9),
| |
| table.align-right-10 td:nth-of-type(10),
| |
| table.align-right-11 td:nth-of-type(11),
| |
| table.align-right-12 td:nth-of-type(12),
| |
| table.align-right-13 td:nth-of-type(13) {
| |
| text-align: right;
| |
| }
| |
|
| |
| table.align-center-1 td:nth-of-type(1),
| |
| table.align-center-2 td:nth-of-type(2),
| |
| table.align-center-3 td:nth-of-type(3),
| |
| table.align-center-4 td:nth-of-type(4),
| |
| table.align-center-5 td:nth-of-type(5),
| |
| table.align-center-6 td:nth-of-type(6),
| |
| table.align-center-7 td:nth-of-type(7),
| |
| table.align-center-8 td:nth-of-type(8),
| |
| table.align-center-9 td:nth-of-type(9),
| |
| table.align-center-10 td:nth-of-type(10),
| |
| table.align-center-11 td:nth-of-type(11),
| |
| table.align-center-12 td:nth-of-type(12),
| |
| table.align-center-13 td:nth-of-type(13) {
| |
| text-align: center;
| |
| }
| |
|
| |
| .table-bg-purple {
| |
| background: #cfc0f0;
| |
| color: #3d276b;
| |
| }
| |
|
| |
| .table-bg-purple a:not(.mw-selflink) {
| |
| color: #4f348b;
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| tr.store-hist {
| |
| opacity: 0.6;
| |
| background: var(--table-hist-background);
| |
| color: var(--table-hist-color);
| |
| }
| |
|
| |
| tr.store-hist a:not(.mw-selflink) {
| |
| color: var(--table-hist-link-color);
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| .livestream-table td > .media-logo {
| |
| filter: grayscale(0.8);
| |
| opacity: 0.5;
| |
| }
| |
|
| |
| .products-materials td {
| |
| padding: 0;
| |
| }
| |
|
| |
| .products-materials img {
| |
| max-height: 19px;
| |
| width: auto;
| |
| }
| |
|
| |
| .no-list-style li {
| |
| list-style: none;
| |
| }
| |
|
| |
| .no-list-style ul,
| |
| .no-list-style ol,
| |
| .no-list-style li {
| |
| margin-left: 0;
| |
| }
| |
|
| |
| .growth-stage-table td.growth-stage {
| |
| text-align: center;
| |
| vertical-align: bottom;
| |
| }
| |
|
| |
| .thumbcaption .magnify {
| |
| display: none;
| |
| }
| |
|
| |
| .article-thumb {
| |
| padding: 2px;
| |
| }
| |
|
| |
| .grayscale-80p {
| |
| filter: grayscale(0.8);
| |
| }
| |
|
| |
| .gallery-image-wrapper {
| |
| border: none !important;
| |
| }
| |
|
| |
| .gallery-bg .gallerybox .thumb,
| |
| .gallery-bg.mw-gallery-packed .gallerybox .thumb,
| |
| .gallery-bg-1 .gallerybox:nth-of-type(1) .thumb,
| |
| .gallery-bg-2 .gallerybox:nth-of-type(2) .thumb,
| |
| .gallery-bg-3 .gallerybox:nth-of-type(3) .thumb,
| |
| .gallery-bg-4 .gallerybox:nth-of-type(4) .thumb,
| |
| .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,
| |
| .gallery-bg-1 .gallerybox:nth-of-type(1) img,
| |
| .gallery-bg-2 .gallerybox:nth-of-type(2) img,
| |
| .gallery-bg-3 .gallerybox:nth-of-type(3) img,
| |
| .gallery-bg-4 .gallerybox:nth-of-type(4) img,
| |
| .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-inv-items img {
| |
| image-rendering: pixelated;
| |
| }
| |
|
| |
| .rsw-chartjs.rsw-chartjs-config {
| |
| display: none;
| |
| }
| |
|
| |
| .rsw-chartjs.rsw-chart-error {
| |
| font-family: monospace;
| |
| }
| |
|
| |
| .rsw-chartjs-canvas {
| |
| background-color: var(--body-light);
| |
| }
| |
|
| |
| :root {
| |
| --diff-addedline-border-color: #438ab5;
| |
| --diff-addedline-background: #bddff2;
| |
| --diff-addedline-color: #000;
| |
| --diff-deletedline-border-color: #379541;
| |
| --diff-deletedline-background: #c1edbf;
| |
| --diff-deletedline-color: #000;
| |
| --diff-context-border-color: var(--body-mid);
| |
| --diff-context-background: var(--body-mid);
| |
| }
| |
|
| |
| .diff-context {
| |
| border-color: var(--diff-context-border-color);
| |
| background: var(--diff-context-background);
| |
| color: inherit;
| |
| }
| |
|
| |
| .diff-addedline {
| |
| border-color: var(--diff-addedline-border-color);
| |
| }
| |
|
| |
| .diff-addedline .diffchange {
| |
| background: var(--diff-addedline-background);
| |
| color: var(--diff-addedline-color);
| |
| }
| |
|
| |
| .diff-deletedline {
| |
| border-color: var(--diff-deletedline-border-color);
| |
| }
| |
|
| |
| .diff-deletedline .diffchange {
| |
| background: var(--diff-deletedline-background);
| |
| color: var(--diff-deletedline-color);
| |
| }
| |
|
| |
| .mw-diff-movedpara-left:after,
| |
| .mw-diff-movedpara-right:after {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .mw-notification {
| |
| background-color: var(--body-light);
| |
| border-color: var(--body-border);
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
| |
| background: var(--body-main);
| |
| }
| |
|
| |
| .mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary {
| |
| color: var(--byline-color);
| |
| }
| |
|
| |
| .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
| |
| background-color: var(--ooui-normal);
| |
| color: var(--ooui-accent);
| |
| }
| |
|
| |
| .mw-echo-ui-pageNotificationsOptionWidget-label-count {
| |
| background-color: var(--ooui-normal);
| |
| color: var(--byline-color);
| |
| }
| |
|
| |
| .oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count {
| |
| color: var(--ooui-accent);
| |
| }
| |
|
| |
| .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted {
| |
| background-color: var(--ooui-normal);
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .mw-echo-ui-crossWikiUnreadFilterWidget {
| |
| border-color: var(--body-border);
| |
| }
| |
|
| |
| .mw-echo-ui-crossWikiUnreadFilterWidget-subtitle {
| |
| color: var(--byline-color);
| |
| }
| |
|
| |
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head,
| |
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer {
| |
| border-color: var(--ooui-interface-border);
| |
| }
| |
|
| |
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child {
| |
| border-left-color: var(--ooui-normal-border);
| |
| }
| |
|
| |
| .mw-echo-ui-notificationItemWidget {
| |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
|
| |
| .mw-echo-ui-notificationItemWidget:hover,
| |
| .mw-echo-ui-notificationItemWidget-unread:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| }
| |
|
| |
| .mw-echo-ui-notificationItemWidget:last-child {
| |
| border-bottom-color: var(--ooui-normal-border);
| |
| }
| |
|
| |
| .mw-echo-ui-notificationItemWidget-unread {
| |
| background-color: var(--search-box);
| |
| }
| |
|
| |
| .mw-echo-ui-crossWikiNotificationItemWidget-group,
| |
| .mw-echo-ui-bundleNotificationItemWidget-group {
| |
| background-color: var(--ooui-interface);
| |
| }
| |
|
| |
| .mw-echo-ui-toggleReadCircleButtonWidget-circle {
| |
| background-color: var(--ooui-progressive);
| |
| }
| |
|
| |
| .mw-echo-ui-toggleReadCircleButtonWidget:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle {
| |
| background-color: var(--ooui-progressive--hover);
| |
| }
| |
|
| |
| .mw-echo-ui-toggleReadCircleButtonWidget-circle-unread {
| |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
|
| |
| .mw-echo-ui-notificationItemWidget-content-message-header,
| |
| .mw-echo-ui-notificationItemWidget-content-message-body,
| |
| .mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label,
| |
| .mw-echo-ui-notificationItemWidget-content-actions-timestamp {
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| .mw-echo-ui-bundleNotificationItemWidget-group {
| |
| background-color: var(--body-main);
| |
| }
| |
|
| |
| @keyframes unseen-fadeout-to-unread {
| |
| from {
| |
| background-color: var(--wikitable-bg-lighter);
| |
| }
| |
|
| |
| to {
| |
| background-color: var(--search-box);
| |
| }
| |
|
| |
| }
| |
|
| |
| @keyframes unseen-fadeout-to-read {
| |
| from {
| |
| background-color: var(--wikitable-bg-lighter);
| |
| }
| |
|
| |
| to {
| |
| background-color: var(--body-main);
| |
| }
| |
|
| |
| }
| |
|
| |
| .mwe-popups {
| |
| background: var(--body-light);
| |
| }
| |
|
| |
| .mwe-popups .mwe-popups-container {
| |
| color: var(--text-color);
| |
| background: var(--body-light);
| |
| }
| |
|
| |
| .mwe-popups .mwe-popups-container.flipped-x-y:before,
| |
| .mwe-popups .mwe-popups-container.flipped-y:before {
| |
| border-top: none;
| |
| }
| |
|
| |
| .mwe-popups .mwe-popups-container.mwe-popups-no-image-tri:before {
| |
| border-bottom: none;
| |
| }
| |
|
| |
| .mwe-popups .mwe-popups-container.flipped-x-y:after,
| |
| .mwe-popups .mwe-popups-container.flipped-y:after {
| |
| border-top-color: var(--body-light);
| |
| }
| |
|
| |
| .mwe-popups .mwe-popups-container.mwe-popups-no-image-tri:after {
| |
| border-bottom-color: var(--body-light);
| |
| }
| |
|
| |
| .mwe-popups .mwe-popups-settings-icon:hover,
| |
| .mwe-popups .mwe-popups-settings-icon:active {
| |
| background-color: var(--ooui-normal--hover);
| |
| }
| |
|
| |
| .mwe-popups .mw-ui-icon-element:not(.disabled):hover {
| |
| background: none;
| |
| }
| |
|
| |
| .mwe-popups .mwe-popups-extract {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .mwe-popups .mwe-popups-extract[dir='ltr']:after {
| |
| background-image: linear-gradient(to right, rgba(49, 62, 89, 0), var(--body-light) 50%);
| |
| }
| |
|
| |
| .mwe-popups-overlay {
| |
| background-color: var(--ooui-window-background);
| |
| }
| |
|
| |
| #mwe-popups-settings {
| |
| background: var(--ooui-interface);
| |
| border-color: var(--ooui-interface-border);
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| #mwe-popups-settings header {
| |
| border-color: var(--ooui-interface-border);
| |
| }
| |
|
| |
| #mwe-popups-settings main#mwe-popups-settings-form p {
| |
| color: var(--byline-color);
| |
| }
| |
|
| |
| #mwe-popups-settings main#mwe-popups-settings-form form label > span {
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| :root {
| |
| --smw-ask-options-even-bg: var(--body-mid);
| |
| --smw-ask-options-odd-bg: var(--body-light);
| |
| --smw-ask-action-btn-lblue-bg: var(--body-main);
| |
| --smw-ask-action-btn-lblue-color: #000;
| |
| --smw-ask-action-btn-lblue-border-color: var(--rsw-blue);
| |
| --smw-ask-action-btn-dblue-bg: var(--rsw-blue);
| |
| --smw-ask-action-btn-dblue-color: #fff;
| |
| --smw-ask-action-btn-dblue-border-color: var(--button-border);
| |
| }
| |
|
| |
| .smw-ask-options-fields tr td {
| |
| background-color: var(--smw-ask-options-even-bg);
| |
| }
| |
|
| |
| .smw-ask-options-fields tr:nth-child(odd) td {
| |
| background-color: var(--smw-ask-options-odd-bg);
| |
| }
| |
|
| |
| .smw-ask-action-btn.smw-ask-action-btn-lblue,
| |
| .smw-ask-action-btn.smw-ask-action-btn-lblue:hover,
| |
| .smw-ask-action-btn.smw-ask-action-btn-lblue:visited {
| |
| background-color: var(--smw-ask-action-btn-lblue-bg);
| |
| color: var(--smw-ask-action-btn-lblue-color);
| |
| border-color: var(--smw-ask-action-btn-lblue-border-color);
| |
| }
| |
|
| |
| .smw-ask-action-btn.smw-ask-action-btn-dblue,
| |
| .smw-ask-action-btn.smw-ask-action-btn-dblue:hover,
| |
| .smw-ask-action-btn.smw-ask-action-btn-dblue:visited {
| |
| background-color: var(--smw-ask-action-btn-dblue-bg);
| |
| color: var(--smw-ask-action-btn-dblue-color);
| |
| border-color: var(--smw-ask-action-btn-dblue-border-color);
| |
| }
| |
|
| |
| .smw-ask-query textarea,
| |
| .smw-ask-actions textarea {
| |
| background-color: var(--ooui-interface);
| |
| border: inherit;
| |
| border-color: var(--ooui-interface-border);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| .smw-ask-query-format select {
| |
| background-color: var(--ooui-interface);
| |
| border: 1px solid var(--ooui-interface-border);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| .smw-ask-toplinks {
| |
| background-color: var(--body-mid);
| |
| }
| |
|
| |
| .smw-ask-toplinks span.smw-icon-info {
| |
| background: none;
| |
| padding: 0 !important;
| |
| }
| |
|
| |
| .smw-ask-toplinks span.smw-icon-info::before {
| |
| content: '';
| |
| background: var(--text-color);
| |
| -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Einfo%3C/title%3E%3Cpath d='M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zM9 5h2v2H9zm0 4h2v6H9z'/%3E%3C/svg%3E") no-repeat 50%;
| |
| mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Einfo%3C/title%3E%3Cpath d='M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zM9 5h2v2H9zm0 4h2v6H9z'/%3E%3C/svg%3E") no-repeat 50%;
| |
| -webkit-mask-size: contain;
| |
| mask-size: contain;
| |
| padding: 0 0 3px 18px;
| |
| }
| |
|
| |
| .smw-ask-options-row-odd {
| |
| background-color: var(--body-light);
| |
| }
| |
|
| |
| .smw-ask-options-row-even {
| |
| background-color: var(--body-mid);
| |
| }
| |
|
| |
| #options-toggle:not(:checked) + #options-list .options-parameter-list:after {
| |
| background-image: linear-gradient(to bottom, transparent, var(--body-mid) 90%);
| |
| }
| |
|
| |
| .smw-ask-button-submit input {
| |
| background-color: var(--body-light);
| |
| border-color: var(--body-border-dark);
| |
| color: var(--text-color);
| |
| border-radius: 2px;
| |
| }
| |
|
| |
| .smw-ask-button-submit input:hover,
| |
| .smw-ask-button-lgrey:hover {
| |
| background-color: var(--wikitable-bg-lighter);
| |
| border-color: var(--body-border-dark);
| |
| }
| |
|
| |
| .smw-modal-content {
| |
| background-color: var(--body-light);
| |
| }
| |
|
| |
| .smw-modal-header {
| |
| background-color: var(--body-mid);
| |
| border-color: var(--body-border);
| |
| }
| |
|
| |
| .smw-modal-title {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .smw-modal-close {
| |
| color: var(--text-color);
| |
| opacity: 1;
| |
| }
| |
|
| |
| .smw-modal-close:hover,
| |
| .smw-modal-close:focus {
| |
| color: var(--text-color);
| |
| opacity: 0.6;
| |
| }
| |
|
| |
| input.smw-ask-action-btn.smw-ask-action-btn-dblue {
| |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| a.smw-ask-action-btn.smw-ask-action-btn-lblue {
| |
| background-color: var(--body-mid);
| |
| border-color: var(--body-mid);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| a.smw-ask-action-btn.smw-ask-action-btn-lblue:visited {
| |
| background-color: var(--body-mid);
| |
| border-color: var(--body-mid);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| a.smw-ask-action-btn.smw-ask-action-btn-lblue:hover {
| |
| background-color: var(--body-mid);
| |
| border-color: var(--body-mid);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| a.smw-ask-action-btn-lgrey {
| |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| a.smw-ask-action-btn-lgrey:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| .smw-callout {
| |
| color: #f9f9f9;
| |
| }
| |
|
| |
| .smw-callout-error {
| |
| background-color: var(--errorbox-bg);
| |
| border-color: var(--errorbox-border);
| |
| }
| |
|
| |
| .smw-callout-info {
| |
| background-color: var(--body-light);
| |
| border-color: var(--body-dark);
| |
| }
| |
|
| |
| .smw-callout-success {
| |
| background-color: var(--successbox-bg);
| |
| border-color: var(--successbox-border);
| |
| }
| |
|
| |
| .smw-callout-warning {
| |
| background-color: var(--warningbox-bg);
| |
| border-color: var(--warningbox-bg);
| |
| }
| |
|
| |
| .smw-icon-compact {
| |
| background: var(--text-color);
| |
| -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='12'%3E%3Cpath stroke-width='3' stroke='%23000' d='M1,3.5h21M1,9.5h9m3,0h9'/%3E%3C/svg%3E") no-repeat 50%;
| |
| mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='12'%3E%3Cpath stroke-width='3' stroke='%23000' d='M1,3.5h21M1,9.5h9m3,0h9'/%3E%3C/svg%3E") no-repeat 50%;
| |
| -webkit-mask-size: contain;
| |
| mask-size: contain;
| |
| }
| |
|
| |
| .smw-icon-bookmark {
| |
| background: var(--link-color);
| |
| -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 16'%3E%3Ctitle%3E bookmark outlined %3C/title%3E%3Cpath d='M15 1H5a2 2 0 0 0-2 2v16l7-5 7 5V3a2 2 0 0 0-2-2zm0 14.25l-5-3.5-5 3.5V3h10z'/%3E%3C/svg%3E%0A") no-repeat 50%;
| |
| mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 16'%3E%3Ctitle%3E bookmark outlined %3C/title%3E%3Cpath d='M15 1H5a2 2 0 0 0-2 2v16l7-5 7 5V3a2 2 0 0 0-2-2zm0 14.25l-5-3.5-5 3.5V3h10z'/%3E%3C/svg%3E%0A") no-repeat 50%;
| |
| -webkit-mask-size: contain;
| |
| mask-size: contain;
| |
| }
| |
|
| |
| .smw-tabs input.nav-tab:checked + label.nav-label,
| |
| .smw-tabs input.nav-tab:checked + label.nav-label:hover {
| |
| color: inherit;
| |
| }
| |
|
| |
| #tab-smw-property-value:checked + label.nav-label .usage-count {
| |
| color: #fff;
| |
| background-color: var(--ooui-progressive);
| |
| }
| |
|
| |
| #tab-smw-property-value:checked + label.nav-label .usage-count.moderate {
| |
| color: #fff;
| |
| background-color: #b55e0c;
| |
| border-color: #b55e0c;
| |
| }
| |
|
| |
| #tab-smw-property-value:checked + label.nav-label .usage-count.high {
| |
| color: #fff;
| |
| background-color: #9f261e;
| |
| border-color: #9f261e;
| |
| }
| |
|
| |
| .smw-property-page-results .header-row > .header-title {
| |
| background-color: var(--ooui-interface);
| |
| border-bottom-color: var(--ooui-interface-border);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| .smw-property-page-results .value-row:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| }
| |
|
| |
| .smw-property-page-results .smw-table .header-row {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .tippy-tooltip.light-border-theme {
| |
| background-color: var(--body-light);
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .tippy-tooltip.light-border-theme .tippy-arrow {
| |
| border-top-color: var(--body-light);
| |
| }
| |
|
| |
| .tippy-tooltip.light-border-theme .tippy-arrow:after {
| |
| border-top-color: var(--body-light);
| |
| }
| |
|
| |
| .tippy-header {
| |
| background-color: var(--body-mid);
| |
| border-bottom-color: var(--body-mid);
| |
| }
| |
|
| |
| .smw-ui-input-filter {
| |
| background-color: var(--ooui-interface);
| |
| border-color: var(--ooui-interface-border);
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| .smw-ui-input-filter input {
| |
| border-left-color: var(--ooui-interface-border) !important;
| |
| color: var(--ooui-text) !important;
| |
| }
| |
|
| |
| .smw-ui-pagination .page-link.link-disabled {
| |
| background-color: var(--ooui-disabled);
| |
| border-color: var(--ooui-disabled-border);
| |
| color: var(--subtle-color);
| |
| }
| |
|
| |
| .smw-ui-pagination .page-link {
| |
| background-color: var(--ooui-normal);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--link-color);
| |
| }
| |
|
| |
| .smw-ui-pagination .page-link:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| border-color: var(--ooui-normal-border);
| |
| color: var(--link-color);
| |
| }
| |
|
| |
| .smw-ui-pagination .page-link.link-active {
| |
| color: #fff;
| |
| background-color: var(--ooui-progressive);
| |
| border-color: var(--ooui-progressive);
| |
| }
| |
|
| |
| .smw-tabs input.nav-tab:checked + label.nav-label {
| |
| border-color: var(--ooui-normal-border);
| |
| }
| |
|
| |
| .smw-tabs section,
| |
| .smw-tabs .subtab-content {
| |
| border-top-color: var(--ooui-normal-border);
| |
| }
| |
|
| |
| .smw-column-header {
| |
| color: var(--text-color);
| |
| }
| |
|
| |
| .smw-factbox {
| |
| background: var(--body-main);
| |
| border-color: transparent;
| |
| }
| |
|
| |
| .mw-body .mw-indicators #mw-indicator-smw-entity-examiner.mw-indicator .smw-indicator-vertical-bar-loader {
| |
| display: none;
| |
| }
| |
|
| |
| :root {
| |
| --tabber-tab-bg: var(--body-light);
| |
| --tabber-tab-border-color: var(--body-border);
| |
| --tabber-active-tab-bg: var(--body-light);
| |
| --tabber-active-tab-color: var(--text-color);
| |
| --tabber-active-tab-hover-bg: var(--body-light);
| |
| --tabber-active-tab-hover-border-color: var(--body-border);
| |
| --tabber-active-tab-hover-color: var(--text-color);
| |
| --tabber-active-tab-border-hider-color: var(--body-light);
| |
| --tabber-inactive-tab-bg: var(--body-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);
| |
| }
| |
|
| |
| .tabber {
| |
| margin: 1em 0;
| |
| overflow-x: hidden;
| |
| }
| |
|
| |
| .tabber .tabbertab {
| |
| background-color: var(--tabber-tab-bg);
| |
| border: 1px solid var(--tabber-tab-border-color);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| padding: 1em 1.5em;
| |
| overflow-x: auto;
| |
| }
| |
|
| |
| ul.tabbernav {
| |
| border: none;
| |
| margin-left: 2em;
| |
| margin-bottom: 0;
| |
| margin-right: 2em;
| |
| padding: 0;
| |
| font-family: inherit;
| |
| }
| |
|
| |
| ul.tabbernav li.tabberactive > a {
| |
| background-color: var(--tabber-active-tab-bg);
| |
| color: var(--tabber-active-tab-color);
| |
| border-bottom: none;
| |
| position: relative;
| |
| }
| |
|
| |
| ul.tabbernav li.tabberactive > a:hover {
| |
| color: var(--tabber-active-tab-hover-color);
| |
| background-color: var(--tabber-active-tab-hover-bg);
| |
| border-color: var(--tabber-active-tab-hover-border-color);
| |
| border-bottom: none;
| |
| }
| |
|
| |
| ul.tabbernav li.tabberactive > a::after {
| |
| content: '';
| |
| position: absolute;
| |
| left: 0;
| |
| right: 0;
| |
| bottom: -1px;
| |
| border-bottom: 2px solid var(--tabber-active-tab-border-hider-color);
| |
| }
| |
|
| |
| ul.tabbernav li a {
| |
| background-color: var(--tabber-inactive-tab-bg);
| |
| border-bottom: transparent;
| |
| border-color: var(--tabber-inactive-tab-border-color);
| |
| color: var(--tabber-inactive-tab-color);
| |
| display: inline-block;
| |
| font-size: 110%;
| |
| padding: 0.5em 1em;
| |
| }
| |
|
| |
| ul.tabbernav li a:hover {
| |
| background-color: var(--tabber-inactive-tab-hover-bg);
| |
| border-color: var(--tabber-inactive-tab-hover-border-color);
| |
| }
| |
|
| |
| ul.tabbernav li a:link,
| |
| ul.tabbernav li a:visited {
| |
| color: var(--tabber-inactive-tab-color);
| |
| }
| |
|
| |
| .js-tooltip-text {
| |
| padding: 5px;
| |
| }
| |
|
| |
| .js-tooltip-wrapper {
| |
| position: absolute;
| |
| z-index: 999999;
| |
| max-width: 75%;
| |
| padding: 5px;
| |
| border: 3px solid #438ab5;
| |
| background: #ffffff;
| |
| box-shadow: 3px 3px 10px -5px #333;
| |
| font-size: 12px;
| |
| }
| |
|
| |
| .js-tooltip-click {
| |
| color: white;
| |
| background: #438ab5;
| |
| border-radius: 2em;
| |
| border: 2px solid #438ab5;
| |
| cursor: pointer;
| |
| padding: 0 0.3em;
| |
| -webkit-user-select: none;
| |
| -moz-user-select: none;
| |
| -ms-user-select: none;
| |
| user-select: none;
| |
| }
| |
|
| |
| .js-tooltip-arrow {
| |
| position: absolute;
| |
| border-color: transparent;
| |
| border-style: solid;
| |
| z-index: 900001;
| |
| width: 0;
| |
| height: 0;
| |
| }
| |
|
| |
| .js-tooltip-arrow.js-tooltip-arrow-pointleft {
| |
| border-right-color: #438ab5;
| |
| border-left-color: transparent;
| |
| border-left-width: 0;
| |
| }
| |
|
| |
| .js-tooltip-arrow.js-tooltip-arrow-pointright {
| |
| border-left-color: #438ab5;
| |
| border-right-color: transparent;
| |
| border-right-width: 0;
| |
| }
| |
|
| |
| .js-tooltip-close {
| |
| float: right;
| |
| margin-left: 10px;
| |
| margin-right: -5px;
| |
| margin-top: -5px;
| |
| margin-bottom: 1px;
| |
| background: #438ab5;
| |
| border: 0;
| |
| }
| |
|
| |
| :root {
| |
| --ooui-text: var(--text-color);
| |
| --ooui-interface: var(--body-light);
| |
| --ooui-interface-border: var(--body-border);
| |
| --ooui-window-background: rgba(255, 255, 255, 0.5);
| |
| --ooui-normal: #fafafa;
| |
| --ooui-normal--hover: #eaecf0;
| |
| --ooui-normal-border: #a2a9b1;
| |
| --ooui-progressive: #438ab5;
| |
| --ooui-progressive--hover: #65a1c6;
| |
| --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);
| |
| }
| |
|
| |
| .oo-ui-widget {
| |
| color: var(--ooui-text);
| |
| }
| |
|
| |
| .oo-ui-checkboxInputWidget [type='checkbox'] + span,
| |
| .oo-ui-radioInputWidget [type='radio'] + span {
| |
| background-color: var(--ooui-input);
| |
| border-color: var(--ooui-input-border);
| |
| }
| |
|
| |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
| |
| .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span,
| |
| .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-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:not( .oo-ui-tagItemWidget-fixed ) {
| |
| background-color: var(--ooui-normal);
| |
| }
| |
|
| |
| .oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover {
| |
| background-color: var(--ooui-normal--hover);
| |
| }
| |
|
| |
| .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled {
| |
| background-color: var(--ooui-interface);
| |
| }
| |
|
| |
| .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined {
| |
| background-color: var(--ooui-normal);
| |
| }
| |
|
| |
| .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled {
| |
| background-color: var(--ooui-interface);
| |
| }
| |
|
| |
| .oo-ui-textInputWidget .oo-ui-inputWidget-input {
| |
| background-color: var(--ooui-input);
| |
| color: var(--ooui-text);
| |
| border-color: var(--ooui-input-border);
| |
| }
| |
|
| |
| .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::placeholder {
| |
| color: var(--subtle-color);
| |
| }
| |
|
| |
| .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
| |
| border-color: var(--ooui-accent);
| |
| box-shadow: inset 0 0 0 1px var(--ooui-accent);
| |
| }
| |
|
| |
| .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending) {
| |
| background-color: var(--ooui-disabled);
| |
| color: var(--ooui-disabled-text);
| |
| }
| |
|
| |
| .oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input {
| |
| border-color: var(--ooui-input-border--hover);
| |
| }
| |
|
| |
| .oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input:focus {
| |
| border-color: var(--ooui-accent);
| |
| }
| |
|
| |
| @media screen and (min-width: 0) {
| |
| .oo-ui-textInputWidget.oo-ui-widget-enabled textarea.oo-ui-inputWidget-input:focus {
| |
| outline: 1px solid var(--ooui-accent);
| |
| }
| |
|
| |
| }
| |
|
| |
| .mw-ui-input: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-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-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-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-vis-tooltip {
| |
| color: #fff;
| |
| text-shadow: 0 0 1px #000;
| |
| }
| |
|
| |
| body.wgl-theme-dark .leaflet-vis-tooltip {
| |
| color: #fff;
| |
| }
| |
|
| |
| .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;
| |
| }
| |
|
| |
| .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.dark-label {
| |
| color: #000;
| |
| text-shadow: 0 0 1px #fff;
| |
| }
| |
|
| |
| 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;
| |
| }
| |
|
| |
| .advanced-map {
| |
| background: #000000;
| |
| padding: 10px;
| |
| position: relative;
| |
| margin: 0 auto;
| |
| overflow: hidden;
| |
| max-width: 100%;
| |
| max-width: calc(100% - 20px);
| |
| }
| |
|
| |
| body.wgl-theme-dark .advanced-map {
| |
| background: #000000;
| |
| }
| |
|
| |
| .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: #ffffff;
| |
| }
| |
|
| |
| body.wgl-theme-dark .amap-nav a,
| |
| body.wgl-theme-dark .amap-nav a:visited,
| |
| body.wgl-theme-dark .amap-nav a:active,
| |
| body.wgl-theme-dark .amap-nav a:hover,
| |
| body.wgl-theme-dark .amap-nav a.mw-selflink.selflink {
| |
| color: #ffffff;
| |
| }
| |
|
| |
| .amap-title {
| |
| margin-bottom: 10px;
| |
| font-size: 1.2em;
| |
| text-align: center;
| |
| color: #ffffff;
| |
| }
| |
|
| |
| body.wgl-theme-dark .amap-title {
| |
| 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 {
| |
| padding: 0.3em 30px;
| |
| background-image: url("/images/6/63/TitleBackground-left.png?8d416"), url("/images/c/c7/TitleBackground-right.png?8d416"), url("/images/6/69/TitleBackground-center.png?8d416");
| |
| background-repeat: no-repeat, no-repeat, repeat-x;
| |
| background-size: auto 100%, auto 100%, auto 100%;
| |
| background-position: left, right, center;
| |
| -webkit-box-decoration-break: clone;
| |
| box-decoration-break: clone;
| |
| display: inline-block;
| |
| line-height: 1.5;
| |
| }
| |
|
| |
| .amap-key {
| |
| margin-top: 10px;
| |
| color: #ffffff;
| |
| }
| |
|
| |
| body.wgl-theme-dark .amap-key {
| |
| color: #ffffff;
| |
| }
| |
|
| |
| .amap-key a,
| |
| .amap-key a:active,
| |
| .amap-key a:visited,
| |
| .amap-key a:hover,
| |
| .amap-key a.mw-selflink.selflink {
| |
| color: #ffffff;
| |
| }
| |
|
| |
| 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,
| |
| body.wgl-theme-dark .amap-key a.mw-selflink.selflink {
| |
| color: #ffffff;
| |
| }
| |
|
| |
| .amap-key ul {
| |
| list-style: none;
| |
| margin: 0;
| |
| padding: 0;
| |
| display: flex;
| |
| flex-flow: row wrap;
| |
| }
| |
|
| |
| .amap-key ul li:last-child {
| |
| flex-grow: 1;
| |
| }
| |
|
| |
| .amap-key ul li.amap-full {
| |
| flex-basis: 100%;
| |
| }
| |
|
| |
| .amap-key li {
| |
| flex: 0 1 50%;
| |
| min-width: 175px;
| |
| margin-bottom: 0.4em;
| |
| display: flex;
| |
| align-items: center;
| |
| }
| |
|
| |
| .amap-1col.amap-key li {
| |
| flex: 0 1 100%;
| |
| }
| |
|
| |
| .amap-3col.amap-key li {
| |
| flex: 0 1 33%;
| |
| }
| |
|
| |
| .amap-4col.amap-key li {
| |
| flex: 0 1 25%;
| |
| }
| |
|
| |
| .amap-key .amap-key-text.amap-key-compass {
| |
| flex-grow: 1;
| |
| text-align: center;
| |
| }
| |
|
| |
| .amap-key .amap-key-symb {
| |
| width: 30px;
| |
| padding: 0 10px;
| |
| }
| |
|
| |
| .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;
| |
| height: auto;
| |
| }
| |
|
| |
| .amap-key .amap-key-symb .amap-key-dots {
| |
| width: 12px;
| |
| height: 12px;
| |
| }
| |
|
| |
| .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%;
| |
| }
| |
|
| |
| .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-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
| |
| background: var(--ooui-interface);
| |
| }
| |
|
| |
| .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
| |
| border-bottom-color: var(--body-mid);
| |
| }
| |
|
| |
| figure[typeof~='mw:File/Thumb'],
| |
| figure[typeof~='mw:File/Frame'],
| |
| figure[typeof~='mw:Image/Thumb'],
| |
| figure[typeof~='mw:Video/Thumb'],
| |
| figure[typeof~='mw:Image/Frame'],
| |
| figure[typeof~='mw:Video/Frame'] {
| |
| border: none;
| |
| background-color: var(--thumb-bg);
| |
| }
| |
|
| |
| figure[typeof~='mw:File/Thumb'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:File/Frame'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:Image/Thumb'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:Video/Thumb'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:Image/Frame'] > a:first-child > *:first-child:not( .mw-broken-media ),
| |
| figure[typeof~='mw:Video/Frame'] > a:first-child > *:first-child:not( .mw-broken-media ) {
| |
| border: none;
| |
| background: var(--thumb-bg);
| |
| }
| |
|
| |
| figure[typeof~='mw:File/Thumb'] > figcaption,
| |
| figure[typeof~='mw:File/Frame'] > figcaption,
| |
| figure[typeof~='mw:Image/Thumb'] > figcaption,
| |
| figure[typeof~='mw:Video/Thumb'] > figcaption,
| |
| figure[typeof~='mw:Image/Frame'] > figcaption,
| |
| figure[typeof~='mw:Video/Frame'] > figcaption {
| |
| border: none;
| |
| background-color: var(--thumb-caption-bg);
| |
| padding: 4px 6px;
| |
| }
| |
|
| |
| :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;
| |
| }
| |
|
| |
| .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;
| |
| }
| |
|
| |
| .production-selected {
| |
| background: var(--production-selected-background);
| |
| color: var(--production-selected-color);
| |
| }
| |
|
| |
| .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);
| |
| }
| |
|
| |
| .hatnote,
| |
| .seealso {
| |
| font-style: italic;
| |
| }
| |
|
| |
| .hatnote i,
| |
| .seealso i {
| |
| font-style: normal;
| |
| }
| |
|
| |
| div.hatnote,
| |
| div.seealso {
| |
| margin: 0.5em 1.6em;
| |
| }
| |
|
| |
| div.hatnote + div.hatnote,
| |
| div.hatnote + div.seealso,
| |
| div.seealso + div.hatnote,
| |
| div.seealso + div.seealso {
| |
| margin-top: -0.5em;
| |
| }
| |
|
| |
| .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);
| |
| font-family: inherit;
| |
| border: 1px solid var(--keypress-border);
| |
| border-radius: 2px;
| |
| font-size: 0.9em;
| |
| margin: 0 0.1em;
| |
| padding: 0.1em 0.4em;
| |
| white-space: nowrap;
| |
| }
| |
|
| |
| .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;
| |
| }
| |
|
| |
| :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;
| |
| }
| |
|
| |
| .rsw-infobox .rsw-infobox-switch-buttons .button {
| |
| margin: 1px;
| |
| }
| |
|
| |
| .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 td ul {
| |
| margin: 0 0 0 1.25em;
| |
| }
| |
|
| |
| .rsw-infobox .infobox-cell-hidden {
| |
| display: none;
| |
| }
| |
|
| |
| .rsw-infobox .infobox-template-links {
| |
| text-align: center;
| |
| }
| |
|
| |
| .rsw-infobox .advanced-data {
| |
| display: none;
| |
| }
| |
|
| |
| .rsw-infobox .advanced-data td {
| |
| line-break: anywhere;
| |
| }
| |
|
| |
| .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;
| |
| }
| |
|
| |
| .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;
| |
| }
| |
|
| |
| :root {
| |
| --coins-color: green;
| |
| --coins-pos-color: #014cc0;
| |
| --coins-neg-color: #c02614;
| |
| }
| |
|
| |
| .coins {
| |
| color: var(--coins-color);
| |
| background-position: 0% 50%;
| |
| background-repeat: no-repeat;
| |
| display: inline-block;
| |
| padding: 0;
| |
| }
| |
|
| |
| .coins-pos {
| |
| color: var(--coins-pos-color);
| |
| }
| |
|
| |
| .coins-neg {
| |
| color: var(--coins-neg-color);
| |
| }
| |
|
| |
| .rusty-coins-10000 {
| |
| background-image: url('filepath://Rusty_coins_10000.png');
| |
| padding: 7px 0 1px 35px;
| |
| }
| |
|
| |
| .rusty-coins-1000 {
| |
| background-image: url('filepath://Rusty_coins_1000.png');
| |
| padding: 1px 0 1px 35px;
| |
| }
| |
|
| |
| .rusty-coins-250 {
| |
| background-image: url('filepath://Rusty_coins_250.png');
| |
| padding: 1px 0 1px 35px;
| |
| }
| |
|
| |
| .rusty-coins-100 {
| |
| background-image: url('filepath://Rusty_coins_100.png');
| |
| padding: 1px 0px 1px 32px;
| |
| }
| |
|
| |
| .rusty-coins-25 {
| |
| background-image: url('filepath://Rusty_coins_25.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .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 {
| |
| background-image: url('filepath://Coins_10000.png');
| |
| padding: 7px 0 1px 35px;
| |
| }
| |
|
| |
| .coins-1000 {
| |
| background-image: url('filepath://Coins_1000.png');
| |
| padding: 1px 0 1px 35px;
| |
| }
| |
|
| |
| .coins-250 {
| |
| background-image: url('filepath://Coins_250.png');
| |
| padding: 1px 0 1px 35px;
| |
| }
| |
|
| |
| .coins-100 {
| |
| background-image: url('filepath://Coins_100.png');
| |
| padding: 1px 0px 1px 32px;
| |
| }
| |
|
| |
| .coins-25 {
| |
| background-image: url('filepath://Coins_25.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .coins-5 {
| |
| background-image: url('filepath://Coins_5.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .coins-4 {
| |
| background-image: url('filepath://Coins_4.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .coins-3 {
| |
| background-image: url('filepath://Coins_3.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .coins-2 {
| |
| background-image: url('filepath://Coins_2.png');
| |
| padding-left: 23px;
| |
| }
| |
|
| |
| .coins-1 {
| |
| background-image: url('filepath://Coins_1.png');
| |
| padding-left: 15px;
| |
| }
| |
|
| |
| .chimes-1000 {
| |
| background-image: url('filepath://Chimes_1000.png');
| |
| padding: 3px 0 3px 33px;
| |
| }
| |
|
| |
| .chimes-100 {
| |
| background-image: url('filepath://Chimes_100.png');
| |
| padding: 1px 0 1px 30px;
| |
| }
| |
|
| |
| .chimes-50 {
| |
| background-image: url('filepath://Chimes_50.png');
| |
| padding-left: 31px;
| |
| }
| |
|
| |
| .chimes-20 {
| |
| background-image: url('filepath://Chimes_20.png');
| |
| padding-left: 24px;
| |
| }
| |
|
| |
| .chimes-1 {
| |
| background-image: url('filepath://Chimes_1.png');
| |
| padding-left: 19px;
| |
| }
| |
|
| |
| .zemomark-10000 {
| |
| background-image: url('filepath://Zemomark_10000.png');
| |
| padding: 7px 0 1px 26px;
| |
| }
| |
|
| |
| .zemomark-1000 {
| |
| background-image: url('filepath://Zemomark_1000.png');
| |
| padding: 1px 0 1px 27px;
| |
| }
| |
|
| |
| .zemomark-250 {
| |
| background-image: url('filepath://Zemomark_250.png');
| |
| padding: 1px 0 1px 25px;
| |
| }
| |
|
| |
| .zemomark-100 {
| |
| background-image: url('filepath://Zemomark_100.png');
| |
| padding: 1px 0px 1px 30px;
| |
| }
| |
|
| |
| .zemomark-25 {
| |
| background-image: url('filepath://Zemomark_25.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .zemomark-5 {
| |
| background-image: url('filepath://Zemomark_5.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .zemomark-4 {
| |
| background-image: url('filepath://Zemomark_4.png');
| |
| padding-left: 25px;
| |
| }
| |
|
| |
| .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: 18px;
| |
| }
| |
|
| |
| .chronotes-10000 {
| |
| background-image: url('filepath://Chronotes_10000.png');
| |
| padding: 1px 0 1px 34px;
| |
| }
| |
|
| |
| .chronotes-1000 {
| |
| background-image: url('filepath://Chronotes_1000.png');
| |
| padding: 1px 0 1px 34px;
| |
| }
| |
|
| |
| .chronotes-250 {
| |
| background-image: url('filepath://Chronotes_250.png');
| |
| padding: 1px 0 1px 32px;
| |
| }
| |
|
| |
| .chronotes-100 {
| |
| background-image: url('filepath://Chronotes_100.png');
| |
| padding: 1px 0px 1px 32px;
| |
| }
| |
|
| |
| .chronotes-25 {
| |
| background-image: url('filepath://Chronotes_25.png');
| |
| padding-left: 32px;
| |
| }
| |
|
| |
| .chronotes-5 {
| |
| background-image: url('filepath://Chronotes_5.png');
| |
| padding-left: 32px;
| |
| }
| |
|
| |
| .chronotes-4 {
| |
| background-image: url('filepath://Chronotes_4.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .chronotes-3 {
| |
| background-image: url('filepath://Chronotes_3.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .chronotes-2 {
| |
| background-image: url('filepath://Chronotes_2.png');
| |
| padding-left: 30px;
| |
| }
| |
|
| |
| .chronotes-1 {
| |
| background-image: url('filepath://Chronotes_1.png');
| |
| padding-left: 28px;
| |
| }
| |
|
| |
| :root {
| |
| --documentation-background: #f9fafa;
| |
| --documentation-link-color: #e4eaee;
| |
| --documentation-headers-color: #fff;
| |
| --documentation-header-background: #949eaa;
| |
| --documentation-subheader-background: #808c9a;
| |
| --documentation-border: #e4eaee;
| |
| --documentation-wrapper-border: var(--documentation-border);
| |
| }
| |
|
| |
| .documentation {
| |
| background: var(--documentation-background);
| |
| border: 1px solid var(--documentation-wrapper-border);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
|
| |
| .documentation pre,
| |
| .documentation code {
| |
| background-color: var(--documentation-background);
| |
| border-color: var(--documentation-border);
| |
| }
| |
|
| |
| .documentation h2,
| |
| .documentation hr {
| |
| border-color: var(--documentation-border);
| |
| }
| |
|
| |
| .documentation-header {
| |
| color: var(--documentation-headers-color);
| |
| background: var(--documentation-header-background);
| |
| font-weight: bold;
| |
| padding: 1em 1.5em;
| |
| }
| |
|
| |
| .documentation-title {
| |
| font-size: 1.25em;
| |
| }
| |
|
| |
| .documentation-subheader {
| |
| color: var(--documentation-headers-color);
| |
| background: var(--documentation-subheader-background);
| |
| padding: 0.5em 1.5em;
| |
| }
| |
|
| |
| .documentation-subheader a,
| |
| .documentation-subheader a:visited,
| |
| .documentation-subheader a:active {
| |
| color: var(--documentation-link-color);
| |
| }
| |
|
| |
| .documentation-documentation,
| |
| .documentation-links {
| |
| font-size: 0.85em;
| |
| }
| |
|
| |
| .documentation-content {
| |
| padding: 1em 1.5em;
| |
| }
| |
|
| |
| .mw-templatedata-doc-params dl:not(:empty) {
| |
| column-count: 3;
| |
| border-top: 1px solid var(--body-border);
| |
| margin-bottom: 0.5em;
| |
| }
| |
|
| |
| .mw-templatedata-doc-params dt::after {
| |
| content: ":";
| |
| }
| |
|
| |
| .mw-templatedata-doc-params dd,
| |
| .mw-templatedata-doc-params dt {
| |
| margin: 0.1em 2em;
| |
| min-width: auto;
| |
| }
| |
|
| |
| .mw-templatedata-doc-muted {
| |
| color: var(--subtle-color);
| |
| font-style: italic;
| |
| }
| |
|
| |
| .fairycode {
| |
| font-family: "KingthingsPetrock", sans-serif;
| |
| font-size: 120%;
| |
| font-weight: bold;
| |
| text-transform: uppercase;
| |
| letter-spacing: 1px;
| |
| }
| |
|
| |
| .fairycode b ~ b:before {
| |
| content: " ";
| |
| }
| |
|
| |
| .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;
| |
| max-width: 42px;
| |
| padding: 0.2em;
| |
| }
| |
|
| |
| .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 {
| |
| font-size: 0.9em;
| |
| padding-bottom: 0.75em;
| |
| margin-bottom: 0.6em;
| |
| }
| |
|
| |
| .editnotice .editnotice-title {
| |
| font-size: 1.2em;
| |
| font-weight: bold;
| |
| margin-bottom: 0.4em;
| |
| }
| |
|
| |
| :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-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 {
| |
| 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.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 {
| |
| 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-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;
| |
| }
| |
|
| |
| :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 {
| |
| font-size: 1.4em;
| |
| font-weight: bold;
| |
| border: none;
| |
| margin: 0 0 0.4em;
| |
| }
| |
|
| |
| .tile .byline + h2 {
| |
| 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 {
| |
| 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 {
| |
| font-size: 1.4em;
| |
| font-weight: bold;
| |
| border: none;
| |
| margin: 0 0 0.4em;
| |
| }
| |
|
| |
| .tile-halves .byline + h2 {
| |
| margin-top: -0.5em;
| |
| }
| |
|
| |
| .tile-top {
| |
| width: 100%;
| |
| padding: 1.3rem 1.5rem 0.6rem;
| |
| }
| |
|
| |
| .tile-top.tile-image {
| |
| display: flex;
| |
| align-items: center;
| |
| background-color: var(--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 {
| |
| max-width: 75em;
| |
| margin: 0 auto;
| |
| }
| |
|
| |
| body.page-RuneScape_Wiki.action-view .catlinks,
| |
| body.page-RuneScape_Wiki.action-view #contentSub,
| |
| body.page-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 {
| |
| font-size: 2.5em;
| |
| font-weight: bold;
| |
| border: none;
| |
| margin: 0 0 0.15em;
| |
| }
| |
|
| |
| body.wgl-readermode .mainpage-header .header-intro h1 {
| |
| 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 .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: flex;
| |
| flex-flow: row wrap;
| |
| }
| |
|
| |
| .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.9rem;
| |
| }
| |
|
| |
| .mainpage-left {
| |
| flex: 2;
| |
| display: flex;
| |
| flex-flow: column wrap;
| |
| margin-right: 0.9rem;
| |
| }
| |
|
| |
| .mainpage-left > * {
| |
| margin: 0 0 0.9rem;
| |
| }
| |
|
| |
| .mainpage-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 {
| |
| width: 100%;
| |
| background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), #fff 50%), url("filepath://Main page Shauny.png") right / auto 100% no-repeat #fff;
| |
| margin-bottom: 0.9rem;
| |
| padding-right: 8vw;
| |
| }
| |
|
| |
| .tile.big-tile.dxp {
| |
| background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #fff 50%), 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 50%), 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 50%), 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 {
| |
| 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;
| |
| }
| |
|
| |
| .mainpage-recent-updates .tile-halves {
| |
| flex: 1;
| |
| align-content: flex-start;
| |
| margin-right: 0.9rem;
| |
| }
| |
|
| |
| .mainpage-recent-updates .tile-halves:hover .tile-top img {
| |
| transform: scale(1.04);
| |
| }
| |
|
| |
| .mainpage-recent-updates .tile-halves:last-child {
| |
| margin-right: 0;
| |
| }
| |
|
| |
| 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 .tile-halves {
| |
| flex: 1;
| |
| margin-right: 0.9rem;
| |
| }
| |
|
| |
| .mainpage-contents .tile-halves:hover .tile-top img {
| |
| transform: scale(1.04);
| |
| }
| |
|
| |
| .mainpage-contents .tile-halves:last-child {
| |
| margin-right: 0;
| |
| }
| |
|
| |
| .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 {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
|
| |
| .mainpage-skills ul {
| |
| columns: 3;
| |
| margin: 1em 0.7em 0.7em 1em;
| |
| }
| |
|
| |
| .mainpage-skills li {
| |
| display: flex;
| |
| margin-bottom: 0.4em;
| |
| isolation: isolate;
| |
| }
| |
|
| |
| .mainpage-skills li a:first-child {
| |
| border-radius: 3px;
| |
| padding: 4px;
| |
| width: 25px;
| |
| height: 25px;
| |
| text-align: center;
| |
| }
| |
|
| |
| .mainpage-skills li a:last-child {
| |
| flex: 1;
| |
| display: flex;
| |
| align-items: center;
| |
| color: var(--base-text-color);
| |
| font-weight: bold;
| |
| padding-left: 0.7em;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| .mainpage-skills li:hover a:first-child {
| |
| border-radius: 3px 0 0 3px;
| |
| }
| |
|
| |
| .mainpage-skills li:hover a:last-child {
| |
| color: rgba(255, 255, 255, 0.9);
| |
| border-radius: 0 3px 3px 0;
| |
| }
| |
|
| |
| .skill-agility a:first-child,
| |
| .skill-melee a:first-child {
| |
| background: #bc483d;
| |
| }
| |
|
| |
| .skill-agility:hover a:last-child,
| |
| .skill-melee:hover a:last-child {
| |
| background: #932419;
| |
| }
| |
|
| |
| .skill-ranged a:first-child {
| |
| background: #748d36;
| |
| }
| |
|
| |
| .skill-ranged:hover a:last-child {
| |
| background: #4c6215;
| |
| }
| |
|
| |
| .skill-magic a:first-child {
| |
| background: #6274ab;
| |
| }
| |
|
| |
| .skill-magic:hover a:last-child {
| |
| background: #304791;
| |
| }
| |
|
| |
| .skill-fishing a:first-child,
| |
| .skill-fletching a:first-child {
| |
| background: #3e8e9a;
| |
| }
| |
|
| |
| .skill-fishing:hover a:last-child,
| |
| .skill-fletching:hover a:last-child {
| |
| background: #1a6671;
| |
| }
| |
|
| |
| .skill-cooking a:first-child,
| |
| .skill-divination a:first-child,
| |
| .skill-thieving a:first-child {
| |
| background: #91689e;
| |
| }
| |
|
| |
| .skill-cooking:hover a:last-child,
| |
| .skill-divination:hover a:last-child,
| |
| .skill-thieving:hover a:last-child {
| |
| background: #713684;
| |
| }
| |
|
| |
| .skill-farming a:first-child,
| |
| .skill-woodcutting a:first-child {
| |
| background: #59924f;
| |
| }
| |
|
| |
| .skill-farming:hover a:last-child,
| |
| .skill-woodcutting:hover a:last-child {
| |
| background: #306f25;
| |
| }
| |
|
| |
| .skill-mining a:first-child,
| |
| .skill-summoning a:first-child {
| |
| background: #6385a8;
| |
| }
| |
|
| |
| .skill-mining:hover a:last-child,
| |
| .skill-summoning:hover a:last-child {
| |
| background: #315f8d;
| |
| }
| |
|
| |
| .skill-invention a:first-child,
| |
| .skill-smithing a:first-child {
| |
| background: #d2b244;
| |
| }
| |
|
| |
| .skill-invention:hover a:last-child,
| |
| .skill-smithing:hover a:last-child {
| |
| background: #b69213;
| |
| }
| |
|
| |
| .skill-archaeology a:first-child {
| |
| background: #a56831;
| |
| }
| |
|
| |
| .skill-archaeology:hover a:last-child {
| |
| 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: #1da1f2;
| |
| }
| |
|
| |
| .mainpage-social.mainpage-twitter .tile-bottom {
| |
| background: #1e96e0;
| |
| }
| |
|
| |
| .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: 65.999rem) {
| |
| .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-halves:nth-last-child(2) {
| |
| margin-right: 0;
| |
| }
| |
|
| |
| .mainpage-recent-updates .tile-top {
| |
| height: 18vw;
| |
| }
| |
|
| |
| .mainpage-contents .tile-halves:nth-child(1),
| |
| .mainpage-contents .tile-halves:nth-child(2),
| |
| .mainpage-contents .tile-halves:nth-child(3) {
| |
| margin-bottom: 0.9rem;
| |
| }
| |
|
| |
| .mainpage-contents .tile-halves:nth-child(3) {
| |
| margin-right: 0;
| |
| }
| |
|
| |
| .mainpage-contents .line-break {
| |
| width: 100%;
| |
| }
| |
|
| |
| .mainpage-skills ul {
| |
| columns: 2 9em;
| |
| }
| |
|
| |
| .mainpage-skills .skill-thieving {
| |
| display: none;
| |
| }
| |
|
| |
| .mainpage-header .header-stats,
| |
| .mainpage-onthisday {
| |
| display: none;
| |
| }
| |
|
| |
| }
| |
|
| |
| @media only screen and (min-width: 66rem) and (max-width: 81.999rem) {
| |
| .mainpage-contents .tile-halves:last-child {
| |
| display: none;
| |
| }
| |
|
| |
| .mainpage-contents .tile-halves:nth-last-child(2) {
| |
| margin-right: 0;
| |
| }
| |
|
| |
| .mainpage-header .header-stats,
| |
| .mainpage-contents .line-break {
| |
| display: none;
| |
| }
| |
|
| |
| }
| |
|
| |
| @media only screen and (min-width: 82rem) {
| |
| .mainpage-header .header-intro {
| |
| margin-right: 2em;
| |
| }
| |
|
| |
| .mainpage-contents .line-break {
| |
| display: none;
| |
| }
| |
|
| |
| body.wgl-readermode .mainpage-contents .tile-halves:last-child {
| |
| display: none;
| |
| }
| |
|
| |
| body.wgl-readermode .mainpage-contents .tile-halves:nth-last-child(2) {
| |
| margin-right: 0;
| |
| }
| |
|
| |
| }
| |
|
| |
| .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: 3.5em auto 2em;
| |
| }
| |
|
| |
| .mw-rcfilters-ui-rcTopSectionWidget-topLinks-top .mw-recentchanges-toplinks table {
| |
| margin: 0 auto 1em;
| |
| }
| |
|
| |
| .mw-recentchanges-toplinks th {
| |
| text-align: right;
| |
| padding-right: 5px;
| |
| }
| |
|
| |
| .mw-recentchanges-toplinks .speedy-delete a,
| |
| .mw-recentchanges-toplinks .speedy-move a {
| |
| color: #ee4231;
| |
| }
| |
|
| |
| .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);
| |
| }
| |
|
| |
| #mw-indicator-mw-helplink a {
| |
| background: none;
| |
| padding: 0;
| |
| }
| |
|
| |
| #mw-indicator-mw-helplink a::before {
| |
| content: '';
| |
| display: inline-block;
| |
| position: relative;
| |
| top: 5px;
| |
| height: 20px;
| |
| width: 20px;
| |
| margin-right: 5px;
| |
| -webkit-mask: url("/resources/src/mediawiki.helplink/images/helpNotice.svg?46d34") no-repeat 50%;
| |
| mask: url("/resources/src/mediawiki.helplink/images/helpNotice.svg?46d34") no-repeat 50%;
| |
| -webkit-mask-size: contain;
| |
| mask-size: contain;
| |
| background: 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;
| |
| }
| |
|
| |
| .page-Special_ListFiles a.image img {
| |
| width: inherit;
| |
| height: inherit;
| |
| }
| |
|
| |
| .page-Special_ListFiles .TablePager_col_thumb {
| |
| text-align: center;
| |
| }
| |
|
| |
| #editcount table[border="1"] {
| |
| background-color: var(--body-main) !important;
| |
| border-color: var(--wikitable-border) !important;
| |
| margin-top: 0.5em;
| |
| }
| |
|
| |
| #editcount table[border="1"] th,
| |
| #editcount table[border="1"] td {
| |
| padding: 0.2em 0.4em;
| |
| }
| |
|
| |
| #editcount table[border="1"] th {
| |
| background-color: var(--wikitable-header-bg);
| |
| border: 1px solid var(--wikitable-border);
| |
| }
| |
|
| |
| #editcount table[border="1"] td {
| |
| border: 1px solid var(--wikitable-border);
| |
| }
| |
|
| |
| #editcount table[border="1"] tr:nth-child(odd) {
| |
| background-color: var(--body-light);
| |
| }
| |
|
| |
| .smwb-theme-light .smwb-title,
| |
| .smwb-theme-light .smwb-center,
| |
| .smwb-theme-light .smwb-actions,
| |
| .smwb-theme-light .smwb-prophead {
| |
| background-color: var(--body-mid);
| |
| }
| |
|
| |
| .smwb-theme-light .smwb-factbox {
| |
| border-left-color: var(--body-mid);
| |
| }
| |
|
| |
| .smwb-theme-light .smwb-ifactbox {
| |
| border-right-color: var(--body-mid);
| |
| }
| |
|
| |
| .smwb-theme-light .smwb-propval {
| |
| background-color: var(--body-light);
| |
| }
| |
|
| |
| .smwb-action-separator {
| |
| border-color: var(--body-border);
| |
| }
| |
|
| |
| .smwb-bottom {
| |
| border-bottom: 1px solid var(--body-border);
| |
| }
| |
|
| |
| .smwb-ifactbox .smwb-cell,
| |
| .smwb-factbox .smwb-cell {
| |
| border-top: 1px solid var(--body-border);
| |
| }
| |
|
| |
| .smwb-propvalue .smwb-prophead,
| |
| .smwb-ipropvalue .smwb-prophead,
| |
| .smwb-propvalue .smwb-propval,
| |
| .smwb-ipropvalue .smwb-propval {
| |
| font-size: 0.9em;
| |
| }
| |
|
| |
| :root {
| |
| --filter-black-to-link: invert(36%) sepia(58%) saturate(433%) hue-rotate(144deg) brightness(100%) contrast(91%);
| |
| }
| |
|
| |
| #bodyContent span.smwbrowse a {
| |
| color: black;
| |
| background-image: url('filepath://Smwbrowse.svg');
| |
| filter: var(--filter-black-to-link);
| |
| }
| |
|
| |
| #bodyContent span.smwbrowse a:hover {
| |
| color: black;
| |
| background-image: url('filepath://Smwbrowse-hover.svg');
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| #bodyContent span.smwsearch a {
| |
| color: black;
| |
| filter: var(--filter-black-to-link);
| |
| background-image: url('filepath://Smwsearch.svg');
| |
| }
| |
|
| |
| #bodyContent span.smwsearch a:hover {
| |
| color: black;
| |
| background-image: url('filepath://Smwsearch-hover.svg');
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| .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 {
| |
| margin-left: 0;
| |
| }
| |
|
| |
| ul.fileupload-results li.ful-success {
| |
| background-color: var(--successbox-bg);
| |
| }
| |
|
| |
| ul.fileupload-results li.ful-success a {
| |
| color: var(--link-color);
| |
| }
| |
|
| |
| ul.fileupload-results li.ful-error {
| |
| background-color: var(--errorbox-bg);
| |
| }
| |
|
| |
| .not-patrolled {
| |
| background-color: #f9f9f9;
| |
| border-right: 10px solid #eee;
| |
| padding-right: 15px;
| |
| }
| |
|
| |
| .page-Special_NewFiles .thumbimage {
| |
| max-height: 212px !important;
| |
| max-width: 212px !important;
| |
| margin: 0 !important;
| |
| }
| |
|
| |
| :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;
| |
| }
| |
|
| |
| :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;
| |
| }
| |
|
| |
| #filetoc {
| |
| border-radius: 2px;
| |
| background: var(--body-mid);
| |
| border-color: transparent;
| |
| margin: 0.5em auto;
| |
| text-align: center;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
|
| |
| li.gallerybox div.thumb {
| |
| border: none;
| |
| background-color: var(--thumb-bg);
| |
| }
| |
|
| |
| .smwfact {
| |
| display: none;
| |
| }
| |
|
| |
| .list-header {
| |
| background-color: var(--body-mid);
| |
| color: inherit;
| |
| }
| |
|
| |
| .editOptions {
| |
| color: var(--text-color);
| |
| background-color: var(--sourceeditor-background-secondary);
| |
| border-color: var(--sourceeditor-border);
| |
| }
| |
|
| |
| .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);
| |
| }
| |
|
| |
| 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;
| |
| }
| |