MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,134: | Line 1,134: | ||
padding:8px 14px; | padding:8px 14px; | ||
font-weight:700; | font-weight:700; | ||
color:var(--color-base) !important; | |||
text-decoration:none !important; | |||
border-bottom:none !important; | |||
} | |||
/* remove wiki link colors */ | |||
.tabber__tab a:link, | |||
.tabber__tab a:visited, | |||
.tabber__tab a:hover, | |||
.tabber__tab a:active{ | |||
color:var(--color-base) !important; | color:var(--color-base) !important; | ||
text-decoration:none !important; | text-decoration:none !important; | ||
| Line 1,148: | Line 1,160: | ||
} | } | ||
/* active tab | /* active tab */ | ||
.tabber__tab[aria-selected="true"]{ | .tabber__tab[aria-selected="true"]{ | ||
border:2px solid rgba(245,196,0,0.95); | border:2px solid rgba(245,196,0,0.95); | ||
| Line 1,156: | Line 1,168: | ||
.tabber__tab[aria-selected="true"] a{ | .tabber__tab[aria-selected="true"] a{ | ||
padding:7px 13px; | padding:7px 13px; | ||
} | } | ||
/* remove | /* remove tabber blue indicator line */ | ||
.tabber__tab | .tabber__tab:after, | ||
.tabber__tab | .tabber__tab::after{ | ||
display:none !important; | |||
} | } | ||