Jamjardavies (talk | contribs) No edit summary |
Jamjardavies (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
background-size: cover; | background-size: cover; | ||
object-fit: cover; | object-fit: cover; | ||
} | |||
/* Used for Navbox */ | |||
table.navBox th { | |||
background-color: var(--color-surface-3); | |||
} | |||
table.navBox th > a { | |||
color: var(--color-base--emphasized); | |||
} | |||
table.navBox tr td:first-child { | |||
padding-right: 4px; | |||
text-align: right; | |||
} | } | ||
Revision as of 01:38, 11 August 2023
/* All CSS here will be loaded for users of the Citizen skin */
ul ul{margin-top:0!important;margin-bottom:0!important}
/* Used to make the main image resize nicely. */
img.mainPageBanner {
width: 100%;
background-size: cover;
object-fit: cover;
}
/* Used for Navbox */
table.navBox th {
background-color: var(--color-surface-3);
}
table.navBox th > a {
color: var(--color-base--emphasized);
}
table.navBox tr td:first-child {
padding-right: 4px;
text-align: right;
}