jquery.stellar.css 737 Bytes
Newer Older
John Punzalan's avatar
John Punzalan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
#qunit-fixture {
  position: static;
  height: 4000px;
  width: 4000px;
}

#qunit-fixture span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  visibility: hidden;
}

#position-fixed span {
  position: fixed;
}

#background-attachment-fixed span {
  background-attachment: fixed;
}

#background-vertical-only span {
  background-position: 100% 0px;
}

#background-horizontal-only span {
  background-position: 0px 100%;
}

.offset-parent {
  position: absolute;
  top: 0;
  left: 0;
}

.default-offset-parent {
  position: absolute;
  top: 20px;
  left: 20px;
}

.custom-offsets {
  position: absolute;
  top: 20px;
  left: 20px;
}

#scroll-property-transform {
  position: absolute;
  top: 0;
  left: 0;
}