MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
mNo edit summary
(109 intermediate revisions by 3 users not shown)
Line 12: Line 12:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-Guilty_Gear_XX_Accent_Core_Plus_R,body.rootpage-GGACR {
.page-Guilty_Gear_XX_Accent_Core_Plus_R,.rootpage-GGACR {
     background-image: url(images/ggacr-background.webp);
     background-image: url(images/ggacr-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-Granblue_Fantasy_Versus,body.rootpage-GBVS {
.page-Granblue_Fantasy_Versus,.rootpage-GBVS {
     background-image: url(images/gbvs-background.webp);
     background-image: url(images/gbvs-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-Dragon_Ball_FighterZ,body.rootpage-DBFZ {
.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-image: url(images/dbfz-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-Persona_4_Arena_Ultimax_Remaster,body.rootpage-P4U2R {
.page-Persona_4_Arena_Ultimax_Remaster,.rootpage-P4U2R {
     background-image: url(images/p4u2r-background.webp);
     background-image: url(images/p4u2r-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-BlazBlue_Central_Fiction,body.rootpage-BBCF {
.page-BlazBlue_Central_Fiction,.rootpage-BBCF {
     background-image: url(images/bbcf-background.webp);
     background-image: url(images/bbcf-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-Guilty_Gear_The_Missing_Link,body.rootpage-GGML {
.page-Guilty_Gear_The_Missing_Link,.rootpage-GGML {
     background-image: url(images/ggml-background.webp);
     background-image: url(images/ggml-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-BlazBlue_Cross_Tag_Battle,body.rootpage-BBTag {
.page-BlazBlue_Cross_Tag_Battle,.rootpage-BBTag {
     background-image: url(images/bbtag-background.webp);
     background-image: url(images/bbtag-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-Hokuto_no_Ken,body.rootpage-HNK {
.page-Hokuto_no_Ken,.rootpage-HNK {
     background-image: url(images/hnk-background.webp);
     background-image: url(images/hnk-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-DNF_Duel,body.rootpage-DNFD {
.page-DNF_Duel,.rootpage-DNFD {
     background-image: url(images/dnfd-background.webp);
     background-image: url(images/dnfd-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-Sailor_Moon_S,body.rootpage-SMS {
.page-Sailor_Moon_S,.rootpage-SMS {
     background-image: url(images/sms-background.png);
     background-image: url(images/sms-background.png);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-Sengoku_Basara_X,body.rootpage-SBX {
.page-Sengoku_Basara_X,.rootpage-SBX {
     background-image: url(images/sbx-background.webp);
     background-image: url(images/sbx-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-Guilty_Gear_Xrd_REV_2,body.rootpage-GGXRD-R2 {
.page-Guilty_Gear_Xrd_REV_2,.rootpage-GGXRD-R2 {
     background-image: url(images/ggxrd-background.webp);
     background-image: url(images/ggxrd-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
body.page-King_s_Field_4,body.rootpage-KF4 {
.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-image: url(images/kf4-background.webp);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
 
.page-Limbus_Company,.rootpage-LCB {
/*------------- stuff to work around skin changes -------------*/
    background-image: url(images/lcb-background.png);
.sticky {
    background-repeat: no-repeat;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 999;
}
}
.tabber__header, .tabber__section, .tabber__tabs {
  scroll-behavior: auto;
}
td.field_Character { text-align: left !important; }
@media (min-width: 900px) {
  .MoveCard-Container { 
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "MoveCard-Gallery MoveCard-Data"
      "MoveCard-Gallery MoveCard-Body";
  }
}
@media (max-width: 900px) {
  .MoveCard-Container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "MoveCard-Gallery MoveCard-Gallery"
      "MoveCard-Data MoveCard-Data"
      "MoveCard-Body MoveCard-Body";
  }
}
.MoveCard-Gallery { grid-area: MoveCard-Gallery; }
.MoveCard-Data { grid-area: MoveCard-Data; overflow: auto; }
.MoveCard-Body { grid-area: MoveCard-Body; }
.MoveCard-Container {
  width: 100%;
  border-radius: var(--StandardBorderCurve);
  background-color: var(--White);
  box-shadow: var(--CardShadow);
}
.ForceInheritColor {color: inherit !important;}


.responsive-imagemap img { width: 100%; height: auto; }
.responsive-imagemap img { width: 100%; height: auto; }
.responsive-img img { width: 100%; height: auto; }
.responsive-img img { width: 100%; height: auto; }
.responsiveImg2 img { width: auto; height: 100%; }
.big-pixly-image .image {width: 100%; height: auto; }
 
.big-pixly-image img { width: 100%; height: auto; image-rendering: pixelated; }
.frameChart {
    border-bottom: 1px solid;
    border-color: var(--border-color-base);
}
 
.frame-data-test {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  vertical-align: middle;
}
 
.frame-data-startup,
.frame-data-active,
.frame-data-inactive,
.frame-data-recovery,
.frame-data-specialRecovery {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  vertical-align: middle;
}
 
.frame-data-startup {
  background-color: #36B37E;
}
 
.frame-data-active {
  background-color: #FF5D5D;
}
 
.frame-data-inactive {
  background-color: gray;
}
 
.frame-data-recovery {
  background-color: #0069B6;
}
.frame-data-specialRecovery {
        background-color: #db69cf;
}
 
.frame-data-frc {
  border-bottom: 4px solid #e9d704;
}
 
.spawn-projectile {
  width: 3px;
  height: 14px;
  display: inline-block;
  margin-left: -1px;
  margin-right: 1px;
  vertical-align: middle;
  background-color: red;
}


/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
Line 186: Line 87:
/* disable the tfoot which dupes thead */
/* disable the tfoot which dupes thead */


table.cargoDynamicTable tfoot {
table.dataTable tfoot {
   display: none;
   display: none;
}
}


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


/* -----------------------------------------------------------------------------
.stripe tbody tr:nth-child(odd) {
                            Footer Nav Rules
background-color: var(--color-surface-1);
----------------------------------------------------------------------------- */
}


.footNav {
.stripe tbody tr:nth-child(odd):hover {
  box-sizing: border-box;
background-color: var(--color-surface-3);
  display: grid;
  grid-auto-rows: auto;
  gap: 0px 0px;
  border-radius: var(--StandardBorderCurve);
  box-shadow: var(--CardShadow);
  grid-template-areas: "." "." "." "." ".";
}
.footNavHeader {
  text-align: center;
  color: var(--White);
  margin: 8px;
  padding: 2px;
}
.footNavFlex {
  display: flex;
  flex: 1 1 0px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0.25em 1% 0px 1%;
  padding-bottom: 1em;
}
.footNavFlex div {
  margin: 4px 10px 4px 10px;
}
}
/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
                             Tier List Rules
                             Tier List Rules
Line 236: Line 114:
     grid-column-gap: 0px;
     grid-column-gap: 0px;
     grid-row-gap: 0px;
     grid-row-gap: 0px;
     box-shadow: var(--card-shadow-dlw);
     /* box-shadow: var(--card-shadow-dlw); */
     border-radius: var(--border-radius--small);
     border-radius: var(--border-radius--small);
     font-size: 0.875em;
     font-size: 0.875em;
     background-color:var(--color-surface-1);
     background-color:var(--color-surface-2);
     border-color: var(--border-color-base);
     border-color: var(--border-color-base);
     max-width: fit-content;
     overflow: hidden;
   }
   }
}
}
Line 255: Line 133:
     background-color:var(--color-surface-1);
     background-color:var(--color-surface-1);
     border-color: var(--border-color-base);
     border-color: var(--border-color-base);
     width: 100%;
     overflow: hidden;
   }
   }
}
}
Line 263: Line 141:
   justify-content: center;
   justify-content: center;
   text-align: center;
   text-align: center;
   padding: 1em 0;
   padding: 1em 2px;
   font-size: 1em;
   font-size: 1em;
   font-weight: 600;
   font-weight: 600;
  border-right: 2px solid var(--border-color-base);
   color: black;
   color: black;
}
}
Line 276: Line 153:
}
}
.tierUnderline {
.tierUnderline {
   border-bottom: 2px solid var(--border-color-base);
   border-bottom: 1px solid var(--border-color-base--darker);
}
}
.generalUnderline {
.generalUnderline {
Line 290: Line 167:
}
}


/* -----------------------------------------------------------------------------
                              Flex Rules
----------------------------------------------------------------------------- */
.fp-button {
  border-radius: var(--StandardBorderCurve);
  background: none;
  border: 2px solid #2e2d2d;
  cursor: pointer;
  padding: 0.5em 0.75em;
  font-weight: 700;
  font-size: 14px;
  color: var(--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 {
  box-shadow: var(--CardShadow);
  margin: 0px 10px 20px 10px;
  padding: 2px;
  border-radius: var(--StandardBorderCurve);
}
.fpbox .heading {
  border-bottom: 1px solid rgba(160, 160, 160, .4);
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
}
.fpbox .heading .smalllink {
  font-weight: 500;
}
.fpbox hr {
  border: none;
  border-bottom: 1px solid rgba(160, 160, 160, .4);
}
.fplinks {
  margin: -5px;
}
.fpvideos {
  margin: 0 auto;
  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-size: 14px;
  font-weight: 500;
}
.fplink:hover {
  transform: translateY(-1px);
}
.fplink a {
  color: black;
}
.fplink a.external {
  color: black;
}
.fplink a.external:visited {
  color: black;
}
.fplink a:visited {
  color: black;
}
/* 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 */
.fplink .box {
  border-collapse: separate;
  border-spacing: 5px;
  display: table;
  width: 100%;
}
.fplink .box .row {
  display: table-row;
}
.fplink .box .row .cell {
  border: 1px solid #1976d2;
  color: black;
  border-radius: var(--StandardBorderCurve);
  display: table-cell;
  padding: 0 6px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.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%;
  }
}
@media (min-width: 990px) {
  .fpcontent {
    padding-right: 520px;
    width: calc(100% - 530px);
  }
  #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%;
  }
}
@media (min-width: 1100px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 33.333%;
  }
  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 66.666%;
  }
}
@media (min-width: 1210px) {
  #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: black;
  }
  .fplink a:visited {
    color: black;
  }
  .fplink a.external {
    color: black;
  }
  .fplink a.external:visited {
    color: black;
  }
}
@media (min-width: 1540px) {
  #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) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 12.5%;
  }
  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 25%;
  }
}
@media (min-width: 1697px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 16.666%;
  }
  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 33.333%;
  }
}
@media (min-width: 1760px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 11.111%;
  }
  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 22.222%;
  }
}
@media (min-width: 1850px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 14.285%;
  }
  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 28.571%;
  }
}
@media (min-width: 1870px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 10%;
  }
  #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) {
  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 33.333%;
  }
  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 66.666%;
  }
}
@media (min-width: 1980px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 9.09%;
  }
  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 18.181%;
  }
}
@media (min-width: 2006px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 12.5%;
  }
  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 25%;
  }
}
@media (min-width: 2090px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 8.33%;
  }
  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 16.666%;
  }
}
@media (min-width: 2161px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 11.111%;
  }
  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 22.222%;
  }
}
@media (min-width: 2200px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 7.692%;
  }
  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 15.384%;
  }
}
@media (min-width: 2296px) {
  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 25%;
  }
  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 50%;
  }
}
@media (min-width: 2310px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 7.142%;
  }
  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 14.285%;
  }
}
@media (min-width: 2316px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 10%;
  }
  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 20%;
  }
}
@media (min-width: 2420px) {
  #fptopsection .fplink, #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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fplink.image a {
  z-index: 2;
}
.fplink a {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1px 5px;
}
.fplink.image .image a {
  padding: 0;
}
.fplink.image .link a {
  background: #f5f5f5;
  border-top: 2px solid #454545;
}
.fplink.wide a {
  margin: 0 -5px;
}
/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
                             ColumnList Specific Rules
                             ColumnList Specific Rules
Line 747: Line 176:
   columns: 16em 2;
   columns: 16em 2;
}
}
/* -----------------------------------------------------------------------------
                            MoveData Specific Rules
----------------------------------------------------------------------------- */


div.movedata {
  border-radius: var(--StandardBorderCurve);
  border: none;
  box-shadow: var(--CardShadow);
  border-collapse: collapse;
  margin: 0em;
}
div.movedata>table.movedata {
  width: 100%;
  text-align: center;
  margin: 0.2em 0;
}
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;
}
/* -------------------------
Flex Attack Data styling
------------------------- */
/* Hide the sortable on tables contained within movecards */
.attack-container table.cargoTable thead th {
  padding-right: 0px;
  background-image: none;
  cursor: initial;
  pointer-events: none;
}


.attack-info > table td { vertical-align: middle; }
.attack-data table { line-height: 1.1em; }
@media (min-width: 990px) {
  .attack-container {
    width: auto;
  }
  .attack-gallery {
    float: left;
    width: 220px;
  }
  .attack-info {
    margin-left: 220px;
    margin-top: 0;
  }
}
.input-badge {
  border: 1px solid #2e2d2d;
  border-radius: var(--StandardBorderCurve);
  padding: .25em .35em;
}
.attack-container {
  width: 98%;
  display: inline-block;
  overflow: visible !important;
  z-index: 1;
  border-radius: var(--StandardBorderCurve);
  border: none;
  box-shadow: var(--CardShadow);
  border-collapse: collapse;
}
.attack-gallery ul.gallery {
  margin: 0;
}
.attack-gallery * .gallerytext p {
  margin: 0;
  text-align: center;
}
.attack-data { width: 100%; text-align: center; margin: 0; }
.attack-data table {
  border: none;
  border-collapse: collapse;
  overflow: auto;
}
.attack-info p, attack-info dl {
  padding: 0 1em 0 0.5em;
}
.attack-info h4 { padding: 0; margin: 0; }


/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
Line 901: Line 246:
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
   box-shadow: rgb(72, 78, 81) 0px -1px 0px 0px inset;
   box-shadow: var(--card-shadow-dlw);
  background-color: var(--color-surface-1);
  border-radius: var(--border-radius--small);
}
}


Line 907: Line 254:
     display: inline-flex;
     display: inline-flex;
     align-items: center;
     align-items: center;
     padding: 5px 12px;
     padding: 18px;
    color: #54595d;
     font-weight: bold;
     font-weight: bold;
     scroll-snap-align: start;
     scroll-snap-align: start;
Line 914: Line 260:
     white-space: nowrap;
     white-space: nowrap;
     cursor: pointer;
     cursor: pointer;
    color: var(--color-base--subtle);
}
}
.movelist-toggle-button:hover {
.movelist-toggle-button:hover {
    box-shadow: inset 0 -2px 0 0 #447ff5;
background-color: var(--color-surface-3);
    color: #447ff5;
color: var(--color-base--emphasized);
}
}


.movelist-toggle-on {
.movelist-toggle-on {
  box-shadow: rgb(41, 82, 163) 0px -2px 0px 0px inset;
background-color: var(--color-surface-2);
  color: rgb(92, 152, 214);
}
.movelist-toggle-on:hover {
  box-shadow: rgb(9, 59, 161) 0px -2px 0px 0px inset;
  color: rgb(76, 159, 245);
}
}


/******************************* Gallery Module *******************************/
@media all and (max-width: 720px) {
@media all and (max-width: 720px) {
    .mod-gallery {
.mod-gallery {
    width:100% !important;
width: 100% !important;
  }
}
}
}
.mod-gallery {
.mod-gallery {
  display:table;
display: table;
}
}
.mod-gallery-default {
.mod-gallery-default {
  background:transparent;
background: transparent;
  margin-top:.3em;
margin-top: 0.3em;
}
}
.mod-gallery-center {
.mod-gallery-center {
  margin-left:auto;
margin-left: auto;
  margin-right:auto;
margin-right: auto;
}
}
.mod-gallery-left {
.mod-gallery-left {
  float:left;
float: left;
}
}
.mod-gallery-right {
.mod-gallery-right {
  float:right;
float: right;
}
}
.mod-gallery-none {
.mod-gallery-none {
  float:none;
float: none;
}
}
.mod-gallery-collapsible {
.mod-gallery-collapsible {
  width:100%;
width: 100%;
}
}
.mod-gallery .title,
.mod-gallery .title,
.mod-gallery .main,
.mod-gallery .main,
.mod-gallery .footer {
.mod-gallery .footer {
  display:table-row;
display: table-row;
}
}
.mod-gallery .title>div {
 
  display:table-cell;
.mod-gallery .title > div {
  text-align:center;
display: table-cell;
  font-weight:bold;
padding: 0.2em 0 0.6em 1.6em;
text-align: center;
font-weight: bold;
}
}
.mod-gallery .main>div {
 
  display:table-cell;
.mod-gallery .main > div {
display: table-cell;
}
}
.mod-gallery .gallerytext {
 
  line-height:1.35em;
.mod-gallery .gallery {
line-height: 1.35em;
}
}
.mod-gallery .footer>div {
 
  display:table-cell;
.mod-gallery .footer > div {
  text-align:right;
display: table-cell;
  font-size:80%;
padding: 0.2em 0 0.6em 1.6em;
  line-height:1em;
text-align: right;
font-size: 80%;
line-height: 1em;
}
}
.mod-gallery .title>div *,
 
.mod-gallery .footer>div * {
.mod-gallery .title > div *,
  overflow:visible;
.mod-gallery .footer > div * {
overflow: visible;
}
}
.mod-gallery .gallerybox img {
.mod-gallery .gallerybox img {
  background:none !important;
background: none !important;
}
.mod-gallery .gallerybox .thumb {
  border:none !important;
}
}
.mod-gallery .bordered-images .thumb img {
.mod-gallery .bordered-images .thumb img {
  border:solid #eaecf0 1px;
border: solid #eaecf0 1px;
}
}
.mod-gallery .whitebg .thumb {
.mod-gallery .whitebg .thumb {
  background:#fff !important;
background: #fff !important;
}
}


/* Test to see if TemplateStyles is causing issues */
/********************************** Tooltips **********************************/
.tooltip {
.tooltip {
  position: relative;
  display: inline;
   border-bottom: 1px dashed var(--color-base);
   border-bottom: 1px dashed var(--color-base);
  white-space: nowrap;
}
}
.tooltiptext {
.tooltiptext {
  visibility: hidden;
display: none;
  min-width: 250px;
}
  padding: 12px 14px;
 
  position: absolute;
/******* CLR template styling added back until templatestyles bug is fixed *******/
  left: 50%;
.colorful-text-1 { color: var(--color-pink); }
  bottom: calc(20px + 100%);
.colorful-text-2 { color: var(--color-blue); }
  z-index: 99999;
.colorful-text-3 { color: var(--color-green); }
  background: var(--color-surface-1);
.colorful-text-4 { color: var(--color-red); }
  box-shadow: 0 5px 6px rgba(0,0,0,0.08),0 5px 6px rgba(0,0,0,0.08);
.colorful-text-5 { color: var(--color-orange); }
  border: 1px solid var(--border-color-base--darker);  
.colorful-text-6 { color: var(--color-magenta); }
  border-radius: var(--border-radius--small);
 
  white-space: normal;
/* balance badge template */
  font-weight: normal;
.balance-badge {
  font-style: normal;
color: var(--balance-badge-font-color);
  text-align: center;
border-radius: var(--border-radius--small);
font-weight: var(--font-weight-bold);
font-size: 0.75em;
letter-spacing: -0.008em;
padding: 2px 4px;
}
}
.tooltiptext:after, .tooltiptext:before {
 
   content: '';
.balance-badge.added {
  position: absolute;
   background-color: LemonChiffon;
  left: 50%;
  border-style: solid;
}
}
.tooltiptext:after {
 
  top: 100%;
.balance-badge.new {
  bottom: auto;
   background-color: PeachPuff;
  width: 20px;
  height: 20px;
   background: var(--color-surface-1);
  margin-top: -10px;
  margin-left: -10px;
  transform: rotate(45deg);
  border-width: 0;
}
}
.tooltiptext:before {
 
   top: 100%;
.balance-badge.removed {
  bottom: auto;
   background-color: Lavender;
  border-width: 16px;
  margin-left: -16px;
  border-color: var(--border-color-base--darker) transparent transparent transparent;
  pointer-events: none;
}
}
.tooltip .tooltip .tooltiptext, .header-fixed-helper .tooltip .tooltiptext {
 
   bottom: auto;
.balance-badge.reworked {
  top: calc(20px + 100%);
   background-color: LightBlue;
}
}
.tooltip .tooltip .tooltiptext:after, .header-fixed-helper .tooltip .tooltiptext:after {
 
   top: auto;
.balance-badge.buff {
  bottom: 100%;
   background-color: DarkSeaGreen;
  border-width: 15px;
  margin-left: -15px;
  border-color: transparent transparent var(--color-surface-1) transparent;
  width: 0;
  height: 0;
  box-shadow: none;
  background: none;
  transform: none;
}
}
.tooltip .tooltip .tooltiptext:before, .header-fixed-helper .tooltip .tooltiptext:before {
 
   top: auto;
.balance-badge.nerf {
  bottom: 100%;
   background-color: LightPink;
  border-width: 16px;
  margin-left: -16px;
  border-color: transparent transparent #888 transparent;
}
}
.tooltiptext span.hr {
 
   display: block;
/**** Character Label styling added back until templatestyles is fixed ****/
  height: 1px;
.charaLabel {
  background-color: var(--color-base);
   display: inline;
}
}
.tooltiptext hr, .tooltiptext span.hr {
 
  margin: 10px 0 12px;
.charaLabel > img {
  position: relative;
    color: transparent!important;
  background: none;
    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;
}
}
.tooltiptext hr:after, .tooltiptext span.hr:after {
 
   content: '';
/**** Input Badge styling added back until templatestyles is fixed ****/
   display: block;
.input-badge {
   width: 100%;
   border: 1px solid;
   height: 1px !important;
   border-radius: var(--border-radius--small);
   position: absolute;
   border-color: var(--border-color-base);
   left: -14px;
   padding: .25em .35em;
  background: var(--color-surface-1);
   font-weight: bold;
  padding: 0 14px;
   background-color: var( --color-surface-2 );
}
}
.tooltip:hover>.tooltiptext, .tooltip.hover>.tooltiptext {
 
   visibility: visible;
/* -----------------------------------------------------------------------------
                        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;
}
}
.tooltiptext {
 
   opacity: 0;
.rainbow-shadow-huge {
   transition: opacity 200ms ease, visibility 0s ease 200ms, transform 200ms ease;
   font-weight: 900;
   transform: translate(-50%, 8px);
  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;
}
}
.tooltip .tooltip .tooltiptext, .header-fixed-helper .tooltip .tooltiptext {
 
  transform: translate(-50%, -8px);
 
/*------------------------------ 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;
}
}
.tooltip:hover>.tooltiptext, .tooltip.hover>.tooltiptext {
.tippy-content {
  opacity: 1;
text-align: center;
  transition-delay: 0s;
padding: var(--space-sm) var(--space-md);
  transform: translate(-50%, 0);
}
}
.tooltiptext {
.tippy-arrow {
  color: var(--color-base);
color: var(--color-surface-2);
}
}
 
.tooltip-dashed-underline {
.hr {
text-decoration: dashed underline;
border: 0;
     text-underline-offset: 0.2em;
     border-top: 1px solid var(--border-color-base);
     text-decoration-thickness: from-font;
     margin: var(--space-md) 0;
}
}

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