Template:PageCredits/styles.css: Difference between revisions
Jump to navigation
Jump to search
imported>Hb1290 (Hb1290 changed the content model of the page Template:PageCredits/styles.css from "wikitext" to "Sanitized CSS") |
imported>Compooper No edit summary |
||
Line 12: | Line 12: | ||
.tabs-label:focus { | .tabs-label:focus { | ||
background-color:#616161 | background-color:#616161 | ||
} | |||
.tabs-dropdown >*> .tabs-content, .tabs-dropdown li ul, .tabs-dropdown li ol { | |||
width: 214px; | |||
min-width: inherit; | |||
max-width: inherit; | |||
box-shadow: 0px 0px 0px #888; | |||
} | } |
Revision as of 16:42, 16 January 2023
/*Credits button styling*/
.tabs-label {
background-color: #161f2b;
font-family: AVID Sans;
color: white;
border: #161f2b;
}
.tabs-label:hover {
background-color: #616161
}
.tabs-label:focus {
background-color:#616161
}
.tabs-dropdown >*> .tabs-content, .tabs-dropdown li ul, .tabs-dropdown li ol {
width: 214px;
min-width: inherit;
max-width: inherit;
box-shadow: 0px 0px 0px #888;
}