-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminichat.css
58 lines (53 loc) · 1.12 KB
/
minichat.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
56
57
58
.gamememu{
overflow:auto;
position: absolute;
top: 195px;
left: 5px;
z-index: 1;
}
#menu_pic{
width: 400px;
height: auto;
overflow:auto;
position: absolute;
top: 5px;
left: 595px;
z-index: 1;
}
#minichat_place{
font-size:13px;
width: 590px;
height: 130px;
border:#555 1px solid;
border-radius:5px; -moz-border-radius: 5px;
behavior: url(css3pie.htc); /* ó÷èì IE border-radius */
overflow:auto;
position: absolute;
top: 30px;
left: 5px;
z-index: 1;
}
#minichat_text{
background: #FFCC86;
width: 885px;
height: 20px;
border:#555 1px solid;
border-radius:5px; -moz-border-radius: 5px;
behavior: url(css3pie.htc); /* ó÷èì IE border-radius */
position: absolute;
top: 170px;
left: 5px;
z-index: 1;
}
#minichat_com{
padding: 1px;
width: 100px;
height: 20px;
border:#555 1px solid;
border-radius:5px; -moz-border-radius: 5px;
behavior: url(css3pie.htc); /* ó÷èì IE border-radius */
position: absolute;
top: 170px;
left: 895px;
z-index: 1;
}