-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchatstyle.css
More file actions
56 lines (55 loc) · 819 Bytes
/
chatstyle.css
File metadata and controls
56 lines (55 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#wrapper-chat {
width:470px;
height:400px;
border:thin #DDB855 solid;
background-color:#EBC057;
}
#title-wrapper {
width:470px;
height:50px;
}
#who {
float:left;
margin-left:15px;
margin-top:12px;
}
#title {
float:left;
margin-left:35px;
margin-top:12px;
}
.bold {
font-weight:bold;
}
#body {
width:470px;
height:310px;
}
#user {
background-color:#E8E8E8;
border-right:thin #C0C0C0 solid;
border-top:thin #C0C0C0 solid;
float:left;
width:122px;
height:306px;
padding-left:3px;
padding-top:3px;
overflow:auto;
}
.user {
}
#chat {
background-color:#FFFFFF;
border-top:thin #C0C0C0 solid;
float:left;
width:339px;
height:304px;
padding-left:5px;
padding-top:5px;
overflow:auto;
}
#message {
border-top:thin #C0C0C0 solid;
padding-left:130px;
padding-top:5px;
}