Sha256: 0c6a6b609a86201c6adbfb2a2004fa257d97aa8e9998cf0977de074141e922c9

Contents?: true

Size: 1.43 KB

Versions: 6

Compression:

Stored size: 1.43 KB

Contents

scroll {
  background: yellow;
}

scroll button {
  width:  60;
  height: 60;
}

scroll#horizontal {
  top:      80;
  left:     10;
  height:   60;
  width:    300;
  overflow: x;
}

scroll#horizontal button {
  display:      inline;
  height:       100%;
  margin-right: 2;
}

scroll#vertical {
  top:      150;
  left:     10;
  width:    60;
  height:   400;
  overflow: y;
}
scroll#vertical button {
  width:  100%;
  height: 58px;
}
scroll#vertical button.b0 { top: 0;   }
scroll#vertical button.b1 { top: 60;  }
scroll#vertical button.b2 { top: 120; }
scroll#vertical button.b3 { top: 180; }
scroll#vertical button.b4 { top: 240; }
scroll#vertical button.b5 { top: 300; }
scroll#vertical button.b6 { top: 360; }
scroll#vertical button.b7 { top: 420; }
scroll#vertical button.b8 { top: 480; }
scroll#vertical button.b9 { top: 540; }

scroll#both {
  top:      150;
  left:     80;
  width:    230;
  height:   400;
  overflow: visible;
}
scroll#both button {
  width:  58;
  height: 58;
}
scroll#both button.b0 { top: 0;   left: 0;   }
scroll#both button.b1 { top: 60;  left: 60;  }
scroll#both button.b2 { top: 120; left: 120; }
scroll#both button.b3 { top: 180; left: 180; }
scroll#both button.b4 { top: 240; left: 240; }
scroll#both button.b5 { top: 300; left: 300; }
scroll#both button.b6 { top: 360; left: 360; }
scroll#both button.b7 { top: 420; left: 420; }
scroll#both button.b8 { top: 480; left: 480; }
scroll#both button.b9 { top: 540; left: 540; }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
under-os-1.4.0 app/styles/scrolls.css
under-os-1.3.0 app/styles/scrolls.css
under-os-1.2.1 app/styles/scrolls.css
under-os-1.2.0 app/styles/scrolls.css
under-os-1.1.0 app/styles/scrolls.css
under-os-1.0.0 app/styles/scrolls.css