blob: 2087142a7cea23a521bc13b11a2654c2ae2a82ac (
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
|
.white a:link {
text-decoration: none;
color: #fff;
}
.white a:visited {
text-decoration: none;
color: #fff;
}
.white a:hover {
text-decoration: none;
text-shadow: -1px 1px 1px #;
background-color:#036aca;
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;
height: 69px;
}
#bar7{
top:35px;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
width: 500px;
font-size: 18px;
left: 150px;
margin-left: 3%;
margin-right: 8%;
letter-spacing: -1px;
z-index: 999;
}
#logout7{
top:5px;
position:relative;
font-size:12px;
margin-right: 10px;
float:right;
z-index: 999;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
#logo7{
top:20px;
margin-left: 1%;
margin-right: 10%;
z-index:1000;
float:left;
margin-top: 3px;
}
#rapper7{
top: 0px;
left:0px;
position:absolute;
width: 100%;
height: 78px;
z-index: 1000;
}
.btnav { border: 0px #000000 solid;}
body {
background-color:#e3e3e3;
background-position:center;
z-index:0;
}
|