summaryrefslogtreecommitdiff
path: root/static/pichat.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/pichat.css')
-rwxr-xr-xstatic/pichat.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/static/pichat.css b/static/pichat.css
index 40720b7..0e5fb5f 100755
--- a/static/pichat.css
+++ b/static/pichat.css
@@ -4,6 +4,10 @@ body {
background-color:#e3e3e3;
margin:0;
+ background-color:#ffffee;
+ background-image:url(/static/chanbg.png);
+ background-repeat:repeat-x;
+ background-position:top;
}
@@ -29,7 +33,7 @@ body {
position:fixed;
width:100%;
bottom:0px;
-line-height:2.5;
+line-height:3.1;
font-size:11px;
word-spacing:8px;
height:28px;
@@ -55,15 +59,12 @@ color:000;
#messagePane {
border: 2px solid #c8cbce;
-
-
top:56px;
bottom:65px;
position:fixed;
width: 99%;
background-color:#FFF;
left:0.3%;
-
z-index:5;
}
@@ -164,7 +165,7 @@ top:15px;
position: absolute;
padding: 5px;
top:85px;
- min-width: 150px;
+ min-width: 160px;
width:11%;
float:right;
right: 6%;
@@ -184,6 +185,8 @@ top:15px;
-webkit-border-bottom-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
+border-right:2px solid #c8cbce;
+border-bottom:2px solid #c8cbce;
max-height:450px;
box-shadow: 3px 4px 4px #c8cbce;
-webkit-box-shadow: 3px 4px 4px #c8cbce;