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/] [doctranslets/] [html/] [res/] [gjdochtml-clean.css] - Blame information for rev 779

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
/* gjdochtml-clean.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
body.classdoc {
22
   background: white;
23
   font-size: 100%;
24
   margin: 0.5em 1em 0.5em 1em;
25
}
26
 
27
hr {
28
   border-style: solid none none none;
29
   border-width: thin;
30
   height: 1px;
31
   color: black;
32
}
33
 
34
hr.footer {
35
   margin-top: 2em;
36
}
37
 
38
table,tr,td  {
39
   border: solid 1px #aaaaaa !important;
40
   border-collapse: collapse !important;
41
}
42
 
43
table.classdoc-table {
44
   border-width: 1px;
45
   border-collapse: collapse;
46
}
47
 
48
table.classdoc-table tr {
49
   border-width: 1px;
50
   border-collapse: collapse;
51
}
52
 
53
table.classdoc-table td {
54
   border: solid 1px #aaaaaa;
55
   border-collapse: collapse;
56
}
57
 
58
.header {
59
 
60
   border-style: solid;
61
   padding: 0.2em;
62
   margin: 0.3em;
63
}
64
 
65
ul {
66
   padding-top: 0em;
67
   margin-top: 0em;
68
}
69
 
70
td {
71
   padding: 0.3em;
72
   vertical-align: top;
73
}
74
 
75
td.with-border {
76
   border-color: #aaaaaa;
77
   border-style: solid;
78
   border-top: 0px;
79
}
80
 
81
td.no-border-r {
82
   border-color: #aaaaaa;
83
   border-style: solid;
84
   border-right: 0px;
85
   border-top: 0px;
86
}
87
 
88
td.no-border-b {
89
   border-color: #aaaaaa;
90
   border-style: solid;
91
   border-bottom: 0px;
92
}
93
 
94
td.no-border-rb {
95
   border-color: #aaaaaa;
96
   border-style: solid;
97
   border-right: 0px;
98
   border-bottom: 0px;
99
}
100
 
101
.classdoc-head {
102
   border: 1px;
103
   border-style: solid;
104
   padding: 0.3em 0.7em 0.5em 0.7em;
105
   margin: 0.0em;
106
}
107
 
108
.classdoc-head-packagename {
109
   font-size: 110%;
110
   padding: 0.0em;
111
   margin: 0.0em;
112
}
113
 
114
.classdoc-head-classname {
115
   font-size: 180%;
116
   padding: 0.0em;
117
   margin: 0.0em;
118
}
119
 
120
h1.classdoc-header {
121
   border-width: 1px;
122
   border-style: solid;
123
   font-size: 140%;
124
   padding: 0.2em 0.5em 0.3em 0.5em;
125
   margin-top: 0.0em;
126
}
127
 
128
h2.classdoc-header {
129
   border-width: 1px;
130
   border-style: solid;
131
   font-size: 140%;
132
   padding: 0.2em 0.5em 0.3em 0.5em;
133
   margin-top: 0.0em;
134
}
135
 
136
h1.classdoc-header,
137
h2.classdoc-header,
138
.classdoc-head,
139
.classdoc-subheader,
140
.section-header,
141
.sub-section-header {
142
   background: #80B9FF;
143
   font-weight: bolder;
144
}
145
 
146
table.navbar {
147
  background: #BFDCFF;
148
}
149
 
150
div[class="navbar top"] {
151
  margin-bottom: 1em;
152
}
153
 
154
span[class="navi-button current"] {
155
  color: white;
156
  background: #0055BA;
157
}
158
 
159
span[class="navi-button unavailable"] {
160
  color: #888888;
161
}
162
 
163
h3.classdoc-header {
164
   font-size: 110%;
165
}
166
 
167
.classdoc-subheader {
168
   border-width: 1px;
169
   border-style: solid;
170
   font-size: 120%;
171
   padding: 1.0em;
172
}
173
 
174
.classdoc-prototype {
175
}
176
 
177
.classdoc-summary-comment {
178
   margin-top: 1.0em;
179
   margin-bottom: 1.0em;
180
   font-size: 100%;
181
}
182
 
183
.classdoc-tree-label {
184
   font-size: 80%;
185
   line-height: 2.0em;
186
   padding: 0%;
187
   vertical-align: top;
188
   height: 2.0em;
189
   margin: 0%;
190
   padding-left: 1.0em;
191
}
192
 
193
.classdoc-comment-body {
194
   font-size: 100%;
195
}
196
 
197
blockquote.classdoc-summary-comment {
198
   margin: 0.4em 0.0em 0.2em 2.0em;
199
   padding: 0em;
200
}
201
 
202
div.classdoc-comment-body {
203
   margin: 0.4em 0.0em 0.2em 2.0em;
204
   padding: 0em;
205
}
206
 
207
div.classdoc-package-comment-body {
208
   margin: 0.4em 0.0em 1.5em 0.0em;
209
   padding: 0em;
210
}
211
 
212
div.classdoc-class-comment-body {
213
   margin: 0.8em 0.0em 1.0em 0.0em;
214
   padding: 0.0em;
215
}
216
 
217
ul.classdoc-list {
218
   margin-top: 0.2em;
219
   margin-left: 1.6em;
220
}
221
 
222
div.classdoc-tag-section-header {
223
   margin-top: 0.5em;
224
   font-weight: bold;
225
}
226
 
227
ol.classdoc-list {
228
   margin-top: 0.2em;
229
   margin-left: 1.6em;
230
   list-style-type: circle;
231
}
232
 
233
dl.classdoc-list {
234
   margin-top: 0.2em;
235
   margin-left: 1.6em;
236
}
237
 
238
.navi-button {
239
  padding: 0.0em;
240
  margin: 0.0em;
241
  padding-left: 0.2em;
242
  padding-right: 0.2em;
243
}
244
 
245
.header {
246
   width: 100%;
247
   padding: 0.0em 0.7em 0.5em 0.0em;
248
   margin: 0.0em 0.0em 0.9em 0.0em;
249
   border: black 1px;
250
   border-style: none none solid none;
251
}
252
 
253
.navbar-first-row {
254
   width: 100%;
255
   padding: 0.0em 0.7em 0.0em 0.0em;
256
   margin: 0.0em 0.0em 0.4em 0.0em;
257
   font-size: 80%;
258
}
259
 
260
.navbar-second-row {
261
   width: 100%;
262
   padding: 0.0em 0.7em 0.0em 0.0em;
263
   margin: 0.0em 0.0em 0.0em 0.0em;
264
   font-size: 70%;
265
}
266
 
267
.prototype {
268
   text-indent:-2em;
269
   font-family:monospace;
270
   padding: 0em 0em 0em 2em;
271
   margin: 0em;
272
}
273
 
274
.prototype-type {
275
   font-family:monospace;
276
   padding: 0em;
277
   margin: 0em;
278
}
279
 
280
.prototype-name {
281
   font-family:monospace;
282
}
283
 
284
span.parameter {
285
   padding: 0em;
286
   margin: 0em;
287
   white-space: nowrap;
288
}
289
 
290
div.footer {
291
   margin-bottom: 6cm;
292
   font-style: italic;
293
   font-size: 0.8em;
294
}
295
 
296
pre {
297
   margin-left: 1.6em;
298
}
299
 
300
pre.inheritance-tree {
301
   margin-left: 0.0em;
302
}
303
 
304
a.tree-class-link {
305
   font-weight: bold;
306
}
307
 
308
span.index-category-current {
309
  padding: 0.4em;
310
  border: 1px black solid;
311
}
312
 
313
a.index-category-link {
314
  padding: 0.4em;
315
}
316
 
317
a.menu {
318
  font-size: 90%;
319
}
320
 
321
table.navbar {
322
  width: 100%;
323
  margin: 0px;
324
  border: solid 1px #888888;
325
  padding: 0px;
326
}
327
 
328
tr.navbar, td.navbar {
329
  padding: 0.3em;
330
  margin: 0px;
331
}
332
 
333
 
334
h1.overview-doctitle {
335
  font-size: 170%;
336
  text-align: center;
337
  padding-bottom: 0.5em;
338
}
339
 
340
div.overview-description-top,
341
div.overview-description-full {
342
  margin-top: 1.5em;
343
}
344
 
345
table {
346
  margin-top: 0em;
347
  margin-bottom: 1em;
348
  border-collapse: collapse;
349
}
350
 
351
span.navsep {
352
}
353
 
354
a[href] {
355
  color: #0055BA;
356
}
357
 
358
a:visited {
359
  color: #003B82;
360
}
361
 
362
a:active {
363
  color: #80B9FF;
364
}
365
 
366
blockquote.member-summary {
367
   text-indent: 2em;
368
   margin: 0em;
369
   margin-top: 0.2em;
370
}
371
 
372
table {
373
   width: 100%;
374
}
375
 
376
td[class="member-summary method modifiers"] {
377
  text-align: right;
378
}
379
 
380
td[class="member-summary field modifiers"] {
381
  text-align: right;
382
}

powered by: WebSVN 2.1.0

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