Sha256: 9f19118b4a7a830c7621a31f7fd3aeeee3ed1bdd79d8b3059827663867a3f73e
Contents?: true
Size: 953 Bytes
Versions: 1
Compression:
Stored size: 953 Bytes
Contents
body.keydown { height: 100%; margin: 0; padding: 0; } /* Full slide backgrounds */ .slide.full-background { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: center; } <% backgrounds.each do |background| %> .slide.full-background.<%= background[:classname] %> { background-image: url(../<%= background[:path] %>); } <% end %> /* image attribution with service logos */ .attribution { font-size: 24px; position: fixed; bottom: 8px; left: 40px; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; } .attribution.flickr { background: url(../images/flickr.png) left top no-repeat; padding-left: 60px; } .attribution.cc { background: url(../images/cc.large.png) left top no-repeat; padding-left: 36px; } /* Happy generic hiding class */ .hidden { display: none; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
keydown-0.9.1 | templates/keydown.css.erb |