~raginggoblin/infolog/infolog

« back to all changes in this revision

Viewing changes to InfologServer/lib/hibernate-distribution-3.3.2.GA/documentation/manual/es-ES/html/css/documentation.css

  • Committer: Raging Goblin
  • Date: 2013-11-16 16:51:32 UTC
  • Revision ID: raging_goblin-20131116165132-weujnptzc88uy4ah
Mavenized the project, now using shared project InfologSync

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Lists */
2
 
 
3
 
ol li, ul li {
4
 
    padding-left:.2em;
5
 
    padding-bottom:.5em;
6
 
    margin:0em;
7
 
}
8
 
 
9
 
ul {
10
 
    padding-left:1.6em;
11
 
    list-style-image:url(../images/community/dot.png);
12
 
    list-style-type:circle;
13
 
}
14
 
 
15
 
ul ul {
16
 
    list-style-image:url(../images/community/dot2.png);
17
 
    list-style-type:circle;
18
 
}
19
 
 
20
 
dt {
21
 
    font-weight:bold;
22
 
    margin-bottom:0em;
23
 
    padding-bottom:0em;
24
 
}
25
 
 
26
 
dd {
27
 
    margin:0em;
28
 
    margin-left:2em;
29
 
    padding-top:0em;
30
 
}
31
 
 
32
 
li p:first-child, dd p:first-child {
33
 
    padding:0em;
34
 
    margin-top:.3em;
35
 
}
36
 
 
37
 
.variablelist, .itemizedlist {margin-top:.6em;}
38
 
 
39
 
ul li p:first-child {margin:0em;}
40
 
 
41
 
/* Images */
42
 
 
43
 
img {
44
 
    display:block;
45
 
    margin:2em 0;
46
 
}
47
 
 
48
 
.inlinemediaobject, .inlinemediaobject img {
49
 
    display:inline !important;
50
 
    margin:0em;
51
 
}
52
 
 
53
 
.programlisting a img, pre a img, td a img, td img {
54
 
    display:inline;
55
 
    margin:0 0;
56
 
}
57
 
 
58
 
/* Needed for Safari */
59
 
 
60
 
pre a span img, pre span img {
61
 
    display:inline;
62
 
    margin:0 0;
63
 
}
64
 
 
65
 
span.co {
66
 
    position:absolute;
67
 
    left:900px
68
 
}
69
 
 
70
 
/* Document modes */
71
 
 
72
 
.confidential {
73
 
    background-color:#900;
74
 
    color:white;
75
 
    padding:.5em .5em;
76
 
    font-family:serif;
77
 
    text-transform:uppercase;
78
 
    text-align:center
79
 
}
80
 
 
81
 
dt a {font-weight:normal;}
82
 
 
83
 
.longdesc-link {display:none;}
84
 
 
85
 
.prompt {
86
 
    background-color:#ede7c8;
87
 
    padding:0em .3em;
88
 
}
89
 
 
90
 
/* User interface styles */
91
 
 
92
 
.screen .replaceable {color:#444;}
93
 
 
94
 
.screen {
95
 
    background-color:#ede7c8;
96
 
    color:#333;
97
 
    padding:.5em 1em;
98
 
    margin:0em;
99
 
}
100
 
 
101
 
pre, code, .guibutton, .keycap, .guilabel {
102
 
    font-size:0.9em;
103
 
    font-family:verdana, helvetica, sans-serif;
104
 
}
105
 
 
106
 
.guibutton, .keycap, .guilabel {
107
 
    font-weight:bold;
108
 
    white-space:nowrap;
109
 
    color:#444;
110
 
    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
111
 
}
112
 
 
113
 
.guibutton, .guilabel {}
114
 
 
115
 
.keycap {padding:.1em.4em;}
116
 
 
117
 
.example {
118
 
    background-color:#c8c5ac;
119
 
    padding:5px;
120
 
    margin-bottom:10px;
121
 
}
122
 
 
123
 
/* Terminal/Console text */
124
 
 
125
 
.command, .computeroutput, .filename, .citetitle, .replaceable, .option {font-weight:bold;}
126
 
 
127
 
.command .replaceable {color:#555;}
128
 
 
129
 
pre {
130
 
    display:block;
131
 
    background-color:#f9f3b0;
132
 
    color:#333;
133
 
    overflow:auto;
134
 
    padding:10px 20px;
135
 
}
136
 
 
137
 
code {white-space:nowrap;}
138
 
 
139
 
/* Admonitions */
140
 
 
141
 
/* Set basic colors and spacing */
142
 
 
143
 
div.note {
144
 
    background:#b5bcbd;
145
 
    color:#4c5253;
146
 
    border:1px solid #8a9195;
147
 
    margin-bottom:1.5em;
148
 
    background-repeat:no-repeat;
149
 
    background-position:10px 10px;
150
 
    padding:1em;
151
 
    padding-bottom:20px;
152
 
}
153
 
 
154
 
div.tip {
155
 
    background:#7e917f;
156
 
    color:white;
157
 
    border:1px solid #8a9195;
158
 
    margin-bottom:1.5em;
159
 
    background-repeat:no-repeat;
160
 
    background-position:10px 10px;
161
 
    padding:1em;
162
 
    padding-bottom:20px;
163
 
}
164
 
 
165
 
div.important {
166
 
    background:#4a5d75;
167
 
    color:white;
168
 
    border:1px solid #8a9195;
169
 
    margin-bottom:1.5em;
170
 
    background-repeat:no-repeat;
171
 
    background-position:10px 10px;
172
 
    padding:1em;
173
 
    padding-bottom:20px;
174
 
}
175
 
 
176
 
div.caution {
177
 
    background:#e3a835;
178
 
    color:#533500;
179
 
    border:1px solid #ab710a; 
180
 
    margin-bottom:1.5em;
181
 
    background-repeat:no-repeat;
182
 
    background-position:10px 10px;
183
 
    padding:1em;
184
 
    padding-bottom:20px;
185
 
}
186
 
 
187
 
div.warning {
188
 
    background:#7b1e1e;
189
 
    color:white;
190
 
    border:1px solid #65504e;
191
 
    margin-bottom:1.5em;
192
 
    background-repeat:no-repeat;
193
 
    background-position:10px 10px;
194
 
    padding:1em;
195
 
    padding-bottom:20px;
196
 
}
197
 
 
198
 
/* Pre tag color settings */
199
 
 
200
 
div.note pre {
201
 
    background-color:#d6dee0;
202
 
    color:#334558;
203
 
    border:1px solid #e1e9eb;
204
 
}
205
 
 
206
 
div.tip pre {
207
 
    background-color:#d5e1d5;
208
 
    color:#334558;
209
 
    border:1px solid #e1e9eb;
210
 
}
211
 
 
212
 
div.important pre {
213
 
    background-color:#e1eef4;
214
 
    color:#334558;
215
 
    border:1px solid #e1e9eb;
216
 
}
217
 
 
218
 
div.caution pre {
219
 
    background-color:#faf8ed;
220
 
    color:#334558;
221
 
    border:1px solid #e1e9eb;
222
 
}
223
 
 
224
 
div.warning pre {
225
 
    background-color:#faf8ed;
226
 
    color:#334558;
227
 
    border:1px solid #e1e9eb;
228
 
}
229
 
 
230
 
/* Background images and margin */
231
 
 
232
 
div.note, div.tip, div.important, div.caution, div.warning {margin-top:.5em;}
233
 
 
234
 
div.note {background-image:url(../images/community/docbook/note.png);}
235
 
div.tip {background-image:url(../images/community/docbook/tip.png);}
236
 
div.important {background-image:url(../images/community/docbook/important.png);}
237
 
div.caution {background-image:url(../images/community/docbook/caution.png);}
238
 
div.warning {background-image:url(../images/community/docbook/warning.png);}
239
 
 
240
 
div.note .replaceable, div.tip .replaceable, div.important .replaceable, div.caution .replaceable, div.warning .replaceable {color:#e3dcc0;}
241
 
 
242
 
pre .replaceable, tt .replaceable {color:#444 !important;}
243
 
 
244
 
div.note h2, div.tip h2, div.important h2, div.caution h2, div.warning h2 {
245
 
    height:32px;
246
 
    font-size:1.3em;
247
 
}
248
 
 
249
 
div.note h2 {color:#4c5253;}
250
 
div.tip h2 {color:white;}
251
 
div.important h2 {color:white;}
252
 
div.caution h2 {color:#533500;}
253
 
div.warning h2 {color:white;}
254
 
 
255
 
div.note .guilabel, div.tip .guilabel, div.important .guilabel, div.caution .guilabel, div.warning .guilabel {color:white !important;}
256
 
 
257
 
div.note li, div.tip li, div.caution li, div.warning li, div.important li {
258
 
        padding-left:10px;
259
 
        margin:0em;
260
 
}
261
 
        
262
 
div.note ul, div.tip ul, div.caution ul, div.warning ul, div.important ul {
263
 
        padding-left:40px;
264
 
        margin:0em;
265
 
}
266
 
 
267
 
div.note pre pre a:visited, div.tip pre pre a:visited, div.important pre pre a:visited, div.caution pre pre a:visited, div.warning pre pre a:visited,
268
 
div.note pre a:link, div.tip pre a:link, div.important pre a:link, div.caution pre a:link, div.warning pre a:link {color:#0066cc !important;}
269
 
 
270
 
div.note a:visited, div.tip a:visited, div.important a:visited, div.warning a:visited,
271
 
div.note a:link, div.tip a:link, div.important a:link,  div.warning a:link {color:#f7f2d0;}
272
 
        
273
 
div.note a:visited, div.note a:link, div.caution a:link, div.caution a:visited {color:#0066cc;}
274
 
 
275
 
/* Admonition icons spacing */
276
 
 
277
 
div.note h2, div.note p, div.tip h2, div.tip p, div.caution h2, div.caution p, div.warning h2, div.warning p, div.important h2, div.important p {
278
 
    padding:0em;
279
 
    margin:0em;
280
 
    padding-left:56px;
281
 
}
282
 
 
283
 
/* Page Title */
284
 
 
285
 
#title {
286
 
    padding:0px;
287
 
    margin:0px;
288
 
}
289
 
 
290
 
#title strong {display:none;}
291
 
 
292
 
#title a.site_href {
293
 
    display:block;
294
 
    height:89px;
295
 
    width:310px;
296
 
    float:left;
297
 
    background:url(../images/community/jbossorglogo.png) top left no-repeat;
298
 
}
299
 
 
300
 
#title a.doc_href {
301
 
    display:block;
302
 
    height:89px;
303
 
    background:transparent url(../images/community/community_doc.png) top right no-repeat;
304
 
}
305
 
 
306
 
/* Table */
307
 
 
308
 
table {
309
 
    border:1px solid #aaa;
310
 
    width:100%;
311
 
    border-collapse:collapse;
312
 
}
313
 
 
314
 
table th {
315
 
    text-align:left;
316
 
    background-color:#4A5D75;
317
 
    padding:.3em .5em;
318
 
    color:white;
319
 
}
320
 
 
321
 
table td {padding:.15em .5em;}
322
 
 
323
 
table tr.even td {background-color:#f5f5f5;}
324
 
 
325
 
table th p:first-child, table td p:first-child, table li p:first-child {
326
 
    margin-top:0em;
327
 
    padding-top:0em;
328
 
    display:inline;
329
 
}
330
 
 
331
 
th, td {border-style:none;}
332
 
 
333
 
table table td {
334
 
    border-bottom:1px dotted #aaa !important;
335
 
    background-color:white;
336
 
    padding:.6em 0em;
337
 
}
338
 
 
339
 
table table {
340
 
    border:1px solid white !important;
341
 
    font-size:.9em;
342
 
}
343
 
 
344
 
td.remarkval {
345
 
    font-size:.9em;
346
 
    color:#444;
347
 
}
348
 
 
349
 
.defaultval {font-size:.8em}
350
 
 
351
 
td.typeval {font-size:.8em}
352
 
 
353
 
td.fieldval {
354
 
    font-weight:bold;
355
 
    font-size:.9em;
356
 
}
357
 
 
358
 
th.dbkey {font-size:.9em;}
359
 
 
360
 
.lbname, .lbtype, .lbdescr, .lbdriver, .lbhost {
361
 
    color:white;
362
 
    font-weight:bold;
363
 
    background-color:#999;
364
 
    font-size:0.9em;
365
 
    width:120px;
366
 
}
367
 
 
368
 
td.remarkval {width:230px;}
369
 
 
370
 
td.tname {
371
 
    font-weight:bold;
372
 
    font-size:1.1em;
373
 
}
374
 
 
375
 
h5 {font-size:9pt;}
376
 
h6 {font-size:10pt;}
377
 
 
378
 
th.dbfield {width:120px;}
379
 
th.dbtype {width:70px;}
380
 
th.dbdefault {width:70px;}
381
 
th.dbnul {width:70px;}
382
 
th.dbkey {width:70px;}
383
 
 
384
 
span.book {
385
 
    margin-top:4em;
386
 
    display:block;
387
 
}
388
 
 
389
 
span.chapter {
390
 
    display:block;
391
 
    margin-top:0.5em;
392
 
}
393
 
 
394
 
/* Breadcrumbs */
395
 
 
396
 
#breadcrumbs ul li.first:before {content:" ";}
397
 
 
398
 
#breadcrumbs {
399
 
    color:#900;
400
 
    padding:3px;
401
 
    margin-bottom:25px;
402
 
}
403
 
 
404
 
#breadcrumbs ul {
405
 
    margin-left:0;
406
 
    padding-left:0;
407
 
    display:inline;
408
 
    border:none;
409
 
}
410
 
 
411
 
#breadcrumbs ul li {
412
 
    margin-left:0;
413
 
    padding-left:2px;
414
 
    border:none;
415
 
    list-style:none;
416
 
    display:inline;
417
 
}
418
 
 
419
 
#breadcrumbs ul li:before {
420
 
    content:"\0020 \0020 \0020 \00BB \0020";
421
 
    color:#333;
422
 
}
423
 
 
424
 
/* Status */
425
 
 
426
 
.alpha1 {background:white url(../images/community/watermark-alpha1.png) top left repeat;}
427
 
.alpha2 {background:white url(../images/community/watermark-alpha2.png) top left repeat;}
428
 
.beta1 {background:white url(../images/community/watermark-beta1.png) top left repeat;}
429
 
.beta2 {background:white url(../images/community/watermark-beta2.png) top left repeat;}
430
 
.pre-release-candidate {background:white url(../images/community/watermark-pre-release-candidate.png) top left repeat;}
431
 
.release-candidate {background:white url(../images/community/watermark-release-candidate.png) top left repeat;}
432
 
 
433
 
/* Index */
434
 
 
435
 
.glossary h3, .index h3 {
436
 
    font-size:2em;
437
 
    color:#aaa;
438
 
    margin:0em;
439
 
}
440
 
 
441
 
.indexdiv {margin-bottom:1em;}
442
 
 
443
 
.glossary dt, .index dt {
444
 
    font-size:.9em;
445
 
    color:#444;
446
 
    padding-top:.5em;
447
 
}
448
 
 
449
 
.glossary dl dl dt, .index dl dl dt {
450
 
    font-size:.85em;
451
 
    color:#777;
452
 
    line-height:1.2em;
453
 
    font-weight:normal;
454
 
    padding-top:0em;
455
 
}
456
 
 
457
 
.index dl dl dt:before {
458
 
    content:"- ";
459
 
    color:#ccc;
460
 
}
461
 
 
462
 
/* Changes */
463
 
 
464
 
.footnotes {}
465
 
 
466
 
.footnote {
467
 
    padding:.2em 1em;
468
 
    background-color:#c8c5ac;
469
 
    font-size:.9em;
470
 
    margin:0em;
471
 
    margin-bottom:.5em;
472
 
    color:#222;
473
 
}
474
 
 
475
 
table .footnote {margin:1em .5em;}
476
 
 
477
 
sup {
478
 
    padding:0em .3em;
479
 
    padding-left:0em;
480
 
}
481
 
 
482
 
.footnote {position:relative;}
483
 
 
484
 
.footnote sup {
485
 
    color:#e3dcc0;
486
 
    font-size:1.8em;
487
 
    position:absolute;
488
 
    left:.4em;
489
 
}
490
 
 
491
 
.footnote sup a:link, .footnote sup a:visited {
492
 
    color:#92917d;
493
 
    text-decoration:none;
494
 
}
495
 
 
496
 
.footnote:hover sup a {
497
 
    color:#fff;
498
 
    text-decoration:none;
499
 
}
500
 
 
501
 
.footnote p {padding-left:5em;}
502
 
 
503
 
.footnote a:link, .footnote a:visited {color:#00537c;}
504
 
 
505
 
.footnote a:hover {color:white;}
506
 
 
507
 
li p:first-child {
508
 
    margin:0em !important;
509
 
    padding:0em !important;
510
 
}
511
 
 
512
 
div.chapter, div.section {padding-top:2em;}
513
 
 
514
 
.revhistory {font-size:}
515
 
 
516
 
pre .replaceable, pre .keycap {color:white;}
517
 
 
518
 
pre {
519
 
  font-family:verdana,helvetica,sans-serif;
520
 
  background-color:#F5F5F5;
521
 
  border:1px solid #CCCCCC;
522
 
  padding:5px 15px 5px 25px;
523
 
}
524
 
 
525
 
div.note .replaceable, div.tip .replaceable, div.important .replaceable, div.caution .replaceable, div.warning .replaceable,
526
 
div.note .keycap, div.tip .keycap, div.important .keycap, div.caution .keycap, div.warning .keycap {color:white;}
527
 
 
528
 
div.abstract {font-size:larger;}
529
 
 
530
 
.authorgroup {}
531
 
 
532
 
.authorgroup h4 {
533
 
    padding:0em;
534
 
    margin:0em;
535
 
    margin-top:1em;
536
 
}
537
 
 
538
 
.author, .editor, .translator, .othercredit {display:block;}
539
 
 
540
 
/* Simpler author style on contents page */
541
 
 
542
 
.authorgroup div {
543
 
        margin-left:10px;
544
 
        margin-right:10px;
545
 
        margin-bottom:15px;
546
 
}
547
 
 
548
 
ul li p:last-child {
549
 
    margin-bottom:0em;
550
 
    padding-bottom:0em;
551
 
}