-
Notifications
You must be signed in to change notification settings - Fork 5
/
style.css
executable file
·570 lines (522 loc) · 9.42 KB
/
style.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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
/*
Theme Name: microformats
Theme URI: http://microformats.org/
Description: The official theme for microformats.org. Now maintained by Ben Ward
Version: 1.1
Author: Dan Cederholm
Author URI: http://www.simplebits.com/
*/
/*
Title: microformats styles for screen media
Author: dan@simplebits.com
Updated: 22 July 2005
*/
body {
margin: 0;
padding: 0;
font-family: Verdana, sans-serif;
font-size: small;
text-align: center;
color: #333;
background: #636958;
}
/* --[ links ]------------------------------- */
a:link {
color: #3080CB;
text-decoration: none;
border-bottom: 1px dotted #68C3EE;
}
a:visited {
color: #5FB5E1;
text-decoration: none;
border-bottom: 1px dotted #86D9F1;
}
a:hover {
color: #fff;
background-color: #3080CB;
text-decoration: none;
border: none;
}
a:active {
background-color: #6CA300;
}
a.more {
padding-right: 13px;
background-image: url(img/more.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
}
/* --[ common elements ]---------------------- */
blockquote {
margin: 1em 0 1em 30px;
padding: 0;
font-size: 88%;
line-height: 1.5em;
color: #777;
}
code {
color: #7B9905;
font-family: Monaco, monospace;
font-size: 110%;
line-height: 1.2em;
text-align: left;
}
code strong {
color: #4E6200;
}
abbr, acronym, .popup {
font-style: normal;
border-bottom: 1px dotted #999;
cursor: help;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
strike, del {
text-decoration: line-through;
}
ins {
text-decoration: none;
}
address {
margin: 0;
padding: 0;
font-style: normal;
}
/* --[ layout structure ]--------------------- */
#wrap {
position: relative;
width: 750px;
margin: 0 auto;
padding: 8px 0 0 0;
text-align: left;
background: #fff;
border-left: 4px solid #53584A;
border-right: 4px solid #53584A;
background: #fff url(img/greenbar-top.gif) repeat-x top left;
}
#content {
float: left;
width: 449px;
margin: 30px 20px;
font-size: 95%;
line-height: 1.5em;
}
#sidebar {
float: right;
width: 241px;
margin: 30px 20px 30px 0;
color: #473C28;
}
#footer {
clear: both;
font-size: 85%;
}
/* --[ header ]------------------------------- */
#header {
width: 100%;
float: left;
margin: 0;
padding: 0;
background: url(img/header-bg.gif) repeat-x bottom left;
}
#header h1 {
float: left;
width: 144px;
height: 36px;
margin: 0;
padding: 20px 20px 18px 20px;
}
#header h1 a {
border: none;
background: none;
}
/* --[ nav ]------------------------------- */
#nav {
width: 530px;
float: left;
margin: 0;
padding: 20px 0 18px 36px;
font-family: "Trebuchet MS", Verdana;
font-size: 115%;
text-transform: lowercase;
}
#nav li {
list-style: none;
float: left;
margin: 0 6px 0 0;
padding: 0 0 0 0;
}
#nav a {
float: left;
display: block;
padding: 8px 10px;
text-decoration: none;
font-weight: bold;
color: #6CA300;
border: none;
}
/* hover state */
#nav li:hover {
background: #E0E8B9 url(img/nhov-top.gif) no-repeat top left;
}
#nav a:hover { /* a backup for IE's lack of li:hover support */
background-color: #E0E8B9;
}
html>body #nav a:hover {
background: transparent url(img/nhov-bottom.gif) no-repeat bottom right;
}
/* active state */
#nav li.current-menu-item {
background: url(img/nav-top.gif) no-repeat top left;
}
#nav li.current-menu-item a {
color: #333;
background: url(img/nav-bottom.gif) no-repeat bottom right !important;
}
.primary-menu {
margin: 0;
}
/* --[ content styles ]------------------------------- */
#content h2 {
margin: 0 0 1em 0;
padding: 0;
font-family: "Trebuchet MS", sans-serif;
font-size: 160%;
color: #E97E00;
}
#content h2#home-title {
margin-bottom: 10px;
font-size: 140%;
}
#content h3 {
margin: 0 0 1em 0;
padding: 0;
font-family: "Trebuchet MS", sans-serif;
font-size: 130%;
color: #6CA300;
}
#content ul li {
margin: 0 0 4px 0;
padding-left: 17px;
list-style: none;
background: url(img/bullet-alt.gif) no-repeat 0 3px;
}
#content ol.code {
margin: 2em 0;
padding: 10px 10px 10px 30px;
border: 2px solid #E0E8B9;
background: #F8F8EC;
}
#content ol.code li {
margin: 0 10px;
padding: 2px 0;
border-bottom: 1px dotted #E0E8B9;
color: #C9D68A;
}
#content dl {
margin: 1em 0;
}
#content dl dt {
font-weight: bold;
}
#content dl dd {
margin: 0 0 1em 20px;
font-size: 90%;
line-height: 1.4em;
}
img.figure {
float: right;
margin: 0 0 10px 15px;
}
/* sub navigation */
#content ul.subnav {
margin: 1em 0;
padding: 5px;
border-top: 1px solid #E0E8B9;
border-bottom: 1px solid #E0E8B9;
background: url(img/subnav-bg.gif) repeat-x top left;
}
#content ul.subnav li {
margin: 0 22px 0 0;
padding: 0;
color: #333;
background: none;
display: inline;
font-weight: bold;
}
#content ul.subnav li a {
color: #6CA300;
border: none;
}
#content ul.subnav li a:hover {
color: #fff;
background: #6CA300;
}
/* XML feed link */
#feed-link {
margin-left: 4px;
vertical-align: middle;
border: none;
}
a:hover#feed-link {
background: none;
}
/* weblog entries */
.entry {
clear: left;
}
#content .entry h3 {
margin: 0 0 6px 0;
padding: 10px 0 0 0;
font-family: "Trebuchet MS", sans-serif;
font-size: 150%;
font-weight: bold;
border-top: 1px dotted #E0E8B9;
}
#content .entry h3 a {
border-bottom: none;
}
.entry p {
margin: 0 0 1em 0;
padding: 0;
}
.entry p.entry-date {
margin: 0;
padding: 6px 0 0 0;
font-family: Verdana, sans-serif;
font-size: 90%;
color: #99A26B;
border-top: 1px dotted #E0E8B9;
}
#content ul.post-info {
margin: 1em 0 0 0;
padding: 0;
list-style: none;
}
#content ul.post-info li {
float: left;
margin: 2px 6px 2em 0;
padding: 0;
font-size: 90%;
color: #666;
background: url(img/nav-top.gif) no-repeat top left;
}
#content ul.post-info a {
float: left;
display: block;
padding: 2px 6px;
text-decoration: none;
border: none;
color: #99A26B;
background: url(img/nav-bottom.gif) no-repeat bottom right;
}
#content ul.post-info a img {
vertical-align: middle;
}
#content ul.post-info a:hover {
color: #6E7549;
}
/* tags */
#content div.post-tags {
display: block;
}
#content div.post-tags h4,
#content div.post-tags ul {
display: inline;
}
#content div.post-tags ul li {
display: inline;
background: none;
padding: 2px;
}
/* comments */
h3#comments {
clear: left;
}
.com-list {
margin: 1em 0;
padding: 0;
font-size: 90%;
line-height: 1.4em;
list-style: none;
color: #473C28;
}
.com-list li {
margin: 0 0 1em 0;
padding: 15px;
border: 2px solid #E0E8B9;
background: #F8F8EC;
overflow: auto;
}
.com-list cite {
margin: 0;
padding: 0 0 0 24px;
font-style: normal;
font-weight: bold;
font-size: 110%;
background: url(img/com-bubble.gif) no-repeat 0 50%;
}
.com-list cite .avatar {
float: right;
margin-left: 4px;
border: 2px solid #E0E8B9;
}
.com-meta {
clear: right;
padding: 10px 0 0 0;
margin: 0;
text-align: right;
}
.com-meta a {
color: #6CA300;
border: none;
}
.com-meta a:hover {
color: #fff;
background: #6CA300;
}
h3#respond {
clear: left;
margin-top: 2em;
}
/* blog archive link */
h3#archive-link {
clear: left;
padding-top: 10px;
font-family: Verdana, sans-serif;
font-size: 100%;
font-weight: bold;
color: #333;
border-top: 1px dotted #E0E8B9;
}
/* --[ sidebar ]------------------------------- */
/* rounded box style */
.box {
width: 241px;
margin: 0 0 14px 0;
background: #F8F8EC url(img/box-tile.gif) repeat-y top left;
}
.box-inner {
background: url(img/box-bottom.gif) no-repeat bottom left;
}
.box h3 {
margin: 0;
padding: 15px 18px 0 18px;
font-family: "Trebuchet MS", sans-serif;
font-size: 110%;
color: #E97E00;
background: url(img/box-top.gif) no-repeat top left;
}
.box p, .box ul, .box ol, .box dl, .box form {
margin: 0;
padding: 1em 18px 18px 18px;
font-size: 85%;
line-height: 1.4em;
}
.box ul li {
margin: 0 0 2px 10px;
padding-left: 15px;
list-style: none;
background: url(img/bullet-alt.gif) no-repeat 0 3px;
}
.box dl dt {
margin: 0 0 2px 0;
font-weight: bold;
}
.box dl dd {
margin: 0;
padding: 0;
}
/* vevents */
#events-list li {
margin-bottom: 1em;
list-style: none;
}
#events-list li.last {
margin-bottom: 0;
}
#events-list li abbr {
border: none;
}
/* about box */
#about-logo {
float: right;
padding: 8px 2px 8px 10px;
}
/* microformats list */
.box dl#mf-list {
margin-left: 10px;
}
.box dl#mf-list dt {
margin: 0;
padding-left: 15px;
font-weight: normal;
background: url(img/bullet-alt.gif) no-repeat 0 3px;
}
.box dl#mf-list dd {
margin: 0 0 8px 15px;
}
/* search form */
.box #search {
margin: 0;
padding: 18px;
background: url(img/box-top.gif) no-repeat top left;
}
#search input {
vertical-align: middle;
}
#search-text {
width: 130px;
}
/* --[ footer ]------------------------------- */
#footer {
margin: 0;
padding: 0 0 28px 0;
color: #473C28;
text-align: center;
background: #F8F8EC url(img/footer-bottom.gif) no-repeat bottom left;
}
#footer p {
margin: 0 20px 0 20px;
padding: 20px;
line-height: 1.4em;
background: url(img/footer-top.gif) no-repeat top left;
}
#footer-feed {
padding-left: 27px;
background-image: url(img/xml.gif);
background-repeat: no-repeat;
background-position: 0 50%;
}
#footer a {
color: #6CA300;
border: none;
}
#footer a:hover {
background-color: #E0E8B9;
}
/* --[ misc ]------------------------------- */
a img {
border: none;
}
.hide {
display: none;
}
img#mf-diagram {
border: none;
}
blockquote blockquote, blockquote blockquote p {
display:inline;
margin-top:0;
margin-bottom:0;
padding:0;
}
blockquote ol {
margin:0;
padding:0;
list-style:none;
}