Template:Irene.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 16:53, 7 August 2024 by Paisley Park (talk | contribs)
Jump to navigation Jump to search
/* Gorgeous Irene */
.toc {
	border: 1px solid #D58C00;
}

.quote {
	color: #D58C00 !important;
}

.mw-headline-headanchor {
    margin-left: 5px !important;
    background-size: 55% !important;
}

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

/* Module:Tabber */
.tabcontainer .tab {
    border: 0.08rem solid var(--irene3);
}
.tabcontainer .tab:hover {
    background-color: var(--irene);
    background-image: linear-gradient(var(--irene), var(--irene3));
}
.tabcontainer .tab.active {
    background-color: var(--irene);
    background-image: linear-gradient(var(--irene), var(--irene4));
}

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

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

.tabber__indicator {
  background: #43521E;
}