Dig Delight Direct Drive DJ Wiki

中文版 D4DJ Wiki 不開放任何匿名編輯。如要加入編輯,請先建置一個 Fandom 社群中心帳號後始可加入編輯;如為早期 Wikia 用戶,請使用原本在 Wikia 時期使用的帳號登入即可。

了解更多

Dig Delight Direct Drive DJ Wiki
Advertisement

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* Theme Settings for Song Genres, Units, Franchise, and Attribution Styles. */
/* Please confirm if there has any syntax setting related to the following code in your infobox template: theme-source="yourtheme" */
/* Variables are referred from w:c:Portability_Hub:Themes/starter_theme.css, some are tweaked by Fandom Developer Wiki and FandomDesktop*/
/* yourtheme = options from Potrability Hub Wiki, this code will be formatted like this: .portable-infobox.pi-theme-yourtheme */

/* 本區域適用設定項目為:樂曲類型、風格屬性類別、組合、企劃等 */
/* 模板建置前請確認是否有 theme-source="主題碼" 之類的設定值語法 */
/* 本設定參考 w:c:Portability_Hub:Themes/starter_theme.css , Fandom Developers Wiki , FandomDesktop 等項目設定而來 */
/* 由於多語言版本共用設定值,主題碼主控語法應為: .portable-infobox.pi-theme-主題碼 */

/* Collab Base Songs: collab + boxcollab + setcollab */
.portable-infobox.pi-theme-collab {
   background-color: rgba(112, 185, 33, 0.35); 
}
.portable-infobox.pi-theme-boxcollab {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background-color: rgba(112, 185, 33, 0.35); 
}
.portable-infobox.pi-theme-setcollab {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background-color: rgba(112, 185, 33, 0.35); 
}
.portable-infobox.pi-theme-collab .pi-title,
.portable-infobox.pi-theme-collab .pi-header, 
.portable-infobox.pi-theme-collab .pi-secondary-background,
.portable-infobox.pi-theme-boxcollab .pi-title,
.portable-infobox.pi-theme-boxcollab .pi-header, 
.portable-infobox.pi-theme-boxcollab .pi-secondary-background,
.portable-infobox.pi-theme-setcollab .pi-title,
.portable-infobox.pi-theme-setcollab .pi-header, 
.portable-infobox.pi-theme-setcollab .pi-secondary-background {
    background-color: #70b921;  color:#1a2b08;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-collab .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcollab .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setcollab .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-collab .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-collab .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcollab .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcollab .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#1a2b08; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-collab .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcollab .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setcollab .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-collab .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-collab .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcollab .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcollab .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#d1f15b; font-weight: bold;
}

/* Game Music: game + boxgame + setgame */
.portable-infobox.pi-theme-game {
   background-color: rgba(231, 149, 53, 0.35); 
}
.portable-infobox.pi-theme-boxgame {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background-color: rgba(231, 149, 53, 0.35); 
}
.portable-infobox.pi-theme-setgame {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background-color: rgba(231, 149, 53, 0.35); 
}
.portable-infobox.pi-theme-game .pi-title,
.portable-infobox.pi-theme-game .pi-header, 
.portable-infobox.pi-theme-game .pi-secondary-background,
.portable-infobox.pi-theme-boxgame .pi-title,
.portable-infobox.pi-theme-boxgame .pi-header, 
.portable-infobox.pi-theme-boxgame .pi-secondary-background,
.portable-infobox.pi-theme-setgame .pi-title,
.portable-infobox.pi-theme-setgame .pi-header, 
.portable-infobox.pi-theme-setgame .pi-secondary-background {
    background-color: #e79535;  color:#2e1b05;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-game .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxgame .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setgame .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-game .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-game .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxgame .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxgame .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#2e1b05; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-game .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxgame .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setgame .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-game .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-game .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxgame .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxgame .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#faea77; font-weight: bold;
}

/* Instrumentals: inst + boxinst + setinst */
.portable-infobox.pi-theme-inst {
   background-color: rgba(174, 53, 231, 0.35); 
}
.portable-infobox.pi-theme-boxinst {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background-color: rgba(174, 53, 231, 0.35); 
}
.portable-infobox.pi-theme-setinst {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background-color: rgba(174, 53, 231, 0.35); 
}
.portable-infobox.pi-theme-inst .pi-title,
.portable-infobox.pi-theme-inst .pi-header, 
.portable-infobox.pi-theme-inst .pi-secondary-background,
.portable-infobox.pi-theme-boxinst .pi-title,
.portable-infobox.pi-theme-boxinst .pi-header, 
.portable-infobox.pi-theme-boxinst .pi-secondary-background,
.portable-infobox.pi-theme-setinst .pi-title,
.portable-infobox.pi-theme-setinst .pi-header, 
.portable-infobox.pi-theme-setinst .pi-secondary-background {
    background-color: #ae35e7;  color:#21052e;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-inst .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxinst .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setinst .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-inst .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-inst .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxinst .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxinst .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#21052e; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-inst .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxinst .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setinst .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-inst .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-inst .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxinst .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxinst .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#ef79fb; font-weight: bold;
}

/* Cover Songs: cover + boxcover + setcover */
.portable-infobox.pi-theme-cover {
   background-color: rgba(235, 77, 203, 0.35); 
}
.portable-infobox.pi-theme-boxcover {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background-color: rgba(235, 77, 203, 0.35); 
}
.portable-infobox.pi-theme-setcover {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background-color: rgba(235, 77, 203, 0.35); 
}
.portable-infobox.pi-theme-cover .pi-title,
.portable-infobox.pi-theme-cover .pi-header, 
.portable-infobox.pi-theme-cover .pi-secondary-background,
.portable-infobox.pi-theme-boxcover .pi-title,
.portable-infobox.pi-theme-boxcover .pi-header, 
.portable-infobox.pi-theme-boxcover .pi-secondary-background,
.portable-infobox.pi-theme-setcover .pi-title,
.portable-infobox.pi-theme-setcover .pi-header, 
.portable-infobox.pi-theme-setcover .pi-secondary-background {
    background-color: #eb4dcb;  color:#2e0526;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-cover .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcover .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setcover .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-cover .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-cover .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcover .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcover .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#2e0526; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-cover .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcover .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setcover .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-cover .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-cover .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcover .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcover .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#fca2f9; font-weight: bold;
}

/* D4DJ Original Songs: d4dj + boxd4dj + setd4dj */
.portable-infobox.pi-theme-d4dj {
   background-color: rgba(53, 166, 231, 0.35); 
}
.portable-infobox.pi-theme-boxd4dj {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background-color: rgba(53, 166, 231, 0.35); 
}
.portable-infobox.pi-theme-setd4dj {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background-color: rgba(53, 166, 231, 0.35); 
}
.portable-infobox.pi-theme-d4dj .pi-title,
.portable-infobox.pi-theme-d4dj .pi-header, 
.portable-infobox.pi-theme-d4dj .pi-secondary-background,
.portable-infobox.pi-theme-boxd4dj .pi-title,
.portable-infobox.pi-theme-boxd4dj .pi-header, 
.portable-infobox.pi-theme-boxd4dj .pi-secondary-background,
.portable-infobox.pi-theme-setd4dj .pi-title,
.portable-infobox.pi-theme-setd4dj .pi-header, 
.portable-infobox.pi-theme-setd4dj .pi-secondary-background {
    background-color: #35a6e7;  color:#051f2e;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4dj .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxd4dj .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setd4dj .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4dj .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4dj .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxd4dj .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxd4dj .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#051f2e; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4dj .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxd4dj .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setd4dj .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4dj .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4dj .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxd4dj .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxd4dj .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#79effb; font-weight: bold;
}

/* d4dj2 + boxd4dj2 + medley + songindex for D4DJ related merchandise, file information box, not for song genre */
/* d4dj2 + boxd4dj2 for infobox and Pnavbox templates */
/* medley + songindex for D4DJ setlist and song list templates */
.portable-infobox.pi-theme-d4dj2 {
   background: url("https://static.wikia.nocookie.net/d4dj/images/b/bb/D4BG.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxd4dj2 {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/b/bb/D4BG.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-medley {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/b/bb/D4BG.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-songindex {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 700px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/b/bb/D4BG.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4dj2 .pi-title,
.portable-infobox.pi-theme-d4dj2 .pi-header, 
.portable-infobox.pi-theme-d4dj2 .pi-secondary-background,
.portable-infobox.pi-theme-boxd4dj2 .pi-title,
.portable-infobox.pi-theme-boxd4dj2 .pi-header, 
.portable-infobox.pi-theme-boxd4dj2 .pi-secondary-background,
.portable-infobox.pi-theme-medley .pi-title,
.portable-infobox.pi-theme-medley .pi-header, 
.portable-infobox.pi-theme-medley .pi-secondary-background,
.portable-infobox.pi-theme-songindex .pi-title,
.portable-infobox.pi-theme-songindex .pi-header, 
.portable-infobox.pi-theme-songindex .pi-secondary-background{
    background:linear-gradient(45deg, rgba(139,20,251,1) ,rgba(186,0,255,1)); color:#ffe6f3;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4dj2 .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxd4dj2 .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-medley .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-songindex .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4dj2 .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4dj2 .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxd4dj2 .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxd4dj2 .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
    color:#ffe6f3; font-weight: bold;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4dj2 .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxd4dj2 .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-medley .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-songindex .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4dj2 .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4dj2 .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxd4dj2 .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxd4dj2 .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
    color:#48569b; font-weight: bold;
}
/* ---------------------------- */
/* Attribution (Style) Setting Start */
/* Attribution - Street */
.portable-infobox.pi-theme-boxstreet {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/08/D4BG-S.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setstreet {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/08/D4BG-S.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxstreet .pi-title,
.portable-infobox.pi-theme-boxstreet .pi-header, 
.portable-infobox.pi-theme-boxstreet .pi-secondary-background,
.portable-infobox.pi-theme-setstreet .pi-title,
.portable-infobox.pi-theme-setstreet .pi-header, 
.portable-infobox.pi-theme-setstreet .pi-secondary-background {
    background-color: #a121fc;  color:#1e0132;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxstreet .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setstreet .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxstreet .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxstreet .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#1e0132; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxstreet .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setstreet .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxstreet .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxstreet .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#eacdfe; font-weight: bold;
}

/* Attribution - Party */
.portable-infobox.pi-theme-boxparty {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/6/6a/D4BG-P.svg/revision/latest/scale-to-width-down/15"); 
}
.portable-infobox.pi-theme-setparty {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/6/6a/D4BG-P.svg/revision/latest/scale-to-width-down/15"); 
}
.portable-infobox.pi-theme-boxparty .pi-title,
.portable-infobox.pi-theme-boxparty .pi-header, 
.portable-infobox.pi-theme-boxparty .pi-secondary-background,
.portable-infobox.pi-theme-setparty .pi-title,
.portable-infobox.pi-theme-setparty .pi-header, 
.portable-infobox.pi-theme-setparty .pi-secondary-background {
    background-color: #fca205;  color:#322001;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxparty .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setparty .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxparty .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxparty .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#322001; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxparty .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setparty .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxparty .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxparty .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#feeccd; font-weight: bold;
}

/* Attribution - Cute */
.portable-infobox.pi-theme-boxcute {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/e/e8/D4BG-Q.svg/revision/latest/scale-to-width-down/15"); 
}
.portable-infobox.pi-theme-setcute {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/e/e8/D4BG-Q.svg/revision/latest/scale-to-width-down/15"); 
}
.portable-infobox.pi-theme-boxcute .pi-title,
.portable-infobox.pi-theme-boxcute .pi-header, 
.portable-infobox.pi-theme-boxcute .pi-secondary-background,
.portable-infobox.pi-theme-setcute .pi-title,
.portable-infobox.pi-theme-setcute .pi-header, 
.portable-infobox.pi-theme-setcute .pi-secondary-background {
    background-color: #fc28a5;  color:#32011e;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcute .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setcute .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcute .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcute .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#32011e; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcute .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setcute .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcute .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcute .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#fecdea; font-weight: bold;
}

/* Attribution - Cool */
.portable-infobox.pi-theme-boxcool {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/f/fa/D4BG-C.svg/revision/latest/scale-to-width-down/15"); 
}
.portable-infobox.pi-theme-setcool {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/f/fa/D4BG-C.svg/revision/latest/scale-to-width-down/15"); 
}
.portable-infobox.pi-theme-boxcool .pi-title,
.portable-infobox.pi-theme-boxcool .pi-header, 
.portable-infobox.pi-theme-boxcool .pi-secondary-background,
.portable-infobox.pi-theme-setcool .pi-title,
.portable-infobox.pi-theme-setcool .pi-header, 
.portable-infobox.pi-theme-setcool .pi-secondary-background {
    background-color: #2873fc;  color:#011232;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcool .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setcool .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcool .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxcool .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#011232; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcool .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setcool .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcool .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxcool .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#cddefe; font-weight: bold;
}

/* Attribution - Elegant */
.portable-infobox.pi-theme-boxelegant {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/e/ed/D4BG-E.svg/revision/latest/scale-to-width-down/15"); 
}
.portable-infobox.pi-theme-setelegant {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/e/ed/D4BG-E.svg/revision/latest/scale-to-width-down/15"); 
}
.portable-infobox.pi-theme-boxelegant .pi-title,
.portable-infobox.pi-theme-boxelegant .pi-header, 
.portable-infobox.pi-theme-boxelegant .pi-secondary-background,
.portable-infobox.pi-theme-setelegant .pi-title,
.portable-infobox.pi-theme-setelegant .pi-header, 
.portable-infobox.pi-theme-setelegant .pi-secondary-background {
    background-color: #0cc5ad;  color:#03302a;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxelegant .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setelegant .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxelegant .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxelegant .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#03302a; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxelegant .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setelegant .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxelegant .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxelegant .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#cffcf6; font-weight: bold;
}
/* Attribution (Style) Setting End */
/* ---------------------------- */
/* D4DJ ALL STARS Unit Settings */
/* Happy Around!: d4djha + boxha + setha */
.portable-infobox.pi-theme-d4djha {
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/0b/D4BG-HA.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxha {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/0b/D4BG-HA.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setha {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/0b/D4BG-HA.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djha .pi-title,
.portable-infobox.pi-theme-d4djha .pi-header, 
.portable-infobox.pi-theme-d4djha .pi-secondary-background,
.portable-infobox.pi-theme-boxha .pi-title,
.portable-infobox.pi-theme-boxha .pi-header, 
.portable-infobox.pi-theme-boxha .pi-secondary-background,
.portable-infobox.pi-theme-setha .pi-title,
.portable-infobox.pi-theme-setha .pi-header, 
.portable-infobox.pi-theme-setha .pi-secondary-background {
    background-color: #ff310c;  color:#ffb5bd;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djha .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxha .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setha .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djha .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djha .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxha .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxha .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#ff310c; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djha .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxha .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setha .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djha .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djha .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxha .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxha .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#ffb5bd; font-weight: bold;
}
/* Peaky P-key: d4djpp + boxpp + setpp */
.portable-infobox.pi-theme-d4djpp {
   background: url("https://static.wikia.nocookie.net/d4dj/images/d/d7/D4BG-PP.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxpp {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/d/d7/D4BG-PP.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setpp {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/d/d7/D4BG-PP.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djpp .pi-title,
.portable-infobox.pi-theme-d4djpp .pi-header, 
.portable-infobox.pi-theme-d4djpp .pi-secondary-background,
.portable-infobox.pi-theme-boxpp .pi-title,
.portable-infobox.pi-theme-boxpp .pi-header, 
.portable-infobox.pi-theme-boxpp .pi-secondary-background,
.portable-infobox.pi-theme-setpp .pi-title,
.portable-infobox.pi-theme-setpp .pi-header, 
.portable-infobox.pi-theme-setpp .pi-secondary-background {
    background-color: black;  color:white;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djpp .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxpp .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setpp .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djpp .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djpp .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxpp .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxpp .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:black; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djpp .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxpp .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setpp .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djpp .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djpp .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxpp .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxpp .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:white; font-weight: bold;
}

/* Photon Maiden: d4djpm + boxpm + setpm */
.portable-infobox.pi-theme-d4djpm {
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/0b/D4BG-PM.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxpm {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/0b/D4BG-PM.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setpm {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/0b/D4BG-PM.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djpm .pi-title,
.portable-infobox.pi-theme-d4djpm .pi-header, 
.portable-infobox.pi-theme-d4djpm .pi-secondary-background,
.portable-infobox.pi-theme-boxpm .pi-title,
.portable-infobox.pi-theme-boxpm .pi-header, 
.portable-infobox.pi-theme-boxpm .pi-secondary-background,
.portable-infobox.pi-theme-setpm .pi-title,
.portable-infobox.pi-theme-setpm .pi-header, 
.portable-infobox.pi-theme-setpm .pi-secondary-background {
    background-color: #16ffeb;  color:#001a17;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djpm .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxpm .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setpm .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djpm .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djpm .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxpm .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxpm .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#001a17; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djpm .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxpm .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setpm .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djpm .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djpm .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxpm .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxpm .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#16ffeb; font-weight: bold;
}
/* Merm4id: d4djm4 + boxm4 + setm4 */
.portable-infobox.pi-theme-d4djm4 {
   background: url("https://static.wikia.nocookie.net/d4dj/images/a/a4/D4BG-M4.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxm4 {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/a/a4/D4BG-M4.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setm4 {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/a/a4/D4BG-M4.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djm4 .pi-title,
.portable-infobox.pi-theme-d4djm4 .pi-header, 
.portable-infobox.pi-theme-d4djm4 .pi-secondary-background,
.portable-infobox.pi-theme-boxm4 .pi-title,
.portable-infobox.pi-theme-boxm4 .pi-header, 
.portable-infobox.pi-theme-boxm4 .pi-secondary-background,
.portable-infobox.pi-theme-setm4 .pi-title,
.portable-infobox.pi-theme-setm4 .pi-header, 
.portable-infobox.pi-theme-setm4 .pi-secondary-background {
    background-color: #ffff00;  color:#F30138;
}
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djm4 .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxm4 .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setm4 .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djm4 .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djm4 .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxm4 .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxm4 .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#F30138; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djm4 .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxm4 .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setm4 .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djm4 .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djm4 .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxm4 .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxm4 .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#ffff00; font-weight: bold;
}

/* RONDO: d4djrd + boxrd + setrd */
.portable-infobox.pi-theme-d4djrd {
   background: url("https://static.wikia.nocookie.net/d4dj/images/e/ee/D4BG-RD.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxrd {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/e/ee/D4BG-RD.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setrd {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/e/ee/D4BG-RD.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djrd .pi-title,
.portable-infobox.pi-theme-d4djrd .pi-header, 
.portable-infobox.pi-theme-d4djrd .pi-secondary-background,
.portable-infobox.pi-theme-boxrd .pi-title,
.portable-infobox.pi-theme-boxrd .pi-header, 
.portable-infobox.pi-theme-boxrd .pi-secondary-background,
.portable-infobox.pi-theme-setrd .pi-title,
.portable-infobox.pi-theme-setrd .pi-header, 
.portable-infobox.pi-theme-setrd .pi-secondary-background {
    background-color: #100dc4;  color:#e4d6ff;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djrd .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxrd .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setrd .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djrd .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djrd .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxrd .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxrd .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#100dc4; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djrd .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxrd .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setrd .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djrd .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djrd .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxrd .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxrd .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#e4d6ff; font-weight: bold;
}

/* Lyrical Lily: d4djll + boxll + setll */
.portable-infobox.pi-theme-d4djll {
   background: url("https://static.wikia.nocookie.net/d4dj/images/8/81/D4BG-LL.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxll {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/8/81/D4BG-LL.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setll {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/8/81/D4BG-LL.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djll .pi-title,
.portable-infobox.pi-theme-d4djll .pi-header, 
.portable-infobox.pi-theme-d4djll .pi-secondary-background,
.portable-infobox.pi-theme-boxll .pi-title,
.portable-infobox.pi-theme-boxll .pi-header, 
.portable-infobox.pi-theme-boxll .pi-secondary-background,
.portable-infobox.pi-theme-setll .pi-title,
.portable-infobox.pi-theme-setll .pi-header, 
.portable-infobox.pi-theme-setll .pi-secondary-background {
    background-color: #ee86b3;  color:#4f283b;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djll .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxll .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setll .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djll .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djll .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxll .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxll .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#4f283b; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djll .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxll .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setll .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djll .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djll .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxll .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxll .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#ffa8f7; font-weight: bold;
}
/* --------------------------------------------- */
/* D4FES Backup Units Settings */
/* LMO (Unit and Members): d4djlmo + boxlmo + setlmo */
.portable-infobox.pi-theme-d4djlmo {
   background: url("https://static.wikia.nocookie.net/d4dj/images/9/96/D4BG-LMO.svg/revision/latest/scale-to-width-down/30");
}
.portable-infobox.pi-theme-boxlmo {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/9/96/D4BG-LMO.svg/revision/latest/scale-to-width-down/30");
}
.portable-infobox.pi-theme-setlmo {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/9/96/D4BG-LMO.svg/revision/latest/scale-to-width-down/30");
}
.portable-infobox.pi-theme-d4djlmo .pi-title,
.portable-infobox.pi-theme-d4djlmo .pi-header, 
.portable-infobox.pi-theme-d4djlmo .pi-secondary-background,
.portable-infobox.pi-theme-boxlmo .pi-title,
.portable-infobox.pi-theme-boxlmo .pi-header, 
.portable-infobox.pi-theme-boxlmo .pi-secondary-background,
.portable-infobox.pi-theme-setlmo .pi-title,
.portable-infobox.pi-theme-setlmo .pi-header, 
.portable-infobox.pi-theme-setlmo .pi-secondary-background {
    background-color:white;  color:black;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djlmo .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxlmo .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setlmo .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djlmo .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djlmo .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxlmo .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxlmo .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:black; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djlmo .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxlmo .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setlmo .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djlmo .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djlmo .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxlmo .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxlmo .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:white; font-weight: bold;
}
/* --------------------------------------------- */
/* Scarlet Canary */
.portable-infobox.pi-theme-d4djsc {
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/08/D4BG-SC.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxsc {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/08/D4BG-SC.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setsc {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/0/08/D4BG-SC.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djsc .pi-title,
.portable-infobox.pi-theme-d4djsc .pi-header, 
.portable-infobox.pi-theme-d4djsc .pi-secondary-background,
.portable-infobox.pi-theme-boxsc .pi-title,
.portable-infobox.pi-theme-boxsc .pi-header, 
.portable-infobox.pi-theme-boxsc .pi-secondary-background,
.portable-infobox.pi-theme-setsc .pi-title,
.portable-infobox.pi-theme-setsc .pi-header, 
.portable-infobox.pi-theme-setsc .pi-secondary-background {
    background-color: #dd4623;  color:#f8dad3;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djsc .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxsc .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setsc .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djsc .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djsc .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxsc .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxsc .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#dd4623; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djsc .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxsc .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setsc .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djsc .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djsc .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxsc .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxsc .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#f8dad3; font-weight: bold;
}
/* Lynx Eyes */
.portable-infobox.pi-theme-d4djle {
   background: url("https://static.wikia.nocookie.net/d4dj/images/6/6b/D4BG-LE.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxle {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/6/6b/D4BG-LE.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setle {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/6/6b/D4BG-LE.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djle .pi-title,
.portable-infobox.pi-theme-d4djle .pi-header, 
.portable-infobox.pi-theme-d4djle .pi-secondary-background,
.portable-infobox.pi-theme-boxle .pi-title,
.portable-infobox.pi-theme-boxle .pi-header, 
.portable-infobox.pi-theme-boxle .pi-secondary-background,
.portable-infobox.pi-theme-setle .pi-title,
.portable-infobox.pi-theme-setle .pi-header, 
.portable-infobox.pi-theme-setle .pi-secondary-background {
    background-color: #64466e;  color:#e8e0eb;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djle .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxle .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setle .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djle .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djle .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxle .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxle .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#916eaf; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djle .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxle .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setle .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djle .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djle .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxle .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxle .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#e8e0eb; font-weight: bold;
}
/* Call of Artemis */
.portable-infobox.pi-theme-d4djca {
   background: url("https://static.wikia.nocookie.net/d4dj/images/9/97/D4BG-CA.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxca {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/9/97/D4BG-CA.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setca {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/9/97/D4BG-CA.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djca .pi-title,
.portable-infobox.pi-theme-d4djca .pi-header, 
.portable-infobox.pi-theme-d4djca .pi-secondary-background,
.portable-infobox.pi-theme-boxca .pi-title,
.portable-infobox.pi-theme-boxca .pi-header, 
.portable-infobox.pi-theme-boxca .pi-secondary-background,
.portable-infobox.pi-theme-setca .pi-title,
.portable-infobox.pi-theme-setca .pi-header, 
.portable-infobox.pi-theme-setca .pi-secondary-background {
    background-color: #fa7d00;  color:#4b3232;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djca .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxca .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setca .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djca .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djca .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxca .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxca .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#4b3232; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djca .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxca .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setca .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djca .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djca .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxca .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxca .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#ffe2f5; font-weight: bold;
}

/* ---------------------------------------------- */
/* D4 2nd Anniversary Challengers */
/* UniChØrd: d4djuc + boxuc + setuc */
.portable-infobox.pi-theme-d4djuc {
   background: url("https://static.wikia.nocookie.net/d4dj/images/6/6d/D4BG-UC.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxuc {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/6/6d/D4BG-UC.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setuc {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/6/6d/D4BG-UC.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djuc .pi-title,
.portable-infobox.pi-theme-d4djuc .pi-header, 
.portable-infobox.pi-theme-d4djuc .pi-secondary-background,
.portable-infobox.pi-theme-boxuc .pi-title,
.portable-infobox.pi-theme-boxuc .pi-header, 
.portable-infobox.pi-theme-boxuc .pi-secondary-background,
.portable-infobox.pi-theme-setuc .pi-title,
.portable-infobox.pi-theme-setuc .pi-header, 
.portable-infobox.pi-theme-setuc .pi-secondary-background {
    background-color: #8beb2a;  color:#002b02;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djuc .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxuc .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setuc .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djuc .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djuc .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxuc .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxuc .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#002b02; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djuc .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxuc .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setuc .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djuc .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djuc .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxuc .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxuc .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#8beb2a; font-weight: bold;
}
/* Abyssmare: d4djam + boxam + setam */
.portable-infobox.pi-theme-d4djam {
   background: url("https://static.wikia.nocookie.net/d4dj/images/d/dc/D4BG-AM.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxam {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/d/dc/D4BG-AM.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setam {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/d/dc/D4BG-AM.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djam .pi-title,
.portable-infobox.pi-theme-d4djam .pi-header, 
.portable-infobox.pi-theme-d4djam .pi-secondary-background,
.portable-infobox.pi-theme-boxam .pi-title,
.portable-infobox.pi-theme-boxam .pi-header, 
.portable-infobox.pi-theme-boxam .pi-secondary-background,
.portable-infobox.pi-theme-setam .pi-title,
.portable-infobox.pi-theme-setam .pi-header, 
.portable-infobox.pi-theme-setam .pi-secondary-background {
    background-color: #a33434;  color:#f3d8d8;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djam .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxam .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setam .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djam .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djam .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxam .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxam .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#a33434; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djam .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxam .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setam .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djam .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djam .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxam .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxam .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#f3d8d8; font-weight: bold;
}
/* 3.5 Anniv. Researchers */
/* EGOEGG: d4djee + boxee + setee */
.portable-infobox.pi-theme-d4djee {
   background: url("https://static.wikia.nocookie.net/d4dj/images/c/cc/D4BG-EE.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-boxee {
   box-sizing: border-box;
   float: none;
   margin: 0;
   width: auto;
   background: url("https://static.wikia.nocookie.net/d4dj/images/c/cc/D4BG-EE.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-setee {
   box-sizing: border-box;
   clear: left;
   float: none;
   margin: 0;
   width: 400px;
   background: url("https://static.wikia.nocookie.net/d4dj/images/c/cc/D4BG-EE.svg/revision/latest/scale-to-width-down/15");
}
.portable-infobox.pi-theme-d4djee .pi-title,
.portable-infobox.pi-theme-d4djee .pi-header, 
.portable-infobox.pi-theme-d4djee .pi-secondary-background,
.portable-infobox.pi-theme-boxee .pi-title,
.portable-infobox.pi-theme-boxee .pi-header, 
.portable-infobox.pi-theme-boxee .pi-secondary-background,
.portable-infobox.pi-theme-setee .pi-title,
.portable-infobox.pi-theme-setee .pi-header, 
.portable-infobox.pi-theme-setee .pi-secondary-background {
    background-color: #2a8a4b;  color:#d8f3e1;
}

.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djee .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxee .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-setee .pi-data .pi-secondary-font,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djee .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-d4djee .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxee .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-light .portable-infobox.pi-theme-boxee .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#06140b; font-weight: bold;
}
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djee .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxee .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-setee .pi-data .pi-secondary-font,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djee .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-d4djee .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxee .pi-item .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.theme-fandomdesktop-dark .portable-infobox.pi-theme-boxee .pi-image-collection .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  color:#d8f3e1; font-weight: bold;
}
Advertisement