Sha256: 99c7bf777a7677db9c94ad73c4476fdad25aa8048325f8f916ec6fa9d16999b3
Contents?: true
Size: 1.69 KB
Versions: 2
Compression:
Stored size: 1.69 KB
Contents
html { overflow: hidden; } body { font-family: 'Open Sans', sans-serif; line-height: .8; font-size: 45px; } body { background: -moz-radial-gradient(50% 50%, farthest-side, #fff, #efefef); background: -webkit-gradient(radial, 50% 50%, 250, 50% 50%, 750, from(#fff), to(#efefef)); } .step { width: 1100px; height: 700px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s; text-shadow: rgba(0,0,0,.01) 0 0 1px; /* Chrome @font-face anti-aliasing fix */ } .step:not(.active) { opacity: 0.0; } strong { font-weight: 800; } em { font-style: italic; } h1, h2 { //font-family: 'Raleway', serif; font-weight: normal; } h1 { font-size: 120px; margin: 20px 0; line-height: 130px; } h2 { font-weight: 300; letter-spacing: .1em; text-transform: uppercase; line-height: 72px; margin: 10px 0; } .light { font-weight: 300; letter-spacing: .1em; } blockquote { text-align: justify; font-weight: 300; font-style: italic; line-height: 1.4; margin: 20px 0; padding: 10px 0; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; } a, a:hover, a:visited { text-decoration: none; font-style: normal; color: #666; cursor: pointer; } a:hover { color: #333;} p { font-weight: 400; line-height: 60px; } ol{ margin: 20px 0 20px 70px; } ul { margin: 20px 0 20px 50px; } li { margin: 20px 0; line-height: 40px; } a { }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mdpress-0.0.8 | lib/impress_css/default.css |
mdpress-0.0.7 | lib/impress_css/default.css |