Difference between revisions of "MediaWiki:Common.css"

From NY Science Standards Wiki
Line 6: Line 6:
 
   max-width: 100% !important;
 
   max-width: 100% !important;
 
   height: auto !important;
 
   height: auto !important;
 +
  padding: 0.8 em;
 +
  background-color: rub(241, 241, 241);
 
}
 
}

Revision as of 08:13, 19 April 2025

/* CSS placed here will be applied to all skins */

@import "override.css";

#question-images img {
  max-width: 100% !important;
  height: auto !important;
  padding: 0.8 em;
  background-color: rub(241, 241, 241);
}