MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Romanio0089 (talk | contribs) m Replaced content with "→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; } }" Tags: Replaced Manual revert |
Romanio0089 (talk | contribs) mNo edit summary |
||
| Line 9: | Line 9: | ||
} | } | ||
} | } | ||
#t-specialpages { display: none; } | |||
#t-upload { display: none; } | |||
Revision as of 02:08, 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;
}
}
#t-specialpages { display: none; }
#t-upload { display: none; }