forked from csszengarden/csszen.garden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
legacy.css
202 lines (185 loc) · 4.22 KB
/
legacy.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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
/* css Zen Garden submission 006 - 'Wicked Grove' by D. Keith Robinson, http://www.7nights.com/asterisk/ */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/ */
/* All associated graphics copyright 2003, D. Keith Robinson */
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */
/* basic elements */
body {
font: 10pt/14pt "Trebuchet MS", sans-serif;
color: #000033;
background: #69f;
margin: 0px;
}
p {
font: 10pt/16pt "Trebuchet MS", sans-serif;
margin-top: 0px;
text-align: justify;
}
h3 {
font: bold normal 12pt "Trebuchet MS", sans-serif;
letter-spacing: 3px;
margin-bottom: 2px;
color: #333333;
text-align: left;
}
a:link {
font-weight: bold;
text-decoration: none;
color: #FF6600;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #CC0000;
}
a:hover, a:active {
text-decoration: underline;
color: #FF6600;
}
/* specific divs */
#container {
background: #9cf url(trees.jpg) no-repeat left top;
padding: 200px 0px 0px 0px;
margin: 0px auto;
width:800px;
border-left: 2px dashed #fff;
border-right: 2px dashed #fff;
}
#pageHeader {
margin-bottom: 10px;
}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
background: transparent;
margin-top: -180px;
width: 500px;
height: 87px;
float: left;
color:#fff;
}
#pageHeader h1 span {
display:none;
}
#pageHeader h2 {
background: transparent url(tag.gif) no-repeat top left;
width: 300px;
margin-top:-60px;
margin-left:-190px;
height: 100px;
float: right;
}
#pageHeader h2 span {
display:none;
}
#quickSummary {
width: 130px;
float: left;
padding:5px;
margin-right:15px;
background:#0099FF;
}
#quickSummary p {
font: bold 8pt/12pt verdana, sans-serif;
text-align:right;
color:#fff;
}
#quickSummary a:link {
font-weight: bold;
text-decoration: none;
color: #003;
}
#quickSummary a:visited {
font-weight: bold;
text-decoration: none;
color: #006;
}
#quickSummary a:hover, #quickSummary a:active {
text-decoration: underline;
color: #FF6600;
}
#preamble, #supporting text, #explanation, #participation, #benefits, #requirements {
padding: 0px 170px 0px 30px;
}
#footer {
text-align: center;
}
#footer a:link, #footer a:visited {
margin-right: 20px;
}
#linkList {
background: transparent url(menu.gif) top left no-repeat;
position: absolute;
top: 0px;
padding: 15px;
margin-top: 200px;
margin-left: 650px;
width: 130px;
}
#linkList2 {
font: 10px verdana, sans-serif;
padding-top:35px;
}
#linkList h3.select {
background: transparent url(select.gif) top left no-repeat;
width: 130px;
height: 25px;
margin-left:-8px;
}
#linkList h3.select span {
display:none
}
#linkList h3.favorites {
background: transparent url(favorites.gif) top left no-repeat;
width: 130px;
height: 25px;
margin-left:-8px;
}
#linkList h3.favorites span {
display:none
}
#linkList h3.archives {
background: transparent url(archives.gif) top left no-repeat;
width: 130px;
height: 25px;
margin-left:-8px;
}
#linkList h3.archives span {
display:none
}
#linkList h3.resources {
background: transparent url(resources.gif) top left no-repeat;
width: 130px;
height: 25px;
margin-left:-8px;
}
#linkList h3.resources span {
display:none
}
#linkList ul {
margin: 0px;
padding: 0px;
}
#linkList li {
line-height: 2.5ex;
background: transparent;
display: block;
padding-top: 5px;
margin-bottom: 5px;
list-style-type: none;
}
#linkList li a:link {
color: #FF3300;
}
#linkList li a:visited {
color: #FF0000;
}
#extraDiv1 {
background: transparent;
position: absolute;
top: 40px;
right: 0px;
width: 148px;
height: 110px;
}