www.xebialabs.com
--- master.css
@import url("reset.css"); @import url("global.css"); @import url("flash.css"); @import url("structure.css");
<style type="text/css" media="Screen">
/**/ @import url("css/master.css");/**/
</style>
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
/* Structure */
/* Typography */
/* Links */
/* Lists, images, etc. */
block
or inline
.fixed
except relative to the nearest positioned ancestor
instead of relative to the viewport. If an absolutely-positioned
element has no positioned ancestors, it uses the document body, and
still moves along with page scrolling. [Example]