@@ -1,55 +1,69 | |||||
1 | body { |
|
1 | body { | |
2 | background: #FFFFFF; |
|
2 | background: #FFFFFF; | |
3 | font: 0.8em Verdana,Tahoma,Arial,sans-serif; |
|
3 | font: 0.8em Verdana,Tahoma,Arial,sans-serif; | |
4 | } |
|
4 | } | |
5 |
|
5 | |||
6 | h1, h2, h3, h4, h5 { |
|
6 | h1, h2, h3, h4, h5 { | |
7 | color: #800000; |
|
7 | color: #800000; | |
8 | font-family: sans-serif; |
|
8 | font-family: sans-serif; | |
9 | } |
|
9 | } | |
10 |
|
10 | |||
11 | table { |
|
11 | table { | |
12 | font-size: 1em; |
|
12 | font-size: 1em; | |
13 | } |
|
13 | } | |
14 |
|
14 | |||
15 | a{ |
|
15 | a{ | |
16 | color:#467aa7; |
|
16 | color:#467aa7; | |
17 | font-weight:bold; |
|
17 | font-weight:bold; | |
18 | text-decoration:none; |
|
18 | text-decoration:none; | |
19 | background-color:inherit; |
|
19 | background-color:inherit; | |
20 | } |
|
20 | } | |
21 |
|
21 | |||
22 | a:hover{ |
|
22 | a:hover{ | |
23 | color: #800000; |
|
23 | color: #800000; | |
24 | text-decoration:underline; |
|
24 | text-decoration:underline; | |
25 | background-color:inherit; |
|
25 | background-color:inherit; | |
26 | } |
|
26 | } | |
27 |
|
27 | |||
28 | a img{border:none;} |
|
28 | a img{border:none;} | |
29 |
|
29 | |||
30 | .screenshot { |
|
30 | .screenshot { | |
31 | text-align: center; |
|
31 | text-align: center; | |
32 | } |
|
32 | } | |
33 |
|
33 | |||
34 | .guilabel { |
|
34 | .guilabel { | |
35 | font-weight: bold; |
|
35 | font-weight: bold; | |
36 | } |
|
36 | } | |
37 |
|
37 | |||
38 | span.term { |
|
38 | span.term { | |
39 | font-weight: bold; |
|
39 | font-weight: bold; | |
40 | } |
|
40 | } | |
41 |
|
41 | |||
42 | div.sidebar { |
|
42 | div.sidebar { | |
43 | background: #F0F0F0; |
|
43 | background: #F0F0F0; | |
44 | border: 1px solid gray; |
|
44 | border: 1px solid gray; | |
45 | padding: 5px; |
|
45 | padding: 5px; | |
46 | margin: 20px; |
|
46 | margin: 20px; | |
47 | } |
|
47 | } | |
48 |
|
48 | |||
49 | pre.programlisting { |
|
49 | pre.programlisting { | |
50 | background: #F0F0F0; |
|
50 | background: #F0F0F0; | |
51 | border: 1px solid gray; |
|
51 | border: 1px solid gray; | |
52 | padding: 2px; |
|
52 | padding: 2px; | |
53 | font-size: 10pt; |
|
53 | font-size: 10pt; | |
54 | white-space: pre; |
|
54 | white-space: pre; | |
55 | } |
|
55 | } | |
|
56 | ||||
|
57 | li p { | |||
|
58 | margin-top: 3px; | |||
|
59 | margin-bottom: 3px; | |||
|
60 | } | |||
|
61 | ||||
|
62 | div.toc dt { | |||
|
63 | margin-bottom:4px; | |||
|
64 | } | |||
|
65 | ||||
|
66 | .chapter { | |||
|
67 | display:block; | |||
|
68 | margin-top:2em; | |||
|
69 | } No newline at end of file |
@@ -1,55 +1,69 | |||||
1 | body { |
|
1 | body { | |
2 | background: #FFFFFF; |
|
2 | background: #FFFFFF; | |
3 | font: 0.8em Verdana,Tahoma,Arial,sans-serif; |
|
3 | font: 0.8em Verdana,Tahoma,Arial,sans-serif; | |
4 | } |
|
4 | } | |
5 |
|
5 | |||
6 | h1, h2, h3, h4, h5 { |
|
6 | h1, h2, h3, h4, h5 { | |
7 | color: #800000; |
|
7 | color: #800000; | |
8 | font-family: sans-serif; |
|
8 | font-family: sans-serif; | |
9 | } |
|
9 | } | |
10 |
|
10 | |||
11 | table { |
|
11 | table { | |
12 | font-size: 1em; |
|
12 | font-size: 1em; | |
13 | } |
|
13 | } | |
14 |
|
14 | |||
15 | a{ |
|
15 | a{ | |
16 | color:#467aa7; |
|
16 | color:#467aa7; | |
17 | font-weight:bold; |
|
17 | font-weight:bold; | |
18 | text-decoration:none; |
|
18 | text-decoration:none; | |
19 | background-color:inherit; |
|
19 | background-color:inherit; | |
20 | } |
|
20 | } | |
21 |
|
21 | |||
22 | a:hover{ |
|
22 | a:hover{ | |
23 | color: #800000; |
|
23 | color: #800000; | |
24 | text-decoration:underline; |
|
24 | text-decoration:underline; | |
25 | background-color:inherit; |
|
25 | background-color:inherit; | |
26 | } |
|
26 | } | |
27 |
|
27 | |||
28 | a img{border:none;} |
|
28 | a img{border:none;} | |
29 |
|
29 | |||
30 | .screenshot { |
|
30 | .screenshot { | |
31 | text-align: center; |
|
31 | text-align: center; | |
32 | } |
|
32 | } | |
33 |
|
33 | |||
34 | .guilabel { |
|
34 | .guilabel { | |
35 | font-weight: bold; |
|
35 | font-weight: bold; | |
36 | } |
|
36 | } | |
37 |
|
37 | |||
38 | span.term { |
|
38 | span.term { | |
39 | font-weight: bold; |
|
39 | font-weight: bold; | |
40 | } |
|
40 | } | |
41 |
|
41 | |||
42 | div.sidebar { |
|
42 | div.sidebar { | |
43 | background: #F0F0F0; |
|
43 | background: #F0F0F0; | |
44 | border: 1px solid gray; |
|
44 | border: 1px solid gray; | |
45 | padding: 5px; |
|
45 | padding: 5px; | |
46 | margin: 20px; |
|
46 | margin: 20px; | |
47 | } |
|
47 | } | |
48 |
|
48 | |||
49 | pre.programlisting { |
|
49 | pre.programlisting { | |
50 | background: #F0F0F0; |
|
50 | background: #F0F0F0; | |
51 | border: 1px solid gray; |
|
51 | border: 1px solid gray; | |
52 | padding: 2px; |
|
52 | padding: 2px; | |
53 | font-size: 10pt; |
|
53 | font-size: 10pt; | |
54 | white-space: pre; |
|
54 | white-space: pre; | |
55 | } |
|
55 | } | |
|
56 | ||||
|
57 | li p { | |||
|
58 | margin-top: 3px; | |||
|
59 | margin-bottom: 3px; | |||
|
60 | } | |||
|
61 | ||||
|
62 | div.toc dt { | |||
|
63 | margin-bottom:4px; | |||
|
64 | } | |||
|
65 | ||||
|
66 | .chapter { | |||
|
67 | display:block; | |||
|
68 | margin-top:2em; | |||
|
69 | } No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now