diff options
| author | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
| commit | f3d1b68e3919345c67be06cbd7e7bb61f67ffcbd (patch) | |
| tree | ec9b15cc4f0ceb34a1335592dd6505bfdb6bcfd9 /static/css/jScrollPane.css | |
| parent | 70d8c1992f97286a63babcf7ebd996ab74ec7eac (diff) | |
organize some images, move css to static/css/, clean up templates, remove junk
Diffstat (limited to 'static/css/jScrollPane.css')
| -rw-r--r-- | static/css/jScrollPane.css | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/static/css/jScrollPane.css b/static/css/jScrollPane.css new file mode 100644 index 0000000..1d9cf92 --- /dev/null +++ b/static/css/jScrollPane.css @@ -0,0 +1,65 @@ + +.jScrollPaneContainer { + position: relative; + overflow: hidden; + z-index: 1; +} + +.jScrollPaneTrack { + position: absolute; + cursor: pointer; + right: 0; + top: 0; + height: 100%; + background:url(/static/spatter.jpg); +} +.jScrollPaneDrag { + position: absolute; + background:url(/static/background17.gif); + cursor: pointer; + overflow: hidden; +} +.jScrollPaneDragTop { + position: absolute; + top: 0; + left: 0; + overflow: hidden; +} +.jScrollPaneDragBottom { + position: absolute; + bottom: 0; + left: 0; + overflow: hidden; +} +a.jScrollArrowUp { + display: block; + position: absolute; + z-index: 1; + top: 0; + right: 0; + text-indent: -2000px; + overflow: hidden; + /*background-color: #666;*/ + height: 9px; +} +a.jScrollArrowUp:hover { + /*background-color: #f60;*/ +} + +a.jScrollArrowDown { + display: block; + position: absolute; + z-index: 1; + bottom: 0; + right: 0; + text-indent: -2000px; + overflow: hidden; + /*background-color: #666;*/ + height: 9px; +} +a.jScrollArrowDown:hover { + /*background-color: #f60;*/ +} +a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover { + /*background-color: #f00;*/ +}
\ No newline at end of file |
