metadin
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

basic-jquery-slider.scss
text/plain

Download raw (789 bytes)

/* Basic jQuery Slider essential styles */
ul.bjqs { position: relative; list-style: none; padding: 0; margin: 0; overflow: hidden; display: none; }
li.bjqs-slide { display: none; position: absolute; }

ul.bjqs-controls { list-style: none; margin: 0; padding: 0; z-index: 9999; }

ol.bjqs-markers { list-style: none; margin: 0; padding: 0; z-index: 9999; }
ol.bjqs-markers li { float: left; }

p.bjqs-caption { display: block; width: 96%; margin: 0; padding: 2%; position: absolute; bottom: 0; }

.bjqs-mouse-nav { position: absolute; top: 0; width: 50%; z-index: 9; }
.bjqs-mouse-nav.left { left: 0; cursor: url(img/arrow-left.cur), url(../../img/arrow-left.cur), w-resize; }
.bjqs-mouse-nav.right { right: 0; cursor: url(img/arrow-right.cur), url(../../img/arrow-right.cur), e-resize; }