Sha256: a6b959d2d5da02a9fc7bddeb3521cd9d97b68fca257bfec7859ce0a902727489

Contents?: true

Size: 811 Bytes

Versions: 10

Compression:

Stored size: 811 Bytes

Contents

* {
  margin: 0;
  padding: 0;
}

body {
  background: #333;
  font: 15px sans-serif;
}

#canvas {
  position: absolute;
}

#video {
  position: absolute;
  width: 100%;
}

/* #canvas { */
/*   position: absolute; */
/*   top: 0; */
/*   left: 0; */
/*   z-index: -1000; */
/* } */
/*  */
/* #video { */
/*   position: absolute; */
/*   width: 100%; */
/*   z-index: 0; */
/* } */

button {
  box-shadow: 0 0 10px #000;
}

#toggleVideo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
}

#snapshot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 150px;
  z-index: 1000;
  background: #fff;
  opacity: 0.7;
}

#filmroll {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100px;
  min-height: 100px;
  z-index: 1000;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
trufflepig-0.2.13 spec/dummy_app/css/style.css
trufflepig-0.2.12 spec/dummy_app/css/style.css
trufflepig-0.2.11 spec/dummy_app/css/style.css
trufflepig-0.2.10 spec/dummy_app/css/style.css
trufflepig-0.2.9 spec/dummy_app/css/style.css
trufflepig-0.2.8 spec/dummy_app/css/style.css
trufflepig-0.2.7 spec/dummy_app/css/style.css
trufflepig-0.2.6 spec/dummy_app/css/style.css
trufflepig-0.2.5 spec/dummy_app/css/style.css
trufflepig-0.2.4 spec/dummy_app/css/style.css