MediaWiki:Chameleon.css: Difference between revisions
From Now That's What I Call Music Wiki
(Created page with ".nav-tabs .nav-link { color: #ffffff; text-decoration: #ffffff !important; border: 0; border-bottom: 1px solid grey; } .nav-tabs .nav-link:hover { border: 0; border-bottom: 1px solid grey; } .nav-tabs .nav-link.active { color: #000000; border: 0; border-radius: 0; border-bottom: 2px solid blue; }") |
No edit summary |
||
Line 1: | Line 1: | ||
a | |||
.nav-link{ | |||
box-sizing: border-box; | |||
color: rgb(0, 86, 179); | |||
text-decoration-color: currentcolor; | |||
text-decoration-line: none; | |||
text-decoration-style: solid; | |||
. | text-decoration-thickness: auto; | ||
background-color: transparent; | |||
display: block; | |||
padding-top: 0.5; | |||
padding-bottom: 0.5; | |||
font-style: normal; | |||
font-variant-caps: normal; | |||
font-variant-alternates: normal; | |||
font-variant-east-asian: normal; | |||
font-variant-ligatures: normal; | |||
font-variant-numeric: normal; | |||
font-variant-position: normal; | |||
text-rendering: auto; | |||
line-height: inherit; | |||
font-family: inherit; | |||
font-weight: inherit; | |||
outline-color: currentcolor; | |||
outline-style: none; | |||
outline-width: medium; | |||
actualWidth: 118; | |||
actualHeight: 63; | |||
} | } |
Revision as of 20:26, 3 November 2024
a
.nav-link{
box-sizing: border-box;
color: rgb(0, 86, 179);
text-decoration-color: currentcolor;
text-decoration-line: none;
text-decoration-style: solid;
text-decoration-thickness: auto;
background-color: transparent;
display: block;
padding-top: 0.5;
padding-bottom: 0.5;
font-style: normal;
font-variant-caps: normal;
font-variant-alternates: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-position: normal;
text-rendering: auto;
line-height: inherit;
font-family: inherit;
font-weight: inherit;
outline-color: currentcolor;
outline-style: none;
outline-width: medium;
actualWidth: 118;
actualHeight: 63;
}