blob: b7b60b266b40e7552e5a9f72ec7acd8946fc6627 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Changes from NetBeans ide.css:
* Oct. 2003
* Got rid of <tr> and <td> definitions.
* Changed table definition and added <border> tag
* to improve appearance of tables in web browsers.
* Added <th> definition to make default text alignment left.
*
* Added <dl>, <dt>, and <dd> definitions to be used instead
* of formatting tables for See Also lists. For example:
* <dl>
* <dt>See Also</dt>
* <dd>First Linked Element of List</dd>
* <dd>Second Linked Element of List</dd>
* </dl>
*
* Added <ul> and <ol> definitions that support blue ball
* and blue square graphics for bullets. Definitions
* account for sublists and for subslists of sublists.
*
*/
body {font-size: medium;
font-family: SansSerif, Arial, Helvetica, sans-serif;
margin-left: 5;
margin-right: 5;
color: Black;
background-color: White}
p {font-size: medium;
margin-top: 5;
margin-bottom: 5}
h1 { font-size: large;
font-weight: bold;
margin-top: 10;
margin-bottom: 5}
h2 { font-size: large;
font-weight: bold;
margin-top: 10;
margin-bottom: 5}
h3 { font-size: medium;
font-weight: bold;
margin-top: 10;
margin-bottom: 5}
h4 { font-size: medium;
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-size: small;
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(img/blue-ball-mid.gif);
margin-top: 5;
margin-bottom: 0;
margin-left: 16;
}
ul li ul{list-style-image:url(img/blue-sqr-mid.gif)}
ul ul{list-style-image:url(img/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(img/tip.gif);
margin-top: 5;
margin-bottom: 0;
margin-left: 16;
}
ul.warning {list-style-image:url(img/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(img/blue-ball-mid.gif)}
ol li ul li ul {list-style-image:url(img/blue-sqr-mid.gif)}
ol li ul ul {list-style-image:url(img/blue-sqr-mid.gif)}
ol ul {list-style-image:url(img/blue-ball-mid.gif)}
ol ul li ul {list-style-image:url(img/blue-sqr-mid.gif)}
ol ul ul{list-style-image:url(img/blue-sqr-mid.gif)}
dl {margin-left: 0;
margin-top: 10;
margin-bottom: 5}
dt {font-size: small;
font-style: normal;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
text-indent: 0}
dd {font-size: small;
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: x-small}