xref: /aosp_15_r20/external/subsampling-scale-image-view/docs/javadoc/stylesheet.css (revision b596130c744e645677984e0225561b580e00a40b)
1*b596130cSAndroid Build Coastguard Worker/* Javadoc style sheet */
2*b596130cSAndroid Build Coastguard Worker/*
3*b596130cSAndroid Build Coastguard WorkerOverall document style
4*b596130cSAndroid Build Coastguard Worker*/
5*b596130cSAndroid Build Coastguard Worker
6*b596130cSAndroid Build Coastguard Worker@import url('resources/fonts/dejavu.css');
7*b596130cSAndroid Build Coastguard Worker
8*b596130cSAndroid Build Coastguard Workerbody {
9*b596130cSAndroid Build Coastguard Worker    background-color:#ffffff;
10*b596130cSAndroid Build Coastguard Worker    color:#353833;
11*b596130cSAndroid Build Coastguard Worker    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
12*b596130cSAndroid Build Coastguard Worker    font-size:14px;
13*b596130cSAndroid Build Coastguard Worker    margin:0;
14*b596130cSAndroid Build Coastguard Worker}
15*b596130cSAndroid Build Coastguard Workera:link, a:visited {
16*b596130cSAndroid Build Coastguard Worker    text-decoration:none;
17*b596130cSAndroid Build Coastguard Worker    color:#4A6782;
18*b596130cSAndroid Build Coastguard Worker}
19*b596130cSAndroid Build Coastguard Workera:hover, a:focus {
20*b596130cSAndroid Build Coastguard Worker    text-decoration:none;
21*b596130cSAndroid Build Coastguard Worker    color:#bb7a2a;
22*b596130cSAndroid Build Coastguard Worker}
23*b596130cSAndroid Build Coastguard Workera:active {
24*b596130cSAndroid Build Coastguard Worker    text-decoration:none;
25*b596130cSAndroid Build Coastguard Worker    color:#4A6782;
26*b596130cSAndroid Build Coastguard Worker}
27*b596130cSAndroid Build Coastguard Workera[name] {
28*b596130cSAndroid Build Coastguard Worker    color:#353833;
29*b596130cSAndroid Build Coastguard Worker}
30*b596130cSAndroid Build Coastguard Workera[name]:hover {
31*b596130cSAndroid Build Coastguard Worker    text-decoration:none;
32*b596130cSAndroid Build Coastguard Worker    color:#353833;
33*b596130cSAndroid Build Coastguard Worker}
34*b596130cSAndroid Build Coastguard Workerpre {
35*b596130cSAndroid Build Coastguard Worker    font-family:'DejaVu Sans Mono', monospace;
36*b596130cSAndroid Build Coastguard Worker    font-size:14px;
37*b596130cSAndroid Build Coastguard Worker}
38*b596130cSAndroid Build Coastguard Workerh1 {
39*b596130cSAndroid Build Coastguard Worker    font-size:20px;
40*b596130cSAndroid Build Coastguard Worker}
41*b596130cSAndroid Build Coastguard Workerh2 {
42*b596130cSAndroid Build Coastguard Worker    font-size:18px;
43*b596130cSAndroid Build Coastguard Worker}
44*b596130cSAndroid Build Coastguard Workerh3 {
45*b596130cSAndroid Build Coastguard Worker    font-size:16px;
46*b596130cSAndroid Build Coastguard Worker    font-style:italic;
47*b596130cSAndroid Build Coastguard Worker}
48*b596130cSAndroid Build Coastguard Workerh4 {
49*b596130cSAndroid Build Coastguard Worker    font-size:13px;
50*b596130cSAndroid Build Coastguard Worker}
51*b596130cSAndroid Build Coastguard Workerh5 {
52*b596130cSAndroid Build Coastguard Worker    font-size:12px;
53*b596130cSAndroid Build Coastguard Worker}
54*b596130cSAndroid Build Coastguard Workerh6 {
55*b596130cSAndroid Build Coastguard Worker    font-size:11px;
56*b596130cSAndroid Build Coastguard Worker}
57*b596130cSAndroid Build Coastguard Workerul {
58*b596130cSAndroid Build Coastguard Worker    list-style-type:disc;
59*b596130cSAndroid Build Coastguard Worker}
60*b596130cSAndroid Build Coastguard Workercode, tt {
61*b596130cSAndroid Build Coastguard Worker    font-family:'DejaVu Sans Mono', monospace;
62*b596130cSAndroid Build Coastguard Worker    font-size:14px;
63*b596130cSAndroid Build Coastguard Worker    padding-top:4px;
64*b596130cSAndroid Build Coastguard Worker    margin-top:8px;
65*b596130cSAndroid Build Coastguard Worker    line-height:1.4em;
66*b596130cSAndroid Build Coastguard Worker}
67*b596130cSAndroid Build Coastguard Workerdt code {
68*b596130cSAndroid Build Coastguard Worker    font-family:'DejaVu Sans Mono', monospace;
69*b596130cSAndroid Build Coastguard Worker    font-size:14px;
70*b596130cSAndroid Build Coastguard Worker    padding-top:4px;
71*b596130cSAndroid Build Coastguard Worker}
72*b596130cSAndroid Build Coastguard Workertable tr td dt code {
73*b596130cSAndroid Build Coastguard Worker    font-family:'DejaVu Sans Mono', monospace;
74*b596130cSAndroid Build Coastguard Worker    font-size:14px;
75*b596130cSAndroid Build Coastguard Worker    vertical-align:top;
76*b596130cSAndroid Build Coastguard Worker    padding-top:4px;
77*b596130cSAndroid Build Coastguard Worker}
78*b596130cSAndroid Build Coastguard Workersup {
79*b596130cSAndroid Build Coastguard Worker    font-size:8px;
80*b596130cSAndroid Build Coastguard Worker}
81*b596130cSAndroid Build Coastguard Worker/*
82*b596130cSAndroid Build Coastguard WorkerDocument title and Copyright styles
83*b596130cSAndroid Build Coastguard Worker*/
84*b596130cSAndroid Build Coastguard Worker.clear {
85*b596130cSAndroid Build Coastguard Worker    clear:both;
86*b596130cSAndroid Build Coastguard Worker    height:0px;
87*b596130cSAndroid Build Coastguard Worker    overflow:hidden;
88*b596130cSAndroid Build Coastguard Worker}
89*b596130cSAndroid Build Coastguard Worker.aboutLanguage {
90*b596130cSAndroid Build Coastguard Worker    float:right;
91*b596130cSAndroid Build Coastguard Worker    padding:0px 21px;
92*b596130cSAndroid Build Coastguard Worker    font-size:11px;
93*b596130cSAndroid Build Coastguard Worker    z-index:200;
94*b596130cSAndroid Build Coastguard Worker    margin-top:-9px;
95*b596130cSAndroid Build Coastguard Worker}
96*b596130cSAndroid Build Coastguard Worker.legalCopy {
97*b596130cSAndroid Build Coastguard Worker    margin-left:.5em;
98*b596130cSAndroid Build Coastguard Worker}
99*b596130cSAndroid Build Coastguard Worker.bar a, .bar a:link, .bar a:visited, .bar a:active {
100*b596130cSAndroid Build Coastguard Worker    color:#FFFFFF;
101*b596130cSAndroid Build Coastguard Worker    text-decoration:none;
102*b596130cSAndroid Build Coastguard Worker}
103*b596130cSAndroid Build Coastguard Worker.bar a:hover, .bar a:focus {
104*b596130cSAndroid Build Coastguard Worker    color:#bb7a2a;
105*b596130cSAndroid Build Coastguard Worker}
106*b596130cSAndroid Build Coastguard Worker.tab {
107*b596130cSAndroid Build Coastguard Worker    background-color:#0066FF;
108*b596130cSAndroid Build Coastguard Worker    color:#ffffff;
109*b596130cSAndroid Build Coastguard Worker    padding:8px;
110*b596130cSAndroid Build Coastguard Worker    width:5em;
111*b596130cSAndroid Build Coastguard Worker    font-weight:bold;
112*b596130cSAndroid Build Coastguard Worker}
113*b596130cSAndroid Build Coastguard Worker/*
114*b596130cSAndroid Build Coastguard WorkerNavigation bar styles
115*b596130cSAndroid Build Coastguard Worker*/
116*b596130cSAndroid Build Coastguard Worker.bar {
117*b596130cSAndroid Build Coastguard Worker    background-color:#4D7A97;
118*b596130cSAndroid Build Coastguard Worker    color:#FFFFFF;
119*b596130cSAndroid Build Coastguard Worker    padding:.8em .5em .4em .8em;
120*b596130cSAndroid Build Coastguard Worker    height:auto;/*height:1.8em;*/
121*b596130cSAndroid Build Coastguard Worker    font-size:11px;
122*b596130cSAndroid Build Coastguard Worker    margin:0;
123*b596130cSAndroid Build Coastguard Worker}
124*b596130cSAndroid Build Coastguard Worker.topNav {
125*b596130cSAndroid Build Coastguard Worker    background-color:#4D7A97;
126*b596130cSAndroid Build Coastguard Worker    color:#FFFFFF;
127*b596130cSAndroid Build Coastguard Worker    float:left;
128*b596130cSAndroid Build Coastguard Worker    padding:0;
129*b596130cSAndroid Build Coastguard Worker    width:100%;
130*b596130cSAndroid Build Coastguard Worker    clear:right;
131*b596130cSAndroid Build Coastguard Worker    height:2.8em;
132*b596130cSAndroid Build Coastguard Worker    padding-top:10px;
133*b596130cSAndroid Build Coastguard Worker    overflow:hidden;
134*b596130cSAndroid Build Coastguard Worker    font-size:12px;
135*b596130cSAndroid Build Coastguard Worker}
136*b596130cSAndroid Build Coastguard Worker.bottomNav {
137*b596130cSAndroid Build Coastguard Worker    margin-top:10px;
138*b596130cSAndroid Build Coastguard Worker    background-color:#4D7A97;
139*b596130cSAndroid Build Coastguard Worker    color:#FFFFFF;
140*b596130cSAndroid Build Coastguard Worker    float:left;
141*b596130cSAndroid Build Coastguard Worker    padding:0;
142*b596130cSAndroid Build Coastguard Worker    width:100%;
143*b596130cSAndroid Build Coastguard Worker    clear:right;
144*b596130cSAndroid Build Coastguard Worker    height:2.8em;
145*b596130cSAndroid Build Coastguard Worker    padding-top:10px;
146*b596130cSAndroid Build Coastguard Worker    overflow:hidden;
147*b596130cSAndroid Build Coastguard Worker    font-size:12px;
148*b596130cSAndroid Build Coastguard Worker}
149*b596130cSAndroid Build Coastguard Worker.subNav {
150*b596130cSAndroid Build Coastguard Worker    background-color:#dee3e9;
151*b596130cSAndroid Build Coastguard Worker    float:left;
152*b596130cSAndroid Build Coastguard Worker    width:100%;
153*b596130cSAndroid Build Coastguard Worker    overflow:hidden;
154*b596130cSAndroid Build Coastguard Worker    font-size:12px;
155*b596130cSAndroid Build Coastguard Worker}
156*b596130cSAndroid Build Coastguard Worker.subNav div {
157*b596130cSAndroid Build Coastguard Worker    clear:left;
158*b596130cSAndroid Build Coastguard Worker    float:left;
159*b596130cSAndroid Build Coastguard Worker    padding:0 0 5px 6px;
160*b596130cSAndroid Build Coastguard Worker    text-transform:uppercase;
161*b596130cSAndroid Build Coastguard Worker}
162*b596130cSAndroid Build Coastguard Workerul.navList, ul.subNavList {
163*b596130cSAndroid Build Coastguard Worker    float:left;
164*b596130cSAndroid Build Coastguard Worker    margin:0 25px 0 0;
165*b596130cSAndroid Build Coastguard Worker    padding:0;
166*b596130cSAndroid Build Coastguard Worker}
167*b596130cSAndroid Build Coastguard Workerul.navList li{
168*b596130cSAndroid Build Coastguard Worker    list-style:none;
169*b596130cSAndroid Build Coastguard Worker    float:left;
170*b596130cSAndroid Build Coastguard Worker    padding: 5px 6px;
171*b596130cSAndroid Build Coastguard Worker    text-transform:uppercase;
172*b596130cSAndroid Build Coastguard Worker}
173*b596130cSAndroid Build Coastguard Workerul.subNavList li{
174*b596130cSAndroid Build Coastguard Worker    list-style:none;
175*b596130cSAndroid Build Coastguard Worker    float:left;
176*b596130cSAndroid Build Coastguard Worker}
177*b596130cSAndroid Build Coastguard Worker.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
178*b596130cSAndroid Build Coastguard Worker    color:#FFFFFF;
179*b596130cSAndroid Build Coastguard Worker    text-decoration:none;
180*b596130cSAndroid Build Coastguard Worker    text-transform:uppercase;
181*b596130cSAndroid Build Coastguard Worker}
182*b596130cSAndroid Build Coastguard Worker.topNav a:hover, .bottomNav a:hover {
183*b596130cSAndroid Build Coastguard Worker    text-decoration:none;
184*b596130cSAndroid Build Coastguard Worker    color:#bb7a2a;
185*b596130cSAndroid Build Coastguard Worker    text-transform:uppercase;
186*b596130cSAndroid Build Coastguard Worker}
187*b596130cSAndroid Build Coastguard Worker.navBarCell1Rev {
188*b596130cSAndroid Build Coastguard Worker    background-color:#F8981D;
189*b596130cSAndroid Build Coastguard Worker    color:#253441;
190*b596130cSAndroid Build Coastguard Worker    margin: auto 5px;
191*b596130cSAndroid Build Coastguard Worker}
192*b596130cSAndroid Build Coastguard Worker.skipNav {
193*b596130cSAndroid Build Coastguard Worker    position:absolute;
194*b596130cSAndroid Build Coastguard Worker    top:auto;
195*b596130cSAndroid Build Coastguard Worker    left:-9999px;
196*b596130cSAndroid Build Coastguard Worker    overflow:hidden;
197*b596130cSAndroid Build Coastguard Worker}
198*b596130cSAndroid Build Coastguard Worker/*
199*b596130cSAndroid Build Coastguard WorkerPage header and footer styles
200*b596130cSAndroid Build Coastguard Worker*/
201*b596130cSAndroid Build Coastguard Worker.header, .footer {
202*b596130cSAndroid Build Coastguard Worker    clear:both;
203*b596130cSAndroid Build Coastguard Worker    margin:0 20px;
204*b596130cSAndroid Build Coastguard Worker    padding:5px 0 0 0;
205*b596130cSAndroid Build Coastguard Worker}
206*b596130cSAndroid Build Coastguard Worker.indexHeader {
207*b596130cSAndroid Build Coastguard Worker    margin:10px;
208*b596130cSAndroid Build Coastguard Worker    position:relative;
209*b596130cSAndroid Build Coastguard Worker}
210*b596130cSAndroid Build Coastguard Worker.indexHeader span{
211*b596130cSAndroid Build Coastguard Worker    margin-right:15px;
212*b596130cSAndroid Build Coastguard Worker}
213*b596130cSAndroid Build Coastguard Worker.indexHeader h1 {
214*b596130cSAndroid Build Coastguard Worker    font-size:13px;
215*b596130cSAndroid Build Coastguard Worker}
216*b596130cSAndroid Build Coastguard Worker.title {
217*b596130cSAndroid Build Coastguard Worker    color:#2c4557;
218*b596130cSAndroid Build Coastguard Worker    margin:10px 0;
219*b596130cSAndroid Build Coastguard Worker}
220*b596130cSAndroid Build Coastguard Worker.subTitle {
221*b596130cSAndroid Build Coastguard Worker    margin:5px 0 0 0;
222*b596130cSAndroid Build Coastguard Worker}
223*b596130cSAndroid Build Coastguard Worker.header ul {
224*b596130cSAndroid Build Coastguard Worker    margin:0 0 15px 0;
225*b596130cSAndroid Build Coastguard Worker    padding:0;
226*b596130cSAndroid Build Coastguard Worker}
227*b596130cSAndroid Build Coastguard Worker.footer ul {
228*b596130cSAndroid Build Coastguard Worker    margin:20px 0 5px 0;
229*b596130cSAndroid Build Coastguard Worker}
230*b596130cSAndroid Build Coastguard Worker.header ul li, .footer ul li {
231*b596130cSAndroid Build Coastguard Worker    list-style:none;
232*b596130cSAndroid Build Coastguard Worker    font-size:13px;
233*b596130cSAndroid Build Coastguard Worker}
234*b596130cSAndroid Build Coastguard Worker/*
235*b596130cSAndroid Build Coastguard WorkerHeading styles
236*b596130cSAndroid Build Coastguard Worker*/
237*b596130cSAndroid Build Coastguard Workerdiv.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
238*b596130cSAndroid Build Coastguard Worker    background-color:#dee3e9;
239*b596130cSAndroid Build Coastguard Worker    border:1px solid #d0d9e0;
240*b596130cSAndroid Build Coastguard Worker    margin:0 0 6px -8px;
241*b596130cSAndroid Build Coastguard Worker    padding:7px 5px;
242*b596130cSAndroid Build Coastguard Worker}
243*b596130cSAndroid Build Coastguard Workerul.blockList ul.blockList ul.blockList li.blockList h3 {
244*b596130cSAndroid Build Coastguard Worker    background-color:#dee3e9;
245*b596130cSAndroid Build Coastguard Worker    border:1px solid #d0d9e0;
246*b596130cSAndroid Build Coastguard Worker    margin:0 0 6px -8px;
247*b596130cSAndroid Build Coastguard Worker    padding:7px 5px;
248*b596130cSAndroid Build Coastguard Worker}
249*b596130cSAndroid Build Coastguard Workerul.blockList ul.blockList li.blockList h3 {
250*b596130cSAndroid Build Coastguard Worker    padding:0;
251*b596130cSAndroid Build Coastguard Worker    margin:15px 0;
252*b596130cSAndroid Build Coastguard Worker}
253*b596130cSAndroid Build Coastguard Workerul.blockList li.blockList h2 {
254*b596130cSAndroid Build Coastguard Worker    padding:0px 0 20px 0;
255*b596130cSAndroid Build Coastguard Worker}
256*b596130cSAndroid Build Coastguard Worker/*
257*b596130cSAndroid Build Coastguard WorkerPage layout container styles
258*b596130cSAndroid Build Coastguard Worker*/
259*b596130cSAndroid Build Coastguard Worker.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
260*b596130cSAndroid Build Coastguard Worker    clear:both;
261*b596130cSAndroid Build Coastguard Worker    padding:10px 20px;
262*b596130cSAndroid Build Coastguard Worker    position:relative;
263*b596130cSAndroid Build Coastguard Worker}
264*b596130cSAndroid Build Coastguard Worker.indexContainer {
265*b596130cSAndroid Build Coastguard Worker    margin:10px;
266*b596130cSAndroid Build Coastguard Worker    position:relative;
267*b596130cSAndroid Build Coastguard Worker    font-size:12px;
268*b596130cSAndroid Build Coastguard Worker}
269*b596130cSAndroid Build Coastguard Worker.indexContainer h2 {
270*b596130cSAndroid Build Coastguard Worker    font-size:13px;
271*b596130cSAndroid Build Coastguard Worker    padding:0 0 3px 0;
272*b596130cSAndroid Build Coastguard Worker}
273*b596130cSAndroid Build Coastguard Worker.indexContainer ul {
274*b596130cSAndroid Build Coastguard Worker    margin:0;
275*b596130cSAndroid Build Coastguard Worker    padding:0;
276*b596130cSAndroid Build Coastguard Worker}
277*b596130cSAndroid Build Coastguard Worker.indexContainer ul li {
278*b596130cSAndroid Build Coastguard Worker    list-style:none;
279*b596130cSAndroid Build Coastguard Worker    padding-top:2px;
280*b596130cSAndroid Build Coastguard Worker}
281*b596130cSAndroid Build Coastguard Worker.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
282*b596130cSAndroid Build Coastguard Worker    font-size:12px;
283*b596130cSAndroid Build Coastguard Worker    font-weight:bold;
284*b596130cSAndroid Build Coastguard Worker    margin:10px 0 0 0;
285*b596130cSAndroid Build Coastguard Worker    color:#4E4E4E;
286*b596130cSAndroid Build Coastguard Worker}
287*b596130cSAndroid Build Coastguard Worker.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
288*b596130cSAndroid Build Coastguard Worker    margin:5px 0 10px 0px;
289*b596130cSAndroid Build Coastguard Worker    font-size:14px;
290*b596130cSAndroid Build Coastguard Worker    font-family:'DejaVu Sans Mono',monospace;
291*b596130cSAndroid Build Coastguard Worker}
292*b596130cSAndroid Build Coastguard Worker.serializedFormContainer dl.nameValue dt {
293*b596130cSAndroid Build Coastguard Worker    margin-left:1px;
294*b596130cSAndroid Build Coastguard Worker    font-size:1.1em;
295*b596130cSAndroid Build Coastguard Worker    display:inline;
296*b596130cSAndroid Build Coastguard Worker    font-weight:bold;
297*b596130cSAndroid Build Coastguard Worker}
298*b596130cSAndroid Build Coastguard Worker.serializedFormContainer dl.nameValue dd {
299*b596130cSAndroid Build Coastguard Worker    margin:0 0 0 1px;
300*b596130cSAndroid Build Coastguard Worker    font-size:1.1em;
301*b596130cSAndroid Build Coastguard Worker    display:inline;
302*b596130cSAndroid Build Coastguard Worker}
303*b596130cSAndroid Build Coastguard Worker/*
304*b596130cSAndroid Build Coastguard WorkerList styles
305*b596130cSAndroid Build Coastguard Worker*/
306*b596130cSAndroid Build Coastguard Workerul.horizontal li {
307*b596130cSAndroid Build Coastguard Worker    display:inline;
308*b596130cSAndroid Build Coastguard Worker    font-size:0.9em;
309*b596130cSAndroid Build Coastguard Worker}
310*b596130cSAndroid Build Coastguard Workerul.inheritance {
311*b596130cSAndroid Build Coastguard Worker    margin:0;
312*b596130cSAndroid Build Coastguard Worker    padding:0;
313*b596130cSAndroid Build Coastguard Worker}
314*b596130cSAndroid Build Coastguard Workerul.inheritance li {
315*b596130cSAndroid Build Coastguard Worker    display:inline;
316*b596130cSAndroid Build Coastguard Worker    list-style:none;
317*b596130cSAndroid Build Coastguard Worker}
318*b596130cSAndroid Build Coastguard Workerul.inheritance li ul.inheritance {
319*b596130cSAndroid Build Coastguard Worker    margin-left:15px;
320*b596130cSAndroid Build Coastguard Worker    padding-left:15px;
321*b596130cSAndroid Build Coastguard Worker    padding-top:1px;
322*b596130cSAndroid Build Coastguard Worker}
323*b596130cSAndroid Build Coastguard Workerul.blockList, ul.blockListLast {
324*b596130cSAndroid Build Coastguard Worker    margin:10px 0 10px 0;
325*b596130cSAndroid Build Coastguard Worker    padding:0;
326*b596130cSAndroid Build Coastguard Worker}
327*b596130cSAndroid Build Coastguard Workerul.blockList li.blockList, ul.blockListLast li.blockList {
328*b596130cSAndroid Build Coastguard Worker    list-style:none;
329*b596130cSAndroid Build Coastguard Worker    margin-bottom:15px;
330*b596130cSAndroid Build Coastguard Worker    line-height:1.4;
331*b596130cSAndroid Build Coastguard Worker}
332*b596130cSAndroid Build Coastguard Workerul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
333*b596130cSAndroid Build Coastguard Worker    padding:0px 20px 5px 10px;
334*b596130cSAndroid Build Coastguard Worker    border:1px solid #ededed;
335*b596130cSAndroid Build Coastguard Worker    background-color:#f8f8f8;
336*b596130cSAndroid Build Coastguard Worker}
337*b596130cSAndroid Build Coastguard Workerul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
338*b596130cSAndroid Build Coastguard Worker    padding:0 0 5px 8px;
339*b596130cSAndroid Build Coastguard Worker    background-color:#ffffff;
340*b596130cSAndroid Build Coastguard Worker    border:none;
341*b596130cSAndroid Build Coastguard Worker}
342*b596130cSAndroid Build Coastguard Workerul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
343*b596130cSAndroid Build Coastguard Worker    margin-left:0;
344*b596130cSAndroid Build Coastguard Worker    padding-left:0;
345*b596130cSAndroid Build Coastguard Worker    padding-bottom:15px;
346*b596130cSAndroid Build Coastguard Worker    border:none;
347*b596130cSAndroid Build Coastguard Worker}
348*b596130cSAndroid Build Coastguard Workerul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
349*b596130cSAndroid Build Coastguard Worker    list-style:none;
350*b596130cSAndroid Build Coastguard Worker    border-bottom:none;
351*b596130cSAndroid Build Coastguard Worker    padding-bottom:0;
352*b596130cSAndroid Build Coastguard Worker}
353*b596130cSAndroid Build Coastguard Workertable tr td dl, table tr td dl dt, table tr td dl dd {
354*b596130cSAndroid Build Coastguard Worker    margin-top:0;
355*b596130cSAndroid Build Coastguard Worker    margin-bottom:1px;
356*b596130cSAndroid Build Coastguard Worker}
357*b596130cSAndroid Build Coastguard Worker/*
358*b596130cSAndroid Build Coastguard WorkerTable styles
359*b596130cSAndroid Build Coastguard Worker*/
360*b596130cSAndroid Build Coastguard Worker.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
361*b596130cSAndroid Build Coastguard Worker    width:100%;
362*b596130cSAndroid Build Coastguard Worker    border-left:1px solid #EEE;
363*b596130cSAndroid Build Coastguard Worker    border-right:1px solid #EEE;
364*b596130cSAndroid Build Coastguard Worker    border-bottom:1px solid #EEE;
365*b596130cSAndroid Build Coastguard Worker}
366*b596130cSAndroid Build Coastguard Worker.overviewSummary, .memberSummary  {
367*b596130cSAndroid Build Coastguard Worker    padding:0px;
368*b596130cSAndroid Build Coastguard Worker}
369*b596130cSAndroid Build Coastguard Worker.overviewSummary caption, .memberSummary caption, .typeSummary caption,
370*b596130cSAndroid Build Coastguard Worker.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
371*b596130cSAndroid Build Coastguard Worker    position:relative;
372*b596130cSAndroid Build Coastguard Worker    text-align:left;
373*b596130cSAndroid Build Coastguard Worker    background-repeat:no-repeat;
374*b596130cSAndroid Build Coastguard Worker    color:#253441;
375*b596130cSAndroid Build Coastguard Worker    font-weight:bold;
376*b596130cSAndroid Build Coastguard Worker    clear:none;
377*b596130cSAndroid Build Coastguard Worker    overflow:hidden;
378*b596130cSAndroid Build Coastguard Worker    padding:0px;
379*b596130cSAndroid Build Coastguard Worker    padding-top:10px;
380*b596130cSAndroid Build Coastguard Worker    padding-left:1px;
381*b596130cSAndroid Build Coastguard Worker    margin:0px;
382*b596130cSAndroid Build Coastguard Worker    white-space:pre;
383*b596130cSAndroid Build Coastguard Worker}
384*b596130cSAndroid Build Coastguard Worker.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
385*b596130cSAndroid Build Coastguard Worker.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
386*b596130cSAndroid Build Coastguard Worker.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
387*b596130cSAndroid Build Coastguard Worker.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
388*b596130cSAndroid Build Coastguard Worker.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
389*b596130cSAndroid Build Coastguard Worker.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
390*b596130cSAndroid Build Coastguard Worker.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
391*b596130cSAndroid Build Coastguard Worker.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
392*b596130cSAndroid Build Coastguard Worker    color:#FFFFFF;
393*b596130cSAndroid Build Coastguard Worker}
394*b596130cSAndroid Build Coastguard Worker.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
395*b596130cSAndroid Build Coastguard Worker.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
396*b596130cSAndroid Build Coastguard Worker    white-space:nowrap;
397*b596130cSAndroid Build Coastguard Worker    padding-top:5px;
398*b596130cSAndroid Build Coastguard Worker    padding-left:12px;
399*b596130cSAndroid Build Coastguard Worker    padding-right:12px;
400*b596130cSAndroid Build Coastguard Worker    padding-bottom:7px;
401*b596130cSAndroid Build Coastguard Worker    display:inline-block;
402*b596130cSAndroid Build Coastguard Worker    float:left;
403*b596130cSAndroid Build Coastguard Worker    background-color:#F8981D;
404*b596130cSAndroid Build Coastguard Worker    border: none;
405*b596130cSAndroid Build Coastguard Worker    height:16px;
406*b596130cSAndroid Build Coastguard Worker}
407*b596130cSAndroid Build Coastguard Worker.memberSummary caption span.activeTableTab span {
408*b596130cSAndroid Build Coastguard Worker    white-space:nowrap;
409*b596130cSAndroid Build Coastguard Worker    padding-top:5px;
410*b596130cSAndroid Build Coastguard Worker    padding-left:12px;
411*b596130cSAndroid Build Coastguard Worker    padding-right:12px;
412*b596130cSAndroid Build Coastguard Worker    margin-right:3px;
413*b596130cSAndroid Build Coastguard Worker    display:inline-block;
414*b596130cSAndroid Build Coastguard Worker    float:left;
415*b596130cSAndroid Build Coastguard Worker    background-color:#F8981D;
416*b596130cSAndroid Build Coastguard Worker    height:16px;
417*b596130cSAndroid Build Coastguard Worker}
418*b596130cSAndroid Build Coastguard Worker.memberSummary caption span.tableTab span {
419*b596130cSAndroid Build Coastguard Worker    white-space:nowrap;
420*b596130cSAndroid Build Coastguard Worker    padding-top:5px;
421*b596130cSAndroid Build Coastguard Worker    padding-left:12px;
422*b596130cSAndroid Build Coastguard Worker    padding-right:12px;
423*b596130cSAndroid Build Coastguard Worker    margin-right:3px;
424*b596130cSAndroid Build Coastguard Worker    display:inline-block;
425*b596130cSAndroid Build Coastguard Worker    float:left;
426*b596130cSAndroid Build Coastguard Worker    background-color:#4D7A97;
427*b596130cSAndroid Build Coastguard Worker    height:16px;
428*b596130cSAndroid Build Coastguard Worker}
429*b596130cSAndroid Build Coastguard Worker.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
430*b596130cSAndroid Build Coastguard Worker    padding-top:0px;
431*b596130cSAndroid Build Coastguard Worker    padding-left:0px;
432*b596130cSAndroid Build Coastguard Worker    padding-right:0px;
433*b596130cSAndroid Build Coastguard Worker    background-image:none;
434*b596130cSAndroid Build Coastguard Worker    float:none;
435*b596130cSAndroid Build Coastguard Worker    display:inline;
436*b596130cSAndroid Build Coastguard Worker}
437*b596130cSAndroid Build Coastguard Worker.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
438*b596130cSAndroid Build Coastguard Worker.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
439*b596130cSAndroid Build Coastguard Worker    display:none;
440*b596130cSAndroid Build Coastguard Worker    width:5px;
441*b596130cSAndroid Build Coastguard Worker    position:relative;
442*b596130cSAndroid Build Coastguard Worker    float:left;
443*b596130cSAndroid Build Coastguard Worker    background-color:#F8981D;
444*b596130cSAndroid Build Coastguard Worker}
445*b596130cSAndroid Build Coastguard Worker.memberSummary .activeTableTab .tabEnd {
446*b596130cSAndroid Build Coastguard Worker    display:none;
447*b596130cSAndroid Build Coastguard Worker    width:5px;
448*b596130cSAndroid Build Coastguard Worker    margin-right:3px;
449*b596130cSAndroid Build Coastguard Worker    position:relative;
450*b596130cSAndroid Build Coastguard Worker    float:left;
451*b596130cSAndroid Build Coastguard Worker    background-color:#F8981D;
452*b596130cSAndroid Build Coastguard Worker}
453*b596130cSAndroid Build Coastguard Worker.memberSummary .tableTab .tabEnd {
454*b596130cSAndroid Build Coastguard Worker    display:none;
455*b596130cSAndroid Build Coastguard Worker    width:5px;
456*b596130cSAndroid Build Coastguard Worker    margin-right:3px;
457*b596130cSAndroid Build Coastguard Worker    position:relative;
458*b596130cSAndroid Build Coastguard Worker    background-color:#4D7A97;
459*b596130cSAndroid Build Coastguard Worker    float:left;
460*b596130cSAndroid Build Coastguard Worker
461*b596130cSAndroid Build Coastguard Worker}
462*b596130cSAndroid Build Coastguard Worker.overviewSummary td, .memberSummary td, .typeSummary td,
463*b596130cSAndroid Build Coastguard Worker.useSummary td, .constantsSummary td, .deprecatedSummary td {
464*b596130cSAndroid Build Coastguard Worker    text-align:left;
465*b596130cSAndroid Build Coastguard Worker    padding:0px 0px 12px 10px;
466*b596130cSAndroid Build Coastguard Worker}
467*b596130cSAndroid Build Coastguard Workerth.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
468*b596130cSAndroid Build Coastguard Workertd.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
469*b596130cSAndroid Build Coastguard Worker    vertical-align:top;
470*b596130cSAndroid Build Coastguard Worker    padding-right:0px;
471*b596130cSAndroid Build Coastguard Worker    padding-top:8px;
472*b596130cSAndroid Build Coastguard Worker    padding-bottom:3px;
473*b596130cSAndroid Build Coastguard Worker}
474*b596130cSAndroid Build Coastguard Workerth.colFirst, th.colLast, th.colOne, .constantsSummary th {
475*b596130cSAndroid Build Coastguard Worker    background:#dee3e9;
476*b596130cSAndroid Build Coastguard Worker    text-align:left;
477*b596130cSAndroid Build Coastguard Worker    padding:8px 3px 3px 7px;
478*b596130cSAndroid Build Coastguard Worker}
479*b596130cSAndroid Build Coastguard Workertd.colFirst, th.colFirst {
480*b596130cSAndroid Build Coastguard Worker    white-space:nowrap;
481*b596130cSAndroid Build Coastguard Worker    font-size:13px;
482*b596130cSAndroid Build Coastguard Worker}
483*b596130cSAndroid Build Coastguard Workertd.colLast, th.colLast {
484*b596130cSAndroid Build Coastguard Worker    font-size:13px;
485*b596130cSAndroid Build Coastguard Worker}
486*b596130cSAndroid Build Coastguard Workertd.colOne, th.colOne {
487*b596130cSAndroid Build Coastguard Worker    font-size:13px;
488*b596130cSAndroid Build Coastguard Worker}
489*b596130cSAndroid Build Coastguard Worker.overviewSummary td.colFirst, .overviewSummary th.colFirst,
490*b596130cSAndroid Build Coastguard Worker.useSummary td.colFirst, .useSummary th.colFirst,
491*b596130cSAndroid Build Coastguard Worker.overviewSummary td.colOne, .overviewSummary th.colOne,
492*b596130cSAndroid Build Coastguard Worker.memberSummary td.colFirst, .memberSummary th.colFirst,
493*b596130cSAndroid Build Coastguard Worker.memberSummary td.colOne, .memberSummary th.colOne,
494*b596130cSAndroid Build Coastguard Worker.typeSummary td.colFirst{
495*b596130cSAndroid Build Coastguard Worker    width:25%;
496*b596130cSAndroid Build Coastguard Worker    vertical-align:top;
497*b596130cSAndroid Build Coastguard Worker}
498*b596130cSAndroid Build Coastguard Workertd.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
499*b596130cSAndroid Build Coastguard Worker    font-weight:bold;
500*b596130cSAndroid Build Coastguard Worker}
501*b596130cSAndroid Build Coastguard Worker.tableSubHeadingColor {
502*b596130cSAndroid Build Coastguard Worker    background-color:#EEEEFF;
503*b596130cSAndroid Build Coastguard Worker}
504*b596130cSAndroid Build Coastguard Worker.altColor {
505*b596130cSAndroid Build Coastguard Worker    background-color:#FFFFFF;
506*b596130cSAndroid Build Coastguard Worker}
507*b596130cSAndroid Build Coastguard Worker.rowColor {
508*b596130cSAndroid Build Coastguard Worker    background-color:#EEEEEF;
509*b596130cSAndroid Build Coastguard Worker}
510*b596130cSAndroid Build Coastguard Worker/*
511*b596130cSAndroid Build Coastguard WorkerContent styles
512*b596130cSAndroid Build Coastguard Worker*/
513*b596130cSAndroid Build Coastguard Worker.description pre {
514*b596130cSAndroid Build Coastguard Worker    margin-top:0;
515*b596130cSAndroid Build Coastguard Worker}
516*b596130cSAndroid Build Coastguard Worker.deprecatedContent {
517*b596130cSAndroid Build Coastguard Worker    margin:0;
518*b596130cSAndroid Build Coastguard Worker    padding:10px 0;
519*b596130cSAndroid Build Coastguard Worker}
520*b596130cSAndroid Build Coastguard Worker.docSummary {
521*b596130cSAndroid Build Coastguard Worker    padding:0;
522*b596130cSAndroid Build Coastguard Worker}
523*b596130cSAndroid Build Coastguard Worker
524*b596130cSAndroid Build Coastguard Workerul.blockList ul.blockList ul.blockList li.blockList h3 {
525*b596130cSAndroid Build Coastguard Worker    font-style:normal;
526*b596130cSAndroid Build Coastguard Worker}
527*b596130cSAndroid Build Coastguard Worker
528*b596130cSAndroid Build Coastguard Workerdiv.block {
529*b596130cSAndroid Build Coastguard Worker    font-size:14px;
530*b596130cSAndroid Build Coastguard Worker    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
531*b596130cSAndroid Build Coastguard Worker}
532*b596130cSAndroid Build Coastguard Worker
533*b596130cSAndroid Build Coastguard Workertd.colLast div {
534*b596130cSAndroid Build Coastguard Worker    padding-top:0px;
535*b596130cSAndroid Build Coastguard Worker}
536*b596130cSAndroid Build Coastguard Worker
537*b596130cSAndroid Build Coastguard Worker
538*b596130cSAndroid Build Coastguard Workertd.colLast a {
539*b596130cSAndroid Build Coastguard Worker    padding-bottom:3px;
540*b596130cSAndroid Build Coastguard Worker}
541*b596130cSAndroid Build Coastguard Worker/*
542*b596130cSAndroid Build Coastguard WorkerFormatting effect styles
543*b596130cSAndroid Build Coastguard Worker*/
544*b596130cSAndroid Build Coastguard Worker.sourceLineNo {
545*b596130cSAndroid Build Coastguard Worker    color:green;
546*b596130cSAndroid Build Coastguard Worker    padding:0 30px 0 0;
547*b596130cSAndroid Build Coastguard Worker}
548*b596130cSAndroid Build Coastguard Workerh1.hidden {
549*b596130cSAndroid Build Coastguard Worker    visibility:hidden;
550*b596130cSAndroid Build Coastguard Worker    overflow:hidden;
551*b596130cSAndroid Build Coastguard Worker    font-size:10px;
552*b596130cSAndroid Build Coastguard Worker}
553*b596130cSAndroid Build Coastguard Worker.block {
554*b596130cSAndroid Build Coastguard Worker    display:block;
555*b596130cSAndroid Build Coastguard Worker    margin:3px 10px 2px 0px;
556*b596130cSAndroid Build Coastguard Worker    color:#474747;
557*b596130cSAndroid Build Coastguard Worker}
558*b596130cSAndroid Build Coastguard Worker.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
559*b596130cSAndroid Build Coastguard Worker.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
560*b596130cSAndroid Build Coastguard Worker.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
561*b596130cSAndroid Build Coastguard Worker    font-weight:bold;
562*b596130cSAndroid Build Coastguard Worker}
563*b596130cSAndroid Build Coastguard Worker.deprecationComment, .emphasizedPhrase, .interfaceName {
564*b596130cSAndroid Build Coastguard Worker    font-style:italic;
565*b596130cSAndroid Build Coastguard Worker}
566*b596130cSAndroid Build Coastguard Worker
567*b596130cSAndroid Build Coastguard Workerdiv.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
568*b596130cSAndroid Build Coastguard Workerdiv.block div.block span.interfaceName {
569*b596130cSAndroid Build Coastguard Worker    font-style:normal;
570*b596130cSAndroid Build Coastguard Worker}
571*b596130cSAndroid Build Coastguard Worker
572*b596130cSAndroid Build Coastguard Workerdiv.contentContainer ul.blockList li.blockList h2{
573*b596130cSAndroid Build Coastguard Worker    padding-bottom:0px;
574*b596130cSAndroid Build Coastguard Worker}
575