Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
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
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; }