Template:OH.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
/* Over Heaven */
.OH, .portable-infobox.pi-theme-OH {
    border: 2px solid #626151;
}
.portable-infobox.pi-theme-OH .pi-title, .portable-infobox.pi-theme-OH .pi-header {
    background-color: #626151;
    color: white;
}
.portable-infobox.pi-theme-OH .pi-data .pi-data-label {
    background-color: #70a6bc;
}
.portable-infobox.pi-theme-OH .pi-horizontal-group-item.pi-data-label {
    background-color: #70a6bc;
    border: 2px solid white;
    border-top: none;
    color: white;
}
.portable-infobox.pi-theme-OH .pi-image-collection-tabs li.current {
    background: #c7d0e2;
}
.portable-infobox.pi-theme-OH .pi-navigation {
    background: #626151  !important;
}

.mw-header:hover .mw-headline-headanchor, .mw-headline-headanchor:target {
    background-image: url(https://static.jojowiki.com/images/1/10/PBSymbol.png);
}

.mw-body .firstHeading {
    background-image: url(https://static.jojowiki.com/images/d/de/PBSymbolLarge.png);
    background-repeat: no-repeat;
    background-position: right center !important;
    background-size: 30px;
}

/* Tabber Neue */
.tabber__tab[aria-selected="true"] {
 background:linear-gradient(#626151,#70A6BC) !important;
 color:white !important;
}

.tabber__tab[aria-selected="true"]:hover {
 background:linear-gradient(#38372B,#345969) !important;
 color:white !important;
}

.tabber__indicator {
  background: #345969;
}