Template:CDDH.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
/* Crazy Diamond's Demonic Heartbreak */
.toc {
	border: 1px solid #e7527b;
}

.quote {
	color: #e7527b !important;
}

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

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

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

.tabber__indicator {
  background: #4E5416;
}