Rev Author Line No. Line
228 kaklik 1 body {
2 margin: 1em;
3 font: small sans-serif;
4 color: #000;
5 background-color: #fff;
6 }
7  
8 p, td, th, li, dd, dt {
9 font: small sans-serif;
10 }
11  
12 h1, h2, h3, h4{
13 color: #f60;
14 }
15  
16 h1, h2 {
17 font-size: medium;
18 border-bottom: 1px solid #ccc;
19 letter-spacing: 0.3em;
20 text-transform: uppercase;
21 }
22  
23 code, pre {
24 color: #444;
25 }
26  
27 p, td, th, li, dt, h3, h4, pre {
28 margin-left: 2em;
29 }
30  
31 dd {
32 margin-left: 3em;
33 }
34  
35 dt {
36 margin-top: 0.5em;
37 }
38  
39 a:link {
40 color: #09f;
41 text-decoration: underline;
42 }
43  
44 a:visited {
45 color: #05a;
46 text-decoration: underline;
47 }
48  
49 a:hover {
50 text-decoration: none;
51 }
52  
53 input, textarea, select, .inputbox {
54 border: 1px solid #f60;
55 color: #000;
56 background-color: #fff;
57 }
58  
59 input.radio {
60 border: none;
61 background-color: #fff;
62 }
63  
64 input.button {
65 font-weight: bold;
66 border: 1px outset #fff;
67 color: #fff;
68 background-color: #f60;
69 }
70  
71 ul.things > li {
72 margin-top: 0.75em;
73 }
74  
75 .note {
76 color: #d00;
77 }
78  
79 .error {
80 color: #f00;
81 }
82  
83 .boxed, .note, #progressBox {
84 border: 1px dashed #ccc;
85 padding: 0.5em;
86 }
87  
88 #progressBox {
89 float: right;
90 background-color: inherit;
91 }
92  
93 #progressBox li.currentStep {
94 color: #f60;
95 font-size: medium;
96 }
97  
98 #progressBox p, #progressBox li, #progressBox ol {
99 font-weight: bold;
100 margin: 0em;
101 }
102  
103 a.button {
104 margin-top: 2em;
105 display: block;
106 }