blob: 95e31962adf7f025a64f1e0bd17ffebac402c54f (
plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
@charset "UTF-8";
/* CSS Document */
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
border: 0px;
}
a:hover {
text-decoration: none;
border: 0px;
}
a:active {
text-decoration: none;
border: 0px;
}
img{border: 0px;}
#apDiv7 {
position:absolute;
left:151px;
top:-106px;
width:351px;
height:66px;
z-index:4;
font-weight: bold;
line-height: 18px;
font-size: 14px;
}
#apDiv8 {
position:absolute;
left:964px;
top:131px;
width:416px;
height:140px;
z-index:4;
}
#rapper {
position:relative;
width:800px;
margin: 0px auto -1px auto;
top:0px;
z-index:1;
opacity:0.9;
}
#top {
position:absolute;
left:0px;
top:0px;
width:100%;
height:32px;
z-index:2;
background-color: #CCC;
}
#bottom {
position:absolute;
left:0px;
bottom:0px;
width:100%;
height:10px;
z-index:1;
font-size: 10px;
line-height: 5px;
}
#bg {
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
z-index:2;
background-image:url(grad2.jpg);
}
body {
background-image: url(/static/bg5.png);
background-repeat: repeat-x;
}
#plane {
position:fixed;
top:9px;
right:0px;
width:100%;
height:100%;
z-index:1;
background-image: url(/static/cloudbg2.png);
background-repeat: no-repeat;
background-position:center;
-moz-opacity: 0.6;
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
}
|