Template:JOJOmag.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 16:08, 12 September 2024 by HudgynS (talk | contribs) (Created page with "→‎JOJO magazine: .toc { border: 1px solid #ff39b7; } .quote { color: #ff39b7 !important; } .mw-header:hover .mw-headline-headanchor, .mw-headline-headanchor:target { background-image: url(https://static.jojowiki.com/images/b/b0/latest/20240505154012/LLCSymbol.png); } →‎Module: Tabber: .tabcontainer .tab:hover { background-color: var(#0879c2); background-image: linear-gradient(var(#ff39b7), var(#043c61)); } .tabcontainer .tab.active { background...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: var(#0879c2);
   background-image: linear-gradient(var(#ff39b7), var(#043c61));

} .tabcontainer .tab.active {

   background-color: var(#0879c2);
   background-image: linear-gradient(var(#ff39b7), var(#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;

}