Sha256: 8849bd28d5d8f534fdd7ef91b35b8f74bfff56c938d2e0b0dd7597071fe437fd

Contents?: true

Size: 954 Bytes

Versions: 1

Compression:

Stored size: 954 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.0 templates/keydown.css.erb