root/trunk/site/styles/style.css

Revision 101, 1.5 kB (checked in by broder, 16 years ago)

Fixed some of the copy and the horizontal line under the titles in
Firefox

Line 
1 h1 {
2     border-bottom: 1px solid #aaa;
3     margin-top: 0;
4     padding-bottom: 0.25em;
5     font-size: 250%;
6     font-weight: bold;
7 }
8 h2 {
9     font-size: 175%;
10     margin: 1em 0 0;
11 }
12 h1, h2, h3, h4, h5, h6 {
13     font-family: "Myriad Pro", "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
14     color: #777;
15 }
16 kbd {
17     font-weight: bold;
18 }
19 html {
20     font-size: 87.5%;
21 }
22 body {
23     font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
24     color: #000;
25 }
26 pre, code, samp, kbd, tt {
27     font-family: "Bitstream Vera Sans Mono", "Luxi Mono", Consolas, "Andale Mono", Monaco, "Courier New", monospace;
28     font-size: 100%;
29 }
30 :link {
31     color: #06c;
32 }
33 :visited {
34     color: #039;
35 }
36 #logo {
37     float: right;
38     margin: -1em -1em 0 0;
39 }
40 :link img, :visited img {
41     border: none;
42 }
43 p, li, dd {
44     line-height: 1.5em;
45 }
46 .long li, .long dd {
47     margin-bottom: .5em;
48 }
49 .short dt {
50     clear: both;
51     float: left;
52     min-width: 28em;
53 }
54 .short dd {
55     margin-left: 28em;
56     line-height: 1.1em;
57     margin-bottom: .5em;
58 }
59 pre {
60     background: #f6f6f6;
61     border: 1px solid #ddd;
62     -moz-border-radius: .4em;
63     border-radius: .4em;
64     padding: .125em;
65     line-height: 1.25em;
66 }
67 .note {
68     background: #ffd;
69     border: 1px solid #eea;
70     -moz-border-radius: .4em;
71     border-radius: .4em;
72     padding: .25em;
73 }
74 a:link, a:visited {
75     text-decoration: none;
76 }
77 a:link:hover, a:visited:hover {
78     text-decoration: underline;
79 }
80 var {
81     color: #090;
82 }
83 .clear {
84     clear: both;
85 }
86 .tooltip {
87     cursor: help;
88 }
Note: See TracBrowser for help on using the browser.