Subversion Repositories javautils

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 daniel-mar 1
/*
2
   ====================================================================
3
   Licensed to the Apache Software Foundation (ASF) under one
4
   or more contributor license agreements.  See the NOTICE file
5
   distributed with this work for additional information
6
   regarding copyright ownership.  The ASF licenses this file
7
   to you under the Apache License, Version 2.0 (the
8
   "License"); you may not use this file except in compliance
9
   with the License.  You may obtain a copy of the License at
10
 
11
     http://www.apache.org/licenses/LICENSE-2.0
12
 
13
   Unless required by applicable law or agreed to in writing,
14
   software distributed under the License is distributed on an
15
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
   KIND, either express or implied.  See the License for the
17
   specific language governing permissions and limitations
18
   under the License.
19
   ====================================================================
20
 
21
   This software consists of voluntary contributions made by many
22
   individuals on behalf of the Apache Software Foundation.  For more
23
   information on the Apache Software Foundation, please see
24
   <http://www.apache.org/>.
25
   ====================================================================
26
 
27
    Based on the CSS file for the Spring Reference Documentation.
28
*/
29
 
30
 
31
body {
32
    text-align: justify;
33
    margin-right: 2em;
34
    margin-left: 2em;
35
}
36
 
37
a:active {
38
    color: #003399;
39
}
40
 
41
a:visited {
42
    color: #888888;
43
}
44
 
45
p {
46
    font-family: Verdana, Arial, sans-serif;
47
}
48
 
49
dt {
50
    font-family: Verdana, Arial, sans-serif;
51
    font-size: 12px;
52
}
53
 
54
p, dl, dt, dd, blockquote {
55
    color: #000000;
56
    margin-bottom: 3px;
57
    margin-top: 3px;
58
    padding-top: 0px;
59
}
60
 
61
ol, ul, p {
62
    margin-top: 6px;
63
    margin-bottom: 6px;
64
}
65
 
66
p, blockquote {
67
    font-size: 90%;
68
}
69
 
70
p.releaseinfo {
71
    font-size: 100%;
72
    font-weight: bold;
73
    font-family: Verdana, Arial, helvetica, sans-serif;
74
    padding-top: 10px;
75
}
76
 
77
p.pubdate {
78
    font-size: 120%;
79
    font-weight: bold;
80
    font-family: Verdana, Arial, helvetica, sans-serif;
81
}
82
 
83
td {
84
    font-size: 80%;
85
}
86
 
87
td, th, span {
88
    color: #000000;
89
}
90
 
91
blockquote {
92
    margin-right: 0px;
93
}
94
 
95
h1, h2, h3, h4, h6, H6 {
96
    color: #000000;
97
    font-weight: 500;
98
    margin-top: 0px;
99
    padding-top: 14px;
100
    font-family: Verdana, Arial, helvetica, sans-serif;
101
    margin-bottom: 0px;
102
}
103
 
104
h2.title {
105
    font-weight: 800;
106
    margin-bottom: 8px;
107
}
108
 
109
h2.subtitle {
110
    font-weight: 800;
111
    margin-bottom: 20px;
112
}
113
 
114
.firstname, .surname {
115
    font-size: 12px;
116
    font-family: Verdana, Arial, helvetica, sans-serif;
117
}
118
 
119
table {
120
    border-collapse: collapse;
121
    border-spacing: 0;
122
    border: 1px black;
123
    empty-cells: hide;
124
    margin: 10px 0px 30px 50px;
125
    width: 90%;
126
}
127
 
128
div.table {
129
    margin: 30px 0px 30px 0px;
130
    border: 1px dashed gray;
131
    padding: 10px;
132
}
133
 
134
div .table-contents table {
135
    border: 1px solid black;
136
}
137
 
138
div.table > p.title {
139
    padding-left: 10px;
140
}
141
 
142
td {
143
    padding: 4pt;
144
    font-family: Verdana, Arial, helvetica, sans-serif;
145
}
146
 
147
div.warning TD {
148
    text-align: justify;
149
}
150
 
151
h1 {
152
    font-size: 150%;
153
}
154
 
155
h2 {
156
    font-size: 110%;
157
}
158
 
159
h3 {
160
    font-size: 100%;
161
    font-weight: bold;
162
}
163
 
164
h4 {
165
    font-size: 90%;
166
    font-weight: bold;
167
}
168
 
169
h5 {
170
    font-size: 90%;
171
    font-style: italic;
172
}
173
 
174
h6 {
175
    font-size: 100%;
176
    font-style: italic;
177
}
178
 
179
tt {
180
    font-size: 110%;
181
    font-family: "Courier New", Courier, monospace;
182
    color: #000000;
183
}
184
 
185
.navheader, .navfooter {
186
    border: none;
187
}
188
 
189
pre {
190
    font-size: 110%;
191
    padding: 5px;
192
    border-style: solid;
193
    border-width: 1px;
194
    border-color: #CCCCCC;
195
    background-color: #f3f5e9;
196
}
197
 
198
ul, ol, li {
199
    list-style: disc;
200
}
201
 
202
hr {
203
    width: 100%;
204
    height: 1px;
205
    background-color: #CCCCCC;
206
    border-width: 0px;
207
    padding: 0px;
208
}
209
 
210
.variablelist {
211
    padding-top: 10px;
212
    padding-bottom: 10px;
213
    margin: 0;
214
}
215
 
216
.term {
217
    font-weight: bold;
218
}
219
 
220
.mediaobject {
221
    padding-top: 30px;
222
    padding-bottom: 30px;
223
}
224
 
225
.legalnotice {
226
    font-family: Verdana, Arial, helvetica, sans-serif;
227
    font-size: 12px;
228
    font-style: italic;
229
}
230
 
231
.sidebar {
232
    float: right;
233
    margin: 10px 0px 10px 30px;
234
    padding: 10px 20px 20px 20px;
235
    width: 33%;
236
    border: 1px solid black;
237
    background-color: #F4F4F4;
238
    font-size: 14px;
239
}
240
 
241
.property {
242
    font-family: "Courier New", Courier, monospace;
243
}
244
 
245
a code {
246
    font-family: Verdana, Arial, monospace;
247
    font-size: 12px;
248
}
249
 
250
td code {
251
    font-size: 110%;
252
}
253
 
254
div.note * td,
255
    div.tip * td,
256
    div.warning * td,
257
    div.calloutlist * td {
258
    text-align: justify;
259
    font-size: 100%;
260
}
261
 
262
.programlisting .interfacename,
263
    .programlisting .literal,
264
    .programlisting .classname {
265
    font-size: 95%;
266
}
267
 
268
.title .interfacename,
269
    .title .literal,
270
    .title .classname {
271
    font-size: 130%;
272
}
273
 
274
.programlisting * .lineannotation,
275
    .programlisting * .lineannotation * {
276
    color: blue;
277
}
278
 
279
.bannerLeft, .bannerRight {
280
  font-size: xx-large;
281
  font-weight: bold;
282
}
283
 
284
.bannerLeft img, .bannerRight img {
285
  margin: 0px;
286
}
287
 
288
.bannerLeft img {
289
  float:left;
290
  text-shadow: #7CFC00;
291
}
292
 
293
.bannerRight img {
294
  float:right;
295
  text-shadow: #7CFC00;
296
}
297
 
298
.banner {
299
  padding: 0px;
300
}
301
 
302
.banner img {
303
  border: none;
304
}
305
 
306
.clear  {
307
  clear:both;
308
  visibility: hidden;
309
}