Path: blob/master/make/data/docs-resources/resources/jdk-default.css
41144 views
/*1* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.2* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.3*4* This code is free software; you can redistribute it and/or modify it5* under the terms of the GNU General Public License version 2 only, as6* published by the Free Software Foundation. Oracle designates this7* particular file as subject to the "Classpath" exception as provided8* by Oracle in the LICENSE file that accompanied this code.9*10* This code is distributed in the hope that it will be useful, but WITHOUT11* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or12* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License13* version 2 for more details (a copy is included in the LICENSE file that14* accompanied this code).15*16* You should have received a copy of the GNU General Public License version17* 2 along with this work; if not, write to the Free Software Foundation,18* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.19*20* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA21* or visit www.oracle.com if you need additional information or have any22* questions.23*/2425body {26margin: 2em 2em;27font-family: DejaVu Sans, Bitstream Vera Sans, Luxi Sans, Verdana, Arial, Helvetica, sans-serif;28font-size: 10pt;29line-height: 1.4;30}3132pre, code, tt {33font-family: DejaVu Sans Mono, Bitstream Vera Sans Mono, Luxi Mono,34Courier New, monospace;35}3637blockquote {38margin: 1.5ex 0em 1.5ex 2em;39}4041p {42padding: 0pt;43margin: 1ex 0em;44}4546p:first-child, pre:first-child { margin-top: 0pt; }4748h1 {49font-weight: bold;50padding: 0pt;51margin: 2ex .5ex 1ex 0pt;52}5354h1:first-child, h2:first-child {55margin-top: 0ex;56}5758h2 {59font-weight: bold;60padding: 0pt;61margin: 2ex 0pt 1ex 0pt;62}6364h3 {65font-weight: bold;66padding: 0pt;67margin: 1.5ex 0pt 1ex 0pt;68}6970h4, h5 {71font-size: 100%;72font-weight: bold;73padding: 0pt;74margin: 1.5ex 0pt 1ex 0pt;75}7677.subtitle {78font-style: italic;79font-weight: bold;80margin-bottom: 1em;81}8283h1.title + .subtitle {84margin-top: -1em;85}8687a { text-decoration: none }8889a:link {90color: #4A6782;91}9293a:visited {94color: #666666;95}9697a[href]:hover {98color: #e76f00;99}100101a img {102border-width: 0px;103}104105img {106background: white;107}108109table {110border-collapse: collapse;111margin-left: 15px;112margin-right: 15px;113}114115th, td {116padding: 3px;117vertical-align: top;118}119120table, th, td {121border: 1px solid black;122}123124caption {125text-align: left;126font-style: italic;127text-indent: 15px;128margin-bottom:10px;129}130131tr:nth-child(even), tr:nth-child(even) th[scope=row] {132background: #E3E3E3;133}134135tr:nth-child(odd), tr:nth-child(odd) th[scope=row] {136background: #FFF;137}138139th {140background: #DDF;141}142143table.centered {144margin-left: auto;145margin-right: auto;146}147table.centered td {148text-align: left;149}150.centered {151text-align: center;152}153154.draft-header {155text-align: center;156font-size: 80%;157padding: 6px;158margin: -2.5em -2.5em 2.5em -2.5em;159background-color: #CBDAE4;160}161162.legal-footer {163font-style: italic;164font-size: 80%;165}166167nav#TOC {168border: 1px solid gray;169border-radius: 10px;170padding: 5px 10px;171margin-bottom: 15px;172}173174nav#TOC ul ul {175font-size:smaller;176}177178nav#TOC ul ul li {179display: inline-block180}181182nav#TOC ul ul li::before {183content: " \2022 "184}185186187