Anonymous
×
Create a new article
Write your page title here:
We currently have 1,806 articles on Everwind Wiki. Type your article name above or click on one of the titles below and start writing!



Everwind Wiki
1,806Articles

MediaWiki:Common.css: Difference between revisions

Created page with "→‎CSS placed here will be applied to all skins: →‎<pre>: @font-face { font-family: 'IBM Plex Sans'; font-weight: normal; font-style: normal; font-displa..."
 
No edit summary
 
(95 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* <pre> */
 
@font-face {
/***** CSS placed here will be applied to all skins on the entire site. *****/
    font-family: 'IBM Plex Sans';
 
    font-weight: normal;
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
    font-style: normal;
 
    font-display: swap;
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
    src: url('filepath://IBMPlexSans-Regular.woff') format('woff');
}


@font-face {  
a,
     font-family: 'IBM Plex Sans';
image a {
    font-weight: normal;
     color: #3c94b7;
    font-style: italic;
    font-display: swap;
    src: url('filepath://IBMPlexSans-Italic.woff') format('woff');
}
}


@font-face {
a:visited,
    font-family: 'IBM Plex Sans';
image a:visited,
    font-weight: bold;
a:active,
    font-style: normal;
image a:active {
    font-display: swap;
     color: #498349;
     src: url('filepath://IBMPlexSans-Bold.woff') format('woff');
}
}


@font-face {  
a.new,
     font-family: 'IBM Plex Sans';
image a.new {
    font-weight: bold;
     color: #e88e20;
    font-style: italic;
    font-display: swap;
    src: url('filepath://IBMPlexSans-BoldItalic.woff') format('woff');
}
}


@font-face {
a.new:visited,
    font-family: 'PT Serif';
image a.new:visited {
    font-weight: normal;
     color: #8b577a;
     font-style: normal;
    font-display: swap;
    src: url('filepath://PT-Serif_Regular.woff') format('woff');
}
}


@font-face {  
/* Font drip */
    font-family: 'PT Serif';
@font-face {
    font-weight: normal;
  font-family: DTM-Mono;
    font-style: italic;
  src: url("/resources/fonts/DTM-Mono.otf");
    font-display: swap;
    src: url('filepath://PT-Serif_Italic.woff') format('woff');
}
}


@font-face {  
@font-face {
    font-family: 'PT Serif';
  font-family: DTM-Sans;--theme-page-background-color--secondary
    font-weight: bold;
  src: url("/resources/fonts/DTM-Sans.otf");
    font-style: normal;
    font-display: swap;
    src: url('filepath://PT-Serif_Bold.woff') format('woff');
}
}


@font-face {  
@font-face {
    font-family: 'PT Serif';
  font-family: Futura;
    font-weight: bold;
  src: url("/resources/fonts/Futura-CondensedLight.otf");
    font-style: italic;
    font-display: swap;
    src: url('filepath://PT-Serif_Bold-Italic.woff') format('woff');
}
}


@font-face {  
.font-dtm-mono, .font-dtm-mono * {
    font-family: 'RuneScape';
  font-family: DTM-Mono, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local("RuneScape Chat 2"),
        local("RuneScape Chat"),
        url('filepath://RuneScape.woff') format('woff');
}
}


@font-face {  
.font-dtm-sans, .font-dtm-sans * {
    font-family: 'RuneScape';
  font-family: DTM-Sans, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    src: local("RuneScape Chat Bold 2"),
        local("RuneScape Chat Bold"),
        url('filepath://RuneScape_Bold.woff') format('woff');
}
}


@font-face {
/* Root var colors */
    font-family: 'RuneScape Small';
:root {
    font-style: normal;
  --theme-header-font-color: #209ace;
    font-weight: normal;
  --theme-body-dynamic-color-1: #fff;
    src: local("RuneScape Small"),
  --theme-body-dynamic-color-2: #e6e6e6;
        url('filepath://RuneScape_Small.woff') format('woff');
  --theme-page-dynamic-color-1: #000;
  --theme-page-dynamic-color-1--inverted: #fff;
  --theme-page-dynamic-color-2: #3a3a3a;
  --theme-sticky-nav-dynamic-color-1: #fff;
  --theme-sticky-nav-dynamic-color-2: #e6e6e6;
  --theme-link-dynamic-color-1: #fff;
  --theme-link-dynamic-color-2: #e6e6e6;
  --theme-accent-dynamic-color-1: #fff;
  --theme-accent-dynamic-color-2: #e6e6e6;
  --theme-body-background-color: #f6f6f6;
  --theme-body-text-color: #000;
  --theme-body-text-color--hover: #ccc;
  --theme-sticky-nav-background-color: #182e44;
  --theme-sticky-nav-text-color: #fff;
  --theme-sticky-nav-text-color--hover: #ccc;
  --theme-page-background-color: #feffff;
  --theme-page-background-color--secondary: #e6f4fa; /* light blue */
  --theme-page-background-color--tertiary: #bfd2df; /* medium blue */
  --theme-page-background-color--quaternary: #e1f2f5; /* light blue */
  --theme-page-background-color--quinary: #95b4ca; /* dark blue */
  --theme-page-background-color--aceiary: #D1EBF2; /* medium teal blue */
  --theme-page-background-color--light: #f9f9f9; /* almost white */
  --theme-page-background-color--secondarymod: #d9ead3; /* mods namespace bg */
  --theme-page-background-color--secondarycom: #faf1d9; /* community namespace bg */
  --theme-page-background-color--secondaryres: #fce5cd; /* resources namespace bg */
  --theme-page-background-color--secondaryifw: #d9d2e9; /* everwind namespace bg */
  --theme-page-background-color--gray: #ddd;
  --theme-page-text-color: #3a3a3a;
  --theme-page-text-color--hover: #6d6d6d;
  --theme-page-text-mix-color: #9c9d9d;
  --theme-page-text-mix-color-95: #f4f5f5;
  --theme-page-accent-mix-color: #8f9598;
  --theme-page-headings-font: "Work Sans";
  --theme-link-color: #0645ad;
  --theme-link-color--hover: #0b325c;
  --theme-link-label-color: #fff;
  --theme-accent-color: #202a30;
  --theme-accent-color--hover: #485f6d;
  --theme-accent-label-color: #fff;
  --theme-border-color: #cdcece;
  --theme-alert-color: #bf0017;
  --theme-alert-color--hover: #59000a;
  --theme-alert-color--secondary: #bf0017;
  --theme-alert-label: #fff;
  --theme-warning-color: #cf721c;
  --theme-warning-color--secondary: #ce711b;
  --theme-warning-label: #000;
  --theme-success-color: #0c742f;
  --theme-success-color--secondary: #0c742f;
  --theme-success-label: #fff;
  --theme-message-color: #753369;
  --theme-message-label: #fff;
  --theme-community-header-color: #fff;
  --theme-community-header-color--hover: #fff;
  --theme-background-image-opacity: 76%;
  --theme-page-text-opacity-factor: 0.85;
  --theme-body-text-opacity-factor: 0.7;
  --theme-link-color--visited: #33806f;
  --theme-link-color--external: #36b;
  --theme-border-color-alt: #818181;
  --ace-background-color: #e4f0f6;
  --ace-text-color: #2a2a2a;
  --ace-table-background-color: #e6f4fa;
  --ace-table-text-color: #000;
  --ace-table-heading-background-color: #e5cb69;
  --theme-accent-dynamic-color-3: #e3df65;
  --theme-widget-background: none;
  --theme-horizontal-nav-background-color: #D1EEEE;
  --theme-source-text-border-top-color: #2B4563;
  --theme-source-text-background-color: #F8FFF5;
  --theme-containerTem-background-color: #38404d;
  --theme-page-toc-background-color: #f8f9fa;
  --theme-page-containerTem-content-background-color: #FAFAFA;
  --theme-nav-simple-border-top-color: #2B4563;
  --theme-nav-simple-background-color: #F8FFF5;
  --theme-page-background-color--k8quinary: #95b4ca;
  --theme-page-background-color--k8secondary: #e6f4fa;
  --theme-page-background-color--k8tertiary: #bfd2df;
  --theme-page-background-color--k8quaternary: #EDFBF4; <!--light light teal used in nouveaubox-->
}
}


@font-face {  
.mainpage-recent-updates .tile-halves {
     font-family: 'RuneScape Classic';
     flex: 1;
     font-style: normal;
     align-content: flex-start;
     font-weight: normal;
     margin-right: 0.9rem;
    src: local("RuneScape Classic"),
        url('filepath://RuneScape_Classic.woff') format('woff');
}
}


@font-face {
.mainpage-recent-updates .tile-halves:hover .tile-top img {
    font-family: 'KingthingsPetrock';
     transform: scale(1.04);
    font-style: normal;
    font-weight: normal;
     src: local("Kingthings Petrock"),
        url('filepath://Kingthings_Petrock-webfont.woff') format('woff');
}
}


@font-face {
.mainpage-recent-updates .tile-halves:last-child {
    font-family: 'MuseoSans';
     margin-right: 0;
    font-style: normal;
     font-weight: normal;
    src: local("Museo Sans"),
        url('filepath://Museo_Sans_500.woff') format('woff');
}
}


@font-face {
body.wgl-readermode .mainpage-recent-updates .tile-image {
    font-family: 'League Spartan';
     max-height: 10.5em;
    font-style: normal;
     font-weight: bold;
    src: local("League Spartan"),
        url('filepath://Leaguespartan-bold.woff') format('woff');
}
}


a,
.mainpage-recent-updates .tile-bottom.link-button a {
image a {
    text-align: left;
     color: #327ba7;
     padding: 1rem 1.5rem 0.75rem;
}
}


a:visited,
.mainpage-recent-updates h2 {
image a:visited,
     margin: -0.5em 0 0.3em;
a:active,
image a:active {
     color: #327ba7;
}
}


a.new,
.mainpage-recent-updates p:not(.byline) {
image a.new {
    font-size: 0.9em;
     color: #ba0000;
    line-height: 1.75em;
     color: #444e5a;
}
}


a.new:visited,
.mainpage-recent-updates .jagex-promotion .byline {
image a.new:visited {
     color: #855cd8;
     color: #ba0000;
}
}


div.vectorTabs li a,
.mainpage-contents .tile-halves {
div.vectorMenu li a,
    flex: 1;
#mw-panel .portal .body li a,
    margin-right: 0.9rem;
div.vectorTabs li a:visited,
div.vectorMenu li a:visited,
#mw-panel .portal .body li a:visited,
div.vectorTabs li a:active,
div.vectorMenu li a:active,
#mw-panel .portal .body li a:active {
    color: #327ba7;
}
}


div.vectorTabs li.new a,
.mainpage-contents .tile-halves:hover .tile-top img {
div.vectorMenu li.new a,
     transform: scale(1.04);
#mw-panel .portal .body li.new a,
div.vectorTabs li.new a:visited,
div.vectorMenu li.new a:visited,
#mw-panel .portal .body li.new a:visited,
div.vectorTabs li.new a:active,
div.vectorMenu li.new a:active,
#mw-panel .portal .body li.new a:active {
     color: #ba0000;
}
}


.mw-body-content a.external,
.mainpage-contents .tile-halves:last-child {
.mw-body-content a.extiw {
     margin-right: 0;
     color: #3869bb;
}
}


.mw-body-content a.external:visited,
.mainpage-contents .tile-top {
.mw-body-content a.extiw:visited,
    height: 4.5rem;
.mw-body-content a.external:active,
     position: relative;
.mw-body-content a.extiw:active {
}
     color: #3869bb;
}


.jsPurgeLink a.external {
.mainpage-contents .tile-top h2 a {
     color: #327ba7;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 4.5rem;
     padding-left: 0.45rem;
}
}


html {
.mainpage-contents h2 {
     -webkit-text-size-adjust: 100%;
     margin: 0;
    padding: 0;
}
}


body {
/* ################################################################ */
     font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
/* ###                                                          ### */
/* ###            ADD CODE TO THE APPROPRIATE SECTION.          ### */
/* ###              SEE TABLE OF CONTENTS BELOW.              ### */
/* ###                                                          ### */
/* ### CSS added to this file is applied to the entire site.    ### */
/* ### Note that Kate Aces is the coolest.                      ### */
/* ###                                                          ### */
/* ################################################################ */
 
/* ############################################ */
/* ### OVERRIDE COLORS IN EDITOR NOTICE IN  ### */
/* ###  DARK MODE. Valid as of Mar 13 2022  ### */
/* ###     Edit a page. This is the help    ### */
/* ###        text box at the top          ### */
/* ###            User:Eckserah            ### */
/* ############################################ */
.smw-editpage-help {
  background: var(--theme-page-background-color--secondary);
}
}


.mw-body {
/* ############################################ */
    color: #36414f;
/* ###      OVERRIDE SOME COLORS ON        ### */
    background-color: #fbfbfb;
/* ###      IMAGE PAGES IN DARK MODE.     ### */
/* ###      Valid as of Mar 13 2022        ### */
/* ###            User:Eckserah            ### */
/* ############################################ */
 
#filetoc {
  background-color: var(--theme-page-background-color--secondary);
}
}


.mw-body-content {
.mw_metadata th,
    font-size: 0.9em;
.mw_metadata td {
    line-height: 1.75;
  background-color: var(--theme-page-background-color--secondary);
}
}


.mw-body-content p {
/* ############################################ */
    margin: 0 0 0.8em;
/* ###          Link colors                ### */
/* ###          User:Eckserah              ### */
/* ############################################ */
 
#mw-content a:not(.new){
color: var(--theme-link-color);
}
}


h1,
#content a:visited {
h2,
     color: var(--theme-link-color--visited);
h3,
h4,
h5,
h6 {
     color: #444e5a;
    border-color: #e4eaee;
}
}


h1 {
/* ############################################ */
    font-weight: bold;
/* ###  OVERRIDE COLORS FOR INPUT ELEMENTS  ### */
/* ###            IN DARK MODE            ### */
/* ###      Valid as of Mar 13 2022        ### */
/* ###          User:Eckserah            ### */
/* ############################################ */
 
/* #content input,
#content select {
  background: var(--theme-page-background-color--secondary);
  color: var(--theme-page-text-color);
  border-color: var(--theme-border-color);
}
}


h2 {
#content input:hover {
    border: none;
  background: var(--theme-page-background-color--ternary);
  color: var(--theme-page-text-color);
  border-color: var(--theme-border-color);
}
}


.mw-body h1,
#content textarea {
.mw-body-content h1,
  background: var(--theme-page-background-color--secondary);
.mw-body-content h2,
  color: var(--theme-page-text-color);
.mw-body-content h3,
  border-color: var(--theme-border-color);
.mw-body-content h4,
} */
.mw-body-content h5,
 
.mw-body-content h6 {
/* ############################################ */
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
/* ### OVERRIDE CORRECT COLOR OF CARET IN  ### */
    margin-bottom: 0.3em;
/* ### VISUAL EDITOR IN DARK MODE          ### */
/* ############################################ */
 
.CodeMirror-cursor {
  border-left-color: var(--theme-page-text-color);
}
}


.mw-body h1,
/* ########################################################################## */
.mw-body-content h1,
/* ### BASE STYLE                                                        ### */
.mw-body-content h2 {
/* ### Style relating to basic MediaWiki elements.                       ### */
    padding: 0 0 0.15em;
/* ########################################################################## */
 
/* ############################################ */
/* ### THEME COLORS                        ### */
/* ############################################ */
 
/* Smaller text for <references> tag */
.references {
  font-size: 11px;
  line-height: 16px;
}
}


pre,
/* Links */
code,
#content a {
pre.mw-code.mw-script {
  /* Color transition does not work well on :visited links, so disable. */
    color: inherit;
  transition: none;
    background-color: #ffffff;
    border-color: #e4eaee;
    overflow: auto;
}
}


ul {
#content a:visited {
    list-style-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5' height='13'%3E %3Ccircle cx='2.5' cy='9.5' r='2.5' fill='%234c4c4c'/%3E %3C/svg%3E");
  color: var(--theme-link-color--visited);
}
}


.mw-content-ltr ul {
#content .external {
    margin-top: 0;
  color: var(--theme-link-color--external);
    margin-bottom: 0.8em;
}
}


.mw-content-ltr ul ul {
#content .new {
    margin-bottom: 0;
  color: var(--theme-alert-color);
}
}


.mw-content-ltr ol {
#content .new:hover {
    margin: 0 0 0.8em 2em;
  color: var(--theme-alert-color-hover);
}
}


.mw-content-ltr ol ol {
/* <code> and <pre>, but not for source editor */
    margin-bottom: 0;
#content code:not(.CodeMirror-line),
#content pre:not(.CodeMirror-line) {
  background-color: var(--theme-page-background-color--secondary);
}
}


table.wikitable ul,
#content pre:not(.CodeMirror-line) {
table.wikitable ol {
  border: 1px dashed var(--theme-border-color);
    margin-bottom: 0;
}
}


dl {
/* Enforce bullet points in collapsibles */
    margin: 0;
.mw-collapsible ul > li,
.va-table ul > li,
.ace-table ul > li {
  list-style: disc;
}
}


dd {
/* ################################################# */
    min-width: 17.85em;
/* ### TABLES - DEPRECIATED PLEASE USE ACE-TABLE ### */
/* ################################################# */
 
.va-table {
  background: var(--theme-page-background-color--secondary);
  border-collapse: collapse;
  empty-cells: show;
  font-size: 12px;
  line-height: 16.5px;
  margin-bottom: 5px;
  border-radius: 12px;
}
}


hr {
.va-table td,
    border-color: #e4eaee;
.va-table th {
    border-style: solid;
  border: 1px solid var(--theme-border-color);
    border-width: 1px 0 0 0;
  padding: 1px 2px;
    height: initial;
  background: transparent;
}
}


div.thumbinner {
.va-table tr {
    border: 1px solid #e4eaee;
  background: var(--theme-page-background-color--secondary);
    background: none;
    padding: 0;
}
}


html .thumbimage {
.va-table th {
    border: none;
  background: var(--theme-page-background-color--quinary);
  color: var(--theme-page-text-color);
  font-weight: bold;
}
}


html .thumbcaption {
.va-table-collapse .collapseButton {
    color: #5d6773;
  margin-left: 10px !important;
    background: #ffffff;
  position: absolute;
    border-top: 1px solid #e4eaee;
  color: var(--theme-accent-dynamic-color-3);
    padding: 0.4em 0.6em;
    box-sizing: border-box;
    word-wrap: break-word;
}
}


.thumbcaption .magnify {
.va-table > tr.va-table-highlight,
    display: none;
.va-table > * > tr.va-table-highlight {
  background: var(--theme-page-background-color--tertiary);
}
}


.article-thumb {
/* Tables with specific vertical alignment for cells */
    padding: 2px;
.va-table-top td {
  vertical-align: top;
}
}


li.gallerybox div.thumb {
.va-table-middle td {
    background: #ffffff;
  vertical-align: middle;
    border-color: #e4eaee;
}
}


div.gallerytext {
.va-table-bottom td {
    color: #5d6773;
  vertical-align: bottom;
    font-size: 0.85em;
    line-height: 1.6em;
}
}


div.gallerytext p {
/* Tables with specific horizontal alignment for cells */
    margin: 0.5em 0;
.va-table-center td {
  text-align: center;
}
}


.gallery-image-wrapper {
.va-table-left td {
    border: none !important;
  text-align: left;
}
}


.gallery-bg .gallerybox .thumb,
.va-table-right td {
.gallery-bg.mw-gallery-packed .gallerybox .thumb,
  text-align: right;
.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,
/* Tables which are full width in Oasis */
.gallery-bg-1 .gallerybox:nth-of-type(1) img,
.va-table-full {
.gallery-bg-2 .gallerybox:nth-of-type(2) img,
  width: 100%;
.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));
}
}


#filetoc {
/* Tables in which the first column starts with an icon */
    background: #ffffff;
.va-table-icon tr td:first-child {
    border: 1px solid #e4eaee;
  padding-left: 18px;
    border-radius: 4px;
  text-indent: -18px;
    padding: 10px;
    margin-bottom: 1.5em;
}
}


#mw-content-text .mw-userlink[title="User:Abuse filter"],
.va-table-full-ib,
#mw-content-text .mw-userlink[title="User:New user message"],
.va-table-full-infobox {
#mw-content-text .mw-userlink[title="User:Cresbot"],
  width: 380px;
#mw-content-text .mw-userlink[title="User:Gaz GEBot"] {
    color: #f7861b;
}
}


#mw-content-text .mw-userlink[title="User:AesBot"],
.va-table-shaded tr:nth-child(even) {
#mw-content-text .mw-userlink[title="User:AvocadoBot"],
  background-color: var(--theme-page-background-color--aceiary);
#mw-content-text .mw-userlink[title="User:Bot2Pla"],
#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:Trahaearn automaton"] {
    color: #e874cf;
}
}


#mw-content-text .mw-userlink[title="User:JagexKieren"],
/* Adapting lists & paragraphs to altered line-height */
#mw-content-text .mw-userlink[title="User:JagexPebble"],
.va-table ul,
#mw-content-text .mw-userlink[title="User:JagexRyan"],
.va-table ol {
#mw-content-text .mw-userlink[title="User:Jagex Stu"],
  margin: 0 0 0 20px;
#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 Jam"],
#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) {
.va-table ul > li {
    #mw-content-text .mw-userlink[title="User:JagexKieren"],
  line-height: inherit;
    #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 Jam"],
    #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;
    }


.va-table p {
  line-height: inherit;
  margin: 0;
}
}


#viewingold-warning,
.va-table ul + p,
#viewingnew-warning {
.va-table ul + ol,
    background: #ffffff;
.va-table ul + ul,
    border: 1px solid #e4eaee;
.va-table ol + p,
    font-size: 1.1em;
.va-table ol + ol,
    font-weight: bold;
.va-table ol + ul,
    line-height: 1.4em;
.va-table p + p,
    margin: 1em 0 0.5em;
.va-table p + ol,
    padding: 0.75em 1.5em;
.va-table p + ul {
  margin-top: 5px;
}
}


#mw-revision-reason {
/* ############################################ */
    font-style: italic;
/* ###      Table row highlight style      ### */
/* ###          User:Eckserah            ### */
/* ############################################ */
 
tr.row-highlight, .ace-table tr.row-highlight, .ace-table tr.row-highlight td {
  background: var(--theme-page-background-color--aceiary) !important;
}
}


#mw-revision-nav {
tr.row-highlight td {
    text-align: center;
  border: 1px double var(--theme-border-color-alt) !important;
}
}
/* ############################################ */
/* ###          ♠  ACE TABLE  ♠            ### */
/* ############################################ */


div.mw-warning-with-logexcerpt,
.ace-table {
#sp-contributions-footer {
  background: var(--ace-table-heading-background-color);
    background-color: #ffffff;
  border-collapse: collapse;
    border: 1px solid #e4eaee;
  empty-cells: show;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 16.5px;
  margin-bottom: 5px;
  border-radius: 12px;
}
}


div.mw-warning-with-logexcerpt {
.ace-table td,
    padding: 1em 1.5em;
.ace-table th {
  border: 1px solid var(--theme-border-color);
  padding: 1px 2px;
  background: transparent;
}
}


#sp-contributions-footer {
.ace-table tr {
    font-size: 0.9em;
  background: var(--ace-table-background-color);
    text-align: center;
    padding: 1em 1.5em 0.5em;
    margin-top: 1.5em;
}
}


.warningbox {
.ace-table th {
    padding: 1.5em 2em;
  background: var(--theme-page-background-color--quinary);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
  color: var(--theme-page-text-color);
  font-weight: bold;
}
}


#mw-anon-edit-warning {
.ace-table-collapse .collapseButton {
    font-size: 0.9em;
  margin-left: 10px !important;
    padding: 1.5em 2em 0.75em;
  position: absolute;
  color: var(--theme-accent-dynamic-color-3) !important;
}
}


#mw-anon-edit-warning .editwarning-title {
.ace-table > tr.ace-table-highlight,
    font-size: 1.2em;
.ace-table > * > tr.ace-table-highlight {
    margin-bottom: 0.4em;
  background: var(--theme-page-background-color--aceiary) !important;
}
/*
.ace-table > * > tr > td {
  background-color: var(--ace-table-background-color);
  color: var(--ace-table-text-color);
}
*/
.ace-table > * > tr > th {
  background-color: var(--ace-table-heading-background-color);
  color: var(--ace-table-text-color);
  padding: 2px;
}
}


.mw-editform #editpage-copywarn {
.ace-table ul + p,
    line-height: 1.6em;
.ace-table ul + ol,
    padding: 0 0 0.5em;
.ace-table ul + ul,
.ace-table ol + p,
.ace-table ol + ol,
.ace-table ol + ul,
.ace-table p + p,
.ace-table p + ol,
.ace-table p + ul {
  margin-top: 5px;
}
}


.mw-warning {
/* Tables with specific vertical alignment for cells */
    color: #705000;
.ace-table-top td {
    border: 1px solid #fde29b;
  vertical-align: top;
    background-color: #fdf1d1;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.1);
    margin: 1em 5em;
}
}


#pagehistory {
.ace-table-middle td {
    margin: 15px 0;
  vertical-align: middle;
    list-style: none;
}
}


#pagehistory li {
.ace-table-bottom td {
    padding: 1px 10px;
  vertical-align: bottom;
    border-color: transparent;
}
}


#pagehistory li.selected {
/* Tables with specific horizontal alignment for cells */
    border: 1px solid #e4eaee;
.ace-table-center td {
    background: #ffffff;
  text-align: center;
}
}


#pagehistory .mw-history-histlinks {
.ace-table-left td {
    padding-right: 5px;
  text-align: left;
}
}


#pagehistory .mw-userlink {
.ace-table-right td {
    font-weight: bold;
  text-align: right;
}
}


#mw-history-compare > div:first-of-type {
/* Tables which are full width in Oasis */
    position: -webkit-sticky;
.ace-table-full {
    position: sticky;
  width: 100%;
    top: 0;
    background-color: #fbfbfb;
    border-bottom: 1px solid #e4eaee;
    padding: 0.25em 0;
}
}


.wgl-stickyheader #mw-history-compare > div:first-of-type {
/* Tables in which the first column starts with an icon */
    top: 2.75em;
.ace-table-icon tr td:first-child {
  padding-left: 18px;
  text-indent: -18px;
}
}


.updatedmarker {
.ace-table-full-ib,
    color: #2e5e05;
.ace-table-full-infobox {
    background-color: #c3e8a3;
  width: 380px;
    padding: 0 5px;
    border-radius: 3px;
    display: inline-block;
}
}


.updatedmarker::first-letter {
.ace-table-shaded tr:nth-child(even) {
    text-transform: capitalize;
  background-color: var(--theme-page-background-color--aceiary);
}
}


body.wgl-stickyheader.action-view .mw-headline:target::before {
/* Adapting lists & paragraphs to altered line-height */
    display: block;
.ace-table ul,
    content: '';
.ace-table ol {
    margin-top: -3rem;
  margin: 0 0 0 20px;
    height: 3rem;
    visibility: hidden;
    pointer-events: none;
}
}


#contentSub {
.ace-table li {
    margin-left: 0;
  line-height: inherit;
}
}


.smwfact {
.ace-table p {
    display: none;
  line-height: inherit;
  margin: 0;
}
}


body.wgl-stickyheader .mw-notification-area {
/* ############################################ */
    padding-top: 4.5em;
/* ### DIALOGUE TABLE                      ### */
/* ### Used to display dialogue exports.   ### */
/* ###                                      ### */
/* ### Used in: various dialogue pages      ### */
/* ############################################ */
 
.np-table-dialogue tr th:first-child {
  width: 165px;
}
}


body.wgl-stickyheader .postedit-container {
.np-table-dialogue tr th:first-child + th + th {
    top: 4.5em;
  width: 65px;
}
}


.subpages + .mw-redirectedfrom {
/* ############################################ */
    display: block;
/* ### TWO-COLUMN FLEX BOX                  ### */
    margin-top: 0.3em;
/* ### Use this instead of a table if two  ### */
/* ### columns suffice.                     ### */
/* ###                                      ### */
/* ### Used in: very few pages              ### */
/* ############################################ */
 
.np-flex {
  width: 330px;
  display: inline-block;
  border: solid 1px var(--theme-border-color);
}
}


.smw-column-header {
.np-box {
    color: inherit;
  padding: 0 10px;
  width: auto;
  vertical-align: top;
}
}


input[name="model"][value="Scribunto"] ~ .wikiEditor-ui #wpTextbox1,
.np-box-top {
input[name="model"][value="css"] ~ .wikiEditor-ui #wpTextbox1,
  font-weight: bold;
input[name="model"][value="less"] ~ .wikiEditor-ui #wpTextbox1,
input[name="model"][value="javascript"] ~ .wikiEditor-ui #wpTextbox1,
input[name="model"][value="json"] ~ .wikiEditor-ui #wpTextbox1 {
    height: 600px;
}
}


#mw-scribunto-input,
.np-widebox {
#mw-scribunto-output {
  clear: right;
    padding: 3px;
  float: right;
    font-family: monospace;
  margin: 0 0 0.5em 1.5em;
    font-size: 13px;
  border: 1px solid var(--theme-border-color);
    line-height: 1.5em;
  box-shadow: 2px 2px 2px var(--theme-border-color);
  display: inline-block;
  width: 290px;
}
}


.cm-mw-pagename {
.np-widebox-title a:link,
    text-decoration: none;
.np-widebox-title a:visited {
  color: var(--theme-accent-dynamic-color-3) !important;
}
}


td.diff-context {
.np-widebox-title {
    background: #fdfdfd;
  font-size: 118%;
    border-color: #f1f1f1;
  font-weight: bold;
    opacity: 0.8;
  background: var(--theme-accent-color) var(--theme-widget-background);
  border: 1px solid var(--theme-border-color);
  color: var(--theme-accent-dynamic-color-1);
  padding: 1px 2px;
  text-align: center;
  margin: 1px 1px 0;
}
}


td.diff-addedline {
.np-widebox-groups {
    background: #ffffff;
  display: table;
    border-color: #438ab5;
  border-spacing: 1px;
  margin: 0;
  width: 100%;
}
}


td.diff-addedline .diffchange {
.np-widebox-groups > div {
    background: #bddff2;
  display: table-row;
}
}


td.diff-deletedline {
.np-widebox-cell-left,
    background: #ffffff;
.np-widebox-cell-right {
    border-color: #379541;
  display: table-cell;
  padding: 1px 2px;
}
}


td.diff-deletedline .diffchange {
.np-widebox-cell-left {
    background: #c1edbf;
  background: var(--theme-page-background-color--quinary);
  border: 1px solid var(--theme-border-color);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  width: 33%;
}
}


hr.diff-hr {
.np-widebox-cell-right {
    display: none;
  background: var(--theme-page-background-color--secondary);
  border: 1px solid var(--theme-border-color);
  font-size: 11px;
  line-height: 16px;
  vertical-align: top;
}
}


.ajaxpoll {
.np-widebox-columns {
    background: #ffffff;
  font-size: 11px;
    border: 1px solid #e4eaee;
  width: 100%;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
  list-style: none;
    padding: 20px 30px;
  text-align: center;
}
}


.ajaxpoll .ajaxpoll-question {
.np-widebox-columns ul,
    margin-bottom: 8px;
.np-widebox-columns li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 16px;
}
}


.ajaxpoll input {
.np-widebox-columns td {
    margin-bottom: 3px;
  background: var(--theme-page-background-color--secondary);
    margin-right: 8px;
  border: 1px solid var(--theme-border-color);
  width: 50%;
}
}


.ajaxpoll .ajaxpoll-answer {
/* ########################################################################## */
    margin-bottom: 8px;
/* ### EXTENSIONS                                                        ### */
/* ### Overrides for extensions.                                          ### */
/* ########################################################################## */
 
/* ############################################ */
/* ### CATEGORYTREE                        ### */
/* ### Applies to: Extension:Categorytree  ### */
/* ############################################ */
 
.va-pagelist a.CategoryTreeLabelPage,
.va-pagelist-hidefirst a.CategoryTreeLabelPage {
  font-style: normal;
}
}


.ajaxpoll .ajaxpoll-answer-vote {
.va-pagelist div.CategoryTreeItem,
    border: none;
.va-pagelist-hidefirst div.CategoryTreeItem {
    background: #f6f6f6;
  display: list-item;
    width: calc(100% - 40px);
  list-style-type: disc;
    margin: 0 auto;
  list-style-position: outside;
  margin-left: 1.5em;
}
}


.ajaxpoll .ajaxpoll-answer-vote span {
.va-pagelist-hidefirst div.CategoryTreeSection:first-child {
    font-weight: bold;
  display: none;
    top: -2px;
}
}


.ajaxpoll .ajaxpoll-answer-vote div {
.CategoryTreeItem .CategoryTreePageBullet {
    background: #ccd2d8;
  border-left: 0 !important;
    border: none;
}
}


.ajaxpoll .ajaxpoll-our-vote div {
/* ############################################ */
    top: 0;
/* ### NAVBOXES                            ### */
    left: 0;
/* ### Used in: Template:Navbox            ### */
/* ############################################ */
 
/* Outer table - widths, floats */
.va-navbox {
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  border-radius: 0px;
}
}


.ajaxpoll .ajaxpoll-hover-revoke,
.va-navbox-bottom {
.ajaxpoll .ajaxpoll-hover-vote {
  width: 100%;
    background: none;
  clear: both;
  margin: 5px auto 0;
}
}


.ajaxpoll .ajaxpoll-ajax {
.va-navbox-left {
    color: #949eaa;
  width: 200px;
    font-size: 0.9em;
  clear: left;
    background: #f9f9f9;
  float: left;
    border-radius: 3px;
  margin: 10px;
    padding: 2px 6px;
    margin-bottom: 8px;
}
}


.ajaxpoll .ajaxpoll-misc,
.va-navbox-right {
.ajaxpoll .ajaxpoll-info {
  width: 200px;
    color: #949eaa;
  clear: right;
    font-size: 0.9em;
  float: right;
  margin: 10px;
}
}


.ajaxpoll .ajaxpoll-info {
/* Inner tables */
    margin-top: 10px;
.va-navbox-brick {
  width: 100%;
  margin: 0;
  border-radius: 0px;
}
}


.ajaxpoll .ajaxpoll-id-info {
/* Cellspacing */
    display: none;
.va-navbox,
.va-navbox-border,
.va-navbox-brickcont,
.va-navbox-padding,
.va-navbox-space-h,
.va-navbox-space-v {
  background: transparent;
}
}


.poll-result-outer {
.va-navbox-padding {
    cursor: default;
  padding: 3px;
    background: #f6f6f6;
    width: 100%;
    height: 14px;
    margin-bottom: 0.5em;
}
}


.poll-result-inner {
.va-navbox-space-h {
    background: #ccd2d8;
  width: 2px;
    display: block;
    height: 100%;
    font-size: 11px;
    line-height: 14px;
}
}


@keyframes slide-up {
.va-navbox-columncont .va-navbox-space-h {
    from {
  width: 0;
          opacity: 0;
  border-right: 1px solid #000;
          transform: translateY(1rem);
}
    }


    to {
.va-navbox-space-v {
          opacity: 1;
  height: 2px;
          transform: translateY(0);
  font-size: 1pt;
    }
  line-height: 0;
}


/* Cell styles and widths */
/* Remember to update the column width calculations when changing widths */
.va-navbox-title {
  background: var(--theme-accent-color) var(--theme-widget-background);
  border: 0 solid var(--theme-border-color);
  font-weight: normal;
  color: var(--theme-accent-dynamic-color-1);
  padding: 4px 3px;
  border-radius: 0px;
}
}


@keyframes slide-down {
.va-navbox-headertext,
    from {
.va-navbox-titletext {
          opacity: 0;
  font-weight: bold;
          transform: translateY(-1rem);
  padding-left: 40px;
    }
  padding-right: 40px;
 
    to {
          opacity: 1;
          transform: translateY(0);
    }
 
}
}


.slide-up {
.va-navbox-maintitle .va-navbox-titletext {
    animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
  font-size: 120%;
}
}


.slide-up-2 {
.va-navbox-editlink {
    animation: 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
  float: left;
  width: 40px;
  text-align: left;
  margin-left: 10px;
}
}


.slide-up-3 {
.va-navbox-cell,
    animation: 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-up;
.va-navbox-colgroup,
.va-navbox-column,
.va-navbox-footer,
.va-navbox-group,
.va-navbox-header,
.va-navbox-image,
.va-navbox-subgroup {
  padding: 3px 3px;
  border-radius: 0px;
  border: 1px solid #000;
}
}


.slide-down {
.va-navbox-colgroup,
    animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
.va-navbox-group,
.va-navbox-subgroup {
  font-weight: bold;
  border-radius: 0px;
}
}


.slide-down-2 {
.va-navbox-group,
    animation: 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
.va-navbox-subgroup {
  width: 15%;
  text-align: center;
  border-radius: 0px;
}
}


.slide-down-3 {
.va-navbox-footer,
    animation: 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-down;
.va-navbox-group,
.va-navbox-header {
  background-color: #c6c6c6;
  border: 1px solid #000;
  border-radius: 0px;
}
}


.censored {
.va-navbox-colgroup,
    color: #000000;
.va-navbox-subgroup {
    background-color: #000000;
  background-color:#333;
  border: 1px solid #000;
  border-radius: 0px;
}
}


.censored a {
.va-navbox-cell,
    color: #000000;
.va-navbox-column,
    text-decoration: underline;
.va-navbox-image
  border: 1px solid #000;
  border-radius: 0px;
}
}


.censored:hover {
.va-navbox-cell-nogroups,
    background-color: #fff;
.va-navbox-column,
.va-navbox-colgroup,
.va-navbox-footer,
.va-navbox-image {
  text-align: center;
}
}


.oo-ui-window-foot.mw-kartographer-mapDialog-foot .mw-kartographer-inlinefoot .mw-kartographer-captionfoot {
.va-navbox-cell-withgroups {
    font-size: 1.25em;
  text-align: left;
}
}


.mw-kartographer-interactive.leaflet-container .marker-description img {
.va-navbox-column {
    margin-bottom: 0.5em;
  vertical-align: top;
}
}


.mw-kartographer-interactive.leaflet-container .marker-description p:last-child {
.va-navbox-image {
    margin-bottom: 0;
  width: 8%;
}
}


#mw-content-text .show,
/* Lists in column rows */
#mw-content-text .hover:hover.hide {
.va-navbox-formatlist ul,
    display: none;
.va-navbox-formatlist li {
  list-style: none;
  line-height: 16px;
  margin: 0.6em 0;
  padding: 0;
}
}


#mw-content-text .hover:hover .show {
.va-navbox-formatlist li li {
    display: inline;
  font-size: 90%;
}
}


#mw-content-text .hover:hover div.show {
.va-navbox-formatlist li ul {
    display: block;
  margin-top: -0.1em;
  margin-bottom: 0.5em;
}
}


#mw-content-text .toc.show {
.va-navbox-formatlist li ul li {
    display: table;
  margin: 0;
}
}


.ChooseOption {
/* Nested */
    background: #fff;
.va-navbox .va-navbox-nested {
    border: 3px double black;
  font-size: 100%;
    color: #c6b895;
    display: inline-block;
    line-height: 1.1;
}
}


.ChooseOption:hover .OptionWindow {
.va-navbox-nested .va-navbox-title {
    display: inline;
  background: var(--theme-page-background-color--quinary);
  color: var(--theme-page-text-color);
  border: 1px solid #000;
}
}


.ChooseOption.bold {
.va-navbox-nested .va-navbox-footer,
    font-weight: bold;
.va-navbox-nested .va-navbox-group,
.va-navbox-nested .va-navbox-header {
  background: var(--theme-page-background-color--quaternary);
}
}


.OptionHover {
.va-navbox-nested .va-navbox-colgroup,
    background: #0d1e25;
.va-navbox-nested .va-navbox-subgroup {
    cursor: default;
  background: var(--theme-page-background-color--tertiary);
    display: inline-block;
}
}


.OptionHeader {
/* Links  (using #content to give higher priority) */
    background: #0b0c05;
#content .va-navbox-editlink .va-navbar-item a,
    border-bottom: 1px solid #223239;
#content .va-navbox-editlink .va-navbar-item a:link,
    cursor: default;
#content .va-navbox-editlink .va-navbar-item a:visited,
    display: block;
#content .va-navbox-editlink .va-navbar-item a:hover,
#content .va-navbox-editlink .va-navbar-item a:active {
  color: var(--theme-accent-dynamic-color-1);
}
}


.OptionWindow {
#content .va-navbox-nowraplinks .va-navbox-cell a,
    background: white;
#content .va-navbox-nowraplinks .va-navbox-column a {
    border: 3px double black;
  white-space: nowrap;
    border-radius: 4px 4px 2px 2px;
    display: none;
    font-family: RuneScape;
    font-size: 16px;
    font-weight: normal !important;
    position: absolute;
    margin-top: -3px;
    z-index: 3;
}
}


.OptionWindow .content {
#content .va-navbox-maintitle a,
    background: #0d1e25;
#content .va-navbox-maintitle a:link,
    display: block;
#content .va-navbox-maintitle a:visited {
  color: var(--theme-accent-dynamic-color-3);
}
}


.OptionWindow .content > *:not(.OptionHeader),
#content .va-navbox-maintitle a:hover,
.OptionWindow a {
#content .va-navbox-maintitle a:active {
    color: inherit;
  color: var(--theme-accent-dynamic-color-1);
    cursor: default;
    display: block;
    padding: 0 1px;
    text-shadow: #000 1px 1px 0px;
    white-space: nowrap;
}
}


.OptionWindow .content > *:not(.OptionHeader):hover,
/* ############################################ */
.OptionWindow a:hover {
/* ### DIRECTION & SOURCE BOXES            ### */
    text-decoration: none;
/* ### Used in: Template:Directionbox      ### */
    background: #1d2e55;
/* ###          Template:Sourcebox          ### */
}
/* ############################################ */


.OptionWindow strong,
/* Template:Directionbox */
.OptionWindow b,
.ace-dirbox {
.OptionWindow * {
  color: var(--theme-page-text-color);
    font-weight: normal !important;
  background-color: #8f98a7;
  clear: both;
  padding: 2px 2px;
  border-top: 4px solid #38404d;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
}


.OptionWindow .item {
.ace-dirbox th {
    color: #ff9040;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 2px 5px;
}
}


.OptionWindow .NPC,
.ace-dirbox td {
.OptionWindow .npc {
  padding: 1px 5px;
    color: #ff0;
  width: 100%;
}
}


.OptionWindow .player {
.ace-dirbox + .ace-dirbox {
    color: #fff;
  margin-top: 2px;
}
}


.OptionWindow .scenery {
/* Template:Sourcebox */
    color: #0ff;
.va-sourcebox {
  margin: 0;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 16px;
}
}


.OptionWindow .cb-min {
.va-sourcebox th {
    color: #0f0;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}
}


.OptionWindow .cb-same {
.va-sourcebox td {
    color: #ff0;
  padding: 0;
}
}


.OptionWindow .cb-max {
.va-sourcebox td span {
    color: #f00;
  border-top: 1px solid var(--theme-border-color);
  border-bottom: 1px solid var(--theme-border-color);
  display: block;
  padding: 2px 5px;
  float: left;
}
}


.ChooseOption.bold .OptionWindow *,
/* Printing */
.OptionWindow.bold *,
@media print {
.OptionHeader.bold * {
  .va-copybox,
     font-family: RuneScape !important;
  .va-sourcebox {
    font-weight: bold !important;
     background: transparent none;
}
  }


.hover-text {
  .va-navbox,
    border-bottom: 1px black dotted;
  .va-navbox-border {
     cursor: help;
     display: none;
}
  }


.nodesktop {
  .va-dirbox,
  .va-mbox {
     display: none;
     display: none;
  }
}
}


.tile {
/* ############################################ */
    background: #ffffff;
/* ###      Template:Mbox                  ### */
    border: 1px solid #e4eaee;
/* ############################################ */
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 
    padding: 1.5em 2em 1em;
/* Template:Mbox */
    max-width: 40em;
.va-mbox {
  color: var(--theme-page-text-color);
  background-color: #e6f4fa;
  clear: both;
  padding: 2px 5px;
  border-top: 4px solid #0959c1;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  border-radius: 9px;
}
}


.tile h2 {
.va-mbox + .va-mbox {
    font-size: 1.4em;
  margin-top: -8px;
    font-weight: bold;
    border: none;
    margin: 0 0 0.4em;
}
}


.tile .byline + h2 {
.va-mbox th {
    margin-top: -0.5em;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 1px 0 1px 5px;
}
}


.tile.link-button {
.va-mbox td {
    padding: 0;
  padding-left: 5px;
  overflow: auto;
}
}


.tile.link-button a {
/* ############################################ */
    color: inherit;
/* ### AUDIO SNIPPETS, QUOTES & TRANSCRIPTS ### */
    display: block;
/* ### Used in: Template:Quotation          ### */
    padding: 1.25em 1.5em 0.75em;
/* ###          Template:Transcript        ### */
    text-decoration: none;
/* ############################################ */
 
/* Container */
.va-listen,
.va-quotation,
.va-transcript {
  line-height: 18px;
  padding: 10px 45px;
}
}


.tile.dark {
.va-quotation {
    color: #ffffff;
  overflow: hidden;
    background: #5d6773;
    border: none;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
}
}


.tile.dark h2,
table td .va-quotation {
.tile.dark h3 {
  overflow: visible;
    color: #ffffff;
}
}


.tile.dark a {
.va-quotation-body {
    color: #ccd2d8;
  display: block;
}
}


.tile.dark .byline {
.va-quotation-quote {
    color: rgba(255, 255, 255, 0.7);
  display: block;
  position: relative;
  z-index: 1;
}
}


.byline {
.va-listen-left,
    font-size: 0.9em;
.va-listen-right,
    color: #949eaa;
.va-quotation-left,
.va-quotation-right {
  border-bottom: 1px solid var(--theme-border-color);
  border-top: 1px solid var(--theme-border-color);
  width: 200px;
}
}


.byline a {
.va-listen-left,
    color: #949eaa;
.va-quotation-left {
  clear: left;
  float: left;
  margin: 10px;
}
}


.tile-row {
.va-listen-right,
    display: flex;
.va-quotation-right {
    flex-flow: row wrap;
  clear: right;
    margin-bottom: 1em;
  float: right;
  margin: 10px;
}
}


.tile-halves {
.va-quotation-center {
    display: flex;
  text-align: center;
    flex-flow: row wrap;
    border: 1px solid #e4eaee;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
}


.tile-halves h2 {
.va-quotation-center .va-quotation-body {
    font-size: 1.4em;
  display: inline-block;
    font-weight: bold;
    border: none;
    margin: 0 0 0.4em;
}
}


.tile-halves .byline + h2 {
/* Quotation marks/icons */
    margin-top: -0.5em;
.va-listen-icon,
.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-quotation-quot-l,
.va-quotation-quot-r {
  width: 40px;
  z-index: -1;
}
}


.tile-top {
.va-listen-icon,
    width: 100%;
.va-newsquote-quot-l,
    padding: 1.3rem 1.5rem 0.6rem;
.va-newsquote-quot-r,
.va-transcript-icon {
  position: relative;
}
}


.tile-top.tile-image {
.va-quotation-quot-l,
    display: flex;
.va-quotation-quot-r {
    align-items: center;
  position: absolute;
    background-color: #949eaa;
    overflow: hidden;
    padding: 0;
    height: 13vw;
    max-height: 12em;
}
}


.tile-top.tile-image a {
.va-listen-icon,
    width: 100%;
.va-transcript-icon {
  float: left;
  left: -30px;
  margin-right: -40px;
  top: -5px;
}
}


.tile-top.tile-image img {
.va-newsquote-quot-l,
    width: 100%;
.va-newsquote-quot-r,
    height: auto;
.va-quotation-quot-l,
    transition: 0.4s ease-out;
.va-quotation-quot-r {
  color: var(--theme-page-background-color--quinary);
  font: bold 55px/40px serif;
  height: 18px;
}
}


.tile-bottom {
.va-newsquote-quot-l,
    background: #ffffff;
.va-quotation-quot-l {
    border-top: 1px solid #e4eaee;
  left: -27px;
    width: 100%;
  text-align: left;
    padding: 1rem 1.5rem 0.6rem;
}
}


.tile-bottom.link-button {
.va-newsquote-quot-r,
    align-self: flex-end;
.va-quotation-quot-r {
    padding: 0;
  right: -27px;
  text-align: right;
}
}


.tile-bottom.link-button a {
.va-newsquote-quot-l {
    display: block;
  float: left;
    text-align: center;
  margin-right: -40px;
    padding: 0.75em 1.5em 0.8em;
    text-decoration: none;
}
}


.tile-bottom.read-more {
.va-newsquote-quot-r {
    background: #f9fafa;
  float: right;
    transition: 0.3s ease-out;
  margin-left: -40px;
}
}


.tile-bottom.read-more a {
.va-quotation-quot-l {
    color: #949eaa;
  top: -2px;
    font-weight: bold;
    text-align: right;
}
}


.tile-bottom.read-more:hover {
.va-quotation-quot-r {
    background: #f2f4f4;
  bottom: 2px;
}
}


.tile-bottom.read-more:hover .arrow {
/* Quoted text/audio file desc */
    transform: translateX(50%);
.va-listen-item,
.va-listen-item .ogg-player-options,
.va-newsquote-text,
.va-quotation-text {
  font-size: 12px;
}
}


.tile-bottom.read-more .arrow {
.va-inlinequote-text,
    filter: invert(43%) sepia(50%) hue-rotate(175deg);
.va-listen-text,
    margin-left: 0.4em;
.va-newsquote-text,
    transition: 0.3s ease-out;
.va-quotation-text {
  font-style: italic;
}
}


.tile.oswf-day {
.va-transcript-text {
    margin-left: 0.5em;
  font-family: monospace !important;
}
}


.oswf-tile {
.va-quotation-text {
    margin: 1em;
  display: block;
  margin-top: -0.4em;
  text-align: left;
}
}


.oswf-tile.oswf-complete {
.va-quotation-text ol,
    opacity: 0.75;
.va-quotation-text p,
.va-quotation-text ul {
  margin-bottom: 0;
}
}


.oswf-tile .oswf-summary {
/* Source */
    font-size: 105%;
.va-newsquote-source,
    line-height: 1.6;
.va-quotation-source {
    margin-top: -0.4em;
  padding: 5px 15px 0;
  text-align: right;
}
}


.oswf-tile .oswf-img {
.va-quotation-source {
    display: block;
  display: block;
    max-width: 75px;
  font-size: 10px;
    float: right;
  line-height: 15px;
}
}


.oswf-tile .oswf-img img {
/* "Incomplete quote" dots */
    max-width: 100%;
.va-newsquote-dots {
    height: auto;
  font-style: normal;
  padding: 3px 0;
}
}


.oswf-tile .oswf-guidance {
/* Audio file list */
    border-top: 1px solid #eeeeee;
.va-listen-item {
    padding-top: 1em;
  margin: 0 auto;
  width: 180px;
}
}


.js-tooltip-text {
.va-listen-item audio {
    padding: 5px;
  margin-bottom: 5px;
  width: 100%;
}
}


.js-tooltip-wrapper {
.va-listen-item div {
    position: absolute;
  margin-bottom: 2px;
    z-index: 999999;
    max-width: 75%;
    padding: 5px;
    border: 3px solid #438ab5;
    background: #ffffff;
    -webkit-box-shadow: 3px 3px 10px -5px #333;
    -moz-box-shadow: 3px 3px 10px -5px #333;
    box-shadow: 3px 3px 10px -5px #333;
    font-size: 12px;
}
}


.js-tooltip-click {
.va-listen-item + .va-listen-item {
    color: white;
  border-top: 1px solid var(--theme-border-color);
    background: #438ab5;
  margin-top: 5px;
    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 {
.np-quote-snd-trigger {
    position: absolute;
  display: inline-block;
    border-color: transparent;
  position: absolute;
    border-style: solid;
  top: auto;
    z-index: 900001;
  left: auto;
    width: 0;
  padding: 0 2px;
    height: 0;
}
}


.js-tooltip-arrow.js-tooltip-arrow-pointleft {
.np-quote-snd-trigger:hover .np-quote-snd-player {
    border-right-color: #438ab5;
  visibility: visible;
    border-left-color: transparent;
    border-left-width: 0;
}
}


.js-tooltip-arrow.js-tooltip-arrow-pointright {
.np-quote-snd-player {
    border-left-color: #438ab5;
  visibility: hidden;
    border-right-color: transparent;
  position: absolute;
    border-right-width: 0;
  top: -55px;
  left: 100%;
  z-index: 100 !important;
  width: 300px;
  overflow-x: hidden;
  margin: 0;
  padding: 5px 10px 10px;
  border: 1px solid var(--theme-border-color);
  border-radius: 5px;
  box-shadow: var(--theme-border-color) 2px 2px 5px 0;
  background-color: white;
  color: black;
  text-align: left;
  font: normal normal normal 13px / normal Helvetica, Arial, sans-serif;
}
}


.js-tooltip-close {
.np-quote-snd-player-img {
    float: right;
  float: left;
    margin-left: 10px;
  width: 50px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: 1px;
    background: #438ab5;
    border: 0;
}
}


.transcript {
.np-quote-snd-player-title {
    -webkit-border-radius: 0 0 120px 120px / 0 0 8px 8px;
  width: 250px;
    -moz-border-radius: 0 0 120px 120px / 0 0 8px 8px;
  height: 50px;
    border-radius: 0 0 120px 120px / 0 0 8px 8px;
  display: table-cell;
    -webkit-box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
    -moz-box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4);
    width: fit-content;
    overflow: hidden;
    background: #f1f1f1;
    margin: 0 0 15px 15px;
    padding: 5px 20px 15px 20px;
}
}


.transcript.godletter {
.np-quote-snd-player-title span {
    margin: 20px auto;
  font-size: 18px;
    padding: 20px 30px;
}
}


.ns-120 .mw-parser-output > ul,
/* ############################################ */
.transcript > ul {
/* ### STAT TABLES                          ### */
    list-style: none;
/* ### Used in: Template:Stats              ### */
}
/* ############################################ */


.ns-120 .mw-parser-output > ul li,
.va-stats-creature-name {
.transcript > ul li {
  text-align: center;
    list-style: none;
    border-left: 1px dashed #bdc5cd;
    padding-left: 15px;
    margin: 12px 0;
    line-height: 1.65;
}
}


.ns-120 .mw-parser-output > ul li b:first-of-type,
.va-stats-creature-icontable {
.transcript > ul li b:first-of-type {
  margin: 0 auto;
    display: block;
}
}


.ns-120 .mw-parser-output > ul li:last-of-type,
.va-stats-creature-icontable td {
.transcript > ul li:last-of-type {
  border: none;
    margin-bottom: 0;
}
}


.ns-120 .mw-parser-output > ul li:hover,
.va-stats-creature-icon {
.transcript > ul li:hover {
  position: absolute;
    border-color: #444e5a;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  font-weight: bold;
}
}


.quest-action {
.va-stats-creature-item {
    text-align: center;
  position: relative;
    font-style: italic;
  padding: 0 2px 0 22px;
    margin: 0 5%;
  min-width: 10px;
}
}


.quest-action:before,
.va-stats-creature-item + .va-stats-creature-item {
.quest-action:after {
  margin-top: 2px;
    content: '———';
    margin: 4px;
    letter-spacing: -1px;
}
}


ul.actionbar,
.va-stats-creature-icontable-full,
ul.actionbar-revolution {
.va-stats-creature-layout-1 td {
    -webkit-box-sizing: border-box;
  width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 39px 0 0 6px;
    margin: 0;
    width: 530px;
    height: 76px;
}
}


ul.actionbar li,
.va-stats-creature-layout-2 td {
ul.actionbar-revolution li {
  width: 50%;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 4px;
}
}


ul.actionbar {
.va-stats-creature-layout-3 td {
    background: url('filepath://Template_action_bar.png');
  width: 33%;
}
}


ul.actionbar .mw-empty-elt {
.va-stats-creature-layout-3 td:first-child {
    display: block;
  width: 34%;
}
}


ul.actionbar-revolution {
.va-stats-creature-layout-4 td {
    background: url('filepath://Template_action_bar_revolution.png');
  width: 25%;
}
}


.ability-rotation {
/* ################################################ */
    border-width: 1px;
/* ### CRAFTING TABLES                          ### */
    border-style: solid;
/* ### Used in: Template:Crafting table        ### */
    border-radius: 2px;
/* ### Used in: Template:Crafting table FO76    ### */
    line-height: 40px;
/* ################################################ */
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 0.2em;
    background-color: #e4eaee;
    border-color: #bdc5cd;
}


body.wgl-stickyheader.action-view .wgl-anchor:target::before {
.ace-crafting-table {
    display: block;
  font-size: 11px;
    content: '';
  line-height: 16px;
    margin-top: -4rem;
  margin-bottom: 5px;
    height: 4rem;
    visibility: hidden;
    pointer-events: none;
}
}


body.wgl-stickyheader.action-view .wgl-anchor:target {
.ace-crafting-block {
    display: block;
  border: 1px solid var(--theme-border-color);
    position: relative;
  margin: 0;
  padding: 1px 2px;
  background-color: var(--theme-page-background-color--secondary);
}
}


.archive {
.ace-crafting-block + .ace-crafting-block {
    border: 1px solid #e4eaee;
  margin-top: 3px;
    background-color: #ffffff;
    text-align: center;
    margin: 5px;
    padding: 5px;
    float: right;
    width: 120px;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
}


.attack-speed {
.ace-crafting-requirement {
    max-width: 150px;
  background-color: var(--theme-page-background-color--quaternary) !important;
    line-height: 1.3em;
    display: block;
    text-align: center;
}
}


.attack-speed b {
.ace-crafting-highlight {
    width: 100%;
  background-color: var(--theme-page-background-color--quinary) !important;
    background-color: #dedede;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.2);
    display: block;
    border-radius: 2.5px;
    height: 5px;
}
}


.attack-speed b::after {
.ace-crafting-table .selflink {
    border-radius: 2.5px;
  font-weight: normal;
    height: 5px;
    content: "";
    background-color: #999999;
    display: inline-block;
    width: 0%;
    float: left;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
}
}


.attack-speed.weapon {
    max-width: 150px;
}


.attack-speed.weapon b {
/* ############################################ */
    background-color: #c6dce8;
/* ### ENGINE IDS                          ### */
}
/* ### Used in: Template:ID                ### */
/* ###          Template:DLC ID            ### */
/* ###          Template:Proto              ### */
/* ############################################ */


.attack-speed.weapon b::after {
.va-formid,
    background-color: #438ab5;
.va-protoid {
  font-family: monospace;
}
}


.attack-speed.monster {
/* ############################################ */
    max-width: 123px;
/* ### SPECIAL <pre> TAGS                  ### */
}
/* ### Used in: Template:Pre fake          ### */
/* ############################################ */


.attack-speed.monster b {
.va-pre-fake {
    background-color: #ecccc6;
  background-color: var(--theme-page-background-color--light);
  overflow: auto;
  font-family: monospace;
  white-space: pre;
  border: 1px dashed var(--theme-border-color);
  line-height: 14px;
  padding: 12px;
}
}


.attack-speed.monster b::after {
/* ############################################ */
    background-color: #861c10;
/* ### TEMPLATE DOCUMENTATION              ### */
}
/* ### Used in: Template:Docparam          ### */
/* ###          Template:Documentation      ### */
/* ############################################ */


.attack-speed.weapon.fastest b::after {
/* Template:Docparam */
    width: 100%;
.va-docparam {
  padding: 0 2px 0 20px;
  text-indent: -20px;
  margin-bottom: 3px;
  background: var(--theme-page-background-color--light);
  border: 1px dotted var(--theme-border-color);
  overflow: auto;
}
}


.attack-speed.weapon.fast b::after {
.va-docparam-icon {
    width: 80%;
  margin: 0;
  padding: 0;
  width: 20px;
  float: left;
}
}


.attack-speed.weapon.average b::after {
.va-docparam-default {
    width: 60%;
  float: right;
  font-size: 10px;
}
}


.attack-speed.weapon.slow b::after {
.va-docparam-params {
    width: 40%;
  font-family: monospace;
}
}


.attack-speed.weapon.slowest b::after {
.va-docparam-desc {
    width: 20%;
  margin: 0;
  padding: 0 0 5px 20px;
}
}


.attack-speed.monster.t1 b::after {
/* Template:Documentation */
    width: 100%;
.va-documentation,
.va-documentation-bar-top,
.va-documentation-bar-bottom {
  border-color: var(--theme-border-color);
  border-style: solid;
  clear: both;
}
}


.attack-speed.monster.t2 b::after {
.va-documentation {
    width: 90%;
  border-width: 1px;
  margin: 10px 0;
}
}


.attack-speed.monster.t3 b::after {
.va-documentation-bar-top,
    width: 80%;
.va-documentation-bar-bottom {
  background: var(--theme-page-background-color--quaternary);
  padding: 5px;
  margin: 0;
}
}


.attack-speed.monster.t4 b::after {
.va-documentation-bar-top {
    width: 70%;
  border-width: 0 0 1px;
}
}


.attack-speed.monster.t5 b::after {
.va-documentation-bar-bottom {
    width: 60%;
  border-width: 1px 0 0;
  text-align: right;
}
}


.attack-speed.monster.t6 b::after {
.va-documentation-links {
    width: 50%;
  float: right;
  text-align: right;
}
}


.attack-speed.monster.t7 b::after {
.va-documentation-content {
    width: 40%;
  padding: 10px;
  margin: 0;
}
}


.attack-speed.monster.t8 b::after {
.va-documentation-small {
    width: 30%;
  font-size: 10px;
}
}


.attack-speed.monster.t9 b::after {
/* ############################################ */
    width: 20%;
/* ### NOTICES                              ### */
/* ### Used in: Template:Notice            ### */
/* ############################################ */
 
.va-notice {
  background: var(--theme-page-background-color--secondary);
  border: 1px solid var(--theme-border-color);
  margin: 1em;
}
}


.attack-speed.monster.t10 b::after {
.va-notice-image {
    width: 10%;
  padding: 0 10px 0 5px;
}
}


@-webkit-keyframes "random-speed" {
.va-notice-sig {
    0% {
  text-align: right;
          width: 20%;
}
    }


    25% {
/* ############################################ */
          width: 40%;
/* ### CHARTS                              ### */
    }
/* ### Used in: Template:Chart              ### */
/* ############################################ */


    50% {
.va-chart-quest {
          width: 60%;
  background: var(--ace-table-heading-background-color);
    }
  border: 1px solid var(--theme-border-color) !important;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 16px;
}


    75% {
.va-chart-body {
          width: 80%;
  background: var(--theme-page-background-color--secondary);
    }
  border: 1px solid var(--theme-border-color) !important;
 
  border-radius: 10px;
    100% {
  font-size: 11px;
          width: 100%;
  line-height: 16px;
    }
}


.va-chart-reward {
  background: var(--theme-page-background-color--tertiary);
  border: 1px solid var(--theme-border-color) !important;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 16px;
}
}


@keyframes "random-speed" {
/* ############################################ */
    0% {
/* ### CHARTS v2                            ### */
          width: 20%;
/* ### Used in: Template:Chart              ### */
    }
/* ############################################ */


    25% {
.ace-chart-quest {
          width: 40%;
  background: var(--ace-table-heading-background-color);
    }
  border: 1px solid var(--theme-border-color) !important;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 16px;
  padding: 10px;
}


    50% {
.ace-chart-body {
          width: 60%;
  background: var(--theme-page-background-color--secondary);
    }
  border: 1px solid var(--theme-border-color) !important;
  border-radius: 10px;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
}


    75% {
.ace-chart-reward {
          width: 80%;
  background: var(--theme-page-background-color--tertiary);
    }
  border: 1px solid var(--theme-border-color) !important;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 16px;
  padding: 10px;
}


    100% {
/* ############################################ */
          width: 100%;
/* ### NOTABLE CONTENT                      ### */
    }
/* ### Used in: Template:Notable content    ### */
/* ############################################ */


.np-collapsible {
  overflow: hidden;
}
}


.attack-speed.random b::after {
#np-helip {
    -webkit-animation-name: random-speed;
  width: 100%;
    -webkit-animation-duration: 5s;
  text-align: center;
    -webkit-animation-iteration-count: infinite;
  background: var(--theme-accent-color);
    -webkit-animation-direction: alternate;
  background: linear-gradient(to bottom, var(--theme-accent-color) 35%, var(--theme-page-accent-mix-color) 65%);
    animation-name: random-speed;
  color: white;
    animation-duration: 5s;
  cursor: pointer;
    animation-iteration-count: infinite;
  margin: 0;
    animation-direction: alternate;
  border-radius: 5px;
}
}


.chat-options span {
.np-hidden {
    padding: 0 1px;
  display: none;
}
}


.chat-options .chat-options-underline {
.np-visible {
    border-bottom: 1px dotted #15f;
  display: inherit;
    cursor: help;
  margin-top: -4px;
}
}


.chat-options-dialogue {
/* ############################################ */
    color: inherit;
/* ### TICKER                              ### */
    background: #ffffff;
/* ### Used in: Template:Ticker            ### */
    border: 1px solid #e4eaee;
/* ############################################ */
    border-radius: 5px;
    margin-left: 3px;
}


.clear-both {
#ticker .CategoryTreeSection,
    clear: both;
#ticker .CategoryTreeItem {
  display: inline;
}
}


.clear-left {
/* ############################################ */
    clear: left;
/* ### COLUMNS                              ### */
}
/* ### Used in: Template:Columns            ### */
/* ############################################ */


.clear-right {
.va-columns ul,
    clear: right;
.va-columns ul li {
  margin-top: 0;
}
}


.coins {
.va-columns ul li {
    color: green;
  margin-bottom: 6px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0;
}
}


.coins-pos {
/* ############################################ */
    color: #014cc0;
/* ### FALLOUT 76 MAP                      ### */
}
/* ### Used in: Fallout 76 map              ### */
/* ############################################ */


.coins-neg {
.f76map {
    color: #c02614;
  width: 55em;
  height: 55em;
  margin: auto;
  border: 0 solid #20a200;
  background-image: url('[[File:Papermap city d.webp]]');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
}


.rusty-coins-10000 {
.f76map-box {
    background-image: url('filepath://Rusty_coins_10000.png');
  width: 240px;
    padding: 7px 0 1px 35px;
  height: 240px;
  margin: auto;
  border: 0 solid #20a200;
  background-image: url('[[File:Papermap city d.webp]]');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
}


.rusty-coins-1000 {
/* ############################################ */
     background-image: url('filepath://Rusty_coins_1000.png');
/* ###      Semantic mediawiki fact box     ### */
    padding: 1px 0 1px 35px;
/* ###    hide display unless enabled    ### */
}
/* ###          User:Eckserah            ### */
/* ############################################ */


.rusty-coins-250 {
.smw-factbox {
    background-image: url('filepath://Rusty_coins_250.png');
  display: none !important;
    padding: 1px 0 1px 35px;
}
}


.rusty-coins-100 {
.smw-factbox.smw-factbox-enabled {
    background-image: url('filepath://Rusty_coins_100.png');
  display: block !important;
    padding: 1px 0px 1px 32px;
}
}


.rusty-coins-25 {
/* ############################################ */
    background-image: url('filepath://Rusty_coins_25.png');
/* ###            Userbox css              ### */
    padding-left: 30px;
/* ###          User:Eckserah            ### */
}
/* ############################################ */


.rusty-coins-5 {
.ace-userbox {
    background-image: url('filepath://Rusty_coins_5.png');
  margin: 2px;
    padding-left: 30px;
  padding: 0;
  border-style: solid;
  border-radius: 14px;
  clear: none;
  overflow: clip;
  float: left;
  height: 52px;
  width: 200px;
  border-width: 2px;
  border-color: #000;
}
}


.rusty-coins-4 {
.ace-userbox .left-cell {
    background-image: url('filepath://Rusty_coins_4.png');
  text-align: center;
    padding-left: 30px;
  vertical-align: middle;
  padding: 0;
  height: 50px;
  width: 50px;
  font-size: 14pt;
  border-radius: 14px;
}
}


.rusty-coins-3 {
.ace-userbox .middle-cell {
    background-image: url('filepath://Rusty_coins_3.png');
  padding: 0 4px;
    padding-left: 30px;
  vertical-align: middle;
  line-height: 125%;
  height: 50px;
  font-size: 8pt;
}
}


.rusty-coins-2 {
/* ############################################ */
     background-image: url('filepath://Rusty_coins_2.png');
/* ###  Slightly hacky fix for spacing in  ### */
    padding-left: 23px;
/* ###     lists after paragraph tags      ### */
}
/* ###  Adds fix for columns after image   ### */
/* ###  Fix issue with list top margin    ### */
/* ###          User:Eckserah            ### */
/* ############################################ */


.rusty-coins-1 {
.page-content p + p + ul,
    background-image: url('filepath://Rusty_coins_1.png');
.page-content p + p + ol,
    padding-left: 15px;
.page-content p + p + dl,
.page-content p + .va-columns {
  margin-top: -18px;
}
}


.coins-10000 {
.page-content p.mw-empty-elt + ul, .page-content p.mw-empty-elt + ol {
    background-image: url('filepath://Coins_10000.png');
  margin-top: 6px;
    padding: 7px 0 1px 35px;
}
}


.coins-1000 {
.page-content figure + p.mw-empty-elt + .va-columns {
    background-image: url('filepath://Coins_1000.png');
  margin-top: 0;
    padding: 1px 0 1px 35px;
}
}


.coins-250 {
/* ############################################ */
     background-image: url('filepath://Coins_250.png');
/* ###      Remove game icons header      ### */
    padding: 1px 0 1px 35px;
/* ###     ToDo: Remove from Common.js      ### */
}
/* ###          User:Eckserah            ### */
/* ############################################ */


.coins-100 {
div#va-titleicons-wrapper {
    background-image: url('filepath://Coins_100.png');
  display: none !important;
    padding: 1px 0px 1px 32px;
}
}


.coins-25 {
/* ############################################ */
    background-image: url('filepath://Coins_25.png');
/* ###  Fix category type selector colors  ### */
    padding-left: 30px;
/* ###          User:Eckserah            ### */
}
/* ############################################ */


.coins-5 {
.category-layout-selector__item, .category-layout-selector {
    background-image: url('filepath://Coins_5.png');
  color: var(--theme-link-color) !important;
    padding-left: 30px;
}
}


.coins-4 {
.category-layout-selector__item.is-active {
    background-image: url('filepath://Coins_4.png');
  color: var(--theme-page-text-color--hover) !important;
    padding-left: 30px;
}
}


.coins-3 {
/* ############################################ */
    background-image: url('filepath://Coins_3.png');
/* ###      Fix missing image for          ### */
    padding-left: 30px;
/* ###    audio files in categories        ### */
}
/* ###          User:Eckserah            ### */
/* ############################################ */


.coins-2 {
.category-page__members a[href$=".ogg"] img,
    background-image: url('filepath://Coins_2.png');
.category-page__members a[href$=".odm"] img,
    padding-left: 23px;
.category-page__members a[href$=".mp3"] img,
.category-page__members a[href$=".oga"] img,
.category-page__members a[href$=".flac"] img,
.category-page__members a[href$=".wav"] img,
.category-page__members a[href$=".opus"] img {
  content: url('[[File:Icon_sound.png]]');
}
}


.coins-1 {
.wikia-gallery-item a[href$=".ogg"],
    background-image: url('filepath://Coins_1.png');
.wikia-gallery-item a[href$=".odm"],
    padding-left: 15px;
.wikia-gallery-item a[href$=".mp3"],
.wikia-gallery-item a[href$=".oga"],
.wikia-gallery-item a[href$=".flac"],
.wikia-gallery-item a[href$=".wav"],
.wikia-gallery-item a[href$=".opus"] {
  align-items: start;
}
}


.chimes-1000 {
.wikia-gallery-item a[href$=".ogg"]::after,
    background-image: url('filepath://Chimes_1000.png');
.wikia-gallery-item a[href$=".odm"]::after,
    padding: 3px 0 3px 33px;
.wikia-gallery-item a[href$=".mp3"]::after,
.wikia-gallery-item a[href$=".oga"]::after,
.wikia-gallery-item a[href$=".flac"]::after,
.wikia-gallery-item a[href$=".wav"]::after,
.wikia-gallery-item a[href$=".opus"]::after {
  content: attr(title);
  vertical-align: text-bottom;
  width: 94%;
  position: absolute;
  bottom: 0;
  line-height: 15px;
  padding: 0 5px;
  word-break: break-word;
  font-size: 15px;
}
}


.chimes-100 {
.wikia-gallery-item a[href$=".ogg"] img,
    background-image: url('filepath://Chimes_100.png');
.wikia-gallery-item a[href$=".odm"] img,
    padding: 1px 0 1px 30px;
.wikia-gallery-item a[href$=".mp3"] img,
.wikia-gallery-item a[href$=".oga"] img,
.wikia-gallery-item a[href$=".flac"] img,
.wikia-gallery-item a[href$=".wav"] img,
.wikia-gallery-item a[href$=".opus"] img {
  content: url("/resources/assets/file-type-icons/fileicon-ogg.png");
  height: 100px;
  vertical-align: top;
  object-fit: contain;
  margin-top: 5px;
}
}


.chimes-50 {
/* ############################################ */
    background-image: url('filepath://Chimes_50.png');
/* ###        Fix extra spacing after      ### */
    padding-left: 31px;
/* ###          sourcebox contents          ### */
}
/* ###          User:Eckserah            ### */
/* ############################################ */


.chimes-20 {
.div-sourceBox-start + ul, .div-sourceBox-start + p {
    background-image: url('filepath://Chimes_20.png');
  margin-top: 6px;
    padding-left: 24px;
  margin-bottom: 6px;
}
}


.chimes-1 {
/* ############################################ */
    background-image: url('filepath://Chimes_1.png');
/* ###      Interactions table styles      ### */
    padding-left: 19px;
/* ###          User:Eckserah            ### */
}
/* ############################################ */


.zemomark-10000 {
.interactions-table {
    background-image: url('filepath://Zemomark_10000.png');
  width: 530px;
    padding: 7px 0 1px 26px;
}
}


.zemomark-1000 {
.interaction-table td {
    background-image: url('filepath://Zemomark_1000.png');
  height: 65px;
    padding: 1px 0 1px 27px;
  min-height: 65px;
}
}


.zemomark-250 {
.interaction-table td:first-child {
    background-image: url('filepath://Zemomark_250.png');
  width: 65px;
    padding: 1px 0 1px 25px;
  min-width: 65px;
}
}


.zemomark-100 {
/* ############################################ */
    background-image: url('filepath://Zemomark_100.png');
/* ###          Avatar highlights          ### */
    padding: 1px 0px 1px 30px;
/* ###          User:Eckserah            ### */
}
/* ############################################ */


.zemomark-25 {
.profile-info img, #profile-image img, .mwchat-item-avatar img {
    background-image: url('filepath://Zemomark_25.png');
  filter: drop-shadow(0 0 4px black);
    padding-left: 30px;
}
}


.zemomark-5 {
.skin-citizen-dark .profile-info img,
    background-image: url('filepath://Zemomark_5.png');
.skin-citizen-dark #profile-image img,
    padding-left: 30px;
.skin-citizen-dark .mwchat-item-avatar img {
  filter: drop-shadow(0 0 4px white);
}
}


.zemomark-4 {
#profile-image img {
    background-image: url('filepath://Zemomark_4.png');
  background: transparent !important;
    padding-left: 25px;
  border: 0 !important;
}
}


.zemomark-3 {
/* ############################################ */
    background-image: url('filepath://Zemomark_3.png');
/* ###      Chat fixes for citizen        ### */
    padding-left: 25px;
/* ###          User:Eckserah            ### */
}
/* ############################################ */


.zemomark-2 {
.skin-citizen .mwchat-useritem {
    background-image: url('filepath://Zemomark_2.png');
  background: var(--color-surface-3) !important;
    padding-left: 23px;
}
}


.zemomark-1 {
.skin-citizen .mwchat-useritem-header {
    background-image: url('filepath://Zemomark_1.png');
  background: var(--color-surface-1) !important;
    padding-left: 18px;
}
}


.chronotes-10000 {
.skin-citizen .mwchat-useritem-user {
    background-image: url('filepath://Chronotes_10000.png');
  color: inherit !important;
    padding: 1px 0 1px 34px;
}
}


.chronotes-1000 {
.skin-citizen .mwchat-useritem-content {
    background-image: url('filepath://Chronotes_1000.png');
  border-color: var(--color-surface-4) !important;
    padding: 1px 0 1px 34px;
}
}


.chronotes-250 {
#mwchat-options {
    background-image: url('filepath://Chronotes_250.png');
  margin-top: 2em !important;
    padding: 1px 0 1px 32px;
}
}


.chronotes-100 {
#mwchat-options input {
    background-image: url('filepath://Chronotes_100.png');
  margin-left: 5px;
    padding: 1px 0px 1px 32px;
}
}


.chronotes-25 {
#mwchat-content {
    background-image: url('filepath://Chronotes_25.png');
  min-height: 450px;
    padding-left: 32px;
}
}


.chronotes-5 {
.visualClear {
    background-image: url('filepath://Chronotes_5.png');
  clear: both;
    padding-left: 32px;
}
}


.chronotes-4 {
/* ############################################ */
     background-image: url('filepath://Chronotes_4.png');
/* ###     Fix edit count table styles      ### */
    padding-left: 30px;
/* ###          User:Eckserah            ### */
}
/* ############################################ */


.chronotes-3 {
.editCountTable, .editCountTable th, .editCountTable td {
    background-image: url('filepath://Chronotes_3.png');
  border: 1px #aaa solid;
    padding-left: 30px;
  border-collapse: collapse;
}
}


.chronotes-2 {
.editCountTable th, .editCountTable td {
    background-image: url('filepath://Chronotes_2.png');
  padding: 4px;
    padding-left: 30px;
}
}


.chronotes-1 {
/* ############################################ */
    background-image: url('filepath://Chronotes_1.png');
/* ###              LEAD BIO                ### */
    padding-left: 28px;
/* ###          User:Kate Aces              ### */
}
/* ############################################ */


#DisassemblyT .disassembly-border {
.lead-bio-container {
    border-top: 0.5em solid #ffffff;
  flex: 1;
  border: 4px solid #1167b1;
  background-color: #e6f3f8;
  padding: 5px;
  padding-bottom: 35px;
  border-radius: 11px;
  width: 85%;
  flex-basis: 40%;
  position: relative;
}
}


.documentation {
.lead-bio-footer {
    background: #ffffff;
  position: absolute;
    border: 1px solid #e4eaee;
  bottom: 5px;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
  vertical-align: bottom;
  width: calc(100% - 10px);
}
}


.documentation pre,
/* ############################################ */
.documentation code {
/* ###                  HOVER              ### */
    background-color: #f9fafa;
/* ############################################ */
}


.documentation-header {
.show-when-hovering {
    color: #ffffff;
  display: none;
    background: #949eaa;
    font-weight: bold;
    padding: 1em 1.5em;
}
}


.documentation-title {
.hover-container:hover .show-when-hovering {
    font-size: 1.25em;
  display: inline;
}
}


.documentation-subheader {
.hover-container:hover .hide-when-hovering {
    color: #ffffff;
  display: none;
    background: #808c9a;
    padding: 0.5em 1.5em;
}
}


.documentation-subheader a,
.fadeout img:hover, .fadeout img:active, .fadein img:hover {
.documentation-subheader .documentation-links a,
  opacity: 0;
.documentation-subheader a:visited,
  transition: none !important;
.documentation-subheader .documentation-links a:visited,
.documentation-subheader a:active,
.documentation-subheader .documentation-links a:active {
    color: #e4eaee;
}
}


.documentation-documentation,
body:not(.editor) .fadeout-container.fadeout-hide-bottom > .fadein {
.documentation-links {
  visibility: hidden;
    font-size: 0.85em;
}
}


.documentation-content {
body:not(.editor) .fadeout-container.fadeout-hide-bottom > .fadeout:hover + .fadein {
    padding: 1em 1.5em;
  visibility: visible;
}
}


.dropsline-noted {
.hide {
    color: #949eaa;
  visibility: hidden;
}
}


.item-drops .beast-version {
.visible {
    font-size: smaller;
  visibility: visible;
    font-style: italic;
}
}


.editnotice {
.fadeout-container.img.lzyTrans {
    font-size: 0.9em;
  transition: none !important;
    padding-bottom: 0.75em;
    margin-bottom: 0.6em;
}
}


.editnotice .editnotice-title {
/* ############################################ */
    font-size: 1.2em;
/* ###              JOJO BOXES            ### */
    font-weight: bold;
/* ############################################ */
    margin-bottom: 0.4em;
}


.equipmenttable {
.imgtile {
    background-image: url('filepath://Worn_equipment_interface_blank.png');
  transition: 0.4s ease-out;
    background-repeat: no-repeat;
    background-position: top left;
    width: 225px;
    height: 320px;
    text-align: center;
    display: inline-block;
}
}


.equipmenttable.equipmenttable-float-right {
.imgtile:hover {
    float: right;
  transform: scale(1.04);
}
}


.equipmenttable.equipmenttable-float-left {
.frontbuttons img {
    float: left;
  border-radius: 5px;
}
}


.equipmenttable.equipmenttable-float-center {
.hoverButton img:hover {
    display: block;
  filter: grayscale(100%);
    margin: 0 auto;
}
}


.equipmenttable .equipmentrow {
/* ############################################ */
    position: relative;
/* ### Home page portal container css      ### */
}
/* ###                                      ### */
/* ############################################ */


.equipmenttable .equipmentrow.equipmentrow1 {
.home-page-portal-container {
    top: 65px;
  padding: 14px;
  margin: 24px 0 12px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  border: 2px solid #698296;
  border-radius: 12px;
}
}


.equipmenttable .equipmentrow.equipmentrow2 {
.home-page-portal-container.flex-column {
    top: 73px;
  flex-direction: column;
}
}


.equipmenttable .equipmentrow.equipmentrow3 {
.home-page-portal-container.flex-center {
    top: 81px;
  justify-content: center;
}
}


.equipmenttable .equipmentrow.equipmentrow4 {
/* ############################################ */
    top: 88px;
/* ###        Welcome Template Styles      ### */
}
/* ###          User:Eckserah            ### */
/* ############################################ */


.equipmenttable .equipmentrow.equipmentrow5 {
.welcome-container {
    top: 98px;
  background-color: rgba(37 150 190 15%);
  padding: 8px;
  margin: 4px 0 12px;
  font-size: 16px;
}
}


.equipmenttable .equipmentrow .equipmentslot {
.welcome-header {
    display: table-cell;
  border-bottom: 1px solid #AAA;
    position: relative;
  font-size: 126%;
    height: 32px;
  margin-bottom: 0.5em;
    width: 32px;
  font-weight: bold;
    vertical-align: middle;
}
}


.equipmenttable .equipmentrow .equipmentslot img {
.welcome-column {
    max-height: 32px;
  margin: 10px 0;
    max-width: 32px;
  border: 0;
  float: left;
  width: 25%;
  white-space: nowrap;
}
}


.equipmenttable .equipmentrow .equipmentslot.emptyslot img {
.welcome-column:first-of-type {
    opacity: 0.5;
  width: 30%;
}
}


.equipmenttable .equipmentrow .equipmentslot.auraslot {
.welcome-column p {
    left: 57px;
  font-size: 18px;
  margin: 0 5px 10px;
  border-bottom: 1px solid #555;
}
}


.equipmenttable .equipmentrow .equipmentslot.headslot {
.welcome-column ul {
    left: 65px;
  margin-top: 0 !important;
}
}


.equipmenttable .equipmentrow .equipmentslot.pocketslot {
.main-page-header {
    left: 73px;
  padding: 24px;
  margin: 24px 0 12px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  border: 0 solid #698296;
  border-radius: 12px;
}
}


.equipmenttable .equipmentrow .equipmentslot.capeslot {
.main-page-header .sub-welcome {
    left: 57px;
  font-size: 135%;
  margin: 0;
  align-items: center;
}
}


.equipmenttable .equipmentrow .equipmentslot.neckslot {
.main-page-header .sub-description {
    left: 65px;
  font-size: 85%;
  margin: 0;
  align-items: center;
}
}


.equipmenttable .equipmentrow .equipmentslot.ammoslot {
.main-page-header .sub-info {
    left: 73px;
  margin: 0.3em 0 0.5em;
  align-items: center;
}
}


.equipmenttable .equipmentrow .equipmentslot.weaponslot {
.main-page-header .sub-links {
    left: 37px;
  font-size: 85%;
  border-top: 1px solid #AAA;
  margin-bottom: 0;
  align-items: center;
}
}


.equipmenttable .equipmentrow .equipmentslot.torsoslot {
.anon-allowed-page .cosmos-header__local-navigation {
    left: 65px;
  visibility: hidden !important;
}
}


.equipmenttable .equipmentrow .equipmentslot.shieldslot {
.box img {
    left: 93px;
  width: 100%;
  height: 100%;
}
}


.equipmenttable .equipmentrow .equipmentslot.legsslot {
.box1 img {
    left: 97px;
  object-fit: cover;
}
}


.equipmenttable .equipmentrow .equipmentslot.glovesslot {
/* ############################################ */
    left: 37px;
/* ###              CONTAINER              ### */
}
/* ###            From Halopedia          ### */
/* ############################################ */


.equipmenttable .equipmentrow .equipmentslot.bootsslot {
.containerTem {
    left: 65px;
  margin: 0 auto 16px;
  padding: 0 2px 2px;
  border-radius: 0px;
  background: #38404d;
  box-shadow: 0 0 6px #666;
  width: 90%;
}
}


.equipmenttable .equipmentrow .equipmentslot.ringslot {
.containerTem .containerTitle {
    left: 93px;
  color: #febc1d;
  text-align: center;
  font-weight: bold;
  font-size: 98%;
}
}


.extimage div,
.containerTem .containerContent {
.extimage a,
  text-align: left;
.extimage img {
  color: var(--theme-body-text-color);
    height: inherit;
  border-radius: 0 0 9px 9px;
    max-height: inherit;
  padding: 12px;
    max-width: inherit;
  background: var(--theme-page-containerTem-content-background-color);
    width: inherit;
  font-size: 92%;
}
}


.extimage .caption {
.clearBoth {
    color: #696969;
  clear: both;
    padding: 3px 6px;
}
}


.fact-text {
.containerTemD {
    color: #15f;
  margin: 0 auto 16px;
    font-style: italic;
  padding: 0 2px 2px;
    cursor: help;
  border-radius: 9px;
    border-bottom: dotted 1px black;
  background: #070e17;
  box-shadow: 0 0 6px #666;
  width: 90%;
}
}


.fairycode {
.containerTemD .containerTitleD {
    font-family: "KingthingsPetrock", sans-serif;
  color: #fff;
    font-size: 120%;
  text-align: center;
    font-weight: bold;
  font-weight: bold;
    text-transform: uppercase;
  font-size: 98%;
    letter-spacing: 1px;
}
}


.fairycode b ~ b:before {
.containerTemD .containerContentD {
    content: " ";
  text-align: left;
  color: #fff;
  border-radius: 0 0 9px 9px;
  padding: 12px;
  background: #272727;
  font-size: 92%;
}
}


.floornumber > .floornumber-us,
/* ############################################ */
.floornumber-setting-gb .floornumber > .floornumber-us,
/* ###            OVERVIEW BOX            ### */
.floornumber-setting-us .floornumber > .floornumber-gb {
/* ###          KATE ACES/ECKSERAH          ### */
    display: none;
/* ############################################ */
}


.floornumber-setting-gb .floornumber > .floornumber-gb,
.overviewBox {
.floornumber-setting-us .floornumber > .floornumber-us {
  float: right;
    display: inline;
  clear: right;
  margin: 5px 10px;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 82%;
  outline-style: dashed;
  outline-color: #002147;
}
}


.floornumber-override-gb .floornumber > .floornumber-us,
.overviewBoxTable {
.floornumber-override-us .floornumber > .floornumber-gb {
  background-color: #f1f1f1;
    display: none !important;
  font-weight: bold;
  text-align: center;
  width: 13em;
}
}


.floornumber-override-gb .floornumber > .floornumber-gb,
.overviewBox .overviewBoxLink {
.floornumber-override-us .floornumber > .floornumber-us {
  vertical-align: top;
    display: inline !important;
  background-color: #b2c6c7;
  width: 95%;
  margin: 5px;
  padding: 0;
  border-radius: 10px;
}
}


.rsw-infobox {
.overviewTable td {
    background: #ffffff;
  width: 20%;
    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;
}
}


.rsw-infobox .rsw-infobox-switch-buttons .button {
/* ############################################ */
    margin: 1px;
/* ###      Floating announcement styles    ### */
}
/* ###            User:Eckserah            ### */
/* ############################################ */


.rsw-infobox .infobox-header {
.floating-announcement {
    color: #ffffff;
  position: fixed;
    font-size: 1.15em;
  overflow: visible;
    line-height: 1.4em;
  color: #FFF;
    background: #246c97;
  font-weight: bold;
    border-bottom: 0.5em solid #ffffff;
  font-size: 14px;
    padding: 0.5em 0;
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 0 20px #ccc;
  background: #2C3E4C;
  padding: 20px;
  margin-bottom: 10px;
  z-index: 1;
}
}


.rsw-infobox .infobox-subheader {
/* ############################################ */
    background: #6ba5c8;
/* ###      Vault boy image outline stuff  ### */
    color: #ffffff;
/* ###            User:Eckserah            ### */
    line-height: 2em;
/* ############################################ */
    border-top: 0.5em solid #ffffff;
    border-bottom: 0.5em solid #ffffff;
}


.rsw-infobox .infobox-subheader a {
.vb-image {
    color: #ffffff;
filter: drop-shadow(0 0 0 white) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black);
}
}


.rsw-infobox fieldset#rs-qc-form {
.pi-item .vb-image {
    margin-bottom: 5px;
filter: drop-shadow(0 0 0 white) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black);
}
}


.rsw-infobox .infobox-image {
.mwe-popups-thumbnail {
    text-align: center;
outline: 0 !important;
}
}


.rsw-infobox .infobox-image.bordered-image {
/* ############################################ */
    border: 1px solid #e4eaee;
/* ###                  TOC                ### */
    border-bottom: none;
/* ###              Template:TOC          ### */
    padding: 0.4em;
/* ###            User:Kate Aces          ### */
}
/* ############################################ */
.toc {
    border: 1px solid #9a85b7;
    background: transparent;
    min-width: 250px;
    border-radius: 0px;
    text-align: left;
    padding: 5px;
}
.toctitle {
    text-transform: uppercase;
    font-family: 'Rubik',sans-serif;
}
.toctogglelabel {
    color:#dfe0e1;
    text-transform: capitalize;
}


.rsw-infobox .infobox-image.noted-image div {
.tocnumber, .toctext {
    width: 100%;
font-size: 15px;
    height: 100%;
}
    display: flex;
    align-items: center;
    justify-content: center;
}


.rsw-infobox .infobox-image.noted-image div > :first-child {
    .toc ul {
    margin-right: 10px;
        list-style: none;
        margin-left: 0;
    }
 
    .ace-toclimit-2 .toclevel-1 ul,
    .ace-toclimit-3 .toclevel-2 ul,
    .ace-toclimit-4 .toclevel-3 ul,
    .ace-toclimit-5 .toclevel-4 ul,
    .ace-toclimit-6 .toclevel-5 ul,
    .ace-toclimit-7 .toclevel-6 ul {
        display: none;
}
 
/* ############################################ */
/* ###            GENERIC BOX              ### */
/* ###          User: Kate Aces            ### */
/* ### Used on: MediaWiki:Copyrightwarning  ### */
/* ###          MediaWiki:Recentchangestext ### */
/* ############################################ */
 
.ace-genericbox {
  background: var(--theme-page-background-color);
  border: 1px solid var(--theme-border-color);
  border-radius: 15px;
}
}


.rsw-infobox .infobox-image.noted-image div > :last-child {
/* ############################################ */
    display: inline-block;
/* ### CONSOLE COMMANDS                    ### */
    width: 31px;
/* ### Used in: Template:Console            ### */
    height: 30px;
/* ############################################ */
    background-image: url("filepath://Note.png");
 
    position: relative;
.ace-console {
  font-family: monospace;
}
}


.rsw-infobox .infobox-image.noted-image div > :last-child img {
.ace-console-cmd {
    height: auto;
  color: var(--theme-page-text-color);
    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;
/* ### HATNOTES                            ### */
/* ### Used in: Template:Hatnote            ### */
/* ############################################ */
 
.va-hatnote {
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
  font-family: monospace;
}
}


.rsw-infobox .infobox-image img {
/* ############################################ */
     max-width: 100%;
/* ###            Scrollable TOC            ### */
     height: auto;
/* ###            User: Eckserah            ### */
/* ### Will allow the TOC to scroll instead ### */
/* ###      of the entire container        ### */
/* ############################################ */
 
.scrollableToc .toc > ul {
     height: 300px;
     overflow: auto;
}
}


.rsw-infobox .infobox-map {
/* ############################################ */
    border-left: 1px solid #e4eaee;
/* ###                Banner                ### */
    border-right: 1px solid #e4eaee;
/* ###            User: Kate Aces          ### */
    text-align: center;
/* ###    Template:Banner, PhotoSlider    ### */
/* ############################################ */
 
.mainpage-shadowbox {
color: white;
background: rgb(16,16,16);
background: rgba(0,0,0,0.3);
border-radius: 4px;
}
.mainpage-shadowbox h2, .mainpage-shadowbox h3 {
color: white;
border:none;
font-family: sans-serif;
line-height: 1.2em;
margin:0;
padding: 0; /* was previously set only for h3, and skin styles would do the same for h2. however, cannot rely on skin to do this on mobile */
}
.mainpage-shadowbox a {
color: white;
font-weight: bold;
}
}


.rsw-infobox .infobox-map img {
.banner-image {
    position: relative;
    max-width: 1125px;
    height: auto;
    margin-bottom: .6em;
}
.banner-image img {
     max-width: 100%;
     max-width: 100%;
     height: auto;
     height: auto;
     margin: 0.5em 0;
     /* width: auto\9; */ /* ie8 */
}
.banner-box-wide {
    width: 80%
}
.banner-box-left,
.banner-box-right {
padding: 8px 7px;
background: rgb(16,16,16);
background: rgba(0,0,0,0.3);
border-radius: 4px;
width: 40%;
}
.banner-box-left  { text-align: left; }
.banner-box-right { text-align: right; }
.banner-box-2 {
    position: absolute;
    z-index: 2;
    min-width: 20em;
}
}


.rsw-infobox .infobox-map a.mw-kartographer-container,
@media screen and ( min-width: 720px ) { /* greater than or equal to */
.rsw-infobox .infobox-map div.mw-kartographer-container {
.banner-image img.nolink { display: none; } /* can be removed when backward compat is no longer needed */
    margin: 0.5em auto;
.banner-image span[typeof~='mw:File/Frameless'].nolink { display: none; }
.mainpage-shadowbox h2 {
font-size: 190%;
}
.mainpage-shadowbox h3 {
font-size: 150%;
}
.banner-image {
overflow: hidden;
}
.banner-box-left {
left: 3%;
}
.banner-box-right {
right: 3%;
}
.banner-box-2 {
margin-top: 2em;
}
.banner-box-2 .quote {
    font-size: 80%;
    line-height: 1.2em;
}
}
}
@media screen and ( max-width: 720px ) {
.banner-image img:not(.nolink) { display: none; } /* can be removed when backward compat is no longer needed */
.banner-image span[typeof~='mw:File/Frameless'] img { display: inline-block; } /* can be removed when b/c is no longer needed */
.banner-image span[typeof~='mw:File/Frameless']:not(.nolink) { display: none; }
.banner-image > .mainpage-shadowbox {
width: inherit !important;
min-height: 100%;
margin-left: -150%;
margin-right: 150%;
opacity: 0;
background: black;
}
.mainpage-shadowbox .quote > a:after {
content: '\ATap to learn more.';
white-space: pre;
}
.jcarousel-item:hover .mainpage-shadowbox {
margin: unset;
opacity: 1;
transition: margin 0.5s;
bottom: 50%;
}
.jcarousel-control-prev, .jcarousel-control-next {
display: none;


.rsw-infobox th:not(.infobox-header):not(.infobox-subheader) {
}
    text-align: right;
    vertical-align: top;
    border-left: 1px solid #e4eaee;
    border-right: 0.175em solid #6ba5c8;
    padding: 0.2em 0.5em;
}
}


.rsw-infobox td:not(.infobox-image):not(.infobox-map) {
 
    border-right: 1px solid #e4eaee;
.mw-customtoggle, .mw-collapsible-toggle {
    padding: 0.25em 0.5em;
margin: 0px 10px;
    line-height: 1.6em;
}
}


.rsw-infobox td[colspan="2"]:not(.infobox-image):not(.infobox-map) {
.fw-scrollbox > h3:first-child {
    border: 1px solid #e4eaee;
margin-top: 4px;
    padding-bottom: 0.6em;
padding-top: 3px;
}
}


.rsw-infobox td ul {
/* ############################################ */
    margin: 0 0 0 1.25em;
/* ###          Youtube loading            ### */
/* ### Will allow youtube videos to preview ### */
/* ###      as images until clicked        ### */
/* ###            User: Eckserah            ### */
/* ############################################ */
 
.youtube {
background-color: #000;
position: relative;
overflow: hidden;
cursor: pointer;
border:1px solid #000;
}
}


.rsw-infobox .infobox-cell-hidden {
.youtube img {
    display: none;
width: 100%;
left: 0;
opacity: 0.5;
}
}


.rsw-infobox .infobox-template-links {
.youtube .play-button {
    text-align: center;
  background: #a90000;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 15px; /* change this to change size */
  height: 3em;
  padding: 0;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
  opacity: 0.9;
  top: calc(50% - 1.5em);
  left: calc(50% - 2em);
}
}


.rsw-infobox .advanced-data {
.youtube .play-button:hover {
    display: none;
  background: red;
  opacity: 0.95;
}
}


.rsw-infobox .advanced-data td {
.youtube .play-button::before {  
    line-break: anywhere;
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
}


.rsw-infobox .infobox-imgbg {
.youtube .play-button::after {
    background-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
}


.infobox-wrapper {
.youtube img {
    display: table;
cursor: pointer;
    float: right;
}
}


.rsw-infobox.infobox-monster {
.youtube img,
    text-align: center;
.youtube iframe,
    table-layout: fixed;
.youtube .play-button {
position: absolute;
}
}


.rsw-infobox.infobox-monster th:not(.infobox-header):not(.infobox-subheader):last-child {
 
    border-right: 1px solid #e4eaee;
.youtube iframe {
height: 100%;
width: 100%;
top: 0;
}
}


.rsw-infobox.infobox-monster td:not(.infobox-image):not(.infobox-map) {
.youtube .video-title {
     border-left: 1px solid #e4eaee;
position: relative;
    padding: 10px 5px 10px 20px;
    color: #fff;
    font-weight: bold;
    width: auto;
    margin: 3px;
    font-size: 18px;
     text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    filter: drop-shadow(0 0 5px #000);
}
}


.rsw-infobox.infobox-monster th.combat-subheader {
 
    text-align: center;
/* ############################################ */
/* ###      HOME PAGE GIVE IT A SPIN!      ### */
/* ###        v13kobold/kate aces          ### */
/* ############################################ */
 
.takekateforaspin img {
transition: transform .8s ease-in-out;
}
}


.rsw-infobox.infobox-monster th.offensive-header {
.takekateforaspin img:hover {
     background-color: #801c13;
     transform: rotateY(180deg);
    color: #ffffff;
    text-align: center;
}
}


.rsw-infobox.infobox-monster th.offensive-subheader {
/* ############################################ */
    background-color: #ecccc6;
/* ###            Template:Nav              ### */
    color: #801c13;
/* ###          Kate Aces/Eckserah          ### */
    text-align: center;
/* ############################################ */
 
.top-nav-main {
width: 100%;
}
}


.rsw-infobox.infobox-monster th.offensive-subheader a {
.top-nav-inner {
    color: #801c13;
--theme-top-nav-background-color: #daefe8;
--theme-top-nav-border-top-color: #303c4c;
border-top: 4px solid var(--theme-top-nav-border-top-color);
background-color: var(--theme-top-nav-background-color);
padding: 5px;
}
}


.rsw-infobox.infobox-monster th.offensive-subheader:not(:last-child) {
.top-nav-header {
    border-right: 0.175em solid #801c13;
font-size: 16px;
text-align: center;
}
}


.rsw-infobox.infobox-monster th.defensive-header {
.top-nav-awards .top-nav-header {
    background-color: #438ab5;
text-align: left;
    color: #ffffff;
    text-align: center;
}
}


.rsw-infobox.infobox-monster th.defensive-subheader {
.top-nav-links {
    background-color: #c1deed;
text-align: center;
    color: #36414f;
font-size: 14px;
    text-align: center;
}
}


.rsw-infobox.infobox-monster th.defensive-subheader a {
/* ############################################ */
    color: #36414f;
/* ###          Template:Nav horiz          ### */
/* ############################################ */
 
.horiz-nav-main {
background-color: var(--theme-horizontal-nav-background-color);
padding: 6px;
vertical-align: top;
border-radius: 10px;
}
}


.rsw-infobox.infobox-monster th.slayer-header {
.horiz-nav-inner {
    background: #4c4c4c;
font-size: 13.6px;
    color: #ffffff;
text-align: center;
    text-align: center;
padding: 0 5px;
}
}


.rsw-infobox.infobox-monster th.slayer-subheader {
/* ############################################ */lead
    background-color: #cccccc;
/* ###  Image gallery center caption align  ### */
    color: #4c4c4c;
/* ############################################ */
 
.caption-align-center .gallerytext p {
     text-align: center;
     text-align: center;
}
}


.rsw-infobox.infobox-monster th.slayer-subheader:not(:last-child) {
/* ############################################ */
    border-right: 0.175em solid #4c4c4c;
/* ###      Fix an issue with the file      ### */
/* ###    history thumbs being borked      ### */
/* ############################################ */
 
.filehistory .filehistory-thumb a img, #file img:hover {
background: none;
}
}


.rsw-infobox.infobox-monster .infobox-monster-susceptibility-cell img[alt="Undead Slayer.png"],
.filehistory .filehistory-thumb, #file .filepage-thumbcontainer:hover {
.rsw-infobox.infobox-monster .infobox-monster-susceptibility-cell img[alt="Demon Slayer (perk).png"],
background: url('/resources/src/mediawiki.action/images/checker.svg?ff513') repeat !important;
.rsw-infobox.infobox-monster .infobox-monster-susceptibility-cell img[alt="Dragon Slayer (perk).png"] {
    filter: drop-shadow(0px 0px 1px black);
}
}


.infobox-thieving .thvloot-cell {
.skin-cosmos .toc {
    padding: 0;
background-color: var(--theme-page-toc-background-color);
}
}


.infobox-thieving .thvloot-cell .wikitable {
/* ############################################ */
    margin: -0.5px;
/* ###  Fix an issue with center captions  ### */
    width: calc(100% + 1px);
/* ############################################ */
 
.pickmans_gallery_image .thumbcaption {
text-align: center;
}
}


.rsw-infobox#infobox-familiar th:last-child:not([colspan="4"]) {
/* ############################################ */
    border-right: 1px solid #e4eaee;
/* ### Template:Pagelist                    ### */
}
/* ### User:Kate-Aces                      ### */
/* ############################################ */


.rsw-infobox#infobox-familiar td.infobox-template-links {
.ace-pagelist a.CategoryTreeLabelPage,
    border: 1px solid #e4eaee !important;
.ace-pagelist-hidefirst a.CategoryTreeLabelPage {
    padding-bottom: 0.6em;
  font-style: normal;
}
}


.rsw-infobox#infobox-familiar td:first-child {
.ace-pagelist div.CategoryTreeItem,
    border-left: 1px solid #e4eaee !important;
.ace-pagelist-hidefirst div.CategoryTreeItem {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}
}


.rsw-infobox#infobox-familiar td:last-child {
.ace-pagelist-hidefirst div.CategoryTreeSection:first-child {
    border-right: 1px solid #e4eaee !important;
  display: none;
}
}


.rsw-infobox#infobox-familiar td:not(.infobox-image):not(.infobox-map) {
.CategoryTreeItem .CategoryTreePageBullet {
    border: none;
  border-left: 0 !important;
}
}


.rsw-infobox#infobox-familiar td[colspan="2"]:not(.infobox-image):not(.infobox-map) {
/* ############################################ */
    border: none;
/* ###        Template:Document start      ### */
    padding: 0.25em 0.5em;
/* ###              Kate Aces              ### */
}
/* ############################################ */


.infobox-disassembly-migration .rsw-disassembly-calc-popup-button {
.doc-start-main {
    float: none;
width: 100%;  
    margin: 0.5em 0;
}
}


.infobox-disassembly-migration .rsw-disassembly-calc-popup-button .oo-ui-labelElement-label {
.doc-start-inner {
    font-size: 0;
--theme-doc-start-background-color: #ffffe0;
--theme-doc-start-border-top-color: #405a55;
border-top: 4px solid var(--theme-doc-start-border-top-color);
background-color: var(--theme-doc-start-background-color);
padding: 5px;
}
}


.infobox-disassembly-migration .rsw-disassembly-calc-popup-button .oo-ui-labelElement-label:after {
.doc-start-text {
    content: "Open calculator";
font-size: 13px;
    font-size: 12px;
text-align: center;
}
}


.infobox-disassembly-migration.rsw-infobox td[colspan="2"].disassembly-materials-header:not(.infobox-image):not(.infobox-map) {
/* ############################################ */
    border-top: 0;
/* ###          Template:Divider          ### */
    padding: 0;
/* ###              Kate Aces              ### */
}
/* ############################################ */


.infobox-recipe .ref-left sup.reference {
.divider-main {
    float: left;
width: 100%;  
    margin-left: -0.25em;
}
}


.infobox-bottom-links {
.divider-inner {
    clear: right;
--theme-divider-background-color: #2C3E4C;
    float: right;
background-color: var(--theme-divider-background-color);  
     font-size: xx-small;
padding: 5px;
     margin-top: -1.5em;
     border-radius: 15px;
     margin-bottom: 10px;
}
}


.infobox-buttons {
.divider-text {
    text-align: center;
font-size: 14px;
    max-width: 250px;
text-align: center;
     display: none;
     color: #ffffff;
     margin: 0 auto;
     font-weight: bold;
}
}


.infobox-buttons .button {
/* ############################################ */
    margin: 0 3px;
/* ###          Scrollable tables          ### */
/* ###              Eckserah              ### */
/* ############################################ */
 
.ace-table-content-scroll tbody {
display: block;
overflow: auto;
max-height: 300px;
}
}


.infobox-switch-resources {
.ace-table-content-scroll tbody tr:first-child {
    display: none;
position: sticky;
top: -1px;
left: 0;
}
}


.infobox .infobox-cell-hidden {
/* ############################################ */
    display: none;
/* ###      Remove social profile tabs    ### */
/* ###              Eckserah              ### */
/* ############################################ */
.profile-tab-bar {
display:none !important;
}
}


.switch-infobox .switch-infobox-triggers,
/* ############################################ */
.switch-infobox .loading-button {
/* ###      Auto-resize class for images  ### */
    clear: left;
/* ###        Credit:  AhmadF.Cheema        ### */
/* ############################################ */
.res-img img {
max-width:100%;
height:auto;
}
}


.switch-infobox .switch-infobox-triggers {
/* ############################################ */
    padding-bottom: 0.25em;
/* ###          LGBT Userbox CSS          ### */
/* ###            User:RurinGas            ### */
/* ###    (by butchering Eckserah's work)  ### */
/* ############################################ */
 
.lgbt-userbox {
  padding-left: 6px;
  margin: 2px;
  clear: none;
  float: left;
  height: 54px;
  width: 200px;
  background:url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><defs><linearGradient id="Gradient" x1="0.15" y1="0.15" x2="0.85" y2="0.85"><stop offset="0%" stop-color="%23b827fc"/><stop offset="25%" stop-color="%232c90fc"/><stop offset="50%" stop-color="%23b8fd33"/><stop offset="75%" stop-color="%23fec837"/><stop offset="100%" stop-color="%23fd1892"/></linearGradient></defs><rect x="1" y="1" width="100%" height="100%" style="height:calc(114% - 10px);width:calc(104% - 10px)" rx="12" ry="12" stroke-width="2" fill="transparent" stroke="url(%23Gradient)"/></svg>');
}
}


.switch-infobox .switch-infobox-triggers .trigger.button {
.lgbt-userbox .left-cell {
    margin: 1px;
  vertical-align: middle;
  padding: 0 0 3px 3px;
  height: 50px;
  width: 50px;
  font-size: 14pt;
  border-radius: 14px;
}
}


.infobox .nestedinfo td table {
.lgbt-userbox .middle-cell {
    min-width: 263px;
  vertical-align: middle;
    margin: -1px;
  line-height: 125%;
    width: calc(100% + 2px) !important;
  height: 50px;
  font-size: 8pt;
}
}


.infobox .nestedinfo td {
/* ############################################ */
    width: 100%;
/* ###              SCHMAULT TEC            ### */
    padding: 0;
/* ###          User:Kate Aces              ### */
/* ############################################ */
 
.schmault-bio-container {
  flex: 1;
  border: 4px solid #1167b1;
  background-color: #e6f3f8;
  padding: 5px;
  padding-bottom: 5px;
  border-radius: 11px;
  width: 85%;
  flex-basis: 40%;
  position: relative;
  clear: both;
}
}


.infobox {
.schmault-bio-footer {
    border: 1px solid #aaaaaa;
  position: absolute;
    background-color: #f9f9f9;
  bottom: 5px;
    color: inherit !important;
  vertical-align: bottom;
    margin: 0 0 0.5em 0.2em !important;
  width: calc(100% - 10px);
    padding: 0.2em;
    float: right;
    clear: right;
}
}


.infobox td,
/* ############################################ */
.infobox th {
/* ###          LORE BOX DREEP            ### */
    vertical-align: top;
/* ###            User:Bow                ### */
/* ############################################ */
 
.lorebox-highlight {
  flex: 1;
  border: 3px solid #386261;
  background-color: #ebf4f6;
  margin-bottom: 5px;
  border-radius: 11px;
  width: 90%;
  flex-basis: 40%;
  position: relative;
  clear: both;
}
}


.infobox caption {
/* ############################################ */
    font-size: larger;
/* ###        NAV WILD WASTELAND            ### */
    padding-bottom: 10px !important;
/* ###          User:Kate Aces              ### */
    margin-left: 0 !important;
/* ############################################ */
    color: inherit !important;
 
.wild-wasteland {
background-color: #f0f0bd;  
padding: 4px;  
vertical-align: top;  
border-radius: 10px;
}
}


.infobox.bordered {
 
    border-collapse: collapse;
/* ############################################ */
/* ###      Template:Mbox Nouveau          ### */
/* ###          User:Kate Aces            ### */
/* ############################################ */
 
.ace-mbox {
  color: var(--theme-page-text-color);
  background-color: #e6f4fa;
  clear: both;
  padding: 2px 5px;
  border-top: 4px solid #0959c1;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  border-radius: 9px;
}
}


.infobox.bordered td,
.ace-mbox + .ace-mbox {
.infobox.bordered th {
  margin-top: -8px;
    border: 1px solid #aaaaaa;
}
}


.infobox.bordered .borderless td,
.ace-mbox th {
.infobox.bordered .borderless th {
  width: 40px;
    border: 0;
  text-align: center;
  vertical-align: middle;
  padding: 1px 0 1px 5px;
}
}


.infobox ul {
.ace-mbox td {
    margin: 0.3em 0 0 1.6em;
  padding-left: 5px;
  width: 100%;
}
}


.infobox .wikitable.mw-collapsible {
 
    margin: -1px;
/* ############################################ */
    width: calc(100% + 2px) !important;
/* ###        NAV COMMUNITY PAGE            ### */
/* ###          User:Kate Aces              ### */
/* ############################################ */
 
.community-nav {
background-color: #e5cb69;
padding: 4px;
vertical-align: top;  
border-radius: 10px;
}
}


.infobox a.image + a.image {
 
    margin-left: 3px;
/* ############################################ */
/* ###            MERCH NAV                ### */
/* ###          User:Kate Aces              ### */
/* ############################################ */
 
.merch-nav {
background-color: #fbceb1;
padding: 4px;
vertical-align: top;
border-radius: 10px;
}
}


.infobox .infobox-image {
/* ############################################ */
    text-align: center;
/* ###              NAV SIMPLE              ### */
    word-spacing: -4px;
/* ###            User:Kate Aces            ### */
/* ############################################ */
 
.nav-simple-main {
width: 100%;
}
}


.infobox .infobox-image img {
.nav-simple-inner {
    height: inherit;
border-top: 4px solid var(--theme-nav-simple-border-top-color);
    max-width: 250px;
background-color: var(--theme-nav-simple-background-color);
padding: 5px 3px 3px 5px;
text-align: center;
}
}


.infobox td .new {
.nav-simple-inner p {
    word-spacing: 0;
margin: 0;
}
}


.infobox input#QtyCalc {
.nav-simple-links {
    width: 50px !important;
font-size: 13px;
}
}


.infobox .infobox-cell-hidden {
.nav-simple-main {
    display: none;
--theme-nav-simple-border-top-color: #2B4563;
--theme-nav-simple-background-color: #eeecee;
}
}


.infobox-bonuses.wikitable th {
.nav-simple-tech {
    padding: 0.25em 0.4em;
--theme-nav-simple-border-top-color: #2B4563;
    text-align: center;
--theme-nav-simple-background-color: #e7f1dc;
    white-space: nowrap;
    width: 70px !important;
}
}


.infobox-bonuses.wikitable td {
/* ############################################ */
    text-align: center;
/* ###    Class to make things go away    ### */
/* ###            User:RurinGas            ### */
/* ############################################ */
 
.goaway {
display:none;
}
}


.infobox-bonuses.wikitable .combat-attributes {
/* ############################################ */
    text-align: left;
/* ### NOUVEAUBOXES                        ### */
/* ### Used in: Template:Nouveaubox        ### */
/* ############################################ */
 
/* Outer table - widths, floats */
.ace-navbox {
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  border-radius: 9px;
}
}


.infobox-bonuses.wikitable .combat-attributes .image {
.ace-navbox-bottom {
    display: inline-block;
  width: 100%;
    margin-right: 4px;
  clear: both;
    width: 23px;
  margin: 5px auto 0;
}
}


.infotableBonuses .attribute-value {
.ace-navbox-left {
    background: #f5f5f5;
  width: 200px;
  clear: left;
  float: left;
  margin: 10px;
}
}


.infotableBonuses .attribute-total {
.ace-navbox-right {
    background: #f2f2f2;
  width: 200px;
  clear: right;
  float: right;
  margin: 10px;
}
}


.infotableBonuses .attribute-total .attribute-value {
/* Inner tables */
    background: #f2f2f2;
.ace-navbox-brick {
  width: 100%;
  margin: 0;
  border-radius: 15px;
}
}


.inventorytable {
/* Cellspacing */
    background-image: url('filepath://Inventory_interface.png');
.ace-navbox,
    background-repeat: no-repeat;
.ace-navbox-border,
    background-position: top left;
.ace-navbox-brickcont,
    width: 174px;
.ace-navbox-padding,
    height: 328px;
.ace-navbox-space-h,
    padding: 37px 0 42px;
.ace-navbox-space-v {
    border-spacing: 0;
  background: transparent;
}
}


.inventorytable td {
.ace-navbox-padding {
    padding: 0 !important;
  padding: 1px;
    border: 0 !important;
    text-align: center;
    position: relative;
    width: 46px;
    height: 36px;
}
}


.inventorytable .inv-quantity-text {
.ace-navbox-space-h {
    top: -1px;
  width: 1px;
    text-shadow: #000 1px 1px;
    position: absolute;
    color: yellow;
    font-family: 'RuneScape Small';
    left: 6px;
    font-size: 16px;
}
}


.inventorytable .inv-quantity-text.qty-100k {
.ace-navbox-columncont .ace-navbox-space-h {
    color: #FFFFFF;
  width: 0;
  border-right: 0 solid var(--theme-border-color);
}
}


.inventorytable .inv-quantity-text.qty-10m {
.ace-navbox-space-v {
    color: #01FF80;
  height: 1px;
  font-size: 1pt;
  line-height: 0;
}
}


.inventorytable .noted-item a {
/* Cell styles and widths */
    width: 32px;
.ace-navbox-title {
    line-height: 28px;
  background: var(--theme-accent-color) var(--theme-widget-background);
    background-image: url(/images/c/cc/Note.png?37169);
  border: 0 solid var(--theme-border-color);
    background-repeat: no-repeat;
  font-weight: normal;
    display: inline-block;
  color: var(--theme-accent-dynamic-color-1);
    background-position: center;
  padding: 4px 2px;
  border-radius: 15px;
}
}


.inventorytable .noted-item img {
.ace-navbox-headertext,
    transform: scale(0.65);
.ace-navbox-titletext {
  font-weight: bold;
  padding-left: 40px;
  padding-right: 40px;
}
}


table .im-task-reqs {
.ace-navbox-maintitle .ace-navbox-titletext {
    text-align: left;
  font-size: 120%;
}
}


table .im-task-reqs p {
.ace-navbox-editlink {
    margin: 0.8em 0 0 0;
  float: left;
  width: 40px;
  text-align: left;
  margin-left: 10px;
}
}


.keypress {
.ace-navbox-cell,
    background: #eeeeee;
.ace-navbox-colgroup,
    color: #333333;
.ace-navbox-column,
    font-family: monospace;
.ace-navbox-footer,
    text-shadow: 0 1px 0 #ffffff;
.ace-navbox-group,
    border: 1px solid #cccccc;
.ace-navbox-header,
    -webkit-border-radius: 3px;
.ace-navbox-image,
    -moz-border-radius: 3px;
.ace-navbox-subgroup {
    border-radius: 3px;
  padding: 5px;
    margin: 0 0.1em;
  border-radius: 15px;
    padding: 0.1em 0.5em;
    line-height: 1.4;
    white-space: nowrap;
    display: inline-block;
}
}


.license {
.ace-navbox-colgroup,
    background: #cfd8eb;
.ace-navbox-group,
    border: none;
.ace-navbox-subgroup {
  font-weight: bold;
  border-radius: 15px;
}
}


.license th {
.ace-navbox-group,
    padding-right: 0.4em;
.ace-navbox-subgroup {
    background-color: #617ebc;
  width: 15%;
    color: #fff;
  text-align: center;
    width: 25%;
  border-radius: 15px;
}
}


.license th[colspan="2"] {
.ace-navbox-footer,
    font-size: 16px;
.ace-navbox-group,
.ace-navbox-header {
  background: var(--theme-page-background-color--k8quinary);
  border: 0 solid var(--theme-border-color);
  border-radius: 15px;
}
}


.license a {
.ace-navbox-colgroup,
    color: #556d97;
.ace-navbox-subgroup {
  background: var(--theme-page-background-color--k8quaternary);
  border: 0 solid var(--theme-border-color);
  border-radius: 15px;
}
}


.musicplayer {
.ace-navbox-cell,
    border: 1px solid #e4eaee;
.ace-navbox-column,
    font-size: 90%;
.ace-navbox-image {
    line-height: 1.6em;
  background: var(--theme-page-background-color--k8secondary);
    background: #ffffff;
  border: 0 solid var(--theme-border-color);
    -webkit-box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 15px;
    -moz-box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    max-width: 300px;
    margin: 0 0 1em 1em;
    padding: 0.75em;
    spacing: 0px;
}
}


.musicplayer .mediaContainer {
.ace-navbox-cell-nogroups,
    margin-top: 0.75em;
.ace-navbox-column,
.ace-navbox-colgroup,
.ace-navbox-footer,
.ace-navbox-image {
  text-align: center;
}
}


.pronunciation {
.ace-navbox-cell-withgroups {
  text-align: left;
}
}


.pronunciation .k-options,
.ace-navbox-column {
.pronunciation .volume-slider,
  vertical-align: top;
.pronunciation .volume_control,
.pronunciation .timed-text,
.pronunciation .time-disp,
.pronunciation .play_head,
.pronunciation .videoHolder {
    display: none;
}
}


.pronunciation .mediaContainer,
.ace-navbox-image {
.pronunciation .k-player {
  width: 8%;
    display: inline-block;
    width: 20px !important;
}
}


.pronunciation .k-player .control-bar {
/* Lists in column rows */
    border: none;
.ace-navbox-formatlist ul,
    background: none;
.ace-navbox-formatlist li {
    padding: 0;
  list-style: none;
  line-height: 16px;
  margin: 0.6em 0;
  padding: 0;
}
}


.pronunciation .mwPlayerContainer {
.ace-navbox-formatlist li li {
    background: none;
  font-size: 90%;
}
}


.messagebox {
.ace-navbox-formatlist li ul {
    width: 65%;
  margin-top: -0.1em;
    margin-left: auto;
  margin-bottom: 0.5em;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 3px 3px 3px 0;
    border-left: 15px solid #90c2dd;
    background-color: #f1f1f1;
    overflow: auto;
}
}


.messagebox.obsolete {
.ace-navbox-formatlist li ul li {
    background-color: #cfcfcf;
  margin: 0;
    border-color: #464646;
}
}


.messagebox.obsolete a,
/* Nested */
.messagebox.obsolete a:visited,
.ace-navbox .ace-navbox-nested {
.messagebox.obsolete a:active {
  font-size: 100%;
    color: #6c6c6c;
}
}


.messagebox.info {
.ace-navbox-nested .ace-navbox-title {
    background-color: #ebebeb;
  background: var(--theme-page-background-color--k8quinary);
    border-color: #898989;
  color: var(--theme-page-text-color);
  border: 0 solid var(--theme-border-color);
}
}


.messagebox.info a,
.ace-navbox-nested .ace-navbox-footer,
.messagebox.info a:visited,
.ace-navbox-nested .ace-navbox-group,
.messagebox.info a:active {
.ace-navbox-nested .ace-navbox-header {
    color: #6c6c6c;
  background: var(--theme-page-background-color--k8quaternary);
}
}


.messagebox.action {
.ace-navbox-nested .ace-navbox-colgroup,
    background-color: #cbdae2;
.ace-navbox-nested .ace-navbox-subgroup {
    border-color: #45697D;
  background: var(--theme-page-background-color--k8tertiary);
}
}


.messagebox.action a,
/* Links  (using #content to give higher priority) */
.messagebox.action a:visited,
#content .ace-navbox-editlink .ace-navbar-item a,
.messagebox.action a:active {
#content .ace-navbox-editlink .ace-navbar-item a:link,
    color: #3c5c6e;
#content .ace-navbox-editlink .ace-navbar-item a:visited,
#content .ace-navbox-editlink .ace-navbar-item a:hover,
#content .ace-navbox-editlink .ace-navbar-item a:active {
  color: var(--theme-accent-dynamic-color-1);
}
}


.messagebox.file {
#content .ace-navbox-nowraplinks .ace-navbox-cell a,
    background-color: #cfd8eb;
#content .ace-navbox-nowraplinks .ace-navbox-column a {
    border-color: #617ebc;
  white-space: nowrap;
}
}


.messagebox.file a,
#content .ace-navbox-maintitle a,
.messagebox.file a:visited,
#content .ace-navbox-maintitle a:link,
.messagebox.file a:active {
#content .ace-navbox-maintitle a:visited {
    color: #556d97;
  color: var(--theme-accent-dynamic-color-3);
}
}


.messagebox.warn {
#content .ace-navbox-maintitle a:hover,
    background-color: #ecd8d5;
#content .ace-navbox-maintitle a:active {
    border-color: #861c10;
  color: var(--theme-accent-dynamic-color-1);
}
}


.messagebox.warn a,
/* ############################################ */
.messagebox.warn a:visited,
/* ###            Jojobox Class            ### */
.messagebox.warn a:active {
/* ###            User:RurinGas            ### */
    color: #861c10;
/* ############################################ */
.jojobox {
  background-color: white;
  border-style: solid;
  border-width: 3px;
  border-color: black;
  border-radius: 8px;
  width: 150px;
  display: inline-block;
}
}


.messagebox.warning {
/* ############################################ */
    background: #fbcfa6;
/* ###          Minor Ace-table fix        ### */
    color: #7a3f08;
/* ###            User:RurinGas            ### */
    border-color: #fac28e;
/* ############################################ */
}


.messagebox.warning a:not(.mw-selflink),
.achievements td > p {
.messagebox.warning a:visited,
  max-width: 960px;
.messagebox.warning a:active {
  display: block;
    color: #b55e0c;
}
}


.messagebox.disambig {
.table-no-bg td {
    background-color: #ebebeb;
  border: transparent;
    border-color: #898989;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
}


.messagebox.disambig a,
.table-no-bg tr {
.messagebox.disambig a:visited,
  background: transparent;
.messagebox.disambig a:active {
    color: #6c6c6c;
}
}


.messagebox.safe {
/* ############################################ */
    background-color: #d8f0d3;
/* ###            RURINFOBOXES CSS          ### */
    border-color: #1b8408;
/* ###            User:RurinGas            ### */
/* ############################################ */
.infobox {
display: table;
background: #fff;
float: right;
clear: right;
font-size: 12px;
margin: 0 0 15px 15px;
border-radius: 10px;
overflow-x: clip;
border: solid 2px;
border-color: #50656f;
width: 270px !important;
max-width: 270px !important;
min-width: 270px !important;
table-layout: fixed;
}
}


.messagebox.safe a,
.infoboxnexted{
.messagebox.safe a:visited,
display: table;
.messagebox.safe a:active {
min-width: 266px;
     color: #1b8408;
    overflow-x: clip;
     table-layout: fixed;
width: 266px;
}
}


.messagebox.unsafe {
.infoboxlabel {
    background-color: #ffee88;
font-size: 12px;
    border-color: #997700;
width: 95px;
padding: 0 0 0 5px;
text-align: left;
}
}


.messagebox.unsafe a,
.infoboxlabel:not(.infoboxspan2) {
.messagebox.unsafe a:visited,
  min-width: 85px;
.messagebox.unsafe a:active {
    color: #997700;
}
}


.messagebox.easter {
.infoboxcell {
    background-color: #e5f9c2;
font-size: 12px;
    border-color: #598014;
text-align: left;
padding-right: 7px;
width: 161px;
}
}


.messagebox.easter a,
.infoboxspan {
.messagebox.easter a:visited,
text-align: center;
.messagebox.easter a:active {
border-top: solid 0;
    color: #598014;
border-right: 1px solid #dce2e8;;
border-left: 1px solid #dce2e8;;
padding: 0 2px 0;
}
}


.messagebox.halloween {
.infoboxmedia, .infoboximagecont{
    background-color: #e8d8ea;
font-size: 14px;
    border-color: #794080;
padding: 0;
flex-grow: 1;
}
}


.messagebox.halloween a,
.infoboxsubheading{
.messagebox.halloween a:visited,
font-size: 14px;
.messagebox.halloween a:active {
padding: 7px;
     color: #794080;
background-color: #202a30;
    background-image: url(https://fallout-wiki-files.nyc3.cdn.digitaloceanspaces.com/6/68/Hex.jpg);
     background-blend-mode: soft-light;
}
}


.messagebox.thanksgiving {
.infoboxheading {
    background-color: #f0cba8;
font-size: 18px;
     border-color: #a65800;
padding: 9px;
background-color: #202a30;
    background-image: url(https://fallout-wiki-files.nyc3.cdn.digitaloceanspaces.com/6/68/Hex.jpg);
     background-blend-mode: soft-light;
}
}


.messagebox.thanksgiving a,
.infoboxsuperheader {
.messagebox.thanksgiving a:visited,
padding: 5px 10px;
.messagebox.thanksgiving a:active {
border-bottom:1px solid #dce2e8;
     color: #a65800;
     border-radius: 10px 10px 0 0;
}
}
 
.messagebox.christmas {
.infoboxfooter {
    background-color: #d4eaf6;
font-size: 0;
    border-color: #428bb5;
}
}


.messagebox.christmas a,
.infoboxborder {
.messagebox.christmas a:visited,
border-top:1px solid #dce2e8;
.messagebox.christmas a:active {
    color: #3a799d;
}
}


.messagebox.bigRaffle {
.infoboxtabber .tabber__tabs {
    background-color: #f1de9f;
  display: flex;
    border-color: #640000;
  box-shadow: none;
  flex-grow: 1;
  flex-flow:wrap;
}
}


.messagebox.bigRaffle a,
.infoboxtabber .tabber__tab:hover,
.messagebox.bigRaffle a:visited,
.infoboxtabber .tabber__tab {
.messagebox.bigRaffle a:active {
display: grid;
    color: #640000;
flex-grow: 1;
border: 1px solid #c7e2da;
font-weight: Normal;
height: 29.5px;
box-shadow: none;
font-size:13px;
color: black !important;
flex-flow:wrap;
}
}


.messagebox.discord {
.infoboxtabber .tabber__tab--active:hover,
    background-color: #5865F2;
.infoboxtabber .tabber__tab--active {
    border-color: #4d58d0;
background: #c7e2da;
    color: #ffffff;
font-weight: bold;
}
}


.messagebox.discord a,
.infoboxmedia .infoboxtabber .tabber__section {
.messagebox.discord a:visited,
      border-radius: 0 0 8px 8px
.messagebox.discord a:active {
    color: #d2e5fc;
}
}


.messagebox.discord a.external.text,
.infoboxtabber .tabber__tab:only-of-type, .tabber__tab:empty {
.messagebox.discord a:visited.external.text,
display: none;
.messagebox.discord a:active.external.text {
  }
    color: #d2e5fc;
    font-style: italic;
}


.messagebox.stub {
@media only screen and (max-width: 800px) {
    width: 40%;
.infoboxnexted{
max-height: 500px !important;
}
}
}


.messagebox.welcomenotice {
.infoboximage {
    padding: 1em;
  max-width: 270px !important;
    width: 90%;
  height: auto;
  font-size: 0;
}
}


.messagebox.welcomenotice .wordmark {
.infoboxcell p, .infoboxlabel p {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
  padding: 4px;
  margin: 0;
}
}


.messagebox.hasdialogue {
.infoboxtabber .tabber__panel {
    width: auto;
  overflow-x: clip;
}
}


.messagebox.alphabetical {
@media screen {
     width: auto;
.infoboxnexted table {
    font-size: 95%;
     overflow: inherit;
    padding: 5px 10px;
  }
    text-align: center;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}
}


.wikipedia {
.infoboximage img, .infoboximagecont img {
    border: solid #aaa 1px;
  max-width: 270px !important;
    font-size: 90%;
  height: auto;
    background: #f9f9f9;
    padding: 4px;
    spacing: 0px;
    margin-top: 10px;
}
}


.messagebox2 {
.infoboxcell p {
    background: #ffffff;
  word-wrap: initial;
    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 {
.infoboxtabber-no-br .tabber__section {
    margin-top: calc(-1em - 1px);
  border-radius: 0 !important;
}
}


.messagebox-header {
.infoboxmedia .infoboxtabber .tabber__panel:not(.tabber__panel--active), .infoboximagecont .infoboxtabber .tabber__panel:not(.tabber__panel--active), .infoboximage .tabber__panel:not(.tabber__panel--active) {
    background: #ddedf6;
  display: none;
    border: 1px solid #c5e0ef;
    border-bottom: 0.3em solid #589ac1;
    display: flex;
}
}


.messagebox-image {
.infoboximage .tabber__section, .infoboximagecont .infoboxtabber .tabber__section, .infoboxmedia .infoboxtabber .tabber__section {
    width: 55px;
  height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
}


.messagebox-title {
@media (prefers-reduced-motion: no-preference) and (min-width: 720px) {
    line-height: 1.55em;
  .infoboximage .tabber__section, .infoboxmedia .infoboxtabber .tabber__header, .infoboxmedia .infoboxtabber .tabber__section, .infoboxmedia .infoboxtabber .tabber__tabs,
    font-weight: bold;
  .infoboximagecont .infoboxtabber .tabber__header, .infoboximagecont .infoboxtabber .tabber__section, .infoboximagecont .infoboxtabber .tabber__tabs{
    padding: 0.6em 0.6em 0.6em 0;
     scroll-behavior: unset;
     flex: 1;
  }
}
}


.messagebox-text {
.infoboxcollapse .mw-collapsible-toggle {
    font-size: 0.85em;
  rotate: 90deg;
    line-height: 1.6em;
  overflow-y: auto;
    padding: 0.65em 0.65em 0.65em 55px;
  margin: -121px 0px 0px 110px;
    border: 1px solid #e4eaee;
  position: absolute;
    border-top-width: 0;
  left: 5px;
  font-family: 'Segoe UI';
  width: 36px;
  height: 264px;
  text-align: center;
  color: white;
}
}


.messagebox2.warn .messagebox-header {
.infoboxcollapse .mw-collapsible-toggle-default::before {
    background: #feecea;
  display: none;
    border-color: #fdd6d2;
    border-bottom-color: #ed3523;
}
}


.messagebox2.warn .messagebox-header a {
.infoboxcollapse .mw-collapsible-text {
    color: #da2412;
  color: white;
  position: absolute;
  right: 15px;
  visibility: hidden;
}
}


.messagebox2.action .messagebox-header {
.infoboxcollapse .mw-collapsible-toggle-default::after {
    background: #fef0e4;
  content: "<";
    border-color: #fde2cb;
  visibility: initial;
    border-bottom-color: #f67e0c;
  font-size: 25px;
}
}


.messagebox2.action .messagebox-header a {
.infoboxcollapse .mw-collapsed .mw-collapsible-toggle-default::after {
    color: #d76d08;
  content: ">";
  visibility: initial;
  font-size: 25px;
}
}


.messagebox2.safe .messagebox-header {
.infoboxcollapse .mw-collapsible-toggle-collapsed::after {
    background: #ecf8e3;
  content: ">";
    border-color: #def3cf;
  visibility: initial;
    border-bottom-color: #64ba1d;
  font-size: 25px;
}
}


.messagebox2.safe .messagebox-header a {
.infoboxcollapse .mw-collapsible-toggle-expanded::after {
    color: #539b18;
  content: "<";
  visibility: initial;
  font-size: 25px;
}
}


.messagebox2.file .messagebox-header {
.infoboxtabber .mw-collapsible .infoboxsubheading .mw-collapsible-toggle {
    background: #e2e9f7;
  display: none;
    border-color: #cedaf1;
    border-bottom-color: #5675b7;
}
}


.messagebox2.file .messagebox-header a {
.infoboxtabber .tabber__panel--active .mw-collapsible .infoboxsubheading .mw-collapsible-toggle {
    color: #4664a4;
  display: block;
}
}


.messagebox2.event .messagebox-header {
.infoboximage .tabber .tabber__tab {
    background: #fceef9;
  height: 17.5px;
    border-color: #f8d8f1;
  font-size: 12px;
    border-bottom-color: #e667ca;
}
}


.messagebox2.event .messagebox-header a {
.infobox tr {
    color: #e148c0;
  display: flex;
}
}


.messagebox2.info .messagebox-header {
.infoboxspan2 > p {
    background: #e4eaee;
  display: none;
    border-color: #d4dee4;
    border-bottom-color: #8b96a3;
}
}


.messagebox2.info .messagebox-header a {
.infoboxtext {
    color: #788493;
  padding: 8px;
}
}


.messagebox2.obsolete .messagebox-header {
.infoboxspan2 {
    background: #eeeeee;
  text-align: center;
    border-color: #e1e1e1;
  padding: 0;
    border-bottom-color: #6f6f6f;
  border-left: 1px solid #dce2e8;
  border-radius: 0 !important;
  min-width: 37px;
}
}


.messagebox2.obsolete .messagebox-header a {
.infoboxspan2 .infoboxtext {
    color: #5e5e5e;
  padding: 4px;
}
}


.messagebox2.discord .messagebox-header {
.infoboxspan2, .infoboxsubheading, .infoboxsuperheader, .infoboxheading, .infoboxcell {
    background: #5865F2;
  flex-grow: 1;
    border-color: #404ff0;
    border-bottom-color: #414dcd;
}
}


.messagebox2.discord .messagebox-header a {
.infobox tr:last-child td {
    color: #313cb9;
  border-radius: 0 0 10px 10px;
}
}


.messagebox2.discord .messagebox-title {
.infoboxtext .floatnone {
    color: #ffffff;
  max-height: 28px;
  top: -17px;
  position: relative;
  left: 2px;
}
}


.menaphite-script {
.infoboxcell p {
    word-spacing: 15px;
  word-wrap: initial;
    width: 85%;
  padding: 4px 4px 4px 0;
  margin-bottom: 0;
}
}


.menaphite-script img {
/* Chrome Fixes */
    padding: 0 3px;
}


.menaphite-script p:first-of-type {
.infoboxsuperheader:first-child {
     margin-top: 1em;
     border-radius: 10px 10px 0 0;
}
}


.menaphite-script .js-tooltip-click {
.infoboxmedia:last-child {
    font-size: 12px;
  border-radius: 0 0 10px 10px;
    border-radius: 5px;
    background-color: #898989;
    border-color: #898989;
    padding-right: 0.4em;
    margin-left: 0.5em;
}
}


.thumbinner {
/* ############################################ */
    display: flex;
/* ###  Lorebox & Lead Bio Head Text Color  ### */
    flex-direction: column;
/* ###            User:RurinGas            ### */
}
/* ############################################ */


.trow {
.lead-bio-container td small a,
    display: flex;
.lorebox-highlight td big a {
    flex-direction: row;
  color: black;
    clear: left;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
}


.tsingle {
/* ############################################ */
     margin: 1px;
/* ###      Hide Recent Changes Legend     ### */
    float: left;
/* ###            User:Kate Aces            ### */
}
/* ############################################ */


.theader {
.mw-changeslist-legend {
    clear: both;
display:none;
    font-weight: bold;
    text-align: center;
    align-self: center;
    background-color: transparent;
    width: 100%;
}
}


.thumbcaption {
/* ############################################ */
    background-color: transparent;
/* ###      Hide Incessant MW Help Links  ### */
}
/* ###            User:Kate Aces            ### */
/* ############################################ */


.text-align-left {
#mw-indicator-mw-helplink a {
    text-align: left;
display:none;
}
}


.text-align-right {
/* ############################################ */
     text-align: right;
/* ###     Site Footer Image Size lock      ### */
}
/* ###            User:RurinGas            ### */
/* ############################################ */


.text-align-center {
#footer-poweredbyico img, #f-poweredbyico img {
    text-align: center;
  width: 88px;
  height: auto;
}
}


@media all and (max-width: 720px) {
/* ############################################ */
    .thumbinner {
/* ###        Blinking color text          ### */
          width: 100% !important;
/* ###            User:Wana                ### */
          box-sizing: border-box;
/* ############################################ */
          max-width: none !important;
          align-items: center;
    }


    .trow {
          justify-content: center;
    }


    .tsingle {
.blink-bg{
          float: none !important;
color: #fff;
          max-width: 100% !important;
padding: 10px;
          box-sizing: border-box;
display: inline-block;
          text-align: center;
border-radius: 5px;
    }
animation: blinkingBackground 2s infinite;
 
}
    .tsingle .thumbcaption {
@keyframes blinkingBackground{
          text-align: left;
0% { background-color: #10c018;}
    }
25% { background-color: #1056c0;}
 
50% { background-color: #ef0a1a;}
    .trow > .thumbcaption {
75% { background-color: #254878;}
          text-align: center;
100%         { background-color: #04a1d5;}
    }
}
.blink-text{
color: #000;
font-weight: bold;
font-size: 2rem;
animation: blinkingText 2s infinite;
}
@keyframes blinkingText{
0% { color: #10c018;}
25% { color: #1056c0;}
50% { color: #ef0a1a;}
75% { color: #254878;}
100% { color: #04a1d5;}
}
/* ############################################ */
/* ###    Template:Collapsible Centering    ### */
/* ###            User:RurinGas            ### */
/* ############################################ */


.ace-table .mw-collapsible-toggle:not(th .mw-collapsible-toggle), .portable-infobox .mw-collapsible-toggle {
  display: contents;
}
}


.navbox {
/* ############################################ */
    font-size: 0.85em;
/* ###      Hide Front Page Title          ### */
    background: #ffffff;
/* ###            User:Wana                ### */
    margin: 15px auto;
/* ############################################ */
    width: 100%;
.page-Fallout_Wiki h1 { display: none; }
    clear: both;
}


.navbox:not(.navbox-collapsible) {
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.1);
}


.navbox .navbox-title {
/* ############################################ */
    font-size: 110%;
/* ###          Snap to Top button          ### */
    background: #438ab5;
/* ###            User:RurinGas            ### */
    color: #ffffff;
/* ############################################ */
    text-align: center;
    padding: 3px 8px;
}


.navbox .navbox-title .mw-collapsible-toggle {
#scrollUpButton {
    font-size: 0.9em;
position: fixed;
    margin-left: 6em;
bottom: 10px;
    float: right;
height: 110px;
}
right: 18px;
opacity: 0.7;
cursor: pointer;
display: inline;
}


.navbox .navbox-title a {
@media only screen and (max-width: 450px) {
    color: #ffffff;
#scrollUpButton {
display: none;
visibility: hidden;
}
#projectYeltsa {
display: none;
visibility: hidden;
}
}
}


.navbox .navbox-title a:visited {
/* ############################################ */
    color: #ffffff;
/* ###          Tardis Shenanigans          ### */
}
/* ###          User:Kate Aces            ### */
/* ###  Based on Template:Frog at JoJo Wiki ### */
/* ############################################ */


.navbox .navbox-footer {
.tardis {
    background: #438ab5;
  opacity: 0.1;
    border-top: 1px;
  transition: opacity 0.5s linear;
    text-align: center;
    font-size: smaller;
}
}


.navbox .navbox-footer a {
.tardis:hover {
    color: #ffffff;
opacity: 1;
transition: visibility 0s 0.5s, opacity 0.5s linear;
}
}


.navbox .navbox-footer a:visited {
.tardis img:hover {
    color: #ffffff;
animation: shake 0.5s;
animation-iteration-count: 1;
}
}


.navbox .navbox-group-title {
@keyframes shake {
    background: #f2f5f6;
0% { transform: rotate(0deg); }
    border: 1px solid #d8e5ff;
10% { transform: rotate(-3deg); }
    border-width: 0 1px 1px 0;
20% { transform: rotate(0deg); }
    font-weight: bold;
30% { transform: rotate(3deg); }
    padding: 0 10px 5px 10px;
    width: 100px;
}
}


.navbox .navbox-group-title a:visited {
@media screen and (max-width: 1600px){
    color: #438ab5;
.tardis  {display:none;}
}
}


.navbox .navbox-list {
/* ############################################ */
     border-bottom: 1px solid #d8e5ff;
/* ###        Content Warning Box          ### */
    padding: 0 7px;
/* ###            User:RurinGas            ### */
/* ############################################ */
#contentWarning table {
     background-color: #e5cb69;
}
}
 
/* ############################################ */
.navbox .navbox-list ul {
/* ###Content Warning/ Spoiler Blackout text### */
    margin: 0;
/* ###            User:Wana            ### */
/* ############################################ */
.spoiler-text {
  background: var(--theme-body-text-color);
  display: inline;
  cursor: help;
  transition: background 0.3s ease 0.2s, color 0.2s ease 0.25s;
}
}
 
.spoiler-text:hover,
.navbox .navbox-list li {
.spoiler-text:focus {
    display: inline-block;
  background: none;
}
}


.navbox .navbox-list li + li::before {
/* ############################################ */
    content: ' • ';
/* ###      Misc. Small Fixes/Tweaks      ### */
    white-space: nowrap;
/* ###            User:RurinGas            ### */
/* ############################################ */
.MediaTransformError {
  display: none !important;
}
}


.navbox .navbox-subgroup {
#TechnicalDifficulties {
    border-spacing: 0;
  visibility: hidden;
    width: 100%;
}
}


.navbox .navbox-subgroup .navbox-group-title {
.dplinlinefix .top-nav-main .top-nav-header center span p {
    padding-bottom: 5px;
  display: inline;
}
}


.navbox .navbox.navbox-collapsible {
/* ############################################ */
     font-size: 100%;
/* ###      Special:ContributionScores     ### */
     margin: 5px 0 0;
/* ###        User:MeatServo/Kate Aces     ### */
}
/* ############################################ */


.navbox .navbox.navbox-collapsible .navbox-title {
.contributionscores-wrapper {
    background: #6ba5c8;
    padding: 0 8px;
}
}
 
.contributionscores-title {
.navbox img {
     background-color: #e8c96e;
     height: auto;
     margin-bottom: 0px;
     width: auto;
     border-radius: 20px;
     max-height: 1.6em;
    font-size: 15px;
     padding: 0 1px;
    font-weight: bold;
    vertical-align: middle;
     text-align: center;
}
}
 
.contributionscores .header {
.navbox + .navbox {
     background-color: #eee;
    margin-top: -8px;
     font-weight: bold;
}
 
.navbox-data {
    display: none;
}
 
.navbox-data + .navbox {
    margin-top: -8px;
}
 
.pathmap .wikitable.lighttable > tfoot {
    display: none;
}
 
.pathmap table.wikitable.lighttable {
    width: auto !important;
    display: table-cell;
    border: none;
}
 
.pathmap table.wikitable.lighttable td {
    height: 30px;
    width: 30px;
    padding: 0 !important;
    border-bottom-width: 2px;
}
 
.perk-link {
    background: #09222F;
    border-radius: 111px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-table;
    margin-right: 5px;
    text-align: center;
}
 
.perk-link.perk-link-nobg {
    background: transparent;
}
 
.perk-link > a {
    vertical-align: middle;
}
 
.perk-link .perk-link-rank {
    position: relative;
    top: -26px;
    left: 5px;
    margin-bottom: -28px;
    line-height: 0;
    float: left;
}
 
.perk-background {
    background: #09222F;
}
 
.navbox .perk-link img {
    max-height: initial;
}
 
.gizmo-interface {
    background-image: url('filepath://Empty_gizmo_interface.png');
    background-repeat: no-repeat;
    min-height: 132px;
    padding: 11px 53px;
    width: 216px;
}
 
.gizmo-interface td {
    border: 0;
    height: 32px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
}
 
.gizmo-interface.gizmo-ancient {
    background-image: url('filepath://Perk_calculator_background_ancient.png');
    background-size: 216px;
}
 
.gizmo-interface-parts a {
    position: relative;
}
 
.gizmo-interface-parts a:hover {
    text-decoration: none;
}
 
.gizmo-interface-parts a:before {
    color: #fff;
    content: "5";
    font-family: 'RuneScape Small';
    font-size: 12pt;
    margin-left: 1px;
    margin-top: -4px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
}
 
table.alternating-rows .gizmo-interface tr:nth-child(2n+1),
table.alternating-cols .gizmo-interface td:nth-child(2n+1) {
    background: none;
}
 
body.wgl-darkmode table.alternating-rows .gizmo-interface tr:nth-child(2n+1),
body.wgl-darkmode table.alternating-cols .gizmo-interface td:nth-child(2n+1) {
    background: none;
}
 
.pic-link + a,
.chathead-link + a {
    margin-left: 0.25em;
}
 
.normal-POH {
    line-height: normal !important;
}
 
.normal-POH a,
.normal-POH .mw-selflink {
    color: #4c4c4c;
}
 
.portal-link-wrapper {
    text-align: center;
    margin-bottom: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
 
.portal-link a {
    height: 120px;
    width: 300px;
    display: inline-flex;
    justify-content: center !important;
    align-items: center !important;
    margin: 7px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-family: 'League Spartan', sans-serif;
    text-transform: uppercase;
    background-color: #fafafa;
    color: #404040;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.03);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
 
.portal-link a:hover {
    text-decoration: none;
    background-color: #f2f2f2;
}
 
.portal-link.wide a {
    width: 618px;
}
 
.portal-link.compact a {
    font-size: 15px;
    height: 100px;
    width: 200px;
}
 
.portal-link.short a {
    font-size: 15px;
    height: 50px;
    width: 200px;
    font-variant: small-caps;
    text-transform: none;
}
 
.portal-link.article a {
    border-top: 8px solid #90c2dd;
}
 
.portal-link.article a:hover {
    background-color: #90c2dd;
    color: #fff;
}
 
.portal-link.file a {
    border-top: 8px solid #617ebc;
    background-color: #cfd8eb;
}
 
.portal-link.file a:hover {
    background-color: #617ebc;
    color: #fff;
}
 
.portal-link.template a {
    border-top: 8px solid #898989;
    background-color: #ebebeb;
}
 
.portal-link.template a:hover {
    background-color: #898989;
    color: #fff;
}
 
.questdetails,
.trainingdetails {
    text-align: left;
    margin: 0 auto 10px;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #aaaaaa;
}
 
.questdetails .questdetails-header,
.trainingdetails .questdetails-header {
    width: 15%;
    padding: 0 1em;
    font-weight: bold;
    background-color: #f2f2f2;
    vertical-align: top;
}
 
.questdetails .questdetails-info,
.trainingdetails .questdetails-info {
    width: 85%;
    padding-left: 1em;
}
 
.questreq ul {
    margin-left: 0;
    padding-left: 10px;
    list-style: none;
    border-left: 1px dotted #333333;
}
 
.questreq ul ul {
    margin-left: 25px;
}
 
.quote-source {
    text-align: right;
}
 
.quote-source::before {
    content: '— ';
}
 
blockquote {
    color: #5d6773;
}
 
blockquote p:not(.quote-source) {
    border-left: 3px solid #e4eaee;
    padding-left: 1em;
}
 
.pullquote {
    border-collapse: collapse;
    border: none;
    margin: 1em auto;
}
 
.pullquote .quotation-mark {
    color: #949eaa;
    font-size: 3em;
    font-family: serif;
    font-weight: bold;
    padding: 0.3em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
.pullquote .quotation-mark.left {
    text-align: left;
    vertical-align: top;
}
 
.pullquote .quotation-mark.right {
    text-align: right;
    vertical-align: bottom;
}
 
.pullquote .quotation-text {
    vertical-align: top;
    padding: 0.2em 0.5em;
}
 
.pullquote .quotation-source {
    text-align: right;
}
 
.rsw-infobox .recolour-table {
    margin: auto;
}
 
.recolour-table .rec-empty-row,
.recolour-table .rec-empty-cell {
    padding: 0;
    border: none;
}
 
.recolour-table .rec-empty-row {
    height: 9px;
}
 
.recolour-table .rec-empty-cell {
    width: 9px;
}
 
.recolour-table .rec-cell {
    border: 2px ridge #8c8264 !important;
    padding: 0 !important;
    height: 15px;
    width: 15px;
}
 
ol.references {
    font-size: 100%;
}
 
.references-small {
    font-size: 90%;
}
 
.hideQuotes .refhide {
    display: none;
}
 
.hideRefBacklinks .references a {
    display: none;
}
 
.shortcut {
    background: #ffffff;
    border: 1px solid #e4eaee;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.5em;
    text-align: center;
    font-size: 75%;
    float: right;
}
 
.speaksin {
    border-left: none;
    padding: 0 10px;
}
 
.speaksin-title {
    text-align: center;
    font-weight: bold;
    padding: 0.3em 0;
}
 
.speaksin-list {
    border-top: 1px solid;
    padding-top: 0.5em;
    -moz-columns: auto 2;
    -webkit-columns: auto 2;
    columns: auto 2;
}
 
.statbox {
    width: 197px;
    height: 280px;
    cursor: default;
    font-family: runescape;
    font-size: 16px;
    color: #ff8c00;
    text-shadow: #000 1px 1px 0;
    background-color: #000;
    background-image: url('filepath://Statstable_bg.png');
    background-repeat: no-repeat;
    border-spacing: 0;
    padding: 7px;
}
 
.statbox td {
    position: relative;
    background-image: url('filepath://Statstable_background.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: right;
    width: 62px;
    height: 25px;
    padding: 0 10px 0 4px;
    border-spacing: 0;
}
 
.statbox td img {
    float: left;
    margin-bottom: -3px;
    margin-top: -1px;
}
 
.statbox td img[height^="1"] {
    margin-top: 4px;
}
 
.statbox td .xpbox {
    display: none;
    z-index: 3;
    position: absolute;
    text-align: left;
    background-color: #0d0d0d;
    border: 1px solid #ebece6;
    color: #f5b241;
    text-shadow: none;
    padding: 2px 1px 0 1px;
    font-family: runescape;
    min-width: 119px;
    line-height: 15px;
    margin-left: 7px;
}
 
.statbox td .xpbox span {
    float: right;
}
 
.statbox td:hover .xpbox {
    display: inline-block;
}
 
.statbox td[colspan="3"] {
    background: none;
    text-align: left;
    padding: 20px 0 0 90px;
    color: #fff;
}
 
.succession {
    width: 50%;
    text-align: center;
}
 
.succession th {
    width: 33%;
    font-size: 90%;
    background: #cccccc;
}
 
.succession td {
    background: #eeeeee;
}
 
.tabber {
    margin: 1em 0;
    overflow-x: hidden;
}
 
.tabber .tabbertab {
    background-color: #ffffff;
    border: 1px solid #e4eaee;
    padding: 1em 1.5em;
    overflow-x: auto;
}
 
ul.tabbernav {
    border: none;
    line-height: 3em;
    margin-left: 2em;
    margin-bottom: -4px;
    padding: 0;
    font-family: inherit;
}
 
ul.tabbernav li.tabberactive a:hover {
    background-color: #ffffff;
}
 
ul.tabbernav li a {
    background: #f9fafa;
    color: #444e5a;
    font-size: 110%;
    border-color: #e4eaee;
    padding: 0.5em 1em;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}
 
ul.tabbernav li a:hover {
    background-color: #f1f3f3;
    border-color: #dbe3e8;
}
 
ul.tabbernav li a:link,
ul.tabbernav li a:visited {
    color: #444e5a;
}
 
.thgem {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 66px;
}
 
.thgem-number {
    text-shadow: 1px 1px 0px black;
    font-family: 'RuneScape Small';
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 15px;
    pointer-events: none;
}
 
.thgem-common {
    background-image: url('filepath://THGem-common.png');
}
 
.thgem-fairly-common {
    background-image: url('filepath://THGem-fairly-common.png');
}
 
.thgem-uncommon {
    background-image: url('filepath://THGem-uncommon.png');
}
 
.thgem-rare {
    background-image: url('filepath://THGem-rare.png');
}
 
.thgem-very-rare {
    background-image: url('filepath://THGem-very-rare.png');
}
 
.thgem-ultra-rare {
    background-image: url('filepath://THGem-ultra-rare.png');
}
 
.thgem-none {
    background-image: url('filepath://THGem-none.png');
}
 
#toc,
.toc {
    font-size: 0.9em;
    background: #ffffff;
    margin-top: 0.75em;
    padding: 0;
    border: none;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
 
#toc .toctitle,
.toc .toctitle {
    background: #eeeeee;
    border: 1px solid #dcdcdc;
    padding: 0.25em 1em;
}
 
#toc .toctitle h2,
.toc .toctitle h2,
#toc .toctitle a,
.toc .toctitle a {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
    color: #333333;
}
 
#toc .toclevel-1 a,
.toc .toclevel-1 a {
    color: #515151;
}
 
#toc .toclevel-2 a,
.toc .toclevel-2 a {
    color: #777777;
}
 
#toc > ul,
.toc > ul {
    border: 1px solid #e6e6e6;
    border-top: none;
    line-height: 1.8em;
    padding: 0.75em 1.75em;
    margin: 0;
}
 
#toc ul ul,
.toc ul ul {
    border-left: 1px dotted #cccccc;
    padding-left: 0.5em;
}
 
.toctoggle {
    padding-left: 0.2em;
}
 
.tocnumber {
    display: none;
}
 
.toclimit-2 #toc .toclevel-2,
.toclimit-3 #toc .toclevel-3,
.toclimit-4 #toc .toclevel-4,
.toclimit-5 #toc .toclevel-5,
.toclimit-6 #toc .toclevel-6,
.toclimit-7 #toc .toclevel-7 {
    display: none;
}
 
.wikitable.towers {
    display: inline-table;
    width: 160px;
    height: 150px;
    margin-right: 1em;
    text-align: center;
}
 
.update-history {
    max-height: 50vh;
    overflow-y: auto;
    background: #ffffff;
    padding: 1em 1.5em 0.25em;
    border: 1px solid #e4eaee;
}
 
.update-history > ul {
    margin: 0;
}
 
.update-history > ul > li {
    margin-bottom: 0.75em;
    list-style: none;
}
 
.update-history > ul > li > ul {
    margin-bottom: 0;
}
 
.update-type:hover a {
    text-decoration: none;
}
 
.update-type a {
    color: white;
    background: #3ea6e6;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 2px 5px;
}
 
.update-type.hidden a,
.update-type.ninja a,
.update-type.nxt a {
    background: #444e5a;
}
 
.update-type.patch a {
    background: #6bc71f;
}
 
.update-type.hotfix a,
.update-type.coldfix a {
    background: #ee4231;
}
 
.update-type.warmfix a {
    background: #f7861b;
}
 
.official {
    background: #ffffff;
    border: 1px solid #e4eaee;
    margin: 1em 0 1.5em;
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
 
.context {
    outline-color: #aeb6bb;
    outline-style: solid;
    outline-width: 1px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.25);
    display: flow-root;
    padding: 10px;
    margin: 10px auto 20px;
    max-width: 600px;
}
 
.legenda {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
 
.legenda-item {
    align-items: center;
    background-color: rgba(105, 105, 105, 0.05);
    border: 1px solid rgba(120, 120, 120, 0.25);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 4px;
    padding: 5px;
}
 
.news-embed {
    border-left: 20px #a9a9a9 solid;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.25);
    margin: auto;
    max-width: 500px;
    text-align: center;
    padding: 20px 40px;
}
 
.news-embed.reddit {
    border-left-color: #ff5516;
}
 
.news-embed.twitter {
    border-left-color: #1da1f2;
}
 
.production-selected {
    background: rgba(195, 232, 163, 0.5);
    color: #3c780a;
}
 
.infobox-user-stats .infobox-header {
    border-bottom: 0;
}
 
.infobox-user-stats .infobox-header a,
.infobox-user-stats .infobox-header a:visited {
    color: #ffffff;
}
 
.infobox-user-stats .infobox-subheader {
    border-top: 0;
}
 
.infobox-user-stats td:last-child {
    border-right: none;
}
 
.infobox-user-stats th:not(.infobox-header):not(.infobox-subheader) {
    border: none;
}
 
table.wikitable {
    color: inherit;
    background: #ffffff;
    font-size: 0.9em;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    border: none;
}
 
table.wikitable > * > tr > th {
    background-color: #eeeeee;
    border-color: #dcdcdc;
    line-height: 1.65em;
    padding: 0.4em;
}
 
table.wikitable > * > tr > td {
    border-color: #e6e6e6;
    padding: 0.25em 0.45em;
}
 
table.wikitable .header-top {
    background: #448fba;
}
 
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.alternating-rows tr:nth-child(odd),
table.alternating-cols td:nth-child(odd) {
    background: #f9f9f9;
}
 
.table-bg-red,
.table-bg-veryrare {
    background: #fbc0ba;
    color: #801c13;
}
 
.table-bg-red a:not(.mw-selflink),
.table-bg-veryrare a:not(.mw-selflink) {
    color: #9f261e;
    text-decoration: underline;
}
 
.table-bg-orange,
.table-bg-rare {
    background: #fbcfa6;
    color: #7a3f08;
}
 
.table-bg-orange a:not(.mw-selflink),
.table-bg-rare a:not(.mw-selflink) {
    color: #b55e0c;
    text-decoration: underline;
}
 
.table-bg-yellow,
.table-bg-uncommon {
    background: #fcea94;
    color: #786300;
}
 
.table-bg-yellow a:not(.mw-selflink),
.table-bg-uncommon a:not(.mw-selflink) {
    color: #a48900;
    text-decoration: underline;
}
 
.table-bg-green,
.table-bg-common {
    background: #c3e8a3;
    color: #2e5e05;
}
 
.table-bg-green a:not(.mw-selflink),
.table-bg-common a:not(.mw-selflink) {
    color: #3c780a;
    text-decoration: underline;
}
 
.table-bg-blue,
.table-bg-always {
    background: #aad9f5;
    color: #03436b;
}
 
.table-bg-blue a:not(.mw-selflink),
.table-bg-always a:not(.mw-selflink) {
    color: #0b5884;
    text-decoration: underline;
}
 
.table-bg-purple {
    background: #cfc0f0;
    color: #3d276b;
}
 
.table-bg-purple a:not(.mw-selflink) {
    color: #4f348b;
    text-decoration: underline;
}
 
.table-bg-pink,
.table-bg-random {
    background: #f5c8ec;
    color: #6d3662;
}
 
.table-bg-pink a:not(.mw-selflink),
.table-bg-random a:not(.mw-selflink) {
    color: #984c89;
    text-decoration: underline;
}
 
.table-bg-gray,
.table-bg-grey,
.table-bg-default {
    background: #e4eaee;
    color: #444e5a;
}
 
.table-bg-gray a:not(.mw-selflink),
.table-bg-grey a:not(.mw-selflink),
.table-bg-default a:not(.mw-selflink) {
    color: #5d6773;
    text-decoration: underline;
}
 
tr.store-hist {
    opacity: 0.6;
    background: #e4eaee;
    color: #444e5a;
}
 
tr.store-hist a:not(.mw-selflink) {
    color: #5d6773;
    text-decoration: underline;
}
 
.table-na {
    background: #f9f9f9;
    color: #aaa;
    text-align: center !important;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
table.lighttable .highlight-over .table-na {
    color: rgba(60, 120, 10, 0.4);
    background: #e1f4d3;
}
 
table.lighttable .highlight-on .table-na {
    color: rgba(60, 120, 10, 0.55);
    background: #b6e38f;
}
 
.mw-collapsible.mw-collapsed {
    min-width: 250px;
}
 
.mw-collapsible .mw-collapsible-toggle {
    font-weight: normal;
    margin-left: 0.5em;
}
 
.livestream-table td > .media-logo {
    filter: grayscale(0.8);
    opacity: 0.5;
}
 
.discussiontable.noresults .topic,
.discussiontable.noresults .edited,
.discussiontable.noresults .edited-by,
.discussiontable.noresults .yg-archive {
    color: #000000;
    background-color: #e6e6e6;
}
 
.discussiontable.noresults th {
    background-color: #cccccc;
}
 
.discussiontable.noresults th a {
    color: #000000;
}
 
.discussiontable th {
    color: #ffffff;
    background-color: #438ab5;
}
 
.discussiontable th a {
    color: #ffffff;
}
 
.discussiontable th a:hover {
    text-decoration: none;
}
 
.discussiontable .topic,
.discussiontable .edited,
.discussiontable .edited-by,
.discussiontable .yg-archive {
    color: #000000;
    background-color: #e6e6e6;
}
 
.dpltable {
    margin-top: -30px;
}
 
.dpltable td {
    padding-left: 5px;
}
 
.dpltable,
.discussiontable {
    width: 100%;
}
 
.dpltable .topic,
.discussiontable .topic {
    width: 40%;
}
 
.dpltable .edited,
.discussiontable .edited,
.dpltable .edited-by,
.discussiontable .edited-by {
    width: 30%;
}
 
.dpltable .yg-archive,
.discussiontable .yg-archive {
    width: 20%;
}
 
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 #firstHeading,
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;
    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: #ffffff;
    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: #444e5a;
}
 
.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: #ffffff;
    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), #ffffff 50%), url("filepath://Main page Shauny.png") right / auto 100% no-repeat #ffffff;
    margin-bottom: 0.9rem;
    padding-right: 8vw;
}
 
.tile.big-tile.dxp {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #ffffff 50%), url("filepath://Lumbridge Market.png") right / auto 150% no-repeat #ffffff;
}
 
.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 #ffffff;
    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: #444e5a;
}
 
.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;
}
 
.mainpage-skills li a:last-child {
    flex: 1;
    display: flex;
    align-items: center;
    color: #36414f;
    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: #ffffff;
    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: #ffffff;
    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-darkmode .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: #ffffff;
}
 
.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: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;
    }
 
}
 
.smw-callout-error {
    background-color: #feecea;
    border-color: #feecea;
    border-left-color: #ee4231;
}
 
.smw-callout-info {
    background-color: #e5f3fc;
    border-color: #e5f3fc;
    border-left-color: #3ea6e6;
}
 
.smw-callout-success {
    background-color: #ecf8e3;
    border-color: #ecf8e3;
    border-left-color: #6bc71f;
}
 
.smw-callout-warning {
    background-color: #fef9de;
    border-color: #fef9de;
    border-left-color: #f9d000;
}
 
.smw-property-page-results .header-title {
    color: inherit;
}
 
.page-Special_CreateAccount .firstHeading,
.page-Special_UserLogin .firstHeading {
    width: 32rem;
    margin: 1.5em auto 0.4em;
}
 
.page-Special_CreateAccount #contentSub,
.page-Special_UserLogin #contentSub {
    display: none;
}
 
.page-Special_CreateAccount .mw-ui-container,
.page-Special_UserLogin .mw-ui-container {
    width: 32rem;
    margin: 3em auto;
}
 
.page-Special_CreateAccount .mw-ui-container #userloginForm,
.page-Special_UserLogin .mw-ui-container #userloginForm {
    float: unset;
    margin: 0;
}
 
.page-Special_CreateAccount .mw-ui-container .mw-ui-vform,
.page-Special_UserLogin .mw-ui-container .mw-ui-vform {
    margin: 2.5em auto 0;
    width: 22rem;
}
 
#signupstart,
#userloginprompt {
    border: 1px solid #e4eaee;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    padding: 1.5em 2em 1em;
}
 
#userloginForm label {
    display: block;
    margin-bottom: 0.25em;
}
 
#userloginForm label[for="mw-input-captchaWord"] {
    margin-bottom: 0.5em;
}
 
.signup-realname-tip {
    color: #656565;
    font-size: 0.9em;
    margin: -0.75em 0 0.75em;
}
 
.mw-createacct-benefits-container {
    display: none;
}
 
.mw-plusminus-pos {
    color: #407813;
}
 
.mw-plusminus-neg {
    color: #b41e0f;
}
 
.client-js .mw-changeslist ul,
.client-js .mw-changeslist table.mw-enhanced-rc {
    margin-left: 0;
}
 
.client-js .mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget-highlighted ul,
.client-js .mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget-highlighted table.mw-enhanced-rc {
    margin-left: 1.5em;
}
 
.mw-changeslist-legend {
    display: none;
}
 
.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;
}
 
.page-Special_RecentChanges .mw-collapsible .mw-collapsible-toggle {
    margin-left: 0;
}
 
.mw-tag-markers,
.mw-tag-markers a {
    font-weight: bold;
}
 
.mw-tag-marker-visualeditor a,
.mw-tag-marker-visualeditor-needcheck a {
    color: #e49f10;
    font-weight: normal;
}
 
#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;
}
 
#mw-searchoptions h4 {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}
 
.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;
}
 
.page-Special_NewFiles .thumbimage {
    max-height: 212px !important;
    max-width: 212px !important;
    margin: 0 !important;
}
 
#editcount table[border="1"] {
    background-color: #ffffff !important;
    margin-top: 0.5em;
}
 
#editcount table[border="1"] th,
#editcount table[border="1"] td {
    padding: 0.25em 0.45em;
}
 
#editcount table[border="1"] th {
    background: #eeeeee;
    border: 1px solid #dcdcdc;
}
 
#editcount table[border="1"] td {
    border: 1px solid #e6e6e6;
}
 
#editcount table[border="1"] tr:nth-child(odd) {
    background-color: #f9f9f9;
}
 
.smwb-title {
    background-color: #eeeeee;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
    font-size: 1.6em;
}
 
.smwb-title a {
    padding-left: 10px;
}
 
.smwb-factbox,
.smwb-ifactbox {
    border-collapse: collapse;
    border: 0;
}
 
.smwb-propvalue .smwb-prophead,
.smwb-ipropvalue .smwb-prophead {
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    font-size: 0.9em;
}
 
.smwb-propvalue .smwb-propval,
.smwb-ipropvalue .smwb-propval {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    font-size: 0.9em;
}
 
.smwb-center {
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding: 4px 8px;
}
 
.smwb-center a {
    padding-left: 10px;
}
 
.smwb-bottom {
    border-bottom: 0;
}
 
.watchlistredir a,
.allpagesredirect a {
    color: #888;
    font-style: italic;
}
 
.not-patrolled {
    background-color: #f9f9f9;
    border-right: 10px solid #eee;
    padding-right: 15px;
}
 
.mw-special-AbuseLog .mw-abuselog-details {
    table-layout: fixed;
    width: 100%;
}
 
.fileupload-results {
    margin-left: 0;
}
 
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup .mw-echo-ui-placeholderItemWidget {
    background-color: inherit;
}
 
.rootpage-Help_Editing:not(.action-edit) #firstHeading,
.page-Help_Editing:not(.action-edit) #firstHeading,
.rootpage-Help_Editing:not(.action-edit) #contentSub,
.page-Help_Editing:not(.action-edit) #contentSub,
.rootpage-Help_Editing .mw-parser-output,
.page-Help_Editing .mw-parser-output {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
}
 
.page-Help_Editing:not(.action-edit) #firstHeading,
.page-Help_Contents:not(.action-edit) #firstHeading,
.page-Help_Editing:not(.action-edit) .mw-redirectedfrom,
.page-Help_Contents:not(.action-edit) .mw-redirectedfrom {
    display: none;
}
 
.page-Help_Editing .header-intro,
.page-Help_Contents .header-intro {
    margin: 2.6em 1.75em;
}
 
.page-Help_Editing .header-intro h1,
.page-Help_Contents .header-intro h1 {
    font-size: 2.5em;
    border: none;
    margin: 0 0 0.15em;
}
 
.page-Help_Editing .header-intro p,
.page-Help_Contents .header-intro p {
    font-size: 1.1em;
    line-height: 1.7em;
}
 
.page-Help_Editing .tile-halves,
.page-Help_Images .tile-halves {
    width: 45%;
    max-width: 30em;
    margin: 0 1em 2em;
}
 
.page-Help_Contents .header-intro {
    text-align: center;
}
 
.page-Help_Contents .tile-halves {
    min-width: 30em;
    width: 46%;
    margin: 0 2% 2em;
}
 
.page-Help_Contents .tile-halves .tile-bottom {
    text-align: center;
}
 
.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: #333333;
    padding: 1em 1.5em;
    transition: 0.2s ease-out;
}
 
.color-group:hover {
    transform: scale(1.03);
}
 
.color-group.dark {
    color: #ffffff;
}
 
.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;
}
 
.forumlist th.forum_title {
    padding-left: 25px;
}
 
.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 .forum_new {
    font-weight: bold;
    background: url('filepath://Forum_new.png') center left no-repeat;
    padding-top: 2px;
    padding-bottom: 1px;
}
 
.forumlist .forum_title a {
    padding-left: 25px;
}
 
.forumheader {
    border-left: 15px solid #ccc;
    background-color: #f1f1f1;
    margin: 1em 0;
    padding: 12px;
}
 
.forumlist td.forum_title a.forum_new:visited {
    background: none repeat scroll 0 0 transparent !important;
}
 
.forumactiveheader,
.forumarchiveheader,
.forumoldarchives {
    background-color: #438ab5;
    color: #ffffff;
}
 
.forumoldarchives a {
    color: #ffffff;
}
 
.forumcolumnheader {
    background-color: #e6e6e6;
    color: #000000;
    text-align: left;
    padding-left: 5px;
}
 
.forumsearchbox {
    float: right;
    width: auto;
    padding: 0.5em;
    margin-left: 0.5em;
    text-align: center;
    font-size: 90%;
    background-color: #f1f1f1;
}
 
body.ns-110 #ca-talk {
    display: none;
}
 
.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);
}
 
.calc-container .calc-tile-divider:first-child {
    margin-bottom: 0px;
}
 
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-header-title > h2 {
    grid-template-rows: 0px 172px;
    margin-top: -117px !important;
    height: 172px;
}
 
body.wgl-stickyheader .calc-header-title > h2 > span {
    grid-template-rows: 117px 55px;
}
 
.calc-section-header {
    position: relative;
    top: 0px;
    padding-top: 1em;
    background: #fbfbfb;
    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;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    padding-top: 78px;
    padding-bottom: 0.25rem;
    background: none !important;
    width: calc(100% - 2px);
}
 
@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-header-title > 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;
}
 
.calc-header-title > 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 {
    grid-row-start: 2;
    grid-row-end: span 1;
}
 
.calc-header-title > 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-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-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-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;
    width: auto;
    padding: 8.5px;
    margin: 0;
    border-bottom: 1px solid rgba(137, 142, 152, 0.075);
}
 
.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-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-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;
}
 
.oswf-page-container {
    width: 100%;
    border-radius: 0.5em;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e4eaee;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
 
.oswf-page-container .mw-headline-underline {
    display: none;
}
 
.oswf-page-container .oswf-tile {
    max-width: 35em;
    padding: 0;
    border-color: #3c780a;
}
 
.oswf-page-container .oswf-tile.oswf-tile-complete {
    order: 10;
    border-color: #9f261e;
}
 
.oswf-page-container .oswf-tile.oswf-tile-complete .oswf-tile-banner {
    background: #9f261e;
}
 
.oswf-page-container .oswf-tile.oswf-tile-complete .oswf-tile-content {
    opacity: 0.5;
}
 
.oswf-page-container .oswf-tile .oswf-tile-banner {
    padding: 0.5em 2em;
    background: #3c780a;
    color: #ffffff;
}
 
.oswf-page-container .oswf-tile .oswf-tile-content {
    padding: 1.5em 2em 1.5em;
}
 
.oswf-section-header {
    padding: 0.25em 2em;
    background: #eeeeee;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #e4eaee;
    border-bottom: 1px solid #e4eaee;
    justify-content: space-between;
}
 
.oswf-section-header h2,
.oswf-section-header h5 {
    padding: 0;
    margin: 0.3em 0;
}
 
.oswf-section-header.oswf-page-header {
    background: #f7861b;
    border-radius: 0.5em 0.5em 0 0;
    border: none;
}
 
.oswf-section-header.oswf-page-header h2,
.oswf-section-header.oswf-page-header h5 {
    color: #ffffff;
    padding: 0;
    margin: 0.5em 0;
}
 
.oswf-page-section {
    padding: 1em 2em;
}
 
.oswf-page-section p:last-child,
.oswf-page-section.rules-section ul {
    margin-bottom: 0;
}
 
.oswf-page-quicklinks {
    padding: 0 2em;
    background: #f9fafa;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #e4eaee;
}
 
.oswf-page-quicklinks .oswf-page-quicklinks-col {
    padding: 0.5em 1em 0.5em 0;
    border-right: 1px solid #e4eaee;
}
 
.oswf-page-quicklinks .oswf-page-quicklinks-col p,
.oswf-page-quicklinks .oswf-page-quicklinks-col h5 {
    margin: 0;
    padding: 0;
}
 
.oswf-page-quicklinks .oswf-page-quicklinks-col:not(:first-child) {
    padding-left: 1em;
}
 
.oswf-page-quicklinks .oswf-page-quicklinks-col.oswf-ql-discord {
    background: #5865F2;
}
 
.oswf-page-quicklinks .oswf-page-quicklinks-col.oswf-ql-discord a,
.oswf-page-quicklinks .oswf-page-quicklinks-col.oswf-ql-discord h5 {
    color: #ffffff;
}
 
.oswf-page-quicklinks .oswf-page-quicklinks-col.oswf-ql-discord img {
    margin-right: 0.3em;
}
 
.oswf-text-primary {
    color: #f7861b;
}
 
.jcConfig,
.jcCookies,
.jcSub {
    display: none;
}
 
.jsCalc-field-buttonselect .oo-ui-buttonSelectWidget {
    display: flex;
    flex-flow: row wrap;
    margin-top: -0.2em;
}
 
.jsCalc-field-buttonselect .oo-ui-buttonSelectWidget > .oo-ui-buttonOptionWidget {
    margin-top: 0.2em;
    white-space: nowrap;
}
 
.oo-ui-horizontalLayout.jsCalc-group > *:last-child::after,
.jcTable .oo-ui-horizontalLayout.jsCalc-group > *:last-child::after,
.jcTable .oo-ui-horizontalLayout.jsCalc-group .jsCalc-field.oo-ui-fieldLayout::after {
    clear: both;
    content: '';
    display: block;
}
 
.oo-ui-horizontalLayout.jsCalc-group {
    overflow-y: visible;
}
 
#SkillCalcForm .jcSubmit {
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}
 
#slayWeightCalcForm #slayWeightCalcForm-slayWeightCalcResult-master > div.oo-ui-optionWidget.oo-ui-buttonElement > a.oo-ui-buttonElement-button {
    padding-left: 2em;
    min-height: 2em;
    background-position: 0.3em center;
    background-size: auto 1.8em;
    background-repeat: no-repeat;
}
 
#slayWeightCalcForm [title="Turael/Spria"],
#slayWeightCalcForm [title="Turael"] {
    background-image: url("/images/7/74/Turael_chathead.png?47c6b");
}
 
#slayWeightCalcForm [title="Mazchna/Achtryn"],
#slayWeightCalcForm [title="Mazchna"] {
    background-image: url("/images/c/c0/Mazchna_chathead.png?ad9aa");
}
 
#slayWeightCalcForm [title="Vannaka"] {
    background-image: url("/images/4/48/Vannaka_chathead.png?d5d5a");
}
 
#slayWeightCalcForm [title="Chaeldar"] {
    background-image: url("/images/7/78/Chaeldar_chathead.png?05f70");
}
 
#slayWeightCalcForm [title="Sumona"] {
    background-image: url("/images/c/c6/Sumona_chathead.png?ade4f");
}
 
#slayWeightCalcForm [title="Duradel/Lapalok"],
#slayWeightCalcForm [title="Duradel"] {
    background-image: url("/images/1/13/Duradel_chathead.png?67b9b");
}
 
#slayWeightCalcForm [title="Kuradal"] {
    background-image: url("/images/a/a9/Kuradal_chathead.png?3370f");
}
 
#slayWeightCalcForm [title="Mandrith"] {
    background-image: url("/images/a/a1/Mandrith_chathead.png?591f9");
}
 
#slayWeightCalcForm [title="Morvran"] {
    background-image: url("/images/0/06/Morvran_chathead.png?c7318");
}
 
#slayWeightCalcForm [title="Laniakea"] {
    background-image: url("/images/f/f3/Laniakea_chathead.png?bdbe1");
}
 
.popVoyagesProgressContainer {
    background-color: #393939;
    background-image: url("/images/e/e8/RS_prog_bar_bg.svg?1016c");
    background-repeat: repeat;
    border-image: url("/images/5/53/RS_prog_bar_border.svg?fe10a");
    border-image-slice: 2 3 3 3;
    border-color: #5e5e5e;
    border-style: solid;
    border-width: 2px 3px 3px 3px;
    position: relative;
    width: 165px;
}
 
.popVoyagesProgressBar {
    background-image: url("/images/5/54/RS_green_prog_bar.svg?48a13");
    background-color: #5c8945;
    height: 19px;
    position: absolute;
}
 
.popVoyagesProgressPercent {
    color: #cbd9f4;
    display: table;
    line-height: 15px;
    margin: 0 auto;
    position: sticky;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
 
#popVoyagesCalcForm #popVoyagesCalcForm-popVoyagesCalcResult-farthestRegion > div.oo-ui-optionWidget.oo-ui-buttonElement > a.oo-ui-buttonElement-button {
    padding-left: 2.1em;
    padding-right: 0.5em;
    min-height: 2em;
    background-position: 0.3em center;
    background-size: auto 1.4em;
    background-repeat: no-repeat;
}
 
#popVoyagesCalcForm [title="The Arc"] {
    background-image: url("/images/d/d7/Bamboo_icon.png?05f2d");
}
 
#popVoyagesCalcForm [title="The Skull"] {
    background-image: url("/images/4/49/Gunpowder_icon.png?d695f");
}
 
#popVoyagesCalcForm [title="The Hook"] {
    background-image: url("/images/e/e7/Slate_icon.png?43cdd");
}
 
#popVoyagesCalcForm [title="The Scythe"] {
    background-image: url("/images/c/cc/Cherrywood_icon.png?71a41");
}
 
#popVoyagesCalcForm [title="The Bowl"] {
    background-image: url("/images/b/be/Jade_icon.png?aef27");
    padding-left: 2.3em !important;
}
 
#popVoyagesCalcForm [title="The Pincers"] {
    background-image: url("/images/9/97/Stainless_steel_icon.png?91858");
}
 
#popVoyagesCalcForm [title="The Pincers"] {
    background-image: url("/images/9/97/Stainless_steel_icon.png?91858");
}
 
#popVoyagesCalcForm [title="The Loop"] {
    background-image: url("/images/0/0f/Terracotta_icon.png?b3411");
}
 
#popVoyagesCalcForm [title="The Shield"] {
    background-image: url("/images/2/20/Azure_icon.png?600e1");
    padding-left: 1.6em !important;
}
 
.rsw-chartjs.rsw-chartjs-config {
    display: none;
}
 
.rsw-chartjs.rsw-chart-error {
    font-family: monospace;
}
 
.gemw-container {
    width: 90%;
    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: #6bc71f;
}
 
.gemw-header.negative {
    border-color: #ee4231;
}
 
.gemw-header.unchanged {
    border-color: #3ea6e6;
}
 
.gemw-header .gemw-section-left {
    flex: 1;
    margin-right: 2em;
}
 
.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: #444e5a;
}
 
.gemw-header .gemw-examine {
    color: #949eaa;
    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: #949eaa;
    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 {
    line-height: 1.5em;
}
 
.gemw-header .gemw-time {
    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: #949eaa;
}
 
.gemw-body .gemw-property {
    width: 30%;
    border-top: 0.15em dotted #e4eaee;
    padding-top: 0.25em;
    margin-bottom: 1.5em;
}
 
.gemw-body .gemw-property dt {
    color: #949eaa;
    font-weight: normal;
}
 
.gemw-body .gemw-property dd {
    font-weight: bold;
    margin: -0.25em 0 0;
}
 
.gemw-body .gemw-links {
    color: #949eaa;
    margin-bottom: 0.35em;
}
 
.gemw-body .gemw-section-right {
    width: 60%;
}
 
.gemw-body .gemw-section-right .highcharts-container {
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
 
.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: black;
}
 
.gemw-container.gemw-historical .gemw-header .gemw-time .jsPurgeLink {
    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 {
    background-attachment: scroll;
    background-color: #000;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-width: 0;
    display: none;
    height: 2500px;
    left: 0;
    margin: 0;
    opacity: 0.7;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
}
 
#modal,
#GEchartpopup {
    background: #fff;
    border: 3px solid #000;
    color: #000;
    font-size: 10pt;
    left: 0;
    padding: 10px;
    position: fixed;
    top: 150px;
    width: 975px;
    z-index: 52;
}
 
#GEchartpopup {
    min-width: 700px;
    min-height: 525px;
    width: 85%;
    height: 80%;
    left: 7%;
    top: 10%;
    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 #itemstats caption {
    cursor: pointer;
    text-align: right;
}
 
#GEpopupchart {
    height: 500px;
    margin-right: 100px;
}
 
.highcharts-container .highcharts-range-selector {
    font-size: 11px;
}
 
.GEPermLink {
    float: right;
    font-size: 14px;
}
 
.GEPermLink ~ .GEdatachart {
    clear: right;
}
 
form[id^="chartProperties"] button {
    margin: 3px;
}
 
.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;
}
 
#rsw-exchange-overlay .oo-ui-popupWidget-anchor {
    z-index: 101;
}
 
#rsw-exchange-overlay .oo-ui-labelElement-label {
    font-weight: bold;
}
 
.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;
}
 
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
    background-color: #dfe2e6;
    border-color: #d7dadd;
}
 
.oo-ui-image-destructive.oo-ui-icon-clear,
.mw-ui-icon-clear-destructive::before {
    background-image: url(/load.php?format=rasterized&image=clear&lang=en-gb&modules=oojs-ui.styles.icons-interactions&skin=vector&variant=destructive&version=1xdd7g0);
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Cg fill=%22%23d33%22%3E%3Ctitle%3Eclear%3C/title%3E%3Cpath d=%22M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm5.66 14.24l-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%22/%3E%3C/g%3E%3C/svg%3E");
}
 
.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;
}
 
#rs-ex-icon .oo-ui-inputWidget-input {
    padding-left: 33px !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 #cccccc;
    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;
}
 
.qc-in-progress {
    display: inline-block;
    background: #f9d000;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
}
 
.qc-table .quest-completed {
    background-color: #c3e8a3;
}
 
.qc-table .quest-started {
    background-color: #fcea94;
}
 
.seealso {
    margin: 0.8em 1.6em;
    font-style: italic;
}
 
.seealso + .seealso {
    margin-top: -0.8em;
}
 
.level-up-table td li {
    padding: 0 10px 0 10px;
}
 
.level-up-table ul {
    list-style-type: disc;
}
 
.level-up-table .lvlupmem {
    background: #f6ab58;
    color: #582e00;
}
 
.level-up-table .lvlupfree {
    background: #98e553;
    color: #245200;
}
 
.sic {
    color: #15F;
    font-style: italic;
    cursor: help;
    border-bottom: dotted 1px black;
}
 
.nowraplinks a {
    white-space: nowrap;
}
 
.boldlinks a {
    font-weight: bold;
}
 
.center,
.centre {
    display: block;
    text-align: center;
}
 
.center table,
table.center,
.centre table,
table.centre {
    margin: 0 auto;
}
 
.right table,
span.right {
    float: right;
}
 
.left table,
span.left {
    float: left;
}
 
.small {
    font-size: smaller;
}
 
.non-mobile-hide {
    display: none;
}
 
.sg-red,
.nocell {
    background: #ecccc6;
    color: #861c10;
}
 
.sg-yellow,
.maybecell {
    background: #f3f0b0;
    color: #6e5d45;
}
 
.sg-green,
.yescell {
    background: #c3ebc5;
    color: #506553;
}
 
.sg-red a,
.sg-yellow a,
.sg-green a,
.nocell a,
.maybecell a,
.yescell a {
    color: #04f;
}
 
ul.smalllistmargin,
.smalllistmargin ul,
ol.smalllistmargin,
.smalllistmargin ol {
    margin-left: 1.5em;
}
 
#spreport {
    border: 1px solid #808080;
    padding: 10px;
    text-align: center;
}
 
.mw-dismissable-notice-close-parent {
    min-height: 1em;
}
 
.rcsitenotice-dismiss {
    float: right;
    font-weight: normal;
}
 
table.wikitable + table.wikitable {
    margin-top: -1px;
}
 
#file img,
table.filehistory img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGElEQVQYV2N4DwX/oYBhgARgDJjEAAkAAEC99wFuu0VFAAAAAElFTkSuQmCC) repeat;
}
 
table.filehistory button img,
#file button img {
    background: none;
}
 
.catlinks {
    background: #ffffff;
    border: 1px solid #e4eaee;
    padding: 8px 15px;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
 
.ns-0 #charmguide + div + form .mw-summary,
.ns-0 #charmguide + div + form .module_content {
    display: none;
}
 
#mw-content-text q:before {
    content: open-quote;
}
 
#mw-content-text q:after {
    content: close-quote;
}
 
td.famtreesub {
    margin: 0;
    padding: 0;
}
 
td.famtreesub table {
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
 
td.famtreesub table td {
    height: 1em;
    width: 1em;
}
 
td.famtreeleaf {
    background: #dfdfdf;
    padding: 0.2em;
}
 
.status-active {
    background-color: #98e553;
    color: #245200;
}
 
.status-active a {
    color: inherit !important;
}
 
.status-inactive {
    background-color: #ececec;
    color: #777777;
}
}
 
.contributionscores .odd {
.status-inactive a {
     background-color: #eee;
     color: inherit !important;
}
}
 
.contributionscores .header td {
.clickpic a.image {
     padding-left: .2em;
     margin-left: 2px !important;
     padding-right: .2em;
     margin-right: 2px !important;
    line-height: 34px;
    vertical-align: middle;
}
}
 
.contributionscores .content {
.TH_Gem-common img,
    padding-left: .2em;
.TH_Gem-fairly-common img,
     padding-right: .2em;
.TH_Gem-rare img,
.TH_Gem-uncommon img,
.TH_Gem-very-rare img,
.TH_Gem-none img {
     image-rendering: pixelated;
}
}
/* ############################################ */
/* ###    Medal Madness (With shine!)      ### */
/* ###            User:Wana                ### */
/* ############################################ */


.accent {
/* generic shine */
    background-color: transparent !important;
.genericshine, .medalsilver, .medalgold {
  z-index: 0;
  position: relative;
}
}


.smwprops {
/* Shine */
    width: 80% !important;
.medalgold:after{
    max-width: 500px;
  content:'';
    white-space: nowrap;
  top:0;
    overflow: auto;
transform:translateX(100%);
    display: inline-block;
width:100%;
}
height:100px;
 
position: absolute;
.prewrap p {
z-index:0;
    white-space: pre-wrap;
animation: medalslide 2s infinite;  
}
  /*
 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/
.mw-editsection,
  */
.mw-editsection-like {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
}
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
 
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
    .inventory-image {
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
          image-rendering: -moz-crisp-edges;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffd700',GradientType=1 ); /* IE6-9 */}
          image-rendering: pixelated;
          image-rendering: crisp-edges;
    }
 
    .navbox .inventory-image {
          image-rendering: auto;
    }


}
.medalsilver:after{
  content:'';
  top:0;
transform:translateX(100%);
width:100%;
height:100px;
position: absolute;
z-index:0;
animation: medalslide 2s infinite;  
  /*
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffd700',GradientType=1 ); /* IE6-9 */}


.update-redirect {
.genericshine:after{
    text-align: center;
  content:'';
    background: #fffbf1;
  top:0;
    border: 1px solid #909090;
transform:translateX(100%);
    font-weight: 600;
width:100%;
    font-size: 2em;
height:100%;
    line-height: 1em;
position: absolute;
    padding: 1em;
z-index:0;
    color: #000 !important;
animation: medalslide 2s infinite;  
}
  /*
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffd700',GradientType=1 ); /* IE6-9 */}


.update-redirect.nuke {
/* animation */
    margin-bottom: 25%;
}


.text-red {
@keyframes medalslide {
    color: #c22010;
0% {transform:translateX(-100%);}
100% {transform:translateX(100%);}
}
}


.text-orange {
.medalgold .ace-userbox {
    color: #bf6007;
background: linear-gradient(to bottom, #f5c21b, #D17000);
}
}


.text-yellow {
.medalsilver .ace-userbox {
    color: #ad9000;
background: linear-gradient(to bottom, #D7D7D8, #A8A9AD);
}
}


.text-green {
/* ############################################ */
    color: #478515;
/* ###            Fakelinker              ### */
}
/* ###            User:Wana                ### */
/* ############################################ */


.text-blue {
.fakelinks {
     color: #1980bf;
cursor: pointer;
     color: var(--theme-link-color);
}
}
 
.fakelinks:hover {
.text-purple {
  color: var(--theme-link-color--hover);
    color: #5c2dbb;
}
}
 
.fakelinks:focus {
.text-pink {
text-decoration: underline;
    color: #dd32b8;
}
}
 
.fakelinks:visited {
.text-gray,
     color: var(--theme-link-color--visited);
.text-grey {
     color: #6b7787;
}
}
 
.fakelinks:active {
body.wgl-darkmode-transition,
    color: var(--theme-link-color);
.wgl-darkmode-transition * {
    transition-property: all;
    transition-duration: 1s;
}
}


#p-personal ul {
/* ############################################# */
    display: inline-flex;
/* ### ProfileTags for every Skin but Cosmos ### */
    flex-flow: row wrap;
/* ###            User:RurinGas              ### */
    justify-content: flex-end;
/* ############################################# */
}


#pt-skin-toggles {
#citizenProfileTag {
    order: -4;
  position: relative;
  color: #000;
  padding: 3px 3px 5px;
  background-color: #e1e1e1;
  border-radius: 6px;
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: text-bottom;
}
}


#utcdate {
.AprilFoolsAds img {
    order: -3;
width: 100%;
height: auto;
}
}
 
/* ############################################# */
#pt-rsnews {
/* ###    Home is where the infobox is      ### */
    order: -2;
/* ###              User:Wana                ### */
}
/* ############################################# */
 
.rightSideMe {
#pt-events {
float: right;
    order: -1;
clear: right;
font-size: 12px;
overflow-x: hidden;
width: 270px !important;
max-width: 270px !important;
min-width: 270px !important;
text-align: right;
margin-left: auto;
}
}


.discord-aff-line img {
.floatright {
    filter: invert(45%) sepia(4%) saturate(6018%) hue-rotate(192deg) brightness(83%) contrast(107%);
float: right;
clear: right;
}
}

Latest revision as of 20:32, 31 July 2024

/***** CSS placed here will be applied to all skins on the entire site. *****/

/***** CSS placed here will be applied to all skins on the entire site. *****/

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

a,
image a {
    color: #3c94b7;
}

a:visited,
image a:visited,
a:active,
image a:active {
    color: #498349;
}

a.new,
image a.new {
    color: #e88e20;
}

a.new:visited,
image a.new:visited {
    color: #8b577a;
}

/* Font drip */ 
@font-face {
  font-family: DTM-Mono;
  src: url("/resources/fonts/DTM-Mono.otf");
}

@font-face {
  font-family: DTM-Sans;--theme-page-background-color--secondary
  src: url("/resources/fonts/DTM-Sans.otf");
}

@font-face {
  font-family: Futura;
  src: url("/resources/fonts/Futura-CondensedLight.otf");
}

.font-dtm-mono, .font-dtm-mono * {
  font-family: DTM-Mono, Arial, Helvetica, sans-serif;
}

.font-dtm-sans, .font-dtm-sans * {
  font-family: DTM-Sans, Arial, Helvetica, sans-serif;
}

/* Root var colors */
:root {
  --theme-header-font-color: #209ace;
  --theme-body-dynamic-color-1: #fff;
  --theme-body-dynamic-color-2: #e6e6e6;
  --theme-page-dynamic-color-1: #000;
  --theme-page-dynamic-color-1--inverted: #fff;
  --theme-page-dynamic-color-2: #3a3a3a;
  --theme-sticky-nav-dynamic-color-1: #fff;
  --theme-sticky-nav-dynamic-color-2: #e6e6e6;
  --theme-link-dynamic-color-1: #fff;
  --theme-link-dynamic-color-2: #e6e6e6;
  --theme-accent-dynamic-color-1: #fff;
  --theme-accent-dynamic-color-2: #e6e6e6;
  --theme-body-background-color: #f6f6f6;
  --theme-body-text-color: #000;
  --theme-body-text-color--hover: #ccc;
  --theme-sticky-nav-background-color: #182e44;
  --theme-sticky-nav-text-color: #fff;
  --theme-sticky-nav-text-color--hover: #ccc;
  --theme-page-background-color: #feffff;
  --theme-page-background-color--secondary: #e6f4fa; /* light blue */
  --theme-page-background-color--tertiary: #bfd2df; /* medium blue */
  --theme-page-background-color--quaternary: #e1f2f5; /* light blue */
  --theme-page-background-color--quinary: #95b4ca; /* dark blue */
  --theme-page-background-color--aceiary: #D1EBF2; /* medium teal blue */
  --theme-page-background-color--light: #f9f9f9; /* almost white */
  --theme-page-background-color--secondarymod: #d9ead3; /* mods namespace bg */
  --theme-page-background-color--secondarycom: #faf1d9; /* community namespace bg */
  --theme-page-background-color--secondaryres: #fce5cd; /* resources namespace bg */
  --theme-page-background-color--secondaryifw: #d9d2e9; /* everwind namespace bg */
  --theme-page-background-color--gray: #ddd;
  --theme-page-text-color: #3a3a3a;
  --theme-page-text-color--hover: #6d6d6d;
  --theme-page-text-mix-color: #9c9d9d;
  --theme-page-text-mix-color-95: #f4f5f5;
  --theme-page-accent-mix-color: #8f9598;
  --theme-page-headings-font: "Work Sans";
  --theme-link-color: #0645ad;
  --theme-link-color--hover: #0b325c;
  --theme-link-label-color: #fff;
  --theme-accent-color: #202a30;
  --theme-accent-color--hover: #485f6d;
  --theme-accent-label-color: #fff;
  --theme-border-color: #cdcece;
  --theme-alert-color: #bf0017;
  --theme-alert-color--hover: #59000a;
  --theme-alert-color--secondary: #bf0017;
  --theme-alert-label: #fff;
  --theme-warning-color: #cf721c;
  --theme-warning-color--secondary: #ce711b;
  --theme-warning-label: #000;
  --theme-success-color: #0c742f;
  --theme-success-color--secondary: #0c742f;
  --theme-success-label: #fff;
  --theme-message-color: #753369;
  --theme-message-label: #fff;
  --theme-community-header-color: #fff;
  --theme-community-header-color--hover: #fff;
  --theme-background-image-opacity: 76%;
  --theme-page-text-opacity-factor: 0.85;
  --theme-body-text-opacity-factor: 0.7;
  --theme-link-color--visited: #33806f;
  --theme-link-color--external: #36b;
  --theme-border-color-alt: #818181;
  --ace-background-color: #e4f0f6;
  --ace-text-color: #2a2a2a;
  --ace-table-background-color: #e6f4fa;
  --ace-table-text-color: #000;
  --ace-table-heading-background-color: #e5cb69;
  --theme-accent-dynamic-color-3: #e3df65;
  --theme-widget-background: none;
  --theme-horizontal-nav-background-color: #D1EEEE;
  --theme-source-text-border-top-color: #2B4563;
  --theme-source-text-background-color: #F8FFF5;
  --theme-containerTem-background-color: #38404d;
  --theme-page-toc-background-color: #f8f9fa;
  --theme-page-containerTem-content-background-color: #FAFAFA;
  --theme-nav-simple-border-top-color: #2B4563;
  --theme-nav-simple-background-color: #F8FFF5;
  --theme-page-background-color--k8quinary: #95b4ca; 
  --theme-page-background-color--k8secondary: #e6f4fa; 
  --theme-page-background-color--k8tertiary: #bfd2df; 
  --theme-page-background-color--k8quaternary: #EDFBF4; <!--light light teal used in nouveaubox-->
}

.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: #444e5a;
}

.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;
}

/* ################################################################ */
/* ###                                                          ### */
/* ###            ADD CODE TO THE APPROPRIATE SECTION.          ### */
/* ###               SEE TABLE OF CONTENTS BELOW.               ### */
/* ###                                                          ### */
/* ### CSS added to this file is applied to the entire site.    ### */
/* ### Note that Kate Aces is the coolest.                      ### */
/* ###                                                          ### */
/* ################################################################ */

/* ############################################ */
/* ### OVERRIDE COLORS IN EDITOR NOTICE IN  ### */
/* ###  DARK MODE. Valid as of Mar 13 2022  ### */
/* ###     Edit a page. This is the help    ### */
/* ###         text box at the top          ### */
/* ###            User:Eckserah             ### */
/* ############################################ */
.smw-editpage-help {
  background: var(--theme-page-background-color--secondary);
}

/* ############################################ */
/* ###       OVERRIDE SOME COLORS ON        ### */
/* ###       IMAGE PAGES IN DARK MODE.      ### */
/* ###       Valid as of Mar 13 2022        ### */
/* ###            User:Eckserah             ### */
/* ############################################ */

#filetoc {
  background-color: var(--theme-page-background-color--secondary);
}

.mw_metadata th,
.mw_metadata td {
  background-color: var(--theme-page-background-color--secondary);
}

/* ############################################ */
/* ###           Link colors                ### */
/* ###          User:Eckserah               ### */
/* ############################################ */

#mw-content a:not(.new){
	color: var(--theme-link-color);
}

#content a:visited {
    color: var(--theme-link-color--visited);
}

/* ############################################ */
/* ###  OVERRIDE COLORS FOR INPUT ELEMENTS  ### */
/* ###             IN DARK MODE             ### */
/* ###       Valid as of Mar 13 2022        ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

/* #content input,
#content select {
  background: var(--theme-page-background-color--secondary);
  color: var(--theme-page-text-color);
  border-color: var(--theme-border-color);
}

#content input:hover {
  background: var(--theme-page-background-color--ternary);
  color: var(--theme-page-text-color);
  border-color: var(--theme-border-color);
}

#content textarea {
  background: var(--theme-page-background-color--secondary);
  color: var(--theme-page-text-color);
  border-color: var(--theme-border-color);
} */

/* ############################################ */
/* ### OVERRIDE CORRECT COLOR OF CARET IN   ### */
/* ### VISUAL EDITOR IN DARK MODE           ### */
/* ############################################ */

.CodeMirror-cursor {
  border-left-color: var(--theme-page-text-color);
}

/* ########################################################################## */
/* ### BASE STYLE                                                         ### */
/* ### Style relating to basic MediaWiki elements.                        ### */
/* ########################################################################## */

/* ############################################ */
/* ### THEME COLORS                         ### */
/* ############################################ */

/* Smaller text for <references> tag */
.references {
  font-size: 11px;
  line-height: 16px;
}

/* Links */
#content a {
  /* Color transition does not work well on :visited links, so disable. */
  transition: none;
}

#content a:visited {
  color: var(--theme-link-color--visited);
}

#content .external {
  color: var(--theme-link-color--external);
}

#content .new {
  color: var(--theme-alert-color);
}

#content .new:hover {
  color: var(--theme-alert-color-hover);
}

/* <code> and <pre>, but not for source editor */
#content code:not(.CodeMirror-line),
#content pre:not(.CodeMirror-line) {
  background-color: var(--theme-page-background-color--secondary);
}

#content pre:not(.CodeMirror-line) {
  border: 1px dashed var(--theme-border-color);
}

/* Enforce bullet points in collapsibles */
.mw-collapsible ul > li,
.va-table ul > li,
.ace-table ul > li {
  list-style: disc;
}

/* ################################################# */
/* ### TABLES - DEPRECIATED PLEASE USE ACE-TABLE ### */
/* ################################################# */

.va-table {
  background: var(--theme-page-background-color--secondary);
  border-collapse: collapse;
  empty-cells: show;
  font-size: 12px;
  line-height: 16.5px;
  margin-bottom: 5px;
  border-radius: 12px;
}

.va-table td,
.va-table th {
  border: 1px solid var(--theme-border-color);
  padding: 1px 2px;
  background: transparent;
}

.va-table tr {
  background: var(--theme-page-background-color--secondary);
}

.va-table th {
  background: var(--theme-page-background-color--quinary);
  color: var(--theme-page-text-color);
  font-weight: bold;
}

.va-table-collapse .collapseButton {
  margin-left: 10px !important;
  position: absolute;
  color: var(--theme-accent-dynamic-color-3);
}

.va-table > tr.va-table-highlight,
.va-table > * > tr.va-table-highlight {
  background: var(--theme-page-background-color--tertiary);
}

/* Tables with specific vertical alignment for cells */
.va-table-top td {
  vertical-align: top;
}

.va-table-middle td {
  vertical-align: middle;
}

.va-table-bottom td {
  vertical-align: bottom;
}

/* Tables with specific horizontal alignment for cells */
.va-table-center td {
  text-align: center;
}

.va-table-left td {
  text-align: left;
}

.va-table-right td {
  text-align: right;
}

/* Tables which are full width in Oasis */
.va-table-full {
  width: 100%;
}

/* Tables in which the first column starts with an icon */
.va-table-icon tr td:first-child {
  padding-left: 18px;
  text-indent: -18px;
}

.va-table-full-ib,
.va-table-full-infobox {
  width: 380px;
}

.va-table-shaded tr:nth-child(even) {
  background-color: var(--theme-page-background-color--aceiary);
}

/* Adapting lists & paragraphs to altered line-height */
.va-table ul,
.va-table ol {
  margin: 0 0 0 20px;
}

.va-table ul > li {
  line-height: inherit;
}

.va-table p {
  line-height: inherit;
  margin: 0;
}

.va-table ul + p,
.va-table ul + ol,
.va-table ul + ul,
.va-table ol + p,
.va-table ol + ol,
.va-table ol + ul,
.va-table p + p,
.va-table p + ol,
.va-table p + ul {
  margin-top: 5px;
}

/* ############################################ */
/* ###       Table row highlight style      ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

tr.row-highlight, .ace-table tr.row-highlight, .ace-table tr.row-highlight td {
  background: var(--theme-page-background-color--aceiary) !important;
}

tr.row-highlight td {
  border: 1px double var(--theme-border-color-alt) !important;
}
/* ############################################ */
/* ###           ♠  ACE TABLE  ♠            ### */
/* ############################################ */

.ace-table {
  background: var(--ace-table-heading-background-color);
  border-collapse: collapse;
  empty-cells: show;
  font-size: 12px;
  line-height: 16.5px;
  margin-bottom: 5px;
  border-radius: 12px;
}

.ace-table td,
.ace-table th {
  border: 1px solid var(--theme-border-color);
  padding: 1px 2px;
  background: transparent;
}

.ace-table tr {
  background: var(--ace-table-background-color);
}

.ace-table th {
  background: var(--theme-page-background-color--quinary);
  color: var(--theme-page-text-color);
  font-weight: bold;
}

.ace-table-collapse .collapseButton {
  margin-left: 10px !important;
  position: absolute;
  color: var(--theme-accent-dynamic-color-3) !important;
}

.ace-table > tr.ace-table-highlight,
.ace-table > * > tr.ace-table-highlight {
  background: var(--theme-page-background-color--aceiary) !important;
}
/*
.ace-table > * > tr > td {
  background-color: var(--ace-table-background-color);
  color: var(--ace-table-text-color);
}
*/
.ace-table > * > tr > th {
  background-color: var(--ace-table-heading-background-color);
  color: var(--ace-table-text-color);
  padding: 2px;
}

.ace-table ul + p,
.ace-table ul + ol,
.ace-table ul + ul,
.ace-table ol + p,
.ace-table ol + ol,
.ace-table ol + ul,
.ace-table p + p,
.ace-table p + ol,
.ace-table p + ul {
  margin-top: 5px;
}

/* Tables with specific vertical alignment for cells */
.ace-table-top td {
  vertical-align: top;
}

.ace-table-middle td {
  vertical-align: middle;
}

.ace-table-bottom td {
  vertical-align: bottom;
}

/* Tables with specific horizontal alignment for cells */
.ace-table-center td {
  text-align: center;
}

.ace-table-left td {
  text-align: left;
}

.ace-table-right td {
  text-align: right;
}

/* Tables which are full width in Oasis */
.ace-table-full {
  width: 100%;
}

/* Tables in which the first column starts with an icon */
.ace-table-icon tr td:first-child {
  padding-left: 18px;
  text-indent: -18px;
}

.ace-table-full-ib,
.ace-table-full-infobox {
  width: 380px;
}

.ace-table-shaded tr:nth-child(even) {
  background-color: var(--theme-page-background-color--aceiary);
}

/* Adapting lists & paragraphs to altered line-height */
.ace-table ul,
.ace-table ol {
  margin: 0 0 0 20px;
}

.ace-table li {
  line-height: inherit;
}

.ace-table p {
  line-height: inherit;
  margin: 0;
}

/* ############################################ */
/* ### DIALOGUE TABLE                       ### */
/* ### Used to display dialogue exports.    ### */
/* ###                                      ### */
/* ### Used in: various dialogue pages      ### */
/* ############################################ */

.np-table-dialogue tr th:first-child {
  width: 165px;
}

.np-table-dialogue tr th:first-child + th + th {
  width: 65px;
}

/* ############################################ */
/* ### TWO-COLUMN FLEX BOX                  ### */
/* ### Use this instead of a table if two   ### */
/* ### columns suffice.                     ### */
/* ###                                      ### */
/* ### Used in: very few pages              ### */
/* ############################################ */

.np-flex {
  width: 330px;
  display: inline-block;
  border: solid 1px var(--theme-border-color);
}

.np-box {
  padding: 0 10px;
  width: auto;
  vertical-align: top;
}

.np-box-top {
  font-weight: bold;
}

.np-widebox {
  clear: right;
  float: right;
  margin: 0 0 0.5em 1.5em;
  border: 1px solid var(--theme-border-color);
  box-shadow: 2px 2px 2px var(--theme-border-color);
  display: inline-block;
  width: 290px;
}

.np-widebox-title a:link,
.np-widebox-title a:visited {
  color: var(--theme-accent-dynamic-color-3) !important;
}

.np-widebox-title {
  font-size: 118%;
  font-weight: bold;
  background: var(--theme-accent-color) var(--theme-widget-background);
  border: 1px solid var(--theme-border-color);
  color: var(--theme-accent-dynamic-color-1);
  padding: 1px 2px;
  text-align: center;
  margin: 1px 1px 0;
}

.np-widebox-groups {
  display: table;
  border-spacing: 1px;
  margin: 0;
  width: 100%;
}

.np-widebox-groups > div {
  display: table-row;
}

.np-widebox-cell-left,
.np-widebox-cell-right {
  display: table-cell;
  padding: 1px 2px;
}

.np-widebox-cell-left {
  background: var(--theme-page-background-color--quinary);
  border: 1px solid var(--theme-border-color);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  width: 33%;
}

.np-widebox-cell-right {
  background: var(--theme-page-background-color--secondary);
  border: 1px solid var(--theme-border-color);
  font-size: 11px;
  line-height: 16px;
  vertical-align: top;
}

.np-widebox-columns {
  font-size: 11px;
  width: 100%;
  list-style: none;
  text-align: center;
}

.np-widebox-columns ul,
.np-widebox-columns li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 16px;
}

.np-widebox-columns td {
  background: var(--theme-page-background-color--secondary);
  border: 1px solid var(--theme-border-color);
  width: 50%;
}

/* ########################################################################## */
/* ### EXTENSIONS                                                         ### */
/* ### Overrides for extensions.                                          ### */
/* ########################################################################## */

/* ############################################ */
/* ### CATEGORYTREE                         ### */
/* ### Applies to: Extension:Categorytree   ### */
/* ############################################ */

.va-pagelist a.CategoryTreeLabelPage,
.va-pagelist-hidefirst a.CategoryTreeLabelPage {
  font-style: normal;
}

.va-pagelist div.CategoryTreeItem,
.va-pagelist-hidefirst div.CategoryTreeItem {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}

.va-pagelist-hidefirst div.CategoryTreeSection:first-child {
  display: none;
}

.CategoryTreeItem .CategoryTreePageBullet {
  border-left: 0 !important;
}

/* ############################################ */
/* ### NAVBOXES                             ### */
/* ### Used in: Template:Navbox             ### */
/* ############################################ */

/* Outer table - widths, floats */
.va-navbox {
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  border-radius: 0px;
}

.va-navbox-bottom {
  width: 100%;
  clear: both;
  margin: 5px auto 0;
}

.va-navbox-left {
  width: 200px;
  clear: left;
  float: left;
  margin: 10px;
}

.va-navbox-right {
  width: 200px;
  clear: right;
  float: right;
  margin: 10px;
}

/* Inner tables */
.va-navbox-brick {
  width: 100%;
  margin: 0;
  border-radius: 0px;
}

/* Cellspacing */
.va-navbox,
.va-navbox-border,
.va-navbox-brickcont,
.va-navbox-padding,
.va-navbox-space-h,
.va-navbox-space-v {
  background: transparent;
}

.va-navbox-padding {
  padding: 3px;
}

.va-navbox-space-h {
  width: 2px;
}

.va-navbox-columncont .va-navbox-space-h {
  width: 0;
  border-right: 1px solid #000;
}

.va-navbox-space-v {
  height: 2px;
  font-size: 1pt;
  line-height: 0;
}

/* Cell styles and widths */
/* Remember to update the column width calculations when changing widths */
.va-navbox-title {
  background: var(--theme-accent-color) var(--theme-widget-background);
  border: 0 solid var(--theme-border-color);
  font-weight: normal;
  color: var(--theme-accent-dynamic-color-1);
  padding: 4px 3px;
  border-radius: 0px;
}

.va-navbox-headertext,
.va-navbox-titletext {
  font-weight: bold;
  padding-left: 40px;
  padding-right: 40px;
}

.va-navbox-maintitle .va-navbox-titletext {
  font-size: 120%;
}

.va-navbox-editlink {
  float: left;
  width: 40px;
  text-align: left;
  margin-left: 10px;
}

.va-navbox-cell,
.va-navbox-colgroup,
.va-navbox-column,
.va-navbox-footer,
.va-navbox-group,
.va-navbox-header,
.va-navbox-image,
.va-navbox-subgroup {
  padding: 3px 3px;
  border-radius: 0px;
  border: 1px solid #000;
}

.va-navbox-colgroup,
.va-navbox-group,
.va-navbox-subgroup {
  font-weight: bold;
  border-radius: 0px;
}

.va-navbox-group,
.va-navbox-subgroup {
  width: 15%;
  text-align: center;
  border-radius: 0px;
}

.va-navbox-footer,
.va-navbox-group,
.va-navbox-header {
  background-color: #c6c6c6;
  border: 1px solid #000;
  border-radius: 0px;
}

.va-navbox-colgroup,
.va-navbox-subgroup {
  background-color:#333;
  border: 1px solid #000;
  border-radius: 0px;
}

.va-navbox-cell,
.va-navbox-column,
.va-navbox-image 
  border: 1px solid #000;
  border-radius: 0px;
}

.va-navbox-cell-nogroups,
.va-navbox-column,
.va-navbox-colgroup,
.va-navbox-footer,
.va-navbox-image {
  text-align: center;
}

.va-navbox-cell-withgroups {
  text-align: left;
}

.va-navbox-column {
  vertical-align: top;
}

.va-navbox-image {
  width: 8%;
}

/* Lists in column rows */
.va-navbox-formatlist ul,
.va-navbox-formatlist li {
  list-style: none;
  line-height: 16px;
  margin: 0.6em 0;
  padding: 0;
}

.va-navbox-formatlist li li {
  font-size: 90%;
}

.va-navbox-formatlist li ul {
  margin-top: -0.1em;
  margin-bottom: 0.5em;
}

.va-navbox-formatlist li ul li {
  margin: 0;
}

/* Nested */
.va-navbox .va-navbox-nested {
  font-size: 100%;
}

.va-navbox-nested .va-navbox-title {
  background: var(--theme-page-background-color--quinary);
  color: var(--theme-page-text-color);
  border: 1px solid #000;
}

.va-navbox-nested .va-navbox-footer,
.va-navbox-nested .va-navbox-group,
.va-navbox-nested .va-navbox-header {
  background: var(--theme-page-background-color--quaternary);
}

.va-navbox-nested .va-navbox-colgroup,
.va-navbox-nested .va-navbox-subgroup {
  background: var(--theme-page-background-color--tertiary);
}

/* Links  (using #content to give higher priority) */
#content .va-navbox-editlink .va-navbar-item a,
#content .va-navbox-editlink .va-navbar-item a:link,
#content .va-navbox-editlink .va-navbar-item a:visited,
#content .va-navbox-editlink .va-navbar-item a:hover,
#content .va-navbox-editlink .va-navbar-item a:active {
  color: var(--theme-accent-dynamic-color-1);
}

#content .va-navbox-nowraplinks .va-navbox-cell a,
#content .va-navbox-nowraplinks .va-navbox-column a {
  white-space: nowrap;
}

#content .va-navbox-maintitle a,
#content .va-navbox-maintitle a:link,
#content .va-navbox-maintitle a:visited {
  color: var(--theme-accent-dynamic-color-3);
}

#content .va-navbox-maintitle a:hover,
#content .va-navbox-maintitle a:active {
  color: var(--theme-accent-dynamic-color-1);
}

/* ############################################ */
/* ### DIRECTION & SOURCE BOXES             ### */
/* ### Used in: Template:Directionbox       ### */
/* ###          Template:Sourcebox          ### */
/* ############################################ */

/* Template:Directionbox */
.ace-dirbox {
  color: var(--theme-page-text-color);
  background-color: #8f98a7;
  clear: both;
  padding: 2px 2px;
  border-top: 4px solid #38404d;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.ace-dirbox th {
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 2px 5px;
}

.ace-dirbox td {
  padding: 1px 5px;
  width: 100%;
}

.ace-dirbox + .ace-dirbox {
  margin-top: 2px;
}

/* Template:Sourcebox */
.va-sourcebox {
  margin: 0;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 16px;
}

.va-sourcebox th {
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}

.va-sourcebox td {
  padding: 0;
}

.va-sourcebox td span {
  border-top: 1px solid var(--theme-border-color);
  border-bottom: 1px solid var(--theme-border-color);
  display: block;
  padding: 2px 5px;
  float: left;
}

/* Printing */
@media print {
  .va-copybox,
  .va-sourcebox {
    background: transparent none;
  }

  .va-navbox,
  .va-navbox-border {
    display: none;
  }

  .va-dirbox,
  .va-mbox {
    display: none;
  }
}

/* ############################################ */
/* ###      Template:Mbox                   ### */
/* ############################################ */

/* Template:Mbox */
.va-mbox {
  color: var(--theme-page-text-color);
  background-color: #e6f4fa;
  clear: both;
  padding: 2px 5px;
  border-top: 4px solid #0959c1;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  border-radius: 9px;
}

.va-mbox + .va-mbox {
  margin-top: -8px;
}

.va-mbox th {
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 1px 0 1px 5px;
}

.va-mbox td {
  padding-left: 5px;
  overflow: auto;
}

/* ############################################ */
/* ### AUDIO SNIPPETS, QUOTES & TRANSCRIPTS ### */
/* ### Used in: Template:Quotation          ### */
/* ###          Template:Transcript         ### */
/* ############################################ */

/* Container */
.va-listen,
.va-quotation,
.va-transcript {
  line-height: 18px;
  padding: 10px 45px;
}

.va-quotation {
  overflow: hidden;
}

table td .va-quotation {
  overflow: visible;
}

.va-quotation-body {
  display: block;
}

.va-quotation-quote {
  display: block;
  position: relative;
  z-index: 1;
}

.va-listen-left,
.va-listen-right,
.va-quotation-left,
.va-quotation-right {
  border-bottom: 1px solid var(--theme-border-color);
  border-top: 1px solid var(--theme-border-color);
  width: 200px;
}

.va-listen-left,
.va-quotation-left {
  clear: left;
  float: left;
  margin: 10px;
}

.va-listen-right,
.va-quotation-right {
  clear: right;
  float: right;
  margin: 10px;
}

.va-quotation-center {
  text-align: center;
}

.va-quotation-center .va-quotation-body {
  display: inline-block;
}

/* Quotation marks/icons */
.va-listen-icon,
.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-quotation-quot-l,
.va-quotation-quot-r {
  width: 40px;
  z-index: -1;
}

.va-listen-icon,
.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-transcript-icon {
  position: relative;
}

.va-quotation-quot-l,
.va-quotation-quot-r {
  position: absolute;
}

.va-listen-icon,
.va-transcript-icon {
  float: left;
  left: -30px;
  margin-right: -40px;
  top: -5px;
}

.va-newsquote-quot-l,
.va-newsquote-quot-r,
.va-quotation-quot-l,
.va-quotation-quot-r {
  color: var(--theme-page-background-color--quinary);
  font: bold 55px/40px serif;
  height: 18px;
}

.va-newsquote-quot-l,
.va-quotation-quot-l {
  left: -27px;
  text-align: left;
}

.va-newsquote-quot-r,
.va-quotation-quot-r {
  right: -27px;
  text-align: right;
}

.va-newsquote-quot-l {
  float: left;
  margin-right: -40px;
}

.va-newsquote-quot-r {
  float: right;
  margin-left: -40px;
}

.va-quotation-quot-l {
  top: -2px;
}

.va-quotation-quot-r {
  bottom: 2px;
}

/* Quoted text/audio file desc */
.va-listen-item,
.va-listen-item .ogg-player-options,
.va-newsquote-text,
.va-quotation-text {
  font-size: 12px;
}

.va-inlinequote-text,
.va-listen-text,
.va-newsquote-text,
.va-quotation-text {
  font-style: italic;
}

.va-transcript-text {
  font-family: monospace !important;
}

.va-quotation-text {
  display: block;
  margin-top: -0.4em;
  text-align: left;
}

.va-quotation-text ol,
.va-quotation-text p,
.va-quotation-text ul {
  margin-bottom: 0;
}

/* Source */
.va-newsquote-source,
.va-quotation-source {
  padding: 5px 15px 0;
  text-align: right;
}

.va-quotation-source {
  display: block;
  font-size: 10px;
  line-height: 15px;
}

/* "Incomplete quote" dots */
.va-newsquote-dots {
  font-style: normal;
  padding: 3px 0;
}

/* Audio file list */
.va-listen-item {
  margin: 0 auto;
  width: 180px;
}

.va-listen-item audio {
  margin-bottom: 5px;
  width: 100%;
}

.va-listen-item div {
  margin-bottom: 2px;
}

.va-listen-item + .va-listen-item {
  border-top: 1px solid var(--theme-border-color);
  margin-top: 5px;
}

.np-quote-snd-trigger {
  display: inline-block;
  position: absolute;
  top: auto;
  left: auto;
  padding: 0 2px;
}

.np-quote-snd-trigger:hover .np-quote-snd-player {
  visibility: visible;
}

.np-quote-snd-player {
  visibility: hidden;
  position: absolute;
  top: -55px;
  left: 100%;
  z-index: 100 !important;
  width: 300px;
  overflow-x: hidden;
  margin: 0;
  padding: 5px 10px 10px;
  border: 1px solid var(--theme-border-color);
  border-radius: 5px;
  box-shadow: var(--theme-border-color) 2px 2px 5px 0;
  background-color: white;
  color: black;
  text-align: left;
  font: normal normal normal 13px / normal Helvetica, Arial, sans-serif;
}

.np-quote-snd-player-img {
  float: left;
  width: 50px;
}

.np-quote-snd-player-title {
  width: 250px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.np-quote-snd-player-title span {
  font-size: 18px;
}

/* ############################################ */
/* ### STAT TABLES                          ### */
/* ### Used in: Template:Stats              ### */
/* ############################################ */

.va-stats-creature-name {
  text-align: center;
}

.va-stats-creature-icontable {
  margin: 0 auto;
}

.va-stats-creature-icontable td {
  border: none;
}

.va-stats-creature-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  font-weight: bold;
}

.va-stats-creature-item {
  position: relative;
  padding: 0 2px 0 22px;
  min-width: 10px;
}

.va-stats-creature-item + .va-stats-creature-item {
  margin-top: 2px;
}

.va-stats-creature-icontable-full,
.va-stats-creature-layout-1 td {
  width: 100%;
}

.va-stats-creature-layout-2 td {
  width: 50%;
}

.va-stats-creature-layout-3 td {
  width: 33%;
}

.va-stats-creature-layout-3 td:first-child {
  width: 34%;
}

.va-stats-creature-layout-4 td {
  width: 25%;
}

/* ################################################ */
/* ### CRAFTING TABLES                          ### */
/* ### Used in: Template:Crafting table         ### */
/* ### Used in: Template:Crafting table FO76    ### */
/* ################################################ */

.ace-crafting-table {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}

.ace-crafting-block {
  border: 1px solid var(--theme-border-color);
  margin: 0;
  padding: 1px 2px;
  background-color: var(--theme-page-background-color--secondary);
}

.ace-crafting-block + .ace-crafting-block {
  margin-top: 3px;
}

.ace-crafting-requirement {
  background-color: var(--theme-page-background-color--quaternary) !important;
}

.ace-crafting-highlight {
  background-color: var(--theme-page-background-color--quinary) !important;
}

.ace-crafting-table .selflink {
  font-weight: normal;
}


/* ############################################ */
/* ### ENGINE IDS                           ### */
/* ### Used in: Template:ID                 ### */
/* ###          Template:DLC ID             ### */
/* ###          Template:Proto              ### */
/* ############################################ */

.va-formid,
.va-protoid {
  font-family: monospace;
}

/* ############################################ */
/* ### SPECIAL <pre> TAGS                   ### */
/* ### Used in: Template:Pre fake           ### */
/* ############################################ */

.va-pre-fake {
  background-color: var(--theme-page-background-color--light);
  overflow: auto;
  font-family: monospace;
  white-space: pre;
  border: 1px dashed var(--theme-border-color);
  line-height: 14px;
  padding: 12px;
}

/* ############################################ */
/* ### TEMPLATE DOCUMENTATION               ### */
/* ### Used in: Template:Docparam           ### */
/* ###          Template:Documentation      ### */
/* ############################################ */

/* Template:Docparam */
.va-docparam {
  padding: 0 2px 0 20px;
  text-indent: -20px;
  margin-bottom: 3px;
  background: var(--theme-page-background-color--light);
  border: 1px dotted var(--theme-border-color);
  overflow: auto;
}

.va-docparam-icon {
  margin: 0;
  padding: 0;
  width: 20px;
  float: left;
}

.va-docparam-default {
  float: right;
  font-size: 10px;
}

.va-docparam-params {
  font-family: monospace;
}

.va-docparam-desc {
  margin: 0;
  padding: 0 0 5px 20px;
}

/* Template:Documentation */
.va-documentation,
.va-documentation-bar-top,
.va-documentation-bar-bottom {
  border-color: var(--theme-border-color);
  border-style: solid;
  clear: both;
}

.va-documentation {
  border-width: 1px;
  margin: 10px 0;
}

.va-documentation-bar-top,
.va-documentation-bar-bottom {
  background: var(--theme-page-background-color--quaternary);
  padding: 5px;
  margin: 0;
}

.va-documentation-bar-top {
  border-width: 0 0 1px;
}

.va-documentation-bar-bottom {
  border-width: 1px 0 0;
  text-align: right;
}

.va-documentation-links {
  float: right;
  text-align: right;
}

.va-documentation-content {
  padding: 10px;
  margin: 0;
}

.va-documentation-small {
  font-size: 10px;
}

/* ############################################ */
/* ### NOTICES                              ### */
/* ### Used in: Template:Notice             ### */
/* ############################################ */

.va-notice {
  background: var(--theme-page-background-color--secondary);
  border: 1px solid var(--theme-border-color);
  margin: 1em;
}

.va-notice-image {
  padding: 0 10px 0 5px;
}

.va-notice-sig {
  text-align: right;
}

/* ############################################ */
/* ### CHARTS                               ### */
/* ### Used in: Template:Chart              ### */
/* ############################################ */

.va-chart-quest {
  background: var(--ace-table-heading-background-color);
  border: 1px solid var(--theme-border-color) !important;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 16px;
}

.va-chart-body {
  background: var(--theme-page-background-color--secondary);
  border: 1px solid var(--theme-border-color) !important;
  border-radius: 10px;
  font-size: 11px;
  line-height: 16px;
}

.va-chart-reward {
  background: var(--theme-page-background-color--tertiary);
  border: 1px solid var(--theme-border-color) !important;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 16px;
}

/* ############################################ */
/* ### CHARTS v2                            ### */
/* ### Used in: Template:Chart              ### */
/* ############################################ */

.ace-chart-quest {
  background: var(--ace-table-heading-background-color);
  border: 1px solid var(--theme-border-color) !important;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 16px;
  padding: 10px;
}

.ace-chart-body {
  background: var(--theme-page-background-color--secondary);
  border: 1px solid var(--theme-border-color) !important;
  border-radius: 10px;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
}

.ace-chart-reward {
  background: var(--theme-page-background-color--tertiary);
  border: 1px solid var(--theme-border-color) !important;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 16px;
  padding: 10px;
}

/* ############################################ */
/* ### NOTABLE CONTENT                      ### */
/* ### Used in: Template:Notable content    ### */
/* ############################################ */

.np-collapsible {
  overflow: hidden;
}

#np-helip {
  width: 100%;
  text-align: center;
  background: var(--theme-accent-color);
  background: linear-gradient(to bottom, var(--theme-accent-color) 35%, var(--theme-page-accent-mix-color) 65%);
  color: white;
  cursor: pointer;
  margin: 0;
  border-radius: 5px;
}

.np-hidden {
  display: none;
}

.np-visible {
  display: inherit;
  margin-top: -4px;
}

/* ############################################ */
/* ### TICKER                               ### */
/* ### Used in: Template:Ticker             ### */
/* ############################################ */

#ticker .CategoryTreeSection,
#ticker .CategoryTreeItem {
  display: inline;
}

/* ############################################ */
/* ### COLUMNS                              ### */
/* ### Used in: Template:Columns            ### */
/* ############################################ */

.va-columns ul,
.va-columns ul li {
  margin-top: 0;
}

.va-columns ul li {
  margin-bottom: 6px;
}

/* ############################################ */
/* ### FALLOUT 76 MAP                       ### */
/* ### Used in: Fallout 76 map              ### */
/* ############################################ */

.f76map {
  width: 55em;
  height: 55em;
  margin: auto;
  border: 0 solid #20a200;
  background-image: url('[[File:Papermap city d.webp]]');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.f76map-box {
  width: 240px;
  height: 240px;
  margin: auto;
  border: 0 solid #20a200;
  background-image: url('[[File:Papermap city d.webp]]');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

/* ############################################ */
/* ###      Semantic mediawiki fact box     ### */
/* ###    hide display unless enabled     ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.smw-factbox {
  display: none !important;
}

.smw-factbox.smw-factbox-enabled {
  display: block !important;
}

/* ############################################ */
/* ###             Userbox css              ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.ace-userbox {
  margin: 2px;
  padding: 0;
  border-style: solid;
  border-radius: 14px;
  clear: none;
  overflow: clip;
  float: left;
  height: 52px;
  width: 200px;
  border-width: 2px;
  border-color: #000;
}

.ace-userbox .left-cell {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  height: 50px;
  width: 50px;
  font-size: 14pt;
  border-radius: 14px;
}

.ace-userbox .middle-cell {
  padding: 0 4px;
  vertical-align: middle;
  line-height: 125%;
  height: 50px;
  font-size: 8pt;
}

/* ############################################ */
/* ###  Slightly hacky fix for spacing in   ### */
/* ###     lists after paragraph tags       ### */
/* ###   Adds fix for columns after image   ### */
/* ###   Fix issue with list top margin     ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.page-content p + p + ul, 
.page-content p + p + ol, 
.page-content p + p + dl, 
.page-content p + .va-columns {
  margin-top: -18px;
}

.page-content p.mw-empty-elt + ul, .page-content p.mw-empty-elt + ol {
  margin-top: 6px;
}

.page-content figure + p.mw-empty-elt + .va-columns {
  margin-top: 0;
}

/* ############################################ */
/* ###       Remove game icons header       ### */
/* ###     ToDo: Remove from Common.js      ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

div#va-titleicons-wrapper {
  display: none !important;
}

/* ############################################ */
/* ###  Fix category type selector colors   ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.category-layout-selector__item, .category-layout-selector {
  color: var(--theme-link-color) !important;
}

.category-layout-selector__item.is-active {
  color: var(--theme-page-text-color--hover) !important;
}

/* ############################################ */
/* ###       Fix missing image for          ### */
/* ###     audio files in categories        ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.category-page__members a[href$=".ogg"] img, 
.category-page__members a[href$=".odm"] img, 
.category-page__members a[href$=".mp3"] img, 
.category-page__members a[href$=".oga"] img, 
.category-page__members a[href$=".flac"] img, 
.category-page__members a[href$=".wav"] img, 
.category-page__members a[href$=".opus"] img {
  content: url('[[File:Icon_sound.png]]');
}

.wikia-gallery-item a[href$=".ogg"], 
.wikia-gallery-item a[href$=".odm"], 
.wikia-gallery-item a[href$=".mp3"], 
.wikia-gallery-item a[href$=".oga"], 
.wikia-gallery-item a[href$=".flac"], 
.wikia-gallery-item a[href$=".wav"], 
.wikia-gallery-item a[href$=".opus"] {
  align-items: start;
}

.wikia-gallery-item a[href$=".ogg"]::after, 
.wikia-gallery-item a[href$=".odm"]::after, 
.wikia-gallery-item a[href$=".mp3"]::after, 
.wikia-gallery-item a[href$=".oga"]::after, 
.wikia-gallery-item a[href$=".flac"]::after, 
.wikia-gallery-item a[href$=".wav"]::after, 
.wikia-gallery-item a[href$=".opus"]::after {
  content: attr(title);
  vertical-align: text-bottom;
  width: 94%;
  position: absolute;
  bottom: 0;
  line-height: 15px;
  padding: 0 5px;
  word-break: break-word;
  font-size: 15px;
}

.wikia-gallery-item a[href$=".ogg"] img, 
.wikia-gallery-item a[href$=".odm"] img, 
.wikia-gallery-item a[href$=".mp3"] img, 
.wikia-gallery-item a[href$=".oga"] img, 
.wikia-gallery-item a[href$=".flac"] img, 
.wikia-gallery-item a[href$=".wav"] img, 
.wikia-gallery-item a[href$=".opus"] img {
  content: url("/resources/assets/file-type-icons/fileicon-ogg.png");
  height: 100px;
  vertical-align: top;
  object-fit: contain;
  margin-top: 5px;
}

/* ############################################ */
/* ###        Fix extra spacing after       ### */
/* ###          sourcebox contents          ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.div-sourceBox-start + ul, .div-sourceBox-start + p {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* ############################################ */
/* ###      Interactions table styles       ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.interactions-table {
  width: 530px;
}

.interaction-table td {
  height: 65px;
  min-height: 65px;
}

.interaction-table td:first-child {
  width: 65px;
  min-width: 65px;
}

/* ############################################ */
/* ###          Avatar highlights           ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.profile-info img, #profile-image img, .mwchat-item-avatar img {
  filter: drop-shadow(0 0 4px black);
}

.skin-citizen-dark .profile-info img, 
.skin-citizen-dark #profile-image img, 
.skin-citizen-dark .mwchat-item-avatar img {
  filter: drop-shadow(0 0 4px white);
}

#profile-image img {
  background: transparent !important;
  border: 0 !important;
}

/* ############################################ */
/* ###       Chat fixes for citizen         ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.skin-citizen .mwchat-useritem {
  background: var(--color-surface-3) !important;
}

.skin-citizen .mwchat-useritem-header {
  background: var(--color-surface-1) !important;
}

.skin-citizen .mwchat-useritem-user {
  color: inherit !important;
}

.skin-citizen .mwchat-useritem-content {
  border-color: var(--color-surface-4) !important;
}

#mwchat-options {
  margin-top: 2em !important;
}

#mwchat-options input {
  margin-left: 5px;
}

#mwchat-content {
  min-height: 450px;
}

.visualClear {
  clear: both;
}

/* ############################################ */
/* ###     Fix edit count table styles      ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.editCountTable, .editCountTable th, .editCountTable td {
  border: 1px #aaa solid;
  border-collapse: collapse;
}

.editCountTable th, .editCountTable td {
  padding: 4px;
}

/* ############################################ */
/* ###              LEAD BIO                ### */
/* ###          User:Kate Aces              ### */
/* ############################################ */

.lead-bio-container {
  flex: 1;
  border: 4px solid #1167b1;
  background-color: #e6f3f8;
  padding: 5px;
  padding-bottom: 35px;
  border-radius: 11px;
  width: 85%;
  flex-basis: 40%;
  position: relative;
}

.lead-bio-footer {
  position: absolute;
  bottom: 5px;
  vertical-align: bottom;
  width: calc(100% - 10px);
}

/* ############################################ */
/* ###                  HOVER               ### */
/* ############################################ */

.show-when-hovering {
  display: none;
}

.hover-container:hover .show-when-hovering {
  display: inline;
}

.hover-container:hover .hide-when-hovering {
  display: none;
}

.fadeout img:hover, .fadeout img:active, .fadein img:hover {
  opacity: 0;
  transition: none !important;
}

body:not(.editor) .fadeout-container.fadeout-hide-bottom > .fadein {
  visibility: hidden;
}

body:not(.editor) .fadeout-container.fadeout-hide-bottom > .fadeout:hover + .fadein {
  visibility: visible;
}

.hide {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.fadeout-container.img.lzyTrans {
  transition: none !important;
}

/* ############################################ */
/* ###               JOJO BOXES             ### */
/* ############################################ */

.imgtile {
  transition: 0.4s ease-out;
}

.imgtile:hover {
  transform: scale(1.04);
}

.frontbuttons img {
  border-radius: 5px;
}

.hoverButton img:hover {
  filter: grayscale(100%);
}

/* ############################################ */
/* ### Home page portal container css       ### */
/* ###                                      ### */
/* ############################################ */

.home-page-portal-container {
  padding: 14px;
  margin: 24px 0 12px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  border: 2px solid #698296;
  border-radius: 12px;
}

.home-page-portal-container.flex-column {
  flex-direction: column;
}

.home-page-portal-container.flex-center {
  justify-content: center;
}

/* ############################################ */
/* ###        Welcome Template Styles       ### */
/* ###          User:Eckserah             ### */
/* ############################################ */

.welcome-container {
  background-color: rgba(37 150 190 15%);
  padding: 8px;
  margin: 4px 0 12px;
  font-size: 16px;
}

.welcome-header {
  border-bottom: 1px solid #AAA;
  font-size: 126%;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.welcome-column {
  margin: 10px 0;
  border: 0;
  float: left;
  width: 25%;
  white-space: nowrap;
}

.welcome-column:first-of-type {
  width: 30%;
}

.welcome-column p {
  font-size: 18px;
  margin: 0 5px 10px;
  border-bottom: 1px solid #555;
}

.welcome-column ul {
  margin-top: 0 !important;
}

.main-page-header {
  padding: 24px;
  margin: 24px 0 12px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  border: 0 solid #698296;
  border-radius: 12px;
}

.main-page-header .sub-welcome {
  font-size: 135%;
  margin: 0;
  align-items: center;
}

.main-page-header .sub-description {
  font-size: 85%;
  margin: 0;
  align-items: center;
}

.main-page-header .sub-info {
  margin: 0.3em 0 0.5em;
  align-items: center;
}

.main-page-header .sub-links {
  font-size: 85%;
  border-top: 1px solid #AAA;
  margin-bottom: 0;
  align-items: center;
}

.anon-allowed-page .cosmos-header__local-navigation {
  visibility: hidden !important;
}

.box img {
  width: 100%;
  height: 100%;
}

.box1 img {
  object-fit: cover;
}

/* ############################################ */
/* ###               CONTAINER              ### */
/* ###            From Halopedia           ### */
/* ############################################ */

.containerTem {
  margin: 0 auto 16px;
  padding: 0 2px 2px;
  border-radius: 0px;
  background: #38404d;
  box-shadow: 0 0 6px #666;
  width: 90%;
}

.containerTem .containerTitle {
  color: #febc1d;
  text-align: center;
  font-weight: bold;
  font-size: 98%;
}

.containerTem .containerContent {
  text-align: left;
  color: var(--theme-body-text-color);
  border-radius: 0 0 9px 9px;
  padding: 12px;
  background: var(--theme-page-containerTem-content-background-color);
  font-size: 92%;
}

.clearBoth {
  clear: both;
}

.containerTemD {
  margin: 0 auto 16px;
  padding: 0 2px 2px;
  border-radius: 9px;
  background: #070e17;
  box-shadow: 0 0 6px #666;
  width: 90%;
}

.containerTemD .containerTitleD {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 98%;
}

.containerTemD .containerContentD {
  text-align: left;
  color: #fff;
  border-radius: 0 0 9px 9px;
  padding: 12px;
  background: #272727;
  font-size: 92%;
}

/* ############################################ */
/* ###             OVERVIEW BOX             ### */
/* ###          KATE ACES/ECKSERAH          ### */
/* ############################################ */

.overviewBox {
  float: right;
  clear: right;
  margin: 5px 10px;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 82%;
  outline-style: dashed;
  outline-color: #002147;
}

.overviewBoxTable {
  background-color: #f1f1f1;
  font-weight: bold;
  text-align: center;
  width: 13em;
}

.overviewBox .overviewBoxLink {
  vertical-align: top;
  background-color: #b2c6c7;
  width: 95%;
  margin: 5px;
  padding: 0;
  border-radius: 10px;
}

.overviewTable td {
  width: 20%;
}

/* ############################################ */
/* ###      Floating announcement styles    ### */
/* ###             User:Eckserah            ### */
/* ############################################ */

.floating-announcement {
  position: fixed;
  overflow: visible;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 0 20px #ccc;
  background: #2C3E4C;
  padding: 20px;
  margin-bottom: 10px;
  z-index: 1;
}

/* ############################################ */
/* ###      Vault boy image outline stuff   ### */
/* ###             User:Eckserah            ### */
/* ############################################ */

.vb-image {
	filter: drop-shadow(0 0 0 white) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black);
}

.pi-item .vb-image {
	filter: drop-shadow(0 0 0 white) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black);
}

.mwe-popups-thumbnail {
	outline: 0 !important;
}

/* ############################################ */
/* ###                   TOC                ### */
/* ###               Template:TOC           ### */
/* ###             User:Kate Aces           ### */
/* ############################################ */
	.toc {
    	border: 1px solid #9a85b7;
    	background: transparent;
    	min-width: 250px;
    	border-radius: 0px;
    	text-align: left;
    	padding: 5px;
	}
	
	.toctitle {
    	text-transform: uppercase;
    	font-family: 'Rubik',sans-serif;
	}
	
	.toctogglelabel {
    	color:#dfe0e1;
    	text-transform: capitalize;
	}

	.tocnumber, .toctext {
		font-size: 15px;
	}

    .toc ul {
        list-style: none;
        margin-left: 0;
    }

    .ace-toclimit-2 .toclevel-1 ul,
    .ace-toclimit-3 .toclevel-2 ul,
    .ace-toclimit-4 .toclevel-3 ul,
    .ace-toclimit-5 .toclevel-4 ul,
    .ace-toclimit-6 .toclevel-5 ul,
    .ace-toclimit-7 .toclevel-6 ul {
        display: none;
}

/* ############################################ */
/* ###            GENERIC BOX               ### */
/* ###           User: Kate Aces            ### */
/* ### Used on: MediaWiki:Copyrightwarning  ### */
/* ###          MediaWiki:Recentchangestext ### */
/* ############################################ */

.ace-genericbox {
  background: var(--theme-page-background-color);
  border: 1px solid var(--theme-border-color);
  border-radius: 15px;
}

/* ############################################ */
/* ### CONSOLE COMMANDS                     ### */
/* ### Used in: Template:Console            ### */
/* ############################################ */

.ace-console {
  font-family: monospace;
}

.ace-console-cmd {
  color: var(--theme-page-text-color);
}

/* ############################################ */
/* ### HATNOTES                             ### */
/* ### Used in: Template:Hatnote            ### */
/* ############################################ */

.va-hatnote {
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
  font-family: monospace;
}

/* ############################################ */
/* ###            Scrollable TOC            ### */
/* ###            User: Eckserah            ### */
/* ### Will allow the TOC to scroll instead ### */
/* ###       of the entire container        ### */
/* ############################################ */

.scrollableToc .toc > ul {
    height: 300px;
    overflow: auto;
}

/* ############################################ */
/* ###                Banner                ### */
/* ###            User: Kate Aces           ### */
/* ###     Template:Banner, PhotoSlider     ### */
/* ############################################ */

.mainpage-shadowbox {
	color: white;
	background: rgb(16,16,16);
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
}
.mainpage-shadowbox h2, .mainpage-shadowbox h3 {
	color: white;
	border:none;
	font-family: sans-serif;
	line-height: 1.2em;
	margin:0;
	padding: 0; /* was previously set only for h3, and skin styles would do the same for h2. however, cannot rely on skin to do this on mobile */
}
.mainpage-shadowbox a {
	color: white;
	font-weight: bold;
}

.banner-image {
    position: relative;
    max-width: 1125px; 
    height: auto;
    margin-bottom: .6em;
}
.banner-image img {
    max-width: 100%;
    height: auto;
    /* width: auto\9; */ /* ie8 */
}
.banner-box-wide {
    width: 80%
}
.banner-box-left,
.banner-box-right {
	padding: 8px 7px;
	background: rgb(16,16,16);
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
	width: 40%;
}
.banner-box-left  { text-align: left; }
.banner-box-right { text-align: right; }
.banner-box-2 {
    position: absolute;
    z-index: 2;
    min-width: 20em;
}

@media screen and ( min-width: 720px ) { /* greater than or equal to */
	.banner-image img.nolink { display: none; } /* can be removed when backward compat is no longer needed */
	.banner-image span[typeof~='mw:File/Frameless'].nolink { display: none; }
	.mainpage-shadowbox h2 {
		font-size: 190%;
	}
	.mainpage-shadowbox h3 {
		font-size: 150%;
	}
	.banner-image {
		overflow: hidden;
	}
	.banner-box-left {
		left: 3%;
	}
	.banner-box-right {
		right: 3%;
	}
	.banner-box-2 {
		margin-top: 2em;
	}
	.banner-box-2 .quote {
	    font-size: 80%;
	    line-height: 1.2em;
	}
}
@media screen and ( max-width: 720px ) {
	.banner-image img:not(.nolink) { display: none; } /* can be removed when backward compat is no longer needed */
	.banner-image span[typeof~='mw:File/Frameless'] img { display: inline-block; } /* can be removed when b/c is no longer needed */
	.banner-image span[typeof~='mw:File/Frameless']:not(.nolink) { display: none; }
	.banner-image > .mainpage-shadowbox {
		width: inherit !important;
		min-height: 100%;
		margin-left: -150%;
		margin-right: 150%;
		opacity: 0;
		background: black;
	}
	.mainpage-shadowbox .quote > a:after {
		content: '\ATap to learn more.';
		white-space: pre; 
	}
	.jcarousel-item:hover .mainpage-shadowbox {
		margin: unset;
		opacity: 1;
		transition: margin 0.5s;
		bottom: 50%;
	}
	.jcarousel-control-prev, .jcarousel-control-next {
		display: none;

	}
}


.mw-customtoggle, .mw-collapsible-toggle {
	margin: 0px 10px;
}

.fw-scrollbox > h3:first-child {
	margin-top: 4px;
	padding-top: 3px;
}

/* ############################################ */
/* ###           Youtube loading            ### */
/* ### Will allow youtube videos to preview ### */
/* ###       as images until clicked        ### */
/* ###            User: Eckserah            ### */
/* ############################################ */

.youtube {
	background-color: #000;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border:1px solid #000;
}

.youtube img {
	width: 100%;
	left: 0;
	opacity: 0.5;
}

.youtube .play-button { 
  background: #a90000;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 15px; /* change this to change size */
  height: 3em;
  padding: 0;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
  opacity: 0.9;
  top: calc(50% - 1.5em);
  left: calc(50% - 2em);
}

.youtube .play-button:hover {
  background: red;
  opacity: 0.95;
}

.youtube .play-button::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.youtube .play-button::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

.youtube img {
	cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button {
	position: absolute;
}


.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
}

.youtube .video-title {
	position: relative;
    padding: 10px 5px 10px 20px;
    color: #fff;
    font-weight: bold;
    width: auto;
    margin: 3px;
    font-size: 18px;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    filter: drop-shadow(0 0 5px #000);
}


/* ############################################ */
/* ###      HOME PAGE GIVE IT A SPIN!       ### */
/* ###         v13kobold/kate aces          ### */
/* ############################################ */

.takekateforaspin img {
	transition: transform .8s ease-in-out;
}

.takekateforaspin img:hover {
    transform: rotateY(180deg);
}

/* ############################################ */
/* ###            Template:Nav              ### */
/* ###          Kate Aces/Eckserah          ### */
/* ############################################ */

.top-nav-main {
	width: 100%;
}

.top-nav-inner {
	--theme-top-nav-background-color: #daefe8;
	--theme-top-nav-border-top-color: #303c4c;
	border-top: 4px solid var(--theme-top-nav-border-top-color); 
	background-color: var(--theme-top-nav-background-color); 
	padding: 5px;
}

.top-nav-header {
	font-size: 16px;
	text-align: center;
}

.top-nav-awards .top-nav-header {
	text-align: left;
}

.top-nav-links {
	text-align: center;
	font-size: 14px;
}

/* ############################################ */
/* ###          Template:Nav horiz          ### */
/* ############################################ */

.horiz-nav-main {
	background-color: var(--theme-horizontal-nav-background-color); 
	padding: 6px; 
	vertical-align: top; 
	border-radius: 10px;
}

.horiz-nav-inner {
	font-size: 13.6px;
	text-align: center;
	padding: 0 5px;
}

/* ############################################ */lead
/* ###  Image gallery center caption align  ### */
/* ############################################ */

.caption-align-center .gallerytext p {
    text-align: center;
}

/* ############################################ */
/* ###      Fix an issue with the file      ### */
/* ###     history thumbs being borked      ### */
/* ############################################ */

.filehistory .filehistory-thumb a img, #file img:hover {
	background: none;
}

.filehistory .filehistory-thumb, #file .filepage-thumbcontainer:hover {
	background: url('/resources/src/mediawiki.action/images/checker.svg?ff513') repeat !important;
}

.skin-cosmos .toc {
	background-color: var(--theme-page-toc-background-color);
}

/* ############################################ */
/* ###   Fix an issue with center captions  ### */
/* ############################################ */

.pickmans_gallery_image .thumbcaption {
	text-align: center;
}

/* ############################################ */
/* ### Template:Pagelist                    ### */
/* ### User:Kate-Aces                       ### */
/* ############################################ */

.ace-pagelist a.CategoryTreeLabelPage,
.ace-pagelist-hidefirst a.CategoryTreeLabelPage {
  font-style: normal;
}

.ace-pagelist div.CategoryTreeItem,
.ace-pagelist-hidefirst div.CategoryTreeItem {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}

.ace-pagelist-hidefirst div.CategoryTreeSection:first-child {
  display: none;
}

.CategoryTreeItem .CategoryTreePageBullet {
  border-left: 0 !important;
}

/* ############################################ */
/* ###        Template:Document start       ### */
/* ###               Kate Aces              ### */
/* ############################################ */

.doc-start-main {
	width: 100%; 
}

.doc-start-inner {
	--theme-doc-start-background-color: #ffffe0;
	--theme-doc-start-border-top-color: #405a55;
	border-top: 4px solid var(--theme-doc-start-border-top-color); 
	background-color: var(--theme-doc-start-background-color); 
	padding: 5px;
}

.doc-start-text {
	font-size: 13px;
	text-align: center;
}

/* ############################################ */
/* ###           Template:Divider           ### */
/* ###               Kate Aces               ### */
/* ############################################ */

.divider-main {
	width: 100%; 
}

.divider-inner {
	--theme-divider-background-color: #2C3E4C;
	background-color: var(--theme-divider-background-color); 
	padding: 5px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.divider-text {
	font-size: 14px;
	text-align: center;
    color: #ffffff;
    font-weight: bold;
}

/* ############################################ */
/* ###           Scrollable tables          ### */
/* ###               Eckserah               ### */
/* ############################################ */

.ace-table-content-scroll tbody {
	display: block;
	overflow: auto;
	max-height: 300px;
}

.ace-table-content-scroll tbody tr:first-child {
	position: sticky;
	top: -1px;
	left: 0;
}

/* ############################################ */
/* ###       Remove social profile tabs     ### */
/* ###               Eckserah               ### */
/* ############################################ */
.profile-tab-bar {
	display:none !important;
}

/* ############################################ */
/* ###       Auto-resize class for images   ### */
/* ###        Credit:  AhmadF.Cheema        ### */
/* ############################################ */
.res-img img {
	max-width:100%;
	height:auto;
}

/* ############################################ */
/* ###           LGBT Userbox CSS           ### */
/* ###            User:RurinGas             ### */
/* ###    (by butchering Eckserah's work)   ### */
/* ############################################ */

.lgbt-userbox {
  padding-left: 6px;
  margin: 2px;
  clear: none;
  float: left;
  height: 54px;
  width: 200px;
  background:url('data:image/svg+xml;utf8,<svg   xmlns="http://www.w3.org/2000/svg" ><defs><linearGradient id="Gradient" x1="0.15" y1="0.15" x2="0.85" y2="0.85"><stop offset="0%" stop-color="%23b827fc"/><stop offset="25%" stop-color="%232c90fc"/><stop offset="50%" stop-color="%23b8fd33"/><stop offset="75%" stop-color="%23fec837"/><stop offset="100%" stop-color="%23fd1892"/></linearGradient></defs><rect x="1" y="1" width="100%" height="100%" style="height:calc(114% - 10px);width:calc(104% - 10px)" rx="12" ry="12" stroke-width="2" fill="transparent" stroke="url(%23Gradient)"/></svg>');
}

.lgbt-userbox .left-cell {
  vertical-align: middle;
  padding: 0 0 3px 3px;
  height: 50px;
  width: 50px;
  font-size: 14pt;
  border-radius: 14px;
}

.lgbt-userbox .middle-cell {
  vertical-align: middle;
  line-height: 125%;
  height: 50px;
  font-size: 8pt;
}

/* ############################################ */
/* ###              SCHMAULT TEC            ### */
/* ###          User:Kate Aces              ### */
/* ############################################ */

.schmault-bio-container {
  flex: 1;
  border: 4px solid #1167b1;
  background-color: #e6f3f8;
  padding: 5px;
  padding-bottom: 5px;
  border-radius: 11px;
  width: 85%;
  flex-basis: 40%;
  position: relative;
  clear: both;
}

.schmault-bio-footer {
  position: absolute;
  bottom: 5px;
  vertical-align: bottom;
  width: calc(100% - 10px);
}

/* ############################################ */
/* ###           LORE BOX DREEP             ### */
/* ###             User:Bow                 ### */
/* ############################################ */

.lorebox-highlight {
  flex: 1;
  border: 3px solid #386261;
  background-color: #ebf4f6;
  margin-bottom: 5px;
  border-radius: 11px;
  width: 90%;
  flex-basis: 40%;
  position: relative;
  clear: both;
}

/* ############################################ */
/* ###        NAV WILD WASTELAND            ### */
/* ###          User:Kate Aces              ### */
/* ############################################ */

.wild-wasteland {
	background-color: #f0f0bd; 
	padding: 4px; 
	vertical-align: top; 
	border-radius: 10px;
}


/* ############################################ */
/* ###      Template:Mbox Nouveau           ### */
/* ###           User:Kate Aces             ### */
/* ############################################ */

.ace-mbox {
  color: var(--theme-page-text-color);
  background-color: #e6f4fa;
  clear: both;
  padding: 2px 5px;
  border-top: 4px solid #0959c1;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  border-radius: 9px;
}

.ace-mbox + .ace-mbox {
  margin-top: -8px;
}

.ace-mbox th {
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 1px 0 1px 5px;
}

.ace-mbox td {
  padding-left: 5px;
  width: 100%;
}


/* ############################################ */
/* ###        NAV COMMUNITY PAGE            ### */
/* ###          User:Kate Aces              ### */
/* ############################################ */

.community-nav {
	background-color: #e5cb69; 
	padding: 4px; 
	vertical-align: top; 
	border-radius: 10px;
}


/* ############################################ */
/* ###             MERCH NAV                ### */
/* ###          User:Kate Aces              ### */
/* ############################################ */

.merch-nav {
	background-color: #fbceb1; 
	padding: 4px; 
	vertical-align: top; 
	border-radius: 10px;
}

/* ############################################ */
/* ###              NAV SIMPLE              ### */
/* ###            User:Kate Aces            ### */
/* ############################################ */

.nav-simple-main {
	width: 100%;
}

.nav-simple-inner {
	border-top: 4px solid var(--theme-nav-simple-border-top-color); 
	background-color: var(--theme-nav-simple-background-color); 
	padding: 5px 3px 3px 5px;
	text-align: center;
}

.nav-simple-inner p {
	margin: 0;
}

.nav-simple-links {
	font-size: 13px;
}

.nav-simple-main {
	--theme-nav-simple-border-top-color: #2B4563;
	--theme-nav-simple-background-color: #eeecee;
}

.nav-simple-tech {
	--theme-nav-simple-border-top-color: #2B4563;
	--theme-nav-simple-background-color: #e7f1dc;
}

/* ############################################ */
/* ###     Class to make things go away     ### */
/* ###             User:RurinGas            ### */
/* ############################################ */

.goaway {
	display:none;
}

/* ############################################ */
/* ### NOUVEAUBOXES                         ### */
/* ### Used in: Template:Nouveaubox         ### */
/* ############################################ */

/* Outer table - widths, floats */
.ace-navbox {
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  border-radius: 9px;
}

.ace-navbox-bottom {
  width: 100%;
  clear: both;
  margin: 5px auto 0;
}

.ace-navbox-left {
  width: 200px;
  clear: left;
  float: left;
  margin: 10px;
}

.ace-navbox-right {
  width: 200px;
  clear: right;
  float: right;
  margin: 10px;
}

/* Inner tables */
.ace-navbox-brick {
  width: 100%;
  margin: 0;
  border-radius: 15px;
}

/* Cellspacing */
.ace-navbox,
.ace-navbox-border,
.ace-navbox-brickcont,
.ace-navbox-padding,
.ace-navbox-space-h,
.ace-navbox-space-v {
  background: transparent;
}

.ace-navbox-padding {
  padding: 1px;
}

.ace-navbox-space-h {
  width: 1px;
}

.ace-navbox-columncont .ace-navbox-space-h {
  width: 0;
  border-right: 0 solid var(--theme-border-color);
}

.ace-navbox-space-v {
  height: 1px;
  font-size: 1pt;
  line-height: 0;
}

/* Cell styles and widths */
.ace-navbox-title {
  background: var(--theme-accent-color) var(--theme-widget-background);
  border: 0 solid var(--theme-border-color);
  font-weight: normal;
  color: var(--theme-accent-dynamic-color-1);
  padding: 4px 2px;
  border-radius: 15px;
}

.ace-navbox-headertext,
.ace-navbox-titletext {
  font-weight: bold;
  padding-left: 40px;
  padding-right: 40px;
}

.ace-navbox-maintitle .ace-navbox-titletext {
  font-size: 120%;
}

.ace-navbox-editlink {
  float: left;
  width: 40px;
  text-align: left;
  margin-left: 10px;
}

.ace-navbox-cell,
.ace-navbox-colgroup,
.ace-navbox-column,
.ace-navbox-footer,
.ace-navbox-group,
.ace-navbox-header,
.ace-navbox-image,
.ace-navbox-subgroup {
  padding: 5px;
  border-radius: 15px;
}

.ace-navbox-colgroup,
.ace-navbox-group,
.ace-navbox-subgroup {
  font-weight: bold;
  border-radius: 15px;
}

.ace-navbox-group,
.ace-navbox-subgroup {
  width: 15%;
  text-align: center;
  border-radius: 15px;
}

.ace-navbox-footer,
.ace-navbox-group,
.ace-navbox-header {
  background: var(--theme-page-background-color--k8quinary);
  border: 0 solid var(--theme-border-color);
  border-radius: 15px;
}

.ace-navbox-colgroup,
.ace-navbox-subgroup {
  background: var(--theme-page-background-color--k8quaternary);
  border: 0 solid var(--theme-border-color);
  border-radius: 15px;
}

.ace-navbox-cell,
.ace-navbox-column,
.ace-navbox-image {
  background: var(--theme-page-background-color--k8secondary);
  border: 0 solid var(--theme-border-color);
  border-radius: 15px;
}

.ace-navbox-cell-nogroups,
.ace-navbox-column,
.ace-navbox-colgroup,
.ace-navbox-footer,
.ace-navbox-image {
  text-align: center;
}

.ace-navbox-cell-withgroups {
  text-align: left;
}

.ace-navbox-column {
  vertical-align: top;
}

.ace-navbox-image {
  width: 8%;
}

/* Lists in column rows */
.ace-navbox-formatlist ul,
.ace-navbox-formatlist li {
  list-style: none;
  line-height: 16px;
  margin: 0.6em 0;
  padding: 0;
}

.ace-navbox-formatlist li li {
  font-size: 90%;
}

.ace-navbox-formatlist li ul {
  margin-top: -0.1em;
  margin-bottom: 0.5em;
}

.ace-navbox-formatlist li ul li {
  margin: 0;
}

/* Nested */
.ace-navbox .ace-navbox-nested {
  font-size: 100%;
}

.ace-navbox-nested .ace-navbox-title {
  background: var(--theme-page-background-color--k8quinary);
  color: var(--theme-page-text-color);
  border: 0 solid var(--theme-border-color);
}

.ace-navbox-nested .ace-navbox-footer,
.ace-navbox-nested .ace-navbox-group,
.ace-navbox-nested .ace-navbox-header {
  background: var(--theme-page-background-color--k8quaternary);
}

.ace-navbox-nested .ace-navbox-colgroup,
.ace-navbox-nested .ace-navbox-subgroup {
  background: var(--theme-page-background-color--k8tertiary);
}

/* Links  (using #content to give higher priority) */
#content .ace-navbox-editlink .ace-navbar-item a,
#content .ace-navbox-editlink .ace-navbar-item a:link,
#content .ace-navbox-editlink .ace-navbar-item a:visited,
#content .ace-navbox-editlink .ace-navbar-item a:hover,
#content .ace-navbox-editlink .ace-navbar-item a:active {
  color: var(--theme-accent-dynamic-color-1);
}

#content .ace-navbox-nowraplinks .ace-navbox-cell a,
#content .ace-navbox-nowraplinks .ace-navbox-column a {
  white-space: nowrap;
}

#content .ace-navbox-maintitle a,
#content .ace-navbox-maintitle a:link,
#content .ace-navbox-maintitle a:visited {
  color: var(--theme-accent-dynamic-color-3);
}

#content .ace-navbox-maintitle a:hover,
#content .ace-navbox-maintitle a:active {
  color: var(--theme-accent-dynamic-color-1);
}

/* ############################################ */
/* ###             Jojobox Class            ### */
/* ###             User:RurinGas            ### */
/* ############################################ */
.jojobox {
  background-color: white;
  border-style: solid;
  border-width: 3px;
  border-color: black;
  border-radius: 8px;
  width: 150px;
  display: inline-block;
}

/* ############################################ */
/* ###          Minor Ace-table fix         ### */
/* ###             User:RurinGas            ### */
/* ############################################ */

.achievements td > p {
  max-width: 960px;
  display: block;
}

.table-no-bg td {
  border: transparent;
}

.table-no-bg tr {
  background: transparent;
}

/* ############################################ */
/* ###            RURINFOBOXES CSS          ### */
/* ###             User:RurinGas            ### */
/* ############################################ */
.infobox {
	display: table;
	background: #fff;
	float: right;
	clear: right;
	font-size: 12px;
	margin: 0 0 15px 15px;
	border-radius: 10px;
	overflow-x: clip;
	border: solid 2px;
	border-color: #50656f;
	width: 270px !important;
	max-width: 270px !important;
	min-width: 270px !important;
	table-layout: fixed;
}

.infoboxnexted{
	display: table;
	min-width: 266px;
    overflow-x: clip;
    table-layout: fixed;
	width: 266px;
}

.infoboxlabel {
	font-size: 12px;
	width: 95px;
	padding: 0 0 0 5px;
	text-align: left;
}

.infoboxlabel:not(.infoboxspan2) {
  min-width: 85px;
}

.infoboxcell {
	font-size: 12px;
	text-align: left;
	padding-right: 7px;
	width: 161px;
}

.infoboxspan {
	text-align: center;
	border-top: solid 0;
	border-right: 1px solid #dce2e8;;
	border-left: 1px solid #dce2e8;;
	padding: 0 2px 0;
}

.infoboxmedia, .infoboximagecont{
	font-size: 14px;
	padding: 0;
	flex-grow: 1;
}

.infoboxsubheading{
	font-size: 14px;
	padding: 7px;
	background-color: #202a30;
    background-image: url(https://fallout-wiki-files.nyc3.cdn.digitaloceanspaces.com/6/68/Hex.jpg);
    background-blend-mode: soft-light;
}

.infoboxheading {
	font-size: 18px;
	padding: 9px;
	background-color: #202a30;
    background-image: url(https://fallout-wiki-files.nyc3.cdn.digitaloceanspaces.com/6/68/Hex.jpg);
    background-blend-mode: soft-light;
}

.infoboxsuperheader {
	padding: 5px 10px;
	border-bottom:1px solid #dce2e8;
    border-radius: 10px 10px 0 0;
}
	
.infoboxfooter {
	font-size: 0;
}

.infoboxborder {
	border-top:1px solid #dce2e8;
}

.infoboxtabber .tabber__tabs {
  display: flex;
  box-shadow: none;
  flex-grow: 1;
  flex-flow:wrap;
}

.infoboxtabber .tabber__tab:hover,
.infoboxtabber .tabber__tab {
	display: grid;
	flex-grow: 1;
	border: 1px solid #c7e2da;
	font-weight: Normal;
	height: 29.5px;
	box-shadow: none;
	font-size:13px;
	color: black !important;
	flex-flow:wrap;
}

.infoboxtabber .tabber__tab--active:hover,
.infoboxtabber .tabber__tab--active {
	background: #c7e2da;
	font-weight: bold;
}

.infoboxmedia .infoboxtabber .tabber__section {
      border-radius: 0 0 8px 8px 
}

.infoboxtabber .tabber__tab:only-of-type, .tabber__tab:empty {
	display: none; 	
  }

@media only screen and (max-width: 800px) {
	.infoboxnexted{
		max-height: 500px !important;
	}
}

.infoboximage {
  max-width: 270px !important;
  height: auto;
  font-size: 0;
}

.infoboxcell p, .infoboxlabel p {
  padding: 4px;
  margin: 0;
}

.infoboxtabber .tabber__panel {
  overflow-x: clip;
}

@media screen {
.infoboxnexted table {
    overflow: inherit;
  }
}

.infoboximage img, .infoboximagecont img {
  max-width: 270px !important;
  height: auto;
}

.infoboxcell p {
  word-wrap: initial;
}

.infoboxtabber-no-br .tabber__section {
  border-radius: 0 !important;
}

.infoboxmedia .infoboxtabber .tabber__panel:not(.tabber__panel--active), .infoboximagecont .infoboxtabber .tabber__panel:not(.tabber__panel--active), .infoboximage .tabber__panel:not(.tabber__panel--active) {
  display: none;
}

.infoboximage .tabber__section, .infoboximagecont .infoboxtabber .tabber__section, .infoboxmedia .infoboxtabber .tabber__section {
  height: auto !important;
}

@media (prefers-reduced-motion: no-preference) and (min-width: 720px) {
  .infoboximage .tabber__section, .infoboxmedia .infoboxtabber .tabber__header, .infoboxmedia .infoboxtabber .tabber__section, .infoboxmedia .infoboxtabber .tabber__tabs,
  .infoboximagecont .infoboxtabber .tabber__header, .infoboximagecont .infoboxtabber .tabber__section, .infoboximagecont .infoboxtabber .tabber__tabs{
    scroll-behavior: unset;
  }
}

.infoboxcollapse .mw-collapsible-toggle {
  rotate: 90deg;
  overflow-y: auto;
  margin: -121px 0px 0px 110px;
  position: absolute;
  left: 5px;
  font-family: 'Segoe UI';
  width: 36px;
  height: 264px;
  text-align: center;
  color: white;
}

.infoboxcollapse .mw-collapsible-toggle-default::before {
  display: none;
}

.infoboxcollapse .mw-collapsible-text {
  color: white;
  position: absolute;
  right: 15px;
  visibility: hidden;
}

.infoboxcollapse .mw-collapsible-toggle-default::after {
  content: "<";
  visibility: initial;
  font-size: 25px;
}

.infoboxcollapse .mw-collapsed .mw-collapsible-toggle-default::after {
  content: ">";
  visibility: initial;
  font-size: 25px;
}

.infoboxcollapse .mw-collapsible-toggle-collapsed::after {
  content: ">";
  visibility: initial;
  font-size: 25px;
}

.infoboxcollapse .mw-collapsible-toggle-expanded::after {
  content: "<";
  visibility: initial;
  font-size: 25px;
}

.infoboxtabber .mw-collapsible .infoboxsubheading .mw-collapsible-toggle {
  display: none;
}

.infoboxtabber .tabber__panel--active .mw-collapsible .infoboxsubheading .mw-collapsible-toggle {
  display: block;
}

.infoboximage .tabber .tabber__tab {
  height: 17.5px;
  font-size: 12px;
}

.infobox tr {
  display: flex;
}

.infoboxspan2 > p {
  display: none;
}

.infoboxtext {
  padding: 8px;
}

.infoboxspan2 {
  text-align: center;
  padding: 0;
  border-left: 1px solid #dce2e8;
  border-radius: 0 !important;
  min-width: 37px;
}

.infoboxspan2 .infoboxtext {
  padding: 4px;
}

.infoboxspan2, .infoboxsubheading, .infoboxsuperheader, .infoboxheading, .infoboxcell {
  flex-grow: 1;
}

.infobox tr:last-child td {
  border-radius: 0 0 10px 10px;
}

.infoboxtext .floatnone {
  max-height: 28px;
  top: -17px;
  position: relative;
  left: 2px;
}

.infoboxcell p {
  word-wrap: initial;
  padding: 4px 4px 4px 0;
  margin-bottom: 0;
}

/* Chrome Fixes */

.infoboxsuperheader:first-child {
    border-radius: 10px 10px 0 0;
}

.infoboxmedia:last-child {
  border-radius: 0 0 10px 10px;
}

/* ############################################ */
/* ###  Lorebox & Lead Bio Head Text Color  ### */
/* ###             User:RurinGas            ### */
/* ############################################ */

.lead-bio-container td small a,
.lorebox-highlight td big a {
  color: black;
}

/* ############################################ */
/* ###       Hide Recent Changes Legend     ### */
/* ###            User:Kate Aces            ### */
/* ############################################ */

.mw-changeslist-legend {
	display:none;
}

/* ############################################ */
/* ###       Hide Incessant MW Help Links   ### */
/* ###            User:Kate Aces            ### */
/* ############################################ */

#mw-indicator-mw-helplink a {
	display:none;
}

/* ############################################ */
/* ###     Site Footer Image Size lock      ### */
/* ###            User:RurinGas             ### */
/* ############################################ */

#footer-poweredbyico img, #f-poweredbyico img {
  width: 88px;
  height: auto;
}

/* ############################################ */
/* ###         Blinking color text          ### */
/* ###            User:Wana                 ### */
/* ############################################ */


.blink-bg{
		color: #fff;
		padding: 10px;
		display: inline-block;
		border-radius: 5px;
		animation: blinkingBackground 2s infinite;
	}
	@keyframes blinkingBackground{
		0%		{ background-color: #10c018;}
		25%		{ background-color: #1056c0;}
		50%		{ background-color: #ef0a1a;}
		75%		{ background-color: #254878;}
		100%	        { background-color: #04a1d5;}
	}
.blink-text{
		color: #000;
		font-weight: bold;
		font-size: 2rem;
		animation: blinkingText 2s infinite;
	}
	@keyframes blinkingText{
		0%		{ color: #10c018;}
		25%		{ color: #1056c0;}
		50%		{ color: #ef0a1a;}
		75%		{ color: #254878;}
		100%	{ color: #04a1d5;}
	}
	
/* ############################################ */
/* ###    Template:Collapsible Centering    ### */
/* ###            User:RurinGas             ### */
/* ############################################ */

.ace-table .mw-collapsible-toggle:not(th .mw-collapsible-toggle), .portable-infobox .mw-collapsible-toggle {
  display: contents;
}

/* ############################################ */
/* ###       Hide Front Page Title          ### */
/* ###            User:Wana                 ### */
/* ############################################ */
.page-Fallout_Wiki h1 { display: none; }


/* ############################################ */
/* ###          Snap to Top button          ### */
/* ###            User:RurinGas             ### */
/* ############################################ */

	#scrollUpButton {
		position: fixed;
		bottom: 10px;
		height: 110px;
		right: 18px;
		opacity: 0.7;
		cursor: pointer;
		display: inline;
	}

@media only screen and (max-width: 450px) {
	#scrollUpButton {
		display: none;
		visibility: hidden;
	}
	
	#projectYeltsa {
		display: none;
		visibility: hidden;
	}
}

/* ############################################ */
/* ###          Tardis Shenanigans          ### */
/* ###           User:Kate Aces             ### */
/* ###  Based on Template:Frog at JoJo Wiki ### */
/* ############################################ */

.tardis {
  opacity: 0.1;
  transition: opacity 0.5s linear;
}

.tardis:hover {
 opacity: 1;
 transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.tardis img:hover {
 animation: shake 0.5s;
 animation-iteration-count: 1;
}

@keyframes shake {
	0% { transform: rotate(0deg); }
	10% { transform: rotate(-3deg); }
	20% { transform: rotate(0deg); }
	30% { transform: rotate(3deg); }
}

@media screen and (max-width: 1600px){
.tardis  {display:none;}
}

/* ############################################ */
/* ###         Content Warning Box          ### */
/* ###            User:RurinGas             ### */
/* ############################################ */
#contentWarning table {
    background-color: #e5cb69;
}
/* ############################################ */
/* ###Content Warning/ Spoiler Blackout text### */
/* ###            User:Wana             ### */
/* ############################################ */
.spoiler-text {
  background: var(--theme-body-text-color);
  display: inline;
  cursor: help;
  transition: background 0.3s ease 0.2s, color 0.2s ease 0.25s;
}
.spoiler-text:hover,
.spoiler-text:focus {
  background: none;
}

/* ############################################ */
/* ###       Misc. Small Fixes/Tweaks       ### */
/* ###            User:RurinGas             ### */
/* ############################################ */
.MediaTransformError {
  display: none !important;
}

#TechnicalDifficulties {
  visibility: hidden;
}

.dplinlinefix .top-nav-main .top-nav-header center span p {
  display: inline;
}

/* ############################################ */
/* ###       Special:ContributionScores     ### */
/* ###         User:MeatServo/Kate Aces     ### */
/* ############################################ */

.contributionscores-wrapper {
}
.contributionscores-title {
    background-color: #e8c96e;
    margin-bottom: 0px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.contributionscores .header {
    background-color: #eee;
    font-weight: bold;
}
.contributionscores .odd {
    background-color: #eee;
}
.contributionscores .header td {
    padding-left: .2em;
    padding-right: .2em;
}
.contributionscores .content {
    padding-left: .2em;
    padding-right: .2em;
}
/* ############################################ */
/* ###     Medal Madness (With shine!)      ### */
/* ###             User:Wana                ### */
/* ############################################ */

/* generic shine */
.genericshine, .medalsilver, .medalgold {
  z-index: 0;
  position: relative;
}

/* Shine */
.medalgold:after{
  content:'';
  top:0;
	transform:translateX(100%);
	width:100%;
	height:100px;
	position: absolute;
	z-index:0;
	animation: medalslide 2s infinite;	   
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffd700',GradientType=1 ); /* IE6-9 */}

.medalsilver:after{
  content:'';
  top:0;
	transform:translateX(100%);
	width:100%;
	height:100px;
	position: absolute;
	z-index:0;
	animation: medalslide 2s infinite;	   
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffd700',GradientType=1 ); /* IE6-9 */}

.genericshine:after{
  content:'';
  top:0;
	transform:translateX(100%);
	width:100%;
	height:100%;
	position: absolute;
	z-index:0;
	animation: medalslide 2s infinite;	   
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffd700',GradientType=1 ); /* IE6-9 */}

/* animation */

@keyframes medalslide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}

.medalgold .ace-userbox {  
	background: linear-gradient(to bottom, #f5c21b, #D17000);
}

.medalsilver .ace-userbox {  
	background: linear-gradient(to bottom, #D7D7D8, #A8A9AD);
}

/* ############################################ */
/* ###             Fakelinker               ### */
/* ###             User:Wana                ### */
/* ############################################ */

.fakelinks {
	cursor: pointer;
    color: var(--theme-link-color);
}
.fakelinks:hover {
	  color: var(--theme-link-color--hover);
}
.fakelinks:focus {
	text-decoration: underline;
}
.fakelinks:visited {
    color: var(--theme-link-color--visited);
}
.fakelinks:active {
    color: var(--theme-link-color);
}

/* ############################################# */
/* ### ProfileTags for every Skin but Cosmos ### */
/* ###            User:RurinGas              ### */
/* ############################################# */

#citizenProfileTag {
  position: relative;
  color: #000;
  padding: 3px 3px 5px;
  background-color: #e1e1e1;
  border-radius: 6px;
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: text-bottom;
}

.AprilFoolsAds img {
	width: 100%;
	height: auto;
}
/* ############################################# */
/* ###     Home is where the infobox is      ### */
/* ###              User:Wana                ### */
/* ############################################# */
.rightSideMe {
	float: right;
	clear: right;
	font-size: 12px;
	overflow-x: hidden;
	width: 270px !important;
	max-width: 270px !important;
	min-width: 270px !important;
	text-align: right;
	margin-left: auto;
}

.floatright {
	float: right;
	clear: right;
}