blob: e4df65e49e61e42a5f8c004c05285740fb121efa (
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
|
.white a:link {
text-decoration: none;
font-size:14px;
color: #fff;
}
.white a:visited {
text-decoration: none;
font-size:14px;
color: #fff;
}
#strapline{position:absolute;
top:2;
left:428;
opacity:0.9;
}
.white a:hover {
text-decoration: none;
text-shadow: 2px 2px 1px #ccc;
color: #fff;
}
.white a:active {
text-decoration: none;
color: #fff;
}
#header7{
background-image:url(/static/dblue2.png);
background-attachment:inherit;
margin: 0px auto -1px auto;
top: 0px;
position:fixed;
width:100%;
left: 0px;
}
#bar7{
top:19px;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
background-image:url(/static/20bar3.png);
font-size: 16px;
height:30;
width:265;
color:#ccc;
text-indent:28;
line-height:1.8;
text-shadow: -1px 1px 0px #;
left: 150px;
margin-left: 2%;
margin-right: 8%;
letter-spacing:.2px;
z-index: 999;
}
#logout7{
top:2px;
position:relative;
font-size:12px;
margin-right: 5px;
float:right;
z-index: 999;
line-height:1.5;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
#logout7 a{font-size:12px;
}
#logout7 a:hover{font-size:12px;
}
#logo7{
top:20px;
margin-left: 15px;
margin-right: 10%;
z-index:1000;
float:left;
margin-top: 4px;
}
#vip{right:30px;
font-size:20px;
top:20;
}
#rapper7{
top: 0px;
left:0px;
position:absolute;
width: 100%;
height: 62px;
z-index: 1000;
}
|