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-sclara.css] - Blame information for rev 779

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
/* gjdochtml-sclara.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
div.section-header,
22
h1.classdoc-header {
23
   background: #ccccff;
24
   border: black ridge 2px;
25
   border-collapse: collapse;
26
   vertical-align: inherit;
27
   text-align: inherit;
28
   margin-bottom: 0px;
29
   font-size: 155%;
30
   font-weight: bold;
31
   padding-left: 2px;
32
   margin-top: 1em;
33
   padding-top: 2px;
34
   padding-bottom: 2px;
35
}
36
 
37
td.section-header {
38
   background: #ccccff;
39
   margin-bottom: 0px;
40
   font-size: 155%;
41
   font-weight: bold;
42
   padding-left: 2px;
43
   margin-top: 1em;
44
   padding-top: 2px;
45
   padding-bottom: 2px;
46
}
47
 
48
td.sub-section-header {
49
   background: #eeeeff;
50
   margin-bottom: 0px;
51
   font-size: 110%;
52
   font-weight: normal;
53
   padding-left: 2px;
54
   margin-top: 1em;
55
   padding-top: 2px;
56
   padding-bottom: 2px;
57
}
58
 
59
table.classdoc-table {
60
   margin-top: 1.5em;
61
}
62
 
63
div.navbar-first-row {
64
   background: #eeeeff;
65
   padding-top: 4px;
66
   padding-bottom: 4px;
67
   padding-left: 4px;
68
   padding-right: 4px;
69
   font-size: 100%;
70
   color: black;
71
   font-family: Arial, sans-serif;
72
   font-weight: normal;
73
}
74
 
75
div.navbar-second-row {
76
   padding-top: 0px;
77
   padding-bottom: 9px;
78
}
79
 
80
div.navbar-second-row a[href] {
81
   text-decoration: underline;
82
   font-family: Arial, sans-serif;
83
   font-weight: normal;
84
   font-size: 60%;
85
   text-transform: uppercase;
86
   padding-top: 0px;
87
   margin-top: 0px;
88
   background: white;
89
   margin-left: 8px;
90
}
91
 
92
div.navbar-second-row span {
93
   padding: 0px;
94
   margin: 0px;
95
}
96
 
97
span.navi-button {
98
   padding-left: 0.4em;
99
   padding-right: 0.4em;
100
}
101
 
102
div.navbar-first-row span[class="navi-button current"] {
103
  background: #00008B;
104
  color: white;
105
  font-weight: bold;
106
}
107
 
108
div.navbar-first-row span[class="navi-button unavailable"] {
109
  font-weight: normal;
110
}
111
 
112
div.navbar-first-row a[href] {
113
   padding-bottom: 0px;
114
   font-weight: lighter;
115
   text-decoration: none;
116
   border-bottom: 1px solid blue;
117
   position: relative;
118
   top: -1px;
119
}
120
 
121
div.navbar-first-row a:visited {
122
   color: black;
123
   font-weight: lighter;
124
   text-decoration: none;
125
   border-bottom: 1px solid black;
126
}
127
 
128
div.navbar-first-row span.navi-link {
129
   padding: 0px;
130
   margin: 0px;
131
   color: black;
132
   font-weight: bold;
133
   position: relative;
134
   top: 1px;
135
}
136
 
137
span.navsep {
138
  padding-left: 0.15em;
139
}
140
 
141
a.menu {
142
  font-family: Arial, Sans-Serif;
143
  font-size: 90%;
144
}
145
 
146
table.navbar[class="navbar top"] {
147
  padding-bottom: 4px;
148
  border-bottom: inset 1px black;
149
}
150
 
151
table {
152
  width: 100%;
153
  margin: 0px;
154
  border: none;
155
  padding: 0px;
156
  border-collapse: collapse;
157
  border-spacing: 0;
158
}
159
 
160
tr.navbar {
161
  margin: 0px;
162
  padding: 0px;
163
  border: none;
164
}
165
 
166
td.navbar {
167
  margin: 0px;
168
  padding: 0px;
169
  border: none;
170
}
171
 
172
a.package-link,
173
a.class-link {
174
  font-weight: bold;
175
}
176
 
177
table,tr,td {
178
}
179
 
180
table.classdoc-table {
181
}
182
 
183
table.classdoc-table tr {
184
}
185
 
186
table.classdoc-table td {
187
   border: ridge 2px black;
188
   border-collapse: separate;
189
}
190
 
191
td {
192
   padding: 2px;
193
}
194
 
195
h1.classdoc-title,
196
h1.classdoc-sub-title {
197
   font-size: 150%;
198
   font-weight: bold;
199
}
200
 
201
div.pagebody {
202
   padding-bottom: 1em;
203
}
204
 
205
h3.menu-title {
206
   font-family: Arial, Sans-Serif;
207
   font-weight: normal;
208
   font-size: 105%;
209
}
210
 
211
p.member-summary {
212
   margin: 0px;
213
   padding: 0px;
214
   font-family: Monospace;
215
}
216
 
217
p.modifiers {
218
   font-size: 80%;
219
}
220
 
221
a.name {
222
   font-weight: bold;
223
}
224
 
225
blockquote.member-summary {
226
   text-indent: 3em;
227
   margin: 0px;
228
}
229
 
230
td.member-summary {
231
   vertical-align: top;
232
}
233
 
234
.classdoc-head-packagename {
235
   font-weight: bold;
236
   padding-top: 2em;
237
   padding-bottom: 0em;
238
   margin: 0em;
239
}
240
 
241
.classdoc-head-classname {
242
   padding-top: 0em;
243
   margin-top: 0em;
244
}
245
 
246
td.super {
247
   font-family: Monospace;
248
}
249
 
250
.classdoc-tag-section-header {
251
  font-weight: bold;
252
}
253
 
254
dl.classdoc-list {
255
  margin-top: 0px;
256
  margin-bottom: 0px;
257
  margin-left: 2.5em;
258
}
259
 
260
div.section-header,
261
div.sub-section-header {
262
  border: none;
263
  padding: 0px;
264
  margin: 0px;
265
  font-size: inherit;
266
}

powered by: WebSVN 2.1.0

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