MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,122: | Line 1,122: | ||
} | } | ||
/* Base tab | /* Base tab */ | ||
.tabber__tabs .tabber__tab { | .tabber__tabs .tabber__tab { | ||
padding:8px 14px; | padding:8px 14px; | ||
| Line 1,130: | Line 1,130: | ||
cursor:pointer; | cursor:pointer; | ||
transition:all .15s ease; | transition:all .15s ease; | ||
border-bottom:none !important; | |||
} | } | ||
| Line 1,144: | Line 1,146: | ||
border:2px solid rgba(245,196,0,0.95); | border:2px solid rgba(245,196,0,0.95); | ||
padding:7px 13px; | padding:7px 13px; | ||
border-bottom:2px solid rgba(245,196,0,0.95) !important; | |||
} | } | ||
/* Link | /* Link styling inside tabs */ | ||
.tabber__tabs .tabber__tab a, | .tabber__tabs .tabber__tab a, | ||
.tabber__tabs .tabber__tab a:visited { | .tabber__tabs .tabber__tab a:visited, | ||
color: | .tabber__tabs .tabber__tab a:hover { | ||
text-decoration:none; | color:var(--color-base) !important; | ||
text-decoration:none !important; | |||
} | } | ||