langtools/src/share/opensource/javac/doc/document.css
changeset 170 68aea6dcb358
parent 169 ff76730e430e
child 171 2afbdd3321d0
equal deleted inserted replaced
169:ff76730e430e 170:68aea6dcb358
     1 /*
       
     2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
       
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4  *
       
     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
       
     7  * published by the Free Software Foundation.  Sun designates this
       
     8  * particular file as subject to the "Classpath" exception as provided
       
     9  * by Sun in the LICENSE file that accompanied this code.
       
    10  *
       
    11  * This code is distributed in the hope that it will be useful, but WITHOUT
       
    12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14  * version 2 for more details (a copy is included in the LICENSE file that
       
    15  * accompanied this code).
       
    16  *
       
    17  * You should have received a copy of the GNU General Public License version
       
    18  * 2 along with this work; if not, write to the Free Software Foundation,
       
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20  *
       
    21  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
       
    22  * CA 95054 USA or visit www.sun.com if you need additional information or
       
    23  * have any questions.
       
    24  */
       
    25 
       
    26 /*
       
    27  * Copyright � 2005 Sun Microsystems, Inc. All rights reserved. 
       
    28  * Use is subject to license terms.
       
    29  *
       
    30  */
       
    31 
       
    32 body { background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;
       
    33        border-top-width: 0px; border-right-width: 0px; 
       
    34        border-bottom-width: 0px; border-left-width: 0px}
       
    35 h1 { font-family: Arial, Helvetica, sans-serif}
       
    36 h2 { font-family: Arial, Helvetica, sans-serif; padding-top: 25px}
       
    37 h3 { font-family: Arial, Helvetica, sans-serif}
       
    38 h4 { font-family: Arial, Helvetica, sans-serif} 
       
    39 li { font-family: Arial, Helvetica, sans-serif}
       
    40 table { font-family: Arial, Helvetica, sans-serif;
       
    41         background-color: #FFFFFF;
       
    42         margin-top: 0px; padding-top: 0px;
       
    43 		border-top-width: 0px; border-right-width: 0px;
       
    44 		border-bottom-width: 0px; border-left-width: 0px;
       
    45 		margin-bottom: 10px; margin-left: 0px; 
       
    46 		padding-bottom: 5px; padding-left: 5px}
       
    47 td {  vertical-align: top; font-family: Arial, Helvetica, sans-serif}
       
    48 td h1 {  text-align: center}
       
    49 td h2 {  text-align: center; padding-top: 0px}
       
    50 td h4 {  text-align: center}
       
    51 th { font-family: Arial, Helvetica, sans-serif; text-align: left;
       
    52      padding-top: 10px; padding-right: 10px; padding-bottom: 0px;
       
    53 	 padding-left: 10px; white-space: nowrap} 
       
    54 
       
    55 .sun-darkblue { font-family: Arial, Helvetica, sans-serif ;
       
    56                 color: #FFFFFF; background-color: #666699}
       
    57 .sun-lightblue { background-color: #9999CC}
       
    58 .nav-link {  font-family: Arial, Helvetica, sans-serif; font-size: x-small}
       
    59 code {  font-family: Courier, serif}