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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [tools/] [resource/] [gnu/] [classpath/] [tools/] [gjdoc/] [htmldoclet/] [gjdochtml-clean-layout.css] - Blame information for rev 779

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
/* gjdochtml-clean-layout.css
2
   Copyright (C) 2004 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., 59 Temple Place, Suite 330, Boston, MA
19
02111-1307 USA. */
20
 
21
/* --- GNU Clean Style: Layout --- */
22
 
23
body
24
{
25
        background: white;
26
        color: black;
27
}
28
 
29
body.content
30
{
31
        margin-left: 1.3em;
32
        margin-right: 1.3em;
33
        margin-top: 0.9em;
34
        margin-bottom: 1.3em;
35
}
36
 
37
div[class="class title outer"]
38
{
39
        margin: 0em;
40
        margin-bottom: 1em;
41
        border: 1px solid;
42
        padding: 10pt;
43
}
44
 
45
[class="class title-package"]
46
{
47
        margin: 0em;
48
        padding: 0em;
49
}
50
 
51
[class="class title-class"]
52
{
53
        margin: 0em;
54
        margin-top: 0.2em;
55
        padding: 0em;
56
}
57
 
58
[class="table header"],
59
[class="table sub header"]
60
{
61
        margin: 0em;
62
        padding: 0.25em;
63
}
64
 
65
[class="section header"]
66
{
67
        margin: 0em;
68
        padding: 0.25em;
69
        border: 1px solid;
70
}
71
 
72
.serialized.package.header
73
{
74
        margin: 0em;
75
        padding: 0.25em;
76
        border: 1px solid;
77
        margin-bottom: 1em;
78
}
79
 
80
 
81
.serialized.class.header
82
{
83
        margin: 0em;
84
        padding: 0.25em;
85
        padding-left: 3.25em;
86
        border: 1px solid;
87
        text-indent: -3em;
88
        font-weight: normal;
89
        font-size: 1.2em;
90
}
91
 
92
.serialized.section.header
93
{
94
        font-size: 1.15em;
95
}
96
 
97
div.serialized.section
98
{
99
        padding-left: 1em;
100
}
101
 
102
.summary td,
103
.summary .inherited
104
{
105
        padding: 0.25em;
106
}
107
 
108
table[border]
109
{
110
        border-spacing: 0em;
111
        border-collapse: collapse;
112
}
113
 
114
table[border] td
115
{
116
        border-spacing: 0em;
117
        border-collapse: collapse;
118
}
119
 
120
hr
121
{
122
        border-top: 1px solid;
123
        border-bottom: 0px;
124
        border-left: 0px;
125
        border-right: 0px;
126
}
127
 
128
.class.summary .left
129
{
130
        width: 10%;
131
}
132
 
133
.class.summary td.left
134
{
135
        text-align: right;
136
}
137
 
138
.class.summary .left .synopsis
139
{
140
        font-size: small;
141
}
142
 
143
 
144
[class="package summary left"]
145
{
146
        width: 20%;
147
}
148
 
149
ul.inheritance
150
{
151
        margin-left: 1.8em;
152
        padding-left: 0em;
153
        marker-offset: 0em !important;
154
        list-style-type: none;
155
        list-style-image: none;
156
}
157
 
158
li.inheritance
159
{
160
        margin: 0em !important;
161
        margin-top: 0.1em !important;
162
        padding: 0em !important;
163
        marker-offset: 0em !important;
164
}
165
 
166
ul.inheritance > li.inheritance:before
167
{
168
        display: marker;
169
        width: 12px;
170
        margin: 0em !important;
171
        padding: 0em !important;
172
        marker-offset: 0em !important;
173
        content: url(inherit.png);
174
        vertical-align: center !important;
175
}
176
 
177
[class="inheritance 0"] > li.inheritance:before
178
{
179
        display: none;
180
}
181
 
182
ul [class="inheritance 0"]
183
{
184
        margin-left: 12px !important;
185
        padding-left: 0em;
186
        list-style-type: none !important;
187
        list-style-image: none !important;
188
}
189
 
190
.inheritance-tree
191
{
192
        position: relative;
193
        left: -24px;
194
}
195
 
196
.synopsis.outer
197
{
198
        padding: 0em;
199
        margin-bottom: 0.3em;
200
}
201
 
202
.synopsis.outer > *
203
{
204
        margin: 0em;
205
        padding: 0em;
206
        line-height: 1.0em;
207
}
208
 
209
div.navbar.div
210
{
211
        padding: 0em;
212
        margin: 0em;
213
        position: relative;
214
        left: -0.2em;
215
}
216
 
217
.navbar.div,
218
.navbar.div tr,
219
.navbar.div td
220
{
221
        margin: 0em;
222
        padding: 0em;
223
        border-spacing: 0em;
224
        border-collapse: collapse;
225
}
226
 
227
table.navbar.div
228
{
229
        width: 100%;
230
}
231
 
232
table.navbar.div td
233
{
234
        line-height: 1.9em;
235
        text-align: top;
236
}
237
 
238
.navbar.item
239
{
240
        /* float: left; */
241
        border: 1px solid;
242
        /* width: 7.5em; */
243
        text-align: center;
244
        margin: 0.05em;
245
        padding-top: 0.2em;
246
        padding-bottom: 0.3em;
247
        padding-left: 0.5em;
248
        padding-right: 0.5em;
249
        font-size: 0.75em;
250
        margin-bottom: 0.5em;
251
}
252
 
253
.navbar.item.active
254
{
255
        /* font-weight: bold; */
256
        border: 1px solid;
257
}
258
 
259
[class~="title"]
260
{
261
        border: 1px solid;
262
        padding: 0.3em;
263
        margin-top: 0em;
264
}
265
 
266
.table.container,
267
.table.container dd
268
{
269
        padding: 0em;
270
        margin: 0em;
271
}
272
 
273
.overview.summary
274
{
275
        padding: 0em;
276
        margin: 0em;
277
}
278
 
279
.summary
280
{
281
        margin-bottom: 1.2em;
282
}
283
 
284
table.navbar.top
285
{
286
        margin-bottom: 1em !important;
287
}
288
 
289
.package.description
290
{
291
        margin-top: 0.0em;
292
        margin-bottom: 1.0em;
293
}
294
 
295
.class.description
296
{
297
        margin-top: 1em;
298
        margin-bottom: 0.8em;
299
}
300
 
301
[class="overview description top"]
302
{
303
        margin-top: 0.0em;
304
        margin-bottom: 1.0em;
305
}
306
 
307
[class="overview description full"]
308
{
309
        margin-top: 1.0em;
310
        margin-bottom: 0.0em;
311
}
312
 
313
.class.summary .right .list
314
{
315
        margin: 0em;
316
        padding: 0em;
317
}
318
 
319
.class.summary .right .list .synopsis
320
{
321
        margin: 0em;
322
        padding: 0em;
323
}
324
 
325
.classes .menu-subtitle
326
{
327
        padding: 0em;
328
        margin-top: 0.5em;
329
        margin-bottom: 0em;
330
}
331
 
332
.menu-title
333
{
334
        padding: 0em;
335
        margin-top: 0.8em;
336
        margin-bottom: 0.2em;
337
}
338
 
339
.menu-entry
340
{
341
        font-size: 0.8em;
342
}
343
 
344
.class.summary .right
345
{
346
        vertical-align: top;
347
}
348
 
349
.class.summary .right .list
350
{
351
        vertical-align: top;
352
}
353
 
354
.navi
355
{
356
        padding-top: 0.5em;
357
        font-size: x-small;
358
}
359
 
360
.navbar .header
361
{
362
        vertical-align: top;
363
}
364
 
365
.navbar .header span
366
{
367
        border: none;
368
        white-space: nowrap;
369
        padding-top: 0.2em;
370
        padding-bottom: 0.3em;
371
        padding-left: 0.5em;
372
}
373
 
374
.navbar .header a
375
{
376
        font-weight: bold;
377
        font-size: 11pt;
378
}
379
 
380
h1
381
{
382
        font-size: 1.5em;
383
}
384
 
385
h2
386
{
387
        font-size: 1.3em;
388
}
389
 
390
h3
391
{
392
        font-size: 1.1em;
393
}
394
 
395
.summary .right .synopsis
396
{
397
        padding-left: 5.25em !important;
398
        text-indent: -5em !important;
399
}
400
 
401
.summary .right .description
402
{
403
        text-indent: 1em !important;
404
        padding-top: 0.25em !important;
405
        padding-bottom: 0.1em !important;
406
        padding-left: 0.25em !important;
407
}
408
 
409
td.usage.summary
410
{
411
        vertical-align: top;
412
}
413
 
414
.index .entry .description
415
{
416
        padding-left: 3em;
417
}
418
 
419
.index .entry .key
420
{
421
        padding-left: 5.25em;
422
        text-indent: -5em;
423
}
424
 
425
.dep-list .summary .description
426
{
427
        padding-top: 0.1em;
428
        padding-left: 3em;
429
}
430
 
431
.dep-toc .header
432
{
433
        padding-bottom: 0em;
434
        margin-bottom: 0.2em;
435
}
436
 
437
.dep-toc .list
438
{
439
        margin-top: 0em;
440
        margin-bottom: 1.5em;
441
        padding-top: 0em;
442
        padding-bottom: 0em;
443
        padding-left: 2em;
444
}
445
 
446
ul.tree li.node
447
{
448
        list-style-type: disc;
449
}
450
 
451
ul.tree ul
452
{
453
        margin-left: 0em;
454
        padding-left: 1.8em;
455
}
456
 
457
li.level
458
{
459
        list-style-type: none;
460
}

powered by: WebSVN 2.1.0

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