MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
mNo edit summary
 
(767 intermediate revisions by 5 users not shown)
Line 1: Line 1:
/* CSS placed in this file will be applied to all skins */
/* CSS placed in this file will be applied to all skins */
 
/* Hide title and edit tools on main page */
 
.page-Main_Page .mw-side,
/* Load Google's Roboto font */
.page-Main_Page .firstHeading,
 
.page-Main_Page #siteSub {
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
display: none!important;
 
/* Disable Google Chrome's forced outline on intractable elements. */
 
*,
*:focus,
*:hover {
  outline: none;
}
 
.imgContainer {
  display: inline-block;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
 
.round-corners {
  border-radius: 6px;
}
 
/* -----------------------------------------------------------------------------
                            Global Rules
----------------------------------------------------------------------------- */
 
html {
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}
 
a,
a:visited {
  color: #1976d2;
}
 
/* makes an image scale to fit container width */
.res-img img {
  max-width:100%;
  height:auto;
}
}


/* -----------------------------------------------------------------------------
/* per-game banner images */
                            Mediawiki Specific Rules
----------------------------------------------------------------------------- */
 
 
/*mediawiki link colors*/
 
.mw-body-content a.external:visited, a.external {
  color: #1976d2;
}
 
 
/* hide discussion on Main_Page */
 
.page-page-Main_Page #ca-talk {
  display: none !important;
}
 
 
/* mediawiki main body */
 
.mw-body {
  color: #333333;
  background-color: #fbfbfb;
}
 
 
/* establish a header via overriding mediawiki defualts */
 
body {
body {
  background-image: url(images/background.png);
    background-image: url(images/background.webp);
  background-repeat: no-repeat;
    background-repeat: no-repeat;
}
 
#mw-page-base {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
}
 
div#mw-head div.vectorMenu h3 {
  background-image: none;
}
 
div.vectorMenu h3 span {
  padding-top: 1em;
}
 
div.vectorTabs {
  border-top: 1px solid #dceefb;
  height: 2.2em;
}
 
div.vectorTabs li a {
  height: 1.95em;
}
 
div.vectorTabs span a {
  padding-top: 0.8em;
}
 
#p-personal {
  top: 0;
  right: 0;
  background-color: #fff;
  padding-top: 0.25em;
  padding-right: 0.75em;
  border-radius: 0px 0px 0px 5px;
}
 
#p-personal ul {
  padding-left: 0;
}
 
#p-logo {
  padding-top: 8px;
}
 
div#content {
  box-shadow: rgba(0, 0, 0, 0.15) 0 0.1em 0.75em;
}
 
div#simpleSearch {
  margin-top: 0.35em;
}
 
#ca-unwatch.icon a,
#ca-watch.icon a {
  padding-top: 2.7em;
}
 
#left-navigation,
#right-navigation {
  margin-top: 2.75em;
}
 
#p-personal {
  text-shadow: 0 0 2px #FEFEFE, 0 0 4px #FFF;
}
 
#pt-anonuserpage {
  margin-bottom: 0.8em;
}
 
/* Background Ends Here */
 
 
/* remove margin */
 
.gallery.mw-gallery-slideshow {
  margin: 0 !important;
}
}
 
.page-Guilty_Gear_XX_Accent_Core_Plus_R,.rootpage-GGACR {
 
    background-image: url(images/ggacr-background.webp);
pre,
    background-repeat: no-repeat;
.mw-code {
  background-color: white;
}
}
 
.page-Granblue_Fantasy_Versus,.rootpage-GBVS {
table.wikitable {
    background-image: url(images/gbvs-background.webp);
  background-color: white;
    background-repeat: no-repeat;
  border-radius: 4px;
}
}
 
.page-Granblue_Fantasy_Versus_Rising,.rootpage-GBVSR {
table.wikitable>tr>th,
    background-image: url(images/gbvsr-background.png);
table.wikitable>*>tr>th {
    background-repeat: no-repeat;
  background-color: #f9f9f9;
}
}
 
.page-Dragon_Ball_FighterZ,.rootpage-DBFZ {
.noborder td {
    background-image: url(images/dbfz-background.webp);
  border: none;
    background-repeat: no-repeat;
}
}
 
.page-Persona_4_Arena_Ultimax_Remaster,.rootpage-P4U2R {
 
    background-image: url(images/p4u2r-background.webp);
/* move collapsible element indicator to the left */
    background-repeat: no-repeat;
 
.mw-collapsible span.mw-collapsible-toggle {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}
}
 
.page-BlazBlue_Central_Fiction,.rootpage-BBCF {
#p-personal {
    background-image: url(images/bbcf-background.webp);
  top: 0;
    background-repeat: no-repeat;
  right: 0;
  background-color: #fff;
  padding-top: 0.25em;
  padding-right: 0.75em;
  border-radius: 0px 0px 0px 5px;
}
}
 
.page-Guilty_Gear_The_Missing_Link,.rootpage-GGML {
#p-personal ul {
    background-image: url(images/ggml-background.webp);
  padding-left: 0;
    background-repeat: no-repeat;
}
}
 
.page-BlazBlue_Cross_Tag_Battle,.rootpage-BBTag {
#p-logo {
    background-image: url(images/bbtag-background.webp);
  padding-top: 8px;
    background-repeat: no-repeat;
}
}
 
.page-Hokuto_no_Ken,.rootpage-HNK {
div#content {
    background-image: url(images/hnk-background.webp);
  box-shadow: rgba(0, 0, 0, 0.15) 0 0.1em 0.75em;
    background-repeat: no-repeat;
}
}
 
.page-DNF_Duel,.rootpage-DNFD {
div#simpleSearch {
    background-image: url(images/dnfd-background.webp);
  margin-top: 0.35em;
    background-repeat: no-repeat;
}
}
 
.page-Sailor_Moon_S,.rootpage-SMS {
#ca-unwatch.icon a,
    background-image: url(images/sms-background.png);
#ca-watch.icon a {
    background-repeat: no-repeat;
  padding-top: 2.7em;
}
}
 
.page-Sengoku_Basara_X,.rootpage-SBX {
#left-navigation,
    background-image: url(images/sbx-background.webp);
#right-navigation {
    background-repeat: no-repeat;
  margin-top: 2.75em;
}
}
 
.page-Guilty_Gear_Xrd_REV_2,.rootpage-GGXRD-R2 {
#p-personal {
    background-image: url(images/ggxrd-background.webp);
  text-shadow: 0 0 2px #FEFEFE, 0 0 4px #FFF;
    background-repeat: no-repeat;
}
}
 
.page-Battle_Fantasia,.rootpage-BatFan {
#pt-anonuserpage {
    background-image: url(images/batfan-background.png);
  margin-bottom: 0.8em;
    background-repeat: no-repeat;
}
}
 
.page-King_s_Field_4,.rootpage-KF4 {
 
    background-image: url(images/kf4-background.webp);
/* Fix the `More` tab */
    background-repeat: no-repeat;
/*
 
 
#p-search {
  margin: 1px 0 0 0.5em;
  padding: 0 0.5em;
}
}
 
.page-Limbus_Company,.rootpage-LCB {
#p-cactions>.menu {
    background-image: url(images/lcb-background.png);
  top: 2.2em;
    background-repeat: no-repeat;
}
 
 
/* Background Ends Here */
 
 
/* Faster visible changes */
 
tr.hide {
  visibility: collapse;
}
 
.hide:not(tr) {
  display: none;
}
 
 
/* Faster visible changes ends here */
 
.tabs-label {
  border-radius: 0 0 0 0 !important;
}
 
.tabs-container {
  border-radius: 0 0 0 0 !important;
}
}


.responsive-imagemap img { width: 100%; height: auto; }
.responsive-img img { width: 100%; height: auto; }
.big-pixly-image .image {width: 100%; height: auto; }
.big-pixly-image img { width: 100%; height: auto; image-rendering: pixelated; }


/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
                             Table of Contents Rules
                             Cargo Rules
----------------------------------------------------------------------------- */
----------------------------------------------------------------------------- */
/* disable the tfoot which dupes thead */


 
table.dataTable tfoot {
/* Allow limiting of which header levels are shown in a TOC;
  <div class="toclimit-3">, for instance, will limit to
  showing ==headings== and ===headings=== but no further
  (as long as there are no =headings= on the page, which
  there shouldn't be according to the MoS).
*/
 
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
   display: none;
   display: none;
}
}


.overview_toc .toctitle {
/* move images to start of line. else they will be at end of line when there are notes */
  width: 103%;
table.dataTable div.tright {
  margin-left: -1.5%;
   float: left;
  border-bottom: 1px solid #454545;
}
 
.overview_toc .toctitle h2 {
   font-weight: 600;
}
}


.overview_toc .toctitle toctoggle {}
.stripe tbody tr:nth-child(odd) {
 
background-color: var(--color-surface-1);
.overview_toc .toc ul {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  line-height: 1.6;
  padding: 10px 0px 0px 35px;
}
}


.overview_toc .toc {
.stripe tbody tr:nth-child(odd):hover {
  display: block;
background-color: var(--color-surface-3);
  border: unset;
  background-color: unset;
  padding: -4px;
}
}


/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
                        Image Map Sizing Rules
                            Tier List Rules
----------------------------------------------------------------------------- */
----------------------------------------------------------------------------- */


 
@media (min-width: 900px) {
/* GBVS Imagemap */
  .tierList {
 
    display: grid;
img[alt="GBVS CharSelect.png"] {
    grid-template-columns: minmax(58px, auto) 1fr;
  transform-origin: center left;
    grid-column-gap: 0px;
}
    grid-row-gap: 0px;
 
    /* box-shadow: var(--card-shadow-dlw); */
@media (max-width: 1800px) {
    border-radius: var(--border-radius--small);
  img[alt="GBVS CharSelect.png"] {
    font-size: 0.875em;
     transform: scale(0.9);
    background-color:var(--color-surface-2);
     border-color: var(--border-color-base);
    overflow: hidden;
   }
   }
}
}
 
@media (max-width: 899px) {
@media (max-width: 1600px) {
   .tierList {
   img[alt="GBVS CharSelect.png"] {
     display: grid;
     transform: scale(0.8);
    grid-template-columns: minmax(58px, auto) 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: var(--card-shadow-dlw);
    border-radius: var(--border-radius--small);
    font-size: 0.875em;
    background-color:var(--color-surface-1);
    border-color: var(--border-color-base);
    overflow: hidden;
   }
   }
}
}
 
.tierHeader {
@media (max-width: 1366px) {
  display: flex;
   img[alt="GBVS CharSelect.png"] {
  align-items: center;
    transform: scale(0.58);
  justify-content: center;
   }
  text-align: center;
  padding: 1em 2px;
   font-size: 1em;
  font-weight: 600;
   color: black;
}
}
 
.tierGroup {
@media (max-width: 1280px) {
  display: flex;
   img[alt="GBVS CharSelect.png"] {
  flex-direction: row;
    transform: scale(0.5);
   flex-wrap: wrap;
   }
   align-items: center;
}
}
 
.tierUnderline {
@media (max-width: 989px) {
   border-bottom: 1px solid var(--border-color-base--darker);
   img[alt="GBVS CharSelect.png"] {
    transform: scale(0.72);
  }
}
}
 
.generalUnderline {
 
   border-bottom: 1px solid var(--border-color-base);
/* GGACR Imagemap */
 
img[alt="GGACR Roster.png"] {
   transform-origin: center left;
}
}
 
.tierGroup>div {
@media (max-width: 1428px) {
   margin: 4px 10px;
   img[alt="GGACR Roster.png"] {
    transform: scale(0.9);
  }
}
}
 
.CharaInfoLabel {
@media (max-width: 1366px) {
   text-align: right;
  img[alt="GGACR Roster.png"] {
   width: 50%;
    transform: scale(0.85);
   vertical-align: text-top;
   }
}
 
@media (max-width: 1280px) {
  img[alt="GGACR Roster.png"] {
    transform: scale(0.75);
   }
}
 
@media (max-width: 989px) {
  img[alt="GGACR Roster.png"] {
    transform: scale(0.9);
   }
}
 
 
/* GGXRD-R2 Imagemap */
 
img[alt="GGXRD-R2_Roster.png"] {
  transform-origin: center left;
}
 
@media (max-width: 1366px) {
  img[alt="GGXRD-R2_Roster.png"] {
    transform: scale(0.85);
  }
}
}
@media (max-width: 1280px) {
  img[alt="GGXRD-R2_Roster.png"] {
    transform: scale(0.75);
  }
}


/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
                  Alternating Table Row Colors Rules
                            ColumnList Specific Rules
----------------------------------------------------------------------------- */
----------------------------------------------------------------------------- */


 
.columns2 {
/* Odd rows for any table with "stripe" class */
  -webkit-columns: 16em 2;
 
  -moz-columns: 16em 2;
table.stripe tr:nth-child(odd) {
   columns: 16em 2;
   background-color: white;
}
}


/* Even rows for any table with "stripe" class */
table.stripe tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* Odd set of 2 rows (for colors table) */
table.colors-table.stripe tr:nth-child(4n),
table.colors-table.stripe tr:nth-child(4n-1) {
  background-color: white;
}
/* Even set of 2 rows (for colors table) */
table.colors-table.stripe tr:nth-child(4n-2),
table.colors-table.stripe tr:nth-child(4n-3) {
  background-color: #f1f1f1;
}




/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
                              Text colors  Tempalte Rules
                        Cargo Based Move Boxes Styling
----------------------------------------------------------------------------- */
----------------------------------------------------------------------------- */


.text-color--1 {
.grid-container {
   color: #d96aca;
  display: grid;
  grid-template-columns: 210px auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
   grid-template-areas: "name data" "gallery description";
}
}
 
.move-box {
 
  box-shadow: var(--CardShadow);
/* Guilty Gear P button */
   border-radius: var(--StandardBorderCurve);
 
.text-color--2 {
   color: #1f8ccc;
}
}
 
.name {
 
   display: grid;
/* Guilty Gear K button */
   grid-template-columns: auto;
 
   grid-template-rows: auto;
.text-color--3 {
   height: 1em;
   color: #009e4e;
   gap: 0px 0px;
}
   grid-template-areas: ".";
 
   grid-area: name;
 
/* Guilty Gear S button */
 
.text-color--4 {
  color: #de1616;
}
 
 
/* Guilty Gear H button */
 
.text-color--5 {
  color: #e8982c;
}
 
 
/* Guilty Gear D button */
 
.text-color--6 {
  color: #3197d3;
}
 
 
/* very easy difficulty combo*/
 
.text-color--7 {
  color: #e49f48;
}
 
 
/* medium difficulty combo*/
 
.text-color--8 {
  color: #b769c4;
}
 
 
/* very hard difficulty combo*/
 
.text-color--added {
   background-color: LemonChiffon;
  border-radius: 4px;
   font-weight: 600;
  font-size: 12px;
   letter-spacing: -0.008em;
  padding: 2px;
}
 
.text-color--new {
  background-color: PeachPuff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.008em;
  padding: 2px;
}
 
.text-color--removed {
  background-color: Lavender;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.008em;
  padding: 2px;
}
 
.text-color--reworked {
  background-color: LightBlue;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: -0.008em;
  font-size: 12px;
  padding: 2px;
}
 
.text-color--buff {
  background-color: DarkSeaGreen;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.008em;
  padding: 2px;
}
 
.text-color--nerf {
  background-color: LightPink;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  padding: 2px;
}
 
 
/* -----------------------------------------------------------------------------
                                  Tabber Rules
----------------------------------------------------------------------------- */
 
.tabber .tabbertab {
  border: none;
  padding: 0;
}
 
ul.tabbernav {
  margin: 0;
  padding: 3px 0;
  border: 0;
  font: bold 14px 'Roboto', sans-serif !important;
}
 
ul.tabbernav li a {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  padding: 3px .5em;
  margin-left: 3px;
  border: 1px solid #CCC;
  /* background: #F2F7FF; */
  text-decoration: none;
  line-height: 1;
}
 
ul.tabbernav li.tabberactive a {
  background-color: #FFF;
  border: 1px solid #7ec0ee !important;
}
 
ul.tabbernav li.tabberactive a:hover {
  color: #000;
  background: #FFF;
  border: 1px solid #7ec0ee !important;
}
 
 
/* Prevents tabber contents from showing up for a few frames before the script executes */
 
.tabber:not(.tabberlive)>.tabbertab:not(:first-child) {
  display: none;
}
 
 
/* -----------------------------------------------------------------------------
                          Tooltip CSS from gbf.wiki
----------------------------------------------------------------------------- */
 
.tooltip {
  position: relative;
   display: inline;
   border-bottom: 1px dashed black;
}
 
.tooltiptext {
  visibility: hidden;
  min-width: 250px;
  padding: 12px 14px;
  position: absolute;
  left: 50%;
  bottom: calc(20px + 100%);
  z-index: 99999;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #a2a9b1;
  border-radius: 2px;
  white-space: normal;
  font-weight: normal;
   font-style: initial;
   text-align: center;
   text-align: center;
  font-variant: initial;
  line-height: 1.6;
  font-size: 14px !important;
}
}
 
#moveName {
.tooltiptext:after,
   font-weight: bold;
.tooltiptext:before {
   font-size: 20px;
  content: '';
   line-height: 1.1em;
  position: absolute;
  left: 50%;
  border-style: solid;
}
 
.tooltiptext:after {
  top: 100%;
  bottom: auto;
  width: 20px;
  height: 20px;
  background: #fff;
  margin-top: -10px;
  margin-left: -10px;
  box-shadow: 1px 1px 0px #a2a9b1;
  transform: rotate(45deg);
  border-width: 0;
}
 
.tooltiptext:before {
   top: 100%;
  bottom: auto;
  border-width: 18px;
  margin-left: -18px;
   border-color: rgba(0, 0, 0, 0.15) transparent transparent transparent;
  pointer-events: none;
}
 
.tooltip .tooltip .tooltiptext,
.header-fixed-helper .tooltip .tooltiptext {
  bottom: auto;
  top: calc(20px + 100%);
}
 
.tooltip .tooltip .tooltiptext:after,
.header-fixed-helper .tooltip .tooltiptext:after {
  top: auto;
  bottom: 100%;
  border-width: 15px;
   margin-left: -15px;
  border-color: transparent transparent white transparent;
  width: 0;
  height: 0;
  box-shadow: none;
  background: none;
  transform: none;
}
 
.tooltip .tooltip .tooltiptext:before,
.header-fixed-helper .tooltip .tooltiptext:before {
  top: auto;
  bottom: 100%;
  border-width: 16px;
  margin-left: -16px;
  border-color: transparent transparent #888 transparent;
}
 
.tooltiptext span.hr {
  display: block;
  height: 1px;
  background-color: #a2a9b1;
}
}
 
.gallery {
.tooltiptext hr,
   grid-area: gallery;
.tooltiptext span.hr {
   align-content: center;
  margin: 10px 0 12px;
  position: relative;
  background: none;
}
 
.tooltiptext hr:after,
.tooltiptext span.hr:after {
   content: '';
  display: block;
  width: 100%;
  height: 1px !important;
  position: absolute;
  left: -14px;
  background: #a2a9b1;
   padding: 0 14px;
}
 
.tooltip:hover>.tooltiptext,
.tooltip.hover>.tooltiptext {
  visibility: visible;
}
 
.tooltiptext {
  opacity: 0;
  transition: opacity 200ms ease, visibility 0s ease 200ms, transform 200ms ease;
  transform: translate(-50%, 8px);
}
 
.tooltip .tooltip .tooltiptext,
.header-fixed-helper .tooltip .tooltiptext {
  transform: translate(-50%, -8px);
}
 
.tooltip:hover>.tooltiptext,
.tooltip.hover>.tooltiptext {
  opacity: 1;
  transition-delay: 0s;
  transform: translate(-50%, 0);
}
 
.tooltiptext a {
  color: #0645ad;
  border-bottom: 0;
}
 
.tooltiptext a:visited {
  color: #0b0080;
}
 
.tooltiptext a:active {
  color: #faa700;
}
 
.tooltiptext a:hover,
a:focus {
  text-decoration: underline;
}
 
.tooltiptext {
  color: #252525;
}
 
.tooltiptext a.new {
  color: #ba0000;
}
 
 
/* Remove .mw-body-content stacking context so the tooltip can
  overlap with elements outside content area and be shown properly */
 
.mw-body-content {
  z-index: auto;
}
 
.flow-post .flow-post-content {
  overflow: visible;
}
 
 
/* -----------------------------------------------------------------------------
                              Flex Rules
----------------------------------------------------------------------------- */
 
.fp-button {
  border-radius: 4px;
  background: none;
  border: 2px solid #2e2d2d;
  cursor: pointer;
  padding: 0.5em 0.75em;
  font-weight: 700;
  font-size: 14px;
  color: white;
  display: inline-block;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
 
.fp-button:hover {
  box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 5px rgba(0,0,0,0.24);
}
 
.fpcontent {
  width: 100%;
  display: inline-block;
  overflow: visible !important;
  z-index: 1;
}
 
.fpbox {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 0px 10px 20px 10px;
  padding: 2px;
  border-radius: 4px;
}
 
.fpbox .heading {
  border-bottom: 1px solid #454545;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-weight: 600;
   text-align: center;
   text-align: center;
  font-size: 22px;
}
.fpbox .heading .smalllink {
  font-weight: 500;
}
.fpbox hr {
  border: none;
  border-bottom: 1px solid #454545;
}
.fplinks {
  margin: -5px;
}
.fpvideos {
  margin: 0 auto;
   overflow: hidden;
   overflow: hidden;
  text-align: center;
}
.fpvideo {
  display: inline-block;
  margin: 0 5px;
}
.fplinks .linkslabel {
  background: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #454545;
  margin: 15px 5px 5px 5px;
  padding: 0 0 5px 0;
}
.fplink {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
}
.fplink a {
  color: #f5f5f5;
}
.fplink a.external {
  color: #f5f5f5;
}
}
 
.description {
.fplink a.external:visited {
  grid-area: description;
   color: #f5f5f5;
   padding: 0.25em 1em;
}
}
 
.data {
.fplink a:visited {
   display: grid;
  color: #f5f5f5;
   grid-template-columns: repeat(8, 1fr);
}
   grid-template-rows: repeat(2, 1fr);
 
   gap: 0px 0px;
 
   grid-template-areas: ". . . . . . . ." ". . . . . . . .";
/* Yeah, using display: table makes for a lot of extra markup, but it makes proportionate sizing and vertical centering a lot easier, so going with it */
   grid-area: data;
 
.fplink .box {
  border-collapse: separate;
  border-spacing: 5px;
  display: table;
  width: 100%;
}
 
.fplink .box .row {
   display: table-row;
}
 
.fplink .box .row .cell {
   background: #262626;
  background-image: -moz-linear-gradient(center top, #454545 0%, #2e2d2d 100%);
  background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%, #454545), color-stop(100%, #2e2d2d));
   background-image: -webkit-linear-gradient(top, #454545 0%, #2e2d2d 100%);
  background-image: -o-linear-gradient(top, #454545 0%, #2e2d2d 100%);
   background-image: -ms-linear-gradient(top, #454545 0%, #2e2d2d 100%);
   background-image: linear-gradient(to bottom, #454545 0%, #2e2d2d 100%);
  border: 1px solid #2e2d2d;
  border-radius: 4px;
  color: #fff;
   display: table-cell;
  padding: 0 6px;
  position: relative;
   text-align: center;
   text-align: center;
   vertical-align: middle;
   border-bottom: 1px solid grey;
}
 
.fplink.wide .box .row .cell {
  padding: 0 5px;
}
 
#fptopsection .fplink.image,
#fpflexsection .fplink.image,
#fpbottomsection .fplink.image {
  height: 114px;
  width: 114px;
}
 
.fplink.image .box .row .cell {
  height: 100px;
  width: 100px;
  vertical-align: bottom;
}
 
.fplink.image .box .row .cell .image img {
  height: 100px;
  width: 100px;
}
 
@media (min-width: 470px) {
  .fplink {
    width: 50%;
  }
  .fplink.wide {
    width: 100%;
  }
}
 
@media (min-width: 580px) {
  .fplink {
    width: 33.333%;
  }
  .fplink.wide {
    width: 66.666%;
  }
}
 
@media (min-width: 690px) {
  .fplink {
    width: 25%;
  }
  .fplink.wide {
    width: 50%;
  }
}
 
@media (min-width: 800px) {
  .fplink {
    width: 20%;
  }
  .fplink.wide {
    width: 40%;
  }
}
 
@media (min-width: 910px) {
  .fplink {
    width: 16.666%;
  }
  .fplink.wide {
    width: 33.333%;
  }
}
}
 
.data-cell {
@media (min-width: 990px) {
   font-size: 20px;
  .fpcontent {
    padding-right: 520px;
    width: auto;
  }
  #fptopsection {
    float: left;
    width: 100%;
  }
  #fpflexsection {
    float: right;
    width: 520px;
    margin-right: -520px
  }
   #fpbottomsection {
    float: left;
    width: 100%;
    margin-top: -5px;
  }
  #fptopsection .fplink,
  #fpbottomsection .fplink {
    width: 50%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 100%;
  }
  #fpflexsection .fplink {
    width: 25%;
  }
  #fpflexsection .fplink.wide {
    width: 50%;
  }
}
}
 
#startup {
@media (min-width: 1100px) {
   color: #4caf50;
   #fptopsection .fplink,
  #fpbottomsection .fplink {
    width: 33.333%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 66.666%;
  }
}
}
 
#active {
@media (min-width: 1210px) {
   color: #f44336;
  #fptopsection .fplink,
  #fpbottomsection .fplink {
    width: 25%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 50%;
  }
}
 
@media (min-width: 1320px) {
  #fptopsection .fplink,
  #fpbottomsection .fplink {
    width: 20%;
  }
  #fptopsection .fplink.wide,
   #fpbottomsection .fplink.wide {
    width: 40%;
  }
}
 
@media (min-width: 1430px) {
  #fptopsection .fplink,
  #fpbottomsection .fplink {
    width: 16.666%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 33.333%;
  }
  .fplink a {
    padding: 3px 5px;
    color: #f5f5f5;
  }
  .fplink a:visited {
    color: #f5f5f5;
  }
  .fplink a:.external {
    color: #f5f5f5;
  }
  .fplink a.external:visited {
    color: #f5f5f5;
  }
}
}
 
#recovery {
@media (min-width: 1540px) {
   color: #2196f3;
  #fptopsection .fplink,
  #fpbottomsection .fplink {
    width: 14.285%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 28.571%;
  }
  #fptopsection .fpmaybercol .fpbox,
  #fpbottomsection .fpmaybercol .fpbox {
    background-image: none;
  }
  .fpmaybelcol {
    float: left;
    width: 70.886%;
  }
  #fptopsection .fpmaybelcol .fplink,
  #fpbottomsection .fpmaybelcol .fplink {
    width: 20%;
  }
  #fptopsection .fpmaybelcol .fplink.wide,
  #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 40%;
   }
  .fpmaybercol {
    float: right;
    width: 29.113%;
  }
  #fptopsection .fpmaybercol .fplink,
  #fpbottomsection .fpmaybercol .fplink {
    width: 50%;
  }
  #fptopsection .fpmaybercol .fplink.wide,
  #fpbottomsection .fpmaybercol .fplink.wide {
    width: 100%;
  }
}
}


@media (min-width: 1650px) {
/* Movelist Toggles */
   #fptopsection .fplink,
.movelist-toggles {
   #fpbottomsection .fplink {
   display: flex;
    width: 12.5%;
   justify-content: center;
   }
   box-shadow: var(--card-shadow-dlw);
   #fptopsection .fplink.wide,
   background-color: var(--color-surface-1);
   #fpbottomsection .fplink.wide {
   border-radius: var(--border-radius--small);
    width: 25%;
  }
}
}


@media (min-width: 1697px) {
.movelist-toggle-button {
  #fptopsection .fpmaybelcol .fplink,
    display: inline-flex;
  #fpbottomsection .fpmaybelcol .fplink {
    align-items: center;
     width: 16.666%;
     padding: 18px;
  }
    font-weight: bold;
  #fptopsection .fpmaybelcol .fplink.wide,
    scroll-snap-align: start;
  #fpbottomsection .fpmaybelcol .fplink.wide {
    text-decoration: none;
     width: 33.333%;
    white-space: nowrap;
  }
     cursor: pointer;
    color: var(--color-base--subtle);
}
}
 
.movelist-toggle-button:hover {
@media (min-width: 1760px) {
background-color: var(--color-surface-3);
  #fptopsection .fplink,
color: var(--color-base--emphasized);
  #fpbottomsection .fplink {
    width: 11.111%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 22.222%;
  }
}
}


@media (min-width: 1850px) {
.movelist-toggle-on {
  #fptopsection .fpmaybelcol .fplink,
background-color: var(--color-surface-2);
  #fpbottomsection .fpmaybelcol .fplink {
    width: 14.285%;
  }
  #fptopsection .fpmaybelcol .fplink.wide,
  #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 28.571%;
  }
}
}


@media (min-width: 1870px) {
/******************************* Gallery Module *******************************/
  #fptopsection .fplink,
@media all and (max-width: 720px) {
  #fpbottomsection .fplink {
.mod-gallery {
    width: 10%;
width: 100% !important;
  }
}
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 20%;
  }
  #fptopsection .fplink.image,
  #fpbottomsection .fplink.image {
    width: 134px;
    height: 134px;
  }
  #fptopsection .fplink.image .box .row .cell,
  #fpbottomsection .fplink.image .box .row .cell {
    width: 120px;
    height: 120px;
  }
  #fptopsection .fplink.image .box .row .cell .image img,
  #fpbottomsection .fplink.image .box .row .cell .image img {
    width: 120px;
    height: 120px;
  }
}
}


@media (min-width: 1918px) {
.mod-gallery {
  #fptopsection .fpmaybercol .fplink,
display: table;
  #fpbottomsection .fpmaybercol .fplink {
    width: 33.333%;
  }
  #fptopsection .fpmaybercol .fplink.wide,
  #fpbottomsection .fpmaybercol .fplink.wide {
    width: 66.666%;
  }
}
}


@media (min-width: 1980px) {
.mod-gallery-default {
  #fptopsection .fplink,
background: transparent;
  #fpbottomsection .fplink {
margin-top: 0.3em;
    width: 9.09%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 18.181%;
  }
}
}


@media (min-width: 2006px) {
.mod-gallery-center {
  #fptopsection .fpmaybelcol .fplink,
margin-left: auto;
  #fpbottomsection .fpmaybelcol .fplink {
margin-right: auto;
    width: 12.5%;
  }
  #fptopsection .fpmaybelcol .fplink.wide,
  #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 25%;
  }
}
}


@media (min-width: 2090px) {
.mod-gallery-left {
  #fptopsection .fplink,
float: left;
  #fpbottomsection .fplink {
    width: 8.33%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 16.666%;
  }
}
}


@media (min-width: 2161px) {
.mod-gallery-right {
  #fptopsection .fpmaybelcol .fplink,
float: right;
  #fpbottomsection .fpmaybelcol .fplink {
    width: 11.111%;
  }
  #fptopsection .fpmaybelcol .fplink.wide,
  #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 22.222%;
  }
}
}


@media (min-width: 2200px) {
.mod-gallery-none {
  #fptopsection .fplink,
float: none;
  #fpbottomsection .fplink {
    width: 7.692%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 15.384%;
  }
}
}


@media (min-width: 2296px) {
.mod-gallery-collapsible {
  #fptopsection .fpmaybercol .fplink,
width: 100%;
  #fpbottomsection .fpmaybercol .fplink {
    width: 25%;
  }
  #fptopsection .fpmaybercol .fplink.wide,
  #fpbottomsection .fpmaybercol .fplink.wide {
    width: 50%;
  }
}
}


@media (min-width: 2310px) {
.mod-gallery .title,
  #fptopsection .fplink,
.mod-gallery .main,
  #fpbottomsection .fplink {
.mod-gallery .footer {
    width: 7.142%;
display: table-row;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 14.285%;
  }
}
}


@media (min-width: 2316px) {
.mod-gallery .title > div {
  #fptopsection .fpmaybelcol .fplink,
display: table-cell;
  #fpbottomsection .fpmaybelcol .fplink {
padding: 0.2em 0 0.6em 1.6em;
    width: 10%;
text-align: center;
  }
font-weight: bold;
  #fptopsection .fpmaybelcol .fplink.wide,
  #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 20%;
  }
}
}


@media (min-width: 2420px) {
.mod-gallery .main > div {
  #fptopsection .fplink,
display: table-cell;
  #fpbottomsection .fplink {
    width: 6.666%;
  }
  #fptopsection .fplink.wide,
  #fpbottomsection .fplink.wide {
    width: 13.333%;
  }
  .fplink a {
    padding: 5px 5px;
  }
  #fptopsection .fplink.image,
  #fpbottomsection .fplink.image {
    width: 164px;
    height: 164px;
  }
  #fptopsection .fplink.image .box .row .cell,
  #fpbottomsection .fplink.image .box .row .cell {
    width: 150px;
    height: 150px;
  }
  #fptopsection .fplink.image .box .row .cell .image img,
  #fpbottomsection .fplink.image .box .row .cell .image img {
    width: 150px;
    height: 150px;
  }
}
}


.fplink.image .image {
.mod-gallery .gallery {
  position: absolute;
line-height: 1.35em;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
}


.fplink.image a {
.mod-gallery .footer > div {
  z-index: 2;
display: table-cell;
padding: 0.2em 0 0.6em 1.6em;
text-align: right;
font-size: 80%;
line-height: 1em;
}
}


.fplink a {
.mod-gallery .title > div *,
  display: block;
.mod-gallery .footer > div * {
  position: relative;
overflow: visible;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1px 5px;
}
}


.fplink.image .image a {
.mod-gallery .gallerybox img {
  padding: 0;
background: none !important;
}
}


.fplink.image .link a {
.mod-gallery .bordered-images .thumb img {
  background: #f5f5f5;
border: solid #eaecf0 1px;
  border-top: 2px solid #454545;
}
}


.fplink.wide a {
.mod-gallery .whitebg .thumb {
  margin: 0 -5px;
background: #fff !important;
}
}


 
/********************************** Tooltips **********************************/
/* -------------------------
.tooltip {
NVD3 styling
   border-bottom: 1px dashed var(--color-base);
------------------------- */
 
.nvtooltip {
   position: absolute;
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, .2);
  z-index: 10000;
  display: block;
  text-align: left;
  pointer-events: none;
   white-space: nowrap;
   white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
}
 
.tooltiptext {
.nvtooltip {
display: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
}


/******* CLR template styling added back until templatestyles bug is fixed *******/
.colorful-text-1 { color: var(--color-pink); }
.colorful-text-2 { color: var(--color-blue); }
.colorful-text-3 { color: var(--color-green); }
.colorful-text-4 { color: var(--color-red); }
.colorful-text-5 { color: var(--color-orange); }
.colorful-text-6 { color: var(--color-magenta); }


/* Give tooltips that old fade in transition by
/* balance badge template */
  putting a "with-transitions" class on the container div. */
.balance-badge {
 
color: var(--balance-badge-font-color);
.nvtooltip.with-transitions,
border-radius: var(--border-radius--small);
.with-transitions .nvtooltip {
font-weight: var(--font-weight-bold);
  transition: opacity 50ms linear;
font-size: 0.75em;
  -moz-transition: opacity 50ms linear;
letter-spacing: -0.008em;
  -webkit-transition: opacity 50ms linear;
padding: 2px 4px;
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
}
}


.nvtooltip.x-nvtooltip,
.balance-badge.added {
.nvtooltip.y-nvtooltip {
   background-color: LemonChiffon;
   padding: 8px;
}
}


.nvtooltip h3 {
.balance-badge.new {
  margin: 0;
   background-color: PeachPuff;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
   background-color: rgba(247, 247, 247, 0.75);
  color: rgba(0, 0, 0, 1.0);
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
}


.nvtooltip p {
.balance-badge.removed {
   margin: 0;
   background-color: Lavender;
  padding: 5px 14px;
  text-align: center;
}
}


.nvtooltip span {
.balance-badge.reworked {
   display: inline-block;
   background-color: LightBlue;
  margin: 2px 0;
}
}


.nvtooltip table {
.balance-badge.buff {
   margin: 6px;
   background-color: DarkSeaGreen;
  border-spacing: 0;
}
}


.nvtooltip table td {
.balance-badge.nerf {
   padding: 2px 9px 2px 0;
   background-color: LightPink;
  vertical-align: middle;
}
}


.nvtooltip table td.key {
/**** Character Label styling added back until templatestyles is fixed ****/
  font-weight: normal;
.charaLabel {
}
   display: inline;
 
.nvtooltip table td.value {
   text-align: right;
  font-weight: bold;
}
 
.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
}


.nvtooltip table td.legend-color-guide div {
.charaLabel > img {
  width: 8px;
    color: transparent!important;
  height: 8px;
    font-size: 0!important;
  vertical-align: middle;
    line-height: 0!important;
    vertical-align: middle!important;
    white-space: nowrap!important;
    --width: 0;
    --height: 16px;
    --small-scale: 0.75;
    --gap: 0;
    --base-gap: 2px;
}
}


.nvtooltip table td.legend-color-guide div {
/**** Input Badge styling added back until templatestyles is fixed ****/
  width: 12px;
.input-badge {
  height: 12px;
   border: 1px solid;
  border: 1px solid #999;
   border-radius: var(--border-radius--small);
}
   border-color: var(--border-color-base);
 
   padding: .25em .35em;
.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}
 
.nvtooltip-pending-removal {
  pointer-events: none;
  display: none;
}
 
 
/* Interactive Layer */
 
.nvd3 .nv-interactiveGuideLine {
   pointer-events: none;
}
 
.nvd3 line.nv-guideline {
   stroke: #ccc;
}
 
.nvd3 .nv-groups path.nv-line {
  fill: none;
}
 
.nvd3 .nv-groups path.nv-area {
  stroke: none;
}
 
.nvd3 .nv-axis {
  pointer-events: none;
  opacity: 1;
}
 
.nvd3 .nv-axis path {
  fill: none;
   stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges;
}
 
.nvd3 .nv-axis path.domain {
  stroke-opacity: .75;
}
 
.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}
 
.nvd3 .nv-axis line {
   fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}
 
.nvd3 .nv-axis .zero line,
 
/*this selector may not be necessary*/
 
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75;
}
 
.nvd3 .nv-axis .nv-axisMaxMin text {
   font-weight: bold;
   font-weight: bold;
  background-color: var( --color-surface-2 );
}
}


.nvd3 .x .nv-axis .nv-axisMaxMin text,
/* -----------------------------------------------------------------------------
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
                        Table alignment helper classes
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
----------------------------------------------------------------------------- */
  text-anchor: middle
}


.nvd3 .nv-axis.nv-disabled {
table.col-1-center td:nth-child(1) { text-align: center; }
  opacity: 0;
table.col-2-center td:nth-child(2) { text-align: center; }
}
table.col-3-center td:nth-child(3) { text-align: center; }
table.col-4-center td:nth-child(4) { text-align: center; }
table.col-5-center td:nth-child(5) { text-align: center; }
table.col-6-center td:nth-child(6) { text-align: center; }
table.col-7-center td:nth-child(7) { text-align: center; }
table.col-8-center td:nth-child(8) { text-align: center; }
table.col-9-center td:nth-child(9) { text-align: center; }


.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
table.col-1-right td:nth-child(1) { text-align: right; }
  fill-opacity: 0;
table.col-2-right td:nth-child(2) { text-align: right; }
  stroke-opacity: 0;
table.col-3-right td:nth-child(3) { text-align: right; }
}
table.col-4-right td:nth-child(4) { text-align: right; }
 
table.col-5-right td:nth-child(5) { text-align: right; }
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
table.col-6-right td:nth-child(6) { text-align: right; }
  fill-opacity: .5 !important;
table.col-7-right td:nth-child(7) { text-align: right; }
  stroke-opacity: .5 !important;
table.col-8-right td:nth-child(8) { text-align: right; }
}
table.col-9-right td:nth-child(9) { text-align: right; }
 
.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
 
.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important;
}
 
.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}
 
.nvd3 .nv-indexLine {
  cursor: ew-resize;
}
 
.lineChart svg {
  background-color: white;
}


/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
                             ColumnList Specific Rules
                             Template:RainbowText styles
----------------------------------------------------------------------------- */
----------------------------------------------------------------------------- */
.columns2 {
/* In Common.css for Cargo compatibility. */
-webkit-columns: 16em 2;
 
-moz-columns: 16em 2;
.rainbow-shadow {
columns: 16em 2;
  letter-spacing: 0.15rem;
  color: var(--rainbow-text-base-color);
  text-shadow: -1px 1px #ef3550,
              -2px 2px #f48fb1,
              -3px 3px #7e57c2,
              -4px 4px #2196f3,
              -5px 5px #26c6da,
              -6px 6px #43a047,
              -7px 7px #eeff41;
}
}


/* -----------------------------------------------------------------------------
.rainbow-shadow-huge {
                            MoveData Specific Rules
  font-weight: 900;
----------------------------------------------------------------------------- */
  font-size: 6em;
div.movedata {
  padding-left: 1.8rem;
border-radius: 4px;
  padding-bottom: 0.8rem;
border: none;
  letter-spacing: 0.15rem;
background-color: white;
  color: var(--rainbow-text-base-color);
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  text-shadow: -4px 4px #ef3550,
border-collapse: collapse;
              -8px 8px #f48fb1,
margin: 0em;
              -12px 12px #7e57c2,
}
              -16px 16px #2196f3,
div.movedata>table.movedata {
              -20px 20px #26c6da,
width:100%;
              -24px 24px #43a047,
text-align:center;
              -28px 28px #eeff41,
margin: 0.2em 0;
              -32px 32px #f9a825,
}
              -36px 36px #ff5722;
div.movedata>p {
padding-left: 0.5em;
padding-right: 0.5em;
padding-bottom: 0.5em;
}
div.movedata>dl {
padding-left: 0.5em;
padding-right: 0.5em;
}
div.movedata>.thumb>.thumbinner>.image>.thumbimage {
background-color: #f8f9fa;
}
span.input-badge {
border: 1px solid #2e2d2d;
border-radius: 4px;
padding: 0 6px;
}
}


/* -------------------------
Flex Move Data styling
------------------------- */
@media (min-width: 990px) {
  .testmovedatacontainer {
    padding-right: 250px;
    width: auto;
  }
  .testmovegallery {
    float: left;
    width: 250px;
  }
  .testmovedata {
    margin-left: 250px;
  }
  .testmovedataindent {
    margin-left: 280px;
  }
}
.testmovedatacontainer {
  width: 100%;
  display: inline-block;
  overflow: visible !important;
  z-index: 1;
}
div.testmovedata {
border-radius: 4px;
border: none;
background-color: white;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-collapse: collapse;
margin-right: 2.5em;
margin-top: 0.3em;


/*------------------------------ Tippy Tooltips ------------------------------*/
.tippy-box {
    background-color: var(--color-surface-2);
    color: var(--color-base);
    border-radius: var(--border-radius--small);
    font-size: 0.875rem;
    line-height: var(--line-height-sm);
    outline: 0;
    box-shadow: var(--card-shadow-dlw), rgba(255, 255, 255, 0.067) 0px 1px 0px inset;
}
}
div.testmovedataindent {
.tippy-content {
    margin-left: 30px;
text-align: center;
}
padding: var(--space-sm) var(--space-md);
div.testmovedata>table.testmovedata div.testmovedataindent>table.testmovedata{
width:100%;
text-align:center;
margin: 0.2em 0;
}
div.testmovedata>p {
padding-left: 0.5em;
padding-right: 0.5em;
padding-bottom: 0.5em;
}
}
div.testmovedata>dl {
.tippy-arrow {
padding-left: 0.5em;
color: var(--color-surface-2);
padding-right: 0.5em;
}
}
div.testmovedata>.thumb>.thumbinner>.image>.thumbimage {
.tooltip-dashed-underline {
background-color: #f8f9fa;
text-decoration: dashed underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: from-font;
}
}

Latest revision as of 23:14, 5 March 2024

/* CSS placed in this file will be applied to all skins */
/* Hide title and edit tools on main page */
.page-Main_Page .mw-side,
.page-Main_Page .firstHeading,
.page-Main_Page #siteSub {
	display: none!important;
}

/* per-game banner images */
body {
    background-image: url(images/background.webp);
    background-repeat: no-repeat;
}
.page-Guilty_Gear_XX_Accent_Core_Plus_R,.rootpage-GGACR {
    background-image: url(images/ggacr-background.webp);
    background-repeat: no-repeat;
}
.page-Granblue_Fantasy_Versus,.rootpage-GBVS {
    background-image: url(images/gbvs-background.webp);
    background-repeat: no-repeat;
}
.page-Granblue_Fantasy_Versus_Rising,.rootpage-GBVSR {
    background-image: url(images/gbvsr-background.png);
    background-repeat: no-repeat;
}
.page-Dragon_Ball_FighterZ,.rootpage-DBFZ {
    background-image: url(images/dbfz-background.webp);
    background-repeat: no-repeat;
}
.page-Persona_4_Arena_Ultimax_Remaster,.rootpage-P4U2R {
    background-image: url(images/p4u2r-background.webp);
    background-repeat: no-repeat;
}
.page-BlazBlue_Central_Fiction,.rootpage-BBCF {
    background-image: url(images/bbcf-background.webp);
    background-repeat: no-repeat;
}
.page-Guilty_Gear_The_Missing_Link,.rootpage-GGML {
    background-image: url(images/ggml-background.webp);
    background-repeat: no-repeat;
}
.page-BlazBlue_Cross_Tag_Battle,.rootpage-BBTag {
    background-image: url(images/bbtag-background.webp);
    background-repeat: no-repeat;
}
.page-Hokuto_no_Ken,.rootpage-HNK {
    background-image: url(images/hnk-background.webp);
    background-repeat: no-repeat;
}
.page-DNF_Duel,.rootpage-DNFD {
    background-image: url(images/dnfd-background.webp);
    background-repeat: no-repeat;
}
.page-Sailor_Moon_S,.rootpage-SMS {
    background-image: url(images/sms-background.png);
    background-repeat: no-repeat;
}
.page-Sengoku_Basara_X,.rootpage-SBX {
    background-image: url(images/sbx-background.webp);
    background-repeat: no-repeat;
}
.page-Guilty_Gear_Xrd_REV_2,.rootpage-GGXRD-R2 {
    background-image: url(images/ggxrd-background.webp);
    background-repeat: no-repeat;
}
.page-Battle_Fantasia,.rootpage-BatFan {
    background-image: url(images/batfan-background.png);
    background-repeat: no-repeat;
}
.page-King_s_Field_4,.rootpage-KF4 {
    background-image: url(images/kf4-background.webp);
    background-repeat: no-repeat;
}
.page-Limbus_Company,.rootpage-LCB {
    background-image: url(images/lcb-background.png);
    background-repeat: no-repeat;
}

.responsive-imagemap img { width: 100%; height: auto; }
.responsive-img img { width: 100%; height: auto; }
.big-pixly-image .image {width: 100%; height: auto; }
.big-pixly-image img { width: 100%; height: auto; image-rendering: pixelated; }

/* -----------------------------------------------------------------------------
                            Cargo Rules
----------------------------------------------------------------------------- */
/* disable the tfoot which dupes thead */

table.dataTable tfoot {
  display: none;
}

/* move images to start of line. else they will be at end of line when there are notes */
table.dataTable div.tright {
  float: left;
}

.stripe tbody tr:nth-child(odd) {
	background-color: var(--color-surface-1);
}

.stripe tbody tr:nth-child(odd):hover {
	background-color: var(--color-surface-3);
}

/* -----------------------------------------------------------------------------
                            Tier List Rules
----------------------------------------------------------------------------- */

@media (min-width: 900px) {
  .tierList {
    display: grid;
    grid-template-columns: minmax(58px, auto) 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /* box-shadow: var(--card-shadow-dlw); */
    border-radius: var(--border-radius--small);
    font-size: 0.875em;
    background-color:var(--color-surface-2);
    border-color: var(--border-color-base);
    overflow: hidden;
  }
}
@media (max-width: 899px) {
  .tierList {
    display: grid;
    grid-template-columns: minmax(58px, auto) 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: var(--card-shadow-dlw);
    border-radius: var(--border-radius--small);
    font-size: 0.875em;
    background-color:var(--color-surface-1);
    border-color: var(--border-color-base);
    overflow: hidden;
  }
}
.tierHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em 2px;
  font-size: 1em;
  font-weight: 600;
  color: black;
}
.tierGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.tierUnderline {
  border-bottom: 1px solid var(--border-color-base--darker);
}
.generalUnderline {
  border-bottom: 1px solid var(--border-color-base);
}
.tierGroup>div {
  margin: 4px 10px;
}
.CharaInfoLabel {
  text-align: right;
  width: 50%;
  vertical-align: text-top;
}

/* -----------------------------------------------------------------------------
                            ColumnList Specific Rules
----------------------------------------------------------------------------- */

.columns2 {
  -webkit-columns: 16em 2;
  -moz-columns: 16em 2;
  columns: 16em 2;
}



/* -----------------------------------------------------------------------------
                        Cargo Based Move Boxes Styling
----------------------------------------------------------------------------- */

.grid-container {
  display: grid;
  grid-template-columns: 210px auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "name data" "gallery description";
}
.move-box {
  box-shadow: var(--CardShadow);
  border-radius: var(--StandardBorderCurve);
}
.name {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  height: 1em;
  gap: 0px 0px;
  grid-template-areas: ".";
  grid-area: name;
  text-align: center;
}
#moveName {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1em;
}
.gallery {
  grid-area: gallery;
  align-content: center;
  text-align: center;
  overflow: hidden;
}
.description {
  grid-area: description;
  padding: 0.25em 1em;
}
.data {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0px 0px;
  grid-template-areas: ". . . . . . . ." ". . . . . . . .";
  grid-area: data;
  text-align: center;
  border-bottom: 1px solid grey;
}
.data-cell {
  font-size: 20px;
}
#startup {
  color: #4caf50;
}
#active {
  color: #f44336;
}
#recovery {
  color: #2196f3;
}

/* Movelist Toggles */
.movelist-toggles {
  display: flex;
  justify-content: center;
  box-shadow: var(--card-shadow-dlw);
  background-color: var(--color-surface-1);
  border-radius: var(--border-radius--small);
}

.movelist-toggle-button {
    display: inline-flex;
    align-items: center;
    padding: 18px;
    font-weight: bold;
    scroll-snap-align: start;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: var(--color-base--subtle);
}
.movelist-toggle-button:hover {
	background-color: var(--color-surface-3);
	color: var(--color-base--emphasized);
}

.movelist-toggle-on {
	background-color: var(--color-surface-2);
}

/******************************* Gallery Module *******************************/
@media all and (max-width: 720px) {
	.mod-gallery {
		width: 100% !important;
	}
}

.mod-gallery {
	display: table;
}

.mod-gallery-default {
	background: transparent;
	margin-top: 0.3em;
}

.mod-gallery-center {
	margin-left: auto;
	margin-right: auto;
}

.mod-gallery-left {
	float: left;
}

.mod-gallery-right {
	float: right;
}

.mod-gallery-none {
	float: none;
}

.mod-gallery-collapsible {
	width: 100%;
}

.mod-gallery .title,
.mod-gallery .main,
.mod-gallery .footer {
	display: table-row;
}

.mod-gallery .title > div {
	display: table-cell;
	padding: 0.2em 0 0.6em 1.6em;
	text-align: center;
	font-weight: bold;
}

.mod-gallery .main > div {
	display: table-cell;
}

.mod-gallery .gallery {
	line-height: 1.35em;
}

.mod-gallery .footer > div {
	display: table-cell;
	padding: 0.2em 0 0.6em 1.6em;
	text-align: right;
	font-size: 80%;
	line-height: 1em;
}

.mod-gallery .title > div *,
.mod-gallery .footer > div * {
	overflow: visible;
}

.mod-gallery .gallerybox img {
	background: none !important;
}

.mod-gallery .bordered-images .thumb img {
	border: solid #eaecf0 1px;
}

.mod-gallery .whitebg .thumb {
	background: #fff !important;
}

/********************************** Tooltips **********************************/
.tooltip {
  border-bottom: 1px dashed var(--color-base);
  white-space: nowrap;
}
.tooltiptext {
	display: none;
}

/******* CLR template styling added back until templatestyles bug is fixed *******/
.colorful-text-1 { color: var(--color-pink); }
.colorful-text-2 { color: var(--color-blue); }
.colorful-text-3 { color: var(--color-green); }
.colorful-text-4 { color: var(--color-red); }
.colorful-text-5 { color: var(--color-orange); }
.colorful-text-6 { color: var(--color-magenta); }

/* balance badge template */
.balance-badge {
	color: var(--balance-badge-font-color);
	border-radius: var(--border-radius--small);
	font-weight: var(--font-weight-bold);
	font-size: 0.75em;
	letter-spacing: -0.008em;
	padding: 2px 4px;
}

.balance-badge.added {
  background-color: LemonChiffon;
}

.balance-badge.new {
  background-color: PeachPuff;
}

.balance-badge.removed {
  background-color: Lavender;
}

.balance-badge.reworked {
  background-color: LightBlue;
}

.balance-badge.buff {
  background-color: DarkSeaGreen;
}

.balance-badge.nerf {
  background-color: LightPink;
}

/**** Character Label styling added back until templatestyles is fixed ****/
.charaLabel {
  display: inline;
}

.charaLabel > img {
    color: transparent!important;
    font-size: 0!important;
    line-height: 0!important;
    vertical-align: middle!important;
    white-space: nowrap!important;
    --width: 0;
    --height: 16px;
    --small-scale: 0.75;
    --gap: 0;
    --base-gap: 2px;
}

/**** Input Badge styling added back until templatestyles is fixed ****/
.input-badge {
  border: 1px solid;
  border-radius: var(--border-radius--small);
  border-color: var(--border-color-base);
  padding: .25em .35em;
  font-weight: bold;
  background-color: var( --color-surface-2 );
}

/* -----------------------------------------------------------------------------
                        Table alignment helper classes
----------------------------------------------------------------------------- */

table.col-1-center td:nth-child(1) { text-align: center; }
table.col-2-center td:nth-child(2) { text-align: center; }
table.col-3-center td:nth-child(3) { text-align: center; }
table.col-4-center td:nth-child(4) { text-align: center; }
table.col-5-center td:nth-child(5) { text-align: center; }
table.col-6-center td:nth-child(6) { text-align: center; }
table.col-7-center td:nth-child(7) { text-align: center; }
table.col-8-center td:nth-child(8) { text-align: center; }
table.col-9-center td:nth-child(9) { text-align: center; }

table.col-1-right td:nth-child(1) { text-align: right; }
table.col-2-right td:nth-child(2) { text-align: right; }
table.col-3-right td:nth-child(3) { text-align: right; }
table.col-4-right td:nth-child(4) { text-align: right; }
table.col-5-right td:nth-child(5) { text-align: right; }
table.col-6-right td:nth-child(6) { text-align: right; }
table.col-7-right td:nth-child(7) { text-align: right; }
table.col-8-right td:nth-child(8) { text-align: right; }
table.col-9-right td:nth-child(9) { text-align: right; }

/* -----------------------------------------------------------------------------
                            Template:RainbowText styles
----------------------------------------------------------------------------- */
/* In Common.css for Cargo compatibility. */

.rainbow-shadow {
  letter-spacing: 0.15rem;
  color: var(--rainbow-text-base-color);
  text-shadow: -1px 1px #ef3550,
               -2px 2px #f48fb1,
               -3px 3px #7e57c2,
               -4px 4px #2196f3,
               -5px 5px #26c6da,
               -6px 6px #43a047,
               -7px 7px #eeff41;
}

.rainbow-shadow-huge {
  font-weight: 900;
  font-size: 6em;
  padding-left: 1.8rem;
  padding-bottom: 0.8rem;
  letter-spacing: 0.15rem;
  color: var(--rainbow-text-base-color);
  text-shadow: -4px 4px #ef3550,
               -8px 8px #f48fb1,
               -12px 12px #7e57c2,
               -16px 16px #2196f3,
               -20px 20px #26c6da,
               -24px 24px #43a047,
               -28px 28px #eeff41,
               -32px 32px #f9a825,
               -36px 36px #ff5722;
}


/*------------------------------ Tippy Tooltips ------------------------------*/
.tippy-box {
    background-color: var(--color-surface-2);
    color: var(--color-base);
    border-radius: var(--border-radius--small);
    font-size: 0.875rem;
    line-height: var(--line-height-sm);
    outline: 0;
    box-shadow: var(--card-shadow-dlw), rgba(255, 255, 255, 0.067) 0px 1px 0px inset;
}
.tippy-content {
	text-align: center;
	padding: var(--space-sm) var(--space-md);
}
.tippy-arrow {
	color: var(--color-surface-2);
}
.tooltip-dashed-underline {
	text-decoration: dashed underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: from-font;
}