Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 18: Line 18:
background: #5aa2ff44;
background: #5aa2ff44;
}
}
img, .mw-file-element {
@media screen {
   background-color: transparent;
 
  .mw-parser-output img,
  .mw-file-element {
    background: transparent !important;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }
 
   body.skin--responsive .mw-parser-output figure img.mw-file-element {
    max-width: 100%;
    height: auto;
  }
 
}
}