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

Fri, 13 Mar 2015 12:13:20 +0300

author
igerasim
date
Fri, 13 Mar 2015 12:13:20 +0300
changeset 2723
477c2ce534d0
parent 2225
b8ebde062692
child 2893
ca5783d9a597
permissions
-rw-r--r--

8072461: Table's field width in "Use" page generated by javadoc with '-s' is unbalanced
Reviewed-by: jjg

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

mercurial