make/data/docs-resources/resources/jdk-default.css
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 52439 a0d2fb4d3097
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
     1 /*
     1 /*
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 body {
    26 body {
    27   margin: 2em 2em;
    27   margin: 2em 2em;
    28   font-family: DejaVu Sans, Bitstream Vera Sans, Luxi Sans, Verdana, Arial, Helvetica;
    28   font-family: DejaVu Sans, Bitstream Vera Sans, Luxi Sans, Verdana, Arial, Helvetica, sans-serif;
    29   font-size: 10pt;
    29   font-size: 10pt;
    30   line-height: 1.4;
    30   line-height: 1.4;
    31 }
    31 }
    32 
    32 
    33 pre, code, tt {
    33 pre, code, tt {
    66   font-weight: bold;
    66   font-weight: bold;
    67   padding: 0pt;
    67   padding: 0pt;
    68   margin: 1.5ex 0pt 1ex 0pt;
    68   margin: 1.5ex 0pt 1ex 0pt;
    69 }
    69 }
    70 
    70 
    71 h4 {
    71 h4, h5 {
       
    72   font-size: 100%;
    72   font-weight: bold;
    73   font-weight: bold;
    73   padding: 0pt;
    74   padding: 0pt;
    74   margin: 1.5ex 0pt 1ex 0pt;
    75   margin: 1.5ex 0pt 1ex 0pt;
    75 }
    76 }
       
    77 
       
    78 .subtitle {
       
    79     font-style: italic;
       
    80     font-weight: bold;
       
    81     margin-bottom: 1em;
       
    82 }
       
    83 
       
    84 h1.title + .subtitle {
       
    85     margin-top: -1em;
       
    86 }
       
    87 
       
    88 a { text-decoration: none }
    76 
    89 
    77 a:link {
    90 a:link {
    78   color: #4A6782;
    91   color: #4A6782;
    79 }
    92 }
    80 
    93 
   136   text-align: left;
   149   text-align: left;
   137 }
   150 }
   138 .centered {
   151 .centered {
   139   text-align: center;
   152   text-align: center;
   140 }
   153 }
       
   154 
       
   155 .draft-header {
       
   156   text-align: center;
       
   157   font-size: 80%;
       
   158   padding: 6px;
       
   159   margin: -2.5em -2.5em 2.5em -2.5em;
       
   160   background-color: #CBDAE4;
       
   161 }
       
   162 
       
   163 .legal-footer {
       
   164     font-style: italic;
       
   165     font-size: 80%;
       
   166 }
       
   167 
       
   168 nav#TOC {
       
   169   border: 1px solid gray;
       
   170   border-radius: 10px;
       
   171   padding: 5px 10px;
       
   172   margin-bottom: 15px;
       
   173 }
       
   174 
       
   175 nav#TOC ul ul {
       
   176     font-size:smaller;
       
   177 }
       
   178 
       
   179 nav#TOC ul ul li {
       
   180     display: inline-block
       
   181 }
       
   182 
       
   183 nav#TOC ul ul li::before {
       
   184     content: " \2022  "
       
   185 }