OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [resource/] [javax/] [swing/] [text/] [html/] [default.css] - Blame information for rev 776

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 776 jeremybenn
/* default.css --
2
   Copyright (C) 2005 Free Software Foundation, Inc.
3
 
4
This file is part of GNU Classpath.
5
 
6
GNU Classpath is free software; you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
8
the Free Software Foundation; either version 2, or (at your option)
9
any later version.
10
 
11
GNU Classpath is distributed in the hope that it will be useful, but
12
WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
General Public License for more details.
15
 
16
You should have received a copy of the GNU General Public License
17
along with GNU Classpath; see the file COPYING.  If not, write to the
18
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19
02110-1301 USA.
20
 
21
Linking this library statically or dynamically with other modules is
22
making a combined work based on this library.  Thus, the terms and
23
conditions of the GNU General Public License cover the whole
24
combination.
25
 
26
As a special exception, the copyright holders of this library give you
27
permission to link this library with independent modules to produce an
28
executable, regardless of the license terms of these independent
29
modules, and to copy and distribute the resulting executable under
30
terms of your choice, provided that you also meet, for each linked
31
independent module, the terms and conditions of the license of that
32
module.  An independent module is a module which is not derived from
33
or based on this library.  If you modify this library, you may extend
34
this exception to your version of the library, but you are not
35
obligated to do so.  If you do not wish to do so, delete this
36
exception statement from your version. */
37
 
38
nobr {
39
  white-space: nowrap;
40
}
41
 
42
ol {
43
  margin-right: 50px;
44
  margin-top: 10px;
45
  margin-left: 50px;
46
  margin-bottom: 10px;
47
  list-style-type: decimal;
48
}
49
 
50
u {
51
  text-decoration: underline;
52
}
53
 
54
s {
55
  text-decoration: line-through;
56
}
57
 
58
p {
59
  margin-top: 15px;
60
}
61
 
62
dd p {
63
  margin-left: 0px;
64
  margin-top: 0px;
65
  margin-bottom: 0px;
66
}
67
 
68
ol li p {
69
  margin-top: 0px;
70
  margin-bottom: 0px;
71
}
72
 
73
 
74
address {
75
  font-style: italic;
76
  color: blue;
77
}
78
 
79
i {
80
  font-style: italic;
81
}
82
 
83
h6 {
84
  margin-top: 10px;
85
  font-size: xx-small;
86
  font-weight: bold;
87
  margin-bottom: 10px;
88
}
89
 
90
h5 {
91
  margin-top: 10px;
92
  font-size: x-small;
93
  font-weight: bold;
94
  margin-bottom: 10px;
95
}
96
 
97
h4 {
98
  margin-top: 10px;
99
  font-size: small;
100
  font-weight: bold;
101
  margin-bottom: 10px;
102
}
103
 
104
h3 {
105
  margin-top: 10px;
106
  font-size: medium;
107
  font-weight: bold;
108
  margin-bottom: 10px;
109
}
110
 
111
dir li p {
112
  margin-top: 0px;
113
  margin-bottom: 0px;
114
}
115
 
116
h2 {
117
  margin-top: 10px;
118
  font-size: large;
119
  font-weight: bold;
120
  margin-bottom: 10px;
121
}
122
 
123
b {
124
  font-weight: bold;
125
}
126
 
127
h1 {
128
  margin-top: 10px;
129
  font-size: x-large;
130
  font-weight: bold;
131
  margin-bottom: 10px;
132
}
133
 
134
caption {
135
  text-align: center;
136
  caption-side: top;
137
}
138
 
139
a {
140
  text-decoration: underline;
141
  color: blue;
142
}
143
 
144
ul li ul li ul li {
145
  margin-left: 0px;
146
  margin-top: 0px;
147
  margin-bottom: 0px;
148
}
149
 
150
menu {
151
  margin-right: 40px;
152
  margin-top: 10px;
153
  margin-left: 40px;
154
  margin-bottom: 10px;
155
}
156
 
157
menu li p {
158
  margin-top: 0px;
159
  margin-bottom: 0px;
160
}
161
 
162
sup {
163
  vertical-align: super;
164
}
165
 
166
body {
167
  margin-right: 0px;
168
  margin-left: 0px;
169
  font-family: Serif;
170
  font-size: 14pt;
171
  font-weight: normal;
172
  color: black;
173
}
174
 
175
ul li ul li ul {
176
  margin-right: 25px;
177
  margin-left: 25px;
178
  list-style-type: square;
179
}
180
 
181
blockquote {
182
  margin-right: 35px;
183
  margin-left: 35px;
184
  margin-top: 5px;
185
  margin-bottom: 5px;
186
}
187
 
188
samp {
189
  font-family: Monospaced;
190
  font-size: small;
191
}
192
 
193
cite {
194
  font-style: italic;
195
}
196
 
197
sub {
198
  vertical-align: sub;
199
}
200
 
201
em {
202
  font-style: italic;
203
}
204
 
205
ul li p {
206
  margin-top: 0px;
207
  margin-bottom: 0px;
208
}
209
 
210
ul li ul li {
211
  margin-right: 0px;
212
  margin-left: 0px;
213
  margin-top: 0px;
214
  margin-bottom: 0px;
215
}
216
 
217
var {
218
  font-style: italic;
219
  font-weight: bold;
220
}
221
 
222
table {
223
  border-color: Gray;
224
  border-style: outset;
225
}
226
 
227
dfn {
228
  font-style: italic;
229
}
230
 
231
menu li {
232
  margin-right: 0px;
233
  margin-left: 0px;
234
  margin-top: 0px;
235
  margin-bottom: 0px;
236
}
237
 
238
strong {
239
  font-weight: bold;
240
}
241
 
242
ul {
243
  margin-right: 50px;
244
  margin-top: 10px;
245
  margin-left: 50px;
246
  margin-bottom: 10px;
247
  list-style-type: disc;
248
}
249
 
250
center {
251
  text-align: center;
252
}
253
 
254
ul li ul {
255
  margin-right: 25px;
256
  margin-left: 25px;
257
  list-style-type: circle;
258
}
259
 
260
kbd {
261
  font-family: Monospaced;
262
  font-size: small;
263
}
264
 
265
dir li {
266
  margin-right: 0px;
267
  margin-left: 0px;
268
  margin-top: 0px;
269
  margin-bottom: 0px;
270
}
271
 
272
ul li menu {
273
  margin-right: 25px;
274
  margin-left: 25px;
275
  list-style-type: circle;
276
}
277
 
278
dt {
279
  margin-top: 0px;
280
  margin-bottom: 0px;
281
}
282
 
283
ol li {
284
  margin-right: 0px;
285
  margin-left: 0px;
286
  margin-top: 0px;
287
  margin-bottom: 0px;
288
}
289
 
290
li p {
291
  margin-top: 0px;
292
  margin-bottom: 0px;
293
}
294
 
295
default {
296
}
297
 
298
strike {
299
  text-decoration: line-through;
300
}
301
 
302
dl {
303
  margin-left: 0px;
304
  margin-top: 10px;
305
  margin-bottom: 10px;
306
}
307
 
308
tt {
309
  font-family: Monospaced;
310
}
311
 
312
ul li {
313
  margin-right: 0px;
314
  margin-left: 0px;
315
  margin-top: 0px;
316
  margin-bottom: 0px;
317
}
318
 
319
dir {
320
  margin-right: 40px;
321
  margin-top: 10px;
322
  margin-left: 40px;
323
  margin-bottom: 10px;
324
}
325
 
326
tr {
327
  text-align: left;
328
}
329
 
330
pre p {
331
  margin-top: 0px;
332
}
333
 
334
dd {
335
  margin-right: 40px;
336
  margin-top: 0px;
337
  margin-left: 40px;
338
  margin-bottom: 0px;
339
}
340
 
341
th {
342
  padding-bottom: 3px;
343
  text-align: center;
344
  padding-top: 3px;
345
  padding-right: 3px;
346
  padding-left: 3px;
347
  font-weight: bold;
348
  border-color: Gray;
349
  border-style: inset;
350
}
351
 
352
pre {
353
  margin-top: 5px;
354
  font-family: Monospaced;
355
  margin-bottom: 5px;
356
}
357
 
358
td {
359
  padding-bottom: 3px;
360
  padding-top: 3px;
361
  padding-right: 3px;
362
  padding-left: 3px;
363
  border-color: Gray;
364
  border-style: inset;
365
}
366
 
367
code {
368
  font-family: Monospaced;
369
  font-size: small;
370
}
371
 
372
small {
373
  font-size: x-small;
374
}
375
 
376
big {
377
  font-size: x-large;
378
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.