summaryrefslogtreecommitdiff
path: root/static/browser.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/browser.css')
-rwxr-xr-xstatic/browser.css30
1 files changed, 11 insertions, 19 deletions
diff --git a/static/browser.css b/static/browser.css
index 1585fcb..64eab37 100755
--- a/static/browser.css
+++ b/static/browser.css
@@ -1,8 +1,13 @@
/* pichat.css */
body {
-
- background-color:#e3e3e3;
+ background-color:#ffffee;
+ background-image:url(/static/chanbg.png);
+ background-repeat:repeat-x;
+ background-position:1 10;
+background-attachment:fixed;
+ margin: 0;
+
margin:0;
}
@@ -54,14 +59,14 @@ color:000;
#messagePane {
- border: 2px solid #c8cbce;
+
top:40px;
-bottom:65px;
+bottom:20px;
position:fixed;
- width: 99.4%;
- background-color:#FFF;
+ width: 100%;
+
left:0.1%;
z-index:5;
@@ -73,18 +78,6 @@ left:0.1%;
overflow-y: auto;
overflow-x: hidden;
}
-#messagetabs {
- height: 40px;
- padding: 5px;
- position: fixed;
- width: 80%;
- max-width:1500px;
- overflow-y: hidden;
- overflow-x: hidden;
- top:48px;
- left:0px;
- z-index:1;
-}
#msgInputDiv {
position:relative;
@@ -98,7 +91,6 @@ bottom:10px;
#msgInput {
width: 100%;
z-index:100;
- background-color:#FFF;
margin-top: 15px;
left:-3px;
position:relative;