No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
.page-Main_Page.approvedRevs-approved #catlinks { | .page-Main_Page.approvedRevs-approved #catlinks { | ||
display: none; | display: none; | ||
} | |||
/* image max width (but only sometimes) */ | |||
.img-maxwidth img { | |||
max-width: 100%; | |||
height: auto; | |||
} | } |
Revision as of 03:19, 21 June 2022
/* CSS for everyone, all skins, desktop and mobile. */
@media screen and (max-width: 850px) {
.collapse-on-mobile {
display: block;
}
}
#n-getsupport {
font-weight: bold;
}
/* not needed on the Main Page */
.page-Main_Page.approvedRevs-approved #contentSub,
.page-Main_Page.approvedRevs-approved #catlinks {
display: none;
}
/* image max width (but only sometimes) */
.img-maxwidth img {
max-width: 100%;
height: auto;
}