-
Notifications
You must be signed in to change notification settings - Fork 17
/
main.css
55 lines (48 loc) · 904 Bytes
/
main.css
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
body {
border: none;
border-width: 0;
background-color:#aab6ca;
font-family: Arial, Helvetica;
background-image: url(images/headbg.png);
background-repeat: repeat-x;
}
#heading {
padding-top: 20px;
color: #ffffff;
letter-spacing: 0.15em;
font-size: large;
font-style: bold;
text-align: center;
}
#logo {
position: absolute;
right: 10px;
top: 12px;
}
#icon {
position: absolute;
left: 10px;
top: 6px;
width: 99px;
height: 70px;
}
#content, #connectingStatus {
position: absolute;
left: 0;
top: 86px;
width: 100%;
background-image: url(images/bg.png);
background-repeat: repeat;
padding: 10px;
}
#chat {
position: absolute;
left: 0;
top: 86px;
width: 100%;
border: none;
border-width: 0;
min-height: 600px;
height: auto !important;
margin: 0 auto -4em;
}