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 |
.boxed, .note { |
|
|
80 |
border: 1px dashed #ccc; |
|
|
81 |
padding: 0.5em; |
|
|
82 |
} |