Difference between revisions of "MediaWiki:Common.css"
From BTGuard Wiki
Line 23: | Line 23: | ||
background-color: #98fb98; | background-color: #98fb98; | ||
height: 100%; | height: 100%; | ||
+ | } | ||
+ | |||
+ | img { | ||
+ | |||
+ | max-width: 100%; | ||
+ | height: auto; | ||
+ | width: auto\9; /* ie8 */ | ||
} | } |
Revision as of 21:29, 23 April 2013
/* CSS placed here will be applied to all skins overflow:hidden; */ .wrapper{ width: 100%; margin: 0 auto; } .wrapleft{ float: left; width: 100%; background-color:white } .left{ margin-right: 249px; background-color: #afeeee; height: 100%; } .right{ float: right; width: 239px; margin-left: -239px; background-color: #98fb98; height: 100%; } img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }