Sha256: 354891694e80b744be360bd0acb345a9f02ea3cd4d519f5c91060754b600198d

Contents?: true

Size: 862 Bytes

Versions: 2

Compression:

Stored size: 862 Bytes

Contents

/* To show bullests in unordered lists */
section.bulleted ul {
  padding-left: 30px;
}

/* Full slide backgrounds */
.slide.full-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
<% backgrounds.each do |background| %>
.<%= background[:classname] %> {
  background-image: url(../<%= background[:path] %>);
}
<% end %>

.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

2 entries across 2 versions & 1 rubygems

Version Path
keydown-0.7.1 templates/keydown.css.erb
keydown-0.7.0 templates/keydown.css.erb