summaryrefslogtreecommitdiff
path: root/static/css/jquery.simplyscroll-1.0.4.css
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-24 20:37:43 -0400
committersostler <sbostler@gmail.com>2010-05-24 20:37:43 -0400
commite802ab8ba82bd925009716d284c8a4bbed9174e1 (patch)
tree773fd1d9216a983c13a42c4324b989fd6173d04e /static/css/jquery.simplyscroll-1.0.4.css
parent0de81097eb19f1948cc40b6cb182628298380700 (diff)
parent6fa2b731d3d8c5fd892e3debc3e3594259c74adf (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/jquery.simplyscroll-1.0.4.css')
-rwxr-xr-xstatic/css/jquery.simplyscroll-1.0.4.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/static/css/jquery.simplyscroll-1.0.4.css b/static/css/jquery.simplyscroll-1.0.4.css
new file mode 100755
index 0000000..97ba7b0
--- /dev/null
+++ b/static/css/jquery.simplyscroll-1.0.4.css
@@ -0,0 +1,61 @@
+
+
+.simply-scroll-container { /* Container DIV - automatically generated */
+ position: relative;
+}
+
+ .simply-scroll-clip { /* Clip DIV - automatically generated */
+ position: relative;
+ overflow: hidden;
+ z-index: 2;
+ }
+
+ .simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 1;
+ overflow: hidden;
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ }
+
+ .simply-scroll-list li {
+ padding: 0;
+ margin: 0;
+ list-style: none;
+ }
+
+ .simply-scroll-list li img {
+ border: none;
+ display: block;
+ }
+
+
+
+/* Custom class modifications - override classees
+
+.simply-scroll is default
+
+*/
+
+.simply-scroll { /* Customisable base class for style override DIV */
+ height: 80px;
+
+}
+
+ .simply-scroll .simply-scroll-clip {
+
+ height: 200px;z-index:-1;
+ }
+
+ .simply-scroll .simply-scroll-list {}
+
+ .simply-scroll .simply-scroll-list li {
+ float: left;
+ width: 290px;
+ height: 200px;
+ }
+ .simply-scroll .simply-scroll-list li img {}
+