MediaWiki:Mobile.css: Difference between revisions

24,108 bytes added ,  14:50, 3 July 2022
inventory pop table formatting
(fixed icon bug, finally)
(inventory pop table formatting)
 
(77 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/**********
/* Use [[MediaWiki:Gadget-mobile.css]] instead for main skin styles that should be loaded before javascript initializes. Any other custom styles can go here. */
Note that this loads before skin CSS, so selectors need to be more specific than the skin to override it.


There will still be a 'white flash' as the default (light) mobile css initially loads. To avoid this, you should first enable the Gadgets extension, then add [[gphelp:MediaWiki:Gadget-darkmobile]] to your wiki and rename this css file to MediaWiki:Gadget-darkmobile.css
.qud-box-wrapper {
**********/
    overflow: hidden;
@font-face {
    line-height: normal;
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(https://fonts.gstatic.com/s/sourcecodepro/v9/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevWnsUnxg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
}
:root {
.qud-box {
--body-background-color: #190d07;
    border: 4px solid #77bfcf;
--body-background-image: url("/media/5/5d/Mobile_background.jpg");
    border-top: 0;
--body-background-attachment: fixed;
    border-bottom: 0;
--body-background-size: cover;
    padding: 0.4em 1em 0.1em 0.5em;
--body-background-position: center center;
    margin: 1em 0 1em 0;
--body-background-repeat: no-repeat;
    font-family: Source Code Pro, Lucida Console, Consolas;
--body-color: #c1d3d6;
    font-size: medium;
--body-secondary-color: #ccc;
    color: #b1c9c3;
 
    background: none;
--content-background: radial-gradient(rgba(22, 60, 51,0.8),rgba(6, 28, 23,0.8));
    background: -o-repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
--header-background: rgba(22, 60, 51,1);
    background: -moz-repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
--footer-background: rgba(22, 60, 51,0.8);
    background: -webkit-repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
--interface-border: #000;
    background: repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
--search-background: #212121;
  -o-background-size: 100% 4px;
 
  -moz-background-size: 100% 4px;
--link-color: #7fbadd;
  -webkit-background-size: 100% 4px;
--link-redlink-color: #bb312c;
  background-size: 100% 4px;
 
}
--navigation-selected: rgba(108, 180, 122,0.5);
.qud-box-header {
--navigation-link-background: rgba(108, 180, 122,0.1);
    position: relative;
 
    top: -1em;
--last-modified-background: #444;
    padding-left: 0.6em;
--invert-icons: 1;
    padding-right: 0.6em;
    font-size: 1.2rem;
--fpbox-background: transparent;
    font-weight: bold;
--fpbox-border: 1px solid rgba(108, 180, 122,0.2);
    display: inline-block;
 
}
--fpheading-background: #061c17;
.qud-box-header:before,
--fpheading-border: 1px solid #c1d3d6;
.qud-box-header:after {
--fpheading-color: #c9c9c9;
    content: "";
--fpheading-font: "Source Code Pro","Courier new",Courier,monospace;
    position: absolute;
 
    height: 4px;
--fplink-background: rgba(108, 180, 122,0.2);
    background: #77bfcf;
--fplink-border: 0;
    top: 0.5em;
--fplink-fullwidth-background: rgba(0,0,0, 0.3);
}
 
.qud-box-header:before {
--infobox-border: 1px solid rgba(108, 180, 122,0.2);
    width: 100px;
--infobox-details-background: rgba(108, 180, 122,0.3);
    left: -100px;
--infobox-details-color: #fff;
}
--infobox-header-background: rgba(108, 180, 122,0.5);
.qud-box-header:after {
--infobox-header-color: #fff;
    width: 9999px;
--infobox-label-background: rgba(108, 180, 122,0.2);
    right: -9999px;
--infobox-label-color: #fff;
}
 
.qud-box-content {
--navbox-alt-background: rgba(108, 180, 122,0.1);
    margin-top: -0.5em;
--navbox-background: rgba(6, 28, 23,0.2);
    padding-left: 0.3em;
--navbox-border: 1px solid rgba(108, 180, 122,0.2);
    line-height: 1.5em;
--navbox-color: #c1d3d6;
}
--navbox-secondary-background: rgba(108, 180, 122,0.2);
.qud-box-footer-left {
 
    position: relative;
--wikitable-alt-background: rgba(100,100,100, 0.6);
    top: 0.6em;
--wikitable-background: rgba(6, 28, 23,0.2);
    padding-left: 0.1em;
--wikitable-border: 1px solid rgba(108, 180, 122,0.3);
    padding-right: 0.1em;
--wikitable-border-collapse: collapse;
    font-size:1.2rem;
--wikitable-border-spacing: 0;
    font-weight: bold;
--wikitable-header-background: rgba(108, 180, 122,0.2);
    color: #fff;
--wikitable-header-color: #fff;
}
 
.qud-box-footer-left:before,
--code-background: rgba(6, 28, 23,0.5);
.qud-box-footer-left:after {
--code-color: #c1d3d6;
    content: "";
 
    position: absolute;
--doc-background: rgba(6, 28, 23,0.2);
    height: 4px;
--doc-border: 1px solid rgba(108, 180, 122,0.2);
    background: #77bfcf;
    top: 50%;
--ambox-background: rgba(120,120,120,0.3);
--ambox-blue: #1e90ff;
--ambox-gray: #bbbbaa;
--ambox-green: #228b22;
--ambox-orange: #f28500;
--ambox-purple: #9932cc;
--ambox-red: #b22222;
--ambox-yellow: #f4c430;
}
}
 
.qud-box-footer-left:before {
/*** mobile-specific style classes ***/
    width: 100px;
.nomobile {
    left: -98px;
display: none;
}
}
 
.qud-box-footer-left:after {
.mobileleft {
    width: 9999px;
text-align: left;
    right: -9997px;
}
}


.mobilecenter {
.white-border .qud-box-header:before,
text-align: center;
.white-border .qud-box-header:after,
.white-border .qud-box-footer-left:before,
.white-border .qud-box-footer-left:after
{
    background: #b1c9c3;
}
}
 
.white-border .qud-box {
.mobileright {
    border: 4px solid #b1c9c3;
text-align: right;
    border-top: 0;
    border-bottom: 0;
}
}


/**********
.qud-image-link {
interface
  text-decoration: none;
**********/
  cursor: pointer;
/*** text colors ***/
  font-weight: bold;
.skin-minerva #mw-mf-diffview #mw-mf-userinfo,
  line-height: 1em;
.skin-minerva #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count,
  height: 1em;
.skin-minerva #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count div,
  display: inline-block;
.skin-minerva #mw-mf-page-center,
.skin-minerva .globalNotice,
.skin-minerva .header-container.header-chrome,
.skin-minerva .last-modified-bar a,
.skin-minerva .last-modified-bar a:visited,
.skin-minerva .last-modified-bar.active a,
.skin-minerva .last-modified-bar.active a:visited,
.skin-minerva .list-header,
.skin-minerva .minerva-footer,
.skin-minerva .mw-echo-ui-notificationItemWidget-content-actions-timestamp,
.skin-minerva .mw-echo-ui-notificationItemWidget-content-message-header,
.skin-minerva .mw-mf-user,
.skin-minerva .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button,
.skin-minerva .overlay-footer-container,
.skin-minerva .overlay-header-container,
.skin-minerva .page-list .component,
.skin-minerva .page-list .info,
.skin-minerva .page-list li > a,
.skin-minerva .page-list.side-list .list-thumb,
.skin-minerva .page-summary h2,
.skin-minerva .page-summary h3,
.skin-minerva .search-overlay,
.skin-minerva .search-overlay .results,
.skin-minerva .search-overlay .search-content,
.skin-minerva .search-overlay .search-feedback,
.skin-minerva .site-link-list .component,
.skin-minerva .site-link-list .info,
.skin-minerva .site-link-list li,
.skin-minerva .site-link-list li > a,
.skin-minerva .site-link-list.side-list .list-thumb,
.skin-minerva .topic-title-list .component,
.skin-minerva .topic-title-list .info,
.skin-minerva .topic-title-list li > .skin-minerva .topic-title-list.side-list .list-thumb,
.skin-minerva footer .last-modified-bar,
.skin-minerva footer .last-modified-bar.active,
.skin-minerva nav ul li a,
.skin-minerva.navigation-enabled #mw-mf-page-center,
.skin-minerva.primary-navigation-enabled,
.skin-minerva.secondary-navigation-enabled,
a,
a:not([href]),
body {
color: var(--body-color);
}
}
 
.qud-image-link-image-container img {
.action-edit #editpage-copywarn,
  display: inline-block;
.action-edit #mw-anon-edit-warning,
  position: absolute;
.action-edit #section_0,
  top: -100%; left: 0; right: 0; bottom: -100%;
.action-edit .diff-ntitle,
  margin: auto;
.action-edit .diff-otitle,
  margin-left: 0;
.action-edit .mw-editTools,
  margin-right: 0;
.action-edit .mw-editnotice,
  vertical-align: middle;
.action-edit .preview-limit-report-wrapper,
  width: 16px;
.action-submit #editpage-copywarn,
  height: 24px;
.action-submit #mw-anon-edit-warning,
.action-submit #section_0,
.action-submit .diff-ntitle,
.action-submit .diff-otitle,
.action-submit .mw-editTools,
.action-submit .mw-editnotice,
.action-submit .preview-limit-report-wrapper,
.skin-minerva .heading-holder .tagline,
.skin-minerva .mw-echo-ui-notificationItemWidget-content-message-body,
.skin-minerva .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
.skin-minerva nav ul li a:visited {
color: var(--body-secondary-color);
}
}
 
.qud-image-link-image-container {
.skin-minerva .mw-ui-anchor.mw-ui-progressive,
  height: 24px;
.skin-minerva .mw-ui-anchor.mw-ui-progressive:active,
  width: 16px;
.skin-minerva .mw-ui-anchor.mw-ui-progressive:focus,
  padding-right: 0.25em;
.skin-minerva nav ul.hlist li a,
  text-align: center;
a,
  vertical-align: middle;
a.external,
  display: inline-block;
a.extiw,
  position: relative;
a:visited {
}
color: var(--link-color);
.qud-image-link:hover .qud-image-link-image-container {
  border-bottom: 0;
}
}
 
.qud-image-link span {  
a.new {
  text-decoration: underline;
color: var(--link-redlink-color);
  text-decoration-style: solid;
}
}
 
.qud-image {
/** code/pre tags **/
  height: 1em;
.mw-code,
  background: transparent;
code,
  transition: background 0.2s ease-in-out;
kbd,
  display: inline-block;
pre,
  padding: 0 2px 0.7em 0px;
samp,
  margin: 0 0 -0.2em 0;
tt {
  border-radius: 0.2em;
font-family: monospace;
  white-space: nowrap;
font-size: 110%;
}
color: var(--code-color);
.qud-image:hover {
  background: #0f3b3a;
}
}
 
/*
.mw-highlight {
*  QUD INFOBOX - PNG/GIF ANIMATOR
background: transparent;
*  ==============================
*/
.qud-animated-image-wrap {
  position: relative;
}
}
 
.qud-animated-image-wrap .qud-toggle-for-gif {
.mw-code,
  position: absolute;
code,
  top: 0px;
pre,
  right: 0px;
pre.mw-code {
  font-size: 11px;
background: var(--code-background);
  z-index: 10;
border-color: var(--code-color);
  font-family: "Open Sans";
}
.qud-toggle-for-gif {
  display: flex;
  justify-content: center;
}
}
 
.qud-initial-animate-btn {
.mw-code a,
  transition: all 0.5s ease-out;
code a {
  display: inline-block;
color: var(--code-color);
  text-align: center;
text-decoration: underline double;
  background-color: var(--qud-bg-color-darker);
  border: var(--infobox-border);
  padding: 0px 4px 2px 4px;
  border-radius: 3px;
  opacity: 0.8;
}
}
 
.qud-initial-animate-btn:hover {
/*** interface colors ***/
  cursor: pointer;
.client-js .skin-minerva .toc-mobile,
  background-color: var(--qud-color-k);
.skin-minerva #mw-mf-diffview #mw-mf-userinfo,
  color: #fff;
.skin-minerva .globalNotice,
.skin-minerva .header-container.header-chrome,
.skin-minerva .list-header,
.skin-minerva .mw-echo-ui-bundleNotificationItemWidget-group,
.skin-minerva .mw-echo-ui-crossWikiNotificationItemWidget-group,
.skin-minerva .notifications-overlay .overlay-content,
.skin-minerva .overlay-header-container,
.skin-minerva .search-overlay .results,
.skin-minerva .search-overlay .search-content,
.skin-minerva .search-overlay .search-feedback {
background-color: var(--header-background);
}
}
 
.qud-animate-ctrl-down::before {
.skin-minerva .minerva-footer,
  display: inline-block;
.skin-minerva .overlay-footer-container,
  font-style: normal;
.skin-minerva nav {
  font-variant: normal;
background-color: var(--footer-background);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome','Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0d7";
  margin-left: 5px;
}
}
 
.qud-infobox-animated-image {
.client-js .skin-minerva .toc-mobile,
  height: 386px; /* extra room to hold gif-play-controls */
.skin-minerva #mw-mf-diffview #mw-mf-userinfo,
}
.skin-minerva .header,
.gif-play-controls {
.skin-minerva .header-container,
  font-weight: 700;
.skin-minerva .minerva-footer,
  padding-bottom: 10px;
.skin-minerva .mw-echo-ui-bundleNotificationItemWidget-separator,
  position: absolute;
.skin-minerva .mw-echo-ui-crossWikiNotificationItemWidget-separator,
  bottom: 0;
.skin-minerva .mw-echo-ui-notificationItemWidget,
  left: 0;
.skin-minerva .mw-echo-ui-notificationItemWidget:last-child,
  right: 0;
.skin-minerva .overlay-footer-container,
  color: var(--qud-color-y);
.skin-minerva .page-list li,
.skin-minerva .search-overlay .search-content,
.skin-minerva .site-link-list li,
.skin-minerva .topic-title-list li,
.skin-minerva footer .last-modified-bar,
.skin-minerva footer > .post-content > .skin-minerva nav .secondary-action,
.skin-minerva nav ul li,
.skin-minerva.ns-special .content-header,
h2 {
border-color: var(--interface-border);
}
}
 
.gif-play-controls .play-pause-btn {
.skin-minerva .search-overlay,
  font-size: 2em;
.skin-minerva.search-overlay {
background: var(--search-background);
}
}
 
.gif-play-controls .play-pause-lbl {
.skin-minerva #mw-mf-page-center,
  line-height: 2em;
.skin-minerva.navigation-enabled #mw-mf-page-center,
  font-size: 16px;
.skin-minerva.primary-navigation-enabled,
.skin-minerva.secondary-navigation-enabled,
body {
background-color: var(--body-background-color);
background-image: var(--body-background-image);
background-size: var(--body-background-size);
background-attachment: var(--body-background-attachment);
background-position: var(--body-background-position);
background-repeat: var(--body-background-repeat);
}
}
 
.gif-play-controls .play-pause-warning {
.skin-minerva #content,
  font-size: 14px;
.skin-minerva .mw-echo-ui-notificationsInboxWidget-toolbarWrapper,
  font-weight: normal;
.skin-minerva.ns-special #content,
  font-family: "Open Sans";
.skin-minerva.ns-special #content form,
  padding: 0 10px;
.skin-minerva.ns-special .pre-content {
  color: #1c6362; /* slightly brighter than qud-color-k */
background: var(--content-background);
  height: 3.6em;
  line-height: 1.2em;
}
}
 
.gif-play-controls .play-pause-btn::before {
/*** basics ***/
  display: inline-block;
.center {
  font-style: normal;
text-align: center;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome','Font Awesome 5 Free';
  font-weight: 900;
  content: "\f144"; /* play icon */
  font-size: 26px;
}
.qud-html-summary.qud-html-summary-open
  .gif-play-controls
  .play-pause-btn::before {
    content: '\f04c'; /* pause icon */
    background-color: white;
    color: black;
    border-radius:12px;
    height: 20px;
    width: 22px;
    padding: 4px 0 0 2px;
    margin-bottom:9px;
    font-size: 11px;
}
}


.skin-minerva .content h1,
.qud-infobox-animated-image-initial,
.skin-minerva .content h2,
.qud-infobox-carousel-static-image,
.skin-minerva .pre-content h1,
.qud-infobox-animated-image {
body {
  display: inline-block;
font-family: sans-serif;
  position: relative;
  width: 100%;
}
}
 
.qud-infobox-animated-image-initial img,
/*** header and footer ***/
.qud-infobox-carousel-static-image img,
.header {
.qud-infobox-animated-image img {
border-width: 1px 0;
  width: 160px;
border-style: solid;
}
}
 
.qud-infobox-animated-image .qud-html-summary {
.header-container.header-chrome {
  /* the summary element acts as a clickable area over the entire object */
box-shadow: 0 1px 1px rgba(100,100,100,0.2);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: transparent;
}
}
 
/* for blink/webkit */
@supports (position:sticky) {
.qud-infobox-animated-image details .qud-html-summary::-webkit-details-marker {
.header-container.header-chrome {
  display: none;
position: sticky;
top: 0;
z-index: 1000;
}
 
.overlay-enabled .header-container.header-chrome {
position: static;
}
 
.navigation-enabled .header-container.header-chrome {
z-index: 0;
}
}
}
 
/* for firefox */
.skin-minerva .globalNotice {
.qud-infobox-animated-image details > .qud-html-summary:first-of-type {
overflow: hidden;
  list-style: none;
padding: 0 0.5em 0.25em;
}
}
 
.qud-infobox-animated-image .qud-html-summary + * {
.skin-minerva .notification-count {
  position: absolute;
background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
}
 
.qud-infobox-animated-image .qud-html-summary + * a {
/*** notifications ***/
  color: #fff; /* unsure if this style is used */
.skin-minerva .mw-echo-ui-bundleNotificationItemWidget-separator,
.skin-minerva .mw-echo-ui-crossWikiNotificationItemWidget-separator,
.skin-minerva .mw-echo-ui-notificationItemWidget,
.skin-minerva .mw-echo-ui-notificationItemWidget:last-child {
background: rgba(0,0,0,0.1);
}
}
 
.qud-infobox-animated-image .qud-html-summary:focus {
.skin-minerva .mw-echo-ui-notificationItemWidget-unread {
  outline: transparent; /* suppress outline when clicked */
background: rgba(0,0,0,0.3);
}
}
 
.qud-infobox-animated-image .qud-html-details .animated-image {
.skin-minerva .mw-echo-ui-notificationItemWidget:hover {
  text-align: center;
background: rgba(0,0,0,0.2);
}
}
 
.qud-infobox-animated-image .qud-html-details .animated-image img {
.skin-minerva .mw-echo-ui-notificationItemWidget-unread:hover {
  display: inline-block;
background: rgba(0,0,0,0.4);
  overflow: visible;
}
.qud-html-summary + * {
  z-index: -1;
  display: none;
}
}
 
.qud-html-summary-open + * {
/*** search ***/
  z-index: 1;
.skin-minerva .page-list li .watch-this-article,
  display: unset;
.skin-minerva .site-link-list li .watch-this-article,
.skin-minerva .topic-title-list li .watch-this-article {
top: 50%;
margin-top: -0.75em;
}
}
 
/* CAROUSEL STYLES */
/*** navigation ***/
.qud-carousel-title {
.skin-minerva.navigation-enabled .transparent-shield {
  height: 0px; /* javascript expands this to 25px */
background: rgba(50,50,50,0.9);
  font-size: 16px;
  line-height: 25px;
  color: var(--qud-color-k);
  overflow: hidden;
}
}
 
.qud-sprite-carousel {
.skin-minerva nav ul li {
  position: relative;
background: var(--navigation-link-background);
width: 100%;
}
}
 
.qud-sprite-carousel > .qud-carousel-item {
.skin-minerva nav ul li a:hover {
  display: block;
box-shadow: inset 4px 0 0 0 var(--navigation-selected);
}
}
 
.qud-sprite-carousel > .qud-carousel-item ~ .qud-carousel-item {
/*** last-modified bar ***/
  display: none; /* applied to all but the first .qud-carousel-item */
.skin-minerva footer .last-modified-bar {
background-color: var(--last-modified-background);
}
}
 
.qud-carousel-left,
/* recently changed page last-modified bar*/
.qud-carousel-right {
.skin-minerva footer .last-modified-bar.active {
  display: flex;
background: #00af89;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 5;
  font-size: 38px;
  width: 18%;
  height: 240px;
}
}
 
.qud-carousel-left {
/*** page history and diffs ***/
  left: 0;
.skin-minerva .minoredit {
color: #808080;
}
}
 
.qud-carousel-right {
.skin-minerva #mw-mf-diffview #mw-mf-userinfo {
  right: 0;
z-index: 100;
box-shadow: 0 -1px 3px rgba(0,0,0,0.6);
opacity: 0.95;
}
}
 
.qud-carousel-btn {
/*** editor ***/
  display: flex;
.skin-minerva .editor-overlay-ve {
  align-items: center;
color: #000;
  justify-content: center;
  height: 60%;
  width: 100%;
  cursor: pointer;
  color: var(--qud-color-k-dark);
  color: rgba(108, 180, 122, 0.2);
  transition: color 0.3s ease-out;
}
}
 
.qud-carousel-btn:hover {
.skin-minerva .editor-overlay .wikitext-editor {
  color: var(--qud-color-k);
background: rgba(0,0,0,0.1);
  color: rgba(108, 180, 122, 0.5);
}
}
/* ------- Template:Doc ------- */
/*
.doc,
*  QUD SUBTYPE INFOCARD
.doc-footer {
*  ====================
background: var(--doc-background);
*  Styles to supplement [[Template:Subtype infocard]] for smaller screens.
border: var(--doc-border);
*  Note that these use !important more than I'd usually like, because they
margin: 0 auto 1em;
*  need to override inline styles applied by the template.
border-radius: 1em;
*/
padding: 1em;
@media screen and (max-width: 1599px) {
    .subtype-infobox {
    width: unset !important;
        max-width: 780px !important;
    }
    .subtype-items {
        flex: 0 0 100% !important;
        flex-wrap: wrap !important;
    }
}
}
 
@media screen and (max-width: 900px) {
.doc-footer {
  .subtype-title {
margin-bottom: 0;
    flex-wrap: wrap;
      justify-content: center;
      padding: 0.2em 0 !important;
  }
  .subtype-title > div:first-child {
      flex: 0 0 100%;
  }
  .subtype-title > div:nth-child(2) {
      color: var(--qud-color-k) !important;
  }
  .subtype-title div {
      flex-grow: 1;
      text-align: center;
      padding: 0 !important;
  }
  .subtype-image, .subtype-bonus-box {
      flex: 0 0 50%;
      justify-content: center;
      margin-right: 0 !important;
  }
  .subtype-skill-box {
      margin: auto;
      flex: 0 0 90%;
      padding: 0 !important;
  }
  .subtype-items-list ul {
      display: flex !important;
      flex-wrap: wrap;
  }
  .subtype-items-list ul li {
      flex: 0 0 100% !important;
  }
  .subtype-equip-list, .subtype-items-list {
      width: 100%;
      padding: 1em !important;
      text-align: center;
  }
  .subtype-equip-list ul, .subtype-items-list ul {
      list-style-type: none;
      margin: 0 !important;
  }
  .subtype-equip-list div, .subtype-items-list div {
      padding: 0 !important;
  }
  .subtype-footnote {
      justify-content: center !important;
  }
}
}
 
@media screen and (max-width: 550px) {
.doc-header {
  .subtype-image, .subtype-bonus-box {
padding-bottom: 3px;
      flex: 0 0 100%;
border-bottom: var(--doc-border);
      max-width: unset !important;
margin-bottom: 1ex;
      margin: 0;
}
  }
/**********
  .subtype-bonus-box {
content
      text-align: center;
**********/
      height: unset !important;
/*** mobile front page collapse ***/
      padding: 1em 0 !important;
.fpbox.mobilecollapsible .fpbox-heading a.togglecollapse {
  }
display: block;
  .subtype-bonus-box div {
padding: 0 0 0 15px;
      position: static !important;
  }
}
}
/*
*  QUD COLORS AND FONTS
*  ====================
*/
:root {
  --qud-color-y:      #ffffff;
  --qud-color-y-dark: #b1c9c3;
  --qud-color-r:      #d74200;
  --qud-color-r-dark: #a64a2e;
  --qud-color-o:      #e99f10;
  --qud-color-o-dark: #f15f22;
  --qud-color-w:      #cfc041;
  --qud-color-w-dark: #98875f;
  --qud-color-g:      #00c420;
  --qud-color-g-dark: #009403;
  --qud-color-b:      #0096ff;
  --qud-color-b-dark: #0048bd;
  --qud-color-c:      #77bfcf;
  --qud-color-c-dark: #40a4b9;
  --qud-color-m:      #da5bd6;
  --qud-color-m-dark: #b154cf;
  --qud-color-k:      #155352;
  --qud-color-k-dark: #0f3b3a;


.fpbox.mobilecollapsible .fpbox-heading a.togglecollapse:active,
  --qud-font-terminal1: 'Source Code Pro','Consolas','Courier New','Courier','Lucida Console';
.fpbox.mobilecollapsible .fpbox-heading a.togglecollapse:hover {
  --qud-font-terminal2: 'Source Code Pro','Consolas','Lucida Console','Courier New','Courier';
text-decoration: none;
  --qud-font-icon1: 'Source Code Pro','Calibri','Courier New','Courier','Arial';
  --qud-font-icon2: 'Source Code Pro','Calibri','Consolas','Lucida Console';
  --qud-font-infobox-title: 'Source Code Pro','Open Sans','Segoe UI','Consolas','Lucida Console','Courier New','Courier';
  --qud-font-infobox-content: 'Open Sans','Segoe UI','Consolas','Lucida Console','Courier New','Courier','Source Code Pro';
  --qud-font-collapser-arrows: 'Source Code Pro, Lucida Console, Consolas';
 
  --qud-bg-color-ultralight: rgba(6,28,23,0.2);
  --qud-bg-color-semidark: rgba(6,28,23,0.7);
  --qud-bg-color-dark: rgba(6,28,23,0.8);
  --qud-bg-color-darker: rgba(6,28,23,0.9);
}
/*
*  QUD STYLES - GENERAL TWEAKS
*  ===========================
*/
b {
  font-weight: 700; /* fix for firefox additive bolding when there are multiple nested <b> tags */
}
}
 
/*
.fpbox.mobilecollapsible.collapsed .fpbox-heading {
*  QUD INFOBOX VERSION INFO
border: none;
*  ========================
margin-bottom: 0;
*/
.qud-infobox-version {
    border-top: var(--infobox-border);
    padding-top: 7px;
    margin-top: 5px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    font-family: var(--qud-font-infobox-content);
    color: var(--qud-color-y-dark);
    opacity: 0.8;
}
}
 
.qud-infobox-version > .qud-version-num {
.fpbox.mobilecollapsible .fpbox-heading a {
    font-weight: bold;
position: relative;
}
}
 
/*
.fpbox.mobilecollapsible .fpbox-heading a:before {
*  QUD STYLES - TOOLTIPS
content: '';
*  =====================
width: 12px;
*/
height: 12px;
.qud-tooltip {
background-image: url("/skins/Vector/images/arrow-down.png");
  position: relative;
background-image: linear-gradient(transparent,transparent),url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Cpath d=%22M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5%22 fill=%22%23222%22/%3E %3C/svg%3E');
  z-index: 11;
position: absolute;
left: 0;
top: 50%;
margin-top: -6px;
}
}
 
.qud-tooltip .qud-tooltip-text {
.fpbox.mobilecollapsible.collapsed .fpbox-heading a:before {
  visibility: hidden;
transform: rotate(-90deg);
  width: 120px;
}
  background-color: var(--qud-bg-color-darker);
 
  color: var(--qud-color-y);
.fpbox.mobilecollapsible.collapsed .body {
  text-align: center;
display: none;
  padding: 5px 0;
  border-radius: 6px;
  font-size: calc(0.23em + 7px);
  position: absolute;
  z-index: 2;
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* half of the width */
  border: 1px solid rgba(177,201,195,0.1);
}
}
 
.qud-quote-box .qud-tooltip-text { /* additional adjustment for qud quote boxes */
/* ------- navboxes ------- */
    font-family: 'Open Sans';
table.navbox {
    font-weight: normal;
border: var(--navbox-border);
    font-size: calc(0.23em + 9px);
clear: both;
font-size: 88%;
margin: auto;
padding: 1px;
text-align: center;
width: 100%;
display: table !important;
}
}
/** Border between adjacent navboxes **/
.qud-tooltip .qud-tooltip-text.qud-tooltip-wide {
table.navbox+table.navbox {
  width: 160px;
margin-top: -1px;
  margin-left: -80px;
}
}
 
.qud-tooltip > sup + .qud-tooltip-text {
.navbox-abovebelow,
  font-weight: normal;
.navbox-group,
.navbox-title,
table.navbox th {
padding-left: 1em;
padding-right: 1em;
}
}
 
.qud-tooltip.mobile-visible:hover .qud-tooltip-text,
.navbox-group {
.qud-tooltip.mobile-visible:focus .qud-tooltip-text {
font-weight: bold;
  /* must be explicitly enabled for mobile using mobile-visible class */
white-space: nowrap;
  visibility: visible;
}
.qud-tooltip-ulabel { /* apply ulabel class for dotted underline on tooltip word */
  text-decoration: underline dotted rgba(177,201,195,0.7);
}
}
/** Base background **/
.qud-quote-box .qud-tooltip-ulabel { /* additional adjustment for qud quote boxes */
.navbox,
    text-underline-position: under;
.navbox-subgroup {
background: var(--navbox-background);
}
}
 
/* extend-line style uses dynamic width extending rightward from tooltip text (instead of fixed width centered tooltip) */
.navbox-list {
.qud-tooltip > span.qud-tooltip-text.extend-line {  
border-color: var(--navbox-background);
  width:auto;
  white-space: nowrap;
  padding: 0.8em 1em;
  margin-left: -0.5em;
  left:0;
  right:auto;
  top:auto;
  bottom:100%;
  margin-left:unset;
}
}
/** Level 1 & 2 styling **/
/* style superscripts - intended to contain a question mark for tooltip hover (other symbols might work but are untested) */
.navbox-group,
.qud-tooltip > sup {
.navbox-subgroup .navbox-title,
  display: inline-block;
.navbox-title,
  width:9px;
table.navbox th {
  height:9px;
background: var(--navbox-secondary-background);
  line-height:9px;
color: var(--navbox-color);
  border-radius:20px;
  margin-left: 3px;
  margin-right: 3px;
  border:1px solid #cccccc;
  text-align:center;
  padding:1px;
  font-family:'Source Code Pro','Lucida Console',Monaco,'Courier New',Courier;
  font-size:10px;
  font-weight:100;
}
}
/** Level 3 styling **/
.qud-tooltip sup,
.navbox-subgroup .navbox-abovebelow,
.qud-tooltip .qud-tooltip-ulabel {
.navbox-subgroup .navbox-group {
  transition: all 0.15s;
background: var(--navbox-background);
color: var(--navbox-color);
}
}
/** row striping **/
.qud-tooltip.mobile-visible:hover sup,
.navbox-even {
.qud-tooltip.mobile-visible:focus sup {
background: var(--navbox-alt-background);
  transform: scale(1.15, 1.15);
color: var(--navbox-color);
  color: var(--qud-color-c);
  border-color: var(--qud-color-c);
  font-weight: bold;
}
}
 
.qud-tooltip.mobile-visible:hover .qud-tooltip-ulabel,
.navbox-odd {
.qud-tooltip.mobile-visible:focus .qud-tooltip-ulabel {
background: transparent;
  text-decoration-color: var(--qud-color-c);
}
}
/** collapsible navboxes **/
.qud-tooltip-text code {
.collapseButton {
    /* override code style in tooltips */
font-weight: normal;
    border: 1px solid var(--qud-color-k-dark);
width: auto;
    padding: 0px 3px 1px 3px;
    font-size: 100%;
}
}
 
/*
.navbox .collapseButton {
*  QUD INLINE GIF PLAYER
width: 6em;
*  =====================
*/
.qud-inline-gif {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
}
 
.qud-inline-gif-mask {
.navbar {
  z-index: 1;
font-size: 88%;
  position: absolute;
font-weight: normal;
  top: 0; bottom: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--qud-bg-color-semidark);
}
.qud-inline-gif-mask > span {
  color: var(--qud-color-k-dark);
  font-weight: bold;
  font-family: var(--qud-font-terminal1);
  font-size: 18px;
  background: var(--qud-color-y);
  height: 44px;
  width: 44px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qud-inline-gif .qud-invisible {
  display: none;
}
}
 
.qud-inline-gif-wrap {
.navbox .navbar {
    display: inline-block;
font-size: 100%;
    padding: 4px 4px 2px 4px;
    border: var(--infobox-border);
}
}
 
.qud-inline-gif-label {
table.collapsed tr.collapsible {
    margin-top: 2px;
display: none;
    text-align: right;
    font-size: 80%;
    opacity: 0.5;
}
}
/*** amboxes ***/
/*
/* ------- Amboxes ------- */
* QUD WILLPOWER/COOLDOWN TABLES
.ambox {
* =============================
background-color: var(--ambox-background);
*/
border-width: 0 0 0 10px;
.willpower-cooldown-table {
border-style: solid;
    border-collapse: collapse;
border-collapse: collapse;
}
font-size: 95%;
.willpower-cooldown-table td,
margin: 0 auto 2px;
.willpower-cooldown-table th {
width: 80%;
    padding: 0.3em 0.5em;
    text-align: center;
    background-color: var(--qud-bg-color-darker);
    border-bottom: none;
    border-top: none;
    color: var(--wikitable-color);
}
}
 
.willpower-cooldown-table th {
.ambox.ambox-tiny {
    border-bottom: 2px solid var(--qud-color-y-dark);
font-size: 90%;
margin: 2px 0;
width: auto;
}
}
 
.willpower-cooldown-table .cd-wi-cell {
.ambox + .ambox {
    border-bottom: var(--wikitable-border);
margin-top: -2px;
}
}
 
.willpower-cooldown-table .cd-wi-cell,
.ambox-text {
.willpower-cooldown-table .cd-wi-header {
padding: 0.25em 0.5em;
    background: var(--wikitable-background);
}
}
 
.willpower-cooldown-table tr:last-child .cd-wi-cell {
.ambox-image {
    border-bottom: none;
padding: 2px 0 2px 0.5em;
text-align: center;
width: 60px;
}
}
 
.willpower-cooldown-table .cd-cd-cell {
.ambox-tiny .ambox-image {
    font-weight: bold;
padding: 2px 0.5em;
    background-color: var(--wikitable-header-background);
text-align: left;
    color: var(--wikitable-header-color);
width: auto;
    border-right: 2px solid var(--qud-color-y-dark);
    border-left: var(--wikitable-border);
}
}
/* Ambox colors */
.willpower-cooldown-table .cd-cd-cell:last-child {
.ambox-gray {
    border-right: none;
border-left-color: var(--ambox-gray);
}
}
 
.willpower-cooldown-table .cd-cd-header {
.ambox-blue {
    border-right: 2px solid var(--qud-color-y-dark);
border-left-color: var(--ambox-blue);
    border-left: var(--wikitable-border);
    background: var(--wikitable-header-background);
}
}
 
.willpower-cooldown-table .cd-cd-header:last-child {
.ambox-red {
    border-right: none;
border-left-color: var(--ambox-red);
}
}
 
.cd-wi-32-cell {
.ambox-orange {
    position: relative;
border-left-color: var(--ambox-orange);
}
}
 
.cd-wi-32-cell:after {
.ambox-yellow {
    position: absolute;
border-left-color: var(--ambox-yellow);
    content:'+';
    font-size: 0.7em;
    top:45%;
    bottom:55%;
    display:flex;
    right:2px;
    line-height: 0;
}
}
 
/*
.ambox-purple {
*  QUD CHARACTER - INFOBOX ADJUSTMENTS
border-left-color: var(--ambox-purple);
*  ===================================
*/
.moduleinfobox {
  font-family: var(--qud-font-infobox-content);
  overflow: hidden; /* prevents horizontal scrollbar from appearing */
}
.moduleinfobox :focus {
  outline: 0px solid #000; /* remove focus outline on selected collapsible */
}
}
 
.moduleinfobox > .infobox-title {
.ambox-green {
  background: var(--qud-bg-color-darker);
border-left-color: var(--ambox-green);
  color: var(--qud-color-y);
  font-family: var(--qud-font-infobox-title);
  font-size: 1.5em;
  line-height: 1.35em;
  padding: 0.1em 8px 0.3em 8px;
}
.moduleinfobox > .infobox-title,
.moduleinfobox > .infobox-imagearea {
  text-align: center;
}
}
/* Ambox small text */
.moduleinfobox > .infobox-imagearea > .qud-displaychar-standin-for-image {
.amsmalltext {
  height: 180px;
font-size: smaller;
  font-size: 140px;
margin-left: 0.8em;
  line-height: 140px;
margin-top: 0.5em;
  overflow: hidden;
}
}
/** for 'edit this page' and 'discussion' link in template:cleanup etc **/
.moduleinfobox > .infobox-rows {
.pagetab {
  display: table; /* prevent minerva mobile style's all-purpose display:block; table override from applying to infobox-rows in particular */
border: 1px solid var(--body-color);
padding: 0.25ex 1ex;
font-size: 95%;
}
}
/* copyright images tweak */
.moduleinfobox > .infobox-rows > tbody > tr > th {
.copyright-icon {
    white-space: normal; /* allow <th> infobox titles to wrap */
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22200%22 height=%22200%22%3E%3Cpath d=%22M100 200C44.772 200 0 155.228 0 100S44.772 0 100 0s100 44.772 100 100-44.772 100-100 100zm0-179.115c-43.694 0-79.115 35.421-79.115 79.115 0 43.694 35.421 79.115 79.115 79.115 43.694 0 79.115-35.421 79.115-79.115 0-43.694-35.421-79.115-79.115-79.115zm0 108.599c20.627 0 27.518-18.427 27.518-18.427h26.536s-7.847 43.734-54.054 43.734c-30.532 0-55.283-24.751-55.283-55.282 0-30.532 24.751-55.283 55.283-55.283 45.365 0 53.317 41.769 53.317 41.769h-26.781S118.966 69.533 100 69.533c-16.555 0-29.975 13.421-29.975 29.976s13.42 29.975 29.975 29.975z%22/%3E%3C/svg%3E%0A");
    font-weight: 700;
background-size: 100%;
    color: var(--qud-color-y-dark);
width: 32px;
}
height: 32px;
.moduleinfobox > .infobox-rows > tbody > tr > th,
filter:invert(var(--invert-icons,0));
.moduleinfobox > .infobox-rows > tbody > tr > th + td {
    background: var(--qud-bg-color-ultralight);
}
}
 
.moduleinfobox > .infobox-rows > tbody > tr > th + td {
/* ------- tables ------- */
  font-size: 1.12em;
table.wikitable {
  word-break: break-word;
border-collapse: var(--wikitable-border-collapse);
  word-wrap: break-word;
border-spacing: var(--wikitable-border-spacing);
  overflow-wrap: break-word;
background: transparent;
border: var(--wikitable-border);
}
}
 
.moduleinfobox > .infobox-rows > tbody > tr > th > div {
.mediawiki table.wikitable > * > tr > td,
    max-width: 130px; /* limit width of <th> infobox titles */
.mediawiki table.wikitable > * > tr > th,
    text-align: left;
.mediawiki table.wikitable > tr > th {
border: var(--wikitable-border);
}
}
 
/* hover effect for infobox rows */
.mediawiki table.wikitable > * > tr > th,
.moduleinfobox > .infobox-rows > tbody > tr:hover > th,
.mediawiki table.wikitable > tr > th {
.moduleinfobox > .infobox-rows > tbody > tr:hover > th + td {
background: var(--wikitable-header-background);
    background-color: var(--qud-bg-color-darker);
color: var(--wikitable-header-color);
    color: var(--qud-color-y);
text-align: center;
}
}
 
.moduleinfobox > .infobox-rows > tbody > tr > th,
.mediawiki table.wikitable > * > tr > td {
.moduleinfobox > .infobox-rows > tbody > tr > th + td {
background: var(--wikitable-background);
    transition: background-color 0.5s, color 0.5s;
padding: 0.2em 0.4em;
}
}
 
.moduleinfobox > .infobox-rows > tbody > tr > td > p {
.mediawiki table.jquery-tablesorter th.headerSort {
    margin: 0.2em 0; /* override huge margins that normally get added from minerva mobile theme */
background-image: none!important;
padding-right: 1.4em;
}
}
 
.moduleinfobox > .infobox-rows {  
.mediawiki table.jquery-tablesorter th.headerSort:after {
    border-spacing: 0 1px !important;  
content: '\f0dc';
font-family: 'FontAwesome';
display: inline-block;
width: 1em;
margin-right: -1em;
text-align: right;
}
}
 
/* Mobile only styles */
.mediawiki table.jquery-tablesorter th.headerSortUp:after {
.qud-item-infobox.moduleinfobox .nomobile,
content: '\f0de';
.qud-food-infobox.moduleinfobox .nomobile,
.qud-effect-infobox.moduleinfobox .nomobile,
.qud-location-infobox.moduleinfobox .nomobile,
.qud-mutation-infobox.moduleinfobox .nomobile,
.qud-character-infobox.moduleinfobox .nomobile {
  display: none !important;
}
}
 
/*
.mediawiki table.jquery-tablesorter th.headerSortDown:after {
*  QUD CHARACTER - COLLAPSIBLES
content: '\f0dd';
*  ============================
*/
.moduleinfobox > .infobox-rows > tbody > tr > th.qud-collapser,
.moduleinfobox > .infobox-rows > tbody > tr > td.qud-collapser {
  position: relative;
  font-weight: bold;
  font-family: 'Open Sans';
  height: 2.6em;
  background: var(--qud-bg-color-semidark);
  transition: background-color 0.2s, color 0.5s;
}
}
 
.moduleinfobox > .infobox-rows > tbody > tr:hover > th.qud-collapser,
.mediawiki table.jquery-tablesorter th.unsortable,
.moduleinfobox > .infobox-rows > tbody > tr:hover > td.qud-collapser {
.mediawiki th.header-bg.th.unsortable {
    background: var(--qud-bg-color-darker);
background: var(--wikitable-header-background);
}
}
/** Cargo tables **/
.qud-collapser-content {
.mediawiki table.cargoTable {
  padding: 0 4px;
border-collapse: collapse;
  background: var(--code-background);
color: var(--body-color);
background: transparent;
}
}
 
.qud-collapser-content div,
.mediawiki table.cargoTable td.even,
.qud-collapser-content span {
.mediawiki table.cargoTable td.odd {
    font-family: var(--qud-font-infobox-content);
background: transparent;
}
}
 
.qud-collapser > .qud-collapser-arrow {
.cargoTable tr:nth-child(even) {
  display: block !important; /* override display:none applied by mw-collapsible */
background: var(--wikitable-alt-background);
}
}
 
.qud-collapser > .qud-collapser-arrow:after {
.mediawiki table.cargoTable > * > tr > th,
  font-size: 0.95em;
.mediawiki table.cargoTable > tr > th {
  font-weight: normal;
background: var(--wikitable-header-background);
  position: absolute;
color: var(--wikitable-header-color);
  top: .8em;
text-align: center;
  letter-spacing: 0.02em;
font-variant: small-caps;
  content:'[hide]';
border: var(--wikitable-border);
  color: var(--qud-color-c-dark);
  opacity: 0.5;
  transition: color 0.4s, transform 0.1s;
  transform: perspective(1px); /* fixes some hover bluriness in Chrome */
}
}
 
.qud-collapser > .qud-collapser-arrow.mw-collapsed:after,
.mediawiki table.cargoTable > * > tr > td {
.qud-collapser > .qud-collapser-arrow.collapsed:after {
border: var(--wikitable-border);
  content:'[show]';
padding: 0.2em 0.4em;
color: var(--body-color);
}
}
/** Dynamic Tables **/
tr:hover > .qud-collapser > .qud-collapser-arrow:after {
table.cargoDynamicTable {
  text-decoration: underline;
margin-top: 1em;
  color: var(--qud-color-c);
border: 0 solid transparent;
  opacity: 1;
}
}
 
.qud-collapser > .qud-collapser-title {
table.dataTable tfoot td,
  margin-left: 0;
table.dataTable tfoot th,
  color: var(--qud-color-y-dark);
table.dataTable thead td,
  transition: color 0.5s;
table.dataTable thead th {
background: var(--wikitable-header-background)!important;
border: var(--wikitable-border)!important;
}
}
 
tr:hover > .qud-collapser > .qud-collapser-title {
table.dataTable tbody tr {
  color: var(--qud-color-y);
color: var(--body-color);
background: transparent;
}
}
 
/* Mobile-only collapsible adjustments */
table.dataTable.display tbody tr.odd,
.qud-collapser > .qud-collapser-title {
table.dataTable.display tbody tr.odd > .sorting_1,
  height: 2.5em;
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
  line-height: 2.5;
table.dataTable.stripe tbody tr.odd {
background: transparent;
text-align: center;
}
}
 
.qud-collapser-arrow:after {
table.dataTable.display tbody tr.even,
  top: .8em;
table.dataTable.display tbody tr.even > .sorting_1,
  right: 1em;
table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.stripe tbody tr.even {
background: var(--wikitable-alt-background);
text-align: center;
}
}
 
/*
table.dataTable.display tbody tr:hover,
*  QUD CHARACTER - CORE STATS
table.dataTable.hover tbody tr:hover {
*  ==========================
background: var(--wikitable-header-background);
*/
.qud-core-stats-wrapper {
  display: flex;
  padding: 0 1.2em 18px 1.2em;
  height: 1.7em;
}
}
 
.qud-core-stats-entry {
.dataTables_wrapper .dataTables_filter,
  flex: 1 0 33%;
.dataTables_wrapper .dataTables_info,
  text-align: center;
.dataTables_wrapper .dataTables_length,
  white-space: nowrap;
.dataTables_wrapper .dataTables_paginate,
  font-size: 1.7em;
.dataTables_wrapper .dataTables_processing {
  font-weight: bold;
color: var(--wikitable-header-color);
  font-family: var(--qud-font-terminal1);
padding: 0.5em 0;
  margin-top: 0px;
  transition: font-size 0.1s, margin-top 0.1s;
}
}
 
/* enable tooltips for core stats specifically (most other tooltips are not active on mobile) */
.dataTables_wrapper .dataTables_paginate .paginate_button {
.qud-core-stats-entry.qud-tooltip:hover .qud-tooltip-text,
color: var(--link-color)!important;
.qud-core-stats-entry.qud-tooltip:focus .qud-tooltip-text {
  visibility: visible;
}
}
 
.qud-stat-icon{
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  display: inline-block;
background: var(--wikitable-header-background);
  padding-right: 0.2em;
  line-height: 1.2em;
  font-size: 1.3em;
}
}
 
.qud-stat-icon img {
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
  height: .7em !important;  
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  width: .57em !important;  
color: var(--body-color) !important;
background: var(--wikitable-header-background);
border: var(--wikitable-border);
}
}
/** Tablepager **/
.qud-stat-value {
.mediawiki .TablePager th {
  display: inline-block;
background: var(--wikitable-header-background);
  color: var(--qud-color-y);
color: var(--wikitable-header-color);
border: var(--wikitable-border);
padding: 0 0.15em;
}
}
 
/*
.mediawiki .TablePager td {
*  QUD CHARACTER - LEVEL
background: var(--wikitable-background);
*  =====================
border: var(--wikitable-border);
*/
color: var(--body-color);
.qud-character-level-wrapper {
  color: var(--qud-color-y-dark);
  padding: 0em 2em 10px 2em;
  font-family: var(--qud-font-terminal1);
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
}
 
.qud-character-level-text,
.mediawiki .TablePager tr:hover td {
.qud-character-level-value {
background: var(--wikitable-header-background)!important;
  display: inline-block;
color: var(--wikitable-header-color);
  padding-right: 0.45em;
}
}
 
.qud-character-level-value {
/*** front page styles ***/
  color: var(--qud-color-c);
.fpmain {
width: 100%;
overflow: hidden;
}
}
/* ------- front page boxes **/
/*  
.fpbox {
*  QUD CHARACTER - ATTRIBUTES
background: var(--fpbox-background);
* ==========================
color: var(--body-color);
*/
margin: 5px;
.qud-attributes-wrapper,
padding: 0.75em;
.qud-attributes-header-row {
overflow: auto;
  color: var(--qud-color-y-dark);
box-sizing: border-box;
  padding: 0 1em 4px 1em;
border: var(--fpbox-border);
width: calc(100% - 2px);
}
}
 
.qud-attributes-row,
.fpbox-heading {
.qud-attributes-header-row {
border-bottom: var(--fpheading-border);
  display: flex;
background: var(--fpheading-background);
  line-height: 1.6em;
text-align: center;
  white-space: nowrap;
color: var(--fpheading-color);
font-family: var(--fpheading-font), sans-serif;
font-size: 132%;
margin: 0 0 0.5em;
padding: 0.25em;
letter-spacing: 1px;
}
}
 
.qud-attributes-header-button {
.fpbox-body {
  flex: 1 0 50%;
margin: 5px;
  opacity: 0.5;
}
  color: var(--qud-color-c-dark);
 
  font-size: 1em;
.fpbox-plain {
  font-weight: bold;
background: transparent;
  font-family: var(--qud-font-terminal1);
border: 0;
  text-align: center;
box-shadow: none;
  font-style: italic;
  text-decoration: underline;
  transition: color 0.1s, opacity 0.1s;
}
}
 
.qud-attributes-header-button:hover {
.fpbox-mainheading {
  opacity: 1;
font-size: 150%;
  color: var(--qud-color-c);
}
}
 
.qud-attributes-title {
.fpbox-subheading {
  padding: 0 0 0.2em 0;
font-size: 120%;
  color: var(--qud-color-y-dark);
border: 0;
  font-size: 1em;
text-align: center;
  font-weight:bold;
  font-family: var(--qud-font-terminal1);
}
}
 
.qud-attribute-entry {
.linkslabel {
  font-size: 1.3em;
margin: 15px 5px 5px;
  font-weight: bold;
padding: 0 0 5px;
  font-family: var(--qud-font-terminal1);
border-bottom: 2px solid #505050;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.qud-attribute-entry {
    flex: 1 0 35%;
}
}
 
.qud-attribute-entry:nth-child(3) {
/* ------- Template:FP links ------- */
    flex: 1 0 30%;
.fplinks {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: stretch;
text-align: center;
}
}
 
.qud-attribute-label {
.fplink-outer {
  display: inline-block;
padding: 5px;
  padding-right: 0.45em;
flex-basis: calc(25% - 10px);
}
width: calc(25% - 15px);
.qud-attribute-value {
min-width: 115px;
  display: inline-block;
display: inline-block;
vertical-align: middle;
}
}
 
.qud-roll-range, .qud-roll-average {
.fplink-wide {
  font-style: italic;
flex-basis: calc(33% - 10px);
  display: block;
width: calc(33% - 15px);
  color: var(--qud-color-y-dark)
}
}
 
.qud-roll-raw {
.fplink-fullwidth {
  display: none;
flex-basis: 100%;
width: calc(100% - 15px);
font-weight: bold;
}
}
 
div.qud-attribute-st + div.qud-attribute-value,
.fplink {
div.qud-attribute-ag + div.qud-attribute-value,
background: var(--fplink-background);
div.qud-attribute-to + div.qud-attribute-value,
border: var(--fplink-border);
div.qud-attribute-wi + div.qud-attribute-value,
padding: 0.5em;
div.qud-attribute-in + div.qud-attribute-value,
box-sizing: border-box;
div.qud-attribute-eg + div.qud-attribute-value {
width: 100%;
  color: var(--qud-color-c)
height: 100%;
display: table;
}
}
 
.qud-attribute-st { color: var(--qud-color-y); }
.fplink-fullwidth .fplink {
.qud-attribute-ag { color: var(--qud-color-w); }
background: var(--fplink-fullwidth-background);
.qud-attribute-qn { color: var(--qud-color-y-dark); }
}
.qud-attribute-to { color: var(--qud-color-r); }
 
.qud-attribute-wi { color: var(--qud-color-g); }
.fplink-plain {
.qud-attribute-ms { color: var(--qud-color-y-dark); }
background: transparent;
.qud-attribute-in { color: var(--qud-color-b); }
border-radius: 0;
.qud-attribute-eg { color: var(--qud-color-m); }
border: 0;
.qud-attribute-ma { color: var(--qud-color-y-dark); }
box-shadow: none;
.qud-character-xp {
    text-align: center;
    position: relative;
    height:1.8em;
    margin-top: 0.4em;
}
.qud-xp-wrapper {
    color: var(--qud-color-y-dark);
    padding: 0 1em 0 1em;
    font-family: var(--qud-font-terminal1);
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    transition: all 0.1s;
    transform: perspective(1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.qud-xp-wrapper:hover {
    transform: scale(1.08,1.08);
    transition-delay: 0.35s;
}
}
 
.qud-xp-label, .qud-xp-value {
.fplink-inner {
    display: inline-block;
display: table-row;
    padding-right: 0.45em;
}
}
 
.qud-xp-value {
.fplink a {
    color: var(--qud-color-c);
display: table-cell;
vertical-align: middle;
}
}
 
.qud-stat-details-entry .qud-xp-table-header {
.fplink img {
    color: var(--qud-color-k);
max-width: 150px;
    width: 72%
width: 100%;
height: auto;
}
}
/** Miscellaneous front page fixes **/
.qud-stat-details-wrapper.xp-stat-details {
.fpbox .embedvideowrap {
    margin: 0.9em 10% 0.5em 10%;
width: 100%!important;
    width: 80%;
max-width: 480px;
}
margin: 0 auto;
.qud-stat-details-wrapper.xp-stat-details .qud-stat-details-entry > div {
    border-left:0;
}
/*
*  QUD CHARACTER - DETAILED ATTRIBUTES
*  ===================================
*/
.qud-attributes #mw-customcollapsible-qud-detailed-attributes,
.qud-attributes #collapsible-qud-detailed-attributes {
  width: auto;
}
}
 
.qud-stat-table-header:first-child {
.fpbox .embedvideowrap iframe {
  width: 34%;
width: 100%!important;
}
}
 
.qud-stat-table-header:nth-child(2) {
.fpbox .slideboxlightshow {
  width: 17%;
max-width: 100%;
margin: 0 auto;
}
}
 
.qud-stat-table-header:nth-child(3) {
.fpbox .slideboxlightshow a,
  width: 14%;
.fpbox .slideboxlightshow img {
max-width: 100%!important;
}
}
 
.qud-stat-details-wrapper {
/*** infoboxes ***/
  color: var(--qud-color-y-dark);
.infoboxtable {
  margin: 0.5em 0;
max-width: 300px;
  display: table;
float: none;
  border-collapse: collapse;
border: var(--infobox-border);
  width: 100%;
padding: 0.25em;
  table-layout: fixed;
display: table !important;
border-collapse: separate;
}
}
 
.qud-stat-details-entry {
.infoboxname {
  display: table-row;
color: var(--infobox-header-color);
  font-size: 0.9em;
padding: 5px;
  font-weight: bold;
background: var(--infobox-header-background);
  font-family: var(--qud-font-terminal1);
}
}
 
.qud-stat-details-entry > div {
.infoboxdetails {
  display: table-cell;
color: var(--infobox-details-color);
  text-align: center;
padding: 5px;
  padding: 0 0.2em;
background: var(--infobox-details-background);
  color: var(--qud-color-y-dark);
  border-left: var(--infobox-border);
}
.qud-stat-details-entry > div:first-child {
  border-left: none;
  text-align: left;
  padding: 0 0.2em 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
}
 
.qud-stat-details-entry > div:nth-child(4) {
.infoboxtable div {
  padding: 0 0 0 0.2em;
color: var(--infobox-label-color);
  word-wrap: break-word;
background: var(--infobox-label-background);
text-align: right;
font-weight: bold;
padding: 1px 5px;
}
}
 
.qud-stat-details-entry > div.qud-stat-table-header {
/*** invert icons for dark theme ***/
  color: var(--qud-color-k);
.fpbox.mobilecollapsible .heading a:before,
.oo-ui-iconElement-icon,
.skin-minerva .copyright-icon {
filter:invert(var(--invert-icons,0));
}
}
 
.qud-stat-name {
.mw-echo-ui-notificationItemWidget-icon,
  color: var(--qud-color-y);
.mw-echo-ui-toggleReadCircleButtonWidget-circle,
.mw-ui-icon:before {
filter:brightness(calc(2 * var(--invert-icons,0)));
}
}
 
/*
#mw-mf-diffview .meta:before,
*  QUD CHARACTER - RESISTANCES
.mw-echo-ui-notificationsInboxWidget-main-toolbar-top .oo-ui-iconElement-icon,
*  ===========================
.mw-mf-user:before,
*/
.search-overlay .clear:before {
.qud-resistances-wrapper {
filter:none;
  color: var(--qud-color-y-dark);
  padding: 0 1.3em 1.8em 1.6em;
  display: flex;
  flex-wrap: wrap;
  border-bottom: var(--infobox-border);
  margin-bottom: 12px;
}
}
 
.qud-resistance-row {
/* invert extension:math images */
  flex: 1 0 50%;
.mwe-math-fallback-image-inline {
  font-size: 1em;
filter: invert(1);
  font-weight: bold;
  font-family: var(--qud-font-terminal1);
}
.qud-resistance-prefix,
.qud-resistance-text,
.qud-resistance-value {
  display: inline-block;
  padding-right: 0.45em;
}
.qud-resistance-value.positive-value {
  color: var(--qud-color-g);
}
}
 
.qud-resistance-value.negative-value {
.qud-box-wrapper {
  color: var(--qud-color-r);
    overflow: hidden;
    line-height: normal;
}
}
.qud-box {
/*
    border: 4px solid #77bfcf;
*  QUD CHARACTER - INVENTORY
    border-top: 0;
*  =========================
    border-bottom: 0;
*/
    padding: 0.4em 1em 0.1em 0.5em;
.qud-inv-content-itemlist {
    margin: 1em 0 1em 0;
  font-size: 1em;
    font-family: Source Code Pro, Lucida Console, Consolas;
  font-family: var(--qud-font-infobox-content);
    font-size: medium;
  padding: 2px 3px 2px 5px;
    color: #b1c9c3;
  margin-left: -7px;
    background: none;
  margin-right: -7px;
    background: -o-repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
  display: table;
    background: -moz-repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
  table-layout: fixed;
    background: -webkit-repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
  width: auto;
    background: repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
  -o-background-size: 100% 4px;
  -moz-background-size: 100% 4px;
  -webkit-background-size: 100% 4px;
  background-size: 100% 4px;
}
}
.qud-box-header {
.qud-inv-content-itemlist > .qud-inv-group {
    position: relative;
  display: table;
    top: -1em;
  font-weight: bold;
    padding-left: 0.6em;
  border-collapse: collapse;
    padding-right: 0.6em;
  table-layout: fixed;
    font-size: 1.2rem;
  width: 100%;
    font-weight: bold;
    display: inline-block;
}
}
.qud-box-header:before,
.qud-equipped {
.qud-box-header:after {
  border-bottom: var(--infobox-border);
    content: "";
  padding-bottom: 6px;
    position: absolute;
    height: 4px;
    background: #77bfcf;
    top: 0.5em;
}
}
.qud-box-header:before {
.qud-carried {
    width: 100px;
  border-top: none;
    left: -100px;
  padding-bottom: 6px;
}
}
.qud-box-header:after {
.qud-equipped-title {
    width: 9999px;
  color: var(--infobox-details-background);
    right: -9999px;
}
}
.qud-box-content {
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item {
    margin-top: -0.5em;
  display: table-row;
    padding-left: 0.3em;
  white-space: nowrap;
    line-height: 1.5em;
}
}
.qud-box-footer-left {
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:hover,
    position: relative;
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:focus {
    top: 0.6em;
  background: var(--qud-bg-color-darker);
    padding-left: 0.1em;
    padding-right: 0.1em;
    font-size:1.2rem;
    font-weight: bold;
    color: #fff;
}
}
.qud-box-footer-left:before,
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper,
.qud-box-footer-left:after {
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-item-qty {
    content: "";
  display: table-cell;
    position: absolute;
  padding-bottom: 0;
    height: 4px;
  vertical-align: middle;
    background: #77bfcf;
    top: 50%;
}
}
.qud-box-footer-left:before {
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper {
    width: 100px;
  width: 85%;
    left: -98px;
  padding-left: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
}
.qud-box-footer-left:after {
@media all and (min-width: 512px) {
     width: 9999px;
  .qud-inv-content-itemlist {
     right: -9997px;
     width: 268px;
  }
  .qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper {
     width: 79%;
  }
}
}


.white-border .qud-box-header:before,
/* INVENTORY: FAVILINK OVERRIDES */
.white-border .qud-box-header:after,
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-image:hover,
.white-border .qud-box-footer-left:before,
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-image:focus {
.white-border .qud-box-footer-left:after
  background: transparent;
{
}
    background: #b1c9c3;
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-image {
  display: inline;
}
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-image > .qud-image-link {
  height: 24px;
}
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-image > .qud-image-link,
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-image > .qud-image-link > a {
  display: inline;
  padding-top: 0.4em;
}
}
.white-border .qud-box {
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-image > .qud-image-link > a {
    border: 4px solid #b1c9c3;
  padding-bottom: 0.2em;
    border-top: 0;
  margin-bottom: -0.3em;
    border-bottom: 0;
}
}


.qud-image-link {
/* INVENTORY: POPULATION TABLES */
   text-decoration: none;
.qud-inv-poptable-icon {
   cursor: pointer;
    font-family: var(--qud-font-terminal1);
    font-weight: bold;
    font-size: 1.25em;
    display: inline-block;
    margin: 0 5px;
    line-height: 1.5em;
}
 
/* INVENTORY: INLINE WEAPON STATS */
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-inline-weap-stats {
  font-weight: normal;
  margin-left: 0.5em;
  font-size: 0.9em;
  color: var(--qud-color-y-dark);
  opacity: 0.5;
  transition: opacity 0.4s;
}
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-inline-weap-stats > .qud-stat-icon {
  padding-right: 1px;
  font-size: 1.1em;
}
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-inv-favilink-wrapper > .qud-inline-weap-stats > .qud-inline-pv > span {
  font-weight: bold;
}
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:hover > .qud-inv-favilink-wrapper > .qud-inline-weap-stats > .qud-inline-pv > span,
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:focus > .qud-inv-favilink-wrapper > .qud-inline-weap-stats > .qud-inline-pv > span {
  color: #297872 !important;
  transition: color 0.4s;
}
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:hover > .qud-inv-favilink-wrapper > .qud-inline-weap-stats,
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:focus > .qud-inv-favilink-wrapper > .qud-inline-weap-stats {
   opacity: 1;
}
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:hover > .qud-inv-favilink-wrapper > .qud-inline-weap-stats .qud-inline-pv > span,
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:focus > .qud-inv-favilink-wrapper > .qud-inline-weap-stats .qud-inline-pv > span {
  color: #155352 !important;
}
 
/* INVENTORY: ITEM QUANTITY & CHANCE */
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-item-qty {
  padding-left: 6px;
   padding-right: 3px;
   font-weight: bold;
   font-weight: bold;
   line-height: 1em;
   font-size: 0.9em;
   height: 1em;
   text-align: right;
   display: inline-block;
   direction: rtl;
  color: var(--qud-color-y-dark);
  opacity: 0.5;
  transition: opacity 0.4s;
}
}
.qud-image-link-image-container img {
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-item-qty > .qud-item-chance {
  color: var(--infobox-details-background);
  font-weight: normal;
   display: inline-block;
   display: inline-block;
   position: absolute;
   font-size: 0.95em;
   top: -100%; left: 0; right: 0; bottom: -100%;
   padding: 0 3px;
   margin: auto;
   color: var(--qud-color-y-dark);
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  width: 16px;
  height: 24px;
}
}
.qud-image-link-image-container {
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item > .qud-item-qty > .qud-item-chance.chance-100 {
  height: 24px;
   display: none;
  width: 16px;
  padding-right: 0.25em;
  text-align: center;
  vertical-align: middle;
   display: inline-block;
  position: relative;
}
}
.qud-image-link:hover .qud-image-link-image-container {
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:hover > .qud-item-qty,
   border-bottom: 0;
.qud-inv-content-itemlist > .qud-inv-group > .qud-inventory-item:focus > .qud-item-qty {
   opacity: 1;
}
}
.qud-image-link span {  
/*
   text-decoration: underline;
*  QUD CHARACTER - SKILLS and MUTATIONS
   text-decoration-style: solid;
*  ====================================
*/
.qud-skills-wrapper,
.qud-mutations-wrapper {
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
   font-size: 1.1em;
  font-weight: bold;
  font-family: var(--qud-font-infobox-content);
  /* max-width: 260px; */ /* <-- disabled for mobile */
  padding: 0.4em 0;
}
}
.qud-image {
.qud-skill-entry,
   height: 1em;
.qud-mutation-entry {  
   background: transparent;
   flex: 1 0 100%;
   transition: background 0.2s ease-in-out;
  transition: .8s opacity;
   display: inline-block;
   line-height: 1.2em;
   padding: 0 2px 0.7em 0px;
   padding: 0.1em 0 0.4em 0.5em;
   margin: 0 0 -0.2em 0;
  overflow: hidden;
   border-radius: 0.2em;
  box-sizing: border-box;
   text-overflow: clip;
   justify-content: center;
   align-items: center;
   border-radius: 2px;
  transition: background 0.15s;
}
}
.qud-image:hover {
.qud-skill-entry:hover,
   background: #0f3b3a;
.qud-mutation-entry:hover {  
   background: var(--qud-bg-color-dark);
}
.qud-skill-entry a,
.qud-mutation-entry a {
  display: block; /* make entire row clickable */
}
.qud-mutation-entry {
  display: flex;
  justify-content: left;
}
}
/*
.qud-mutation-entry a {
*  QUD COLORS AND FONTS
   width: 100%;
*  ====================
*/
:root {
  --qud-color-y:      #ffffff;
  --qud-color-y-dark: #b1c9c3;
  --qud-color-r:      #d74200;
  --qud-color-r-dark: #a64a2e;
  --qud-color-o:      #e99f10;
  --qud-color-o-dark: #f15f22;
  --qud-color-w:      #cfc041;
  --qud-color-w-dark: #98875f;
  --qud-color-g:      #00c420;
  --qud-color-g-dark: #009403;
  --qud-color-b:      #0096ff;
  --qud-color-b-dark: #0048bd;
  --qud-color-c:      #77bfcf;
  --qud-color-c-dark: #40a4b9;
  --qud-color-m:      #da5bd6;
  --qud-color-m-dark: #b154cf;
  --qud-color-k:      #155352;
   --qud-color-k-dark: #0f3b3a;
 
  --qud-font-terminal1: 'Source Code Pro','Consolas','Courier New','Courier','Lucida Console';
  --qud-font-terminal2: 'Source Code Pro','Consolas','Lucida Console','Courier New','Courier';
  --qud-font-icon1: 'Source Code Pro','Calibri','Courier New','Courier','Arial';
  --qud-font-icon2: 'Source Code Pro','Calibri','Consolas','Lucida Console';
  --qud-font-infobox-title: 'Source Code Pro','Segoe UI','Consolas','Lucida Console','Courier New','Courier';
  --qud-font-infobox-content: 'Segoe UI','Consolas','Lucida Console','Courier New','Courier';
  --qud-font-collapser-arrows: 'Source Code Pro, Lucida Console, Consolas';
}
}
/*
.qud-mutation-entry:hover a b {
  *  QUD CHARACTER - INFOBOX ADJUSTMENTS
  display: inline-block;
  *  ===================================
  text-decoration: none;
}
/*  
  *  QUD ITEM - CORE STATS
  *  =====================
  */
  */
.qud-character-infobox .moduleinfobox {
.qud-item-stats-entry > .qud-tooltip-text {
   overflow: hidden; /* prevent horizontal scrollbar from appearing */
   transition: all 0.1s;
  color: var(--qud-color-y-dark);
}
}
.qud-character-infobox .moduleinfobox :focus {
.qud-item-stats-entry:hover > .qud-tooltip-text {
   outline: 0px solid #000; /* remove focus outline on selected collapsible */
   transform: scale(0.8695652, 0.8695652) translateY(3px);
}
/* enable tooltips for item stats specifically (most other tooltips are not active on mobile) */
.qud-item-stats-entry.qud-tooltip:hover .qud-tooltip-text,
.qud-item-stats-entry.qud-tooltip:focus .qud-tooltip-text {
  visibility: visible;
}
}
.qud-character-infobox .infobox-title {
.qud-item-stats {
   background: var(--searchsuggestions-background);
   display: flex;
  flex-wrap: wrap;
  align-items: center;
   color: var(--qud-color-y);
   color: var(--qud-color-y);
   font-family: var(--qud-font-infobox-title);
   padding-bottom: 8px;
   font-size: 1.5em;
  border-bottom: var(--infobox-border);
   line-height: 1.35em;
  margin-bottom: 12px;
   padding: 0.2em 8px;
}
.qud-item-stats > .qud-item-stats-entry-wrap {
  flex: 1 0 50%;
  text-align: center;
   font-size: 1.7em;
   font-family: var(--qud-font-terminal1);
  white-space: nowrap;
  font-weight: bold;
   margin: 0.1em 0;
}
}
/* styles for generic, non-specialized infobox rows below */
.qud-item-stats-entry {
.qud-character-infobox .infobox-rows th {
   display: inline-block;
   background: var(--navbox-background); /* var(--navbox-alt-background); */
   transition: all 0.1s;
   font-family: var(--qud-font-terminal2);
}
}
.qud-character-infobox .infobox-rows th + td {
.qud-item-stats-entry:hover {
   background: var(--navbox-background);
   transform: scale(1.15, 1.15);
  font-size: 1.12em;
}
}
/*
.qud-item-stats-entry > div {
*  QUD CHARACTER - COLLAPSIBLES
  display: inline-block;
*  ============================
  padding: 0 0.1em;
*/
}
td.qud-collapser {
.qud-item-stat-value .symbol-vibro {
  background: var(--navigation-tab-background);
    font-size: 1.35em;
   color: var(--infobox-label-color);
    line-height: 1em;
   font-weight: bold;
    font-weight: normal;
   height: 2.6em;
}
.qud-item-stat-symbol.symbol-lb {
   margin-right: -0.3em; /* visual tweak to make this look more "centered" */
   padding-left: 0.3em;
   opacity: 0.9;
}
}
.qud-collapser-head {
.qud-item-stat-symbol.symbol-dram {
  display: flex;
   color: var(--qud-color-b);
  font-weight: bold;
  padding-right: 0;
  font-size: 1.1em;
   font-family: var(--qud-font-terminal2);
}
}
.qud-collapser-title {
.qud-item-stat-symbol.symbol-dram-trade {
   margin-left:1.5em;
   color: var(--qud-color-w);
  padding-right: 0;
}
}
.qud-collapser-content {
.symbol-dram + .qud-item-stat-value, .symbol-dram-trade + .qud-item-stat-value {
   padding: 0 4px;
   color: var(--qud-color-c);
  background: var(--code-background); /*#0f3b3a;*/
  padding-left: 0;
}
}
.qud-collapser-arrow-right {
.qud-item-stat-symbol > .qud-stat-icon {
   text-align: center;
   padding-right: 0px; /* normalize padding to match non-"qud-stat-icon" symbols */
  position: absolute;
  line-height: 1.8em;
  font-family: var(--qud-font-collapser-arrows);
  left: 0.6em;
  z-index: 10;
}
}
.qud-collapser-arrow-down {
.qud-max-pv {
   text-align: center;
   color: var(--qud-color-k);
  position: absolute;
  line-height: 1.8em;
  font-family: var(--qud-font-collapser-arrows);
  background: var(--fpheading-background);
  left: 0.6em;
  z-index: 20;
}
}
/*  
/*  
  *  QUD CHARACTER - TOOLTIPS
  *  QUD WORLD MAP NUMBER OVERLAY
  *  ========================
  *  ============================
  */
  */
.qud-tooltip {
.world-map-tier-overlay,
  position: relative;
.world-map-tier-overlay:after,
.world-map-tier-overlay .numeric-tier-rows,
.world-map-tier-overlay img {
    width: 72vw;
    height: 33.75vw; /* width / 2.133333333 */
}
}
.qud-tooltip .qud-tooltip-text {
 
  visibility: hidden;
.world-map-tier-overlay {
  width: 120px;
    position: relative;
  background-color: var(--searchsuggestions-background);
  color: var(--qud-color-y);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: calc(0.23em + 7px);
  position: absolute;
  z-index: 1;
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* half of the width */
}
}
.qud-tooltip:hover .qud-tooltip-text {
.world-map-tier-overlay .numeric-tier-rows,
  visibility: visible;
.world-map-tier-overlay a,
.world-map-tier-overlay:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
}
.qud-tooltip:hover .qud-tooltip-text.delayed-tooltip {
.world-map-tier-overlay:after {
  transition-delay: 0.35s; /* delayed-tooltip class to delay the appearance */
    background: rgba(255, 255, 255, 0.14);
    z-index: 1;
    content: '';
}
}
/*
.world-map-tier-overlay .numeric-tier-rows {
*  QUD CHARACTER - CORE STATS
    display: grid;
*  ==========================
    grid-auto-rows: 1fr;
*/
    left: 0.178vw;
.qud-core-stats:hover,
    top: 0.178vw;
.qud-basic-attributes:hover,
    line-height: 1;
.qud-attribute-entry:hover,
    letter-spacing: 0.178vw;
.qud-attributes-row:hover,
    font-family: 'Source Code Pro';
.qud-attributes-wrapper:hover,
    font-weight: 700;
.qud-resistances:hover {
    font-size: 1.2vw;
  cursor: default;
    color: rgba(0, 0, 0, 0.9);
    z-index: 2;
}
}
.qud-core-stats-wrapper {
@media only screen and (max-width: 720px) {
  display: flex;
    .world-map-tier-overlay {
  padding: 0 1.2em 18px 1.2em;
        margin: auto;
  height: 1.7em;
    }
    .world-map-tier-overlay,
    .world-map-tier-overlay:after,
    .world-map-tier-overlay .numeric-tier-rows,
    .world-map-tier-overlay img {
        width: 90vw;
        height: 42.1875vw; /* width / 2.133333333 */
    }
    .world-map-tier-overlay .numeric-tier-rows {
        letter-spacing: 0.406vw;
        top: 0.3vw;
    }
}
}
.qud-core-stats-entry {
 
  flex: 1 0 33%;
/* ----------------------------------------------------- */
  text-align: center;
/* --------------------- IMPORTANT --------------------- */
   white-space: nowrap;
/* All mobile-only styles in this gadget MUST have their selectors prefixed by or they will override desktop styles on desktop as well due to a bug with gadgets. If the style is okay with being loaded with javascript, use [[MediaWiki:Mobile.css]] instead */
   font-size: 1.7em;
/* ----------------------------------------------------- */
   font-weight: bold;
/* ----------------------------------------------------- */
   font-family: var(--qud-font-terminal1);
 
   margin-top: 0px;
@font-face {
  transition: font-size 0.1s, margin-top 0.1s;
   font-family: 'Source Code Pro';
   font-style: normal;
   font-weight: 400;
   src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(https://fonts.gstatic.com/s/sourcecodepro/v9/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevWnsUnxg.woff2) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
}
.qud-core-stats-entry:hover {
:root {
  font-size: calc(1.7em + 4px);
--body-background-color: #190d07;
  margin-top: -2px;
--body-background-image: url(/resources/assets/qud_mobile_bg.jpg);
}
--body-background-attachment: fixed;
.qud-stat-icon{
--body-background-size: cover;
  display: inline-block;
--body-background-position: center center;
  padding-right: 0.2em;
--body-background-repeat: no-repeat;
  line-height: 1.2em;
--body-color: #c1d3d6;
  font-size: 1.3em;
--body-secondary-color: #ccc;
}
 
.qud-stat-icon img {
--content-background: radial-gradient(rgba(22, 60, 51,0.8),rgba(6, 28, 23,0.8));
  height: .7em !important;  
--header-background: rgba(22, 60, 51,1);
  width: .57em !important;  
--footer-background: rgba(22, 60, 51,0.8);
}
--interface-border: #000;
.qud-stat-value {
--search-background: #212121;
  display: inline-block;
 
  color: var(--qud-color-y);
--link-color: #7fbadd;
}
--link-redlink-color: #bb312c;
/*
 
*  QUD CHARACTER - LEVEL
--navigation-selected: rgba(108, 180, 122,0.5);
*  =====================
--navigation-link-background: rgba(108, 180, 122,0.1);
*/
 
.qud-character-level-wrapper {
--last-modified-background: #444;
  color: var(--qud-color-y-dark);
--invert-icons: 1;
  padding: 0em 2em 10px 2em;
  font-family: var(--qud-font-terminal1);
--fpbox-background: transparent;
  font-size: 1.3em;
--fpbox-border: 1px solid rgba(108, 180, 122,0.2);
  font-weight: bold;
 
  text-align: center;
--fpheading-background: #061c17;
}
--fpheading-border: 1px solid #c1d3d6;
.qud-character-level-text,
--fpheading-color: #c9c9c9;
.qud-character-level-value {
--fpheading-font: "Source Code Pro","Courier new",Courier,monospace;
  display: inline-block;
 
  padding-right: 0.45em;
--fplink-background: rgba(108, 180, 122,0.2);
}
--fplink-border: 0;
.qud-character-level-value {
--fplink-fullwidth-background: rgba(0,0,0, 0.3);
  color: var(--qud-color-c);
 
}
--infobox-border: 1px solid rgba(108, 180, 122,0.2);
/*
--infobox-details-background: rgba(108, 180, 122,0.3);
*  QUD CHARACTER - ATTRIBUTES
--infobox-details-color: #fff;
*  ==========================
--infobox-header-background: rgba(108, 180, 122,0.5);
*/
--infobox-header-color: #fff;
.qud-attributes-wrapper,
--infobox-label-background: rgba(108, 180, 122,0.2);
.qud-attributes-header-row {
--infobox-label-color: #fff;
  color: var(--qud-color-y-dark);
 
  padding: 0 1em 4px 1em;
--navbox-alt-background: rgba(108, 180, 122,0.1);
}
--navbox-background: rgba(6, 28, 23,0.2);
.qud-attributes-row,
--navbox-border: 1px solid rgba(108, 180, 122,0.2);
.qud-attributes-header-row {
--navbox-color: #c1d3d6;
  display: flex;
--navbox-secondary-background: rgba(108, 180, 122,0.2);
  line-height: 1.6em;
 
  white-space: nowrap;
--wikitable-alt-background: rgba(100,100,100, 0.6);
}
--wikitable-background: rgba(6, 28, 23,0.2);
.qud-attributes-header-button {
--wikitable-border: 1px solid rgba(108, 180, 122,0.3);
  flex: 1 0 50%;
--wikitable-border-collapse: collapse;
  opacity: 0.5;
--wikitable-border-spacing: 0;
  color: var(--qud-color-c-dark);
--wikitable-header-background: rgba(108, 180, 122,0.2);
  font-size: 1em;
--wikitable-header-color: #fff;
  font-weight: bold;
 
  font-family: var(--qud-font-terminal1);
--code-background: rgba(6, 28, 23,0.5);
  text-align: center;
--code-color: #c1d3d6;
  font-style: italic;
 
  text-decoration: underline;
--doc-background: rgba(6, 28, 23,0.2);
  transition: color 0.1s, opacity 0.1s;
--doc-border: 1px solid rgba(108, 180, 122,0.2);
--ambox-background: rgba(120,120,120,0.3);
--ambox-blue: #1e90ff;
--ambox-gray: #bbbbaa;
--ambox-green: #228b22;
--ambox-orange: #f28500;
--ambox-purple: #9932cc;
--ambox-red: #b22222;
--ambox-yellow: #f4c430;
}
}
.qud-attributes-header-button:hover {
 
  opacity: 1;
/*** mobile-specific style classes ***/
  color: var(--qud-color-c);
.nomobile {
display: none;
}
}
.qud-attributes-title {
 
  padding: 0 0 0.2em 0;
.mobileleft {
  color: var(--qud-color-y-dark);
text-align: left;
  font-size: 1em;
  font-weight:bold;
  font-family: var(--qud-font-terminal1);
}
}
.qud-attribute-entry {
 
  flex: 1 0 33%;
.mobilecenter {
  font-size: 1.3em;
text-align: center;
  font-weight: bold;
  font-family: var(--qud-font-terminal1);
  transition: transform 0.1s;
  transform: perspective(1px); /* fixes bluriness in Chrome immediately after hover, during transition-delay */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}
.qud-attribute-entry.qud-tooltip:hover {
 
  transform: scale(1.08,1.08);
.mobileright {
  transition-delay: 0.35s;
text-align: right;
}
}
.qud-attribute-entry.qud-tooltip:hover .qud-tooltip-text {
 
  transition-delay: 0.35s;
/**********
}
interface
.qud-attribute-label {
**********/
  display: inline-block;
/*** text colors ***/
  padding-right: 0.45em;
#mw-mf-diffview #mw-mf-userinfo,
#mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count,
#mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count div,
#mw-mf-page-center,
.globalNotice,
.header-container.header-chrome,
.last-modified-bar a,
.last-modified-bar a:visited,
.last-modified-bar.active a,
.last-modified-bar.active a:visited,
.list-header,
.minerva-footer,
.mw-echo-ui-notificationItemWidget-content-actions-timestamp,
.mw-echo-ui-notificationItemWidget-content-message-header,
.mw-mf-user,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button,
.overlay-footer-container,
.overlay-header-container,
.page-list .component,
.page-list .info,
.page-list li > a,
.page-list.side-list .list-thumb,
.page-summary h2,
.page-summary h3,
.search-overlay,
.search-overlay .results,
.search-overlay .search-content,
.search-overlay .search-feedback,
.site-link-list .component,
.site-link-list .info,
.site-link-list li,
.site-link-list li > a,
.site-link-list.side-list .list-thumb,
.topic-title-list .component,
.topic-title-list .info,
.topic-title-list li > .topic-title-list.side-list .list-thumb,
footer .last-modified-bar,
footer .last-modified-bar.active,
nav ul li a,
.skin-minerva.navigation-enabled #mw-mf-page-center,
.skin-minerva.primary-navigation-enabled,
.skin-minerva.secondary-navigation-enabled,
a,
a:not([href]),
body{
color: var(--body-color);
}
}
.qud-attribute-value {
 
  display: inline-block;
.skin-minerva.action-edit #editpage-copywarn,
.skin-minerva.action-edit #mw-anon-edit-warning,
.skin-minerva.action-edit #section_0,
.skin-minerva.action-edit .diff-ntitle,
.skin-minerva.action-edit .diff-otitle,
.skin-minerva.action-edit .mw-editTools,
.skin-minerva.action-edit .mw-editnotice,
.skin-minerva.action-edit .preview-limit-report-wrapper,
.skin-minerva.action-submit #editpage-copywarn,
.skin-minerva.action-submit #mw-anon-edit-warning,
.skin-minerva.action-submit #section_0,
.skin-minerva.action-submit .diff-ntitle,
.skin-minerva.action-submit .diff-otitle,
.skin-minerva.action-submit .mw-editTools,
.skin-minerva.action-submit .mw-editnotice,
.skin-minerva.action-submit .preview-limit-report-wrapper,
.heading-holder .tagline,
.mw-echo-ui-notificationItemWidget-content-message-body,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
nav ul li a:visited {
color: var(--body-secondary-color);
}
}
.qud-roll-range {
 
  font-style: italic;
.mw-ui-anchor.mw-ui-progressive,
  display: block;
.mw-ui-anchor.mw-ui-progressive:active,
  color: var(--qud-color-y-dark)
.mw-ui-anchor.mw-ui-progressive:focus,
nav ul.hlist li a,
a,
a.external,
a.extiw,
a:visited {
color: var(--link-color);
}
}
.qud-roll-raw {
 
  display: none;
a.new {
color: var(--link-redlink-color);
}
}
div.qud-attribute-st + div.qud-attribute-value,
 
div.qud-attribute-ag + div.qud-attribute-value,
/** code/pre tags **/
div.qud-attribute-to + div.qud-attribute-value,
.mw-code,
div.qud-attribute-wi + div.qud-attribute-value,
code,
div.qud-attribute-in + div.qud-attribute-value,
kbd,
div.qud-attribute-eg + div.qud-attribute-value {
pre,
  color: var(--qud-color-c)
samp,
tt {
font-family: monospace;
color: var(--code-color);
}
}
.qud-attribute-st { color: var(--qud-color-y); }
 
.qud-attribute-ag { color: var(--qud-color-w); }
.mw-highlight {
.qud-attribute-qn { color: var(--qud-color-y-dark); }
background: transparent;
.qud-attribute-to { color: var(--qud-color-r); }
.qud-attribute-wi { color: var(--qud-color-g); }
.qud-attribute-ms { color: var(--qud-color-y-dark); }
.qud-attribute-in { color: var(--qud-color-b); }
.qud-attribute-eg { color: var(--qud-color-m); }
.qud-attribute-ma { color: var(--qud-color-y-dark); }
/*
*  QUD CHARACTER - DETAILED ATTRIBUTES
*  ===================================
*/
.qud-stat-details-wrapper {
  color: var(--qud-color-y-dark);
  margin: 0.5em 0;
  display: table;
  border-collapse: collapse;
}
}
.qud-stat-details-entry {
 
  display: table-row;
.mw-code,
  font-size: 0.9em;
code,
  font-weight: bold;
pre,
  font-family: var(--qud-font-terminal1);
pre.mw-code {
background: var(--code-background);
border-color: var(--code-color);
}
}
.qud-stat-details-entry > div {
 
  display: table-cell;
.mw-code a,
  text-align: center;
code a {
  padding: 0 0.4em;
color: var(--code-color);
  color: var(--qud-color-y-dark);
text-decoration: underline double;
  border-left: var(--infobox-border);
}
}
.qud-stat-details-entry > div:first-child {
 
  border-left: none;
/*** interface colors ***/
  text-align: left;
.client-js .toc-mobile,
#mw-mf-diffview #mw-mf-userinfo,
.globalNotice,
.header-container.header-chrome,
.list-header,
.mw-echo-ui-bundleNotificationItemWidget-group,
.mw-echo-ui-crossWikiNotificationItemWidget-group,
.notifications-overlay .overlay-content,
.overlay-header-container,
.search-overlay .results,
.search-overlay .search-content,
.search-overlay .search-feedback {
background-color: var(--header-background);
}
}
.qud-stat-details-entry > div.qud-stat-table-header {
 
  color: var(--qud-color-k);
.minerva-footer,
.overlay-footer-container,
nav {
background-color: var(--footer-background);
}
}
.qud-stat-name {
 
  color: var(--qud-color-y);
.client-js .toc-mobile,
#mw-mf-diffview #mw-mf-userinfo,
.header,
.header-container,
.minerva-footer,
.mw-echo-ui-bundleNotificationItemWidget-separator,
.mw-echo-ui-crossWikiNotificationItemWidget-separator,
.mw-echo-ui-notificationItemWidget,
.mw-echo-ui-notificationItemWidget:last-child,
.overlay-footer-container,
.page-list li,
.search-overlay .search-content,
.site-link-list li,
.topic-title-list li,
footer .last-modified-bar,
footer > .post-content > nav .secondary-action,
nav ul li,
.skin-minerva.ns-special .content-header,
h2 {
border-color: var(--interface-border);
}
}
/*
 
*  QUD CHARACTER - RESISTANCES
.search-overlay,
*  ===========================
.skin-minerva.search-overlay {
*/
background: var(--search-background);
.qud-resistances-wrapper {
  color: var(--qud-color-y-dark);
  padding: 0 1.3em 1.8em 1.6em;
  display: flex;
  flex-wrap: wrap;
  border-bottom: var(--infobox-border);
  margin-bottom: 12px;
}
}
.qud-resistance-row {
 
  flex: 1 0 50%;
#mw-mf-page-center,
  font-size: 1em;
.skin-minerva.navigation-enabled #mw-mf-page-center,
  font-weight: bold;
.skin-minerva.primary-navigation-enabled,
  font-family: var(--qud-font-terminal1);
.skin-minerva.secondary-navigation-enabled,
body {
background-color: var(--body-background-color);
background-image: var(--body-background-image);
background-size: var(--body-background-size);
background-attachment: var(--body-background-attachment);
background-position: var(--body-background-position);
background-repeat: var(--body-background-repeat);
}
}
.qud-resistance-prefix,
 
.qud-resistance-text,
#content,
.qud-resistance-value {
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper,
  display: inline-block;
.skin-minerva.ns-special #content,
  padding-right: 0.45em;
.skin-minerva.ns-special #content form,
.skin-minerva.ns-special .pre-content {
background: var(--content-background);
}
}
.qud-resistance-value.positive-value {
 
  color: var(--qud-color-g);
/*** basics ***/
.center {
text-align: center;
}
}
.qud-resistance-value.negative-value {
 
  color: var(--qud-color-r);
.content h1,
.content h2,
.pre-content h1,
body {
font-family: sans-serif;
}
}
/*  
 
* QUD CHARACTER - INVENTORY
/*** header and footer ***/
* =========================
.header {
*/
border-width: 1px 0;
.qud-inv-group {
border-style: solid;
  font-weight: bold;
}
}
.qud-equipped {
 
  border-bottom: var(--infobox-border);
.header-container.header-chrome {
  padding-bottom: 6px;
box-shadow: 0 1px 1px rgba(100,100,100,0.2);
}
}
.qud-carried {
 
  border-top: none;
@supports (position:sticky) {
  padding-bottom: 6px;
.header-container.header-chrome {
}
position: sticky;
.qud-item-qty {
top: 0;
  color: var(--infobox-details-background);
z-index: 1000;
}
 
.overlay-enabled .header-container.header-chrome {
position: static;
}
 
.navigation-enabled .header-container.header-chrome {
z-index: 0;
}
}
}
.qud-equipped-title {
 
  color: var(--infobox-details-background);
.globalNotice {
 
overflow: hidden;
padding: 0 0.5em 0.25em;
}
}
.qud-inv-content-itemlist {
 
  padding: 2px 3px 2px 5px;
.notification-count {
  font-family: var(--qud-font-infobox-content);
background: transparent;
  font-size: 1.2em;
 
}
}
.qud-inventory-item {
 
  text-overflow: clip;
/*** notifications ***/
  max-width: 149px;
.mw-echo-ui-bundleNotificationItemWidget-separator,
  white-space: nowrap;
.mw-echo-ui-crossWikiNotificationItemWidget-separator,
.mw-echo-ui-notificationItemWidget,
.mw-echo-ui-notificationItemWidget:last-child {
background: rgba(0,0,0,0.1);
}
}
/*
 
*  QUD CHARACTER - SKILLS and MUTATIONS
.mw-echo-ui-notificationItemWidget-unread {
*  ====================================
background: rgba(0,0,0,0.3);
*/
}
.qud-skills-wrapper,
 
.qud-mutations-wrapper {
.mw-echo-ui-notificationItemWidget:hover {
  display: flex;
background: rgba(0,0,0,0.2);
  flex-direction: row;
}
  flex-wrap: wrap;
 
  font-size: 1.1em;
.mw-echo-ui-notificationItemWidget-unread:hover {
  font-weight: bold;
background: rgba(0,0,0,0.4);
  font-family: var(--qud-font-infobox-content);
  max-width: 260px;
  padding: 0.4em 0;
}
}
.qud-skill-entry,
 
.qud-mutation-entry {  
/*** search ***/
  flex: 1 0 100%;
.page-list li .watch-this-article,
  transition: .8s opacity;
.site-link-list li .watch-this-article,
  line-height: 1.2em;
.topic-title-list li .watch-this-article {
   padding: 0.1em 0 0.4em 0.5em;
top: 50%;
  overflow: hidden;
margin-top: -0.75em;
  box-sizing: border-box;
}
  text-overflow: clip;
 
  justify-content: center;
/*** navigation ***/
  align-items: center;
.skin-minerva.navigation-enabled .transparent-shield {
  border-radius: 2px;
background: rgba(50,50,50,0.9);
  transition: background 0.15s;
}
}
 
.qud-skill-entry:hover,
nav ul li {
.qud-mutation-entry:hover {  
background: var(--navigation-link-background);
  background: var(--navigation-tab-background);
width: 100%;
}
}
.qud-skill-entry a,
 
.qud-mutation-entry a {
nav ul li a:hover {
  display: block; /* make entire row clickable */
box-shadow: inset 4px 0 0 0 var(--navigation-selected);
}
 
/*** last-modified bar ***/
footer .last-modified-bar {
background-color: var(--last-modified-background);
}
 
/* recently changed page last-modified bar*/
footer .last-modified-bar.active {
background: #00af89;
}
 
/*** page history and diffs ***/
.minoredit {
color: #808080;
}
 
#mw-mf-diffview #mw-mf-userinfo {
z-index: 100;
box-shadow: 0 -1px 3px rgba(0,0,0,0.6);
opacity: 0.95;
}
 
/*** editor ***/
.editor-overlay-ve {
color: #000;
}
 
.editor-overlay .wikitext-editor {
background: rgba(0,0,0,0.1);
}
/* ------- Template:Doc ------- */
.doc,
.doc-footer {
background: var(--doc-background);
border: var(--doc-border);
margin: 0 auto 1em;
border-radius: 1em;
padding: 1em;
}
 
.doc-footer {
margin-bottom: 0;
}
 
.doc-header {
padding-bottom: 3px;
border-bottom: var(--doc-border);
margin-bottom: 1ex;
}
/**********
content
**********/
/*** mobile front page collapse ***/
.fpbox.mobilecollapsible .fpbox-heading a.togglecollapse {
display: block;
padding: 0 0 0 15px;
}
 
.fpbox.mobilecollapsible .fpbox-heading a.togglecollapse:active,
.fpbox.mobilecollapsible .fpbox-heading a.togglecollapse:hover {
text-decoration: none;
}
 
.fpbox.mobilecollapsible.collapsed .fpbox-heading {
border: none;
margin-bottom: 0;
}
 
.fpbox.mobilecollapsible .fpbox-heading a {
position: relative;
}
 
.fpbox.mobilecollapsible .fpbox-heading a:before {
content: '';
width: 12px;
height: 12px;
background-image: url("/skins/Vector/images/arrow-down.png");
background-image: linear-gradient(transparent,transparent),url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Cpath d=%22M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5%22 fill=%22%23222%22/%3E %3C/svg%3E');
position: absolute;
left: 0;
top: 50%;
margin-top: -6px;
}
 
.fpbox.mobilecollapsible.collapsed .fpbox-heading a:before {
transform: rotate(-90deg);
}
 
.fpbox.mobilecollapsible.collapsed .body {
display: none;
}
 
/* ------- navboxes ------- */
table.navbox {
border: var(--navbox-border);
clear: both;
font-size: 88%;
margin: auto;
padding: 1px;
text-align: center;
width: 100%;
display: table !important;
}
/** Border between adjacent navboxes **/
table.navbox+table.navbox {
margin-top: -1px;
}
 
.navbox-abovebelow,
.navbox-group,
.navbox-title,
table.navbox th {
padding-left: 1em;
padding-right: 1em;
}
 
.navbox-group {
font-weight: bold;
white-space: nowrap;
}
/** Base background **/
.navbox,
.navbox-subgroup {
background: var(--navbox-background);
}
 
.navbox-list {
border-color: var(--navbox-background);
}
/** Level 1 & 2 styling **/
.navbox-group,
.navbox-subgroup .navbox-title,
.navbox-title,
table.navbox th {
background: var(--navbox-secondary-background);
color: var(--navbox-color);
}
/** Level 3 styling **/
.navbox-subgroup .navbox-abovebelow,
.navbox-subgroup .navbox-group {
background: var(--navbox-background);
color: var(--navbox-color);
}
/** row striping **/
.navbox-even {
background: var(--navbox-alt-background);
color: var(--navbox-color);
}
 
.navbox-odd {
background: transparent;
}
/** collapsible navboxes **/
.collapseButton {
font-weight: normal;
width: auto;
}
 
.navbox .collapseButton {
width: 6em;
}
 
.navbar {
font-size: 88%;
font-weight: normal;
}
 
.navbox .navbar {
font-size: 100%;
}
 
table.collapsed tr.collapsible {
display: none;
}
/*** amboxes ***/
/* ------- Amboxes ------- */
.ambox {
background-color: var(--ambox-background);
border-width: 0 0 0 10px;
border-style: solid;
border-collapse: collapse;
font-size: 95%;
margin: 0 auto 2px;
width: 80%;
}
 
.ambox.ambox-tiny {
font-size: 90%;
margin: 2px 0;
width: auto;
}
 
.ambox + .ambox {
margin-top: -2px;
}
 
.ambox-text {
padding: 0.25em 0.5em;
}
 
.ambox-image {
padding: 2px 0 2px 0.5em;
text-align: center;
width: 60px;
}
 
.ambox-tiny .ambox-image {
padding: 2px 0.5em;
text-align: left;
width: auto;
}
/* Ambox colors */
.ambox-gray {
border-left-color: var(--ambox-gray);
}
 
.ambox-blue {
border-left-color: var(--ambox-blue);
}
 
.ambox-red {
border-left-color: var(--ambox-red);
}
 
.ambox-orange {
border-left-color: var(--ambox-orange);
}
 
.ambox-yellow {
border-left-color: var(--ambox-yellow);
}
 
.ambox-purple {
border-left-color: var(--ambox-purple);
}
 
.ambox-green {
border-left-color: var(--ambox-green);
}
/* Ambox small text */
.amsmalltext {
font-size: smaller;
margin-left: 0.8em;
margin-top: 0.5em;
}
/** for 'edit this page' and 'discussion' link in template:cleanup etc **/
.pagetab {
border: 1px solid var(--body-color);
padding: 0.25ex 1ex;
font-size: 95%;
}
/* copyright images tweak */
.copyright-icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22200%22 height=%22200%22%3E%3Cpath d=%22M100 200C44.772 200 0 155.228 0 100S44.772 0 100 0s100 44.772 100 100-44.772 100-100 100zm0-179.115c-43.694 0-79.115 35.421-79.115 79.115 0 43.694 35.421 79.115 79.115 79.115 43.694 0 79.115-35.421 79.115-79.115 0-43.694-35.421-79.115-79.115-79.115zm0 108.599c20.627 0 27.518-18.427 27.518-18.427h26.536s-7.847 43.734-54.054 43.734c-30.532 0-55.283-24.751-55.283-55.282 0-30.532 24.751-55.283 55.283-55.283 45.365 0 53.317 41.769 53.317 41.769h-26.781S118.966 69.533 100 69.533c-16.555 0-29.975 13.421-29.975 29.976s13.42 29.975 29.975 29.975z%22/%3E%3C/svg%3E%0A");
background-size: 100%;
width: 32px;
height: 32px;
filter:invert(var(--invert-icons,0));
}
 
/* ------- pixel sprite scaling ------- */
.pixel-image,
.moduleinfobox .infobox-imagearea img,
.ambox-image img,
.qud-image .qud-image-link-image-container img {
   image-rendering: pixelated;
}
 
/* ------- tables ------- */
table.wikitable {
border-collapse: var(--wikitable-border-collapse);
border-spacing: var(--wikitable-border-spacing);
background: transparent;
border: var(--wikitable-border);
}
 
table.wikitable > * > tr > td,
table.wikitable > * > tr > th,
table.wikitable > tr > th {
border: var(--wikitable-border);
}
 
table.wikitable > * > tr > th,
table.wikitable > tr > th {
background: var(--wikitable-header-background);
color: var(--wikitable-header-color);
text-align: center;
}
 
table.wikitable > * > tr > td {
background: var(--wikitable-background);
padding: 0.2em 0.4em;
}
 
table.jquery-tablesorter th.headerSort {
background-image: none!important;
padding-right: 1.4em;
}
 
table.jquery-tablesorter th.headerSort:after {
content: '\f0dc';
font-family: 'FontAwesome';
display: inline-block;
width: 1em;
margin-right: -1em;
text-align: right;
}
 
table.jquery-tablesorter th.headerSortUp:after {
content: '\f0de';
}
 
table.jquery-tablesorter th.headerSortDown:after {
content: '\f0dd';
}
 
table.jquery-tablesorter th.unsortable,
th.header-bg.th.unsortable {
background: var(--wikitable-header-background);
}
/** Cargo tables **/
table.cargoTable {
border-collapse: collapse;
color: var(--body-color);
background: transparent;
}
 
table.cargoTable td.even,
table.cargoTable td.odd {
background: transparent;
}
 
.cargoTable tr:nth-child(even) {
background: var(--wikitable-background);
}
 
table.cargoTable > * > tr > th,
table.cargoTable > tr > th {
background: var(--wikitable-header-background);
color: var(--wikitable-header-color);
text-align: center;
font-variant: small-caps;
border: var(--wikitable-border);
}
 
table.cargoTable > * > tr > td {
border: var(--wikitable-border);
padding: 0.2em 0.4em;
color: var(--body-color);
}
/** Dynamic Tables **/
table.cargoDynamicTable {
margin-top: 1em;
border: 0 solid transparent;
}
 
table.dataTable tfoot td,
table.dataTable tfoot th,
table.dataTable thead td,
table.dataTable thead th {
background: var(--wikitable-header-background)!important;
border: var(--wikitable-border)!important;
}
 
table.dataTable tbody tr {
color: var(--body-color);
background: transparent;
}
 
table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.stripe tbody tr.odd {
background: transparent;
text-align: center;
}
 
table.dataTable.display tbody tr.even,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.stripe tbody tr.even {
background: var(--wikitable-background);
text-align: center;
}
 
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
background: var(--wikitable-header-background);
}
 
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
color: var(--wikitable-header-color);
padding: 0.5em 0;
}
 
.dataTables_wrapper .dataTables_paginate .paginate_button {
color: var(--link-color)!important;
}
 
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
background: var(--wikitable-header-background);
}
 
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: var(--body-color) !important;
background: var(--wikitable-header-background);
border: var(--wikitable-border);
}
/** Tablepager **/
.TablePager th {
background: var(--wikitable-header-background);
color: var(--wikitable-header-color);
border: var(--wikitable-border);
padding: 0 0.15em;
}
 
.TablePager td {
background: var(--wikitable-background);
border: var(--wikitable-border);
color: var(--body-color);
}
 
.TablePager tr:hover td {
background: var(--wikitable-header-background)!important;
color: var(--wikitable-header-color);
}
 
/*** front page styles ***/
.fpmain {
width: 100%;
overflow: hidden;
}
/* ------- front page boxes **/
.fpbox {
background: var(--fpbox-background);
color: var(--body-color);
margin: 5px;
padding: 0.75em;
overflow: auto;
box-sizing: border-box;
border: var(--fpbox-border);
width: calc(100% - 2px);
}
 
.fpbox-heading {
border-bottom: var(--fpheading-border);
background: var(--fpheading-background);
text-align: center;
color: var(--fpheading-color);
font-family: var(--fpheading-font), sans-serif;
font-size: 132%;
margin: 0 0 0.5em;
padding: 0.25em;
letter-spacing: 1px;
}
 
.fpbox-body {
margin: 5px;
}
 
.fpbox-plain {
background: transparent;
border: 0;
box-shadow: none;
}
 
.fpbox-mainheading {
font-size: 150%;
}
 
.fpbox-subheading {
font-size: 120%;
border: 0;
text-align: center;
}
 
.linkslabel {
margin: 15px 5px 5px;
padding: 0 0 5px;
border-bottom: 2px solid #505050;
}
 
/* ------- Template:FP links ------- */
.fplinks {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: stretch;
text-align: center;
}
 
.fplink-outer {
padding: 5px;
flex-basis: calc(25% - 10px);
width: calc(25% - 15px);
min-width: 115px;
display: inline-block;
vertical-align: middle;
}
 
.fplink-wide {
flex-basis: calc(33% - 10px);
width: calc(33% - 15px);
}
 
.fplink-fullwidth {
flex-basis: 100%;
width: calc(100% - 15px);
font-weight: bold;
}
 
.fplink {
background: var(--fplink-background);
border: var(--fplink-border);
padding: 0.5em;
box-sizing: border-box;
width: 100%;
height: 100%;
display: table;
}
 
.fplink-fullwidth .fplink {
background: var(--fplink-fullwidth-background);
}
 
.fplink-plain {
background: transparent;
border-radius: 0;
border: 0;
box-shadow: none;
}
 
.fplink-inner {
display: table-row;
}
 
.fplink a {
display: table-cell;
vertical-align: middle;
}
 
.fplink img {
max-width: 150px;
width: 100%;
height: auto;
}
/** Miscellaneous front page fixes **/
.fpbox .embedvideowrap {
width: 100%!important;
max-width: 480px;
margin: 0 auto;
}
 
.fpbox .embedvideowrap iframe {
width: 100%!important;
}
 
.fpbox .slideboxlightshow {
max-width: 100%;
margin: 0 auto;
}
 
.fpbox .slideboxlightshow a,
.fpbox .slideboxlightshow img {
max-width: 100%!important;
}
 
/*** infoboxes ***/
.infoboxtable {
max-width: 300px;
float: none;
border: var(--infobox-border);
padding: 0.25em;
display: table !important;
border-collapse: separate;
}
 
.infoboxname {
color: var(--infobox-header-color);
padding: 5px;
background: var(--infobox-header-background);
}
 
.infoboxdetails {
color: var(--infobox-details-color);
padding: 5px;
background: var(--infobox-details-background);
}
 
.infoboxtable div {
color: var(--infobox-label-color);
background: var(--infobox-label-background);
text-align: right;
font-weight: bold;
padding: 1px 5px;
}
 
/*** invert icons for dark theme ***/
.fpbox.mobilecollapsible .heading a:before,
.oo-ui-iconElement-icon,
.copyright-icon {
filter:invert(var(--invert-icons,0));
}
 
.mw-echo-ui-notificationItemWidget-icon,
.mw-echo-ui-toggleReadCircleButtonWidget-circle,
.mw-ui-icon:before {
filter:brightness(calc(2 * var(--invert-icons,0)));
}
 
#mw-mf-diffview .meta:before,
.mw-echo-ui-notificationsInboxWidget-main-toolbar-top .oo-ui-iconElement-icon,
.mw-mf-user:before,
.search-overlay .clear:before {
filter:none;
}
 
/* invert extension:math images */
.mwe-math-fallback-image-inline {
filter: invert(1);
}
 
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* -------                                      ------- */
/* ------- CUSTOM & TEMPLATE CSS BELOW THIS LINE ------- */
/* -------                                      ------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
 
/* IMPORTANT: all mobile-only styles in this gadget MUST have their selectors prefixed by or they will override desktop styles on desktop as well due to a bug with gadgets. If the style is okay with being loaded with javascript, use [[MediaWiki:Mobile.css]] instead */
 
img.scalable { /* class for scalable images (https://help.gamepedia.com/Advanced_images#Using_css-defined_classes) */
    max-width: 100%;
    height:auto;
}
}
.qud-mutation-entry {
.header .branding-box h1, .header .branding-box a {
  display: flex;
    /* fix wiki header title color */
  justify-content: left;
    color: var(--body-color);
}
.qud-mutation-entry a {
  width: 100%;
}
.qud-mutation-entry:hover a b {
  display: inline-block;
  text-decoration: none;
}
}