summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css18
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;