forked from mezzoblue/csszengarden.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
029.css
294 lines (251 loc) · 5.15 KB
/
029.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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
/* css Zen Garden submission 029 - 'Backyard' 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 2003, Ray Henry */
/* 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. */
/* basic elements */
body {
background: #fff url(main_bg.gif) repeat-x top left;
margin: 0;
padding: 0;
text-align:left;
height:100%;
width:100%;
}
p {
margin-top: 0px;
text-align: left;
}
a:link {
font-weight: bold;
text-decoration: underline;
color: #616157;
}
a:visited {
font-weight: bold;
text-decoration: underline;
color: #616157;
}
a:hover, a:active {
text-decoration: underline;
color: #811610;
}
/* specific divs */
.page-wrapper {
background:transparent;
padding: 0px;
margin: 0px;
width:770px;
}
.intro {
background: transparent url(quicksum_bg.gif) no-repeat top left;
width:770px;
margin-top:28px;
margin-bottom:0;
}
header {
margin: 0;
padding:0;
width:770px;
height:72px;
voice-family: "\"}\"";
voice-family:inherit;
margin-bottom:22px;
}
header h1 {
background: transparent url(intro_bg.jpg) no-repeat top left;
margin-top: 0;
width: 403px;
height: 72px;
float: left;
}
header h2 {
background: transparent url(intro_bg2.jpg) no-repeat top left;
margin: 0;
width: 367px;
height: 72px;
float: right;
}
header h1, header h2 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.summary {
background:transparent;
float:left;
clear:both;
padding-top:10px;
padding: 10px;
border-top:1px dashed #999;
width: 200px;
font-family:georgia, serif;
font-size: 12px;
line-height:30px;
color:#616157;
voice-family: "\"}\"";
voice-family:inherit;
margin-top:-1.8em;
width:180px;
}
.summary p:first-child:first-letter {
padding-right:5px;
font-size: 300%;
color:#811610;
}
.preamble p:nth-child(2):first-letter {
padding-right:5px;
font-size: 300%;
color:#811610;
}
.summary p:last-child {
line-height:18px;
font-family:verdana, arial, sans serif;
font-size:11px;
}
.preamble {
background:transparent;
clear:both;
padding: 10px;
width: 200px;
font-family:georgia, serif;
font-size: 12px;
line-height:30px;
color:#616157;
z-index:5;
voice-family: "\"}\"";
voice-family:inherit;
width:180px;
}
.preamble h3{
line-height:16px;
font-size:15px;
padding-bottom:10px;
padding-top:10px;
border-top:1px solid #811610;
border-bottom:1px solid #811610;
}
.supporting {
background:#F7F7F2;
position:absolute;
top:100px;
padding: 10px;
margin-left:200px;
border-top:1px solid #999;
border-left:1px solid #999;
border-bottom:1px solid #999;
border-right:1px solid #999;
width:366px;
height:auto;
font-family:georgia, serif;
font-size:13px;
line-height:19px;
color:#616157;
voice-family: "\"}\"";
voice-family:inherit;
margin-left:200px;
width:344px;
top:100px;
}
.explanation h3, .participation h3, .benefits h3, .requirements h3 {
margin-bottom:10px;
width:300px;
height:15px;
border-bottom:1px dashed #999;
}
.explanation h3 {
background: transparent url(sup_h3_a.gif) no-repeat;
}
.participation h3 {
background: transparent url(sup_h3_b.gif) no-repeat;
}
.benefits h3 {
background: transparent url(sup_h3_c.gif) no-repeat;
}
.requirements h3 {
background: transparent url(sup_h3_d.gif) no-repeat;
}
.supporting h3 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
footer {
text-align: center;
border-top:1px solid #CBCBC2;
font-family:verdana, arial, sans serif;
font-size:10px;
}
footer a:link, footer a:visited {
margin: 5px;
font-weight: normal;
}
.sidebar {
background: url(linklist_bg.gif) no-repeat top left;
margin-left: 566px;
position: absolute;
top: 100px;
height:100%;
voice-family: "\"}\"";
voice-family:inherit;
margin-left:566px;
}
.sidebar .wrapper {
font: 10px verdana, sans-serif;
padding: 10px;
width: 204px;
}
.sidebar h3.select, .sidebar h3.archives, .sidebar h3.resources{
width:180px;
height: 20px;
}
.sidebar h3.select {
background: transparent url(linklist_a.gif) no-repeat top left;
margin: 25px 0px 5px 0px;
}
.sidebar h3.archives {
background: transparent url(linklist_b.gif) no-repeat bottom left;
margin: 25px 0px 10px 0px;
border-top:1px dashed #ccc;
padding-top:5px;
}
.sidebar h3.resources {
background: transparent url(linklist_c.gif) no-repeat bottom left;
margin: 25px 0px 10px 0px;
border-top:1px dashed #ccc;
padding-top:5px;
}
.sidebar h3 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.sidebar ul {
margin: 0px;
padding: 0px;
color:#555;
}
.sidebar li {
list-style-type: none;
background: transparent;
display: block;
padding-top: 5px;
margin-bottom: 5px;
}
.sidebar li a:link {
color: #555;
}
.sidebar li a:visited {
color: #555;
}
.sidebar li a:hover, .sidebar li a:active {
color:#811610;
}
a.designer-name:link, a.designer-name:visited, a.designer-name:hover, a.designer-name:active {
font-weight:normal;
}
.extra1, .extra2 {
display:none;
}