No edit summary |
m (1 revision imported) |
(No difference)
|
Latest revision as of 13:21, August 16, 2023
/* Custom CSS for HotCat */
body.mw-special-Upload .catlinks {
background-image: none !important;
}
body.mw-special-Upload #hotcatLabel {
text-align: left !important;
}
body.mw-special-Upload #hotcatLabel:after {
content: ':' !important;
}
@media all and (max-width: 850px) {
body.skin-timeless #catlinks input {
max-width: 175px !important;
}
}
@media all and (max-width: 1099px) {
body.skin-timeless #catlinks li:not(:first-child) {
border-left: 1px solid #a2a9b1 !important;
}
}
@media all and (min-width: 1100px) {
body.skin-timeless #catlinks {
display: inherit;
margin: 0 2em !important;
padding-bottom: 0.75em !important;
}
body.skin-timeless #catlinks-sidebar {
display: none !important;
}
}