]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/wx.css
remove ODBC and DBgrid libraries
[wxWidgets.git] / docs / latex / wx / wx.css
1 body
2 {
3 padding: 0px 0px 0px 0px;
4 background: #ffffff;
5 color: #000000;
6 font-family: Verdana, Arial, Helvetica, sans-serif;
7 }
8
9 div
10 {
11 width: 90%;
12 border: 2px solid #999999;
13 padding: 4px 8px;
14 background: #cccccc;
15 }
16
17 h1, h2, h3, h4
18 {
19 font-family: Verdana, Arial, Helvetica, sans-serif;
20 }
21
22 h1
23 {
24 font-size: 200%;
25 margin-top: 1em;
26 margin-bottom: .6em;
27 }
28
29 h2
30 {
31 font-size: 150%;
32 margin-top: 1em;
33 margin-bottom: .6em;
34 }
35
36 h3
37 {
38 font-size: 120%;
39 margin-left: 0px;
40 margin-bottom: 0.2em;
41 margin-top: 1.5em;
42 }
43
44 h4
45 {
46 margin-top: 1em;
47 margin-bottom: .6em;
48 }
49
50 h5
51 {
52 margin-bottom: 1em;
53 margin-top: 1.5em;
54 }
55
56
57 ul p, ol p, dl p
58 {
59 margin-left: 0em;
60 }
61
62 p
63 {
64 margin-top: .6em;
65 margin-bottom: .6em;
66 }
67
68 dl
69 {
70 margin-top: 0em;
71 }
72
73 dd
74 {
75 margin-bottom: 0em;
76 margin-left: 1.5em;
77 }
78
79 dt
80 {
81 margin-top: .6em;
82 }
83
84 ul, ol
85 {
86 margin-top: .6em;
87 margin-bottom: 0em;
88 }
89
90 ol
91 {
92 margin-left: 3.6em;
93 }
94
95 ul
96 {
97 list-style-type: disc;
98 margin-left: 1.9em;
99 }
100
101 li
102 {
103 margin-bottom: .6em;
104 }
105
106 tt
107 {
108 font-family: Andale Mono, Courier New, Courier, mono;
109 }
110
111 pre
112 {
113 margin-top: .6em;
114 margin-bottom: .6em;
115 margin-left: 2em;
116 margin-right: 2em;
117 font-family: Andale Mono, Courier New, Courier, mono;
118 color: #550000;
119 background: #eeeeee;
120 }
121
122 table
123 {
124 width: 90%;
125 background: #999999;
126 margin-top: 0em;
127 margin-bottom: .3em;
128 background: #ffffff;
129 }
130
131 th
132 {
133 padding: 2px 4px;
134 background: #dddddd;
135 text-align: left;
136 vertical-align: top;
137 margin: .25em;
138 }
139
140 td
141 {
142 margin: .25em;
143 padding: 2px 4px;
144 background: #eeeeee;
145 vertical-align: top;
146 }
147
148 tr
149 {
150 margin: .25em;
151 vertical-align: top;
152 }
153
154 a:link
155 {
156 color: #0066ff;
157 }
158
159 a:visited
160 {
161 color: #996600;
162 }
163
164 a:hover
165 {
166 color: #cc9900;
167 }
168
169
170
171 body, td, pre, tt
172 {
173 font-size: 100%;
174 }
175
176 h4, th
177 {
178 font-size: 120%;
179 }