~hudson-ubuntu/ubuntu/natty/libspring-ldap-java/hudson-fix

« back to all changes in this revision

Viewing changes to docs/docbkx/resources/css/html.css

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-04-16 20:36:56 UTC
  • Revision ID: james.westby@ubuntu.com-20100416203656-257w9tnqwmpmcgv5
Tags: upstream-1.3.0.RELEASE
ImportĀ upstreamĀ versionĀ 1.3.0.RELEASE

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
   text-align: justify;
 
3
   margin-right: 2em;
 
4
   margin-left: 2em;
 
5
}
 
6
 
 
7
a,
 
8
a[accesskey^="h"],
 
9
a[accesskey^="n"],
 
10
a[accesskey^="u"],
 
11
a[accesskey^="p"] {
 
12
    font-family: Verdana, Arial, helvetica, sans-serif;
 
13
    font-size: 12px;
 
14
        color: #003399;
 
15
}
 
16
 
 
17
a:active {
 
18
    color: #003399;
 
19
}
 
20
 
 
21
a:visited {
 
22
    color: #888888;
 
23
}
 
24
 
 
25
p {
 
26
        font-family: Verdana, Arial, sans-serif;
 
27
}
 
28
 
 
29
dt {
 
30
        font-family: Verdana, Arial, sans-serif;
 
31
        font-size: 12px;
 
32
}
 
33
 
 
34
p, dl, dt, dd, blockquote {
 
35
    color: #000000;
 
36
    margin-bottom: 3px;
 
37
    margin-top: 3px;
 
38
    padding-top: 0;
 
39
}
 
40
 
 
41
ol, ul, p {
 
42
    margin-top: 6px;
 
43
    margin-bottom: 6px;
 
44
}
 
45
 
 
46
p, blockquote {
 
47
    font-size: 90%;
 
48
}
 
49
 
 
50
p.releaseinfo {
 
51
    font-size: 100%;
 
52
    font-weight: bold;
 
53
    font-family: Verdana, Arial, helvetica, sans-serif;
 
54
    padding-top: 10px;
 
55
}
 
56
 
 
57
p.pubdate {
 
58
    font-size: 120%;
 
59
    font-weight: bold; 
 
60
    font-family: Verdana, Arial, helvetica, sans-serif;
 
61
}
 
62
 
 
63
td {
 
64
    font-size: 80%;
 
65
}
 
66
 
 
67
td, th, span {
 
68
    color: #000000;
 
69
}
 
70
 
 
71
td[width^="40%"] {
 
72
    font-family: Verdana, Arial, helvetica, sans-serif;
 
73
    font-size: 12px;
 
74
        color: #003399;
 
75
}
 
76
 
 
77
table[summary^="Navigation header"] tbody tr th[colspan^="3"] {
 
78
    font-family: Verdana, Arial, helvetica, sans-serif;
 
79
}
 
80
 
 
81
blockquote {
 
82
    margin-right: 0;
 
83
}
 
84
 
 
85
h1, h2, h3, h4, h6 {
 
86
    color: #000000;
 
87
    font-weight: 500;
 
88
    margin-top: 0;
 
89
    padding-top: 14px;
 
90
    font-family: Verdana, Arial, helvetica, sans-serif;
 
91
    margin-bottom: 0;
 
92
}
 
93
 
 
94
h2.title {
 
95
    font-weight: 800;
 
96
    margin-bottom: 8px;
 
97
}
 
98
 
 
99
h2.subtitle {
 
100
    font-weight: 800;
 
101
    margin-bottom: 20px;
 
102
}
 
103
 
 
104
.firstname, .surname {
 
105
        font-size: 12px;
 
106
    font-family: Verdana, Arial, helvetica, sans-serif;
 
107
}
 
108
 
 
109
table {
 
110
    border-collapse: collapse;
 
111
    border-spacing: 0;
 
112
    border: 1px black;
 
113
    empty-cells: hide;
 
114
    margin: 10px 0 30px 50px;
 
115
    width: 90%;
 
116
}
 
117
 
 
118
div.table {
 
119
        margin: 30px 0 10px 0;
 
120
        border: 1px dashed gray;
 
121
        padding: 10px;
 
122
}
 
123
 
 
124
div .table-contents table {
 
125
        border: 1px solid black;
 
126
}
 
127
 
 
128
div.table > p.title {
 
129
        padding-left: 10px;
 
130
}
 
131
 
 
132
table[summary^="Navigation footer"] {
 
133
    border-collapse: collapse;
 
134
    border-spacing: 0;
 
135
    border: 1px black;
 
136
    empty-cells: hide;    
 
137
    margin: 0px;
 
138
    width: 100%;
 
139
}
 
140
 
 
141
table[summary^="Note"],
 
142
table[summary^="Warning"],
 
143
table[summary^="Tip"] {
 
144
    border-collapse: collapse;
 
145
    border-spacing: 0;
 
146
    border: 1px black;
 
147
    empty-cells: hide;    
 
148
    margin: 10px 0px 10px -20px;
 
149
    width: 100%;
 
150
}
 
151
 
 
152
td {
 
153
    padding: 4pt;
 
154
    font-family: Verdana, Arial, helvetica, sans-serif;
 
155
}
 
156
 
 
157
div.warning TD {
 
158
        text-align: justify;
 
159
}
 
160
 
 
161
h1 { 
 
162
    font-size: 150%; 
 
163
}
 
164
 
 
165
h2 { 
 
166
    font-size: 110%; 
 
167
}
 
168
 
 
169
h3 {
 
170
    font-size: 100%; font-weight: bold; 
 
171
}
 
172
 
 
173
h4 { 
 
174
    font-size: 90%; font-weight: bold;
 
175
}
 
176
 
 
177
h5 {
 
178
    font-size: 90%; font-style: italic; 
 
179
}
 
180
 
 
181
h6 { 
 
182
    font-size: 100%; font-style: italic; 
 
183
}
 
184
 
 
185
tt {
 
186
    font-size: 110%;
 
187
    font-family: "Courier New", Courier, monospace;
 
188
    color: #000000;
 
189
}
 
190
 
 
191
.navheader, .navfooter {
 
192
        border: none;
 
193
}
 
194
 
 
195
div.navfooter table {
 
196
        border-style: dashed;
 
197
        border-color: gray;
 
198
        border-width: 1px 1px 1px 1px;
 
199
        background-color: #cde48d;
 
200
}
 
201
 
 
202
pre {
 
203
    font-size: 110%;
 
204
    padding: 5px;
 
205
    border-style: solid;
 
206
    border-width: 1px;
 
207
    border-color: #CCCCCC;
 
208
    background-color: #f3f5e9;
 
209
}
 
210
 
 
211
ul, ol, li {
 
212
    list-style: disc;
 
213
}
 
214
 
 
215
hr {
 
216
    width: 100%;
 
217
    height: 1px;
 
218
    background-color: #CCCCCC;
 
219
    border-width: 0;
 
220
    padding: 0;
 
221
}
 
222
 
 
223
.variablelist { 
 
224
    padding-top: 10px; 
 
225
    padding-bottom: 10px; 
 
226
    margin: 0;
 
227
}
 
228
 
 
229
.term { 
 
230
    font-weight:bold;
 
231
}
 
232
 
 
233
.mediaobject {
 
234
    padding-top: 30px; 
 
235
    padding-bottom: 30px; 
 
236
}
 
237
 
 
238
.legalnotice {
 
239
    font-family: Verdana, Arial, helvetica, sans-serif;
 
240
    font-size: 12px;
 
241
    font-style: italic;
 
242
}
 
243
 
 
244
.sidebar {
 
245
    float: right;
 
246
    margin: 10px 0 10px 30px;
 
247
    padding: 10px 20px 20px 20px;
 
248
    width: 33%;
 
249
    border: 1px solid black;
 
250
    background-color: #F4F4F4;
 
251
    font-size: 14px;
 
252
}
 
253
 
 
254
.property {
 
255
        font-family: "Courier New", Courier, monospace;
 
256
}
 
257
 
 
258
a code {
 
259
        font-family: Verdana, Arial, monospace;
 
260
        font-size: 12px;
 
261
}
 
262
 
 
263
td code {
 
264
    font-size: 110%;
 
265
}
 
266
 
 
267
div.note * td,
 
268
div.tip * td,
 
269
div.warning * td,
 
270
div.calloutlist * td {
 
271
        text-align: justify;
 
272
        font-size: 100%;
 
273
}
 
274
 
 
275
.programlisting {
 
276
        clear: both;
 
277
}
 
278
 
 
279
.programlisting .interfacename,
 
280
.programlisting .literal,
 
281
.programlisting .classname {
 
282
    font-size: 95%;
 
283
}
 
284
 
 
285
.title .interfacename,
 
286
.title .literal,
 
287
.title .classname {
 
288
    font-size: 130%;
 
289
}
 
290
 
 
291
/* everything in a <lineannotation/> is displayed in a coloured, comment-like font */
 
292
.programlisting * .lineannotation,
 
293
.programlisting * .lineannotation * {
 
294
        color: green;
 
295
}
 
296
 
 
297
.question * p {
 
298
    font-size: 100%;
 
299
}
 
300
 
 
301
.answer * p {
 
302
    font-size: 100%;
 
303
}