-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
170 lines (155 loc) · 3.05 KB
/
main.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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
/* Based on the ofiginal creations from csszengarden */
/* Modified, simplified, and otherwise refined for personal use*/
/* css Zen Garden submission 089 - 'Dark Industrial', by Ray Henry, http://www.reh3.com */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All associated graphics copyright 2004, Ray Henry */
/* Added: March 29th, 2004 */
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */
/* This file based on 'GearWorx99' by Ray Henry */
/* http://www.reh3.com/ */
/* basic elements */
body {
margin:0;
padding:0;
background:#273340;/* url(main_bg.jpg) no-repeat bottom fixed; */
text-align:center;
width:100%;
height:100%;
font-family:verdana, arial, "sans-serif";
}
h1, h2, h3, h4, h5 {
padding:0;
margin:0;
}
ul {
margin:0;
padding:0;
}
/* structural elements */
#container {
background:url(container_bg.jpg) repeat-y;
position:relative;
width:684px;
margin:0 auto;
padding:0;
text-align:left;
}
#intro {
padding:0;
}
#pageHeader {
background:url(intro_bg.jpg) no-repeat top left;
height:132px;
}
#supportingText {
position:relative;
left:0;
width:350px;
}
#linkList {
position:absolute;
top:169px;
right:2px;
margin:0 0 0 350px;
}
/* intro */
#preamble {
position:relative;
left:0;
width:350px;
padding:0 45px 0 0;
margin:0;
font-size:11px;
}
#preamble p {
color:#919AA4;
margin:50px 0 15px 0px;
padding:0;
line-height:14px;
}
#preamble a:link, #preamble a:active, #preamble a:visited {
color:#919AA4;
font-weight:bold;
}
#preamble a:hover {
color:#b3bcc6;
}
#rightMenu {
position:absolute;
top:132px;
right:0px;
background:url(right_bar.gif) no-repeat top right;
width:291px;
height:47px;
font-size:15px;
color:#CC9900;
text-align:right;
padding:0;
margin:0;
}
#rightMenu p {
margin:10px 140px 0 0;
}
#rightMenu a:link, #rightMenu a:active, #rightMenu a:visited {
color:#92A0AB;
text-decoration:none;
border-bottom:2px solid #506067;
}
#rightMenu a:hover {
color:#b4c2cd;
text-decoration:none;
border-bottom:2px solid #708089;
}
#rightMenuHeaders {
padding: 7px 0 7px 0px;
color:#909FB1;
font-size:15px;
}
/* supportingText */
#supportingText p {
color:#919AA4;
margin:10px 0 15px 0px;
padding:0;
line-height:14px;
font-size:11px;
}
#supportingText h3 {
margin:10px 0 0 0;
height:22px;
}
#supportingText a:link, #supportingText a:active, #supportingText a:visited {
color:#919AA4;
font-weight:bold;
}
#supportingText a:hover {
color:#b3bcc6;
}
#explanation:hover, #preamble:hover {
background:url(contentHover_bg.gif) no-repeat 0 20px;
}
/* linkList */
#linkList ul {
list-style:none;
}
#lselect {
margin:10px 0 0 0;
font-size:10px;
}
#lselect li {
padding:4px 0 4px 10px;
color:#909FB1;
}
#lselect a:link, #lselect a:active, #lselect a:visited {
color:#909FB1;
font-weight:bold;
}
#lselect a:hover {
color:#f50;
}
#lselect a.c {
font-weight:normal;
text-decoration:none;
}