/* * rave.css 08/13/2004 * * Copyright © 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * * Changes from NetBeans ide.css: * Oct. 2003 * Got rid of and definitions. * Changed table definition and added tag * to improve appearance of tables in web browsers. * Added definition to make default text alignment left. * * Added
,
, and
definitions to be used instead * of formatting tables for See Also lists. For example: *
*
See Also
*
First Linked Element of List
*
Second Linked Element of List
*
* * Added
    and
      definitions that support blue ball * and blue square graphics for bullets. Definitions * account for sublists and for subslists of sublists. * */ body { font-size: 12pt; font-family: SansSerif, Arial, Helvetica, sans-serif; margin-left: 5; margin-right: 5; color: Black; background-color: White; } p { margin-top: 5; margin-bottom: 5; } h1 { font-size: 140%; font-weight: bold; margin-top: 10; margin-bottom: 5; } h2 { font-size: 130%; font-weight: bold; margin-top: 10; margin-bottom: 5; } h3 { font-size: 120%; font-weight: bold; margin-top: 10; margin-bottom: 5; } h4 { font-weight: bold; margin-top: 10; margin-bottom: 5; } /* * Use the h6 tag for the term in a glossary popup * topic. The term being defined is the heading for * the topic. */ h6 { font-weight: bold; margin-top: 0; margin-bottom: 10; } li { margin-top: 0; margin-bottom: 5; } li p { margin-top: 5; margin-bottom: 0; } /* Ordered lists */ ul { list-style-image: url(images/blue-ball-mid.gif); margin-top: 5; margin-bottom: 0; margin-left: 16; } ul li ul { list-style-image: url(images/blue-sqr-mid.gif); } ul ul { list-style-image: url(images/blue-sqr-mid.gif); } /* Numbered lists embedded in ordered lists */ ul li ol { list-style-image: none; list-style-type: decimal; } ul li ol li ol { list-style-type: lower-alpha; } ul li ol ol { list-style-type: lower-alpha; } ul ol { list-style-image:none; list-style-type: decimal; } ul ol li ol { list-style-type: lower-alpha; } ul ol ol { list-style-type: lower-alpha; } /* Graphics for notes and warnings */ ul.note { list-style-image: url(images/tip.gif); margin-top: 5; margin-bottom: 0; margin-left: 16; } ul.warning { list-style-image:url(images/warn.gif); margin-top: 5; margin-bottom: 0; margin-left: 16; } /* Numbered lists */ ol { list-style-type: decimal; margin-top: 5; margin-bottom: 0; margin-left: 22; } ol li ol { list-style-type: lower-alpha; } ol ol { list-style-type: lower-alpha; } /* Ordered lists embedded in Numbered lists */ ol li ul { list-style-image:url(images/blue-ball-mid.gif); } ol li ul li ul { list-style-image:url(images/blue-sqr-mid.gif); } ol li ul ul { list-style-image:url(images/blue-sqr-mid.gif); } ol ul { list-style-image:url(images/blue-ball-mid.gif); } ol ul li ul { list-style-image:url(images/blue-sqr-mid.gif); } ol ul ul { list-style-image:url(images/blue-sqr-mid.gif); } dl { margin-left: 0; margin-top: 10; margin-bottom: 5; } dt { font-style: normal; font-weight: bold; margin-top: 0; margin-bottom: 0; text-indent: 0; } dd { font-style: normal; font-weight: normal; margin-top: 2; margin-left: 25; } table { border-style: solid; border-color: silver; margin-top: 5; margin-bottom: 5; } td { border-style: solid; border-color: silver; padding-left: 1; padding-right: 1; padding-top: 1; padding-bottom: 1; } th { border-style: solid; border-color: silver; padding-left: 1; padding-right: 1; padding-top: 1; padding-bottom: 1; } small { font-size: 80%; }