< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css

Print this page




 554 .description pre {
 555     margin-top:0;
 556 }
 557 .deprecatedContent {
 558     margin:0;
 559     padding:10px 0;
 560 }
 561 .docSummary {
 562     padding:0;
 563 }
 564 div.block {
 565     font-size:14px;
 566     font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
 567 }
 568 td.colLast div {
 569     padding-top:0px;
 570 }
 571 td.colLast a {
 572     padding-bottom:3px;
 573 }




















 574 /*
 575  * Styles for formatting effect.
 576  */
 577 .sourceLineNo {
 578     color:green;
 579     padding:0 30px 0 0;
 580 }
 581 h1.hidden {
 582     visibility:hidden;
 583     overflow:hidden;
 584     font-size:10px;
 585 }
 586 .block {
 587     display:block;
 588     margin:3px 10px 2px 0px;
 589     color:#474747;
 590 }
 591 .deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink,
 592 .moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType,
 593 .packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel,




 554 .description pre {
 555     margin-top:0;
 556 }
 557 .deprecatedContent {
 558     margin:0;
 559     padding:10px 0;
 560 }
 561 .docSummary {
 562     padding:0;
 563 }
 564 div.block {
 565     font-size:14px;
 566     font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
 567 }
 568 td.colLast div {
 569     padding-top:0px;
 570 }
 571 td.colLast a {
 572     padding-bottom:3px;
 573 }
 574 div.memberSignature {
 575     font-family:'DejaVu Sans Mono', monospace;
 576     font-size:14px;
 577     margin-top:6px;
 578     margin-bottom:14px;
 579     white-space: pre-wrap;
 580 }
 581 div.memberSignature span.annotations {
 582     white-space: pre-wrap;
 583 }
 584 div.memberSignature span.typeParametersLong,
 585 div.memberSignature span.arguments,
 586 div.memberSignature span.exceptions {
 587     display: inline-block;
 588     vertical-align: top;
 589     white-space: pre;
 590 }
 591 div.memberSignature span.typeParameters {
 592     white-space: normal;
 593 }
 594 /*
 595  * Styles for formatting effect.
 596  */
 597 .sourceLineNo {
 598     color:green;
 599     padding:0 30px 0 0;
 600 }
 601 h1.hidden {
 602     visibility:hidden;
 603     overflow:hidden;
 604     font-size:10px;
 605 }
 606 .block {
 607     display:block;
 608     margin:3px 10px 2px 0px;
 609     color:#474747;
 610 }
 611 .deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink,
 612 .moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType,
 613 .packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel,


< prev index next >