Difference between revisions of "MediaWiki:Common.css"

From PARS
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
 
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
  
img.halfwidth {
+
img.newfeature {
    width: 50%;
 
    height: auto;
 
}
 
 
 
img.fullwidth {
 
 
     width: 99%;
 
     width: 99%;
 
     height: auto;
 
     height: auto;
 
}
 
}

Latest revision as of 11:18, 17 October 2016

/* CSS placed here will be applied to all skins */
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }

img.newfeature {
    width: 99%;
    height: auto;
}