langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css
changeset 39670 9d1eafbf29c6
parent 36526 3b41f1c69604
child 40505 6ee9b4aa803e
equal deleted inserted replaced
39601:5b37e511ae4b 39670:9d1eafbf29c6
   410     margin-bottom:1px;
   410     margin-bottom:1px;
   411 }
   411 }
   412 /*
   412 /*
   413 Table styles
   413 Table styles
   414 */
   414 */
   415 .overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
   415 .overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary,
       
   416 .requiresSummary, .packagesSummary, .providesSummary, .usesSummary {
   416     width:100%;
   417     width:100%;
   417     border-spacing:0;
   418     border-spacing:0;
   418     border-left:1px solid #EEE; 
   419     border-left:1px solid #EEE; 
   419     border-right:1px solid #EEE; 
   420     border-right:1px solid #EEE; 
   420     border-bottom:1px solid #EEE; 
   421     border-bottom:1px solid #EEE; 
   421 }
   422 }
   422 .overviewSummary, .memberSummary  {
   423 .overviewSummary, .memberSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary  {
   423     padding:0px;
   424     padding:0px;
   424 }
   425 }
   425 .overviewSummary caption, .memberSummary caption, .typeSummary caption,
   426 .overviewSummary caption, .memberSummary caption, .typeSummary caption,
   426 .useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
   427 .useSummary caption, .constantsSummary caption, .deprecatedSummary caption,
       
   428 .requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption {
   427     position:relative;
   429     position:relative;
   428     text-align:left;
   430     text-align:left;
   429     background-repeat:no-repeat;
   431     background-repeat:no-repeat;
   430     color:#253441;
   432     color:#253441;
   431     font-weight:bold;
   433     font-weight:bold;
   437     margin:0px;
   439     margin:0px;
   438     white-space:pre;
   440     white-space:pre;
   439 }
   441 }
   440 .overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
   442 .overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
   441 .useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
   443 .useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
       
   444 .requiresSummary caption a:link, .packagesSummary caption a:link, providesSummary caption a:link,
       
   445 .usesSummary caption a:link,
   442 .overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
   446 .overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
   443 .useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
   447 .useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
       
   448 .requiresSummary caption a:hover, .packagesSummary caption a:hover, providesSummary caption a:hover,
       
   449 .usesSummary caption a:hover,
   444 .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
   450 .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
   445 .useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
   451 .useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
       
   452 .requiresSummary caption a:active, .packagesSummary caption a:active, providesSummary caption a:active,
       
   453 .usesSummary caption a:active,
   446 .overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
   454 .overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
   447 .useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
   455 .useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited
       
   456 .requiresSummary caption a:visited, .packagesSummary caption a:visited, providesSummary caption a:visited,
       
   457 .usesSummary caption a:visited {
   448     color:#FFFFFF;
   458     color:#FFFFFF;
   449 }
   459 }
   450 .overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
   460 .overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
   451 .useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
   461 .useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span,
       
   462 .requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span,
       
   463 .usesSummary caption span {
   452     white-space:nowrap;
   464     white-space:nowrap;
   453     padding-top:5px;
   465     padding-top:5px;
   454     padding-left:12px;
   466     padding-left:12px;
   455     padding-right:12px;
   467     padding-right:12px;
   456     padding-bottom:7px;
   468     padding-bottom:7px;
   489     background-image:none;
   501     background-image:none;
   490     float:none;
   502     float:none;
   491     display:inline;
   503     display:inline;
   492 }
   504 }
   493 .overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
   505 .overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
   494 .useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
   506 .useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd,
       
   507 .requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd {
   495     display:none;
   508     display:none;
   496     width:5px;
   509     width:5px;
   497     position:relative;
   510     position:relative;
   498     float:left;
   511     float:left;
   499     background-color:#F8981D;
   512     background-color:#F8981D;
   514     background-color:#4D7A97;
   527     background-color:#4D7A97;
   515     float:left;
   528     float:left;
   516 
   529 
   517 }
   530 }
   518 .overviewSummary td, .memberSummary td, .typeSummary td,
   531 .overviewSummary td, .memberSummary td, .typeSummary td,
   519 .useSummary td, .constantsSummary td, .deprecatedSummary td {
   532 .useSummary td, .constantsSummary td, .deprecatedSummary td,
       
   533 .requiresSummary td, .packagesSummary td, .providesSummary td, .usesSummary td {
   520     text-align:left;
   534     text-align:left;
   521     padding:0px 0px 12px 10px;
   535     padding:0px 0px 12px 10px;
   522 }
   536 }
   523 th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
   537 th.colOne, th.colFirst, th.colSecond, th.colLast, .useSummary th, .constantsSummary th, .packagesSummary th,
   524 td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
   538 td.colOne, td.colFirst, td.colSecond, td.colLast, .useSummary td, .constantsSummary td {
   525     vertical-align:top;
   539     vertical-align:top;
   526     padding-right:0px;
   540     padding-right:0px;
   527     padding-top:8px;
   541     padding-top:8px;
   528     padding-bottom:3px;
   542     padding-bottom:3px;
   529 }
   543 }
   530 th.colFirst, th.colLast, th.colOne, .constantsSummary th {
   544 th.colFirst, th.colSecond, th.colLast, th.colOne, .constantsSummary th, .packagesSummary th {
   531     background:#dee3e9;
   545     background:#dee3e9;
   532     text-align:left;
   546     text-align:left;
   533     padding:8px 3px 3px 7px;
   547     padding:8px 3px 3px 7px;
   534 }
   548 }
   535 td.colFirst, th.colFirst {
   549 td.colFirst, th.colFirst {
   537     font-size:13px;
   551     font-size:13px;
   538 }
   552 }
   539 td.colLast, th.colLast {
   553 td.colLast, th.colLast {
   540     font-size:13px;
   554     font-size:13px;
   541 }
   555 }
   542 td.colOne, th.colOne {
   556 td.colOne, th.colOne, .constantsSummary th, .packagesSummary th {
       
   557     font-size:13px;
       
   558 }
       
   559 .providesSummary th.colFirst, .providesSummary th.colLast, .providesSummary td.colFirst,
       
   560 .providesSummary td.colLast {
       
   561     white-space:normal;
       
   562     width:50%;
   543     font-size:13px;
   563     font-size:13px;
   544 }
   564 }
   545 .overviewSummary td.colFirst, .overviewSummary th.colFirst,
   565 .overviewSummary td.colFirst, .overviewSummary th.colFirst,
       
   566 .requiresSummary td.colFirst, .requiresSummary th.colFirst,
       
   567 .packagesSummary td.colFirst, .packagesSummary td.colSecond, .packagesSummary th.colFirst, .packagesSummary th,
       
   568 .usesSummary td.colFirst, .usesSummary th.colFirst,
   546 .useSummary td.colFirst, .useSummary th.colFirst,
   569 .useSummary td.colFirst, .useSummary th.colFirst,
   547 .overviewSummary td.colOne, .overviewSummary th.colOne,
   570 .overviewSummary td.colOne, .overviewSummary th.colOne,
   548 .memberSummary td.colFirst, .memberSummary th.colFirst,
   571 .memberSummary td.colFirst, .memberSummary th.colFirst,
   549 .memberSummary td.colOne, .memberSummary th.colOne,
   572 .memberSummary td.colOne, .memberSummary th.colOne,
   550 .typeSummary td.colFirst{
   573 .typeSummary td.colFirst{
   551     width:25%;
   574     width:25%;
   552     vertical-align:top;
   575     vertical-align:top;
   553 }
   576 }
   554 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 {
   577 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.colSecond a:link, td.colSecond a:active, td.colSecond a:visited, td.colSecond 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 {
   555     font-weight:bold;
   578     font-weight:bold;
   556 }
   579 }
   557 .tableSubHeadingColor {
   580 .tableSubHeadingColor {
   558     background-color:#EEEEFF;
   581     background-color:#EEEEFF;
   559 }
   582 }
   609 .block {
   632 .block {
   610     display:block;
   633     display:block;
   611     margin:3px 10px 2px 0px;
   634     margin:3px 10px 2px 0px;
   612     color:#474747;
   635     color:#474747;
   613 }
   636 }
   614 .deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
   637 .deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink,
   615 .moduleLabelInClass, .overrideSpecifyLabel, .packageLabelInClass,
   638 .moduleLabelInClass, .overrideSpecifyLabel, .packageLabelInClass,
   616 .packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel,
   639 .packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel,
   617 .throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink {
   640 .throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink {
   618     font-weight:bold;
   641     font-weight:bold;
   619 }
   642 }