diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-04 08:38:13 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-04 08:38:13 -0500 |
| commit | 3dd5aee13e4af1a10bde22737ea099410caaebb1 (patch) | |
| tree | 1cab6be024025468021f63e6968926bf1170d719 /static/jScrollPane.css | |
| parent | a613013fb60a8648b87691ebd50db1de081cddda (diff) | |
| parent | 6d26cb3bf2fed44e1fd1c2b245c434851eb5c538 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/jScrollPane.css')
| -rw-r--r-- | static/jScrollPane.css | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/static/jScrollPane.css b/static/jScrollPane.css new file mode 100644 index 0000000..1d9cf92 --- /dev/null +++ b/static/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 |
