MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Romanio0089 (talk | contribs) mNo edit summary |
Romanio0089 (talk | contribs) mNo edit summary |
||
| Line 10: | Line 10: | ||
} | } | ||
.skin-citizen a[href*="Special:SpecialPages"] { | |||
display: none !important; | |||
} | |||
#t-upload { display: none; } | #t-upload { display: none; } | ||
Revision as of 02:11, 21 October 2025
/* CSS placed here will be applied to all skins */
@media (max-width: 768px) {
.infobox {
width: 100% !important;
float: none !important;
clear: both !important;
margin-left: 0 !important;
margin-right: 5px !important;
}
}
.skin-citizen a[href*="Special:SpecialPages"] {
display: none !important;
}
#t-upload { display: none; }