Template:DiamondisUnbreakable.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
/* Diamond is Unbreakable */
.toc {
	border: 1px solid #78a4cd;
}

.quote {
	color: #78a4cd !important;
}

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

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

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

.tabber__indicator {
  background: #AD5862;
}