Changes

no edit summary
Line 1: Line 1:  
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 +
 +
 +
/* ==== Hide Commons/Wikimedia sister boxes sitewide ==== */
 +
/* Primary selector used by {{commons category}} output */
 +
table.sistersitebox,
 +
table.metadata.mbox-small.plainlinks.sistersitebox,
 +
div.sistersitebox {
 +
  display: none !important;
 +
  border: 0 !important;
 +
  margin: 0 !important;
 +
  padding: 0 !important;
 +
  height: 0 !important;
 +
}
 +
 +
/* Extra safety: if any wrapper remains, collapse all children too */
 +
table.sistersitebox * {
 +
  display: none !important;
 +
  border: 0 !important;
 +
  margin: 0 !important;
 +
  padding: 0 !important;
 +
  height: 0 !important;
 +
  line-height: 0 !important;
 +
  font-size: 0 !important;
 +
}
 +
 +
/* Optional: catch variants some skins/templates might use */
 +
.sisterproject,
 +
.sister-project {
 +
  display: none !important;
 +
}
 +
    
/* Ensure gallery thumbnails render properly across browsers */
 
/* Ensure gallery thumbnails render properly across browsers */