MediaWiki:Mobile.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the mobile site */
html, body {
background-image: none !important;
}
.overlay-enabled, #content {
background: url(https://static.jojowiki.com/images/customizations/Jojobg.png);
}
/* Menu */
#menu ul {
margin: 0;
padding: 0;
}
#tm:checked + .main-menu {
display: block;
}
#menu input[type="checkbox"],
#menu ul span.drop-icon {
display: none;
}
#menu li,
#toggle-menu,
#menu .sub-menu {
border-style: solid;
border-color: rgba(0, 0, 0, .05);
}
#menu li,
#toggle-menu {
border-width: 0 0 1px;
}
#menu .sub-menu {
background-color: #444;
border-width: 1px 1px 0;
margin: 0 1em;
}
#menu .sub-menu li:last-child {
border-width: 0;
}
#menu li,
#toggle-menu,
#menu a {
position: relative;
display: block;
color: white !important;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}
#menu,
#toggle-menu {
background-color: #aea7d0;
}
#toggle-menu,
#menu a {
padding: 1em 1.5em;
}
#menu a {
transition: all .125s ease-in-out;
-webkit-transition: all .125s ease-in-out;
}
#menu a {
background-color: #9da1c0;
}
#menu a:hover {
background-color: #474e7a;
color: #db8ae2;
}
#menu .sub-menu {
display: none;
}
#menu input[type="checkbox"]:checked + .sub-menu {
display: block;
}
#menu .sub-menu a:hover {
color: #444;
}
#toggle-menu .drop-icon, #menu li label.drop-icon {
position: absolute;
right: 0;
top: 0;
}
#menu label.drop-icon, #toggle-menu span.drop-icon {
width: 5em;
height: 5em;
text-align: center;
background-color: rgba(0,0,0,.125);
text-shadow: 0 0 0 transparent;
color: rgba(255,255,255,.75);
font-size: 25px;
}
#menu .drop-icon {
line-height: 1;
}
@media only screen and (max-width: 64em) and (min-width: 52.01em) {
#menu li {
width: 33.333%;
}
#menu .sub-menu li {
width: auto;
}
}
.sub-menu {
font-size: 0.95em;
}
@media only screen and (min-width: 52em) {
#menu .main-menu {
display: block;
}
#toggle-menu,
#menu label.drop-icon {
display: none;
}
#menu ul span.drop-icon {
display: inline-block;
}
#menu li {
border-width: 0 1px 0 0;
}
#menu .sub-menu li {
float: none;
}
#menu .sub-menu {
border-width: 0;
margin: 0;
position: absolute;
top: 100%;
left: 0;
width: 12em;
z-index: 3000;
}
#menu .sub-menu,
#menu input[type="checkbox"]:checked + .sub-menu {
display: none;
}
#menu .sub-menu li {
border-width: 0 0 1px;
}
#menu .sub-menu .sub-menu {
top: 0;
left: 100%;
}
#menu li:hover > input[type="checkbox"] + .sub-menu {
display: block;
}
}
/* Navbox Mobile */
/* Only for desktop devices */
.nomobile {
display:none;
}
.tabber .tabbertab {
border: none !important;
}
.ajaxpoll {
max-width: 250px;
margin-left: auto;
margin-right: auto;
border: 2px solid #5a557e;
padding: 5px 10px 5px 10px;
border-radius: 10px;
}
.ajaxpoll .ajaxpoll-id-info {
display: none;
}
/* ==========================
Headings
==========================*/
.mw-body .firstHeading {
font-family: 'Rubik','Tahoma','Trebuchet MS',sans-serif;
color: #3a3a3a;
}
.mw-headline {
font-family: 'Rubik',sans-serif;
text-transform: uppercase;
padding-top: 10px;
font-weight: 500;
letter-spacing: 2px;
color: #3a3a3a;
}
.mw-body-content {
font-family: "Trebuchet MS";
}
/*******************
Colors
*******************/
#mw-content-text a {
color: #d10e7b;
}
#mw-content-text a.new {
color: #ff0000;
font-style: italic;
}
a, a:visited {
color: #d10e7b;
text-decoration: none;
}
/***************************************/
/* Hover */
/***************************************/
.show-when-hovering {
display: none;
}
.hover-container:hover .show-when-hovering {
display: inline;
}
.hover-container:hover .hide-when-hovering {
display: none;
}
/* Default behavior */
.fadeout img {
opacity: 1;
transition:none !important;
-webkit-transition: none !important;
}
.fadein img {
opacity: 0;
transition:none !important;
-webkit-transition: none !important;
}
.fadeout-container:hover .fadeout img {
opacity: 0;
}
.fadeout-container:hover .fadein img {
opacity: 1;
}
/* Switched behavior */
.switched .fadeout img {
opacity: 0;
}
.switched .fadein img {
opacity: 1;
}
.switched .fadeout-container:hover .fadeout img {
opacity: 1;
}
.switched .fadeout-container:hover .fadein img {
opacity: 0;
}
.fadeout-container.img.lzyTrans {
transition: none !important;
-webkit-transition: none !important;
}
.edittab {
background: url('https://static.jojowiki.com/images/0/0e/EditTab.png') no-repeat;
}
.fadeinimg {
opacity: 0.1;
}
.fadeinimg:hover {
opacity: 1.0;
}
div#nihongo span#jpn {
display: inline;
}
div#nihongo:hover span#jpn {
display: none;
}
div#nihongo span#romaji {
display: none;
}
div#nihongo:hover span#romaji {
display: inline;
}
span#nihongo span#jpn {
display: inline;
}
span#nihongo:hover span#jpn {
display: none;
}
span#nihongo span#romaji {
display: none;
}
span#nihongo:hover span#romaji {
display: inline;
}
span#hovertext span#outer {
display: inline;
}
span#hovertext:hover span#outer {
display: none;
}
span#hovertext span#hidden {
display: none;
}
span#hovertext:hover span#hidden {
display: inline;
}
div#hovertext span#outer {
display: inline;
}
div#hovertext:hover span#outer {
display: none;
}
div#hovertext span#hidden {
display: none;
}
div#hovertext:hover span#hidden {
display: inline;
}
.diamond {
background-image:url('https://static.jojowiki.com/images/customizations/DiamondBG.png') !important;
background-position: center;
background-blend-mode: soft-light;
}
.diamond2 {
background-image:url('https://static.jojowiki.com/images/customizations/DiamondBG.png') !important;
background-position: center;
background-blend-mode: soft-light;
}
.diamondgradient {
background-image:linear-gradient(rgba(234, 90, 232, 0.52), rgba(116, 21, 205, 0.52)), url('https://static.jojowiki.com/images/customizations/DiamondBG.png') !important;
background-position: center;
background-blend-mode: multiply;
}
.diamonds tr > td {
border: 1px solid #aaaaaa;
padding: 0.2em;
}
.diamonds a {
color: #df479c;
}
/* Make collapsible table's link white/normal font */
.diamond .mw-collapsible-toggle a {
color: white !important;
}
.diamonds .mw-collapsible-toggle a {
color: #ffffff;
font-weight: normal;
}
.diamonds tr > th {
background-image:url('https://static.jojowiki.com/images/customizations/DiamondBG.png') !important;
background-position: center;
background-blend-mode: soft-light;
border: 1px solid #aaaaaa;
}
.cquote tr > td {
border: none !important;
}
.cquote tr > th {
border: none !important;
}
/**********************************/
/* NAVBOXES */
/**********************************/
/* Style for horizontal lists (separator following item).
@source mediawiki.org/wiki/Snippets/Horizontal_lists
@revision 8 (2016-05-21)
@author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
margin: 0 !important;
display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
display: none;
}
/* Generate interpuncts */
.hlist dt:after {
content: ": ";
}
/**
* Note hlist style usage differd in
* the Minerva skin. Remember .hlist is a class defined in core as well! Please check Minerva desktop (and Minerva.css) when changing
* See https://phabricator.wikimedia.org/T213239
*/
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
content: ")";
font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
counter-reset: listitem;
}
.hlist ol > li {
counter-increment: listitem;
}
.hlist ol > li:before {
content: " " counter(listitem) "\a0";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
content: " (" counter(listitem) "\a0";
}
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ol li,
.plainlist ul li {
margin-bottom: 0;
}
/* Default style for navigation boxes */
.navbox { /* Navbox container style */
box-sizing: border-box;
border: 1px solid #a2a9b1;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
margin-top: 0; /* No top margin for nested navboxes */
}
.navbox + .navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em; /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
th.navbox-group { /* Group style */
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background-color: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.5em;
border-color: #fdfdfd; /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
background-color: #8a8ac9; /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background-color: #c2c2e0; /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background-color: #a6a6d2; /* Level 3 color */
}
.navbox-even {
background-color: #f7f7f7; /* Even row striping */
}
.navbox-odd {
background-color: transparent; /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
text-align: center;
}
/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline-block;
white-space: nowrap;
}
.mw-body-content .navbar ul {
line-height: inherit;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
color: black;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
}
.navbox a {
color: rgb(81, 4, 93) !important;
}
.content table {
margin: 0 !important;
}
.header {
background-color: #c4bfdc;
background-image: url(https://static.jojowiki.com/images/customizations/DiamondBG.png);
background-blend-mode: soft-light;
background-position-x: center;
}
.minerva-footer {
background-color: #c4bfdc;
}
.navigation-enabled #mw-mf-viewport {
background-color: #c4bfdc;
}
.header-container.header-chrome {
background-color: #c4bfdc;
background-image: url(https://static.jojowiki.com/images/customizations/DiamondBG.png);
background-blend-mode: soft-light;
background-position-x: center;
}
.overlay.search-overlay .overlay-header {
background-color: inherit !important;
}
footer .last-modified-bar {
background-color: #dbd9ef;
}
.client-js .toc-mobile {
background-color: #dbd9ef;
}
.recentFeedNoLegend .mw-changeslist-legend {
display: none;
}
.parenttabs:hover {
background-color:#cbc5c5 !important;
}
.parenttabs:active {
filter: grayscale();
}
.parenttabs:active a {
color: white !important;
}
.parenttabs a {
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-decoration: none;
}
.parenttabs a.mw-selflink {
color: white !important;
}
@media (max-width:450px) {
.parenttabs {
font-size: 80% !important;
}
}
.mw-gallery-packed-overlay li.gallerybox {
width:100px!important;
margin:0px!important;
margin-top:0px!important;
}
.mw-gallery-packed-overlay .gallerybox div {
width:100px !important;
}
.mw-gallery-packed-overlay .gallerybox .thumb a img {
width:150px!important;
height:150px!important
}
.mw-gallery-packed-overlay .gallerybox img {
object-fit:cover!important;
object-position:top
}
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper {
max-height:45%;
max-width: 80px !important;
}
.containedGallery .gallerybox img {
object-fit: contain !important;
}
.mw-gallery-packed-overlay div.gallerytext {
font-size: 60% !important;
padding: 0 !important;
margin-left: -8% !important;
}
ul.gallery {
padding-left: 0 !important;
width: 100% !important;
}
ul.galleryVideo {
width: auto !important;
}
.mw-gallery-packed-overlay li.gBoxVideo {
width:275px !important;
}
.mw-gallery-packed-overlay .gBoxVideo div {
width: 275px !important;
text-align: center;
}
.box5-gallery ul.mw-gallery-nolines {
white-space: nowrap;
}
.header .branding-box h1 span, .header .branding-box a span {
font-family: 'Rubik',Tahoma,Trebuchet MS,sans-serif;
}
.pre-content h1, .content h1 {
font-family: 'Rubik',Tahoma,Trebuchet MS,sans-serif!important;
font-size: 1.45em !important;
font-weight: bold !important;
text-align: center !important;
}
.content h2 {
font-family: Rubik !important;
}
.portable-infobox .pi-background {
/* The background underneath the entire infobox. */
background-color: #F0F0F0;
}
.pi-item.pi-item-spacing.pi-title, .pi-header, .pi-data-label.pi-secondary-font.in-block {
display: block !important;
}
.portable-infobox .pi-secondary-background {
text-align: center;
}
.portable-infobox .pi-data .pi-data-value:first-child .image img {
margin-left: auto;
margin-right: auto;
display: block;
}
.portable-infobox .pi-secondary-background {
/* The background behind headers and navigation. */
background: #c1bcd9;
}
.portable-infobox .pi-data .pi-data-label {
flex-shrink: 0;
}
.portable-infobox.pi-theme-statinfo {
float:unset !important;
margin-left:-5px;
border: none;
border-radius: unset;
}
.portable-infobox .pi-title {
color: #000;
background-image:url('https://static.jojowiki.com/images/customizations/DiamondBG.png');
background: #c1bcd9;
font-size: 20px;
font-family: 'Lato';
text-align: center;
letter-spacing: inherit;
font-weight: bold;
text-transform: none;
border: 0px solid #F0F0F0;
padding: 1px;
}
.portable-infobox .pi-header {
text-align: center;
font-family: 'Rubik';
}
.header .search-box {
padding-left: 15px;
}
.whitelink a {
color: white !important;
}
.blacklink a {
color: black !important;
}
.content .in-block {
word-break: inherit;
}
.mobilemain {
width: 100% !important;
}
.gradient {
background: rgb(154,133,183); background: linear-gradient(180deg, rgba(154,133,183,1) 0%, rgba(70,81,130,1) 100%);
}
@media (max-width:600px) {
.charbox {
width:72px !important;
}
.chartop {
height: 35px;
}
.charstatus {
font-size: 40% !important;
}
.charname {
min-height: 35px !important;
font-size: 75% !important;
line-height: 1.3 !important;
}
.charstand {
font-size: 65% !important;
}
.mschar-form::before {
content: ' ';
display: block;
}
.mschar-form {
font-size: 8.5px;
}
.hubname {
height: 45px !important;
padding-bottom: 15% !important;
font-size: 75% !important;
line-height: 1.3 !important;
}
}
.charbox {
border: 1.2px solid black !important;
}
.hubname a {
color: white;
}
.noshadow .charicon img {
box-shadow:none !important;
}
.castImg img {
width: 80px !important;
height: 80px !important;
}
@media (max-width:600px) {
.resizeImg .charicon img {
height:67px !important;
width: auto;
}
.resizeImg .fadeout img {
height:67px !important;
width: 67px !important;
}
.resizeImg .fadein img {
height:67px !important;
width: 67px !important;
}
.hubbox {
width: 130px !important;
}
.hubicon img {
width: 130px !important;
height: auto !important;
}
}
.hubbox img {
max-height: 180px;
width: auto;
}
.resizeImg2 img {
max-height: 67px;
width: auto !important;
max-width: 67px;
}
@media (min-width:601px) {
.charbox {
width:100px;
}
.charname {
font-size: 85%;
}
.hubicon img {
max-height: 300px;
}
}
@media (min-width:601px) {
.resizeImg .charicon img {
height:100px !important;
width: auto;
}
}
@media (max-width:800px) {
.mw-gallery-packed .gallerybox {
width:30% !important;
}
}
.chariconbg .diamond {
background-image: none !important;
}
/* Comments */
.full {
width: auto;
}
.reply {
width: auto;
}
.f-message {
width: auto;
}
.r-message {
width: auto;
}
textarea#comment {
max-width: 300px;
}
.pppfullbox {
zoom: 85%;
}
.skin-minerva .portable-infobox {
font-size: 90%;
box-shadow: 0px 0px 7px #c5c5c5;
}
.skin-minerva .portable-infobox .pi-item-spacing {
padding: 0;
}
.skin-minerva .portable-infobox .pi-data .pi-data-label {
padding-left: 5px;
}
.portable-infobox.pi-theme-PhantomBlood .pi-title,
.portable-infobox.pi-theme-PhantomBlood .pi-header,
.portable-infobox.pi-theme-PhantomBlood .pi-secondary-background {
background: #3055A1;
color: white;
}
.portable-infobox.pi-theme-BattleTendency .pi-title
.portable-infobox.pi-theme-BattleTendency .pi-header,
.portable-infobox.pi-theme-BattleTendency .pi-secondary-background {
background: #952F58;
color: white;
}
.portable-infobox.pi-theme-StardustCrusaders .pi-title,
.portable-infobox.pi-theme-StardustCrusaders .pi-header,
.portable-infobox.pi-theme-StardustCrusaders .pi-secondary-background {
background: #57508f;
color: white;
}
.portable-infobox.pi-theme-DiamondIsUnbreakable .pi-title,
.portable-infobox.pi-theme-DiamondIsUnbreakable .pi-header,
.portable-infobox.pi-theme-DiamondIsUnbreakable .pi-secondary-background {
background: #78a4cd;
color: white;
}
.portable-infobox.pi-theme-VentoAureo .pi-title,
.portable-infobox.pi-theme-VentoAureo .pi-header,
.portable-infobox.pi-theme-VentoAureo .pi-secondary-background {
background: #E15FB6;
color: white;
}
.portable-infobox.pi-theme-StoneOcean .pi-title,
.portable-infobox.pi-theme-StoneOcean .pi-header,
.portable-infobox.pi-theme-StoneOcean .pi-secondary-background {
background: #2F93AD;
color: white;
}
.portable-infobox.pi-theme-SteelBallRun .pi-title,
.portable-infobox.pi-theme-SteelBallRun .pi-header,
.portable-infobox.pi-theme-SteelBallRun .pi-secondary-background {
background: #D4813D;
color: white;
}
.portable-infobox.pi-theme-JoJolion .pi-title,
.portable-infobox.pi-theme-JoJolion .pi-header,
.portable-infobox.pi-theme-JoJolion .pi-secondary-background {
background: #53A599;
color: white;
}
.portable-infobox.pi-theme-TSKR .pi-title,
.portable-infobox.pi-theme-TSKR .pi-header,
.portable-infobox.pi-theme-TSKR .pi-secondary-background {
background-color: #49885d;
color: white;
}
.portable-infobox.pi-theme-OneShot .pi-title,
.portable-infobox.pi-theme-OneShot .pi-header,
.portable-infobox.pi-theme-OneShot .pi-secondary-background {
background-color: #49885d;
color: white;
}
.portable-infobox.pi-theme-Jorge .pi-title,
.portable-infobox.pi-theme-Jorge .pi-header,
.portable-infobox.pi-theme-Jorge .pi-secondary-background {
background: #49885d;
color: white;
}
.portable-infobox.pi-theme-Baoh .pi-title,
.portable-infobox.pi-theme-Baoh .pi-header,
.portable-infobox.pi-theme-Baoh .pi-secondary-background {
background: #4B509B;
color: white;
}
.portable-infobox.pi-theme-Irene .pi-title,
.portable-infobox.pi-theme-Irene .pi-header,
.portable-infobox.pi-theme-Irene .pi-secondary-background {
background: #D58C00;
color: white;
}
.portable-infobox.pi-theme-CoolShockBT .pi-title,
.portable-infobox.pi-theme-CoolShockBT .pi-header,
.portable-infobox.pi-theme-CoolShockBT .pi-secondary-background {
background-color: #83449a;
color: white;
}
.portable-infobox.pi-theme-Game .pi-title,
.portable-infobox.pi-theme-Game .pi-header,
.portable-infobox.pi-theme-Game .pi-secondary-background {
background-color: #6e7a97;
color: white;
}
.portable-infobox.pi-theme-TheJOJOLands .pi-title,
.portable-infobox.pi-theme-TheJOJOLands .pi-header,
.portable-infobox.pi-theme-TheJOJOLands .pi-secondary-background {
background-color: #19236d;
color: white;
}
.portable-infobox.pi-theme-WeeklyShonenJump .pi-title,
.portable-infobox.pi-theme-WeeklyShonenJump .pi-header,
.portable-infobox.pi-theme-WeeklyShonenJump .pi-secondary-background {
background-color: #c03a3a;
color: white;
}
.portable-infobox.pi-theme-CDDH .pi-title,
.portable-infobox.pi-theme-CDDH .pi-header,
.portable-infobox.pi-theme-CDDH .pi-secondary-background {
background-color: #da4f4f;
color: white;
}
.portable-infobox.pi-theme-Eccentrics .pi-title,
.portable-infobox.pi-theme-Eccentrics .pi-header,
.portable-infobox.pi-theme-Eccentrics .pi-secondary-background {
background-color: #643CD2;
color: white;
}
.portable-infobox.pi-theme-ReyInfinito .pi-title,
.portable-infobox.pi-theme-ReyInfinito .pi-header,
.portable-infobox.pi-theme-ReyInfinito .pi-secondary-background {
background-color: #301623;
color: white;
}
.portable-infobox.pi-theme-PhantomBloodBattleTendency .pi-title,
.portable-infobox.pi-theme-PhantomBloodBattleTendency .pi-header,
.portable-infobox.pi-theme-PhantomBloodBattleTendency .pi-secondary-background {
background:linear-gradient(to right,var(--pb),var(--bt)),url(https://static.jojowiki.com/images/customizations/DiamondBG.png) !important;
color: white;
}
.portable-infobox.pi-theme-LLC .pi-title,
.portable-infobox.pi-theme-LLC .pi-header,
.portable-infobox.pi-theme-LLC .pi-secondary-background {
background-color: #6358b0;
color: white;
}
.portable-infobox.pi-theme-HFTF .pi-title,
.portable-infobox.pi-theme-HFTF .pi-header,
.portable-infobox.pi-theme-HFTF .pi-secondary-background {
background-color: #6C3989;
color: white;
}
.charstand a {
color: white !important;
}
/* Logos */
.page-JoJo_s_Bizarre_Adventure .page-heading {
background-image: url(https://static.jojowiki.com/images/0/01/latest/20240417025418/JoJo_English_Horizontal_Logo.png);
height: 80px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-JoJo_s_Bizarre_Adventure .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Phantom_Blood .page-heading {
background-image:url(https://static.jojowiki.com/images/b/b4/Phantom_Blood_Logo.png);
height: 75px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-Phantom_Blood .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-Battle_Tendency .page-heading {
background-image:url(https://static.jojowiki.com/images/6/60/Battle_Tendency_Logo.png);
height: 70px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-Battle_Tendency .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-Stardust_Crusaders .page-heading {
background-image:url(https://static.jojowiki.com/images/b/b6/Stardust_Crusaders_Logo.png);
height: 60px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-Stardust_Crusaders .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-Diamond_is_Unbreakable .page-heading {
background-image:url(https://static.jojowiki.com/images/8/8c/Diamond_is_Unbreakable_Logo.png);
height: 60px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-Diamond_is_Unbreakable .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-Vento_Aureo .page-heading {
background-image:url(https://static.jojowiki.com/images/3/30/Vento_Aureo_Logo.png);
height: 75px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-Vento_Aureo .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-Stone_Ocean .page-heading {
background-image:url(https://static.jojowiki.com/images/7/79/Stone_Ocean_Logo.png);
height: 75px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-Stone_Ocean .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-Steel_Ball_Run .page-heading {
background-image:url(https://static.jojowiki.com/images/d/d9/Steel_Ball_Run_Logo.png);
height: 75px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-Steel_Ball_Run .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-JoJolion .page-heading {
background-image:url(https://static.jojowiki.com/images/5/59/JoJolion_Logo.png);
height: 75px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-JoJolion .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-The_JOJOLands .page-heading {
background-image:url(https://static.jojowiki.com/images/a/a5/TheJOJOLandsLogo.png);
height: 75px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-The_JOJOLands .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-Thus_Spoke_Kishibe_Rohan .page-heading {
background-image: url(https://static.jojowiki.com/images/8/8b/Thus_Spoke_Kishibe_Rohan_Logo.png);
height: 75px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-Thus_Spoke_Kishibe_Rohan .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-JORGE_JOESTAR_Novel .page-heading {
background-image: url(https://static.jojowiki.com/images/2/29/latest/20220921012211/JORGE_JOESTAR_Logo.png);
height: 75px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-JORGE_JOESTAR_Novel .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-The_Lives_of_Eccentrics .page-heading {
background-image: url(https://static.jojowiki.com/images/4/43/latest/20230113201118/LivesofEccentricslogo.png);
height: 75px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
}
.page-The_Lives_of_Eccentrics .page-heading i {
color: rgba(0,0,0,0) !important;
}
.page-JoJo_s_Bizarre_Adventure_The_Animation .page-heading {
background-image: url(https://static.jojowiki.com/images/4/45/latest/20240419055448/HeaderLogo_Animation.png);
height: 75px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-JoJo_s_Bizarre_Adventure_The_Animation .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-JoJo_s_Bizarre_Adventure_Season .page-heading {
background-image: url(https://static.jojowiki.com/images/c/ce/latest/20240419055449/HeaderLogo_FirstSeason.png);
height: 75px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-JoJo_s_Bizarre_Adventure_Season .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Stardust_Crusaders_Anime .page-heading {
background-image: url(https://static.jojowiki.com/images/b/be/latest/20240419055447/HeaderLogo_SC.png);
height: 75px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Stardust_Crusaders_Anime .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Diamond_is_Unbreakable_Anime .page-heading {
background-image: url(https://static.jojowiki.com/images/0/0d/latest/20240419055446/HeaderLogo_DU.png);
height: 75px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Diamond_is_Unbreakable_Anime .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Golden_Wind_Anime .page-heading {
background-image: url(https://static.jojowiki.com/images/6/6f/latest/20240419055446/HeaderLogo_GW.png);
height: 45px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Golden_Wind_Anime .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Stone_Ocean_Anime .page-heading {
background-image: url(https://static.jojowiki.com/images/c/c2/latest/20240419055447/HeaderLogo_SO.png);
height: 35px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Stone_Ocean_Anime .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Thus_Spoke_Kishibe_Rohan_OVA .page-heading {
background-image: url(https://static.jojowiki.com/images/0/0b/latest/20240419055448/HeaderLogo_TSKR.png);
height: 45px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Thus_Spoke_Kishibe_Rohan_OVA .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-JoJo_s_Bizarre_Adventure_OVA .page-heading {
background-image: url(https://static.jojowiki.com/images/4/46/latest/20240617030705/HeaderLogo_OVA.png);
height: 45px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-JoJo_s_Bizarre_Adventure_OVA .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Poker_Under_Arms .page-heading {
background-image: url(https://static.jojowiki.com/images/0/08/latest/20240710180534/Poker_Under_Arms_Logo.png);
height: 45px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Poker_Under_Arms .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Say_Hi_to_Virginia .page-heading {
background-image: url(https://static.jojowiki.com/images/6/60/latest/20240710180533/Say_Hi_to_Virginia_Logo.png);
height: 45px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Say_Hi_to_Virginia .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Cool_Shock_B_T .page-heading {
background-image: url(https://static.jojowiki.com/images/6/6b/latest/20240710180533/Cool_Shock_BT_Logo.png);
height: 45px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Cool_Shock_B_T .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Baoh_the_Visitor .page-heading {
background-image: url(https://static.jojowiki.com/images/f/f6/latest/20240710175757/Baoh_the_Visitor_Logo.png);
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Baoh_the_Visitor .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Gorgeous_Irene .page-heading {
background-image: url(https://static.jojowiki.com/images/b/b7/latest/20240710180533/Gorgeous_Irene_Logo.png);
height: 45px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Gorgeous_Irene .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Under_Execution_Under_Jailbreak .page-heading {
background-image: url(https://static.jojowiki.com/images/f/f7/latest/20240710180534/Under_Execution_Under_Jailbreak_Logo.png);
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Under_Execution_Under_Jailbreak .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.page-Dolce_and_His_Master .page-heading {
background-image: url(https://static.jojowiki.com/images/e/e8/latest/20240710180045/Dolce_and_His_Master_Logo.png);
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.page-Dolce_and_His_Master .page-heading i {
color: rgba(0, 0, 0, 0) !important;
}
.mnimage, .techImage {
display: block !important;
}
.mncolumn2, .techColumn2 {
display: table-row !important;
}
.tb {
display: table !important;
}
.frontbuttons {
width: 100px !important;
}
.imagebox {
width: 85px !important;
font-size: 70%;
}
.imageboxb {
height: 80px !important;
}
.frontbuttons img {
width: 100px;
height: 100px;
}
/* FONTS */
/* alley-oop */
@font-face {
font-display: swap;
font-family: 'Alley Oop';
font-style: normal;
font-weight: 800;
src: url('../fonts/Alley-Oop.woff') format('woff');
}
/* alegreya-sc-800 - latin */
@font-face {
font-display: swap;
font-family: 'Alegreya SC';
font-style: normal;
font-weight: 800;
src: url('../fonts/alegreya-sc-v25-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bangers-regular - vietnamese_latin-ext_latin */
@font-face {
font-family: 'Bangers';
font-style: normal;
font-weight: 400;
src: local('Bangers Regular'), local('Bangers-Regular'),
url('../fonts/bangers-v12-vietnamese_latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/bangers-v12-vietnamese_latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* khand-regular - latin */
@font-face {
font-display: swap;
font-family: 'Khand';
font-style: normal;
font-weight: 400;
src: url('../fonts/khand-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin-ext_latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'),
url('../fonts/lato-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/lato-v16-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* quicksand-regular - vietnamese_latin-ext_latin */
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
src: local(''),
url('../fonts/quicksand-v20-vietnamese_latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/quicksand-v20-vietnamese_latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* raleway-regular - latin-ext_latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'),
url('../fonts/raleway-v14-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/raleway-v14-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* roboto-slab-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local(''),
url('../fonts/roboto-slab-v11-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-slab-v11-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* roboto-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
font-display: swap;
}
/* rubik-regular - latin-ext_latin_hebrew_cyrillic */
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
src: local('Rubik'), local('Rubik-Regular'),
url('../fonts/rubik-v9-latin-ext_latin_hebrew_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/rubik-v9-latin-ext_latin_hebrew_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
.tabs.tabs-tabbox {
display: contents !important;
}
.tabs-input-1:checked ~ .tabs-container .tabs-content-1, .tabs-input-2:checked ~ .tabs-container .tabs-content-2, .tabs-input-3:checked ~ .tabs-container .tabs-content-3, .tabs-input-4:checked ~ .tabs-container .tabs-content-4, .tabs-input-5:checked ~ .tabs-container .tabs-content-5, .tabs-input-6:checked ~ .tabs-container .tabs-content-6, .tabs-input-7:checked ~ .tabs-container .tabs-content-7, .tabs-input-8:checked ~ .tabs-container .tabs-content-8, .tabs-input-0:checked ~ .tabs-container .tabs-content-1 {
width: 100%;
}
.cropimg .image img {
max-width: revert !important;
}
.rowheadimg {
display: table-header-group !important;
}
.mobileRow {
display: table-row !important;
}
.drtop img {
max-width: 285px !important;
}
.airdate {
font-size: 10px !important;
text-align: center !important;
}
.whitecollapse .mw-collapsible-text {
color: white !important;
}
.epsbox .mw-collapsible span.mw-collapsible-toggle {
float: left;
padding-left: 25%;
width: 200px;
margin-right: 100%;
font-size: 12px;
}
.content li {
margin-left: 3%;
}
.diffrow {
width: 100% !important;
border: none !important;
display: inherit !important;
}
.toctogglespan {
font-size: 0;
}
@media (max-width: 500px) {
.rolebox {
display: inline-block !important;
width: 100% !important;
}
.vapic {
margin-top: 0 !important;
}
}
.frontbuttons img {
border-radius: 5px;
}
.varow {
padding: unset !important;
}
.charicon a > img {
width: 100% !important;
}
.mcbutton {
filter: unset;
font-size: 12px;
border-radius: 6px;
}
.rowbox tr {
height: 125px;
}
.ext img {
max-width: 500px;
max-height: 350px;
}
.portable-infobox .ext img {
width: -moz-available;
width: -webkit-fill-available;
width: stretch;
}
.ext .external {
background-image: none;
}
.ext2 img {
max-width: 180px;
max-height: 180px;
}
.extblur {
overflow: hidden;
max-width: min-content;
max-height: min-content;
}
.ext2 .external {
background-image: none;
padding-right: 0px;
}
.extnsfw img {
transition: 0.3s;
filter: blur(10px);
}
.extnsfw img:hover {
filter: blur(0);
}
.archeaders {
width: 100% !important;
}
#banner2title {
font-size: 40px !important;
line-height: 30px;
}
#banner2titlewrapper {
top: 15px !important;
}
@media (max-width:1100px) {
.fullwidthimage {
left: -600px !important;
}
.banner-box-2 {
min-width: 10em !important;
right: 0;
bottom: 0;
font-size: 80%;
line-height: 10px;
}
}
.boxAnchorLink {
float: right;
}
.cbox a {
color: white !important;
}
.tabbertab:not(:first-child) {
display: none;
}
.tracklist {
display: revert !important;
}
.pi-data-value .wikipedia {
display:revert;
}
.wikipedia:after {
content:"";
background: url(https://static.jojowiki.com/images/5/5a/latest/20200410062156/Wikipedia%27s_W.svg) no-repeat;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
padding-right: 0.55em; /* sizing */
padding-top: 1.2em;
margin-left: -0.4em;
margin-right: -0.2em;
padding-left: 0.05em;
}
.tbox ul.tabbernav {
text-align: left;
}
.arcbox .mw-collapsible-toggle {
width: auto !important;
}
.arclist table {
display: revert !important;
}
.content li.gallerybox {
margin: 0 !important;
}
.lyricBox div {
display: block !important;
width: 100% !important;
}
@media only screen and (max-width: 600px) {
.skin-minerva .ptab1 {
width: 45% !important;
}
.jjbe-row {
display: table-row !important;
}
}
.portable-infobox .in-block {
display: block;
}
.mnbox .interviewtag2 {
font-size: 90%;
}
.tabs-header.collapsible-heading {
line-height: 1.5em !important;
}
@media (max-width:500px) {
.movelistVideo {
display: table-row !important;
text-align: center !important;
}
.sbrRaceBoxCombined {
display: block !important;
}
.sbrRacersOverall {
border-left: 3px solid #635959 !important;
}
.sbrRacersStage, .sbrRacersOverall {
width: auto !important;
}
.sbrStageGoal {
display: table-caption !important;
padding: 2px !important;
width: auto !important;
}
}
.gallerytextwrapper {
z-index: 100;
}
.small {
font-size:smaller;
}
.mobile-hide {
display: none !important
}
.la-dropdown {
position: absolute;
font-weight: bold;
font-size: 80%;
white-space: nowrap;
border: 1px solid #838282;
border-radius: 2px;
font-family: Rubik;
margin-bottom: 10px;
padding: 6px;
box-shadow: 1px 1px 2px rgb(0 0 0 / 75%);
cursor: default;
right: 40px;
top: -58px;
background: no-repeat url(/extensions/UniversalLanguageSelector/lib/jquery.uls/images/language.svg?80b0b) center #efefef;
width: 15px;
height: 15px;
box-shadow: 1px 1px 2px rgb(0 0 0 / 75%);
}
.mw-content-rtl .la-dropdown {
right: auto !important;
left: 40px !important;
}
.skin-minerva .la-dropdown {
top: -80px;
right: 0px;
}
.la-dropbox {
display: none;
position: absolute;
background-color: #f9f9f9;
z-index: 1;
border-radius: 7px;
border: 1px solid darkgray;
min-width: 120px;
padding: 7px 0;
white-space: nowrap;
}
.la-box {
padding-right: 7px;
padding-left: 7px;
}
.la-dropdown:hover .la-dropbox {
display: block;
padding-left: 7px;
padding-right: 7px;
margin-left: -110px;
font-weight: normal;
margin-top: 20px;
z-index: 9999;
}
.la-dropdown:hover {
background-color: #e1e1e1;
}
.minerva__subtitle {
display: none;
}
.jjsPic {
display: block !important;
width: 100% !important;
}
.flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.flex-left {
display: flex;
flex-wrap: wrap;
}
.pl-5 {
padding-left: 5px;
}
.thumb.tright {
text-align: center;
display: flex;
}
.ss-ability-img img {
width: 325px !important;
height: 71px !important;
}
@media (min-width:730px) {
.break {
flex-basis: 100%;
height: 0;
}
}
.cn-list {
list-style-type: none !important;
list-style-image: none !important;
margin: 0.3em 0 0 0.5em;
}
/* Tabber Neue */
.tabber__header {
margin-left: auto;
margin-right: auto;
}
.tabber__tab[aria-selected="true"] {
background:linear-gradient(#9ca6cc,#7a78ad) !important;
color:white !important;
}
.tabber__tab[aria-selected="true"]:hover {
background:linear-gradient(#687194,#444269) !important;
color:white !important;
}
.tabber__tab {
border: 1px solid #838282;
border-radius: 1px;
background-color: #efefef;
font-size: 12px !important;
padding: 2px 12px !important;
}
.tabber__tab:hover {
background: #cbc5c5;
}
.tabber__panel {
overflow-x: hidden;
}
.tabber__tabs {
display: block;
text-align: center;
}
.tabber__indicator {
background: #595c8d;
display: none;
}
.tabber__header {
box-shadow: none !important;
}
.tabber__header:after {
display: none;
}
ul.footer-info li {
display:block;
}
ul.mw-gallery-packed li.gallerybox div.thumb img, ul.mw-gallery-packed-overlay li.gallerybox div.thumb img, ul.mw-gallery-packed-hover li.gallerybox div.thumb img {
background-color: #0000000f;
}
.gallery.mw-gallery-packed li.gallerybox > div {
display: flex;
flex-direction: column;
}
.gallery.mw-gallery-packed .gallerytext {
flex-grow: 1;
font-size: 90%;
}
.gallery.mw-gallery-packed {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.gallery.mw-gallery-packed .gallerybox {
margin: 5px 2px 5px 2px !important;
}
.gallery.mw-gallery-packed li.gallerybox {
display: flex;
}
.jjbe-news {
margin-left: auto !important;
margin-right: auto !important;
}
.content .thumb .thumbinner > .thumbcaption {
flex: auto !important;
}
.ptab1 {
display: inline-block !important;
}
.content .vertical-navbox, .content .navbox {
display: block;
}
.navbox-inner {
display: table !important;
}
.mw-ui-button:not(.mw-ui-icon-element) {
min-height: unset !important;
}
.PBBTTitle {
background: linear-gradient(to right,var(--pb),var(--bt)),url(https://static.jojowiki.com/images/customizations/DiamondBG.png) !important;
background-position: center !important;
}
.PBBTChTitles {
background: linear-gradient(to right,var(--pb),var(--bt)) !important;
}
li#pt-darkmode span:nth-child(1) {
width: 18px;
min-width: 18px;
background-size: 18px;
display: block;
background-repeat: no-repeat;
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg height='21' viewBox='0 0 21 21' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.85464918.37900488c-1.91149353 1.51069427-3.13816124 3.84973402-3.13816124 6.47527736 0 4.55564936 3.69308349 8.24873286 8.24873286 8.24873286 2.5815709 0 4.8861545-1.1859235 6.3986798-3.0426994-.8206378 4.7389755-4.9523867 8.343122-9.9259291 8.343122-5.56375572 0-10.07407088-4.5103151-10.07407088-10.0740709 0-5.02506013 3.67919933-9.19079725 8.49074856-9.95036192z' fill='%234c4e5d' fill-rule='evenodd'/%3E%3C/svg%3E");
cursor: pointer;
opacity: 1;
height: 18px;
margin-bottom: -3px;
margin-top: -5px;
}
.embedvideo p {
margin: 0 !important;
}
figcaption {
background-image: url(https://static.jojowiki.com/images/customizations/SmallDarkDiamondBG.png) !important;
color: #fff !important;
background-size: contain;
border: 3px ridge black;
}
.vidPlayer .thumbcaption {
background-image: url(https://static.jojowiki.com/images/customizations/SmallDarkDiamondBG.png) !important;
color: #fff !important;
background-size: contain;
border: 2px solid black;
}
@media (max-width:600px) {
.embedvideo {
max-width: 300px;
}
}
.skin-minerva .pi-horizontal-group .pi-header {
display: table-caption !important;
}
.alignFloat {
float: unset !important;
text-align: center;
}
.tabs-container {
text-align: center;
}
.tabs-tabbox, .tabs-togglebox {
text-align: center;
}
.nvbox2.phantom-blood-tabs {
border: 3px solid var(--pb3) !important;
}
.nvbox2.phantom-blood-tabs .rowTemplate {
border: 2px double var(--pb) !important;
}
.nvbox2.battle-tendency-tabs {
border: 3px solid var(--bt3) !important;
}
.nvbox2.battle-tendency-tabs .rowTemplate {
border: 2px double var(--bt) !important;
}
.nvbox2.stardust-crusaders-tabs {
border: 3px solid var(--sc3) !important;
}
.nvbox2.stardust-crusaders-tabs .rowTemplate {
border: 2px double var(--sc) !important;
}
.nvbox2.diamond-is-unbreakable-tabs {
border: 3px solid var(--du3) !important;
}
.nvbox2.diamond-is-unbreakable-tabs .rowTemplate {
border: 2px double var(--du) !important;
}
.nvbox2.vento-aureo-tabs {
border: 3px solid var(--va3) !important;
}
.nvbox2.vento-aureo-tabs .rowTemplate {
border: 2px double var(--va) !important;
}
.nvbox2.stone-ocean-tabs {
border: 3px solid var(--so3) !important;
}
.nvbox2.stone-ocean-tabs .rowTemplate {
border: 2px double var(--so) !important;
}
.nvbox2.steel-ball-run-tabs {
border: 3px solid var(--sbr3) !important;
}
.nvbox2.steel-ball-run-tabs .rowTemplate {
border: 2px double var(--sbr) !important;
}
.nvbox2.jojolion-tabs {
border: 3px solid var(--jjl3) !important;
}
.nvbox2.jojolion-tabs .rowTemplate {
border: 2px double var(--jjl) !important;
}
.nvbox2.the-jojolands-tabs {
border: 3px solid var(--tjl3) !important;
}
.nvbox2.the-jojolands-tabs .rowTemplate {
border: 2px double var(--tjl) !important;
}
.nvbox2.tskr-tabs {
border: 3px solid var(--jjl3) !important;
}
.nvbox2.tskr-tabs .rowTemplate {
border: 2px double var(--jjl) !important;
}
.hcol {
width: 100% !important;
}
.scrollbox .interview {
width: 98% !important;
margin-left: auto;
margin-right: auto;
}
/*===============*/
/* Continuity icons */
/*===============*/
#continuity-icons ul {
margin: 0 0 8px 0;
list-style-image: none !important;
margin-left: auto;
margin-right: auto;
display: table;
}
#continuity-icons li {
float: left;
line-height: 0;
list-style-type: none;
margin: 0 5px 0 0;
}
.media-enabled a,
.media-disabled a {
border: 2px solid var(--jjbe);
border-radius: 0.5em;
display: inline-block;
height: 50px;
overflow: hidden;
position: relative;
width: 50px;
}
.media-enabled {
border:2px solid var(--jjbe);
height: 50px;
display: inline-block;
border-radius: 0.5em;
overflow: hidden;
}
.media-enabled img,
.media-disabled img {
opacity: 0.1;
}
.media-disabled {
opacity: 0.7;
}
.media-enabled a,
.media-enabled img,
.media-disabled a:hover,
.media-disabled img:hover,
.media-disabled:hover {
opacity: 1;
}
.media-overlay {
position: absolute;
text-align: center;
font-size: 9.5px;
line-height: 15px;
font-family: Roboto Slab;
background: #0000009e;
color: white;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
height: 52px;
border-radius: 5px;
margin-left: 2px;
}
.media-overlay-text {
position: relative;
background: #00000087;
width: 100%;
}
.ib {
display: inline-block !important;
}
.va-m {
vertical-align: middle !important;
}
.hubicon {
max-height: 200px;
}
.box5-left {
display: block !important;
}
.box5-gallery ul.mw-gallery-nolines {
display: inline-flex;
justify-content: center;
}
.box5-column, .box5-desc {
display: block !important;
}
.content .charstand {
word-wrap: initial;
}
/* Main Page */
.mp-topbanner {
margin-bottom: 5px;
font-size: 90%;
border-radius: 10px;
display: table;
width: 98%;
}
.mp-topbg {
background-color: #ededed;
width: 90%;
border-radius: 5px;
padding: 5px;
border: 2px solid var(--jjbe3);
margin-left: auto;
margin-right: auto;
text-align: center;
}
.mp-topcontent {
display:table-cell;
vertical-align: middle;
}
.mp-topheadline {
border: 1.5px solid var(--jjbe3);
padding: 5px;
background: #fcfcfc;
width: 95%;
box-shadow: 1px 1px 2px 2px var(--jjbe3);
background-image: url(https://static.jojowiki.com/images/customizations/SymbolBG.png);
background-blend-mode: screen;
background-size: 250px;
background-color: #856497;
margin-left: auto;
margin-right: auto;
}
.mp-headline {
font-family: Alley Oop;
font-size: 1.6em;
color: #cc2f5a;
}
.mp-slogan {
font-size: 90%;
font-family: Rubik;
}
.mp-statistics {
font-family: Khand;
border-radius: 20px;
margin-left: auto;
margin-right: auto;
border: 2px solid var(--jjbe);
margin-top: 10px;
background-color: #ededed;
}
.mp-statistics p {
display: flex;
justify-content: space-around;
width: 100%;
margin: 0px 2px 0px 2px;
}
.mp-topdesc {
font-size: 0.85em;
margin-left: auto;
margin-right: auto;
}
.mp-spoiler {
text-align: center;
font-family: Rubik;
}
.mp-toplogo {
vertical-align: middle;
display: table-cell;
}
.mp-toplogo img {
filter: drop-shadow(2px 2px 5px #343434);
}
@media only screen and (max-width: 400px) {
.mp-statistics p {
font-size: 75% !important;
}
.mp-headline {
font-size: 1.4em !important;
}
.mp-slogan {
font-size: 80% !important;
}
}
.comment-block {
padding-bottom: 5px;
border-bottom: 2px solid gray;
padding-top: 5px;
}
.comment-box {
max-height: 272px;
overflow-y: auto;
font-size: 12px;
}
.comment-box ul {
list-style-image: none !important;
list-style-type: none;
}
.familytree-box {
background-color: white;
color: black;
border-color: black !important;
font-family: Khand;
}
.familytree-box a {
color: black !important;
font-weight: bold;
}
.familytree-box img {
border: 2px solid black;
margin-bottom: 2px
}
.receptionTableImage img {
border: 2px solid black
}
.receptionTableImage a {
color: white !important;
}
.receptionTable {
font-family: Rubik;
font-size: 10pt;
}
.receptionTable td {
padding-left: 10px !important;
}
.excerpt-block .noexcerpt {
display: none;
}