Dear visitors, IOP Wiki is currently the target of a denial of service campaign. We are investigating countermeasures. In the meantime, the Wiki may experience periods of unplanned downtime.

MediaWiki:Common.css: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
Some small adjustments
No edit summary
 
(53 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
 
/* Also see MediaWiki:Gadget-DesignTokens.css */
/*Mainpage no Title*/
 
/* Small update for the MediaWiki Version 1.32.2 and Vector 22:07, 14 October 2018 */


#pagehistory li.selected {
#pagehistory li.selected {
     color: #bbb;
     color: var(--iopw-sys-palette-gray-70);
}
}


Line 16: Line 13:
#pt-notifications-notice .mw-echo-notifications-badge::before,
#pt-notifications-notice .mw-echo-notifications-badge::before,
#pt-notifications-alert .mw-echo-notifications-badge::before {
#pt-notifications-alert .mw-echo-notifications-badge::before {
background-color: white;
background-color: var(--iopw-sys-palette-gray-99);
}
 
.mediawiki textarea,
.mediawiki input[type='search'],
.mediawiki input[type='number'],
.mediawiki input[type='text'] {
  color: var(--iopw-sys-palette-on-input);
  background-color: var(--iopw-sys-palette-input);
  &::selection {
    color: var(--iopw-sys-palette-on-primary);
    background-color: var(--iopw-sys-palette-primary);
  }
}
}


Line 22: Line 31:
.mw-editsection { display:none!important; }
.mw-editsection { display:none!important; }
.mw-editform .editOptions {
.mw-editform .editOptions {
     color: white;
     color: var(--iopw-sys-palette-gray-99);
     background-color: #8a8a8a2b;
     background-color: #8a8a8a2b;
}
.mw-message-box {
text-shadow: none;
}
.mediawiki .wikiEditor-ui-toolbar .page-characters div span {
height: auto;
font-size: 1.25rem;
}
.mediawiki #msupload-dropzone {
height: auto;
}
}


Line 31: Line 53:


.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle {
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle {
     background-color: #8080803b;
     background-color: color-mix(in srgb, var(--iopw-sys-palette-gray-50) var(--iopw-sys-transparency-75), transparent);
}
}


Line 39: Line 61:


.oo-ui-tagItemWidget.oo-ui-widget-enabled {
.oo-ui-tagItemWidget.oo-ui-widget-enabled {
    color: #f5f5f5;
  color: var(--iopw-sys-palette-gray-90);
}
}


.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover {
.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover {
color: #e4e4e4;
  color: var(--iopw-sys-palette-gray-80);
}
}


.oo-ui-tagItemWidget {
.oo-ui-tagItemWidget {
border: 1px solid #777;
  border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-50);
}
}


Line 57: Line 79:


.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title {
.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title {
     color: #ededed;
     color: var(--iopw-sys-palette-gray-90);
}
}


.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
     background-color: #e3e3e380;
     background-color: color-mix(in srgb, var(--iopw-sys-palette-gray-90) var(--iopw-sys-transparency-75), transparent);
}
}


.rcfilters-container .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
.mw-rcfilters-container .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
     background-color: #edb23a;
     background-color: var(--iopw-sys-palette-primary-darker);
     color: #4E443C;
     color: var(--iopw-sys-palette-on-primary);
     border: none;
     border: none;
     text-shadow: none;
     text-shadow: none;
Line 72: Line 94:


.tabstabber > .tabber ul.tabbernav li a:link {
.tabstabber > .tabber ul.tabbernav li a:link {
     background-color: #4E443C;
     background-color: var(--iopw-sys-palette-surface-dim);
     color: #F0b000;
     color: var(--iopw-sys-palette-primary);
}
}


.tocnumber {
.tocnumber {
color: white;
  color: var(--iopw-sys-palette-gray-99);
}
}


.toctogglelabel {
.toctogglelabel {
    color: #dbba6c;
  color: var(--iopw-sys-palette-primary-darker);
}
 
.references-section h2:last-child {
  display: none;
}
}


Line 98: Line 124:
}
}


/* Reference to the main article of an information */
/** Flowthread Styling **/
div.hatnote {
#flowthread {
   padding-left: 1.6em;
   clear: both;
   margin-bottom: 0.5em;
   margin-top: var(--iopw-sys-size-8);
   font-style: italic;
   color: var(--iopw-comp-comment-font-color);
  border-top: thick solid gray;
  padding-top: 10px;
}
}


#flowthread,
.comment-container {
  & .comment-body textarea,
  & .comment-preview {
    margin: 0;
    padding: var(--iopw-sys-size-2);
    resize: none;
    width: 100%;
    display: block;
    font-family: var(--iopw-comp-comment-font);
    font-size: var(--iopw-comp-comment-post-font-size);
    line-height: var(--iopw-sys-size-5);
    border-width: var(--iopw-sys-border-width) var(--iopw-sys-border-width) medium;
    border-style: var(--iopw-sys-border-style) var(--iopw-sys-border-style) none;
    border-color: var(--iopw-sys-palette-gray-70) var(--iopw-sys-palette-gray-70) var(--iopw-sys-palette-gray-50);
    border-radius: var(--iopw-comp-comment-border-radius);
  }


/*For Template:DollBG on t-dproll pages*/
  & .comment-body textarea {
#bg-character {
     background: var(--iopw-sys-palette-input);
     position: fixed;
     color: var(--iopw-sys-palette-on-input);
     height: 1280px;
     height: calc(var(--iopw-sys-size-12) + var(--iopw-sys-size-3));
     min-height:500px;
  }
    top:10%;
    left:0;
    z-index: -2;
}


#bg-rarity {
  & .comment-preview {
     position: fixed;
     min-height: var(--iopw-sys-size-16);
     top:15%;
     padding: var(--iopw-sys-size-4);
     right:5%;
     background: color-mix(in srgb, var(--iopw-sys-palette-gray-60) var(--iopw-sys-transparency-75), transparent);
    z-index: -3;
  }
    width:650px;
}


  & .comment-toolbar {
    position: relative;
    height: auto;
    color: var(--iopw-sys-palette-gray-30);
    padding: var(--iopw-sys-size-2);
    font-size: var(--iopw-comp-comment-control-font-size);
    line-height: initial;
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-40);
    border-radius: 0px 0px var(--iopw-comp-comment-border-radius) var(--iopw-comp-comment-border-radius);
    background: color-mix(in srgb, var(--iopw-sys-palette-gray-40) var(--iopw-sys-transparency-50), transparent);
  }


  & .comment-submit {
    font-family: var(--iopw-comp-comment-font);
    position: absolute;
    height: var(--iopw-sys-size-7);
    text-shadow: none;
    color: var(--iopw-sys-palette-gray-30);
    font-size: var(--iopw-comp-comment-control-font-size);
    font-weight: var(--iopw-sys-font-weight-bold);
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-99);
    transition: all 0.3s ease-out;
    box-shadow: 0px 0px 0px var(--iopw-sys-palette-gray-99) inset, 0px 0px 0px var(--iopw-sys-palette-gray-99);
    cursor: pointer;
    margin: 0;
    padding: 0 var(--iopw-sys-size-3);
    border-radius: 0;
    outline: 0;
    background: linear-gradient(0deg, transparent 10%, var(--iopw-sys-palette-primary) 30%, var(--iopw-sys-palette-primary-lighter) 100%),
                repeating-linear-gradient(135deg, var(--iopw-sys-palette-primary) 0px, var(--iopw-sys-palette-primary) 0.15rem, var(--iopw-sys-palette-primary-lighter) 0.15rem, var(--iopw-sys-palette-primary-lighter) 0.3rem, var(--iopw-sys-palette-primary-lighter) 0.3rem);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 0.5rem), calc(100% - 0.5rem) 100%, 0 100%);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: var(--iopw-sys-size-1);
    width: auto;
    align-items: center;
    display: flex;
    justify-content: center;
   
    &::after {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(255,255,255,0.3) 70%, rgba(255,255,255,0.2) 90%, rgba(255,255,255,0.8) 100%);
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    }
  }


/* Tabs extension*/
  & .comment-submit:hover {
.tabs-tabbox {margin:0;}
    box-shadow: 0px 0px 0px var(--iopw-sys-palette-gray-99) inset, 0 5px 11px 0 rgba(0, 0, 0, 0.18)
  }


.tabs-tabbox > .tabs-container {
  & .comment-submit:active {
     border: none;
     box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 0px 0px var(--iopw-sys-palette-gray-99)
padding: 0;
  }
margin-top: 0;
}


  & .flowthread-btn {
    position: static;
    float: none;
    width: var(--iopw-sys-size-6);
    height: var(--iopw-sys-size-6);
    margin: 0;
    padding: 0;
    border-radius: var(--iopw-comp-border-radius);
    outline: 0;
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-60);
    background-color: var(--iopw-sys-palette-gray-50);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }


.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
  & .flowthread-btn::-moz-focus-inner,
    background-color: #F0b000;
  & .comment-submit::-moz-focus-inner {
     border-radius: 15px;
     border: 0
    color:#4E443C;
  }
    border: none;
    text-shadow:none;
    z-index:5;
}


  & .flowthread-btn:hover {
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-80);
    box-shadow: 0px 0px 0px var(--iopw-sys-palette-gray-99) inset, 0 5px 11px 0 rgba(0, 0, 0, 0.18);
    background-color: var(--iopw-sys-palette-primary-lighter);
  }


.tabs-tabbox > .tabs-label {
  & .flowthread-btn:active,
     background-color: #4E443C;
  & .flowthread-btn.on {
    border-radius: 15px;
     border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-80);
    color:#F0b000;
     box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 0px 0px var(--iopw-sys-palette-gray-99);
    border: none;
     background-color: var(--iopw-sys-palette-primary-darker);
     text-shadow:none;
  }
     z-index:5;
    font-weight: bold;
}


/*gallery tabs*/
  & .flowthread-btn.on:hover {
.tabs-gallery { display:inline-block;}
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-80);
.tabs-gallery > .tabs-container {margin-top: -24px;}
     box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0 5px 11px 0 rgba(0, 0, 0, 0.18)
.tabs-gallery > .tabs-label {
  }
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
     transition: all .2s ease-in;
opacity:0.5;
}
.tabs-gallery > .tabs-label:hover {opacity:1;}


  & .flowthread-btn.on:active {
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-80);
    box-shadow: 0px 0px 0px white inset, 0 0 0 0 white
  }


/*vertical*/
  & .flowthread-btn-preview {
.verticaltabber {
  width: 0;
display:flex;
    margin: 0;
flex-wrap:wrap;
    opacity: 0;
}
    background-image: url(/extensions/FlowThread/assets/preview.svg?a181a)
  }


.verticaltabber > .tabber {display:flex;}
  & .flowthread-btn-wikitext {
.verticaltabber > .tabber > .tabbertab {display:flex;}
    background-image: url(/extensions/FlowThread/assets/wikitext.svg?e4407)
.verticaltabber > .tabber > .tabbertab > p {margin:0;}
  }


.verticaltabber > .tabber ul.tabbernav {order:2;}
  & .flowthread-btn-wikitext.on+.flowthread-btn-preview {
.verticaltabber > .tabber ul.tabbernav li {display:flex;}
    width: var(--iopw-sys-size-6);
.verticaltabber > .tabber ul.tabbernav li a {margin: 0 0 3px 0;width:100%;font-style:italic;}
    margin: 0 0 0 var(--iopw-sys-size-1);
.verticaltabber > .tabber ul.tabbernav li:first-child a {margin: 0 0 3px 0;width:100%;font-style:normal;}
    opacity: 1
  }


.verticaltabber > .tabber .tabs {margin:auto;}
  & .comment-reply::before,
  & .comment-like::before,
  & .comment-report::before,
  & .comment-delete::before,
  & .comment-recover::before {
    content: "";
    background: transparent url(/extensions/FlowThread/assets/sprites.png?e1980) no-repeat scroll 0% 0%;
    opacity: 0.6;
    display: inline-block;
    width: 0.9375;
    height: 0.625rem;
    transition: opacity 0.15s linear 0s;
    font-size: 0.5625rem;
    vertical-align: middle
  }


  & .comment-reply,
  & .comment-like,
  & .comment-report,
  & .comment-delete {
    margin-left: 0.3125rem;
    cursor: pointer;
    transition: color 0.15s linear 0s
  }
  & .comment-reply:hover,
  & .comment-like:hover,
  & .comment-report:hover,
  & .comment-delete:hover {
    opacity: 1.0;
    color: var(--iopw-sys-palette-gray-30)
  }
  & .comment-reply:hover::before,
  & .comment-like:hover::before,
  & .comment-report:hover::before,
  & .comment-delete:hover::before {
    opacity: 1.0
  }
  & .comment-reply::before {
    background-position: 0px 0px
  }


.paddedtabber-2px > .tabber {padding:2px;}
  & .comment-like::before {
    background-position: 0px -14px
  }


  & .comment-like[liked]::before {
    background-position: 0px -27px
  }


  & .comment-report::before {
    background-position: 0px -50px
  }


/*              tabs styled tabber                */
  & .comment-report[reported]::before {
    background-position: 0px -62px
  }


/* tab body*/
  & .comment-delete::before {
.tabstabber > .tabber {padding:0;}
    background-position: 0px -40px
.tabstabber > .tabber .tabbertab {padding: 2px;background-color: transparent;}
  }


.tabstabber > .tabber ul.tabbernav {margin: 10px 0 2px 0;}
  & .comment-avatar img {
    width: var(--iopw-sys-size-12);
    height: auto;
  }


  & .comment-thread>div:not(:first-child) .comment-avatar img {
    width: var(--iopw-sys-size-7);
    height: auto;
  }


.tabstabber > .tabber > .tabbertab > p {margin:0;}
  & .comment-thread>div:not(:first-child) .comment-body {
    padding-left: calc(var(--iopw-sys-size-8) + var(--iopw-sys-size-2));
  }


/* inactive tab */
  & .comment-thread .comment-replybox {
.tabstabber > .tabber ul.tabbernav li a:link {
     margin-left: calc(var(--iopw-sys-size-12) + var(--iopw-sys-size-3));
     background-color: #4E443C;
  }
    border-radius: 15px;
 
    color:#F0b000;
  & .comment-avatar {
    border: none;
    float: left;
    text-shadow:none;
    cursor: pointer
    font-weight: bold;  
  }
padding: 3px 6px;
margin: 2px;
}
.tabstabber > .tabber ul.tabbernav li:first-child a:link {margin-left: 10px;}
/* active tab */
.tabstabber > .tabber ul.tabbernav li.tabberactive a, .tabstabber > .tabber ul.tabbernav li.tabberactive a:link {background-color: #F0b000;color:#4E443C;}


  & .comment-container {
    margin-top: var(--iopw-sys-size-4)
  }


/*gradient divs*/
  & .comment-text {
.gradientDivs {
    font-size: var(--iopw-comp-comment-post-font-size);
width:100%;
    line-height: var(--iopw-sys-size-6);
}
    margin: var(--iopw-sys-size-2) 0;
.gradientDivs > div{
    word-wrap: break-word;
background: -moz-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* FF3.6-15 */
    max-width: calc(var(--iopw-sys-size-2) * 70);
background: -webkit-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
padding: 1em;
overflow: hidden;
max-width: 800px;
height:90px;
position:relative;
}


.gradientDivs > h4 {
    /* Added to guard against malacious position:absolute */
background-color: rgba(255,255,255,0.25);
    position: relative;
display: table;
    overflow: hidden;
padding: 3px 6px 3px 6px;
    min-height: var(--iopw-sys-size-4);
margin-left: 0.25em;
  }
}
.gradientDivs > h4 > .mw-editsection {display:none;}
.gradientDivs > div > div{background: linear-gradient(115deg,rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 60%, transparent 90%);width:80%;padding:0 5px 0 5px;}
.gradientDivs > div > p {width:75%;text-align:right;position:absolute;bottom:1em;}


/* Stats Graph */
  & .comment-markchecked {
line.emphased {
    margin-left: 0.3125rem
  stroke-width: 3pt
  }
}


line.radial {
  & .comment-markchecked,
  stroke: #333;
  & .comment-recover {
  stroke-width: 4pt;
    margin-left: 0.3125rem;
}
    cursor: pointer;
    transition: color 0.15s linear 0s
  }


svg {
   & .comment-recover::before {
   fill: none;
    background-position: 0px 0px
  stroke: #777;
   }
  stroke-opacity: 1;
   stroke-width: 1pt;
}


text {
   & .comment-recover:hover::before {
   fill: white;
    opacity: 1.0
  font-size: 2.5em;
   }
  font-weight: normal;
  stroke: none;
   text-anchor: middle;
}


  & .comment-recover:hover,
  & .comment-markchecked:hover {
    opacity: 1.0;
    color: var(--iopw-sys-palette-gray-50)
  }
  & .comment-selected {
    padding-left: var(--iopw-sys-size-4);
    background: var(--iopw-sys-palette-gray-80);
  }
 
  & .comment-replybox .comments-guideline {
    border-top: 2px solid gray;
    padding: 15px;
    font-size: var(--iopw-comp-comment-control-font-size);
  }


polygon {
  & .comment-thread {
  stroke-width: 3pt;
    border-top: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-30);
  fill-opacity: 0.5;
   }
}
.graph-orange {
  stroke: #ff7733;
  fill: orange;
}
.graph-red {
  stroke: #bd0b0b;
  fill: red;
}
.graph-green {
  stroke: #007f00;
  fill: green;
}
.graph-blue {
  stroke: #00007f;
   fill: blue;
}


/* Charactertabber */
  & .comment-post {
.charactertabber {
    padding: calc(var(--iopw-sys-size-2) + var(--iopw-sys-size-0-5));
  width: 100%;
   }
   border-bottom: 2px solid #808080;
}


.charactertabber td {
  & .comment-body {
  padding: 8px;
    padding-left: calc(var(--iopw-sys-size-12) + var(--iopw-sys-size-3));
  background-color: #808080;
   }
  font-weight: bold;
  opacity: 0.45;
   white-space: nowrap;
}


.charactertabber td:hover {
  & .comment-user {
  opacity: 1;
  color: var(--iopw-sys-palette-gray-60);
}
    font-size: var(--iopw-comp-comment-control-font-size);
    margin-right: var(--iopw-sys-size-2);
 
    &>a {
      color: var(--iopw-sys-palette-primary);
      font-size: inherit;
    }
  }


.charactertabber td.active {
  & .comment-footer {
  background-color: #f0b000;
    font-size: var(--iopw-comp-comment-control-font-size);
   font-weight: bold;
    margin-right: var(--iopw-sys-size-2);
  color: white;
    color: var(--iopw-sys-palette-gray-60);
  opacity: 1;
   }
}
 
  & .comment-footer span:not(.comment-time) {
    color: var(--iopw-sys-palette-primary);
  &:hover {
    color: var(--iopw-sys-palette-primary-lighter);
  }
  }


.charactertabber td.filler {
  & .comment-post .comment-report, .comment-post .comment-delete {
  width: 100%;
    display: none;
   opacity: 0;
   }
}


/* HOC Matrix styling */
  & .comment-post:hover .comment-report, .comment-report[reported], .comment-post:hover .comment-delete {
.hoc-matrix {
    display: initial;
display: inline-block;
  }
}


.hoc-matrix .hoc-matrix-row {
  & .comment-thread .comment-thread {
display: block;
    margin-left: calc(var(--iopw-sys-size-8) + var(--iopw-sys-size-2));
line-height: 0.1;
  }
white-space: nowrap;
 
}
  & .comment-paginator {
    border-top: var(--iopw-sys-border-width) var(--iopw-sys-border-style) rgba(0,0,0,0.13);
    text-align: right;
    padding: var(--iopw-sys-size-2);
  }


.hoc-matrix .hoc-matrix-element {
  & .comment-paginator span {
display: inline-block;
    color: var(--iopw-sys-palette-primary);
height: 15px;
    border-radius: var(--iopw-comp-comment-border-radius);
width: 15px;
    font-size: var(--iopw-comp-comment-control-font-size);
border: thin solid #4a4a4a;
    margin: 0 0.1875rem;
}
    padding: 0.125rem 0.3125rem;
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) transparent;
    cursor: pointer;
  }


.hoc-matrix .hoc-matrix-element.hoc-matrix-element-type-0 {
  & .comment-paginator span:hover {
background-color: #888;
    color: var(--iopw-sys-palette-primary-lighter);
}
    background-color: var(--iopw-sys-palette-on-primary);
  }


.hoc-matrix.chipcolor-blue .hoc-matrix-element.hoc-matrix-element-type-1 {
  & .comment-paginator span[current] {
background-color: #6c6cdd;
    border: var(--iopw-comp-comment-border);
}
    color: var(--iopw-sys-palette-on-primary);
.hoc-matrix.chipcolor-blue .hoc-matrix-element.hoc-matrix-element-type-2 {
    background-color: var(--iopw-sys-palette-primary);
background-color: #4c4c79;
    text-shadow: none;
}
  }


.hoc-matrix.chipcolor-orange .hoc-matrix-element.hoc-matrix-element-type-1 {
  & .comment-bannotice {
background-color: #dd786c;
    border-top: var(--iopw-sys-border-width) var(--iopw-sys-border-style) rgba(0,0,0,0.13);
}
    font-size: var(--iopw-comp-comment-post-font-size);
.hoc-matrix.chipcolor-orange .hoc-matrix-element.hoc-matrix-element-type-2 {
    text-align: center;
background-color: #79644c;
    padding: var(--iopw-sys-size-4);
}
    color: var(--iopw-sys-palette-gray-50);
  }


/* Stattable (The one with digimind upgrade tabs) */
  & .comment-container-top {
.upgradeablestattable {
    border: var(--iopw-comp-comment-border);
  max-width: 1040px;
    border-radius: var(--iopw-comp-comment-border-radius);
  min-width: 510px;
  }
  display: flex;
 
   flex-direction: column;
  & .comment-container-top[disabled] {
}
    display: none;
  }
 
  /* The title bar */
  & .comment-container-top > div:first-child {
    background: color-mix(in srgb, var(--iopw-sys-palette-gray-99) var(--iopw-sys-transparency-50), transparent);
    line-height: var(--iopw-sys-size-6);
    color: var(--iopw-sys-palette-gray-99);
    text-indent: 0;
    font-size: var(--iopw-sys-size-4);
    height: auto;
    text-align: center;
    border-radius: var(--iopw-comp-comment-border-radius) var(--iopw-comp-comment-border-radius) 0 0;
   }
 
  & .comment-container-top > div:last-child {
    border-radius: 0 0 var(--iopw-comp-comment-border-radius) var(--iopw-comp-comment-border-radius);
  }


.upgradeablestattable .header {
  & .comment-container-top:not([disabled]) + .comment-container > div:first-child {
  color: #322300;
    border-top: 0;
  font-size: 110%;
   }
  background-color: #f0b000;
  text-align: center;
  padding: 5px;
  text-shadow: none;
  font-weight: bold;
  display: flex;
   flex-direction: column;
}
}


.upgradeablestattable .stattabcontainer {
#flowthread a.pager-disable,
   display: flex;
a.pager-disable {
   flex-flow: wrap;
   color: var(--iopw-sys-palette-font-negative);
  cursor: text;
   text-decoration: none
}
}


.upgradeablestattable .stattabcontainer .tabbertab {
/* Category */
   display: flex;
#catlinks {
  flex-flow: wrap;
   border: thin solid gray;
   background-color: rgba(100, 100, 100, 0.3);
   padding: 5px;
}
}


.obtainflagcontainer {
/* Reference to the main article of an information */
   float: left;
div.hatnote {
  color: black;
   padding-left: 1.6em;
   text-shadow: none;
   margin-bottom: 0.5em;
   display: inline-block;
   font-style: italic;
  width: 150px;
}
}


.obtainflag {
 
  border: 1px solid transparent;
/*For Template:DollBG on t-dproll pages*/
  border-radius:2px;
#bg-character {
  margin-right:2px;
    position: fixed;
  padding-left: 2px;
    height: 1280px;
  padding-right: 2px;
    min-height:500px;
  clear: both;
    top:10%;
    left:0;
    z-index: -2;
}
}


.obtainflag.obtain-normal { background:green; }
#bg-rarity {
.obtainflag.obtain-heavy  { background:orange; }
    position: fixed;
.obtainflag.obtain-drop  { background:yellow; }
    top:15%;
.obtainflag.obtain-reward { background:salmon; }
    right:5%;
.obtainflag.obtain-hoc-fragments { background: #f9d988; }
    z-index: -3;
.obtainflag.notpossible  { opacity: 0.25;    }
    width:650px;
}


/* TileGrid */
.tilegridtable {
  background: rgba(62, 62, 62);
  padding: 10px;
}
.tilegridtable td {
  background: rgba(0, 0, 0, 0.5);
}
.tilegridtable td.standing {
  background: rgba(255, 255, 255, 1);
}
.tilegridtable td.buff {
  background: rgba(0, 255, 222, 1);
}


/* Fairies */
.fairy-sidebar-profile {
position: absolute;
margin-top: -25px;
margin-left: -56px;
}


/* HOC named card */
/* Tabs extension*/
.profile-card { position: relative; display:inline-block; height:190px; width:128px;}
.tabs-tabbox {margin:0;}
.profile-card .profileimage { position: absolute; top: 21px; left: 5px; width:118px }
.profile-card .profilebackground { transform:scaleX(-1); position: absolute; top: 0; left: 0;  }
.profile-card .namefield { position: absolute; top: 139px; right: 5px; overflow:hidden; width:119px}
.profile-card .classificationsymbol { position: absolute; top: 5px; right: 5px;}
.profile-card .cardtitle { position: absolute; text-decoration: none; color: black; top: 138px; left: 8px; font-size: 125%; text-shadow: none; color: black; font-weight: bold; font-family: "Times New Roman",Times,serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.profile-card .range { background-image: url('/images/b/b1/HOC_Range.png'); background-size: 13px 13px; background-repeat: no-repeat; padding-left: 14px; padding-right: 2px; position: absolute; top: 6px; left: 6px; font-size: 12px; font-weight: bold; color: orange; background-color: black; line-height: 14px; }
.profile-card .indexnumber { position: absolute; bottom: 5px; left: 80px; color: white;}


/* Equipment named card */
.tabs-tabbox > .tabs-container {
.equipmentnamedcard {
    border: none;
  width: 80px;
padding: 0;
  text-align: center;
margin-top: 0;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
}


.equipmentnamedcard .equipmentcard {
  margin-left: 5px;
  margin-right: 5px;
}


.equipmentnamedcard .equipname {
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
  font-size: 0.9em;
    background-color: #F0b000;
}
    border-radius: 15px;
 
    color:#4E443C;
.equipmentnamedcard .equipname small {
    border: none;
  display: none;
    text-shadow:none;
    z-index:5;
}
}


/* Equipment cards */
.equipmentcard {
  display: inline-block;
  background-color: #303030;
  border: 2px solid #d0d0d0;
  width: 64px;
  height: 60px;
  position: relative;
  overflow: hidden;
}


.equipmentcard .equipmentcardfiller {
.tabs-tabbox > .tabs-label {
  position: absolute;
    background-color: #4E443C;
  z-index: 5;
    border-radius: 15px;
    color:#F0b000;
    border: none;
    text-shadow:none;
    z-index:5;
    font-weight: bold;
}
}


.equipmentcard img.typeicon {
/*gallery tabs*/
  position: absolute;
.tabs-gallery { display:inline-block;}
  z-index: 2;
.tabs-gallery > .tabs-container {margin-top: -24px;}
  top: 0;
.tabs-gallery > .tabs-label {
  left: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
opacity:0.5;
}
}
.tabs-gallery > .tabs-label:hover {opacity:1;}


.equipmentcard .raritystars {
  position: absolute;
  margin-top: 1px;
  margin-left: auto;
  margin-right: 1px;
  height: 8px;
  z-index: 3;
  top: 0px;
  right: 0px;
}


.equipmentcard .equipimage {
/*vertical*/
  position: absolute;
.verticaltabber {
  margin-top: 3px;
display:flex;
  top: 0;
flex-wrap:wrap;
  left: 0;
}
}


.event-node-difficulties .tabs-content {
.verticaltabber > .tabber {display:flex;}
width: 100%;
.verticaltabber > .tabber > .tabbertab {display:flex;}
}
.verticaltabber > .tabber > .tabbertab > p {margin:0;}


.event-map-summary {
.verticaltabber > .tabber ul.tabbernav {order:2;}
float: right;
.verticaltabber > .tabber ul.tabbernav li {display:flex;}
width: 450px;
.verticaltabber > .tabber ul.tabbernav li a {margin: 0 0 3px 0;width:100%;font-style:italic;}
max-width: 450px;
.verticaltabber > .tabber ul.tabbernav li:first-child a {margin: 0 0 3px 0;width:100%;font-style:normal;}
}
 
.verticaltabber > .tabber .tabs {margin:auto;}
 
 
.paddedtabber-2px > .tabber {padding:2px;}


.event-map-overview {
float: right;
}


.enemylist-entry {
  display: inline-block;
  overflow: hidden;
  width: 130px;
  height: 190px;
  padding: 5px;
  position: relative;
}


.enemylist-entry .enemylist-entry-box {
/*              tabs styled tabber                */
  position: absolute;
  z-index: 5;
  overflow: hidden;
  height: 190px;
}


.enemylist-entry .enemylist-entry-name {
/* tab body*/
  position: absolute;
.tabstabber > .tabber {padding:0;}
  left: 10px;
.tabstabber > .tabber .tabbertab {padding: 2px;background-color: transparent;}
  top: 144px;
 
  z-index: 4;
.tabstabber > .tabber ul.tabbernav {margin: 10px 0 2px 0;}
  text-align: left;
  font-size: 125%;
  text-shadow: none;
  color: black;
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
  display: block;
  width: 116px;
  height: 26px;
  background-position-x: -10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2px;
}


.enemylist-entry .enemylist-entry-name.sangvisferri {
  background-image: url('/images/e/ee/Infobox_name_sangvisferri.png');
}


.enemylist-entry .enemylist-entry-name.kcco {
.tabstabber > .tabber > .tabbertab > p {margin:0;}
  background-image: url('/images/5/52/Infobox_name_kcco.png');
}


.enemylist-entry .enemylist-entry-name.paradeus {
/* inactive tab */
  background-image: url('/images/3/32/Infobox_name_paradeus.png');
.tabstabber > .tabber ul.tabbernav li a:link {
    background-color: #4E443C;
    border-radius: 15px;
    color:#F0b000;
    border: none;
    text-shadow:none;
    font-weight: bold;   
padding: 3px 6px;
margin: 2px;
}
}
.tabstabber > .tabber ul.tabbernav li:first-child a:link {margin-left: 10px;}
/* active tab */
.tabstabber > .tabber ul.tabbernav li.tabberactive a, .tabstabber > .tabber ul.tabbernav li.tabberactive a:link {background-color: #F0b000;color:#4E443C;}


.enemylist-entry .enemylist-entry-name.collab {
/*gradient divs*/
  background-image: url('/images/c/c0/Infobox_name_EXTRAstar.png');
.gradientDivs {
width:100%;
}
}
 
.gradientDivs > div{
.enemylist-entry .enemylist-entry-name.other {
background: -moz-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* FF3.6-15 */
  background-image: url('/images/c/ce/Infobox_name_other.png');
background: -webkit-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
padding: 1em;
overflow: hidden;
max-width: 800px;
}
}


.enemylist-entry .enemylist-entry-profile {
.gradientDivs > h4 {
  position: absolute;
background-color: rgba(255,255,255,0.25);
  width: 118px;
display: table;
  top: 25px;
padding: 3px 6px 3px 6px;
  left: 10px;
margin-left: 0.25em;
}
}
.gradientDivs > h4 > .mw-editsection {display:none;}
.gradientDivs > div > div{background: linear-gradient(115deg,rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 60%, transparent 90%);width:80%;padding:0 5px 0 5px;}
.gradientDivs > div > p {width:75%;text-align:right;}


.enemylist-entry .enemylist-entry-faction {
/* Stats Graph */
   position: absolute;
line.emphased {
  top: 164px;
   stroke-width: 3pt
  left: 12px;
  opacity: 0.5;
}
}


.enemylist-entry .enemylist-entry-classification-boss {
line.radial {
   position: absolute;
   stroke: #333;
   top: 13px;
   stroke-width: 4pt;
  left: 20px;
  height: 18px;
}
}


.enemylist-entry .enemylist-entry-frame {
svg {
   position: absolute;
  fill: none;
  stroke: #777;
  stroke-opacity: 1;
   stroke-width: 1pt;
}
}


.ombox,
text {
table.ombox,
  fill: white;
.ombox.ombox-notice {
  font-size: 2.5em;
border: 2px solid #929292;
  font-weight: normal;
background-color: #5151511f;
  stroke: none;
background-image: radial-gradient(#727272 5%, transparent 5%), radial-gradient(#727272 5%, transparent 5%);
  text-anchor: middle;
background-size: 6px 6px;
padding: 5px;
margin-left: auto;
margin-right: auto;
}
}


/*image*/


div.thumbinner {
polygon {
    border: 0;
  stroke-width: 3pt;
    background-color: rgba(255,255,255,0.25);
  fill-opacity: var(--iopw-sys-transparency-50);
}
}
 
.graph-orange {
.card-bg {
   stroke: #ff7733;
   background-image:url("//en.gfwiki.com/images/5/5a/Infobox_bg.png");
   fill: orange;
   width:256px;
}
   height:456px;
.graph-red {
   padding:10px;
   stroke: #bd0b0b;
   margin-left: auto;
   fill: red;
   margin-right: auto;
}
   position: relative;
.graph-green {
   stroke: #007f00;
   fill: green;
}
.graph-blue {
  stroke: #00007f;
   fill: blue;
}
}


/* For compatibility. Move to card-bg class if possible. */
/* Charactertabber */
.profiletable .card-bg {
.charactertabber {
   height:auto;
   width: 100%;
   margin: 0;
   border-bottom: var(--iopw-ref-border-width-thick) var(--iopw-ref-border-style) var(--iopw-sys-palette-gray-50);
  display: inline-block;
}
}


.card-bg .raritystars {
.charactertabber td {
   position: absolute;
  padding: 0.5rem;
   top: 11px;
   background-color: var(--iopw-sys-palette-gray-50);
   right: 15px;
   font-weight: bold;
   z-index: 3;
   opacity: 0.45;
   white-space: nowrap;
}
}


.card-bg .raritystars.rarityEXTRA {
.charactertabber td:hover {
   top: inherit;
   opacity: 1;
  bottom: 120px;
}
}


.card-bg .dollname {
.charactertabber td.active {
   position: absolute;
   background-color: var(--iopw-sys-palette-primary);
  margin-left: 2px;
   font-weight: var(--iopw-sys-font-weight-bold);
  z-index: 4;
   color: var(--iopw-sys-palette-on-surface);
  text-align: left;
   opacity: 1;
   font-size: 250%;
  text-shadow: none;
  color: black;
  font-weight: bold;
   font-family: times new roman;
   bottom: 50px;
}
}


.card-bg .indexnumber {
.charactertabber td.filler {
  position: absolute;
   width: 100%;
  bottom: 3px;
   opacity: 0;
   width: 66px;
  z-index: 4;
  font-size: 245%;
   text-shadow: none;
  color: white;
  font-family: courier new;
  letter-spacing: -6px;
  text-align: center;
  right: 8px;
  line-height: 1;
}
}


.card-bg .namefield {
/* HOC Matrix styling */
  position: absolute;
.hoc-matrix {
  z-index: 3;
display: inline-block;
  bottom: 52px;
}
}


.card-bg .classificationsymbol {
.hoc-matrix .hoc-matrix-row {
  position: absolute;
display: block;
  margin-left: 1px;
line-height: 0.1;
  margin-top: 1px;
white-space: nowrap;
  z-index: 3;
}
}


.card-bg .profilebackground {
.hoc-matrix .hoc-matrix-element {
  position: absolute;
display: inline-block;
  z-index: 2;
height: 15px;
width: 15px;
border: thin solid #4a4a4a;
}
}


.card-bg .dollprofileimage {
.hoc-matrix .hoc-matrix-element.hoc-matrix-element-type-0 {
   margin-top: 21px;
   background-color: var(--iopw-sys-palette-gray-50);
  min-width: 256px;
  margin-bottom: 94px;
}
}


 
.hoc-matrix.chipcolor-blue .hoc-matrix-element.hoc-matrix-element-type-1 {
.card-bg-small {
  background-color: var(--gfl-sys-palette-hoc-chip-blue);
background-image:url("//en.gfwiki.com/images/thumb/5/5a/Infobox_bg.png/138px-Infobox_bg.png");
}
width:128px;
.hoc-matrix.chipcolor-blue .hoc-matrix-element.hoc-matrix-element-type-2 {
height:228px;
  background-color: var(--gfl-sys-palette-hoc-chip-blue-alt);
padding:5px;
display:inline-block;
}
}


.card-bg-small.unreleased,
.hoc-matrix.chipcolor-orange .hoc-matrix-element.hoc-matrix-element-type-1 {
.unreleased {
   background-color: var(--gfl-sys-palette-hoc-chip-orange);
   opacity: 0.25;
}
}
 
.hoc-matrix.chipcolor-orange .hoc-matrix-element.hoc-matrix-element-type-2 {
.card-bg-small .pad {
  background-color: var(--gfl-sys-palette-hoc-chip-orange-alt);
position:absolute;
z-index:5
}
}


.card-bg-small .name {
/* Stattable (The one with digimind upgrade tabs) */
position:absolute;
.upgradeablestattable {
margin-left:2px;
  max-width: 1040px;
margin-top:178px;
  min-width: 510px;
z-index:4;
  display: flex;
text-align:left;
  flex-direction: column;
font-size:125%;
text-shadow:none;
color: black;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
text-overflow: ellipsis;
    width: 126px;
    white-space: nowrap;
    overflow: hidden;
}
}


.card-bg-small .index {
.upgradeablestattable .header {
position:absolute;
  color: var(--iopw-sys-palette-on-primary);
margin-top:206px;
  font-size: 110%;
width:128px;
  background-color: var(--iopw-sys-palette-primary);
z-index:4;
  text-align: center;
font-size:110%;
  padding: 5px;
text-shadow:none;
  text-shadow: none;
text-align:right;
  font-weight: bold;
color: white;
  display: flex;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  flex-direction: column;
letter-spacing: -3px
}
}


.card-bg-small .rarity-stars {
.upgradeablestattable .stattabcontainer {
position:absolute;
  display: flex;
margin-top:178px;
  flex-flow: wrap;
z-index:3
}
}


.card-bg-small .rarity-class {
.upgradeablestattable .stattabcontainer .tabbertab {
position:absolute;
  display: flex;
margin-left:1px;
  flex-flow: wrap;
margin-top:1px;
  background-color: rgba(100, 100, 100, 0.3);
z-index:3
}
}


.card-bg-small .infobox-border {
.obtain-panel {
position:absolute;
display: grid;
z-index:2
grid: auto / minmax(auto, max-content) 1fr;
grid-gap: 0.3rem;
& .obtainflagcontainer {
  color: var(--iopw-sys-palette-gray-00);
  text-shadow: none;
  display: flex;
  gap: 0.3rem;
  align-items: flex-start;
  flex-wrap: wrap;
  /* Remove in the future: */
  float: none;
  width: none;
}
 
& .obtainflag {
  border-radius: 0.2rem;
  padding-left: 0 0.2rem;
  white-space: nowrap;
  /* Remove in the future: */
  border: none;
  clear: both;
}
}
}


.card-bg-small .doll-image {
.obtainflagcontainer {
margin-top:10px;
  float: left;
height:167px;
  color: black;
display: inline-block;
  text-shadow: none;
  display: inline-block;
  width: 150px;
}
}


 
.obtainflag {
.icon-bg-2star-small {
  border: 1px solid transparent;
background-image:url("//en.gfwiki.com/images/thumb/7/72/BG_2star_S.png/60px-BG_2star_S.png");
  border-radius:2px;
padding:5px;
  margin-right:2px;
  padding-left: 2px;
  padding-right: 2px;
  clear: both;
}
}


.obtainflag.obtain-normal { background:green;  }
.obtainflag.obtain-heavy  { background:orange; }
.obtainflag.obtain-drop  { background:yellow; }
.obtainflag.obtain-reward { background:salmon; }
.obtainflag.obtain-gacha { background:pink; }
.obtainflag.obtain-hoc-fragments { background: #f9d988; }
.obtainflag.obtain-assimilation { background-color: #8abfee; }
.obtainflag.notpossible  { opacity: 0.25;    }


.variable-columns {
/* TileGrid */
-ms-column-width: 450px;
.tilegridtable {
-moz-column-width: 450px;
  background: rgba(62, 62, 62);
-webkit-column-width: 450px;
  padding: 10px;
column-width: 450px;
}
}
.tilegridtable td {
 
  background: rgba(0, 0, 0, 0.5);
li.gallerybox div.thumb {
}
   background-color: #f9f9f91a;
.tilegridtable td.standing {
  background: rgba(255, 255, 255, 1);
}
.tilegridtable td.buff {
   background: rgba(0, 255, 222, 1);
}
}


.chibiAnimationContainer {
.gamebanner {
   height: 300px;
   display: inline-block;
  width: 300px;
   margin-right: 20px;
  margin-left: auto;
   margin-right: auto;
  max-height: 260px;
  max-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
}


.chibiAnimationContainer .chibiScreenshotButton {
/* Fairies */
  position: absolute;
.fairy-sidebar-profile {
  top: 5px;
position: absolute;
  right: 5px;
margin-top: -25px;
  width: 20px;
margin-left: -56px;
  height: 20px;
  display: inline-block;
  background-image: url('/images/8/8e/Screencap.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
}


.chibi-costume-switcher {
/* HOC named card */
  width: 240px;
.profile-card { position: relative; display:inline-block; height:190px; width:128px;}
.profile-card .profileimage { position: absolute; top: 21px; left: 5px; width:118px }
.profile-card .profilebackground { transform:scaleX(-1); position: absolute; top: 0; left: 0;  }
.profile-card .namefield { position: absolute; top: 139px; right: 5px; overflow:hidden; width:119px}
.profile-card .classificationsymbol { position: absolute; top: 5px; right: 5px;}
.profile-card .cardtitle { position: absolute; text-decoration: none; color: black; top: 138px; left: 8px; font-size: 125%; text-shadow: none; color: black; font-weight: bold; font-family: "Times New Roman",Times,serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.profile-card .range { background-image: url('/images/b/b1/HOC_Range.png'); background-size: 13px 13px; background-repeat: no-repeat; padding-left: 14px; padding-right: 2px; position: absolute; top: 6px; left: 6px; font-size: 12px; font-weight: bold; color: orange; background-color: black; line-height: 14px; }
.profile-card .indexnumber { position: absolute; bottom: 5px; left: 80px; color: white;}
 
.entity-name {
display: inline-block;
& .entity-icon {
width: 1rem;
    display: inline-block;
    height: 1rem;
    vertical-align: text-bottom;
    background-size: contain;
    background-position: center;
    margin-right: 0.1rem;
}
}
}


.profiletable {
/** GFL1 Fairy name */
  overflow: hidden;
.gfl-name-fairy {
&.fairy-battle {
color: var(--gfl-sys-unit-fairy-battle);
text-shadow: 0 0 0.2rem var(--gfl-sys-unit-fairy-battle);
}
&.fairy-strategy {
color: var(--gfl-sys-unit-fairy-strategy);
text-shadow: 0 0 0.2rem var(--gfl-sys-unit-fairy-strategy);
}
}
}


.profiletable .tdoll_chibi,
/** GFL1 Equipment name */
.profiletable .chibiAnimationContainer,
.gfl-name-equip {
.chibiAnimationContainer.commander-chibi {
&.rarity-2 {
  background: repeating-linear-gradient(-55deg,#22222266,#22222266 10px,#33333366 10px,#33333366 20px);
color: var(--gfl-sys-rarity-2star);
text-shadow: 0 0 0.2rem var(--gfl-sys-rarity-2star);
}
&.rarity-3 {
color: var(--gfl-sys-rarity-3star);
text-shadow: 0 0 0.2rem var(--gfl-sys-rarity-3star);
}
&.rarity-4 {
color: var(--gfl-sys-rarity-4star);
text-shadow: 0 0 0.2rem var(--gfl-sys-rarity-4star);
}
&.rarity-5 {
color: var(--gfl-sys-rarity-5star);
text-shadow: 0 0 0.2rem var(--gfl-sys-rarity-5star);
}
}
}


.profiletable .tdoll_chibi .chibiAnimation,
/* Equipment named card */
.profiletable .chibiAnimationContainer .chibiAnimation {
.equipmentnamedcard {
   margin-top: 80px;
  width: 5rem;
  text-align: center;
  display: inline-block;
   margin-right: 1rem;
  vertical-align: top;
}
}


.profiletable .tdoll_chibi .chibiAnimationClickArea,
.equipmentnamedcard .equipmentcard {
.profiletable .chibiAnimationContainer .chibiAnimationClickArea {
  margin-left: 0.3125rem;
   height: 260px;
   margin-right: 0.3125rem;
}
}


.tdoll_chibi .chibiAnimation,
.equipmentnamedcard .equipname {
.chibiAnimationContainer .chibiAnimation {
  font-size: 0.9em;
    flex-shrink: 0;
    pointer-events: none;
}
}


.commander-chibi-container {
.equipmentnamedcard .equipname small {
display: inline-block;
  display: none;
}
}


.commander-chibi-container .chibiAnimationClickArea {
/* Equipment cards */
.equipmentcard {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: var(--iopw-sys-palette-gray-20);
  border: 2px solid var(--iopw-sys-palette-gray-80);
  width: 4rem;
  height: 3.75rem;
 
  background-repeat: no-repeat;
  background-size: auto 0.45rem, contain;
  background-position: top right, top left;
 
  &.rarity2 { background-image: url(/images/2/25/2Stars.png), url(/images/9/96/2starE.png); }
  &.rarity3 { background-image: url(/images/d/dd/3Stars.png), url(/images/9/91/3starE.png); }
  &.rarity4 { background-image: url(/images/4/41/4Stars.png), url(/images/2/2e/4starE.png); }
  &.rarity5 { background-image: url(/images/8/81/5Stars.png), url(/images/d/d4/5starE.png); }
 
  & .overlay-link {
    position: absolute;
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
    top: 0;
    left: 0;
  }
 
  & .type {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
  }
 
  & .equipimage {
     position: absolute;
     position: absolute;
    margin-top: 3px;
     top: 0;
     top: 0;
     left: 0;
     left: 0;
  }
}
}


.commander-chibi-container .chibiAnimation {
 
position: absolute;
.event-node-difficulties .tabs-content {
width: 100%;
}
}


 
.event-map-summary {
.notification {
float: right;
  margin-bottom: 10px;
width: 450px;
  display: inline-block;
max-width: 450px;
  font-size: 0.8em;
  font-style: italic;
  color: #71fdff;
}
}


.profiletable.boss {
.event-map-overview {
  background-image: url('/images/f/fc/Boss_Skull_Icon.png');
float: right;
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 5px;
}
}


.gf-table.stattable {
.enemylist-entry {
   display: inline-block;
   display: inline-block;
   vertical-align: top;
   overflow: hidden;
  width: 130px;
  height: 190px;
  padding: 5px;
  position: relative;
}
}
.gf-table.stattable + .gf-table.stattable {
 
   margin-left: 10px;
.enemylist-entry .enemylist-entry-box {
   position: absolute;
  z-index: 5;
  overflow: hidden;
  height: 190px;
}
}
.gf-table.stattable .statlabel {
 
   background:rgba(127, 127, 127, 0.2);
.enemylist-entry .enemylist-entry-name {
   position: absolute;
  left: 10px;
  top: 144px;
  z-index: 4;
  text-align: left;
  font-size: 125%;
  text-shadow: none;
  color: black;
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
  display: block;
  width: 116px;
  height: 26px;
  background-position-x: -10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2px;
}
}
.gf-table.stattable .statlabel.statlabelgradient  {
 
   background: linear-gradient(135deg, rgba(127, 127, 127, 0.4) 85%, rgba(0, 0, 0, 0.5) 85%);
.enemylist-entry .enemylist-entry-name.sangvisferri {
   background-image: url('/images/e/ee/Infobox_name_sangvisferri.png');
}
}
.gf-table.stattable .statvalue {
 
   background:rgba(0, 0, 0, 0.25);
.enemylist-entry .enemylist-entry-name.kcco {
  padding-left:10px;
   background-image: url('/images/5/52/Infobox_name_kcco.png');
  padding-right:10px;
  text-align:center
}
}
.gf-table.stattable .statcomment {
 
   font-style: italic;
.enemylist-entry .enemylist-entry-name.paradeus {
   background-image: url('/images/3/32/Infobox_name_paradeus.png');
}
}


/* for color inversion */
.enemylist-entry .enemylist-entry-name.collab {
.invertcolor{-webkit-filter:invert(1);filter:invert(1)}
  background-image: url('/images/c/c0/Infobox_name_EXTRAstar.png');
.invertcolor-50{-webkit-filter:invert(1);filter:invert(0.5)}
}


/*For construction tables*/
.enemylist-entry .enemylist-entry-name.other {
 
  background-image: url('/images/c/ce/Infobox_name_other.png');
.multi-column-table tbody {display:block;}
}
.multi-column-table tr {display:table;}
.multi-column-table td {display:table-cell;}
.multi-column-table tbody, .multi-column-table tr {min-width:100%;}
.multi-column-table table {width: 100%; max-width: 100%;}


.enemylist-entry .enemylist-entry-profile {
  position: absolute;
  width: 118px;
  top: 25px;
  left: 10px;
}


.multi-column-table tbody {
.enemylist-entry .enemylist-entry-faction {
    column-width:450px;
  position: absolute;
    -moz-column-width:450px;
  top: 164px;
    -webkit-column-width:450px;
  left: 12px;
  opacity: 0.5;
}
}


.multi-column-200px tbody {
.enemylist-entry .enemylist-entry-classification-boss {
-ms-column-width: 200px;
  position: absolute;
    -moz-column-width:200px;
  top: 13px;
    -webkit-column-width:200px;
  left: 20px;
    column-width:200px;
  height: 18px;
}
}


.multi-column-300px tbody {
.enemylist-entry .enemylist-entry-frame {
-ms-column-width: 300px;
  position: absolute;
    -moz-column-width:300px;
    -webkit-column-width:300px;
    column-width:300px;
}
}


 
.ombox,
@media only screen and (max-width: 820px) {
table.ombox,
div#mw-panel {display:none;}
.ombox.ombox-notice {
div#left-navigation{margin-left:0;}
border: 2px solid #929292;
.mw-body {margin-left:0;}
background-color: #5151511f;
background-image: radial-gradient(#727272 5%, transparent 5%), radial-gradient(#727272 5%, transparent 5%);
background-size: 6px 6px;
padding: 5px;
margin-left: auto;
margin-right: auto;
}
}


/*image*/


.mediawiki .thumb .thumbimage {
width: 100%;
height: 100%;
}


div.thumbinner {
    border: 0;
    background-color: rgba(255,255,255,0.25);
}


.layout-image {
display: block;
height: 100%;
width: 100%;
background-repeat: no-repeat;
}


/* floatright */
.gfl-doll-card {
div.floatright, table.floatright {margin: 0;}
width: 8rem;
/* floatleft */
height: 14.25rem;
div.floatleft, table.floatleft {margin: 0;}
position: relative;
border: thin solid var(--iopw-sys-palette-gray-99);
background-size: 8rem 14.25rem;
display: inline-block;
background-image: url(/images/thumb/5/5a/Infobox_bg.png/138px-Infobox_bg.png);
/* Background calc until Infobox gets rid of its shadow */
background-size: calc(100% + 10px);
background-position: -5px calc(-0.75rem - 5px);




  & .doll-image {
background-size: contain;
background-position-y: 0.8rem;
  }


  & .rarity-class {
position: absolute;
top: 0;
left: 0;
background-position: 0.075rem 0.075rem;
pointer-events: none;
  }


  & .index {
bottom: 0.165rem;
width: 100%;
font-size: 1.0rem;
letter-spacing: -0.1875rem;
padding-right: 0.35rem;
line-height: 1rem;
text-shadow: none;
text-align: right;
color: white;
font-family: var(--iopw-sys-typeface-mono),var(--iopw-sys-typeface-mono-alt),var(--iopw-sys-typeface-mono-fallback);
position: absolute;
left: 0;
user-select: none;
  }


/* standard link colors */
  & .card-frame {
.mw-body a, .mw-body a.extiw { color: #FFCC00; } /* normal unvisited links */
width: 100%;
.mw-body a.external  { color: #FFCC00; } /* normal unvisited links */
background: url("/images/thumb/2/2c/Infobox_border.png/128px-Infobox_border.png") top left no-repeat;
.mw-body a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited { color: #EEAA00; } /* visited links */
height: 100%;
.mw-body a.new { color: #DD0000; } /* new links */
background-size: contain;
.mw-body a.extiw, .mw-body a.external {
position: absolute;
background-position: center right;
top: 0;
left: 0;
  }
 
  & > .plainlinks.card-frame > .external.text {
color: transparent;
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
  }
 
  & .name {
top: 11rem;
font-size: 1rem;
width: 100%;
padding: 0.1rem;
background-repeat: no-repeat;
background-repeat: no-repeat;
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%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
background-size: contain;
padding-right: 13px;
line-height: 1.5rem;
}
background-position: center;
text-align: left;
text-shadow: none;
color: black;
font-weight: var(--iopw-sys-font-weight-bold);
font-family: var(--iopw-sys-typeface-fancy);
text-overflow: ellipsis;
white-space: nowrap;
left: 0;
position: absolute;
overflow: hidden;
user-select: none;
  }


/* plain links*/
  &.doll-rarity-2 .name { background-image: url("/images/b/b1/Infobox_name_2star.png"); }
 
  &.doll-rarity-3 .name { background-image: url("/images/c/c1/Infobox_name_3star.png"); }
.plainlinks {
  &.doll-rarity-4 .name { background-image: url("/images/8/81/Infobox_name_4star.png"); }
padding:0;
  &.doll-rarity-5 .name { background-image: url("/images/2/26/Infobox_name_5star.png"); }
background:none;
  &.doll-rarity-6 .name { background-image: url("/images/a/a0/Infobox_name_6star.png"); }
  &.doll-rarity-EXTRA .name { background-image: url("/images/c/c0/Infobox_name_EXTRAstar.png"); }
}
}


/* Spoiler Text */
.card-bg {
.spoiler {
  background-image:url("/images/5/5a/Infobox_bg.png");
    -moz-transition: all .1s ease-in;
  width:auto;
    -o-transition: all .1s ease-in;
  height:456px;
    -webkit-transition: all .1s ease-in;
  padding:10px;
    transition: all .1s ease-in;
  margin-left: auto;
    -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
  margin-right: auto;
    filter: blur(3px);
  position: relative;
}
}


.spoiler:hover {
.withborders{
    filter: none;
  border:grey 2px solid;
}
}


div.spoiler {
/* For compatibility. Move to card-bg class if possible. */
display: inline-block;
.profiletable .card-bg {
  height:auto;
  margin: 0;
  display: inline-block;
}
}


.gfwiki-message-box {
.card-bg .raritystars {
padding: 4px;
  position: absolute;
min-height: 75px;
  top: 11px;
border: thin solid gray;
  right: 15px;
background: #323232;
  z-index: 3;
background: rgba(50,50,50,0.5);
overflow: auto;
}
}


.darken {filter:brightness(30%);}
.card-bg .raritystars.rarityEXTRA {
  top: inherit;
  bottom: 120px;
}


 
.card-bg .dollname {
/* Tables */
  position: absolute;
.gf-table th,
  margin-left: 2px;
.gf-table.testcasetable th.testcasedescription {
  z-index: 4;
color: #322300;
  text-align: left;
font-size: 110%;
  font-size: 250%;
background-color: #f0b000;
  text-shadow: none;
text-align: center;
  color: black;
padding: 5px;
  font-weight: bold;
text-shadow:none;
  font-family: times new roman;
  bottom: 50px;
}
}


.gf-table th a {color: #875e00}
.card-bg .indexnumber {
 
  position: absolute;
  bottom: 3px;
  width: 66px;
  z-index: 4;
  font-size: 245%;
  text-shadow: none;
  color: white;
  font-family: courier new;
  letter-spacing: -6px;
  text-align: center;
  right: 8px;
  line-height: 1;
}


.gf-table > tbody > tr > td {
.card-bg .namefield {
background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
padding: 5px;
  z-index: 3;
  bottom: 52px;
}
}


.card-bg .classificationsymbol {
  position: absolute;
  margin-left: 1px;
  margin-top: 1px;
  z-index: 3;
}


.gf-table-lightcell > tbody > tr > td {
.card-bg .profilebackground {
background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
}
}


.gf-table-layered > tbody > tr > td {
.card-bg .dollprofileimage {
background: rgba(0, 0, 0, 0.3);
  margin-top: 21px;
color:rgb(200,200,200);
  min-width: 256px;
  margin-bottom: 94px;
}
}


.gf-table-layered > tbody > tr > th {
 
color:white;
.card-bg-small {
background: rgba(0, 0, 0, 0.6);
background-image:url("/images/thumb/5/5a/Infobox_bg.png/138px-Infobox_bg.png");
width:128px;
height:228px;
padding:5px;
display:inline-block;
}
}


.card-bg-small.unreleased,
.unreleased {
  opacity: 0.25;
}


.gf-table-darkcell > tbody > tr > td {
.card-bg-small .pad {
background: rgba(0, 0, 0, 0.6);
position:absolute;
z-index:5
}
}


/* General button style */
.card-bg-small .name {
button.gf-button {
position:absolute;
  padding: 3px 6px;
margin-left:2px;
  margin: 2px 2px;
margin-top:178px;
  border-radius: 15px;
z-index:4;
  border: thin solid transparent;
text-align:left;
  text-shadow:none;
font-size:125%;
  font-family: arial;
text-shadow:none;
  font-weight: bold;
color: black;
  font-size: 1em;
font-weight: bold;
  background-color: #4E443C;
font-family: "Times New Roman", Times, serif;
  color:#F0b000;
text-overflow: ellipsis;
 
    width: 126px;
  -moz-transition: all .2s ease-in;
    white-space: nowrap;
  -o-transition: all .2s ease-in;
    overflow: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  opacity:0.5;
}
}


button.gf-button.enabled {
.card-bg-small .index {
  border: thin solid #F0b000;
position:absolute;
  opacity:0.75;
margin-top:206px;
width:128px;
z-index:4;
font-size:110%;
text-shadow:none;
text-align:right;
color: white;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
letter-spacing: -3px
}
}


button.gf-button.active {
.card-bg-small .rarity-stars {
  color:#4E443C;
position:absolute;
  background-color: #F0b000;
margin-top:178px;
  border-radius: 15px;
z-index:3
  border: none;
  text-shadow:none;
  opacity:1;
}
}


button.gf-button:hover {
.card-bg-small .rarity-class {
  opacity:1;
position:absolute;
margin-left:1px;
margin-top:1px;
z-index:3
}
}


button.gf-button:disabled,
.card-bg-small .infobox-border {
button.gf-button:disabled:hover {
position:absolute;
  color: #a2a2a2;
z-index:2
  opacity:0.75;
}
}


/*equipment*/
.card-bg-small .doll-image {
.greenrow > td {color:green}
margin-top:10px;
.redrow > td {color:red}
height:167px;
display: inline-block;
}




 
.icon-bg-2star-small {
 
background-image: url("/images/thumb/7/72/BG_2star_S.png/60px-BG_2star_S.png");
 
padding: 0.3125rem;
/* picture preview*/
display: inline-block;
 
width: 3.125rem;
.mw-mmv-image img.gif, .mw-mmv-image img.png, .mw-mmv-image img.svg, .mw-mmv-image img.tiff, .mw-mmv-image img.tif {
height: 3.125rem;
    background: none;
background-size: contain;
& img {
height: 100%;
width: 100%;
}
}
}


.mw-mmv-image img.gif:hover, .mw-mmv-image img.png:hover, .mw-mmv-image img.svg:hover, .mw-mmv-image img.tiff:hover, .mw-mmv-image img.tif:hover {
.gfl-item {
    background: url(/extensions/MultimediaViewer/resources/mmv/ui/checker.png?bdcf5) repeat;
display: flex;
padding: 0.3125rem;
position: relative;
& h3 {
display: none;
}
& .container {
background-color: rgba(0, 0, 0, 0.5);
width: 21.25rem;
padding: 0.625rem 0.625rem 1.875rem 0.625rem;
}
& .item-background {
background-image: url("/images/thumb/7/72/BG_2star_S.png/60px-BG_2star_S.png");
background-size: cover;
padding: 0.3125rem;
float: left;
margin-right: 1.25rem;
width: 3.125rem;
height: 3.125rem;
& img {
height: 100%;
width: 100%;
}
}
& .item-name {
background: rgba(127, 127, 127, 0.4);
display: flex;
padding: 0.1rem 0.3125rem
}
& .item-desc {
border: 1px darkgrey solid;
width: 100%;
margin-bottom: 0.5rem;
padding: 0.5rem;
text-align: justify;
}
& .item-addon {
position: absolute;
left: 1rem;
bottom: 1rem;
}
}
}




.mw-mmv-overlay {
.variable-columns {
    position: fixed;
-ms-column-width: 450px;
    top: 0;
-moz-column-width: 450px;
    left: 0;
-webkit-column-width: 450px;
    right: 0;
column-width: 450px;
    bottom: 0;
}
    background-color: rgba(0,0,0,0.8);
 
    opacity: 0.73;
li.gallerybox div.thumb {
  background-color: #f9f9f91a;
  backdrop-filter: blur(var(--iopw-sys-size-1));
}
}
body.mediawiki.mw-mmv-lightbox-open #mw-page-base,
 
body.mediawiki.mw-mmv-lightbox-open #mw-head-base,
.chibiAnimationContainer {
body.mediawiki.mw-mmv-lightbox-open #mw-navigation,
  height: 300px;
body.mediawiki.mw-mmv-lightbox-open #content,
  width: 300px;
body.mediawiki.mw-mmv-lightbox-open #footer,
  margin-left: auto;
body.mediawiki.mw-mmv-lightbox-open #globalWrapper {
  margin-right: auto;
    display: inherit;
  max-height: 260px;
  max-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
}
body.mediawiki.mw-mmv-lightbox-open > *  {
 
    display: inherit;
.chibiAnimationContainer .chibiScreenshotButton {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('/images/8/8e/Screencap.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
}
body.mediawiki.mw-mmv-lightbox-open > script,
 
body.mediawiki.mw-mmv-lightbox-open > style {
.chibi-costume-switcher {
    display: none;
  width: 240px;
}
}
body.mediawiki.mw-mmv-lightbox-open {
 
    overflow: hidden;
.profiletable {
  overflow: hidden;
}
}
body .mw-mmv-wrapper {
 
    position: fixed;
.profiletable .tdoll_chibi,
.profiletable .chibiAnimationContainer,
.chibiAnimationContainer.commander-chibi {
  background: repeating-linear-gradient(-55deg,#22222266,#22222266 10px,#33333366 10px,#33333366 20px);
}
}
/* mutilmediaViewer 信息栏修复 */
 
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column {
.profiletable .tdoll_chibi .chibiAnimation,
    width: 30%;
.profiletable .chibiAnimationContainer .chibiAnimation {
  margin-top: 80px;
}
}
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column {
 
    width: 70%;
.profiletable .tdoll_chibi .chibiAnimationClickArea,
    max-width: 70%;
.profiletable .chibiAnimationContainer .chibiAnimationClickArea {
  height: 260px;
}
}
ul.mw-mmv-image-links li {
 
     float: left;
.tdoll_chibi .chibiAnimation,
     padding: .3em 1em;
.chibiAnimationContainer .chibiAnimation {
     flex-shrink: 0;
     pointer-events: none;
}
}
div.mw-mmv-image-desc-div,
 
div.mw-mmv-image-links-div{
.commander-chibi-container {
    display:block
display: inline-block;
}
}
div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li {
 
     height:inherit;
.commander-chibi-container .chibiAnimationClickArea {
     line-height:inherit;
    width: 100%;
     height: 100%;
    position: absolute;
     top: 0;
    left: 0;
}
}


/* fading effects*/
.commander-chibi-container .chibiAnimation {
position: absolute;
}


.hover-button {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
opacity:0.75;
}


.hover-button:hover {
.notification {
opacity:1;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.8em;
  font-style: italic;
  color: #71fdff;
}
}


.hover-button50 {  
.profiletable.boss {
    -moz-transition: all .2s ease-in;
  background-image: url('/images/f/fc/Boss_Skull_Icon.png');
    -o-transition: all .2s ease-in;
  background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in;
  background-position-x: 5px;
    transition: all .2s ease-in;
  background-position-y: 5px;
opacity:0.5;
}
}


.hover-button50:hover {  
.gf-table.stattable {
opacity:1;
  display: inline-block;
  vertical-align: top;
}
.gf-table.stattable + .gf-table.stattable {
  margin-left: 10px;
}
.gf-table.stattable .statlabel {
  background:rgba(127, 127, 127, 0.2);
}
.gf-table.stattable .statlabel.statlabelgradient  {
  background: linear-gradient(135deg, rgba(127, 127, 127, 0.4) 85%, rgba(0, 0, 0, 0.5) 85%);
}
.gf-table.stattable .statvalue {
  background:rgba(0, 0, 0, 0.25);
  padding-left:10px;
  padding-right:10px;
  text-align:center
}
.gf-table.stattable .statcomment {
  font-style: italic;
}
}


/* for color inversion */
.invertcolor{-webkit-filter:invert(1);filter:invert(1)}
.invertcolor-50{-webkit-filter:invert(1);filter:invert(0.5)}


/*For construction tables*/


/*                    main page                    */
.multi-column-table tbody {display:block;}
.multi-column-table tr {display:table;}
.multi-column-table td {display:table-cell;}
.multi-column-table tbody, .multi-column-table tr {min-width:100%;}
.multi-column-table table {width: 100%; max-width: 100%;}




/*MAIN PAGE CONTENTS*/
.multi-column-table tbody {
    column-width:450px;
    -moz-column-width:450px;
    -webkit-column-width:450px;
}


@keyframes glowing {
.multi-column-200px tbody {
0% {
-ms-column-width: 200px;
  box-shadow: 0px 0px 10px #000;
    -moz-column-width:200px;
  border-color:grey;
    -webkit-column-width:200px;
  }
    column-width:200px;
45% {
  box-shadow:0 0 10px #c40400;
  border-color:red;
  }
55% {
  box-shadow:0 0 10px #c40400;
  border-color:red;
  }
100% {
  box-shadow: 0px 0px 10px #000;
  border-color:grey;
}
}
.button-glow {
animation:glowing 3000ms infinite
}
}


.multi-column-300px tbody {
-ms-column-width: 300px;
    -moz-column-width:300px;
    -webkit-column-width:300px;
    column-width:300px;
}




.rightcol, .leftcol {
@media only screen and (max-width: 820px) {
    max-width: 800px;
div#mw-panel {display:none;}
width:100%;
div#left-navigation{margin-left:0;}
margin-left:auto;
.mw-body {margin-left:0;}
margin-right:auto;
}
}
.leftcol {
 
    float: left;
 
    position: relative;
.floatright {
    margin-bottom:5px;
margin: 0;
float: right;
}
}
 
.floatleft {
.rightcol{
margin: 0;
float:left;
float: left;
height:auto;
}
}


#timerwidgets{float:left}


#flexible-panel{width:100%;display:none}
/* plain links*/


.mainpage{
.plainlinks {
margin-left:auto;
padding:0;
margin-right:auto; /*Mediawiki max space for 1080p is some 1600px*/
background:none;
     padding:0;
}
 
/* Spoiler Text */
.spoiler {
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
     filter: blur(3px);
}
}


/* small screen less than 800px content width*/
.spoiler:hover {
@media only screen and (max-width: 1040px) {
    filter: none;
.mainpage{
width:100%;
}
#timerwidgets{width:240px;float:left;}
#newestadditions{width:auto;margin-left:245px;}
#twitter-widget-0{height:267px!important;}
.updates{max-height:136.833px;}
.promotions{max-height:120.133px;}
}
}
/* over 800px, not resize for page necessary*/
 
@media only screen and (min-width: 1040px) {
div.spoiler {
.mainpage{width:800px;}
display: inline-block;
#timerwidgets{width:345px;float:left;}
}
#newestadditions{width:450px;float:left;margin-left:5px;}
 
#twitter-widget-0{height:373px!important;}
.gfwiki-message-box {
#aboutgame,#aboutwiki{width:800px;}
padding: 4px;
.updates{max-height:198.25px;}
min-height: 75px;
.promotions{max-height:164px;}
border: thin solid gray;
background: #323232;
background: rgba(50,50,50,0.5);
overflow: auto;
}
.gfwiki-message-box + .gfwiki-message-box {
margin-top: 1rem;
}
}


.darken {filter:brightness(30%);}


@media only screen and (min-width: 1360px) {
.mainpage{width:1068px;}
.rightcol{width:240px;margin-left:2em;}
#timerwidgets{width:240px;}
#newestadditions{width:240px;margin-left:0;min-height: 479px;max-height: 479px;margin-bottom:5px;}
#twitter-widget-0{height:479px!important;}
.updates{max-height:136.833px;}
.promotions{max-height:120.133px;}
}


@media only screen and (min-width: 1480px) {
/* Tables */
.mainpage{width:1188px;}
.mw-templatedata-doc-wrap .mw-templatedata-doc-params th,
.rightcol{width:360px;margin-left:2em;}
.gf-table th,
#timerwidgets{width:360px;}
.cargoTable th,
#newestadditions{width:360px;margin-left:0px;min-height: 361px;max-height: 361px;}
.gf-table.testcasetable th.testcasedescription {
#twitter-widget-0{height: 361px !important;}
color: var(--iopw-sys-palette-on-primary);
.updates{max-height:217.017px;}
font-size: var(--iopw-sys-size-4);
.promotions{max-height:170.267px;}
background-color: var(--iopw-sys-palette-primary);
padding: var(--iopw-sys-size-2);
text-align: center;
text-shadow: none;
}
}


.gf-table th a {color: #875e00}


@media only screen and (min-width: 1600px) {
.mw-templatedata-doc-wrap .mw-templatedata-doc-params > tbody > tr > td,
.mainpage{width:1308px;}
.gf-table > tbody > tr > td,
.rightcol{width:480px;}
.cargoTable > tbody > tr > td {
#timerwidgets{width:235px;}
background-color: rgba(0, 0, 0, 0.6);
#newestadditions{width:240px;margin-left:5px;min-height: 269px;max-height: 269px;}
padding: 5px;
#twitter-widget-0{height:269px!important;}
#aboutgame,#aboutwiki{width:480px;margin-left:2em;}
.updates{max-height:133.917px;}
.promotions{max-height:118.05px;}
}
}


@media only screen and (min-width: 1720px) {
.gf-table-borders {
.mainpage{width:1428px;}
border: grey 2px solid;
.rightcol{width:600px;}
border-collapse: collapse;
#timerwidgets{width:295px;}
#newestadditions{width:300px;min-height: 329px;max-height: 329px;}
#twitter-widget-0{height:329px!important;}
#aboutgame,#aboutwiki{width:600px;}
.updates{max-height:169px;}
.promotions{max-height:143.117px;}
}
}


.homepage-panel{
.gf-table-borders td {
background-color: rgba(150,150,150,0.8);
border: grey 1px solid;
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
}
}


#aboutgame,#aboutwiki,#newestadditions{
.gf-table-lightcell > tbody > tr > td {
padding:0.5em;
background: rgba(0, 0, 0, 0.3);
background-color: #3f3f3f;
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
background-image:url("//en.gfwiki.com/images/1/10/Aboutgame.png");
background-repeat: no-repeat;
background-position: -1.5em -0.2em,left top;
overflow:hidden;
display:inline-block;
box-sizing:border-box;
}
}


.newestadditiongroup {
.gf-table-layered > tbody > tr > td {
  display: inline-block;
background: rgba(0, 0, 0, 0.3);
  width: 47%;
color:rgb(200,200,200);
  margin-top: 5px;
}
}


.newestadditiongroup table {
.gf-table-layered > tbody > tr > th {
  width: 100%;
color:white;
background: rgba(0, 0, 0, 0.6);
}
}


.newestadditiongroup td {
.gf-table-darkcell > tbody > tr > td {
  overflow: hidden;
background: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}
}


.mainpage-link-collection {
.mw-templatedata-doc-wrap .mw-templatedata-doc-params {
display: inline-flex;
    color: white;
flex-direction: row;
    color: rgba(250,250,250,1);
flex-wrap: wrap;
    text-shadow: 0 0 0.2em black,0 0 0.2em black;
}
}


.mainpage-link-collection .mainpage-link-section {
.mw-templatedata-doc-wrap table.wikitable {
     display: flex;
     border: none;
     flex-wrap: wrap;
     border-collapse: separate;
     flex-direction: row;
     background-color: transparent;
    position: relative;
}
    padding-top: 2.3em;
.mw-templatedata-doc-wrap table.wikitable > * > tr > th,
    margin-right: 3em;
.mw-templatedata-doc-wrap table.wikitable > * > tr > td {
    margin-bottom: 10px;
border: none;
}
.mw-templatedata-format {
font-weight: normal;
}
}


.mainpage-link-collection .mainpage-link-section-title {
/* General button style */
    position: absolute;
button.gf-button {
    top: 0;
  padding: 3px 6px;
    left: 5px;
  margin: 2px 2px;
    font-size: 1.5em;
  border-radius: 15px;
    margin: 0;
  border: thin solid transparent;
padding: 0;
  text-shadow:none;
  font-family: arial;
  font-weight: bold;
  font-size: 1em;
  background-color: #4E443C;
  color:#F0b000;
 
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  opacity:0.5;
}
 
button.gf-button.enabled {
  border: thin solid #F0b000;
  opacity:0.75;
}
}


.mainpage-link-collection .mainpage-link-group {
button.gf-button.active {
border: 3px solid rgb(150, 150, 150);
  color:#4E443C;
padding: 0.5em;
  background-color: #F0b000;
min-width: 300px;
  border-radius: 15px;
padding-top: 1em;
  border: none;
position: relative;
  text-shadow:none;
background-color:#3f3f3f;
  opacity:1;
box-shadow: 0px 0px 10px#000;
background-image: url("/images/1/10/Aboutgame.png");
background-repeat: no-repeat;
background-position: -1.5em -0.2em,left top;
margin-right: 10px;
}
}


.mainpage-link-collection .mainpage-link-group-title {
button.gf-button:hover {
    position: absolute;
  opacity:1;
    top: 0;
    left: 5px;
}
}


.mainpage-link-collection .mainpage-link-group li {
button.gf-button:disabled,
list-style: none;
button.gf-button:disabled:hover {
  color: #a2a2a2;
  opacity:0.75;
}
}


#mainmenu{
/*equipment*/
background-image:url("//en.gfwiki.com/images/8/86/BG_homescreen.jpg");
.greenrow > td {color:green}
background-repeat: no-repeat;
.redrow > td {color:red}
background-size: cover;
 
margin-top:5px;
 
max-width:800px;
height:300px;
position:relative;
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000
}


#directory{
background-image:url("//en.gfwiki.com/images/e/e8/BG_main_directory.png");
background-color: #3f3f3f;
border: rgb(150,150,150);
background-repeat: no-repeat;
background-position: right bottom;
background-size: auto 100%;
margin-top:5px;
max-width:800px;
position:relative;
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
padding:0.5em;
}




.banners{
/* picture preview*/
max-width:800px;
 
max-height:198px;
.mw-mmv-image img.gif, .mw-mmv-image img.png, .mw-mmv-image img.svg, .mw-mmv-image img.tiff, .mw-mmv-image img.tif {
width:auto;
    background: none;
height:auto;
border: rgb(150,150,150);
border-width: 0.25em;
border-style: solid;
box-shadow: 0 0 10px #000;
visibility:hidden;
position:absolute;
}
}


.banners .jcarousel-item {
.mw-mmv-image img.gif:hover, .mw-mmv-image img.png:hover, .mw-mmv-image img.svg:hover, .mw-mmv-image img.tiff:hover, .mw-mmv-image img.tif:hover {
  max-height: 200px;
    background: url(/extensions/MultimediaViewer/resources/mmv/ui/checker.png?bdcf5) repeat;
}
}


.banners .jcarousel-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.updates{
.mw-mmv-overlay {
background-image: url("//en.gfwiki.com/images/thumb/6/6f/BG_factory.png/395px-BG_factory.png");
    position: fixed;
background-repeat: no-repeat;
    top: 0;
background-size: cover;
    left: 0;
width:360px;
    right: 0;
width:auto;
    bottom: 0;
border: rgb(150,150,150);
    background-color: rgba(0,0,0,0.8);
border-width: 3px;
    opacity: 0.73;
border-style: solid;
box-shadow: 0px 0px 10px #000;
margin-bottom:5px;
visibility:hidden;
position:absolute;
}
}
 
body.mediawiki.mw-mmv-lightbox-open #mw-page-base,
#banner-blank {
body.mediawiki.mw-mmv-lightbox-open #mw-head-base,
visibility:visible;
body.mediawiki.mw-mmv-lightbox-open #mw-navigation,
position:inherit;
body.mediawiki.mw-mmv-lightbox-open #content,
body.mediawiki.mw-mmv-lightbox-open #footer,
body.mediawiki.mw-mmv-lightbox-open #globalWrapper {
    display: inherit;
}
}
 
body.mediawiki.mw-mmv-lightbox-open > *  {
#update-blank {
    display: inherit;
visibility:visible;
position:inherit;
}
}
 
body.mediawiki.mw-mmv-lightbox-open > script,
.promotions {
body.mediawiki.mw-mmv-lightbox-open > style {
max-width:360px;
    display: none;
height:auto;
width:auto;
overflow:hidden;
background-color:#232323;
border: rgb(150,150,150);
border-width: 0.25em;
border-style: solid;
box-shadow: 0 0 10px #000;
margin-bottom:5px;
visibility:hidden;
position:absolute;
}
}
 
body.mediawiki.mw-mmv-lightbox-open {
#promotion-blank {
    overflow: hidden;
visibility:visible;
position:inherit;
}
}
 
body .mw-mmv-wrapper {
.dropdown {
     position: fixed;
     position: relative;
    display: inline-block;
}
}
 
/* mutilmediaViewer 信息栏修复 */
.dropdown-content {
.mw-mmv-image-metadata {
     display: none;
margin-top: 0;
     position: absolute;
}
     z-index:3;
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column {
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     width: 30%;
}
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column {
     width: 70%;
     max-width: 70%;
}
ul.mw-mmv-image-links li {
    float: left;
     padding: .3em 1em;
}
div.mw-mmv-image-desc-div,
div.mw-mmv-image-links-div{
    display:block
}
div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li {
    height:inherit;
    line-height:inherit;
}
}


.dropdown-content a {
/* fading effects*/
    text-decoration: none;
 
    display: block;
.hover-button {  
     -moz-transition: all .2s ease-in;
     -moz-transition: all .2s ease-in;
     -o-transition: all .2s ease-in;
     -o-transition: all .2s ease-in;
     -webkit-transition: all .2s ease-in;
     -webkit-transition: all .2s ease-in;
     transition: all .2s ease-in;
     transition: all .2s ease-in;
opacity:0.75;
}
}


.dropdown-content a:hover {opacity:0;}
.hover-button:hover {  
opacity:1;
}


.dropdown:hover .dropdown-content {
.hover-button50 {
     bottom: 100%;
    -moz-transition: all .2s ease-in;
     display: block;
     -o-transition: all .2s ease-in;
     left:1em;
     -webkit-transition: all .2s ease-in;
     transition: all .2s ease-in;
opacity:0.5;
}
}


#serverTabSpan {
.hover-button50:hover {  
    position: absolute;
opacity:1;
    margin: -6px 0 0 6px;
}
}


.serverTabLinks:hover {
    opacity: 0.8;
}
.serverTabLinks {
    border: none;
    border-radius: 1px;
    border: none;
    text-shadow: none;
    z-index: 5;
    padding: 3px 6px;
    margin: 2px 2px;
    font-weight: bold;
    font-size: 40%;
    transition: all .2s ease-in;
    opacity: 0.5;
}


.serverTabLinks-active {
 
    opacity: 0.9!important;
/*                    main page                    */
}
 
 
 
 
/*MAIN PAGE CONTENTS*/
 
 
.tabButtonLane {
@keyframes glowing {
display: flex;
0% {
   padding-top:1px
  box-shadow: 0px 0px 10px #000;
  border-color:grey;
  }
45% {
  box-shadow:0 0 10px #c40400;
  border-color:red;
  }
55% {
  box-shadow:0 0 10px #c40400;
  border-color:red;
  }
100% {
  box-shadow: 0px 0px 10px #000;
   border-color:grey;
}
}
}
.tabButtonLane > button {
.button-glow {
background-color: rgba(100,100,100,0.3);
animation:glowing 3000ms infinite
color: white;
font-weight: bold;
display: inline-block;
padding: 4px 10px;
margin-left: 3px;
border: none;
text-shadow: 0 0 0.2em black,0 0 0.2em black;
font-size: 1em;
cursor: pointer;
}
}


.tabButtonLane > button:hover {
    background-color: rgba(100,100,100,0.45);
}


.tabButtonLane > .tabButton-active {
    background-color: rgba(100,100,100,0.7)!important;
}


 
.rightcol, .leftcol {
.gf-droplist {
    max-width: 800px;
background-color:rgba(250,250,250,0.9);
width:100%;
text-align:center;
margin-left:auto;
border: none;
margin-right:auto;
color: rgb(63,63,63);
}
}
 
.leftcol {
 
    float: left;
/* For droplists on T-Doll pages */
    position: relative;
.skill {
    margin-bottom:5px;
background-color: #f0b000;
width:60px;
height:21px;
text-align:center;
border:none;
color:rgb(63,63,63);
}
}


/* Tile Search Engine */
.rightcol{
div.tileSearchDiv {
float:left;
  display: inline-block;
height:auto;
  margin-right: 15px;
}
}


table.userselectiongridtable td {
#timerwidgets{float:left}
  height: 20px;
 
  width: 20px;
#flexible-panel{width:100%;display:none}
  border: thin solid gray;
}
table.userselectiongridtable td.active {
  background-color: cyan;
}


table.userselectionpositiontable td {
.mainpage{
  height: 20px;
margin-left:auto;
  width: 20px;
margin-right:auto; /*Mediawiki max space for 1080p is some 1600px*/
  border: thin solid gray;
    padding:0;
}
table.userselectionpositiontable td.active {
  background-color: white;
}
}


table.minigridtable td {
/* small screen less than 800px content width*/
  height: 3px;
@media only screen and (max-width: 1040px) {
  width: 3px;
.mainpage{
  background-color: rgba(0,0,0,0.5);
width:100%;
}
#timerwidgets{width:240px;float:left;}
#newestadditions{width:auto;margin-left:0;}
#twitter-widget-0{height:267px!important;}
.updates{max-height:136.833px;}
.promotions{max-height:120.133px;}
}
}
table.tilesearchdolls tr[data-tile1="1"] table.minigridtable tr:nth-child(3) td:nth-child(1),
/* over 800px, not resize for page necessary*/
table.tilesearchdolls tr[data-tile2="1"] table.minigridtable tr:nth-child(3) td:nth-child(2),
@media only screen and (min-width: 1040px) {
table.tilesearchdolls tr[data-tile3="1"] table.minigridtable tr:nth-child(3) td:nth-child(3),
.mainpage{width:800px;}
table.tilesearchdolls tr[data-tile4="1"] table.minigridtable tr:nth-child(2) td:nth-child(1),
#timerwidgets{width:345px;float:left;}
table.tilesearchdolls tr[data-tile5="1"] table.minigridtable tr:nth-child(2) td:nth-child(2),
#newestadditions{width:450px;float:left;margin-left:5px;}
table.tilesearchdolls tr[data-tile6="1"] table.minigridtable tr:nth-child(2) td:nth-child(3),
#twitter-widget-0{height:373px!important;}
table.tilesearchdolls tr[data-tile7="1"] table.minigridtable tr:nth-child(1) td:nth-child(1),
#aboutgame{width:800px;}
table.tilesearchdolls tr[data-tile8="1"] table.minigridtable tr:nth-child(1) td:nth-child(2),
#aboutwiki{width:800px; margin-left: 0.5em;}
table.tilesearchdolls tr[data-tile9="1"] table.minigridtable tr:nth-child(1) td:nth-child(3)    {
.updates{max-height:198.25px;}
  background-color: cyan;
.promotions{max-height:164px;}
}
}
table.tilesearchdolls tr[data-tile1="0"] table.minigridtable tr:nth-child(3) td:nth-child(1),
 
table.tilesearchdolls tr[data-tile2="0"] table.minigridtable tr:nth-child(3) td:nth-child(2),
 
table.tilesearchdolls tr[data-tile3="0"] table.minigridtable tr:nth-child(3) td:nth-child(3),
@media only screen and (min-width: 1360px) {
table.tilesearchdolls tr[data-tile4="0"] table.minigridtable tr:nth-child(2) td:nth-child(1),
.mainpage{width:1068px;}
table.tilesearchdolls tr[data-tile5="0"] table.minigridtable tr:nth-child(2) td:nth-child(2),
.rightcol{width:240px;margin-left:2em;}
table.tilesearchdolls tr[data-tile6="0"] table.minigridtable tr:nth-child(2) td:nth-child(3),
#timerwidgets{width:240px;}
table.tilesearchdolls tr[data-tile7="0"] table.minigridtable tr:nth-child(1) td:nth-child(1),
#newestadditions{width:240px;margin-left:0;min-height: 0;max-height: 479px;margin-bottom:5px;}
table.tilesearchdolls tr[data-tile8="0"] table.minigridtable tr:nth-child(1) td:nth-child(2),
#twitter-widget-0{height:479px!important;}
table.tilesearchdolls tr[data-tile9="0"] table.minigridtable tr:nth-child(1) td:nth-child(3) {
.updates{max-height:136.833px;}
  background-color: white;
.promotions{max-height:120.133px;}
}
}


table.tilesearchdolls>tbody>tr { display: none; }
@media only screen and (min-width: 1480px) {
table.tilesearchdolls>tbody>tr.works { display: inherit; }
.mainpage{width:1188px;}
.rightcol{width:360px;margin-left:2em;}
#timerwidgets{width:360px;}
#newestadditions{width:360px;margin-left:0px;min-height: 0;max-height: 361px;}
#twitter-widget-0{height: 361px !important;}
.updates{max-height:217.017px;}
.promotions{max-height:170.267px;}
}


/* Documentational stuff */
.testcasetable {
  width: 100%;
}


.testcasetable th,
@media only screen and (min-width: 1600px) {
.gf-table.testcasetable th {
.mainpage{width:1308px;}
  background: rgba(50,50,50,0.5);
.rightcol{width:480px;}
  text-align: left;
#timerwidgets{width:235px;}
  padding-left: 5px;
#newestadditions{width:240px;margin-left:5px;min-height: 269px;max-height: 269px;}
  padding-right: 5px;
#twitter-widget-0{height:269px!important;}
  color: lightgray;
#aboutgame,#aboutwiki{width:480px;margin-left:2em;}
.updates{max-height:133.917px;}
.promotions{max-height:118.05px;}
}
}


.testcasetable td {
@media only screen and (min-width: 1720px) {
  width: 100%;
.mainpage{width:1428px;}
.rightcol{width:600px;}
#timerwidgets{width:295px;}
#newestadditions{width:300px;min-height: 0;max-height: 329px;}
#twitter-widget-0{height:329px!important;}
#aboutgame,#aboutwiki{width:600px;}
.updates{max-height:169px;}
.promotions{max-height:143.117px;}
}
}


.testcasetable .testcasedescription {
.homepage-panel{
width: 100%;
background-color: rgba(150,150,150,0.8);
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
}
}


table > tbody > tr > td.cell-yes, table > tbody > tr > td.cell-no {
#aboutgame,#aboutwiki,#newestadditions{
  color: white;
padding:0.5em;
  vertical-align: middle;
background-color: #3f3f3f;
  text-align: left;
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
background-image:url("/images/1/10/Aboutgame.png");
background-repeat: no-repeat;
background-position: -1.5em -0.2em,left top;
overflow:hidden;
display:inline-block;
box-sizing:border-box;
}
}


table > tbody > tr > td.cell-yes {
#newestadditions {
  background-color: #AB8C63;
width:100%;
overflow:auto;
white-space:nowrap;
}
}


table > tbody > tr > td.cell-no {
#newestadditions h4{
   background-color: #67718A;
   margin: 0;
  padding: 0;
  border-bottom: thin solid gray;
}
}


.navbox {
.newestadditiongroup {
   position: relative;
   display: inline-block;
  border:none;
   width: 47%;
   width: 90%;
   margin-top: 5px;
   margin-left: auto;
  margin-right: auto;
  background: rgba(0,0,0,0.5);
}
}


/* Only style the navbox headers, not the childs of childs */
.newestadditiongroup table {
.navbox>tr>th,
   width: 100%;
.navbox>tbody>tr>th,
.navbox>thead>tr>th {
   background: rgba(255,255,255,0.5);
  border: none;
  color: white;
}
}


.navbox th .navboxpopularizer {
.newestadditiongroup td {
   float: right;
   overflow: hidden;
   padding: 0 1em;
   text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}
}


.navbox .navboxlist {
.mainpage-link-collection {
  border: none;
display: inline-flex;
  width: 90%;
flex-direction: row;
  margin-left: auto;
flex-wrap: wrap;
  margin-right: auto;
  background: rgba(0,0,0,0.5);
}
}


.navboxlist table,
.mainpage-link-collection .mainpage-link-section {
.navboxlist-table {
    display: flex;
  border: none;
    flex-wrap: wrap;
  width: 100%;
    flex-direction: row;
  background: rgba(0,0,0,0.0);
    position: relative;
    padding-top: 2.3em;
    margin-right: 0;
    margin-bottom: 10px;
}
}


.navboxlist table .navboxlist-oddrow,
.mainpage-link-collection .mainpage-link-section-title {
.navboxlist-table .navboxlist-oddrow {
    position: absolute;
  background: linear-gradient(115deg,rgba(100,100,100,0.2) 0%, transparent 100%);
    top: 0;
    left: 5px;
    font-size: 1.5em;
    margin: 0;
padding: 0;
}
}


/* Definition for tooltips */
.mainpage-link-collection .mainpage-link-group {
.tooltip {
border: 3px solid rgb(150, 150, 150);
  position: relative;
padding: 0.5em;
  text-decoration-line: underline;
min-width: 300px;
  text-decoration-style: dotted;
position: relative;
  text-decoration-color: gray;
background-color:#3f3f3f;
box-shadow: 0px 0px 10px#000;
background-image: url("/images/1/10/Aboutgame.png");
background-repeat: no-repeat;
background-position: -1.5em -0.2em,left top;
margin-right: 10px;
}
}


.tooltip .tooltipcontainer {
.mainpage-link-collection .mainpage-link-group-title {
     visibility: hidden;
     margin: 0;
     width: 300px;
     padding: 0;
 
     border-bottom: thin solid gray;
     /* Position the tooltip */
    position: absolute;
    z-index: 1;
 
    bottom: 100%;
    left: 50%;
    margin-left: -150px; /* Use half of the width, to center the tooltip */
}
}


.tooltip .tooltiptext {
.mainpage-link-collection .mainpage-link-group li {
  height: 100%;
list-style: none;
  width: 100%;
  position: relative;
  background-color: #222222;
  background-clip:content-box;
  color: lightgray;
  padding: 17px;
}
}


.tooltip:hover .tooltiptext {
#mainmenu{
    visibility: visible;
background-image:url("/images/8/86/BG_homescreen.jpg");
background-repeat: no-repeat;
background-size: cover;
margin-top:5px;
max-width:800px;
height:300px;
position:relative;
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000
}
 
.GamesThumbContainer{
display:inline-block;
width:230px;
height:125px;
padding:2px;
}
 
.GameThumb{
display:flex;
position:absolute;
justify-content:center;
width:230px;
height:125px;
flex-direction:column;
text-align:center;
background-color: rgba(0,0,0,0.5);
font-size:1.5em;
text-shadow: 0px 0px 5px #000000;
}
}
.tooltiptext .tooltiptext-content {
 
  margin: 17px;
.GameThumb a{
  margin-bottom: 20px;
margin:2px;
}
}
.tooltiptext-corners {
 
   z-index: 0;
.game-thumb-container {
   position: absolute;
   display: flex;
   top: 0;
  flex-wrap: wrap;
   left: 0;
   gap: var(--iopw-sys-size-2);
  width: 100%;
   justify-content: center;
   height: 100%;
 
     background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAlCAYAAAAqXEs9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhoCnuyTOgAAAqpJREFUWMPFmL2O00AUhc/4J469kDjJFlQ0CIUCiQeg5BXS0RDyCLwCEmIlXgBRpSZbUNDvNjQ020UrSkSklTYbR0mcxT+XImPixDOOvRs7I0WR7LHn073n3LljBvHQAJj8v9TBBNdqHIRwgBEHUgHYAEIccLBYigzHcd6HYXib9eGrq6thu90+BaBkiHwuoIcA5kQU5Hl44jinDdt+x6Mbf+dcAjXfBXsv8eqK0ur3+891XVezzA+CgDHGdkaoyQXsbEVomUHYIX/H3gwgddP5+c8/Jycfm6qqluo2aapMs9q4uPhBlYpRqsuUlHsHqUMFVWLKUYc3n9GKgTkWQC24T6SeBVDPD8QYcDNTSOZeIoJtgYFtAx1xKJlKfABOfqCbmULX33814UomGMCzN+bYcw2WrBA2ACcldf7dIgSXRz+UVCbfB1AVpE0FUE+FuruGQsB63b4+0gK2LaGa9ZetFq1LoEypnuJADwaDwavRaOT3er1PAJ7sYjrWAqaboST+AeRQFgCPz5EDqZ1OZwhA6Xa7i/04LuBCNgVOjFIXZC6MexquMBJrKLVsICaMxBpqsycsASiCmkiWi8oBlQkULTWR2F39L/5t23ur0raP7YMJRW7XxvS4AYsSpZwAhEKg6v1hbGk0XjxaVF4+dWllfSprt9f4Lynks0vLO7u0vHiaSnCZ2NLJzdTP1aAVDMUOURjzQ4k05GVdy6ovyUycAULMPcYCn7agpsIUraFWJ3hNcDcTECnA8PPvlqgfar9tjeHH+yHi+9lUUg6inqaW32VVnfDlW3156zFh41zRiGmeLoiFtqMX8gFM8wMZOrEPX1tu+qwZk/dC6VAFiTpIWVQVtCOluCwNypI6r2Db+xJnyctBwUC7eqEkVAnfECMoS3KiNTY+G/0Dnsrgv/SoxVYAAAAASUVORK5CYII='),  url('data:image/png;base64,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'),  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhgL1QZJHAAAAaVJREFUOMu1lT1P20AYx39nX5xLAlYxEgtDkceCxEC7MvIl+jEy8JXoABII9WN0QWJgapTBDBGBAOnFL7kOdlKH+BIS1L90Op3l5+fn5Z7HIgy/PFCpBMiw6eDgG5eXZ97F+fn303b7l9dqpf1+P42iKJXgAW6FWRN4BMYs0mazydHhYc0oVet2uzqKotSBJ4uhAbaWQoda8xjHGGOmzxwQQJ98f6sx4FsiyfWqNfedDs4sdLI9W8A1QBWez4ezEwT+8clJ8PuuY7KnPCoRhmGpUB7QsvgUA6/T0/7+V3N19SOYnIUQYkO6n17STDjzhsNqpvCK4lnlvKSZKIVflq42UUCzDjRYpgqoAB5m89sooHWg0bDldxF0Ah7+81CVPTagtheCpf17Ol/alpFwVU8/pv8ClUkSr2WYJIm2Qm9ubufbxCwpb/6WtR4yjvX1LNCYIAiOpZR7a0Y/AtgDPpfWbq/X+2lWVFGfbUDIYmh65XQppbw1PDTF5TaiGJpTua5LlmUjIF2F6Pt+fTAYPE9aZ+uDN0gU42v0jo56380C/rz9mf0F/562M0QxvvYAAAAASUVORK5CYII='),  url('data:image/png;base64,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');
   & .game-thumb {
    background-attachment: local;
    position: relative;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    width: 14.375rem;
     background-position: top left, top right, bottom right, bottom left;
    height: 7.8125rem;
    }
   }
.tooltiptext-borders-l {
 
  position: absolute;
  & .game-thumb-img {
  top: 30px;
    position: absolute;
  bottom: 40px;
     filter: brightness(50%);
  left: 0;
    transition: 0.35s ease-in-out;
  width: 20px;
    & .mw-file-element {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAACCAYAAACt+Hc7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhowVjvCugAAAChJREFUCNdjZGBgEGRABZyfP39eePHiTeO4uDAGLPIkAyYsYmwMVAYAIvkHb69H/GoAAAAASUVORK5CYII=');
  object-fit: cover;
  background-repeat: repeat-y;
  width: 100%;
  background-position: top left;
  height: 100%;
}
  }
 
  & .game-thumb:hover .game-thumb-img {
     filter: brightness(90%);
  }
 
  & .game-thumb .game-thumb-link a {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--iopw-sys-size-5);
    padding: 1rem;
  }
}
}
.tooltiptext-borders-r {
 
  position: absolute;
#directory{
  top: 30px;
background-image:url("/images/e/e8/BG_main_directory.png");
  bottom: 20px;
background-color: #3f3f3f;
  left: 0;
border: rgb(150,150,150);
  right: 0;
background-repeat: no-repeat;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAACCAYAAACt+Hc7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhof/er/4wAAACpJREFUCNdjVFJS+s9AOXi/aNEqBn199bO8vLzxDAwM35ElmRioD9jQBQDWZwcb/aOfmQAAAABJRU5ErkJggg==');
background-position: right bottom;
  background-repeat: repeat-y;
background-size: auto 100%;
  background-position: top right;
margin-top:5px;
max-width:800px;
position:relative;
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
padding:0.5em;
}
}
.tooltiptext-borders-t {
 
   position: absolute;
 
   top: 0;
.banners{
max-width:800px;
max-height:198px;
width:auto;
height:auto;
border: rgb(150,150,150);
border-width: 0.25em;
border-style: solid;
box-shadow: 0 0 10px #000;
visibility:hidden;
position:absolute;
}
 
.banners .jcarousel-item {
  max-height: 200px;
}
 
.banners .jcarousel-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
 
.updates{
background-image: url("/images/thumb/6/6f/BG_factory.png/395px-BG_factory.png");
background-repeat: no-repeat;
background-size: cover;
width:360px;
width:auto;
border: rgb(150,150,150);
border-width: 3px;
border-style: solid;
box-shadow: 0px 0px 10px #000;
margin-bottom:5px;
visibility:hidden;
position:absolute;
}
 
#banner-blank {
visibility:visible;
position:inherit;
}
 
#update-blank {
visibility:visible;
position:inherit;
}
 
.promotions {
max-width:360px;
height:auto;
width:auto;
overflow:hidden;
background-color:#232323;
border: rgb(150,150,150);
border-width: 0.25em;
border-style: solid;
box-shadow: 0 0 10px #000;
margin-bottom:5px;
visibility:hidden;
position:absolute;
}
 
#promotion-blank {
visibility:visible;
position:inherit;
}
 
.dropdown {
    position: relative;
    display: inline-block;
}
 
.dropdown-content {
    display: none;
    position: absolute;
    z-index:3;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
 
.dropdown-content a {
    text-decoration: none;
    display: block;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
 
.dropdown-content a:hover {opacity:0;}
 
.dropdown:hover .dropdown-content {
    bottom: 100%;
    display: block;
    left:1em;
}
 
#serverTabSpan {
    position: absolute;
    margin: -6px 0 0 6px;
}
 
.serverTabLinks:hover {
    opacity: 0.8;
}
.serverTabLinks {
    border: none;
    border-radius: 1px;
    border: none;
    text-shadow: none;
    z-index: 5;
    padding: 3px 6px;
    margin: 2px 2px;
    font-weight: bold;
    font-size: 40%;
    transition: all .2s ease-in;
    opacity: 0.5;
}
 
.serverTabLinks-active {
    opacity: 0.9!important;
}
 
 
 
.tabButtonLane {
display: flex;
  padding-top:1px
}
.tabButtonLane > button {
background-color: rgba(100,100,100,0.3);
color: white;
font-weight: bold;
display: inline-block;
padding: 4px 10px;
margin-left: 3px;
border: none;
text-shadow: 0 0 0.2em black,0 0 0.2em black;
font-size: 1em;
cursor: pointer;
}
 
.tabButtonLane > button:hover {
    background-color: rgba(100,100,100,0.45);
}
 
.tabButtonLane > .tabButton-active {
    background-color: rgba(100,100,100,0.7)!important;
}
 
 
.gf-droplist {
background-color:rgba(250,250,250,0.9);
text-align:center;
border: none;
color: rgb(63,63,63);
}
 
 
/* For droplists on T-Doll pages */
.skill {
background-color: #f0b000;
width:60px;
height:21px;
text-align:center;
border:none;
color:rgb(63,63,63);
}
 
/* Tile Search Engine */
div.tileSearchDiv {
  display: inline-block;
  margin-right: 15px;
}
 
table.userselectiongridtable td {
  height: 20px;
  width: 20px;
  border: thin solid gray;
}
table.userselectiongridtable td.active {
  background-color: cyan;
}
 
table.userselectionpositiontable td {
  height: 20px;
  width: 20px;
  border: thin solid gray;
}
table.userselectionpositiontable td.active {
  background-color: white;
}
 
table.minigridtable td {
  height: 3px;
  width: 3px;
  background-color: rgba(0,0,0,0.5);
}
table.tilesearchdolls tr[data-tile1="1"] table.minigridtable tr:nth-child(3) td:nth-child(1),
table.tilesearchdolls tr[data-tile2="1"] table.minigridtable tr:nth-child(3) td:nth-child(2),
table.tilesearchdolls tr[data-tile3="1"] table.minigridtable tr:nth-child(3) td:nth-child(3),
table.tilesearchdolls tr[data-tile4="1"] table.minigridtable tr:nth-child(2) td:nth-child(1),
table.tilesearchdolls tr[data-tile5="1"] table.minigridtable tr:nth-child(2) td:nth-child(2),
table.tilesearchdolls tr[data-tile6="1"] table.minigridtable tr:nth-child(2) td:nth-child(3),
table.tilesearchdolls tr[data-tile7="1"] table.minigridtable tr:nth-child(1) td:nth-child(1),
table.tilesearchdolls tr[data-tile8="1"] table.minigridtable tr:nth-child(1) td:nth-child(2),
table.tilesearchdolls tr[data-tile9="1"] table.minigridtable tr:nth-child(1) td:nth-child(3)    {
  background-color: cyan;
}
table.tilesearchdolls tr[data-tile1="0"] table.minigridtable tr:nth-child(3) td:nth-child(1),
table.tilesearchdolls tr[data-tile2="0"] table.minigridtable tr:nth-child(3) td:nth-child(2),
table.tilesearchdolls tr[data-tile3="0"] table.minigridtable tr:nth-child(3) td:nth-child(3),
table.tilesearchdolls tr[data-tile4="0"] table.minigridtable tr:nth-child(2) td:nth-child(1),
table.tilesearchdolls tr[data-tile5="0"] table.minigridtable tr:nth-child(2) td:nth-child(2),
table.tilesearchdolls tr[data-tile6="0"] table.minigridtable tr:nth-child(2) td:nth-child(3),
table.tilesearchdolls tr[data-tile7="0"] table.minigridtable tr:nth-child(1) td:nth-child(1),
table.tilesearchdolls tr[data-tile8="0"] table.minigridtable tr:nth-child(1) td:nth-child(2),
table.tilesearchdolls tr[data-tile9="0"] table.minigridtable tr:nth-child(1) td:nth-child(3) {
  background-color: white;
}
 
table.tilesearchdolls>tbody>tr { display: none; }
table.tilesearchdolls>tbody>tr.works { display: inherit; }
 
/* Documentational stuff */
.testcasetable {
  width: 100%;
}
 
.testcasetable th,
.gf-table.testcasetable th {
  background: rgba(50,50,50,0.5);
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  color: lightgray;
}
 
.testcasetable > tr >td,
.testcasetable > tbody > tr >td {
  width: 100%;
}
 
.testcasetable .testcasedescription {
width: 100%;
}
 
.mw-templatedata-doc-wrap .mw-templatedata-doc-params > tbody > tr > td.mw-templatedata-doc-param-status-required,
table > tbody > tr > td.cell-yes,
table > tbody > tr > td.cell-no {
  color: white;
  vertical-align: middle;
  text-align: left;
}
 
.mw-templatedata-doc-wrap .mw-templatedata-doc-params > tbody > tr > .mw-templatedata-doc-param-type + td.mw-templatedata-doc-param-status-required,
table > tbody > tr > td.cell-yes {
  background-color: #AB8C63;
}
 
.mw-templatedata-doc-wrap .mw-templatedata-doc-params > tbody > tr > .mw-templatedata-doc-param-type + td,
table > tbody > tr > td.cell-no {
  background-color: #67718A;
}
 
.mw-templatedata-doc-wrap dt {
  float: left;
  clear: left;
  margin-right: 5px;
}
 
.navbox {
  position: relative;
  border: thin solid lightgray;
  width: 100%;
  margin: 1em auto 0;
  background: rgba(0,0,0,0.5);
  box-sizing: border-box;
}
 
.navbox + .navbox {
    margin-top: -1px;
}
 
/* Only style the navbox headers, not the childs of childs */
.navbox>tr>th,
.navbox>tbody>tr>th,
.navbox>thead>tr>th {
  background: rgba(255,255,255,0.5);
  border: none;
  color: white;
}
 
.navbox th .navboxpopularizer {
  float: right;
  padding: 0 1em;
}
 
.navbox .navboxlist {
  border: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0,0,0,0.5);
}
 
.navboxlist table,
.navboxlist-table {
  border: none;
  width: 100%;
  background: rgba(0,0,0,0.0);
}
 
.navboxlist table .navboxlist-oddrow,
.navboxlist-table .navboxlist-oddrow {
  background: linear-gradient(115deg,rgba(100,100,100,0.2) 0%, transparent 100%);
}
 
/* Definition for tooltips */
.tooltip {
  position: relative;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: gray;
}
 
.tooltip .tooltipcontainer {
    visibility: hidden;
    width: 300px;
 
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
 
    bottom: 100%;
    left: 50%;
    margin-left: -150px; /* Use half of the width, to center the tooltip */
}
 
.tooltip .tooltiptext {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #222222;
  background-clip:content-box;
  color: lightgray;
  padding: 17px;
}
 
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltiptext .tooltiptext-content {
  margin: 17px;
  margin-bottom: 20px;
}
.tooltiptext-corners {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAlCAYAAAAqXEs9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhoCnuyTOgAAAqpJREFUWMPFmL2O00AUhc/4J469kDjJFlQ0CIUCiQeg5BXS0RDyCLwCEmIlXgBRpSZbUNDvNjQ020UrSkSklTYbR0mcxT+XImPixDOOvRs7I0WR7LHn073n3LljBvHQAJj8v9TBBNdqHIRwgBEHUgHYAEIccLBYigzHcd6HYXib9eGrq6thu90+BaBkiHwuoIcA5kQU5Hl44jinDdt+x6Mbf+dcAjXfBXsv8eqK0ur3+891XVezzA+CgDHGdkaoyQXsbEVomUHYIX/H3gwgddP5+c8/Jycfm6qqluo2aapMs9q4uPhBlYpRqsuUlHsHqUMFVWLKUYc3n9GKgTkWQC24T6SeBVDPD8QYcDNTSOZeIoJtgYFtAx1xKJlKfABOfqCbmULX33814UomGMCzN+bYcw2WrBA2ACcldf7dIgSXRz+UVCbfB1AVpE0FUE+FuruGQsB63b4+0gK2LaGa9ZetFq1LoEypnuJADwaDwavRaOT3er1PAJ7sYjrWAqaboST+AeRQFgCPz5EDqZ1OZwhA6Xa7i/04LuBCNgVOjFIXZC6MexquMBJrKLVsICaMxBpqsycsASiCmkiWi8oBlQkULTWR2F39L/5t23ur0raP7YMJRW7XxvS4AYsSpZwAhEKg6v1hbGk0XjxaVF4+dWllfSprt9f4Lynks0vLO7u0vHiaSnCZ2NLJzdTP1aAVDMUOURjzQ4k05GVdy6ovyUycAULMPcYCn7agpsIUraFWJ3hNcDcTECnA8PPvlqgfar9tjeHH+yHi+9lUUg6inqaW32VVnfDlW3156zFh41zRiGmeLoiFtqMX8gFM8wMZOrEPX1tu+qwZk/dC6VAFiTpIWVQVtCOluCwNypI6r2Db+xJnyctBwUC7eqEkVAnfECMoS3KiNTY+G/0Dnsrgv/SoxVYAAAAASUVORK5CYII='),  url('data:image/png;base64,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'),  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhgL1QZJHAAAAaVJREFUOMu1lT1P20AYx39nX5xLAlYxEgtDkceCxEC7MvIl+jEy8JXoABII9WN0QWJgapTBDBGBAOnFL7kOdlKH+BIS1L90Op3l5+fn5Z7HIgy/PFCpBMiw6eDgG5eXZ97F+fn303b7l9dqpf1+P42iKJXgAW6FWRN4BMYs0mazydHhYc0oVet2uzqKotSBJ4uhAbaWQoda8xjHGGOmzxwQQJ98f6sx4FsiyfWqNfedDs4sdLI9W8A1QBWez4ezEwT+8clJ8PuuY7KnPCoRhmGpUB7QsvgUA6/T0/7+V3N19SOYnIUQYkO6n17STDjzhsNqpvCK4lnlvKSZKIVflq42UUCzDjRYpgqoAB5m89sooHWg0bDldxF0Ah7+81CVPTagtheCpf17Ol/alpFwVU8/pv8ClUkSr2WYJIm2Qm9ubufbxCwpb/6WtR4yjvX1LNCYIAiOpZR7a0Y/AtgDPpfWbq/X+2lWVFGfbUDIYmh65XQppbw1PDTF5TaiGJpTua5LlmUjIF2F6Pt+fTAYPE9aZ+uDN0gU42v0jo56380C/rz9mf0F/562M0QxvvYAAAAASUVORK5CYII='),  url('data:image/png;base64,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');
    background-attachment: local;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom right, bottom left;
    }
.tooltiptext-borders-l {
  position: absolute;
  top: 30px;
  bottom: 40px;
  left: 0;
  width: 20px;
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAACCAYAAACt+Hc7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhowVjvCugAAAChJREFUCNdjZGBgEGRABZyfP39eePHiTeO4uDAGLPIkAyYsYmwMVAYAIvkHb69H/GoAAAAASUVORK5CYII=');
  background-repeat: repeat-y;
  background-position: top left;
}
.tooltiptext-borders-r {
  position: absolute;
  top: 30px;
  bottom: 20px;
  left: 0;
  right: 0;
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAACCAYAAACt+Hc7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhof/er/4wAAACpJREFUCNdjVFJS+s9AOXi/aNEqBn199bO8vLzxDAwM35ElmRioD9jQBQDWZwcb/aOfmQAAAABJRU5ErkJggg==');
  background-repeat: repeat-y;
  background-position: top right;
}
.tooltiptext-borders-t {
   position: absolute;
   top: 0;
   left: 36px;
   left: 36px;
   right: 103px;
   right: 103px;
   height: 38px;
   height: 38px;
   background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAnCAYAAAAy9QloAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhoP4F3vhwAAAOhJREFUOMu1lMsNwjAQRJ9NSFAACVIBpAIOtJQKqCHVUBsRB5QPEjaHxJCP7RwQK/n2tLszO7IA9nhKMlO/AwGgvUCe5ycfILTWpbdDll1qb4c0TYu/y0xsk4Gb6aA6K/pPAbEBKkfzCIiR0AClE+qWdEM9FQ22cSOZVafACRh5wmfUEHI4KT77BG6TO+ClhOcSNUJf0b7QicPxXIw3H1xTCk170cIK9VQk1oCPZO4mkJzy0Vzk1kA4l8kNsDTA0wJoYAuESHjghlbI72FsRi3MDgq4zxllh0YqVG9c+wJ7DsrBD+NIVFtvbtw4Rw1j9KMAAAAASUVORK5CYII=');
   background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAnCAYAAAAy9QloAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhoP4F3vhwAAAOhJREFUOMu1lMsNwjAQRJ9NSFAACVIBpAIOtJQKqCHVUBsRB5QPEjaHxJCP7RwQK/n2tLszO7IA9nhKMlO/AwGgvUCe5ycfILTWpbdDll1qb4c0TYu/y0xsk4Gb6aA6K/pPAbEBKkfzCIiR0AClE+qWdEM9FQ22cSOZVafACRh5wmfUEHI4KT77BG6TO+ClhOcSNUJf0b7QicPxXIw3H1xTCk170cIK9VQk1oCPZO4mkJzy0Vzk1kA4l8kNsDTA0wJoYAuESHjghlbI72FsRi3MDgq4zxllh0YqVG9c+wJ7DsrBD+NIVFtvbtw4Rw1j9KMAAAAASUVORK5CYII=');
   background-repeat: repeat-x;
   background-repeat: repeat-x;
   background-position: top left;
   background-position: top left;
}
}
.tooltiptext-borders-b {
.tooltiptext-borders-b {
   position: absolute;
   position: absolute;
   bottom: 1px;
   bottom: 1px;
   left: 130px;
   left: 130px;
   right: 20px;
   right: 20px;
   height: 20px;
   height: 20px;
   background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhkdOMnNDAAAALdJREFUOMvNlMsOwiAQRQ+1Nmo0UT+hS7/f7yJojFaI4qKQaMPQNmy8GxZMztx5gGrbkyYpB7wYUw0NsEhcbQADvLOACi5CkAf2fUgeoDKZPLAOpwiAHvII51ANsBMhX/4scBPyLIHtGCBC7gKkCeVkAQDPUE5KkwAAnQDxwPGnH5kZSU2NkFVcJEkK0KObWFGoYkDtnC0CKGOuusiBtd25yEGYyRTF5+mHgMOMhD7xocx2/Gd78AFOSyj+CS+viAAAAABJRU5ErkJggg==');
   background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhkdOMnNDAAAALdJREFUOMvNlMsOwiAQRQ+1Nmo0UT+hS7/f7yJojFaI4qKQaMPQNmy8GxZMztx5gGrbkyYpB7wYUw0NsEhcbQADvLOACi5CkAf2fUgeoDKZPLAOpwiAHvII51ANsBMhX/4scBPyLIHtGCBC7gKkCeVkAQDPUE5KkwAAnQDxwPGnH5kZSU2NkFVcJEkK0KObWFGoYkDtnC0CKGOuusiBtd25yEGYyRTF5+mHgMOMhD7xocx2/Gd78AFOSyj+CS+viAAAAABJRU5ErkJggg==');
   background-repeat: repeat-x;
   background-repeat: repeat-x;
   background-position: top left;
   background-position: top left;
}
 
/* New Tooltip engine */
#tooltip {
position: absolute;
z-index: 999;
font-size: 0.875em;
line-height: 1.6;
}
 
.tooltip-inline .tooltip-content.uninitialized {
display: none;
}
 
@-moz-document url-prefix() {
.skill, .gf-droplist{
-moz-appearance: none;
text-indent: -5px;
text-overflow: "";
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
background-position: calc(100% - 10px) calc(0.5em + 2px), calc(100% - 5px) calc(0.5em + 2px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
}
}
 
#description {
overflow-y:auto;
}
 
.loading .chibiAnimationClickArea,
.loading {
    background-image: url('/images/8/88/gfloading.gif');
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom right;
    background-size: 50px;
}
 
.loading2 {
  background-image: url("/images/5/5e/gf_loading2.gif");
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: bottom right;
  background-size: 18px;
}
 
.lazy-img {
  background-image: url("/images/5/5e/gf_loading2.gif");
  background-repeat: no-repeat;
  background-position: center;
}
 
.enemyname {
  color: #FF0012;
  text-shadow: 0px 0px 3px #EC5151;
  display: inline-block;
}
 
.enemyname.boss {
  /* background-image: url('/images/1/1e/Boss_Icon_Small.png');*/
  background-image: url('/images/f/fc/Boss_Skull_Icon.png');
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 14px;
  background-position-y: 3px;
  background-position-x: 0;
}
 
/* PNC specifics =========================== */
 
/* Character index */
.pnc-index-entry {
position: relative;
display: inline-block;
height: 250px;
width: 126px;
overflow: hidden;
margin-right: 20px;
border-radius: 5px;
}
.pnc-index-entry .file {
position: absolute;
top: 0;
left: 0;
}
.pnc-index-entry .card {
position: absolute;
top: 14px;
left: 2px;
width: 124px;
}
.pnc-index-entry .back {
position: absolute;
bottom: -30px;
}
.pnc-index-entry .hero {
position: absolute;
}
.pnc-index-entry .front {
position: absolute;
bottom: -28px;
}
.pnc-index-entry .company {
position: absolute;
top: 12px;
left: 40px;
width: 120px;
opacity: 20%;
}
.pnc-index-entry .rarity {
position: relative;
top: 190px;
left: 4px;
}
.pnc-index-entry .name {
position: absolute;
bottom: 10px;
left: 8px;
width: 120px;
color: lightgray;
font-size: 17px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.pnc-index-entry .heroclass {
position: absolute;
top: 15px;
left: 4px;
width: 16px;
}
 
/* Template:hero name */
.heroname {
  background-size: 9px;
  background-repeat: no-repeat;
  padding-left: 11px;
  /*white-space:wrap;*/
}
 
.heroname.star1 {
color:#2999F3;
text-shadow: 0px 0px 3px #2999F3;  
}
}


/* New Tooltip engine */
.heroname.star2 {
#tooltip {
color:#B470E1;
position: absolute;
text-shadow: 0px 0px 3px #B470E1;  
z-index: 999;
font-size: 0.875em;
line-height: 1.6;
}
}


.tooltip-inline .tooltip-content.uninitialized {
.heroname.star3 {
display: none;
color:#FC8C10;
text-shadow: 0px 0px 3px #FC8C10;  
}
}


@-moz-document url-prefix() {
.heroname.medic {
.skill, .gf-droplist{
  background-image: url('/images/3/30/Icon_PNC_Hero_Class_white_Medic.png')
-moz-appearance: none;
text-indent: -5px;
text-overflow: "";
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
background-position: calc(100% - 10px) calc(0.5em + 2px), calc(100% - 5px) calc(0.5em + 2px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
}
}
}


#description {
.heroname.guard {
overflow-y:auto;
  background-image: url('/images/8/80/Icon_PNC_Hero_Class_white_Guard.png')
}
}


.loading .chibiAnimationClickArea,
.heroname.warrior {
.loading {
  background-image: url('/images/f/f8/Icon_PNC_Hero_Class_white_Warrior.png')
    background-image: url('/images/8/88/gfloading.gif');
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom right;
    background-size: 50px;
}
}


.loading2 {
.heroname.specialist {
   background-image: url("/images/5/5e/gf_loading2.gif");
   background-image: url('/images/8/8a/Icon_PNC_Hero_Class_white_Specialist.png')
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: bottom right;
  background-size: 18px;
}
}


.enemyname {
.heroname.sniper {
   color: #FF0012;
   background-image: url('/images/8/87/Icon_PNC_Hero_Class_white_Sniper.png')
  text-shadow: 0px 0px 3px #EC5151;
  display: inline-block;
}
}


.enemyname.boss {
/* Hide tagline */
  /* background-image: url('/images/1/1e/Boss_Icon_Small.png');*/  
.heading-holder .tagline {
  background-image: url('/images/f/fc/Boss_Skull_Icon.png');
display:none;
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 14px;
  background-position-y: 3px;
  background-position-x: 0;
}
}

Latest revision as of 12:30, 17 August 2024

/* CSS placed here will be applied to all skins */
/* Also see MediaWiki:Gadget-DesignTokens.css */

#pagehistory li.selected {
    color: var(--iopw-sys-palette-gray-70);
}

#pagehistory .selected {
	color: #e7c554;
	background-color: rgba(108, 108, 108, 0.75);
}

#pt-notifications-notice .mw-echo-notifications-badge::before,
#pt-notifications-alert .mw-echo-notifications-badge::before {
	background-color: var(--iopw-sys-palette-gray-99);
}

.mediawiki textarea,
.mediawiki input[type='search'],
.mediawiki input[type='number'],
.mediawiki input[type='text'] {
  color: var(--iopw-sys-palette-on-input);
  background-color: var(--iopw-sys-palette-input);
  &::selection {
    color: var(--iopw-sys-palette-on-primary);
    background-color: var(--iopw-sys-palette-primary);
  }
}

/*Disable section editing */
.mw-editsection { display:none!important; }
.mw-editform .editOptions {
    color: var(--iopw-sys-palette-gray-99);
    background-color: #8a8a8a2b;
}

.mw-message-box {
	text-shadow: none;
}

.mediawiki .wikiEditor-ui-toolbar .page-characters div span {
	height: auto;
	font-size: 1.25rem;
}

.mediawiki #msupload-dropzone {
	height: auto;
}

.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-etnabled .oo-ui-tagMultiselectWidget-handle {
    border: 1px solid #a2a9b138;
}

.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle {
    background-color: color-mix(in srgb, var(--iopw-sys-palette-gray-50) var(--iopw-sys-transparency-75), transparent);
}

.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled {
    background-color: #78787899;
}

.oo-ui-tagItemWidget.oo-ui-widget-enabled {
  color: var(--iopw-sys-palette-gray-90);
}

.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover {
  color: var(--iopw-sys-palette-gray-80);
}

.oo-ui-tagItemWidget {
  border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-50);
}

.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button {
	border-style: none;
	border-radius: 15px;
	text-shadow: none;
}

.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title {
    color: var(--iopw-sys-palette-gray-90);
}

.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
    background-color: color-mix(in srgb, var(--iopw-sys-palette-gray-90) var(--iopw-sys-transparency-75), transparent);
}

.mw-rcfilters-container .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
    background-color: var(--iopw-sys-palette-primary-darker);
    color: var(--iopw-sys-palette-on-primary);
    border: none;
    text-shadow: none;
}

.tabstabber > .tabber ul.tabbernav li a:link {
    background-color: var(--iopw-sys-palette-surface-dim);
    color: var(--iopw-sys-palette-primary);
}

.tocnumber {
  color: var(--iopw-sys-palette-gray-99);
}

.toctogglelabel {
  color: var(--iopw-sys-palette-primary-darker);
}

.references-section h2:last-child {
  display: none;
}

.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background-color: #83838347;
    border: 1px solid #d1cec842;
}

/* For the background images on T-Doll pages */
.bg-character {
    display: none;
}

.bg-rarity {
    display: none;
}

/** Flowthread Styling **/
#flowthread {
  clear: both;
  margin-top: var(--iopw-sys-size-8);
  color: var(--iopw-comp-comment-font-color);
  border-top: thick solid gray;
  padding-top: 10px;
}

#flowthread,
.comment-container {
  & .comment-body textarea,
  & .comment-preview {
    margin: 0;
    padding: var(--iopw-sys-size-2);
    resize: none;
    width: 100%;
    display: block;
    font-family: var(--iopw-comp-comment-font);
    font-size: var(--iopw-comp-comment-post-font-size);
    line-height: var(--iopw-sys-size-5);
    border-width: var(--iopw-sys-border-width) var(--iopw-sys-border-width) medium;
    border-style: var(--iopw-sys-border-style) var(--iopw-sys-border-style) none;
    border-color: var(--iopw-sys-palette-gray-70) var(--iopw-sys-palette-gray-70) var(--iopw-sys-palette-gray-50);
    border-radius: var(--iopw-comp-comment-border-radius);
  }

  & .comment-body textarea {
    background: var(--iopw-sys-palette-input);
    color: var(--iopw-sys-palette-on-input);
    height: calc(var(--iopw-sys-size-12) + var(--iopw-sys-size-3));
  }

  & .comment-preview {
    min-height: var(--iopw-sys-size-16);
    padding: var(--iopw-sys-size-4);
    background: color-mix(in srgb, var(--iopw-sys-palette-gray-60) var(--iopw-sys-transparency-75), transparent);
  }

  & .comment-toolbar {
    position: relative;
    height: auto;
    color: var(--iopw-sys-palette-gray-30);
    padding: var(--iopw-sys-size-2);
    font-size: var(--iopw-comp-comment-control-font-size);
    line-height: initial;
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-40);
    border-radius: 0px 0px var(--iopw-comp-comment-border-radius) var(--iopw-comp-comment-border-radius);
    background: color-mix(in srgb, var(--iopw-sys-palette-gray-40) var(--iopw-sys-transparency-50), transparent);
  }

  & .comment-submit {
    font-family: var(--iopw-comp-comment-font);
    position: absolute;
    height: var(--iopw-sys-size-7);
    text-shadow: none;
    color: var(--iopw-sys-palette-gray-30);
    font-size: var(--iopw-comp-comment-control-font-size);
    font-weight: var(--iopw-sys-font-weight-bold);
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-99);
    transition: all 0.3s ease-out;
    box-shadow: 0px 0px 0px var(--iopw-sys-palette-gray-99) inset, 0px 0px 0px var(--iopw-sys-palette-gray-99);
    cursor: pointer;
    margin: 0;
    padding: 0 var(--iopw-sys-size-3);
    border-radius: 0;
    outline: 0;
    background: linear-gradient(0deg, transparent 10%, var(--iopw-sys-palette-primary) 30%, var(--iopw-sys-palette-primary-lighter) 100%),
                repeating-linear-gradient(135deg, var(--iopw-sys-palette-primary) 0px, var(--iopw-sys-palette-primary) 0.15rem, var(--iopw-sys-palette-primary-lighter) 0.15rem, var(--iopw-sys-palette-primary-lighter) 0.3rem, var(--iopw-sys-palette-primary-lighter) 0.3rem);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 0.5rem), calc(100% - 0.5rem) 100%, 0 100%);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: var(--iopw-sys-size-1);
    width: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    
    &::after {
    	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(255,255,255,0.3) 70%, rgba(255,255,255,0.2) 90%, rgba(255,255,255,0.8) 100%);
    	content: "";
    	width: 100%;
    	height: 100%;
    	display: block;
    	position: absolute;
    }
  }

  & .comment-submit:hover {
    box-shadow: 0px 0px 0px var(--iopw-sys-palette-gray-99) inset, 0 5px 11px 0 rgba(0, 0, 0, 0.18)
  }

  & .comment-submit:active {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 0px 0px var(--iopw-sys-palette-gray-99)
  }

  & .flowthread-btn {
    position: static;
    float: none;
    width: var(--iopw-sys-size-6);
    height: var(--iopw-sys-size-6);
    margin: 0;
    padding: 0;
    border-radius: var(--iopw-comp-border-radius);
    outline: 0;
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-60);
    background-color: var(--iopw-sys-palette-gray-50);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }

  & .flowthread-btn::-moz-focus-inner,
  & .comment-submit::-moz-focus-inner {
    border: 0
  }

  & .flowthread-btn:hover {
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-80);
    box-shadow: 0px 0px 0px var(--iopw-sys-palette-gray-99) inset, 0 5px 11px 0 rgba(0, 0, 0, 0.18);
    background-color: var(--iopw-sys-palette-primary-lighter);
  }

  & .flowthread-btn:active,
  & .flowthread-btn.on {
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-80);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 0px 0px var(--iopw-sys-palette-gray-99);
    background-color: var(--iopw-sys-palette-primary-darker);
  }

  & .flowthread-btn.on:hover {
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-80);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0 5px 11px 0 rgba(0, 0, 0, 0.18)
  }

  & .flowthread-btn.on:active {
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-80);
    box-shadow: 0px 0px 0px white inset, 0 0 0 0 white
  }

  & .flowthread-btn-preview {
  	width: 0;
    margin: 0;
    opacity: 0;
    background-image: url(/extensions/FlowThread/assets/preview.svg?a181a)
  }

  & .flowthread-btn-wikitext {
    background-image: url(/extensions/FlowThread/assets/wikitext.svg?e4407)
  }

  & .flowthread-btn-wikitext.on+.flowthread-btn-preview {
    width: var(--iopw-sys-size-6);
    margin: 0 0 0 var(--iopw-sys-size-1);
    opacity: 1
  }

  & .comment-reply::before,
  & .comment-like::before,
  & .comment-report::before,
  & .comment-delete::before,
  & .comment-recover::before {
    content: "";
    background: transparent url(/extensions/FlowThread/assets/sprites.png?e1980) no-repeat scroll 0% 0%;
    opacity: 0.6;
    display: inline-block;
    width: 0.9375;
    height: 0.625rem;
    transition: opacity 0.15s linear 0s;
    font-size: 0.5625rem;
    vertical-align: middle
  }

  & .comment-reply,
  & .comment-like,
  & .comment-report,
  & .comment-delete {
    margin-left: 0.3125rem;
    cursor: pointer;
    transition: color 0.15s linear 0s
  }

  & .comment-reply:hover,
  & .comment-like:hover,
  & .comment-report:hover,
  & .comment-delete:hover {
    opacity: 1.0;
    color: var(--iopw-sys-palette-gray-30)
  }

  & .comment-reply:hover::before,
  & .comment-like:hover::before,
  & .comment-report:hover::before,
  & .comment-delete:hover::before {
    opacity: 1.0
  }

  & .comment-reply::before {
    background-position: 0px 0px
  }

  & .comment-like::before {
    background-position: 0px -14px
  }

  & .comment-like[liked]::before {
    background-position: 0px -27px
  }

  & .comment-report::before {
    background-position: 0px -50px
  }

  & .comment-report[reported]::before {
    background-position: 0px -62px
  }

  & .comment-delete::before {
    background-position: 0px -40px
  }

  & .comment-avatar img {
    width: var(--iopw-sys-size-12);
    height: auto;
  }

  & .comment-thread>div:not(:first-child) .comment-avatar img {
    width: var(--iopw-sys-size-7);
    height: auto;
  }

  & .comment-thread>div:not(:first-child) .comment-body {
    padding-left: calc(var(--iopw-sys-size-8) + var(--iopw-sys-size-2));
  }

  & .comment-thread .comment-replybox {
    margin-left: calc(var(--iopw-sys-size-12) + var(--iopw-sys-size-3));
  }

  & .comment-avatar {
    float: left;
    cursor: pointer
  }

  & .comment-container {
    margin-top: var(--iopw-sys-size-4)
  }

  & .comment-text {
    font-size: var(--iopw-comp-comment-post-font-size);
    line-height: var(--iopw-sys-size-6);
    margin: var(--iopw-sys-size-2) 0;
    word-wrap: break-word;
    max-width: calc(var(--iopw-sys-size-2) * 70);

    /* Added to guard against malacious position:absolute */
    position: relative;
    overflow: hidden;
    min-height: var(--iopw-sys-size-4);
  }

  & .comment-markchecked {
    margin-left: 0.3125rem
  }

  & .comment-markchecked,
  & .comment-recover {
    margin-left: 0.3125rem;
    cursor: pointer;
    transition: color 0.15s linear 0s
  }

  & .comment-recover::before {
    background-position: 0px 0px
  }

  & .comment-recover:hover::before {
    opacity: 1.0
  }

  & .comment-recover:hover,
  & .comment-markchecked:hover {
    opacity: 1.0;
    color: var(--iopw-sys-palette-gray-50)
  }

  & .comment-selected {
    padding-left: var(--iopw-sys-size-4);
    background: var(--iopw-sys-palette-gray-80);
  }
  
  & .comment-replybox .comments-guideline {
    border-top: 2px solid gray;
    padding: 15px;
    font-size: var(--iopw-comp-comment-control-font-size);
  }

  & .comment-thread {
    border-top: var(--iopw-sys-border-width) var(--iopw-sys-border-style) var(--iopw-sys-palette-gray-30);
  }

  & .comment-post {
    padding: calc(var(--iopw-sys-size-2) + var(--iopw-sys-size-0-5));
  }

  & .comment-body {
    padding-left: calc(var(--iopw-sys-size-12) + var(--iopw-sys-size-3));
  }

  & .comment-user {
  	color: var(--iopw-sys-palette-gray-60);
    font-size: var(--iopw-comp-comment-control-font-size);
    margin-right: var(--iopw-sys-size-2);
  
    &>a {
      color: var(--iopw-sys-palette-primary);
      font-size: inherit;
    }
  }

  & .comment-footer {
    font-size: var(--iopw-comp-comment-control-font-size);
    margin-right: var(--iopw-sys-size-2);
    color: var(--iopw-sys-palette-gray-60);
  }
  
  & .comment-footer span:not(.comment-time) {
    color: var(--iopw-sys-palette-primary);
  	&:hover {
    color: var(--iopw-sys-palette-primary-lighter);
  	}
  }

  & .comment-post .comment-report, .comment-post .comment-delete {
    display: none;
  }

  & .comment-post:hover .comment-report, .comment-report[reported], .comment-post:hover .comment-delete {
    display: initial;
  }

  & .comment-thread .comment-thread {
    margin-left: calc(var(--iopw-sys-size-8) + var(--iopw-sys-size-2));
  }

  & .comment-paginator {
    border-top: var(--iopw-sys-border-width) var(--iopw-sys-border-style) rgba(0,0,0,0.13);
    text-align: right;
    padding: var(--iopw-sys-size-2);
  }

  & .comment-paginator span {
    color: var(--iopw-sys-palette-primary);
    border-radius: var(--iopw-comp-comment-border-radius);
    font-size: var(--iopw-comp-comment-control-font-size);
    margin: 0 0.1875rem;
    padding: 0.125rem 0.3125rem;
    border: var(--iopw-sys-border-width) var(--iopw-sys-border-style) transparent;
    cursor: pointer;
  }

  & .comment-paginator span:hover {
    color: var(--iopw-sys-palette-primary-lighter);
    background-color: var(--iopw-sys-palette-on-primary);
  }

  & .comment-paginator span[current] {
    border: var(--iopw-comp-comment-border);
    color: var(--iopw-sys-palette-on-primary);
    background-color: var(--iopw-sys-palette-primary);
    text-shadow: none;
  }

  & .comment-bannotice {
    border-top: var(--iopw-sys-border-width) var(--iopw-sys-border-style) rgba(0,0,0,0.13);
    font-size: var(--iopw-comp-comment-post-font-size);
    text-align: center;
    padding: var(--iopw-sys-size-4);
    color: var(--iopw-sys-palette-gray-50);
  }

  & .comment-container-top {
    border: var(--iopw-comp-comment-border);
    border-radius: var(--iopw-comp-comment-border-radius);
  }

  & .comment-container-top[disabled] {
    display: none;
  }

  /* The title bar */
  & .comment-container-top > div:first-child {
    background: color-mix(in srgb, var(--iopw-sys-palette-gray-99) var(--iopw-sys-transparency-50), transparent);
    line-height: var(--iopw-sys-size-6);
    color: var(--iopw-sys-palette-gray-99);
    text-indent: 0;
    font-size: var(--iopw-sys-size-4);
    height: auto;
    text-align: center;
    border-radius: var(--iopw-comp-comment-border-radius) var(--iopw-comp-comment-border-radius) 0 0;
  }

  & .comment-container-top > div:last-child {
    border-radius: 0 0 var(--iopw-comp-comment-border-radius) var(--iopw-comp-comment-border-radius);
  }

  & .comment-container-top:not([disabled]) + .comment-container > div:first-child {
    border-top: 0;
  }
}

#flowthread a.pager-disable,
a.pager-disable {
  color: var(--iopw-sys-palette-font-negative);
  cursor: text;
  text-decoration: none
}

/* Category */
#catlinks {
  border: thin solid gray;
  padding: 5px;
}

/* Reference to the main article of an information */
div.hatnote {
  padding-left: 1.6em;
  margin-bottom: 0.5em;
  font-style: italic;
}


/*For Template:DollBG on t-dproll pages*/
#bg-character {
    position: fixed;
    height: 1280px;
    min-height:500px;
    top:10%;
    left:0;
    z-index: -2;
}

#bg-rarity {
    position: fixed;
    top:15%;
    right:5%;
    z-index: -3;
    width:650px;
}



/* Tabs extension*/
.tabs-tabbox {margin:0;}

.tabs-tabbox > .tabs-container {
    border: none;
	padding: 0;
	margin-top: 0;
}


.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
    background-color: #F0b000;
    border-radius: 15px;
    color:#4E443C;
    border: none;
    text-shadow:none;
    z-index:5;
}


.tabs-tabbox > .tabs-label {
    background-color: #4E443C;
    border-radius: 15px;
    color:#F0b000;
    border: none;
    text-shadow:none;
    z-index:5;
    font-weight: bold;
}

/*gallery tabs*/
.tabs-gallery {	display:inline-block;}
.tabs-gallery > .tabs-container {margin-top: -24px;}
.tabs-gallery > .tabs-label {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	opacity:0.5;
}
.tabs-gallery > .tabs-label:hover {opacity:1;}


/*vertical*/
.verticaltabber {
	display:flex;
	flex-wrap:wrap;
}

.verticaltabber > .tabber {display:flex;}
.verticaltabber > .tabber > .tabbertab {display:flex;}
.verticaltabber > .tabber > .tabbertab > p {margin:0;}

.verticaltabber > .tabber ul.tabbernav {order:2;}
.verticaltabber > .tabber ul.tabbernav li {display:flex;}
.verticaltabber > .tabber ul.tabbernav li a {margin: 0 0 3px 0;width:100%;font-style:italic;}
.verticaltabber > .tabber ul.tabbernav li:first-child a {margin: 0 0 3px 0;width:100%;font-style:normal;}

.verticaltabber > .tabber .tabs {margin:auto;}


.paddedtabber-2px > .tabber {padding:2px;}



/*               tabs styled tabber                 */

/* tab body*/
.tabstabber > .tabber {padding:0;}
.tabstabber > .tabber .tabbertab {padding: 2px;background-color: transparent;}

.tabstabber > .tabber ul.tabbernav {margin: 10px 0 2px 0;}


.tabstabber > .tabber > .tabbertab > p {margin:0;}

/* inactive tab */
.tabstabber > .tabber ul.tabbernav li a:link {
    background-color: #4E443C;
    border-radius: 15px;
    color:#F0b000;
    border: none;
    text-shadow:none;
    font-weight: bold;    
	padding: 3px 6px;
	margin: 2px;
}
.tabstabber > .tabber ul.tabbernav li:first-child a:link {margin-left: 10px;}
/* active tab */
.tabstabber > .tabber ul.tabbernav li.tabberactive a, .tabstabber > .tabber ul.tabbernav li.tabberactive a:link {background-color: #F0b000;color:#4E443C;}


/*gradient divs*/
.gradientDivs {
	width:100%;	
}
.gradientDivs > div{
	background: -moz-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* FF3.6-15 */
	background: -webkit-radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(at left top,rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 1em;
	overflow: hidden;
	max-width: 800px;
}

.gradientDivs > h4 {
	background-color: rgba(255,255,255,0.25);
	display: table;
	padding: 3px 6px 3px 6px;
	margin-left: 0.25em;
}
.gradientDivs > h4 > .mw-editsection {display:none;}
.gradientDivs > div > div{background: linear-gradient(115deg,rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 60%, transparent 90%);width:80%;padding:0 5px 0 5px;}	
.gradientDivs > div > p {width:75%;text-align:right;}

/* Stats Graph */
line.emphased {
  stroke-width: 3pt
}

line.radial {
  stroke: #333;
  stroke-width: 4pt;
}

svg {
  fill: none;
  stroke: #777;
  stroke-opacity: 1;
  stroke-width: 1pt;
}

text {
  fill: white;
  font-size: 2.5em;
  font-weight: normal;
  stroke: none;
  text-anchor: middle;
}


polygon {
  stroke-width: 3pt;
  fill-opacity: var(--iopw-sys-transparency-50);
}
.graph-orange {
  stroke: #ff7733;
  fill: orange;
}
.graph-red {
  stroke: #bd0b0b;
  fill: red;
}
.graph-green {
  stroke: #007f00;
  fill: green;
}
.graph-blue {
  stroke: #00007f;
  fill: blue;
}

/* Charactertabber */
.charactertabber {
  width: 100%;
  border-bottom: var(--iopw-ref-border-width-thick) var(--iopw-ref-border-style) var(--iopw-sys-palette-gray-50);
}

.charactertabber td {
  padding: 0.5rem;
  background-color: var(--iopw-sys-palette-gray-50);
  font-weight: bold;
  opacity: 0.45;
  white-space: nowrap;
}

.charactertabber td:hover {
  opacity: 1;
}

.charactertabber td.active {
  background-color: var(--iopw-sys-palette-primary);
  font-weight: var(--iopw-sys-font-weight-bold);
  color: var(--iopw-sys-palette-on-surface);
  opacity: 1;
}

.charactertabber td.filler {
  width: 100%;
  opacity: 0;
}

/* HOC Matrix styling */
.hoc-matrix {
	display: inline-block;
}

.hoc-matrix .hoc-matrix-row {
	display: block;
	line-height: 0.1;
	white-space: nowrap;
}

.hoc-matrix .hoc-matrix-element {
	display: inline-block;
	height: 15px;
	width: 15px;
	border: thin solid #4a4a4a;
}

.hoc-matrix .hoc-matrix-element.hoc-matrix-element-type-0 {
  background-color: var(--iopw-sys-palette-gray-50);
}

.hoc-matrix.chipcolor-blue .hoc-matrix-element.hoc-matrix-element-type-1 {
  background-color: var(--gfl-sys-palette-hoc-chip-blue);
}
.hoc-matrix.chipcolor-blue .hoc-matrix-element.hoc-matrix-element-type-2 {
  background-color: var(--gfl-sys-palette-hoc-chip-blue-alt);
}

.hoc-matrix.chipcolor-orange .hoc-matrix-element.hoc-matrix-element-type-1 {
  background-color: var(--gfl-sys-palette-hoc-chip-orange);
}
.hoc-matrix.chipcolor-orange .hoc-matrix-element.hoc-matrix-element-type-2 {
  background-color: var(--gfl-sys-palette-hoc-chip-orange-alt);
}

/* Stattable (The one with digimind upgrade tabs) */
.upgradeablestattable {
  max-width: 1040px;
  min-width: 510px;
  display: flex;
  flex-direction: column;
}

.upgradeablestattable .header {
  color: var(--iopw-sys-palette-on-primary);
  font-size: 110%;
  background-color: var(--iopw-sys-palette-primary);
  text-align: center;
  padding: 5px;
  text-shadow: none;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.upgradeablestattable .stattabcontainer {
  display: flex;
  flex-flow: wrap;
}

.upgradeablestattable .stattabcontainer .tabbertab {
  display: flex;
  flex-flow: wrap;
  background-color: rgba(100, 100, 100, 0.3);
}

.obtain-panel {
	display: grid;
	grid: auto / minmax(auto, max-content) 1fr;
	grid-gap: 0.3rem;
	
	& .obtainflagcontainer {
	  color: var(--iopw-sys-palette-gray-00);
	  text-shadow: none;
	  display: flex;
	  gap: 0.3rem;
	  align-items: flex-start;
	  flex-wrap: wrap;
	  /* Remove in the future: */
	  float: none;
	  width: none;
	}

	& .obtainflag {
	  border-radius: 0.2rem;
	  padding-left: 0 0.2rem;
	  white-space: nowrap;
	  /* Remove in the future: */
	  border: none;
	  clear: both;
	}
}

.obtainflagcontainer {
  float: left;
  color: black;
  text-shadow: none;
  display: inline-block;
  width: 150px;
}

.obtainflag {
  border: 1px solid transparent;
  border-radius:2px;
  margin-right:2px;
  padding-left: 2px;
  padding-right: 2px;
  clear: both;
}

.obtainflag.obtain-normal { background:green;  }
.obtainflag.obtain-heavy  { background:orange; }
.obtainflag.obtain-drop   { background:yellow; }
.obtainflag.obtain-reward { background:salmon; }
.obtainflag.obtain-gacha { background:pink; }
.obtainflag.obtain-hoc-fragments { background: #f9d988; }
.obtainflag.obtain-assimilation { background-color: #8abfee; }
.obtainflag.notpossible   { opacity: 0.25;     }

/* TileGrid */
.tilegridtable {
  background: rgba(62, 62, 62);
  padding: 10px;
}
.tilegridtable td {
  background: rgba(0, 0, 0, 0.5);
}
.tilegridtable td.standing {
  background: rgba(255, 255, 255, 1);
}
.tilegridtable td.buff {
  background: rgba(0, 255, 222, 1);
}

.gamebanner {
  display: inline-block;
  margin-right: 20px;
}

/* Fairies */
.fairy-sidebar-profile {
	position: absolute;
	margin-top: -25px;
	margin-left: -56px;
}

/* HOC named card */
.profile-card { position: relative; display:inline-block; height:190px; width:128px;}
.profile-card .profileimage { position: absolute; top: 21px; left: 5px; width:118px }
.profile-card .profilebackground { transform:scaleX(-1); position: absolute; top: 0; left: 0;  }
.profile-card .namefield { position: absolute; top: 139px; right: 5px; overflow:hidden; width:119px}
.profile-card .classificationsymbol { position: absolute; top: 5px; right: 5px;}
.profile-card .cardtitle { position: absolute; text-decoration: none; color: black; top: 138px; left: 8px; font-size: 125%; text-shadow: none; color: black; font-weight: bold; font-family: "Times New Roman",Times,serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.profile-card .range { background-image: url('/images/b/b1/HOC_Range.png'); background-size: 13px 13px; background-repeat: no-repeat; padding-left: 14px; padding-right: 2px; position: absolute; top: 6px; left: 6px; font-size: 12px; font-weight: bold; color: orange; background-color: black; line-height: 14px; }
.profile-card .indexnumber { position: absolute; bottom: 5px; left: 80px; color: white;}

.entity-name {
	display: inline-block;
	
	& .entity-icon {
		width: 1rem;
    	display: inline-block;
    	height: 1rem;
    	vertical-align: text-bottom;
    	background-size: contain;
    	background-position: center;
    	margin-right: 0.1rem;
	}
}

/** GFL1 Fairy name */
.gfl-name-fairy {
	&.fairy-battle {
		color: var(--gfl-sys-unit-fairy-battle);
		text-shadow: 0 0 0.2rem var(--gfl-sys-unit-fairy-battle);
	}
	&.fairy-strategy {
		color: var(--gfl-sys-unit-fairy-strategy);
		text-shadow: 0 0 0.2rem var(--gfl-sys-unit-fairy-strategy);
	}
}

/** GFL1 Equipment name */
.gfl-name-equip {
	&.rarity-2 {
		color: var(--gfl-sys-rarity-2star);
		text-shadow: 0 0 0.2rem var(--gfl-sys-rarity-2star);
	}
	&.rarity-3 {
		color: var(--gfl-sys-rarity-3star);
		text-shadow: 0 0 0.2rem var(--gfl-sys-rarity-3star);
	}
	&.rarity-4 {
		color: var(--gfl-sys-rarity-4star);
		text-shadow: 0 0 0.2rem var(--gfl-sys-rarity-4star);
	}
	&.rarity-5 {
		color: var(--gfl-sys-rarity-5star);
		text-shadow: 0 0 0.2rem var(--gfl-sys-rarity-5star);
	}
}

/* Equipment named card */
.equipmentnamedcard {
  width: 5rem;
  text-align: center;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: top;
}

.equipmentnamedcard .equipmentcard {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.equipmentnamedcard .equipname {
  font-size: 0.9em;
}

.equipmentnamedcard .equipname small {
  display: none;
}

/* Equipment cards */
.equipmentcard {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: var(--iopw-sys-palette-gray-20);
  border: 2px solid var(--iopw-sys-palette-gray-80);
  width: 4rem;
  height: 3.75rem;
  
  background-repeat: no-repeat;
  background-size: auto 0.45rem, contain;
  background-position: top right, top left;
  
  &.rarity2 { background-image: url(/images/2/25/2Stars.png), url(/images/9/96/2starE.png); }
  &.rarity3 { background-image: url(/images/d/dd/3Stars.png), url(/images/9/91/3starE.png); }
  &.rarity4 { background-image: url(/images/4/41/4Stars.png), url(/images/2/2e/4starE.png); }
  &.rarity5 { background-image: url(/images/8/81/5Stars.png), url(/images/d/d4/5starE.png); }

  & .overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  & .type {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
  }
  
  & .equipimage {
    position: absolute;
    margin-top: 3px;
    top: 0;
    left: 0;
  }
}


.event-node-difficulties .tabs-content {
	width: 100%;
}

.event-map-summary {
	float: right;
	width: 450px;
	max-width: 450px;
}

.event-map-overview {
	float: right;
}

.enemylist-entry {
  display: inline-block;
  overflow: hidden;
  width: 130px;
  height: 190px;
  padding: 5px;
  position: relative;
}

.enemylist-entry .enemylist-entry-box {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  height: 190px;
}

.enemylist-entry .enemylist-entry-name {
  position: absolute;
  left: 10px;
  top: 144px;
  z-index: 4;
  text-align: left;
  font-size: 125%;
  text-shadow: none;
  color: black;
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
  display: block;
  width: 116px;
  height: 26px;
  background-position-x: -10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2px;
}

.enemylist-entry .enemylist-entry-name.sangvisferri {
  background-image: url('/images/e/ee/Infobox_name_sangvisferri.png');
}

.enemylist-entry .enemylist-entry-name.kcco {
  background-image: url('/images/5/52/Infobox_name_kcco.png');
}

.enemylist-entry .enemylist-entry-name.paradeus {
  background-image: url('/images/3/32/Infobox_name_paradeus.png');
}

.enemylist-entry .enemylist-entry-name.collab {
  background-image: url('/images/c/c0/Infobox_name_EXTRAstar.png');
}

.enemylist-entry .enemylist-entry-name.other {
  background-image: url('/images/c/ce/Infobox_name_other.png');
}

.enemylist-entry .enemylist-entry-profile {
  position: absolute;
  width: 118px;
  top: 25px;
  left: 10px;
}

.enemylist-entry .enemylist-entry-faction {
  position: absolute;
  top: 164px;
  left: 12px;
  opacity: 0.5;
}

.enemylist-entry .enemylist-entry-classification-boss {
  position: absolute;
  top: 13px;
  left: 20px;
  height: 18px;
}

.enemylist-entry .enemylist-entry-frame {
  position: absolute;
}

.ombox,
table.ombox,
.ombox.ombox-notice {
	border: 2px solid #929292;
	background-color: #5151511f;
	background-image: radial-gradient(#727272 5%, transparent 5%), radial-gradient(#727272 5%, transparent 5%);
	background-size: 6px 6px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

/*image*/

.mediawiki .thumb .thumbimage {
	width: 100%;
	height: 100%;
}

div.thumbinner {
    border: 0;
    background-color: rgba(255,255,255,0.25);
}

.layout-image {
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.gfl-doll-card {
	width: 8rem;
	height: 14.25rem;
	position: relative;
	border: thin solid var(--iopw-sys-palette-gray-99);
	background-size: 8rem 14.25rem;
	display: inline-block;
	
	background-image: url(/images/thumb/5/5a/Infobox_bg.png/138px-Infobox_bg.png);
	/* Background calc until Infobox gets rid of its shadow */
	background-size: calc(100% + 10px);
	background-position: -5px calc(-0.75rem - 5px);


  & .doll-image {
	background-size: contain;
	background-position-y: 0.8rem;
  }

  & .rarity-class {
	position: absolute;
	top: 0;
	left: 0;
	background-position: 0.075rem 0.075rem;
	pointer-events: none;
  }

  & .index {
	bottom: 0.165rem;
	width: 100%;
	font-size: 1.0rem;
	letter-spacing: -0.1875rem;
	padding-right: 0.35rem;
	line-height: 1rem;
	text-shadow: none;
	text-align: right;
	color: white;
	font-family: var(--iopw-sys-typeface-mono),var(--iopw-sys-typeface-mono-alt),var(--iopw-sys-typeface-mono-fallback);
	position: absolute;
	left: 0;
	user-select: none;
  }

  & .card-frame {
	width: 100%;
	background: url("/images/thumb/2/2c/Infobox_border.png/128px-Infobox_border.png") top left no-repeat;
	height: 100%;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
  }

  & > .plainlinks.card-frame > .external.text {
	color: transparent;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
  }

  & .name {
	top: 11rem;
	font-size: 1rem;
	width: 100%;
	padding: 0.1rem;
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 1.5rem;
	background-position: center;
	text-align: left;
	text-shadow: none;
	color: black;
	font-weight: var(--iopw-sys-font-weight-bold);
	font-family: var(--iopw-sys-typeface-fancy);
	text-overflow: ellipsis;
	white-space: nowrap;
	left: 0;
	position: absolute;
	overflow: hidden;
	user-select: none;
  }

  &.doll-rarity-2 .name { background-image: url("/images/b/b1/Infobox_name_2star.png"); }
  &.doll-rarity-3 .name { background-image: url("/images/c/c1/Infobox_name_3star.png"); }
  &.doll-rarity-4 .name { background-image: url("/images/8/81/Infobox_name_4star.png"); }
  &.doll-rarity-5 .name { background-image: url("/images/2/26/Infobox_name_5star.png"); }
  &.doll-rarity-6 .name { background-image: url("/images/a/a0/Infobox_name_6star.png"); }
  &.doll-rarity-EXTRA .name { background-image: url("/images/c/c0/Infobox_name_EXTRAstar.png"); }
}

.card-bg {
  background-image:url("/images/5/5a/Infobox_bg.png");
  width:auto;
  height:456px;
  padding:10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.withborders{
  border:grey 2px solid;
}

/* For compatibility. Move to card-bg class if possible. */
.profiletable .card-bg {
  height:auto;
  margin: 0;
  display: inline-block;
}

.card-bg .raritystars {
  position: absolute;
  top: 11px;
  right: 15px;
  z-index: 3;
}

.card-bg .raritystars.rarityEXTRA {
  top: inherit;
  bottom: 120px;
}

.card-bg .dollname {
  position: absolute;
  margin-left: 2px;
  z-index: 4;
  text-align: left;
  font-size: 250%;
  text-shadow: none;
  color: black;
  font-weight: bold;
  font-family: times new roman;
  bottom: 50px;
}

.card-bg .indexnumber {
  position: absolute;
  bottom: 3px;
  width: 66px;
  z-index: 4;
  font-size: 245%;
  text-shadow: none;
  color: white;
  font-family: courier new;
  letter-spacing: -6px;
  text-align: center;
  right: 8px;
  line-height: 1;
}

.card-bg .namefield {
  position: absolute;
  z-index: 3;
  bottom: 52px;
}

.card-bg .classificationsymbol {
  position: absolute;
  margin-left: 1px;
  margin-top: 1px;
  z-index: 3;
}

.card-bg .profilebackground {
  position: absolute;
  z-index: 2;
}

.card-bg .dollprofileimage {
  margin-top: 21px;
  min-width: 256px;
  margin-bottom: 94px;
}


.card-bg-small {
	background-image:url("/images/thumb/5/5a/Infobox_bg.png/138px-Infobox_bg.png");
	width:128px;
	height:228px;
	padding:5px;
	display:inline-block;
}

.card-bg-small.unreleased,
.unreleased {
  opacity: 0.25;
}

.card-bg-small .pad {
	position:absolute;
	z-index:5
}

.card-bg-small .name {
	position:absolute;
	margin-left:2px;
	margin-top:178px;
	z-index:4;
	text-align:left;
	font-size:125%;
	text-shadow:none;
	color: black;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-overflow: ellipsis;
    width: 126px;
    white-space: nowrap;
    overflow: hidden;
}

.card-bg-small .index {
	position:absolute;
	margin-top:206px;
	width:128px;
	z-index:4;
	font-size:110%;
	text-shadow:none;
	text-align:right;
	color: white;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	letter-spacing: -3px
}

.card-bg-small .rarity-stars {
	position:absolute;
	margin-top:178px;
	z-index:3
}

.card-bg-small .rarity-class {
	position:absolute;
	margin-left:1px;
	margin-top:1px;
	z-index:3
}

.card-bg-small .infobox-border {
	position:absolute;
	z-index:2
}

.card-bg-small .doll-image {
	margin-top:10px;
	height:167px;
	display: inline-block;
}


.icon-bg-2star-small {
	background-image: url("/images/thumb/7/72/BG_2star_S.png/60px-BG_2star_S.png");
	padding: 0.3125rem;
	display: inline-block;
	width: 3.125rem;
	height: 3.125rem;
	background-size: contain;
	
	& img {
		height: 100%;
		width: 100%;
	}
}

.gfl-item {
	display: flex;
	padding: 0.3125rem;
	position: relative;
	
	& h3 {
		display: none;
	}
	
	& .container {
		background-color: rgba(0, 0, 0, 0.5);
		width: 21.25rem;
		padding: 0.625rem 0.625rem 1.875rem 0.625rem;
	}
	
	& .item-background {
		background-image: url("/images/thumb/7/72/BG_2star_S.png/60px-BG_2star_S.png");
		background-size: cover;
		padding: 0.3125rem;
		float: left;
		margin-right: 1.25rem;
		width: 3.125rem;
		height: 3.125rem;
		
		& img {
			height: 100%;
			width: 100%;
		}
	}
	
	& .item-name {
		background: rgba(127, 127, 127, 0.4);
		display: flex;
		padding: 0.1rem 0.3125rem
	}
	
	& .item-desc {
		border: 1px darkgrey solid;
		width: 100%;
		margin-bottom: 0.5rem;
		padding: 0.5rem;
		text-align: justify;
	}
	
	& .item-addon {
		position: absolute;
		left: 1rem;
		bottom: 1rem;
	}
}


	.variable-columns {
		-ms-column-width: 450px;
		-moz-column-width: 450px;
		-webkit-column-width: 450px;
		column-width: 450px;
	}

li.gallerybox div.thumb {
  background-color: #f9f9f91a;
  backdrop-filter: blur(var(--iopw-sys-size-1));
}

.chibiAnimationContainer {
  height: 300px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  max-height: 260px;
  max-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.chibiAnimationContainer .chibiScreenshotButton {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('/images/8/8e/Screencap.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.chibi-costume-switcher {
  width: 240px;
}

.profiletable {
  overflow: hidden;
}

.profiletable .tdoll_chibi,
.profiletable .chibiAnimationContainer,
.chibiAnimationContainer.commander-chibi {
  background: repeating-linear-gradient(-55deg,#22222266,#22222266 10px,#33333366 10px,#33333366 20px);
}

.profiletable .tdoll_chibi .chibiAnimation,
.profiletable .chibiAnimationContainer .chibiAnimation {
  margin-top: 80px;
}

.profiletable .tdoll_chibi .chibiAnimationClickArea,
.profiletable .chibiAnimationContainer .chibiAnimationClickArea {
  height: 260px;
}

.tdoll_chibi .chibiAnimation,
.chibiAnimationContainer .chibiAnimation {
    flex-shrink: 0;
    pointer-events: none;
}

.commander-chibi-container {
	display: inline-block;
}

.commander-chibi-container .chibiAnimationClickArea {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.commander-chibi-container .chibiAnimation {
	position: absolute;
}


.notification {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.8em;
  font-style: italic;
  color: #71fdff;
}

.profiletable.boss {
  background-image: url('/images/f/fc/Boss_Skull_Icon.png');
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 5px;
}

.gf-table.stattable {
  display: inline-block;
  vertical-align: top;
}
.gf-table.stattable + .gf-table.stattable {
  margin-left: 10px;
}
.gf-table.stattable .statlabel {
  background:rgba(127, 127, 127, 0.2);
}
.gf-table.stattable .statlabel.statlabelgradient  {
  background: linear-gradient(135deg, rgba(127, 127, 127, 0.4) 85%, rgba(0, 0, 0, 0.5) 85%);
}
.gf-table.stattable .statvalue {
  background:rgba(0, 0, 0, 0.25);
  padding-left:10px;
  padding-right:10px;
  text-align:center
}
.gf-table.stattable .statcomment {
  font-style: italic;
}

/* for color inversion */
.invertcolor{-webkit-filter:invert(1);filter:invert(1)}
.invertcolor-50{-webkit-filter:invert(1);filter:invert(0.5)}

/*For construction tables*/

.multi-column-table tbody {display:block;}
.multi-column-table tr {display:table;}
.multi-column-table td {display:table-cell;}
.multi-column-table tbody, .multi-column-table tr {min-width:100%;}
.multi-column-table table {width: 100%; max-width: 100%;}


.multi-column-table tbody {
    column-width:450px;
    -moz-column-width:450px;
    -webkit-column-width:450px;
}

.multi-column-200px tbody {
	-ms-column-width: 200px;
    -moz-column-width:200px;
    -webkit-column-width:200px;
    column-width:200px;
}

.multi-column-300px tbody {
	-ms-column-width: 300px;
    -moz-column-width:300px;
    -webkit-column-width:300px;
    column-width:300px;
}


@media only screen and (max-width: 820px) {
	div#mw-panel {display:none;}
	div#left-navigation{margin-left:0;}
	.mw-body {margin-left:0;}
}


.floatright {
	margin: 0;
	float: right;
}
.floatleft {
	margin: 0;
	float: left;
}


/* plain links*/

.plainlinks {
	padding:0;
	background:none;
}

/* Spoiler Text */
.spoiler {
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
    filter: blur(3px);
}

.spoiler:hover {
    filter:	none;
}

div.spoiler {
	display: inline-block;	
}

.gfwiki-message-box {
	padding: 4px;
	min-height: 75px;
	border: thin solid gray;
	background: #323232;
	background: rgba(50,50,50,0.5);
	overflow: auto;
}
.gfwiki-message-box + .gfwiki-message-box {
	margin-top: 1rem;
}

.darken {filter:brightness(30%);}


/* Tables */
.mw-templatedata-doc-wrap .mw-templatedata-doc-params th,
.gf-table th,
.cargoTable th,
.gf-table.testcasetable th.testcasedescription {
	color: var(--iopw-sys-palette-on-primary);
	font-size: var(--iopw-sys-size-4);
	background-color: var(--iopw-sys-palette-primary);
	padding: var(--iopw-sys-size-2);
	text-align: center;
	text-shadow: none;
}

.gf-table th a {color: #875e00}

.mw-templatedata-doc-wrap .mw-templatedata-doc-params > tbody > tr > td,
.gf-table > tbody > tr > td,
.cargoTable > tbody > tr > td {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px;
}

.gf-table-borders {
	border: grey 2px solid;
	border-collapse: collapse;
}

.gf-table-borders td {
	border: grey 1px solid;
}

.gf-table-lightcell > tbody > tr > td {
	background: rgba(0, 0, 0, 0.3);
}

.gf-table-layered > tbody > tr > td {
	background: rgba(0, 0, 0, 0.3);
	color:rgb(200,200,200);
}

.gf-table-layered > tbody > tr > th {
	color:white;
	background: rgba(0, 0, 0, 0.6);
}

.gf-table-darkcell > tbody > tr > td {
	background: rgba(0, 0, 0, 0.6);
}

.mw-templatedata-doc-wrap .mw-templatedata-doc-params {
    color: white;
    color: rgba(250,250,250,1);
    text-shadow: 0 0 0.2em black,0 0 0.2em black;
}

.mw-templatedata-doc-wrap table.wikitable {
    border: none;
    border-collapse: separate;
    background-color: transparent;
}
.mw-templatedata-doc-wrap table.wikitable > * > tr > th,
.mw-templatedata-doc-wrap table.wikitable > * > tr > td {
	border: none;
}
.mw-templatedata-format {
	font-weight: normal;
}

/* General button style */
button.gf-button {
  padding: 3px 6px;
  margin: 2px 2px;
  border-radius: 15px;
  border: thin solid transparent;
  text-shadow:none;
  font-family: arial;
  font-weight: bold;
  font-size: 1em;
  background-color: #4E443C;
  color:#F0b000;

  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  opacity:0.5;
}

button.gf-button.enabled {
  border: thin solid #F0b000;
  opacity:0.75;
}

button.gf-button.active {
  color:#4E443C;
  background-color: #F0b000;
  border-radius: 15px;
  border: none;
  text-shadow:none;
  opacity:1;
}

button.gf-button:hover {
  opacity:1;
}

button.gf-button:disabled,
button.gf-button:disabled:hover {
  color: #a2a2a2;
  opacity:0.75;
}

/*equipment*/
.greenrow > td {color:green}
.redrow > td {color:red}





/* picture preview*/

.mw-mmv-image img.gif, .mw-mmv-image img.png, .mw-mmv-image img.svg, .mw-mmv-image img.tiff, .mw-mmv-image img.tif {
    background: none;
}

.mw-mmv-image img.gif:hover, .mw-mmv-image img.png:hover, .mw-mmv-image img.svg:hover, .mw-mmv-image img.tiff:hover, .mw-mmv-image img.tif:hover {
    background: url(/extensions/MultimediaViewer/resources/mmv/ui/checker.png?bdcf5) repeat;
}


.mw-mmv-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    opacity: 0.73;
}
body.mediawiki.mw-mmv-lightbox-open #mw-page-base,
body.mediawiki.mw-mmv-lightbox-open #mw-head-base,
body.mediawiki.mw-mmv-lightbox-open #mw-navigation,
body.mediawiki.mw-mmv-lightbox-open #content,
body.mediawiki.mw-mmv-lightbox-open #footer,
body.mediawiki.mw-mmv-lightbox-open #globalWrapper {
    display: inherit;
}
body.mediawiki.mw-mmv-lightbox-open > *  {
    display: inherit;
}
body.mediawiki.mw-mmv-lightbox-open > script,
body.mediawiki.mw-mmv-lightbox-open > style {
    display: none;
}
body.mediawiki.mw-mmv-lightbox-open {
    overflow: hidden;
}
body .mw-mmv-wrapper {
    position: fixed;
}
/* mutilmediaViewer 信息栏修复 */
.mw-mmv-image-metadata {
	margin-top: 0;
}
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-desc-column {
    width: 30%;
}
.mw-mmv-image-metadata-column.mw-mmv-image-metadata-links-column {
    width: 70%;
    max-width: 70%;
}
ul.mw-mmv-image-links li {
    float: left;
    padding: .3em 1em;
}
div.mw-mmv-image-desc-div,
div.mw-mmv-image-links-div{
    display:block
}
div.metadata-panel-is-closed .mw-mmv-image-links li.mw-mmv-license-li {
    height:inherit;
    line-height:inherit;
}

/* fading effects*/

.hover-button { 
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	opacity:0.75;
}

.hover-button:hover { 
	opacity:1;
}

.hover-button50 { 
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	opacity:0.5;
}

.hover-button50:hover { 
	opacity:1;
}



/*                     main page                    */


/*MAIN PAGE CONTENTS*/

@keyframes glowing {
 0% {
  box-shadow: 0px 0px 10px #000;
  border-color:grey;
  }
 45% {
  box-shadow:0 0 10px #c40400;
  border-color:red;
  }
 55% {
  box-shadow:0 0 10px #c40400;
  border-color:red;
  }
 100% {
  box-shadow: 0px 0px 10px #000;
  border-color:grey;
 }
}
.button-glow {
 animation:glowing 3000ms infinite
}



.rightcol, .leftcol {
    max-width: 800px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.leftcol {
    float: left;
    position: relative;
    margin-bottom:5px;
}

.rightcol{
	float:left;
	height:auto;
}

#timerwidgets{float:left}

#flexible-panel{width:100%;display:none}

.mainpage{
	margin-left:auto;
	margin-right:auto;	/*Mediawiki max space for 1080p is some 1600px*/
    padding:0;
}

/* small screen less than 800px content width*/
@media only screen and (max-width: 1040px) {
	.mainpage{
		width:100%;
	}
	#timerwidgets{width:240px;float:left;}
	#newestadditions{width:auto;margin-left:0;}
	#twitter-widget-0{height:267px!important;}
	.updates{max-height:136.833px;}
	.promotions{max-height:120.133px;}
}
/* over 800px, not resize for page necessary*/
@media only screen and (min-width: 1040px) {
	.mainpage{width:800px;}
	#timerwidgets{width:345px;float:left;}
	#newestadditions{width:450px;float:left;margin-left:5px;}
	#twitter-widget-0{height:373px!important;}
	#aboutgame{width:800px;}
	#aboutwiki{width:800px; margin-left: 0.5em;}
	.updates{max-height:198.25px;}
	.promotions{max-height:164px;}
}


@media only screen and (min-width: 1360px) {
	.mainpage{width:1068px;}
	.rightcol{width:240px;margin-left:2em;}
	#timerwidgets{width:240px;}
	#newestadditions{width:240px;margin-left:0;min-height: 0;max-height: 479px;margin-bottom:5px;}
	#twitter-widget-0{height:479px!important;}
	.updates{max-height:136.833px;}
	.promotions{max-height:120.133px;}
	
}

@media only screen and (min-width: 1480px) {
	.mainpage{width:1188px;}
	.rightcol{width:360px;margin-left:2em;}
	#timerwidgets{width:360px;}
	#newestadditions{width:360px;margin-left:0px;min-height: 0;max-height: 361px;}
	#twitter-widget-0{height: 361px !important;}
	.updates{max-height:217.017px;}
	.promotions{max-height:170.267px;}
}


@media only screen and (min-width: 1600px) {
	.mainpage{width:1308px;}
	.rightcol{width:480px;}
	#timerwidgets{width:235px;}
	#newestadditions{width:240px;margin-left:5px;min-height: 269px;max-height: 269px;}
	#twitter-widget-0{height:269px!important;}
	#aboutgame,#aboutwiki{width:480px;margin-left:2em;}
	.updates{max-height:133.917px;}
	.promotions{max-height:118.05px;}
}

@media only screen and (min-width: 1720px) {
	.mainpage{width:1428px;}
	.rightcol{width:600px;}
	#timerwidgets{width:295px;}
	#newestadditions{width:300px;min-height: 0;max-height: 329px;}
	#twitter-widget-0{height:329px!important;}
	#aboutgame,#aboutwiki{width:600px;}
	.updates{max-height:169px;}
	.promotions{max-height:143.117px;}
}

.homepage-panel{
	background-color: rgba(150,150,150,0.8);
	border: rgb(150,150,150);
	border-width: 3px;
	border-style: solid;
	box-shadow: 0px 0px 10px #000;
}

#aboutgame,#aboutwiki,#newestadditions{
	padding:0.5em;
	background-color: #3f3f3f;
	border: rgb(150,150,150);
	border-width: 3px;
	border-style: solid;
	box-shadow: 0px 0px 10px #000;
	background-image:url("/images/1/10/Aboutgame.png");
	background-repeat: no-repeat;	
	background-position: -1.5em -0.2em,left top;
	overflow:hidden;
	display:inline-block;
	box-sizing:border-box;
}

#newestadditions {
	width:100%;
	overflow:auto;
	white-space:nowrap;
}

#newestadditions h4{
  margin: 0;
  padding: 0;
  border-bottom: thin solid gray;
}

.newestadditiongroup {
  display: inline-block;
  width: 47%;
  margin-top: 5px;
}

.newestadditiongroup table {
  width: 100%;
}

.newestadditiongroup td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}

.mainpage-link-collection {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.mainpage-link-collection .mainpage-link-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    padding-top: 2.3em;
    margin-right: 0;
    margin-bottom: 10px;
}

.mainpage-link-collection .mainpage-link-section-title {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 1.5em;
    margin: 0;
	padding: 0;
}

.mainpage-link-collection .mainpage-link-group {
	border: 3px solid rgb(150, 150, 150);
	padding: 0.5em;
	min-width: 300px;
	position: relative;
	background-color:#3f3f3f;
	box-shadow: 0px 0px 10px#000;
	background-image: url("/images/1/10/Aboutgame.png");
	background-repeat: no-repeat;
	background-position: -1.5em -0.2em,left top;
	margin-right: 10px;
}

.mainpage-link-collection .mainpage-link-group-title {
    margin: 0;
    padding: 0;
    border-bottom: thin solid gray;
}

.mainpage-link-collection .mainpage-link-group li {
	list-style: none;
}

#mainmenu{
	background-image:url("/images/8/86/BG_homescreen.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:5px;
	max-width:800px;
	height:300px;
	position:relative;
	border: rgb(150,150,150);
	border-width: 3px;
	border-style: solid;
	box-shadow: 0px 0px 10px #000
}

.GamesThumbContainer{
	display:inline-block;
	width:230px;
	height:125px;
	padding:2px;
}

.GameThumb{
	display:flex; 
	position:absolute; 
	justify-content:center; 
	width:230px; 
	height:125px; 
	flex-direction:column; 
	text-align:center; 
	background-color: rgba(0,0,0,0.5);
	font-size:1.5em; 
	text-shadow: 0px 0px 5px #000000;
}

.GameThumb a{
	margin:2px;
}

.game-thumb-container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--iopw-sys-size-2);
  justify-content: center;

  & .game-thumb {
    position: relative;
    width: 14.375rem;
    height: 7.8125rem;
  }

  & .game-thumb-img {
    position: absolute;
    filter: brightness(50%);
    transition: 0.35s ease-in-out;
    & .mw-file-element {
	  object-fit: cover;
	  width: 100%;
	  height: 100%;
	}
  }

  & .game-thumb:hover .game-thumb-img {
    filter: brightness(90%);
  }

  & .game-thumb .game-thumb-link a {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--iopw-sys-size-5);
    padding: 1rem;
  }
}

#directory{
	background-image:url("/images/e/e8/BG_main_directory.png");
	background-color: #3f3f3f;
	border: rgb(150,150,150);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	margin-top:5px;
	max-width:800px;
	position:relative;
	border-width: 3px;
	border-style: solid;
	box-shadow: 0px 0px 10px #000;
	padding:0.5em;
}


.banners{
	max-width:800px;
	max-height:198px;
	width:auto;
	height:auto; 
	border: rgb(150,150,150);
	border-width: 0.25em;
	border-style: solid;
	box-shadow: 0 0 10px #000;
	visibility:hidden;
	position:absolute;
}

.banners .jcarousel-item {
  max-height: 200px;
}

.banners .jcarousel-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.updates{
	background-image: url("/images/thumb/6/6f/BG_factory.png/395px-BG_factory.png");
	background-repeat: no-repeat;
	background-size: cover;
	width:360px;
	width:auto;
	border: rgb(150,150,150);
	border-width: 3px;
	border-style: solid;
	box-shadow: 0px 0px 10px #000;
	margin-bottom:5px;
	visibility:hidden;
	position:absolute;
}

#banner-blank {
	visibility:visible;
	position:inherit;
}

#update-blank {
	visibility:visible;
	position:inherit;
}

.promotions {
	max-width:360px;
	height:auto;
	width:auto;
	overflow:hidden;
	background-color:#232323;
	border: rgb(150,150,150);
	border-width: 0.25em;
	border-style: solid;
	box-shadow: 0 0 10px #000;
	margin-bottom:5px;
	visibility:hidden;
	position:absolute;
}

#promotion-blank {
	visibility:visible;
	position:inherit;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index:3;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    text-decoration: none;
    display: block;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dropdown-content a:hover {opacity:0;}

.dropdown:hover .dropdown-content {
    bottom: 100%;
    display: block;
    left:1em;
}

#serverTabSpan {
    position: absolute;
    margin: -6px 0 0 6px;
}

.serverTabLinks:hover {
    opacity: 0.8;
}
.serverTabLinks {
    border: none;
    border-radius: 1px;
    border: none;
    text-shadow: none;
    z-index: 5;
    padding: 3px 6px;
    margin: 2px 2px;
    font-weight: bold;
    font-size: 40%;
    transition: all .2s ease-in;
    opacity: 0.5;
}

.serverTabLinks-active {
    opacity: 0.9!important;
}



.tabButtonLane {
	display: flex;
  padding-top:1px
}
.tabButtonLane > button {
background-color: rgba(100,100,100,0.3);
color: white;
font-weight: bold;
display: inline-block;
padding: 4px 10px;
margin-left: 3px;
border: none;
text-shadow: 0 0 0.2em black,0 0 0.2em black;
font-size: 1em;
cursor: pointer;
}

.tabButtonLane > button:hover {
	    background-color: rgba(100,100,100,0.45);
}

.tabButtonLane > .tabButton-active {
	    background-color: rgba(100,100,100,0.7)!important;
}


.gf-droplist {
	background-color:rgba(250,250,250,0.9);
	text-align:center;
	border: none;
	color: rgb(63,63,63);
}


/* For droplists on T-Doll pages */
.skill {
	background-color: #f0b000;
	width:60px;
	height:21px;
	text-align:center;
	border:none;
	color:rgb(63,63,63);
}

/* Tile Search Engine */
div.tileSearchDiv {
  display: inline-block;
  margin-right: 15px;
}

table.userselectiongridtable td {
  height: 20px;
  width: 20px;
  border: thin solid gray;
}
table.userselectiongridtable td.active {
  background-color: cyan;
}

table.userselectionpositiontable td {
  height: 20px;
  width: 20px;
  border: thin solid gray;
}
table.userselectionpositiontable td.active {
  background-color: white;
}

table.minigridtable td {
  height: 3px;
  width: 3px;
  background-color: rgba(0,0,0,0.5);
}
table.tilesearchdolls tr[data-tile1="1"] table.minigridtable tr:nth-child(3) td:nth-child(1),
table.tilesearchdolls tr[data-tile2="1"] table.minigridtable tr:nth-child(3) td:nth-child(2),
table.tilesearchdolls tr[data-tile3="1"] table.minigridtable tr:nth-child(3) td:nth-child(3),
table.tilesearchdolls tr[data-tile4="1"] table.minigridtable tr:nth-child(2) td:nth-child(1),
table.tilesearchdolls tr[data-tile5="1"] table.minigridtable tr:nth-child(2) td:nth-child(2),
table.tilesearchdolls tr[data-tile6="1"] table.minigridtable tr:nth-child(2) td:nth-child(3),
table.tilesearchdolls tr[data-tile7="1"] table.minigridtable tr:nth-child(1) td:nth-child(1),
table.tilesearchdolls tr[data-tile8="1"] table.minigridtable tr:nth-child(1) td:nth-child(2),
table.tilesearchdolls tr[data-tile9="1"] table.minigridtable tr:nth-child(1) td:nth-child(3)    {
  background-color: cyan;
}
table.tilesearchdolls tr[data-tile1="0"] table.minigridtable tr:nth-child(3) td:nth-child(1),
table.tilesearchdolls tr[data-tile2="0"] table.minigridtable tr:nth-child(3) td:nth-child(2),
table.tilesearchdolls tr[data-tile3="0"] table.minigridtable tr:nth-child(3) td:nth-child(3),
table.tilesearchdolls tr[data-tile4="0"] table.minigridtable tr:nth-child(2) td:nth-child(1),
table.tilesearchdolls tr[data-tile5="0"] table.minigridtable tr:nth-child(2) td:nth-child(2),
table.tilesearchdolls tr[data-tile6="0"] table.minigridtable tr:nth-child(2) td:nth-child(3),
table.tilesearchdolls tr[data-tile7="0"] table.minigridtable tr:nth-child(1) td:nth-child(1),
table.tilesearchdolls tr[data-tile8="0"] table.minigridtable tr:nth-child(1) td:nth-child(2),
table.tilesearchdolls tr[data-tile9="0"] table.minigridtable tr:nth-child(1) td:nth-child(3) {
  background-color: white;
}

table.tilesearchdolls>tbody>tr { display: none; }
table.tilesearchdolls>tbody>tr.works { display: inherit; }

/* Documentational stuff */
.testcasetable {
  width: 100%;
}

.testcasetable th,
.gf-table.testcasetable th {
  background: rgba(50,50,50,0.5);
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  color: lightgray;
}

.testcasetable > tr >td,
.testcasetable > tbody > tr >td {
  width: 100%;
}

.testcasetable .testcasedescription {
	width: 100%;
}

.mw-templatedata-doc-wrap .mw-templatedata-doc-params > tbody > tr > td.mw-templatedata-doc-param-status-required,
table > tbody > tr > td.cell-yes,
table > tbody > tr > td.cell-no {
  color: white;
  vertical-align: middle;
  text-align: left;
}

.mw-templatedata-doc-wrap .mw-templatedata-doc-params > tbody > tr > .mw-templatedata-doc-param-type + td.mw-templatedata-doc-param-status-required,
table > tbody > tr > td.cell-yes {
  background-color: #AB8C63;
}

.mw-templatedata-doc-wrap .mw-templatedata-doc-params > tbody > tr > .mw-templatedata-doc-param-type + td,
table > tbody > tr > td.cell-no {
  background-color: #67718A;
}

.mw-templatedata-doc-wrap dt {
  float: left;
  clear: left;
  margin-right: 5px;
}

.navbox {
  position: relative;
  border: thin solid lightgray;
  width: 100%;
  margin: 1em auto 0;
  background: rgba(0,0,0,0.5);
  box-sizing: border-box;
}

.navbox + .navbox {
    margin-top: -1px;
}

/* Only style the navbox headers, not the childs of childs */
.navbox>tr>th,
.navbox>tbody>tr>th,
.navbox>thead>tr>th {
  background: rgba(255,255,255,0.5);
  border: none;
  color: white;
}

.navbox th .navboxpopularizer {
  float: right;
  padding: 0 1em;
}

.navbox .navboxlist {
  border: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0,0,0,0.5);
}

.navboxlist table,
.navboxlist-table {
  border: none;
  width: 100%;
  background: rgba(0,0,0,0.0);
}

.navboxlist table .navboxlist-oddrow,
.navboxlist-table .navboxlist-oddrow {
  background: linear-gradient(115deg,rgba(100,100,100,0.2) 0%, transparent 100%);
}

/* Definition for tooltips */
.tooltip {
  position: relative;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: gray;
}

.tooltip .tooltipcontainer {
    visibility: hidden;
    width: 300px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;

    bottom: 100%;
    left: 50%;
    margin-left: -150px; /* Use half of the width, to center the tooltip */
}

.tooltip .tooltiptext {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #222222;
  background-clip:content-box;
  color: lightgray;
  padding: 17px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltiptext .tooltiptext-content {
  margin: 17px;
  margin-bottom: 20px;
}
.tooltiptext-corners {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAlCAYAAAAqXEs9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhoCnuyTOgAAAqpJREFUWMPFmL2O00AUhc/4J469kDjJFlQ0CIUCiQeg5BXS0RDyCLwCEmIlXgBRpSZbUNDvNjQ020UrSkSklTYbR0mcxT+XImPixDOOvRs7I0WR7LHn073n3LljBvHQAJj8v9TBBNdqHIRwgBEHUgHYAEIccLBYigzHcd6HYXib9eGrq6thu90+BaBkiHwuoIcA5kQU5Hl44jinDdt+x6Mbf+dcAjXfBXsv8eqK0ur3+891XVezzA+CgDHGdkaoyQXsbEVomUHYIX/H3gwgddP5+c8/Jycfm6qqluo2aapMs9q4uPhBlYpRqsuUlHsHqUMFVWLKUYc3n9GKgTkWQC24T6SeBVDPD8QYcDNTSOZeIoJtgYFtAx1xKJlKfABOfqCbmULX33814UomGMCzN+bYcw2WrBA2ACcldf7dIgSXRz+UVCbfB1AVpE0FUE+FuruGQsB63b4+0gK2LaGa9ZetFq1LoEypnuJADwaDwavRaOT3er1PAJ7sYjrWAqaboST+AeRQFgCPz5EDqZ1OZwhA6Xa7i/04LuBCNgVOjFIXZC6MexquMBJrKLVsICaMxBpqsycsASiCmkiWi8oBlQkULTWR2F39L/5t23ur0raP7YMJRW7XxvS4AYsSpZwAhEKg6v1hbGk0XjxaVF4+dWllfSprt9f4Lynks0vLO7u0vHiaSnCZ2NLJzdTP1aAVDMUOURjzQ4k05GVdy6ovyUycAULMPcYCn7agpsIUraFWJ3hNcDcTECnA8PPvlqgfar9tjeHH+yHi+9lUUg6inqaW32VVnfDlW3156zFh41zRiGmeLoiFtqMX8gFM8wMZOrEPX1tu+qwZk/dC6VAFiTpIWVQVtCOluCwNypI6r2Db+xJnyctBwUC7eqEkVAnfECMoS3KiNTY+G/0Dnsrgv/SoxVYAAAAASUVORK5CYII='),  url('data:image/png;base64,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'),  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhgL1QZJHAAAAaVJREFUOMu1lT1P20AYx39nX5xLAlYxEgtDkceCxEC7MvIl+jEy8JXoABII9WN0QWJgapTBDBGBAOnFL7kOdlKH+BIS1L90Op3l5+fn5Z7HIgy/PFCpBMiw6eDgG5eXZ97F+fn303b7l9dqpf1+P42iKJXgAW6FWRN4BMYs0mazydHhYc0oVet2uzqKotSBJ4uhAbaWQoda8xjHGGOmzxwQQJ98f6sx4FsiyfWqNfedDs4sdLI9W8A1QBWez4ezEwT+8clJ8PuuY7KnPCoRhmGpUB7QsvgUA6/T0/7+V3N19SOYnIUQYkO6n17STDjzhsNqpvCK4lnlvKSZKIVflq42UUCzDjRYpgqoAB5m89sooHWg0bDldxF0Ah7+81CVPTagtheCpf17Ol/alpFwVU8/pv8ClUkSr2WYJIm2Qm9ubufbxCwpb/6WtR4yjvX1LNCYIAiOpZR7a0Y/AtgDPpfWbq/X+2lWVFGfbUDIYmh65XQppbw1PDTF5TaiGJpTua5LlmUjIF2F6Pt+fTAYPE9aZ+uDN0gU42v0jo56380C/rz9mf0F/562M0QxvvYAAAAASUVORK5CYII='),   url('data:image/png;base64,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');
    background-attachment: local;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom right, bottom left;
    }
.tooltiptext-borders-l {
  position: absolute;
  top: 30px;
  bottom: 40px;
  left: 0;
  width: 20px;
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAACCAYAAACt+Hc7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhowVjvCugAAAChJREFUCNdjZGBgEGRABZyfP39eePHiTeO4uDAGLPIkAyYsYmwMVAYAIvkHb69H/GoAAAAASUVORK5CYII=');
  background-repeat: repeat-y;
  background-position: top left;
}
.tooltiptext-borders-r {
  position: absolute;
  top: 30px;
  bottom: 20px;
  left: 0;
  right: 0;
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAACCAYAAACt+Hc7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhof/er/4wAAACpJREFUCNdjVFJS+s9AOXi/aNEqBn199bO8vLzxDAwM35ElmRioD9jQBQDWZwcb/aOfmQAAAABJRU5ErkJggg==');
  background-repeat: repeat-y;
  background-position: top right;
}
.tooltiptext-borders-t {
  position: absolute;
  top: 0;
  left: 36px;
  right: 103px;
  height: 38px;
  background:   url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAnCAYAAAAy9QloAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhoP4F3vhwAAAOhJREFUOMu1lMsNwjAQRJ9NSFAACVIBpAIOtJQKqCHVUBsRB5QPEjaHxJCP7RwQK/n2tLszO7IA9nhKMlO/AwGgvUCe5ycfILTWpbdDll1qb4c0TYu/y0xsk4Gb6aA6K/pPAbEBKkfzCIiR0AClE+qWdEM9FQ22cSOZVafACRh5wmfUEHI4KT77BG6TO+ClhOcSNUJf0b7QicPxXIw3H1xTCk170cIK9VQk1oCPZO4mkJzy0Vzk1kA4l8kNsDTA0wJoYAuESHjghlbI72FsRi3MDgq4zxllh0YqVG9c+wJ7DsrBD+NIVFtvbtw4Rw1j9KMAAAAASUVORK5CYII=');
  background-repeat: repeat-x;
  background-position: top left;
}
.tooltiptext-borders-b {
  position: absolute;
  bottom: 1px;
  left: 130px;
  right: 20px;
  height: 20px;
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH4gkQDhkdOMnNDAAAALdJREFUOMvNlMsOwiAQRQ+1Nmo0UT+hS7/f7yJojFaI4qKQaMPQNmy8GxZMztx5gGrbkyYpB7wYUw0NsEhcbQADvLOACi5CkAf2fUgeoDKZPLAOpwiAHvII51ANsBMhX/4scBPyLIHtGCBC7gKkCeVkAQDPUE5KkwAAnQDxwPGnH5kZSU2NkFVcJEkK0KObWFGoYkDtnC0CKGOuusiBtd25yEGYyRTF5+mHgMOMhD7xocx2/Gd78AFOSyj+CS+viAAAAABJRU5ErkJggg==');
  background-repeat: repeat-x;
  background-position: top left;
}

/* New Tooltip engine */
#tooltip {
	position: absolute;
	z-index: 999;
	font-size: 0.875em;
	line-height: 1.6;
}

.tooltip-inline .tooltip-content.uninitialized {
	display: none;
}

@-moz-document url-prefix() {
	.skill, .gf-droplist{
		-moz-appearance: none;
		text-indent: -5px;	
		text-overflow: "";
		background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);	
		background-position: calc(100% - 10px) calc(0.5em + 2px), calc(100% - 5px) calc(0.5em + 2px), calc(100% - 2.5em) 0.5em;
		background-size: 5px 5px, 5px 5px, 1px 1.5em;
		background-repeat: no-repeat;
	}
}

#description {
	overflow-y:auto;	
}

.loading .chibiAnimationClickArea,
.loading {
    background-image: url('/images/8/88/gfloading.gif');
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom right;
    background-size: 50px;
}

.loading2 {
  background-image: url("/images/5/5e/gf_loading2.gif");
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: bottom right;
  background-size: 18px;
}

.lazy-img {
  background-image: url("/images/5/5e/gf_loading2.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.enemyname {
  color: #FF0012;
  text-shadow: 0px 0px 3px #EC5151;
  display: inline-block;
}

.enemyname.boss {
  /* background-image: url('/images/1/1e/Boss_Icon_Small.png');*/ 
  background-image: url('/images/f/fc/Boss_Skull_Icon.png');
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 14px;
  background-position-y: 3px;
  background-position-x: 0;
}

/* PNC specifics =========================== */

/* Character index */
.pnc-index-entry {
	position: relative;
	display: inline-block;
	height: 250px;
	width: 126px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 5px;
}
.pnc-index-entry .file {
	position: absolute;
	top: 0;
	left: 0;
}
.pnc-index-entry .card {
	position: absolute;
	top: 14px;
	left: 2px;
	width: 124px;
}
.pnc-index-entry .back {
	position: absolute;
	bottom: -30px;
}
.pnc-index-entry .hero {
	position: absolute;
}
.pnc-index-entry .front {
	position: absolute;
	bottom: -28px;
}
.pnc-index-entry .company {
	position: absolute;
	top: 12px;
	left: 40px;
	width: 120px;
	opacity: 20%;
}
.pnc-index-entry .rarity {
	position: relative;
	top: 190px;
	left: 4px;
}
.pnc-index-entry .name {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 120px;
	color: lightgray;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pnc-index-entry .heroclass {
	position: absolute;
	top: 15px;
	left: 4px;
	width: 16px;
}

/* Template:hero name */
.heroname {
  background-size: 9px;
  background-repeat: no-repeat;
  padding-left: 11px;
  /*white-space:wrap;*/
}

.heroname.star1 {
	color:#2999F3;
	text-shadow: 0px 0px 3px #2999F3; 
}

.heroname.star2 {
	color:#B470E1;
	text-shadow: 0px 0px 3px #B470E1; 
}

.heroname.star3 {
	color:#FC8C10;
	text-shadow: 0px 0px 3px #FC8C10; 
}

.heroname.medic {
  background-image: url('/images/3/30/Icon_PNC_Hero_Class_white_Medic.png')
}

.heroname.guard {
  background-image: url('/images/8/80/Icon_PNC_Hero_Class_white_Guard.png')
}

.heroname.warrior {
  background-image: url('/images/f/f8/Icon_PNC_Hero_Class_white_Warrior.png')
}

.heroname.specialist {
  background-image: url('/images/8/8a/Icon_PNC_Hero_Class_white_Specialist.png')
}

.heroname.sniper {
  background-image: url('/images/8/87/Icon_PNC_Hero_Class_white_Sniper.png')
}

/* Hide tagline */
.heading-holder .tagline {
	display:none;
}