diff options
| author | tim b <timb@camcompu.home> | 2010-06-24 23:13:08 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-06-24 23:13:08 -0700 |
| commit | bb2e003f9f3362fca15272f527a6f87543ec1a21 (patch) | |
| tree | f52b0d778bdb7546224a947d43225c8e9e43aaf7 /static/css/dump.css | |
| parent | 15f5a8ed8e981486697790fe9613b1c26dceda42 (diff) | |
add fav to permalinks, link to conextual domain for local testing, longer fadeout on fav, cleanup some html
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index c149794..6f519bc 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -425,7 +425,7 @@ a.msg-image-zoom img.zoom-icon:hover { } -div.content img:hover{background-color:white;} +/*div.content img:hover{background-color:white;}*/ .nick{background-color:white;margin-right:3px;} .msgDiv dump{background-color:white;} @@ -1425,10 +1425,18 @@ background-color:#fff; -moz-border-radius-bottomright:5px; } -#profiletxt img{ + + +.buttons .permalink img { width:16px; height:16px; } +/* don't show permalink button on permalink pages */ +body.permalink .buttons .permalink { + display: none; +} + + #pnav a { font-size: 30px; color:#000; @@ -1485,22 +1493,18 @@ color:000; .logged-dump img{ max-width:400px; - width: expression(this.width > 600 ? 600: true); max-height:400px; - height: expression(this.width > 600 ? 600: true); border:0px; z-index:4; } #messageList img { max-width:400px; - width: expression(this.width > 600 ? 600: true); max-height:400px; - height: expression(this.width > 600 ? 600: true); z-index:4; } .logged-dump { - background-color:#f0f9ff; + background-color:#fff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; font-family: Arial, Helvetica, sans-serif; |
