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