Template:JOJOmag.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 16:09, 12 September 2024 by HudgynS (talk | contribs)
Jump to navigation Jump to search

/* JOJO magazine */ .toc { border: 1px solid #ff39b7; }

.quote { color: #ff39b7 !important; }

.mw-header:hover .mw-headline-headanchor, .mw-headline-headanchor:target {

   background-image: url(LLCSymbol.png);

}

/* Module: Tabber */ .tabcontainer .tab:hover {

   background-color: #0879c2;
   background-image: linear-gradient(#ff39b7, #043c61);

} .tabcontainer .tab.active {

   background-color: #0879c2;
   background-image: linear-gradient(#ff39b7, #801c5b);

}

/* Tabber Neue */ .tabber__tab[aria-selected="true"] {

background:linear-gradient(#ff39b7,#0879c2) !important;
color:white !important;

}

.tabber__tab[aria-selected="true"]:hover {

background:linear-gradient(#801c5b,#043c61) !important;
color:white !important;

}