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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
/* gjdochtml-fixed.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
table  {
22
   border: none !important;
23
   border-top: none !important;
24
   border-left: none !important;
25
   border-right: none !important;
26
   border-bottom: none !important;
27
}
28
 
29
td {
30
   border: none !important;
31
   border-top: none !important;
32
   border-left: none !important;
33
   border-right: none !important;
34
   border-bottom: none !important;
35
}
36
 
37
body.classdoc {
38
   font-size: 100%;
39
   margin: 0em;
40
   padding: 0em;
41
}
42
 
43
table.navbar {
44
   margin: 0em;
45
   position: fixed;
46
   z-index: 20;
47
   left: 0em;
48
   top: 0em;
49
   width: 100%;
50
   background: #0066B3;
51
   color: white;
52
   padding: 0.3em;
53
   border-bottom: 3px solid black !important;
54
   height: 5.3em;
55
}
56
 
57
table[class="navbar bottom"] {
58
   visibility: hidden;
59
}
60
 
61
a.navi-button {
62
   color: #FFB200;
63
}
64
 
65
.navbar-first-row {
66
   font-size: 80%;
67
   padding-bottom: 0.3em;
68
}
69
 
70
.navbar-second-row {
71
   font-size: 70%;
72
   text-align: right;
73
   padding-right: 4.5em;
74
}
75
 
76
 
77
div.pagebody {
78
  margin-top: 7em;
79
  padding-left: 1em;
80
  padding-right: 1em;
81
  padding-bottom: 5em;
82
  z-index: -100;
83
}
84
 
85
span.navsep:before {
86
  padding-left: 0.25em;
87
  content: "|";
88
}
89
 
90
span[class="navi-button current"] {
91
  background: #003D6B;
92
  color: white;
93
}
94
 
95
span[class="navi-button unavailable"] {
96
  color: white;
97
}
98
 
99
.navi-button {
100
  padding-left: 0.1em;
101
  padding-right: 0.1em;
102
 
103
}
104
 
105
 
106
.classdoc-table-xxx {
107
   border-color: #aaaaaa;
108
   border-style: solid;
109
   border-collapse: collapse;
110
}
111
 
112
.classdoc-table {
113
   border: 0px;
114
   border-collapse: collapse;
115
}
116
 
117
td {
118
   vertical-align: top;
119
   padding: 0.2em;
120
}
121
 
122
table {
123
   margin-top: 1em;
124
}
125
 
126
span.index-category-current {
127
  padding: 0.4em;
128
  border: 1px black solid;
129
}
130
 
131
a.index-category-link {
132
  width: 5em;
133
  min-width: 5em;
134
  padding: 0.3em;
135
  margin-right: 0.4em;
136
  color: #FFB200;
137
  border: 1px #FFB200 solid;
138
  text-decoration: none;
139
}
140
 
141
a[href] {
142
  color: #991F00;
143
}
144
 
145
.classdoc-subtitle {
146
  position: fixed;
147
  left: 0.0em;
148
  top: 2.7em;
149
  font-size: 80%;
150
  font-weight: bold;
151
  color: #FFD980;
152
  z-index: 30;
153
  padding-left: 1.0em;
154
  padding-top: 0.0em;
155
  margin-top: 0.0em;
156
}
157
 
158
h1.classdoc-title {
159
  position: fixed;
160
  left: 0.0em;
161
  top: 2.4em;
162
  font-size: 130%;
163
  z-index: 30;
164
  color: #FFD980;
165
  padding-left: 0.5em;
166
  padding-top: 0.0em;
167
  margin-top: 0.0em;
168
}
169
 
170
div.index-categories {
171
  position: fixed;
172
  left: 28em;
173
  top: 5.8em;
174
  font-size: 60%;
175
  padding-top: 0.0em;
176
  margin-top: 0.0em;
177
}
178
 
179
.before-details {
180
}
181
 
182
h3.menu-title {
183
  width: 100%;
184
  position: fixed;
185
  left: 0em;
186
  top: 0em;
187
  margin-top: 0em;
188
  background: #0066B3;
189
  color: #FFD980;
190
  padding: 0.3em;
191
  padding-left: 0.8em;
192
  border-bottom: 3px solid black;
193
  font-size: 100%;
194
}
195
 
196
h3.menu-title > a {
197
  color: #FFB200;
198
}
199
 
200
body.menu {
201
  padding-top: 2em;
202
}
203
 
204
a.menu {
205
  font-size: 85%;
206
}
207
 
208
a.classdoc {
209
  position: relative;
210
  top: -6em;
211
}
212
 
213
 
214
div.section-header, h1.classdoc-header {
215
   background: #FFD980;
216
   margin-bottom: 0px;
217
   font-size: 130%;
218
   font-weight: bolder;
219
   padding-left: 2px;
220
   margin-top: 1em;
221
   padding-top: 4px;
222
   padding-bottom: 4px;
223
   position: relative;
224
   left: -200px;
225
   padding-left: 202px;
226
   padding-right: 20px;
227
   border: 1px solid black;
228
   width: 60%;
229
}
230
 
231
div.sub-section-header {
232
   background: #FFD980;
233
   margin-bottom: 0px;
234
   font-size: 110%;
235
   font-weight: normal;
236
   padding-left: 2px;
237
   margin-top: 1em;
238
   padding-top: 4px;
239
   padding-bottom: 4px;
240
   position: relative;
241
   left: -200px;
242
   padding-left: 202px;
243
   padding-right: 20px;
244
   border: 1px solid black;
245
   width: 60%;
246
}
247
 
248
table {
249
   width: 100%;
250
}
251
 
252
dl.classdoc-list {
253
  margin-top: 0px;
254
  margin-bottom: 0px;
255
  margin-left: 2.5em;
256
}
257
 
258
blockquote.member-summary {
259
   margin: 0px;
260
   font-style: oblique;
261
   font-size: 90%;
262
   margin-top: 0.1em;
263
   margin-bottom: 0.2em;
264
   margin-left: 1em;
265
}
266
 
267
td[class="member-summary method modifiers"] {
268
  text-align: right;
269
}
270
 
271
div.classdoc-tag-section-header {
272
   margin-top: 0.5em;
273
   font-weight: bold;
274
}
275
 
276
div.navbar-style-selector {
277
  position: fixed;
278
  right: 1em;
279
  top: 2.9em;
280
  z-index: 50;
281
  padding-right: 0.6em;
282
  vertical-align: top;
283
}
284
 
285
/* triad @ 225 deg */
286
 

powered by: WebSVN 2.1.0

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