m (make it !important) Tags: Mobile edit Mobile web edit |
(.center-tabber-tabs) |
||
Line 10: | Line 10: | ||
#n-getsupport { | #n-getsupport { | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.center-tabber-tabs a.tabber__tab { | |||
text-align: center; | |||
} | } | ||
Revision as of 08:22, 18 August 2023
/* CSS for everyone, all skins, desktop and mobile. */
@media screen and (max-width: 850px) {
.collapse-on-mobile {
display: block;
width: 100%!important;
}
}
#n-getsupport {
font-weight: bold;
}
.center-tabber-tabs a.tabber__tab {
text-align: center;
}
/* 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;
}
.skin-citizen-dark .invert-dark img {
filter: invert( 1 ) hue-rotate( 180deg );
}
@media screen and (prefers-color-scheme: dark) {
.skin-timeless .invert-dark img {
filter: invert( 1 ) hue-rotate( 180deg );
}
}
.no-rounded-image img {
border-radius: 0!important;
}