xref: /aosp_15_r20/external/jackson-annotations/docs/javadoc/2.7/stylesheet.css (revision 2bf6642460ffb10303bd46207a4555f36d9e5945)
1*2bf66424SCole Faust/* Javadoc style sheet */
2*2bf66424SCole Faust/*
3*2bf66424SCole FaustOverall document style
4*2bf66424SCole Faust*/
5*2bf66424SCole Faustbody {
6*2bf66424SCole Faust    background-color:#ffffff;
7*2bf66424SCole Faust    color:#353833;
8*2bf66424SCole Faust    font-family:Arial, Helvetica, sans-serif;
9*2bf66424SCole Faust    font-size:76%;
10*2bf66424SCole Faust    margin:0;
11*2bf66424SCole Faust}
12*2bf66424SCole Fausta:link, a:visited {
13*2bf66424SCole Faust    text-decoration:none;
14*2bf66424SCole Faust    color:#4c6b87;
15*2bf66424SCole Faust}
16*2bf66424SCole Fausta:hover, a:focus {
17*2bf66424SCole Faust    text-decoration:none;
18*2bf66424SCole Faust    color:#bb7a2a;
19*2bf66424SCole Faust}
20*2bf66424SCole Fausta:active {
21*2bf66424SCole Faust    text-decoration:none;
22*2bf66424SCole Faust    color:#4c6b87;
23*2bf66424SCole Faust}
24*2bf66424SCole Fausta[name] {
25*2bf66424SCole Faust    color:#353833;
26*2bf66424SCole Faust}
27*2bf66424SCole Fausta[name]:hover {
28*2bf66424SCole Faust    text-decoration:none;
29*2bf66424SCole Faust    color:#353833;
30*2bf66424SCole Faust}
31*2bf66424SCole Faustpre {
32*2bf66424SCole Faust    font-size:1.3em;
33*2bf66424SCole Faust}
34*2bf66424SCole Fausth1 {
35*2bf66424SCole Faust    font-size:1.8em;
36*2bf66424SCole Faust}
37*2bf66424SCole Fausth2 {
38*2bf66424SCole Faust    font-size:1.5em;
39*2bf66424SCole Faust}
40*2bf66424SCole Fausth3 {
41*2bf66424SCole Faust    font-size:1.4em;
42*2bf66424SCole Faust}
43*2bf66424SCole Fausth4 {
44*2bf66424SCole Faust    font-size:1.3em;
45*2bf66424SCole Faust}
46*2bf66424SCole Fausth5 {
47*2bf66424SCole Faust    font-size:1.2em;
48*2bf66424SCole Faust}
49*2bf66424SCole Fausth6 {
50*2bf66424SCole Faust    font-size:1.1em;
51*2bf66424SCole Faust}
52*2bf66424SCole Faustul {
53*2bf66424SCole Faust    list-style-type:disc;
54*2bf66424SCole Faust}
55*2bf66424SCole Faustcode, tt {
56*2bf66424SCole Faust    font-size:1.2em;
57*2bf66424SCole Faust}
58*2bf66424SCole Faustdt code {
59*2bf66424SCole Faust    font-size:1.2em;
60*2bf66424SCole Faust}
61*2bf66424SCole Fausttable tr td dt code {
62*2bf66424SCole Faust    font-size:1.2em;
63*2bf66424SCole Faust    vertical-align:top;
64*2bf66424SCole Faust}
65*2bf66424SCole Faustsup {
66*2bf66424SCole Faust    font-size:.6em;
67*2bf66424SCole Faust}
68*2bf66424SCole Faust/*
69*2bf66424SCole FaustDocument title and Copyright styles
70*2bf66424SCole Faust*/
71*2bf66424SCole Faust.clear {
72*2bf66424SCole Faust    clear:both;
73*2bf66424SCole Faust    height:0px;
74*2bf66424SCole Faust    overflow:hidden;
75*2bf66424SCole Faust}
76*2bf66424SCole Faust.aboutLanguage {
77*2bf66424SCole Faust    float:right;
78*2bf66424SCole Faust    padding:0px 21px;
79*2bf66424SCole Faust    font-size:.8em;
80*2bf66424SCole Faust    z-index:200;
81*2bf66424SCole Faust    margin-top:-7px;
82*2bf66424SCole Faust}
83*2bf66424SCole Faust.legalCopy {
84*2bf66424SCole Faust    margin-left:.5em;
85*2bf66424SCole Faust}
86*2bf66424SCole Faust.bar a, .bar a:link, .bar a:visited, .bar a:active {
87*2bf66424SCole Faust    color:#FFFFFF;
88*2bf66424SCole Faust    text-decoration:none;
89*2bf66424SCole Faust}
90*2bf66424SCole Faust.bar a:hover, .bar a:focus {
91*2bf66424SCole Faust    color:#bb7a2a;
92*2bf66424SCole Faust}
93*2bf66424SCole Faust.tab {
94*2bf66424SCole Faust    background-color:#0066FF;
95*2bf66424SCole Faust    background-image:url(resources/titlebar.gif);
96*2bf66424SCole Faust    background-position:left top;
97*2bf66424SCole Faust    background-repeat:no-repeat;
98*2bf66424SCole Faust    color:#ffffff;
99*2bf66424SCole Faust    padding:8px;
100*2bf66424SCole Faust    width:5em;
101*2bf66424SCole Faust    font-weight:bold;
102*2bf66424SCole Faust}
103*2bf66424SCole Faust/*
104*2bf66424SCole FaustNavigation bar styles
105*2bf66424SCole Faust*/
106*2bf66424SCole Faust.bar {
107*2bf66424SCole Faust    background-image:url(resources/background.gif);
108*2bf66424SCole Faust    background-repeat:repeat-x;
109*2bf66424SCole Faust    color:#FFFFFF;
110*2bf66424SCole Faust    padding:.8em .5em .4em .8em;
111*2bf66424SCole Faust    height:auto;/*height:1.8em;*/
112*2bf66424SCole Faust    font-size:1em;
113*2bf66424SCole Faust    margin:0;
114*2bf66424SCole Faust}
115*2bf66424SCole Faust.topNav {
116*2bf66424SCole Faust    background-image:url(resources/background.gif);
117*2bf66424SCole Faust    background-repeat:repeat-x;
118*2bf66424SCole Faust    color:#FFFFFF;
119*2bf66424SCole Faust    float:left;
120*2bf66424SCole Faust    padding:0;
121*2bf66424SCole Faust    width:100%;
122*2bf66424SCole Faust    clear:right;
123*2bf66424SCole Faust    height:2.8em;
124*2bf66424SCole Faust    padding-top:10px;
125*2bf66424SCole Faust    overflow:hidden;
126*2bf66424SCole Faust}
127*2bf66424SCole Faust.bottomNav {
128*2bf66424SCole Faust    margin-top:10px;
129*2bf66424SCole Faust    background-image:url(resources/background.gif);
130*2bf66424SCole Faust    background-repeat:repeat-x;
131*2bf66424SCole Faust    color:#FFFFFF;
132*2bf66424SCole Faust    float:left;
133*2bf66424SCole Faust    padding:0;
134*2bf66424SCole Faust    width:100%;
135*2bf66424SCole Faust    clear:right;
136*2bf66424SCole Faust    height:2.8em;
137*2bf66424SCole Faust    padding-top:10px;
138*2bf66424SCole Faust    overflow:hidden;
139*2bf66424SCole Faust}
140*2bf66424SCole Faust.subNav {
141*2bf66424SCole Faust    background-color:#dee3e9;
142*2bf66424SCole Faust    border-bottom:1px solid #9eadc0;
143*2bf66424SCole Faust    float:left;
144*2bf66424SCole Faust    width:100%;
145*2bf66424SCole Faust    overflow:hidden;
146*2bf66424SCole Faust}
147*2bf66424SCole Faust.subNav div {
148*2bf66424SCole Faust    clear:left;
149*2bf66424SCole Faust    float:left;
150*2bf66424SCole Faust    padding:0 0 5px 6px;
151*2bf66424SCole Faust}
152*2bf66424SCole Faustul.navList, ul.subNavList {
153*2bf66424SCole Faust    float:left;
154*2bf66424SCole Faust    margin:0 25px 0 0;
155*2bf66424SCole Faust    padding:0;
156*2bf66424SCole Faust}
157*2bf66424SCole Faustul.navList li{
158*2bf66424SCole Faust    list-style:none;
159*2bf66424SCole Faust    float:left;
160*2bf66424SCole Faust    padding:3px 6px;
161*2bf66424SCole Faust}
162*2bf66424SCole Faustul.subNavList li{
163*2bf66424SCole Faust    list-style:none;
164*2bf66424SCole Faust    float:left;
165*2bf66424SCole Faust    font-size:90%;
166*2bf66424SCole Faust}
167*2bf66424SCole Faust.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
168*2bf66424SCole Faust    color:#FFFFFF;
169*2bf66424SCole Faust    text-decoration:none;
170*2bf66424SCole Faust}
171*2bf66424SCole Faust.topNav a:hover, .bottomNav a:hover {
172*2bf66424SCole Faust    text-decoration:none;
173*2bf66424SCole Faust    color:#bb7a2a;
174*2bf66424SCole Faust}
175*2bf66424SCole Faust.navBarCell1Rev {
176*2bf66424SCole Faust    background-image:url(resources/tab.gif);
177*2bf66424SCole Faust    background-color:#a88834;
178*2bf66424SCole Faust    color:#FFFFFF;
179*2bf66424SCole Faust    margin: auto 5px;
180*2bf66424SCole Faust    border:1px solid #c9aa44;
181*2bf66424SCole Faust}
182*2bf66424SCole Faust/*
183*2bf66424SCole FaustPage header and footer styles
184*2bf66424SCole Faust*/
185*2bf66424SCole Faust.header, .footer {
186*2bf66424SCole Faust    clear:both;
187*2bf66424SCole Faust    margin:0 20px;
188*2bf66424SCole Faust    padding:5px 0 0 0;
189*2bf66424SCole Faust}
190*2bf66424SCole Faust.indexHeader {
191*2bf66424SCole Faust    margin:10px;
192*2bf66424SCole Faust    position:relative;
193*2bf66424SCole Faust}
194*2bf66424SCole Faust.indexHeader h1 {
195*2bf66424SCole Faust    font-size:1.3em;
196*2bf66424SCole Faust}
197*2bf66424SCole Faust.title {
198*2bf66424SCole Faust    color:#2c4557;
199*2bf66424SCole Faust    margin:10px 0;
200*2bf66424SCole Faust}
201*2bf66424SCole Faust.subTitle {
202*2bf66424SCole Faust    margin:5px 0 0 0;
203*2bf66424SCole Faust}
204*2bf66424SCole Faust.header ul {
205*2bf66424SCole Faust    margin:0 0 25px 0;
206*2bf66424SCole Faust    padding:0;
207*2bf66424SCole Faust}
208*2bf66424SCole Faust.footer ul {
209*2bf66424SCole Faust    margin:20px 0 5px 0;
210*2bf66424SCole Faust}
211*2bf66424SCole Faust.header ul li, .footer ul li {
212*2bf66424SCole Faust    list-style:none;
213*2bf66424SCole Faust    font-size:1.2em;
214*2bf66424SCole Faust}
215*2bf66424SCole Faust/*
216*2bf66424SCole FaustHeading styles
217*2bf66424SCole Faust*/
218*2bf66424SCole Faustdiv.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
219*2bf66424SCole Faust    background-color:#dee3e9;
220*2bf66424SCole Faust    border-top:1px solid #9eadc0;
221*2bf66424SCole Faust    border-bottom:1px solid #9eadc0;
222*2bf66424SCole Faust    margin:0 0 6px -8px;
223*2bf66424SCole Faust    padding:2px 5px;
224*2bf66424SCole Faust}
225*2bf66424SCole Faustul.blockList ul.blockList ul.blockList li.blockList h3 {
226*2bf66424SCole Faust    background-color:#dee3e9;
227*2bf66424SCole Faust    border-top:1px solid #9eadc0;
228*2bf66424SCole Faust    border-bottom:1px solid #9eadc0;
229*2bf66424SCole Faust    margin:0 0 6px -8px;
230*2bf66424SCole Faust    padding:2px 5px;
231*2bf66424SCole Faust}
232*2bf66424SCole Faustul.blockList ul.blockList li.blockList h3 {
233*2bf66424SCole Faust    padding:0;
234*2bf66424SCole Faust    margin:15px 0;
235*2bf66424SCole Faust}
236*2bf66424SCole Faustul.blockList li.blockList h2 {
237*2bf66424SCole Faust    padding:0px 0 20px 0;
238*2bf66424SCole Faust}
239*2bf66424SCole Faust/*
240*2bf66424SCole FaustPage layout container styles
241*2bf66424SCole Faust*/
242*2bf66424SCole Faust.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
243*2bf66424SCole Faust    clear:both;
244*2bf66424SCole Faust    padding:10px 20px;
245*2bf66424SCole Faust    position:relative;
246*2bf66424SCole Faust}
247*2bf66424SCole Faust.indexContainer {
248*2bf66424SCole Faust    margin:10px;
249*2bf66424SCole Faust    position:relative;
250*2bf66424SCole Faust    font-size:1.0em;
251*2bf66424SCole Faust}
252*2bf66424SCole Faust.indexContainer h2 {
253*2bf66424SCole Faust    font-size:1.1em;
254*2bf66424SCole Faust    padding:0 0 3px 0;
255*2bf66424SCole Faust}
256*2bf66424SCole Faust.indexContainer ul {
257*2bf66424SCole Faust    margin:0;
258*2bf66424SCole Faust    padding:0;
259*2bf66424SCole Faust}
260*2bf66424SCole Faust.indexContainer ul li {
261*2bf66424SCole Faust    list-style:none;
262*2bf66424SCole Faust}
263*2bf66424SCole Faust.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
264*2bf66424SCole Faust    font-size:1.1em;
265*2bf66424SCole Faust    font-weight:bold;
266*2bf66424SCole Faust    margin:10px 0 0 0;
267*2bf66424SCole Faust    color:#4E4E4E;
268*2bf66424SCole Faust}
269*2bf66424SCole Faust.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
270*2bf66424SCole Faust    margin:10px 0 10px 20px;
271*2bf66424SCole Faust}
272*2bf66424SCole Faust.serializedFormContainer dl.nameValue dt {
273*2bf66424SCole Faust    margin-left:1px;
274*2bf66424SCole Faust    font-size:1.1em;
275*2bf66424SCole Faust    display:inline;
276*2bf66424SCole Faust    font-weight:bold;
277*2bf66424SCole Faust}
278*2bf66424SCole Faust.serializedFormContainer dl.nameValue dd {
279*2bf66424SCole Faust    margin:0 0 0 1px;
280*2bf66424SCole Faust    font-size:1.1em;
281*2bf66424SCole Faust    display:inline;
282*2bf66424SCole Faust}
283*2bf66424SCole Faust/*
284*2bf66424SCole FaustList styles
285*2bf66424SCole Faust*/
286*2bf66424SCole Faustul.horizontal li {
287*2bf66424SCole Faust    display:inline;
288*2bf66424SCole Faust    font-size:0.9em;
289*2bf66424SCole Faust}
290*2bf66424SCole Faustul.inheritance {
291*2bf66424SCole Faust    margin:0;
292*2bf66424SCole Faust    padding:0;
293*2bf66424SCole Faust}
294*2bf66424SCole Faustul.inheritance li {
295*2bf66424SCole Faust    display:inline;
296*2bf66424SCole Faust    list-style:none;
297*2bf66424SCole Faust}
298*2bf66424SCole Faustul.inheritance li ul.inheritance {
299*2bf66424SCole Faust    margin-left:15px;
300*2bf66424SCole Faust    padding-left:15px;
301*2bf66424SCole Faust    padding-top:1px;
302*2bf66424SCole Faust}
303*2bf66424SCole Faustul.blockList, ul.blockListLast {
304*2bf66424SCole Faust    margin:10px 0 10px 0;
305*2bf66424SCole Faust    padding:0;
306*2bf66424SCole Faust}
307*2bf66424SCole Faustul.blockList li.blockList, ul.blockListLast li.blockList {
308*2bf66424SCole Faust    list-style:none;
309*2bf66424SCole Faust    margin-bottom:25px;
310*2bf66424SCole Faust}
311*2bf66424SCole Faustul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
312*2bf66424SCole Faust    padding:0px 20px 5px 10px;
313*2bf66424SCole Faust    border:1px solid #9eadc0;
314*2bf66424SCole Faust    background-color:#f9f9f9;
315*2bf66424SCole Faust}
316*2bf66424SCole Faustul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
317*2bf66424SCole Faust    padding:0 0 5px 8px;
318*2bf66424SCole Faust    background-color:#ffffff;
319*2bf66424SCole Faust    border:1px solid #9eadc0;
320*2bf66424SCole Faust    border-top:none;
321*2bf66424SCole Faust}
322*2bf66424SCole Faustul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
323*2bf66424SCole Faust    margin-left:0;
324*2bf66424SCole Faust    padding-left:0;
325*2bf66424SCole Faust    padding-bottom:15px;
326*2bf66424SCole Faust    border:none;
327*2bf66424SCole Faust    border-bottom:1px solid #9eadc0;
328*2bf66424SCole Faust}
329*2bf66424SCole Faustul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
330*2bf66424SCole Faust    list-style:none;
331*2bf66424SCole Faust    border-bottom:none;
332*2bf66424SCole Faust    padding-bottom:0;
333*2bf66424SCole Faust}
334*2bf66424SCole Fausttable tr td dl, table tr td dl dt, table tr td dl dd {
335*2bf66424SCole Faust    margin-top:0;
336*2bf66424SCole Faust    margin-bottom:1px;
337*2bf66424SCole Faust}
338*2bf66424SCole Faust/*
339*2bf66424SCole FaustTable styles
340*2bf66424SCole Faust*/
341*2bf66424SCole Faust.contentContainer table, .classUseContainer table, .constantValuesContainer table {
342*2bf66424SCole Faust    border-bottom:1px solid #9eadc0;
343*2bf66424SCole Faust    width:100%;
344*2bf66424SCole Faust}
345*2bf66424SCole Faust.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
346*2bf66424SCole Faust    width:100%;
347*2bf66424SCole Faust}
348*2bf66424SCole Faust.contentContainer .description table, .contentContainer .details table {
349*2bf66424SCole Faust    border-bottom:none;
350*2bf66424SCole Faust}
351*2bf66424SCole Faust.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
352*2bf66424SCole Faust    vertical-align:top;
353*2bf66424SCole Faust    padding-right:20px;
354*2bf66424SCole Faust}
355*2bf66424SCole Faust.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
356*2bf66424SCole Faust.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
357*2bf66424SCole Faust.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
358*2bf66424SCole Faust.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
359*2bf66424SCole Faust    padding-right:3px;
360*2bf66424SCole Faust}
361*2bf66424SCole Faust.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
362*2bf66424SCole Faust    position:relative;
363*2bf66424SCole Faust    text-align:left;
364*2bf66424SCole Faust    background-repeat:no-repeat;
365*2bf66424SCole Faust    color:#FFFFFF;
366*2bf66424SCole Faust    font-weight:bold;
367*2bf66424SCole Faust    clear:none;
368*2bf66424SCole Faust    overflow:hidden;
369*2bf66424SCole Faust    padding:0px;
370*2bf66424SCole Faust    margin:0px;
371*2bf66424SCole Faust}
372*2bf66424SCole Faustcaption a:link, caption a:hover, caption a:active, caption a:visited {
373*2bf66424SCole Faust    color:#FFFFFF;
374*2bf66424SCole Faust}
375*2bf66424SCole Faust.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
376*2bf66424SCole Faust    white-space:nowrap;
377*2bf66424SCole Faust    padding-top:8px;
378*2bf66424SCole Faust    padding-left:8px;
379*2bf66424SCole Faust    display:block;
380*2bf66424SCole Faust    float:left;
381*2bf66424SCole Faust    background-image:url(resources/titlebar.gif);
382*2bf66424SCole Faust    height:18px;
383*2bf66424SCole Faust}
384*2bf66424SCole Faust.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
385*2bf66424SCole Faust    width:10px;
386*2bf66424SCole Faust    background-image:url(resources/titlebar_end.gif);
387*2bf66424SCole Faust    background-repeat:no-repeat;
388*2bf66424SCole Faust    background-position:top right;
389*2bf66424SCole Faust    position:relative;
390*2bf66424SCole Faust    float:left;
391*2bf66424SCole Faust}
392*2bf66424SCole Faustul.blockList ul.blockList li.blockList table {
393*2bf66424SCole Faust    margin:0 0 12px 0px;
394*2bf66424SCole Faust    width:100%;
395*2bf66424SCole Faust}
396*2bf66424SCole Faust.tableSubHeadingColor {
397*2bf66424SCole Faust    background-color: #EEEEFF;
398*2bf66424SCole Faust}
399*2bf66424SCole Faust.altColor {
400*2bf66424SCole Faust    background-color:#eeeeef;
401*2bf66424SCole Faust}
402*2bf66424SCole Faust.rowColor {
403*2bf66424SCole Faust    background-color:#ffffff;
404*2bf66424SCole Faust}
405*2bf66424SCole Faust.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
406*2bf66424SCole Faust    text-align:left;
407*2bf66424SCole Faust    padding:3px 3px 3px 7px;
408*2bf66424SCole Faust}
409*2bf66424SCole Faustth.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
410*2bf66424SCole Faust    background:#dee3e9;
411*2bf66424SCole Faust    border-top:1px solid #9eadc0;
412*2bf66424SCole Faust    border-bottom:1px solid #9eadc0;
413*2bf66424SCole Faust    text-align:left;
414*2bf66424SCole Faust    padding:3px 3px 3px 7px;
415*2bf66424SCole Faust}
416*2bf66424SCole Fausttd.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 {
417*2bf66424SCole Faust    font-weight:bold;
418*2bf66424SCole Faust}
419*2bf66424SCole Fausttd.colFirst, th.colFirst {
420*2bf66424SCole Faust    border-left:1px solid #9eadc0;
421*2bf66424SCole Faust    white-space:nowrap;
422*2bf66424SCole Faust}
423*2bf66424SCole Fausttd.colLast, th.colLast {
424*2bf66424SCole Faust    border-right:1px solid #9eadc0;
425*2bf66424SCole Faust}
426*2bf66424SCole Fausttd.colOne, th.colOne {
427*2bf66424SCole Faust    border-right:1px solid #9eadc0;
428*2bf66424SCole Faust    border-left:1px solid #9eadc0;
429*2bf66424SCole Faust}
430*2bf66424SCole Fausttable.overviewSummary  {
431*2bf66424SCole Faust    padding:0px;
432*2bf66424SCole Faust    margin-left:0px;
433*2bf66424SCole Faust}
434*2bf66424SCole Fausttable.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
435*2bf66424SCole Fausttable.overviewSummary td.colOne, table.overviewSummary th.colOne {
436*2bf66424SCole Faust    width:25%;
437*2bf66424SCole Faust    vertical-align:middle;
438*2bf66424SCole Faust}
439*2bf66424SCole Fausttable.packageSummary td.colFirst, table.overviewSummary th.colFirst {
440*2bf66424SCole Faust    width:25%;
441*2bf66424SCole Faust    vertical-align:middle;
442*2bf66424SCole Faust}
443*2bf66424SCole Faust/*
444*2bf66424SCole FaustContent styles
445*2bf66424SCole Faust*/
446*2bf66424SCole Faust.description pre {
447*2bf66424SCole Faust    margin-top:0;
448*2bf66424SCole Faust}
449*2bf66424SCole Faust.deprecatedContent {
450*2bf66424SCole Faust    margin:0;
451*2bf66424SCole Faust    padding:10px 0;
452*2bf66424SCole Faust}
453*2bf66424SCole Faust.docSummary {
454*2bf66424SCole Faust    padding:0;
455*2bf66424SCole Faust}
456*2bf66424SCole Faust/*
457*2bf66424SCole FaustFormatting effect styles
458*2bf66424SCole Faust*/
459*2bf66424SCole Faust.sourceLineNo {
460*2bf66424SCole Faust    color:green;
461*2bf66424SCole Faust    padding:0 30px 0 0;
462*2bf66424SCole Faust}
463*2bf66424SCole Fausth1.hidden {
464*2bf66424SCole Faust    visibility:hidden;
465*2bf66424SCole Faust    overflow:hidden;
466*2bf66424SCole Faust    font-size:.9em;
467*2bf66424SCole Faust}
468*2bf66424SCole Faust.block {
469*2bf66424SCole Faust    display:block;
470*2bf66424SCole Faust    margin:3px 0 0 0;
471*2bf66424SCole Faust}
472*2bf66424SCole Faust.strong {
473*2bf66424SCole Faust    font-weight:bold;
474*2bf66424SCole Faust}
475