blob: 9edc66354de729ef39657d27d5fb7327cab4d908 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001/*
2 * Copyright 1997-2005 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 */
28
29body {font-size: 14pt;
30 font-family: Serif;
31 font-weight: normal;
32 margin-left: 0;
33 margin-right: 0;
34 color: black}
35
36p {margin-top: 15}
37
38h1 {font-size: x-large;
39 font-weight: bold;
40 margin-top: 10;
41 margin-bottom: 10}
42
43h2 {font-size: large;
44 font-weight: bold;
45 margin-top: 10;
46 margin-bottom: 10}
47
48h3 {font-size: medium;
49 font-weight: bold;
50 margin-top: 10;
51 margin-bottom: 10}
52
53h4 {font-size: small;
54 font-weight: bold;
55 margin-top: 10;
56 margin-bottom: 10}
57
58h5 {font-size: x-small;
59 font-weight: bold;
60 margin-top: 10;
61 margin-bottom: 10}
62
63h6 {font-size: xx-small;
64 font-weight: bold;
65 margin-top: 10;
66 margin-bottom: 10}
67
68li p {margin-top: 0;
69 margin-bottom: 0}
70
71td p {margin-top: 0}
72
73menu li p {margin-top: 0;
74 margin-bottom: 0}
75
76menu li {margin-left: 0;
77 margin-right: 0;
78 margin-top: 0;
79 margin-bottom: 0}
80
81menu {margin-left-ltr: 40;
82 margin-right-rtl: 40;
83 margin-top: 10;
84 margin-bottom: 10}
85
86dir li p {margin-top: 0;
87 margin-bottom: 0}
88
89dir li {margin-left: 0;
90 margin-right: 0;
91 margin-top: 0;
92 margin-bottom: 0}
93
94dir {margin-left-ltr: 40;
95 margin-right-rtl: 40;
96 margin-top: 10;
97 margin-bottom: 10}
98
99dd {margin-left-ltr: 40;
100 margin-right-rtl: 40;
101 margin-top: 0;
102 margin-bottom: 0}
103
104dd p {margin-left: 0;
105 margin-rigth: 0;
106 margin-top: 0;
107 margin-bottom: 0}
108
109dt {margin-top: 0;
110 margin-bottom: 0}
111
112dl {margin-left: 0;
113 margin-top: 10;
114 margin-bottom: 10}
115
116ol li {margin-left: 0;
117 margin-right: 0;
118 margin-top: 0;
119 margin-bottom: 0}
120
121ol {
122 margin-top: 10;
123 margin-bottom: 10;
124 margin-left-ltr: 50;
125 margin-right-rtl: 50;
126 list-style-type: decimal
127}
128
129ol li p {margin-top: 0;
130 margin-bottom:0}
131
132ul li {margin-left: 0;
133 margin-right: 0;
134 margin-top: 0;
135 margin-bottom: 0}
136
137ul {margin-top: 10;
138 margin-bottom: 10;
139 margin-left-ltr: 50;
140 margin-right-rtl: 50;
141 list-style-type: disc;
142 -bullet-gap: 10}
143
144ul li ul li {margin-left: 0;
145 margin-right: 0;
146 margin-top: 0;
147 margin-bottom: 0}
148
149ul li ul {list-style-type: circle;
150 margin-left-ltr: 25;
151 margin-right-rtl: 25;}
152
153ul li ul li ul li {margin-left: 0;
154 margin-right: 0;
155 margin-top: 0;
156 margin-bottom: 0}
157
158ul li ul li ul {list-style-type: square;
159 margin-left-ltr: 25;
160 margin-right-rtl: 25}
161
162ul li menu {list-style-type: circle;
163 margin-left-ltr: 25;
164 margin-right-rtl: 25;}
165
166ul li p {margin-top: 0;
167 margin-bottom:0}
168
169a {color: blue;
170 text-decoration: underline}
171
172big {font-size: x-large}
173
174small {font-size: x-small}
175
176samp {font-size: small;
177 font-family: Monospaced}
178
179cite {font-style: italic}
180
181code {font-size: small;
182 font-family: Monospaced}
183
184dfn {font-style: italic}
185
186em {font-style: italic}
187
188i {font-style: italic}
189
190b {font-weight: bold}
191
192kbd {font-size: small;
193 font-family: Monospaced}
194
195s {text-decoration: line-through}
196
197strike {text-decoration: line-through}
198
199strong {font-weight: bold}
200
201sub {vertical-align: sub}
202
203sup {vertical-align: sup}
204
205tt {font-family: Monospaced}
206
207u {text-decoration: underline}
208
209var {font-weight: bold;
210 font-style: italic}
211
212table {
213 border-style: outset;
214 border-width: 0;
215}
216
217tr {
218 text-align: left
219}
220
221td {
222 border-width: 0;
223 border-style: inset;
224 padding-left: 3;
225 padding-right: 3;
226 padding-top: 3;
227 padding-bottom: 3
228}
229
230th {
231 text-align: center;
232 font-weight: bold;
233 border-width: 0;
234 border-style: inset;
235 padding-left: 3;
236 padding-right: 3;
237 padding-top: 3;
238 padding-bottom: 3
239}
240
241address {
242 color: blue;
243 font-style: italic
244}
245
246blockquote {
247 margin-top: 5;
248 margin-bottom: 5;
249 margin-left: 35;
250 margin-right: 35
251}
252
253center {text-align: center}
254
255pre {margin-top: 5;
256 margin-bottom: 5;
257 font-family: Monospaced}
258
259pre p {margin-top: 0}
260
261caption {
262 caption-side: top;
263 text-align: center
264}
265
266nobr { white-space: nowrap }
267