@@ -1,55 +1,69 | |||
|
1 | 1 | body { |
|
2 | 2 | background: #FFFFFF; |
|
3 | 3 | font: 0.8em Verdana,Tahoma,Arial,sans-serif; |
|
4 | 4 | } |
|
5 | 5 | |
|
6 | 6 | h1, h2, h3, h4, h5 { |
|
7 | 7 | color: #800000; |
|
8 | 8 | font-family: sans-serif; |
|
9 | 9 | } |
|
10 | 10 | |
|
11 | 11 | table { |
|
12 | 12 | font-size: 1em; |
|
13 | 13 | } |
|
14 | 14 | |
|
15 | 15 | a{ |
|
16 | 16 | color:#467aa7; |
|
17 | 17 | font-weight:bold; |
|
18 | 18 | text-decoration:none; |
|
19 | 19 | background-color:inherit; |
|
20 | 20 | } |
|
21 | 21 | |
|
22 | 22 | a:hover{ |
|
23 | 23 | color: #800000; |
|
24 | 24 | text-decoration:underline; |
|
25 | 25 | background-color:inherit; |
|
26 | 26 | } |
|
27 | 27 | |
|
28 | 28 | a img{border:none;} |
|
29 | 29 | |
|
30 | 30 | .screenshot { |
|
31 | 31 | text-align: center; |
|
32 | 32 | } |
|
33 | 33 | |
|
34 | 34 | .guilabel { |
|
35 | 35 | font-weight: bold; |
|
36 | 36 | } |
|
37 | 37 | |
|
38 | 38 | span.term { |
|
39 | 39 | font-weight: bold; |
|
40 | 40 | } |
|
41 | 41 | |
|
42 | 42 | div.sidebar { |
|
43 | 43 | background: #F0F0F0; |
|
44 | 44 | border: 1px solid gray; |
|
45 | 45 | padding: 5px; |
|
46 | 46 | margin: 20px; |
|
47 | 47 | } |
|
48 | 48 | |
|
49 | 49 | pre.programlisting { |
|
50 | 50 | background: #F0F0F0; |
|
51 | 51 | border: 1px solid gray; |
|
52 | 52 | padding: 2px; |
|
53 | 53 | font-size: 10pt; |
|
54 | 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 | 1 | body { |
|
2 | 2 | background: #FFFFFF; |
|
3 | 3 | font: 0.8em Verdana,Tahoma,Arial,sans-serif; |
|
4 | 4 | } |
|
5 | 5 | |
|
6 | 6 | h1, h2, h3, h4, h5 { |
|
7 | 7 | color: #800000; |
|
8 | 8 | font-family: sans-serif; |
|
9 | 9 | } |
|
10 | 10 | |
|
11 | 11 | table { |
|
12 | 12 | font-size: 1em; |
|
13 | 13 | } |
|
14 | 14 | |
|
15 | 15 | a{ |
|
16 | 16 | color:#467aa7; |
|
17 | 17 | font-weight:bold; |
|
18 | 18 | text-decoration:none; |
|
19 | 19 | background-color:inherit; |
|
20 | 20 | } |
|
21 | 21 | |
|
22 | 22 | a:hover{ |
|
23 | 23 | color: #800000; |
|
24 | 24 | text-decoration:underline; |
|
25 | 25 | background-color:inherit; |
|
26 | 26 | } |
|
27 | 27 | |
|
28 | 28 | a img{border:none;} |
|
29 | 29 | |
|
30 | 30 | .screenshot { |
|
31 | 31 | text-align: center; |
|
32 | 32 | } |
|
33 | 33 | |
|
34 | 34 | .guilabel { |
|
35 | 35 | font-weight: bold; |
|
36 | 36 | } |
|
37 | 37 | |
|
38 | 38 | span.term { |
|
39 | 39 | font-weight: bold; |
|
40 | 40 | } |
|
41 | 41 | |
|
42 | 42 | div.sidebar { |
|
43 | 43 | background: #F0F0F0; |
|
44 | 44 | border: 1px solid gray; |
|
45 | 45 | padding: 5px; |
|
46 | 46 | margin: 20px; |
|
47 | 47 | } |
|
48 | 48 | |
|
49 | 49 | pre.programlisting { |
|
50 | 50 | background: #F0F0F0; |
|
51 | 51 | border: 1px solid gray; |
|
52 | 52 | padding: 2px; |
|
53 | 53 | font-size: 10pt; |
|
54 | 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