]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/wx.css
Templatize wxScopedPtr
[wxWidgets.git] / docs / latex / wx / wx.css
1 body
2 {
3 padding: 0em;
4 background: #ffffff;
5 color: #000000;
6 font-family: Verdana, Arial, Helvetica, sans-serif;
7 font-size: 100%;
8 }
9
10 h1, h2, h3
11 {
12 font-family: Verdana, Arial, Helvetica, sans-serif;
13 }
14
15 h1
16 {
17 font-size: 160%;
18 margin: 1.2em 0;
19 }
20
21 h2
22 {
23 font-size: 140%;
24 margin: 0.8em 0;
25 }
26
27 h3
28 {
29 font-size: 120%;
30 margin: 0.4em 0;
31 }
32
33 hr
34 {
35 margin: 0.8em 0;
36 }
37
38 ul p, ol p, dl p
39 {
40 margin-left: 0em;
41 }
42
43 p
44 {
45 margin-top: .6em;
46 margin-bottom: .6em;
47 }
48
49 dt
50 {
51 margin: 0.5em 0em;
52 }
53
54 ul, ol
55 {
56 margin-top: .6em;
57 margin-bottom: 0em;
58 }
59
60 ol
61 {
62 margin-left: 3.6em;
63 }
64
65 ul
66 {
67 list-style-type: disc;
68 margin-left: 1.9em;
69 }
70
71 li
72 {
73 margin-bottom: .6em;
74 }
75
76 tt
77 {
78 font-family: Andale Mono, Courier New, Courier, mono;
79 }
80
81 pre
82 {
83 margin: 0.8em 2em;
84 padding: 0.4em;
85 font-family: Andale Mono, Courier New, Courier, mono;
86 color: #550000;
87 background: #eeeeee;
88 }
89
90 table
91 {
92 width: 90%;
93 background: #999999;
94 margin-top: 0em;
95 margin-bottom: .3em;
96 background: #ffffff;
97 }
98
99 td
100 {
101 margin: .25em;
102 padding: 2px 4px;
103 background: #eeeeee;
104 vertical-align: top;
105 font-size: 100%;
106 }
107
108 tr
109 {
110 margin: .25em;
111 vertical-align: top;
112 }
113
114 a:link { color: #0066ff; }
115 a:visited { color: #996600; }
116 a:hover { color: #cc9900; }
117