src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css
changeset 59294 48b88b9c11eb
parent 57634 90dcbeb8455e
equal deleted inserted replaced
59293:5af9fa90cd7b 59294:48b88b9c11eb
    37     text-decoration:none;
    37     text-decoration:none;
    38     color:#bb7a2a;
    38     color:#bb7a2a;
    39 }
    39 }
    40 a[name] {
    40 a[name] {
    41     color:#353833;
    41     color:#353833;
    42 }
       
    43 a[name]:before, a[name]:target, a[id]:before, a[id]:target {
       
    44     content:"";
       
    45     display:inline-block;
       
    46     position:relative;
       
    47     padding-top:129px;
       
    48     margin-top:-129px;
       
    49 }
    42 }
    50 pre {
    43 pre {
    51     font-family:'DejaVu Sans Mono', monospace;
    44     font-family:'DejaVu Sans Mono', monospace;
    52     font-size:14px;
    45     font-size:14px;
    53 }
    46 }
   129     font-weight:bold;
   122     font-weight:bold;
   130 }
   123 }
   131 /*
   124 /*
   132  * Styles for navigation bar.
   125  * Styles for navigation bar.
   133  */
   126  */
   134 .navPadding {
   127 .flexBox {
   135     padding-top: 107px;
       
   136 }
       
   137 .fixedNav {
       
   138     position:fixed;
   128     position:fixed;
   139     width:100%;
   129     display:flex;
   140     z-index:999;
   130     flex-direction:column;
   141     background-color:#ffffff;
   131     height: 100%;
       
   132     width: 100%;
       
   133 }
       
   134 .flexHeader {
       
   135     flex: 0 0 auto;
       
   136 }
       
   137 .flexContent {
       
   138     flex: 1 1 auto;
       
   139     overflow-y: auto;
   142 }
   140 }
   143 .topNav {
   141 .topNav {
   144     background-color:#4D7A97;
   142     background-color:#4D7A97;
   145     color:#FFFFFF;
   143     color:#FFFFFF;
   146     float:left;
   144     float:left;
   630     background-position:center;
   628     background-position:center;
   631     background-repeat:no-repeat;
   629     background-repeat:no-repeat;
   632     background-size:12px;
   630     background-size:12px;
   633     border:0 none;
   631     border:0 none;
   634     width:16px;
   632     width:16px;
   635     height:17px;
   633     height:16px;
   636     position:relative;
   634     position:relative;
   637     left:-4px;
   635     left:-4px;
   638     top:-4px;
   636     top:-4px;
   639     font-size:0px;
   637     font-size:0px;
   640 }
   638 }
   647 }
   645 }
   648 .searchTagHolderResult {
   646 .searchTagHolderResult {
   649     font-style:italic;
   647     font-style:italic;
   650     font-size:12px;
   648     font-size:12px;
   651 }
   649 }
   652 .searchTagResult:before, .searchTagResult:target {
   650 .searchTagResult:target {
   653     color:red;
   651     background-color:yellow;
   654 }
   652 }
   655 .moduleGraph span {
   653 .moduleGraph span {
   656     display:none;
   654     display:none;
   657     position:absolute;
   655     position:absolute;
   658 }
   656 }