root/trunk/site/styles/style.css

Revision 104, 1.4 kB (checked in by broder, 16 years ago)

Altered site CSS to be able to use it with Trac

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 :link img, :visited img {
37     border: none;
38 }
39 p, li, dd {
40     line-height: 1.5em;
41 }
42 .long li, .long dd {
43     margin-bottom: .5em;
44 }
45 .short dt {
46     clear: both;
47     float: left;
48     min-width: 28em;
49 }
50 .short dd {
51     margin-left: 28em;
52     line-height: 1.1em;
53     margin-bottom: .5em;
54 }
55 pre {
56     background: #f6f6f6;
57     border: 1px solid #ddd;
58     -moz-border-radius: .4em;
59     border-radius: .4em;
60     padding: .125em;
61     line-height: 1.25em;
62 }
63 .note {
64     background: #ffd;
65     border: 1px solid #eea;
66     -moz-border-radius: .4em;
67     border-radius: .4em;
68     padding: .25em;
69 }
70 a:link, a:visited {
71     text-decoration: none;
72 }
73 a:link:hover, a:visited:hover {
74     text-decoration: underline;
75 }
76 var {
77     color: #090;
78 }
79 .clear {
80     clear: both;
81 }
82 .tooltip {
83     cursor: help;
84 }
Note: See TracBrowser for help on using the browser.