Template:Novel.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 21:50, 7 August 2024 by Paisley Park (talk | contribs)
Jump to navigation Jump to search
/* Novel (The Genesis of Universe) */
.Novel, .portable-infobox.pi-theme-Novel {
    border: 2px solid #545f96;
}
.portable-infobox.pi-theme-Novel .pi-title, .portable-infobox.pi-theme-Novel .pi-header {
    background-color: #545f96;
    color: white;
}
.portable-infobox.pi-theme-Novel .pi-data .pi-data-label {
    background-color: #637e74;
}
.portable-infobox.pi-theme-Novel .pi-horizontal-group-item.pi-data-label {
    background-color: #637e74;
    border: 2px solid white;
    border-top: none;
    color: white;
}
.portable-infobox.pi-theme-Novel .pi-image-collection-tabs li.current {
    background: #c7d0e2;
}
.portable-infobox.pi-theme-Novel .pi-navigation {
    background: #545f96  !important;
}

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

/* Module:Tabber */
.tabcontainer .tab:hover {
    background-color: var(--novel);
    background-image: linear-gradient(var(--novel), var(--novel3));
}
.tabcontainer .tab.active {
    background-color: var(--novel);
    background-image: linear-gradient(var(--novel), var(--novel4));
}

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

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

.tabber__indicator {
  background: #334F45;
}