]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/default/style.css
Wordpress 2.0.4-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / style.css
1 /*  
2 Theme Name: WordPress Default
3 Theme URI: http://wordpress.org/
4 Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
5 Version: 1.6
6 Author: Michael Heilemann
7 Author URI: http://binarybonsai.com/
8
9         Kubrick v1.5
10          http://binarybonsai.com/kubrick/
11
12         This theme was designed and built by Michael Heilemann,
13         whose blog you will find at http://binarybonsai.com/
14
15         The CSS, XHTML and design is released under GPL:
16         http://www.opensource.org/licenses/gpl-license.php
17
18 */
19
20
21
22 /* Begin Typography & Colors */
23 body {
24         font-size: 62.5%; /* Resets 1em to 10px */
25         font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
26         background: #d5d6d7 url('images/kubrickbgcolor.jpg');
27         color: #333;
28         text-align: center;
29         }
30
31 #page {
32         background-color: white;
33         border: 1px solid #959596;
34         text-align: left;
35         }
36
37 #header {
38         background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
39         }
40
41 #headerimg      { 
42         margin: 7px 9px 0; 
43         height: 192px; 
44         width: 740px; 
45         } 
46
47 #content {
48         font-size: 1.2em
49         }
50
51 .widecolumn .entry p {
52         font-size: 1.05em;
53         }
54
55 .narrowcolumn .entry, .widecolumn .entry {
56         line-height: 1.4em;
57         }
58
59 .widecolumn {
60         line-height: 1.6em;
61         }
62
63 .narrowcolumn .postmetadata {
64         text-align: center;
65         }
66
67 .alt {
68         background-color: #f8f8f8;
69         border-top: 1px solid #ddd;
70         border-bottom: 1px solid #ddd;
71         }
72
73 #footer {
74         background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
75         border: none;
76         }
77
78 small {
79         font-family: Arial, Helvetica, Sans-Serif;
80         font-size: 0.9em;
81         line-height: 1.5em;
82         }
83
84 h1, h2, h3 {
85         font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
86         font-weight: bold;
87         }
88
89 h1 {
90         font-size: 4em;
91         text-align: center;
92         }
93
94 #headerimg .description {
95         font-size: 1.2em;
96         text-align: center;
97         }
98
99 h2 {
100         font-size: 1.6em;
101         }
102
103 h2.pagetitle {
104         font-size: 1.6em;
105         }
106
107 #sidebar h2 {
108         font-family: 'Lucida Grande', Verdana, Sans-Serif;
109         font-size: 1.2em;
110         }
111
112 h3 {
113         font-size: 1.3em;
114         }
115
116 h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
117         text-decoration: none;
118         color: white;
119         }
120
121 h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
122         color: #333;
123         }
124
125 h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
126         text-decoration: none;
127         }
128
129 .entry p a:visited {
130         color: #b85b5a;
131         }
132
133 .commentlist li, #commentform input, #commentform textarea {
134         font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
135         }
136
137 .commentlist li {
138         font-weight: bold;
139         }
140
141 .commentlist cite, .commentlist cite a {
142         font-weight: bold;
143         font-style: normal;
144         font-size: 1.1em;
145         }
146
147 .commentlist p {
148         font-weight: normal;
149         line-height: 1.5em;
150         text-transform: none;
151         }
152
153 #commentform p {
154         font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
155         }
156
157 .commentmetadata {
158         font-weight: normal;
159         }
160
161 #sidebar {
162         font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
163         }
164
165 small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
166         color: #777;
167         }
168
169 code {
170         font: 1.1em 'Courier New', Courier, Fixed;
171         }
172
173 acronym, abbr, span.caps
174 {
175         font-size: 0.9em;
176         letter-spacing: .07em;
177         }
178
179 a, h2 a:hover, h3 a:hover {
180         color: #06c;
181         text-decoration: none;
182         }
183
184 a:hover {
185         color: #147;
186         text-decoration: underline;
187         }
188
189 #wp-calendar #prev a {
190         font-size: 9pt;
191         }
192
193 #wp-calendar a {
194         text-decoration: none;
195         }
196
197 #wp-calendar caption {
198         font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
199         text-align: center;
200         }
201
202 #wp-calendar th {
203         font-style: normal;
204         text-transform: capitalize;
205         }
206 /* End Typography & Colors */
207
208
209
210 /* Begin Structure */
211 body {
212         margin: 0 0 20px 0;
213         padding: 0; 
214         }
215
216 #page {
217         background-color: white;
218         margin: 20px auto;
219         padding: 0;
220         width: 760px;
221         border: 1px solid #959596;
222         }
223
224 #header {
225         background-color: #73a0c5;
226         margin: 0 0 0 1px; 
227         padding: 0; 
228         height: 200px; 
229         width: 758px;
230         }
231
232 #headerimg {
233         margin: 0;
234         height: 200px;
235         width: 100%;
236         }
237
238 .narrowcolumn {
239         float: left;
240         padding: 0 0 20px 45px;
241         margin: 0px 0 0;
242         width: 450px;
243         }
244
245 .widecolumn {
246         padding: 10px 0 20px 0;
247         margin: 5px 0 0 150px;
248         width: 450px;
249         }
250
251 .post {
252         margin: 0 0 40px;
253         text-align: justify;
254         }
255
256 .widecolumn .post {
257         margin: 0;
258         }
259
260 .narrowcolumn .postmetadata {
261         padding-top: 5px;
262         }
263
264 .widecolumn .postmetadata {
265         margin: 30px 0;
266         }
267
268 .widecolumn .smallattachment {
269         text-align: center;
270         float: left;
271         width: 128px;
272         margin: 5px 5px 5px 0px;
273 }
274
275 .widecolumn .attachment {
276         text-align: center;
277         margin: 5px 0px;
278 }
279
280 .postmetadata {
281         clear: left;
282 }
283
284 #footer {
285         padding: 0;
286         margin: 0 auto;
287         width: 760px;
288         clear: both;
289         }
290
291 #footer p {
292         margin: 0;
293         padding: 20px 0;
294         text-align: center;
295         }
296 /* End Structure */
297
298
299
300 /*      Begin Headers */
301 h1 {
302         padding-top: 70px;
303         margin: 0;
304         }
305
306 h2 {
307         margin: 30px 0 0;
308         }
309
310 h2.pagetitle {
311         margin-top: 30px;
312         text-align: center;
313 }
314
315 #sidebar h2 {
316         margin: 5px 0 0;
317         padding: 0;
318         }
319
320 h3 {
321         padding: 0;
322         margin: 30px 0 0;
323         }
324
325 h3.comments {
326         padding: 0;
327         margin: 40px auto 20px ;
328         }
329 /* End Headers */
330
331
332
333 /* Begin Images */
334 p img {
335         padding: 0;
336         max-width: 100%;
337         }
338
339 /*      Using 'class="alignright"' on an image will (who would've
340         thought?!) align the image to the right. And using 'class="centered',
341         will of course center the image. This is much better than using
342         align="center", being much more futureproof (and valid) */
343
344 img.centered {
345         display: block;
346         margin-left: auto;
347         margin-right: auto;
348         }
349
350 img.alignright {
351         padding: 4px;
352         margin: 0 0 2px 7px;
353         display: inline;
354         }
355
356 img.alignleft {
357         padding: 4px;
358         margin: 0 7px 2px 0;
359         display: inline;
360         }
361
362 .alignright {
363         float: right;
364         }
365
366 .alignleft {
367         float: left
368         }
369 /* End Images */
370
371
372
373 /* Begin Lists
374
375         Special stylized non-IE bullets
376         Do not work in Internet Explorer, which merely default to normal bullets. */
377
378 html>body .entry ul {
379         margin-left: 0px;
380         padding: 0 0 0 30px;
381         list-style: none;
382         padding-left: 10px;
383         text-indent: -10px;
384         } 
385
386 html>body .entry li {
387         margin: 7px 0 8px 10px;
388         }
389
390 .entry ul li:before, #sidebar ul ul li:before {
391         content: "\00BB \0020";
392         }
393
394 .entry ol {
395         padding: 0 0 0 35px;
396         margin: 0;
397         }
398
399 .entry ol li {
400         margin: 0;
401         padding: 0;
402         }
403
404 .postmetadata ul, .postmetadata li {
405         display: inline;
406         list-style-type: none;
407         list-style-image: none;
408         }
409
410 #sidebar ul, #sidebar ul ol {
411         margin: 0;
412         padding: 0;
413         }
414
415 #sidebar ul li {
416         list-style-type: none;
417         list-style-image: none;
418         margin-bottom: 15px;
419         }
420
421 #sidebar ul p, #sidebar ul select {
422         margin: 5px 0 8px;
423         }
424
425 #sidebar ul ul, #sidebar ul ol {
426         margin: 5px 0 0 10px;
427         }
428
429 #sidebar ul ul ul, #sidebar ul ol {
430         margin: 0 0 0 10px;
431         }
432
433 ol li, #sidebar ul ol li {
434         list-style: decimal outside;
435         }
436
437 #sidebar ul ul li, #sidebar ul ol li {
438         margin: 3px 0 0;
439         padding: 0;
440         }
441 /* End Entry Lists */
442
443
444
445 /* Begin Form Elements */
446 #searchform {
447         margin: 10px auto;
448         padding: 5px 3px; 
449         text-align: center;
450         }
451
452 #sidebar #searchform #s {
453         width: 108px;
454         padding: 2px;
455         }
456
457 #sidebar #searchsubmit {
458         padding: 1px;
459         }
460
461 .entry form { /* This is mainly for password protected posts, makes them look better. */
462         text-align:center;
463         }
464
465 select {
466         width: 130px;
467         }
468
469 #commentform input {
470         width: 170px;
471         padding: 2px;
472         margin: 5px 5px 1px 0;
473         }
474
475 #commentform textarea {
476         width: 100%;
477         padding: 2px;
478         }
479
480 #commentform #submit {
481         margin: 0;
482         float: right;
483         }
484 /* End Form Elements */
485
486
487
488 /* Begin Comments*/
489 .alt {
490         margin: 0;
491         padding: 10px;
492         }
493
494 .commentlist {
495         padding: 0;
496         text-align: justify;
497         }
498
499 .commentlist li {
500         margin: 15px 0 3px;
501         padding: 5px 10px 3px;
502         list-style: none;
503         }
504
505 .commentlist p {
506         margin: 10px 5px 10px 0;
507         }
508
509 #commentform p {
510         margin: 5px 0;
511         }
512
513 .nocomments {
514         text-align: center;
515         margin: 0;
516         padding: 0;
517         }
518
519 .commentmetadata {
520         margin: 0;
521         display: block;
522         }
523 /* End Comments */
524
525
526
527 /* Begin Sidebar */
528 #sidebar
529 {
530         padding: 20px 0 10px 0;
531         margin-left: 545px;
532         width: 190px;
533         }
534
535 #sidebar form {
536         margin: 0;
537         }
538 /* End Sidebar */
539
540
541
542 /* Begin Calendar */
543 #wp-calendar {
544         empty-cells: show;
545         margin: 10px auto 0;
546         width: 155px;
547         }
548
549 #wp-calendar #next a {
550         padding-right: 10px;
551         text-align: right;
552         }
553
554 #wp-calendar #prev a {
555         padding-left: 10px;
556         text-align: left;
557         }
558
559 #wp-calendar a {
560         display: block;
561         }
562
563 #wp-calendar caption {
564         text-align: center;
565         width: 100%;
566         }
567
568 #wp-calendar td {
569         padding: 3px 0;
570         text-align: center;
571         }
572
573 #wp-calendar td.pad:hover { /* Doesn't work in IE */
574         background-color: #fff; }
575 /* End Calendar */
576
577
578
579 /* Begin Various Tags & Classes */
580 acronym, abbr, span.caps {
581         cursor: help;
582         }
583
584 acronym, abbr {
585         border-bottom: 1px dashed #999;
586         }
587
588 blockquote {
589         margin: 15px 30px 0 10px;
590         padding-left: 20px;
591         border-left: 5px solid #ddd;
592         }
593
594 blockquote cite {
595         margin: 5px 0 0;
596         display: block;
597         }
598
599 .center {
600         text-align: center;
601         }
602
603 hr {
604         display: none;
605         }
606
607 a img {
608         border: none;
609         }
610
611 .navigation {
612         display: block;
613         text-align: center;
614         margin-top: 10px;
615         margin-bottom: 60px;
616         }
617 /* End Various Tags & Classes*/
618
619
620
621 /* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
622         It won't be a stylish marriage, I can't afford a carriage.
623         But you'll look sweet upon the seat of a bicycle built for two." */