Revision 1, 1.8 kB
(checked in by ixs, 16 years ago)
|
initial checkin of RH revision
|
Line | |
---|
1 |
body { |
---|
2 |
background-color: #ffffff; |
---|
3 |
/* |
---|
4 |
width: 900px; |
---|
5 |
*/ |
---|
6 |
margin: 0px; |
---|
7 |
font-family: sans-serif; |
---|
8 |
font-size: 12px; |
---|
9 |
color: #000000; |
---|
10 |
} |
---|
11 |
|
---|
12 |
table.head { |
---|
13 |
border: 0px; |
---|
14 |
border-spacing: 0px; |
---|
15 |
margin: 0px; |
---|
16 |
padding: 0px; |
---|
17 |
} |
---|
18 |
|
---|
19 |
*.whiteonblack { |
---|
20 |
background: #000000; |
---|
21 |
color: #EEEEEE; |
---|
22 |
} |
---|
23 |
|
---|
24 |
*.brownondarkbrown { |
---|
25 |
background: #59422f; |
---|
26 |
color: #a1845d; |
---|
27 |
} |
---|
28 |
|
---|
29 |
td.whiteonblack { |
---|
30 |
padding: 7px 7px 0px 7px; |
---|
31 |
font-size: 20px; |
---|
32 |
font-weight: bold; |
---|
33 |
} |
---|
34 |
|
---|
35 |
td.brownondarkbrown { |
---|
36 |
padding: 7px; |
---|
37 |
font-size: 12px; |
---|
38 |
font-weight: bold; |
---|
39 |
} |
---|
40 |
|
---|
41 |
td.whiteonblack#left { |
---|
42 |
vertical-align: middle; |
---|
43 |
text-align: left; |
---|
44 |
} |
---|
45 |
|
---|
46 |
td.whiteonblack#middle { |
---|
47 |
vertical-align: middle; |
---|
48 |
text-align: center; |
---|
49 |
} |
---|
50 |
|
---|
51 |
td.whiteonblack#right { |
---|
52 |
vertical-align: middle; |
---|
53 |
text-align: right; |
---|
54 |
} |
---|
55 |
|
---|
56 |
.boldgraysmall { |
---|
57 |
font-family: helvetica, sans-serif; |
---|
58 |
font-size: 11px; |
---|
59 |
font-weight: bold; |
---|
60 |
color: #999999; |
---|
61 |
text-decoration: none; |
---|
62 |
} |
---|
63 |
|
---|
64 |
a.logintext:link, a.logintext:visited, a.logintext:active { |
---|
65 |
font-family: helvetica, sans-serif; |
---|
66 |
font-size: 12px; |
---|
67 |
font-weight: normal; |
---|
68 |
color: #fef1ae; |
---|
69 |
text-decoration: none; |
---|
70 |
} |
---|
71 |
|
---|
72 |
a.logintext:link b, a.logintext:visited b, a.logintext:active b { |
---|
73 |
color: #a1845d; |
---|
74 |
} |
---|
75 |
|
---|
76 |
.rightbox { |
---|
77 |
margin-top: 1em; |
---|
78 |
/* # margin-left: 600px; */ |
---|
79 |
position: absolute; |
---|
80 |
right: 10px; |
---|
81 |
color: #85837c; |
---|
82 |
font-size: 9pt; |
---|
83 |
letter-spacing: -1px; |
---|
84 |
float: left; |
---|
85 |
width: 260px; |
---|
86 |
} |
---|
87 |
|
---|
88 |
.linkList2 { |
---|
89 |
padding: 10px; |
---|
90 |
margin-top: 0px; |
---|
91 |
width: 250px; |
---|
92 |
} |
---|
93 |
|
---|
94 |
h1 { |
---|
95 |
font-size: 1.2em; |
---|
96 |
color: #AAA57A; |
---|
97 |
font-weight: bold; |
---|
98 |
border-bottom: 2px solid #AAA57A; |
---|
99 |
} |
---|
100 |
|
---|
101 |
h2 { |
---|
102 |
font-size: 1.0em; |
---|
103 |
color: #AAA57A; |
---|
104 |
font-weight: bold; |
---|
105 |
/* border-bottom: 2px solid #AAA57A;*/ |
---|
106 |
} |
---|
107 |
|
---|
108 |
a, a:link, a:visited { |
---|
109 |
text-decoration: none; |
---|
110 |
color: #0066cc; |
---|
111 |
} |
---|
112 |
|
---|
113 |
.leftcontent { |
---|
114 |
overflow: hidden; |
---|
115 |
padding: 12px 350px 12px 12px; |
---|
116 |
} |
---|
117 |
|
---|
118 |
.boldbrown { |
---|
119 |
color: #a1845d; |
---|
120 |
} |
---|