blob: decae9e3941302a33be302993fd0b85f69cb72fe [file] [log] [blame]
Dan Albert0238a202014-08-22 00:52:41 +00001BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
2 font-family: Geneva, Arial, Helvetica, sans-serif;
The Android Open Source Project562be062009-03-03 19:30:48 -08003}
Dan Albert0238a202014-08-22 00:52:41 +00004BODY,TD {
5 font-size: 90%;
6}
7H1 {
The Android Open Source Project562be062009-03-03 19:30:48 -08008 text-align: center;
Dan Albert0238a202014-08-22 00:52:41 +00009 font-size: 160%;
The Android Open Source Project562be062009-03-03 19:30:48 -080010}
Dan Albert0238a202014-08-22 00:52:41 +000011H2 {
12 font-size: 120%;
The Android Open Source Project562be062009-03-03 19:30:48 -080013}
Dan Albert0238a202014-08-22 00:52:41 +000014H3 {
15 font-size: 100%;
The Android Open Source Project562be062009-03-03 19:30:48 -080016}
Dan Albert0238a202014-08-22 00:52:41 +000017CAPTION { font-weight: bold }
18DIV.qindex {
19 width: 100%;
20 background-color: #eeeeff;
21 border: 1px solid #b0b0b0;
The Android Open Source Project562be062009-03-03 19:30:48 -080022 text-align: center;
23 margin: 2px;
24 padding: 2px;
The Android Open Source Project562be062009-03-03 19:30:48 -080025 line-height: 140%;
26}
Dan Albert0238a202014-08-22 00:52:41 +000027DIV.nav {
28 width: 100%;
29 background-color: #eeeeff;
30 border: 1px solid #b0b0b0;
31 text-align: center;
32 margin: 2px;
33 padding: 2px;
34 line-height: 140%;
The Android Open Source Project562be062009-03-03 19:30:48 -080035}
Dan Albert0238a202014-08-22 00:52:41 +000036DIV.navtab {
37 background-color: #eeeeff;
38 border: 1px solid #b0b0b0;
39 text-align: center;
40 margin: 2px;
41 margin-right: 15px;
42 padding: 2px;
43}
44TD.navtab {
45 font-size: 70%;
46}
47A.qindex {
48 text-decoration: none;
49 font-weight: bold;
50 color: #1A419D;
51}
52A.qindex:visited {
53 text-decoration: none;
54 font-weight: bold;
55 color: #1A419D
56}
57A.qindex:hover {
The Android Open Source Project562be062009-03-03 19:30:48 -080058 text-decoration: none;
Dan Albert0238a202014-08-22 00:52:41 +000059 background-color: #ddddff;
The Android Open Source Project562be062009-03-03 19:30:48 -080060}
Dan Albert0238a202014-08-22 00:52:41 +000061A.qindexHL {
62 text-decoration: none;
The Android Open Source Project562be062009-03-03 19:30:48 -080063 font-weight: bold;
64 background-color: #6666cc;
65 color: #ffffff;
66 border: 1px double #9295C2;
67}
Dan Albert0238a202014-08-22 00:52:41 +000068A.qindexHL:hover {
69 text-decoration: none;
70 background-color: #6666cc;
71 color: #ffffff;
The Android Open Source Project562be062009-03-03 19:30:48 -080072}
Dan Albert0238a202014-08-22 00:52:41 +000073A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
74A.el { text-decoration: none; font-weight: bold }
75A.elRef { font-weight: bold }
76A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
77A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
78A.codeRef:link { font-weight: normal; color: #0000FF}
79A.codeRef:visited { font-weight: normal; color: #0000FF}
80A:hover { text-decoration: none; background-color: #f2f2ff }
81DL.el { margin-left: -1cm }
The Android Open Source Project562be062009-03-03 19:30:48 -080082.fragment {
Dan Albert0238a202014-08-22 00:52:41 +000083 font-family: Fixed, monospace;
84 font-size: 95%;
The Android Open Source Project562be062009-03-03 19:30:48 -080085}
Dan Albert0238a202014-08-22 00:52:41 +000086PRE.fragment {
The Android Open Source Project562be062009-03-03 19:30:48 -080087 border: 1px solid #CCCCCC;
88 background-color: #f5f5f5;
Dan Albert0238a202014-08-22 00:52:41 +000089 margin-top: 4px;
90 margin-bottom: 4px;
91 margin-left: 2px;
92 margin-right: 8px;
93 padding-left: 6px;
94 padding-right: 6px;
95 padding-top: 4px;
96 padding-bottom: 4px;
The Android Open Source Project562be062009-03-03 19:30:48 -080097}
Dan Albert0238a202014-08-22 00:52:41 +000098DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
99TD.md { background-color: #F4F4FB; font-weight: bold; }
100TD.mdPrefix {
101 background-color: #F4F4FB;
102 color: #606060;
103 font-size: 80%;
The Android Open Source Project562be062009-03-03 19:30:48 -0800104}
Dan Albert0238a202014-08-22 00:52:41 +0000105TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
106TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
107DIV.groupHeader {
108 margin-left: 16px;
109 margin-top: 12px;
110 margin-bottom: 6px;
111 font-weight: bold;
The Android Open Source Project562be062009-03-03 19:30:48 -0800112}
Dan Albert0238a202014-08-22 00:52:41 +0000113DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
114BODY {
The Android Open Source Project562be062009-03-03 19:30:48 -0800115 background: white;
116 color: black;
117 margin-right: 20px;
118 margin-left: 20px;
119}
Dan Albert0238a202014-08-22 00:52:41 +0000120TD.indexkey {
121 background-color: #eeeeff;
The Android Open Source Project562be062009-03-03 19:30:48 -0800122 font-weight: bold;
Dan Albert0238a202014-08-22 00:52:41 +0000123 padding-right : 10px;
124 padding-top : 2px;
125 padding-left : 10px;
126 padding-bottom : 2px;
127 margin-left : 0px;
128 margin-right : 0px;
129 margin-top : 2px;
130 margin-bottom : 2px;
The Android Open Source Project562be062009-03-03 19:30:48 -0800131 border: 1px solid #CCCCCC;
132}
Dan Albert0238a202014-08-22 00:52:41 +0000133TD.indexvalue {
134 background-color: #eeeeff;
135 font-style: italic;
136 padding-right : 10px;
137 padding-top : 2px;
138 padding-left : 10px;
139 padding-bottom : 2px;
140 margin-left : 0px;
141 margin-right : 0px;
142 margin-top : 2px;
143 margin-bottom : 2px;
The Android Open Source Project562be062009-03-03 19:30:48 -0800144 border: 1px solid #CCCCCC;
145}
Dan Albert0238a202014-08-22 00:52:41 +0000146TR.memlist {
147 background-color: #f0f0f0;
The Android Open Source Project562be062009-03-03 19:30:48 -0800148}
Dan Albert0238a202014-08-22 00:52:41 +0000149P.formulaDsp { text-align: center; }
150IMG.formulaDsp { }
151IMG.formulaInl { vertical-align: middle; }
152SPAN.keyword { color: #008000 }
153SPAN.keywordtype { color: #604020 }
154SPAN.keywordflow { color: #e08000 }
155SPAN.comment { color: #800000 }
156SPAN.preprocessor { color: #806020 }
157SPAN.stringliteral { color: #002080 }
158SPAN.charliteral { color: #008080 }
159.mdTable {
160 border: 1px solid #868686;
161 background-color: #F4F4FB;
The Android Open Source Project562be062009-03-03 19:30:48 -0800162}
Dan Albert0238a202014-08-22 00:52:41 +0000163.mdRow {
164 padding: 8px 10px;
The Android Open Source Project562be062009-03-03 19:30:48 -0800165}
Dan Albert0238a202014-08-22 00:52:41 +0000166.mdescLeft {
167 padding: 0px 8px 4px 8px;
The Android Open Source Project562be062009-03-03 19:30:48 -0800168 font-size: 80%;
Dan Albert0238a202014-08-22 00:52:41 +0000169 font-style: italic;
170 background-color: #FAFAFA;
171 border-top: 1px none #E0E0E0;
172 border-right: 1px none #E0E0E0;
173 border-bottom: 1px none #E0E0E0;
174 border-left: 1px none #E0E0E0;
Dan Albertc3bbea32014-08-21 15:48:37 -0700175 margin: 0px;
176}
Dan Albert0238a202014-08-22 00:52:41 +0000177.mdescRight {
178 padding: 0px 8px 4px 8px;
179 font-size: 80%;
180 font-style: italic;
181 background-color: #FAFAFA;
182 border-top: 1px none #E0E0E0;
183 border-right: 1px none #E0E0E0;
184 border-bottom: 1px none #E0E0E0;
185 border-left: 1px none #E0E0E0;
Dan Albertc3bbea32014-08-21 15:48:37 -0700186 margin: 0px;
187}
Dan Albert0238a202014-08-22 00:52:41 +0000188.memItemLeft {
189 padding: 1px 0px 0px 8px;
190 margin: 4px;
191 border-top-width: 1px;
192 border-right-width: 1px;
193 border-bottom-width: 1px;
194 border-left-width: 1px;
195 border-top-color: #E0E0E0;
196 border-right-color: #E0E0E0;
197 border-bottom-color: #E0E0E0;
198 border-left-color: #E0E0E0;
199 border-top-style: solid;
200 border-right-style: none;
201 border-bottom-style: none;
202 border-left-style: none;
203 background-color: #FAFAFA;
204 font-size: 80%;
Dan Albertc3bbea32014-08-21 15:48:37 -0700205}
Dan Albert0238a202014-08-22 00:52:41 +0000206.memItemRight {
207 padding: 1px 8px 0px 8px;
208 margin: 4px;
209 border-top-width: 1px;
210 border-right-width: 1px;
211 border-bottom-width: 1px;
212 border-left-width: 1px;
213 border-top-color: #E0E0E0;
214 border-right-color: #E0E0E0;
215 border-bottom-color: #E0E0E0;
216 border-left-color: #E0E0E0;
217 border-top-style: solid;
218 border-right-style: none;
219 border-bottom-style: none;
220 border-left-style: none;
221 background-color: #FAFAFA;
222 font-size: 80%;
Dan Albertc3bbea32014-08-21 15:48:37 -0700223}
Dan Albert0238a202014-08-22 00:52:41 +0000224.memTemplItemLeft {
225 padding: 1px 0px 0px 8px;
226 margin: 4px;
227 border-top-width: 1px;
228 border-right-width: 1px;
229 border-bottom-width: 1px;
230 border-left-width: 1px;
231 border-top-color: #E0E0E0;
232 border-right-color: #E0E0E0;
233 border-bottom-color: #E0E0E0;
234 border-left-color: #E0E0E0;
235 border-top-style: none;
236 border-right-style: none;
237 border-bottom-style: none;
238 border-left-style: none;
239 background-color: #FAFAFA;
240 font-size: 80%;
Dan Albertc3bbea32014-08-21 15:48:37 -0700241}
Dan Albert0238a202014-08-22 00:52:41 +0000242.memTemplItemRight {
243 padding: 1px 8px 0px 8px;
244 margin: 4px;
245 border-top-width: 1px;
246 border-right-width: 1px;
247 border-bottom-width: 1px;
248 border-left-width: 1px;
249 border-top-color: #E0E0E0;
250 border-right-color: #E0E0E0;
251 border-bottom-color: #E0E0E0;
252 border-left-color: #E0E0E0;
253 border-top-style: none;
254 border-right-style: none;
255 border-bottom-style: none;
256 border-left-style: none;
257 background-color: #FAFAFA;
258 font-size: 80%;
Dan Albertc3bbea32014-08-21 15:48:37 -0700259}
Dan Albert0238a202014-08-22 00:52:41 +0000260.memTemplParams {
261 padding: 1px 0px 0px 8px;
262 margin: 4px;
263 border-top-width: 1px;
264 border-right-width: 1px;
265 border-bottom-width: 1px;
266 border-left-width: 1px;
267 border-top-color: #E0E0E0;
268 border-right-color: #E0E0E0;
269 border-bottom-color: #E0E0E0;
270 border-left-color: #E0E0E0;
271 border-top-style: solid;
272 border-right-style: none;
273 border-bottom-style: none;
274 border-left-style: none;
275 color: #606060;
276 background-color: #FAFAFA;
277 font-size: 80%;
Dan Albertc3bbea32014-08-21 15:48:37 -0700278}
Dan Albert0238a202014-08-22 00:52:41 +0000279.search { color: #003399;
280 font-weight: bold;
281}
282FORM.search {
283 margin-bottom: 0px;
284 margin-top: 0px;
285}
286INPUT.search { font-size: 75%;
287 color: #000080;
288 font-weight: normal;
289 background-color: #eeeeff;
290}
291TD.tiny { font-size: 75%;
292}
293a {
294 color: #252E78;
295}
296a:visited {
297 color: #3D2185;
298}
299.dirtab { padding: 4px;
300 border-collapse: collapse;
301 border: 1px solid #b0b0b0;
302}
303TH.dirtab { background: #eeeeff;
304 font-weight: bold;
305}
306HR { height: 1px;
307 border: none;
308 border-top: 1px solid black;
309}