src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/stylesheet.css

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

mercurial