~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/jbossorg.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
 
@import url("documentation.css");
2
 
@import url("docnav.css");
3
 
@import url("reports.css");
4
 
@import url("extensions.css");
5
 
@import url("codehighlight.css");
6
 
 
7
 
body {
8
 
    background-image:url(../images/community/bkg_gradient.gif);
9
 
    background-repeat:repeat-x;
10
 
    margin:0 auto;
11
 
    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
12
 
    font-size:12px;
13
 
    max-width:55em;
14
 
    padding:0em 2em;
15
 
    color:#333;
16
 
    line-height:150%;
17
 
    text-align:justify;
18
 
}
19
 
 
20
 
/* Links */
21
 
 
22
 
a:link {color:#0066cc;}
23
 
 
24
 
a:visited {color:#6699cc;}
25
 
 
26
 
div.longdesc-link {
27
 
    float:right;
28
 
    color:#999;
29
 
}
30
 
 
31
 
/* Headings */
32
 
 
33
 
h1, h2, h3, h4, h5, h6 {
34
 
    color:#4a5d75;
35
 
    line-height:130%;
36
 
    margin-top:0em;
37
 
    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
38
 
    background-color:transparent;
39
 
}
40
 
 
41
 
h1 {
42
 
    background-image:url(../images/community/title_hdr.png);
43
 
    background-repeat:no-repeat;
44
 
    border-top:1px dotted #CCCCCC;
45
 
    line-height:1.2em;
46
 
    color:#182737;
47
 
    font-size:2em;
48
 
    padding:1.5em;
49
 
}
50
 
 
51
 
h2 {font-size:1.6em;}
52
 
 
53
 
h3 {
54
 
    font-size:1.3em;
55
 
    padding-top:0em;
56
 
    padding-bottom:0em;
57
 
}
58
 
 
59
 
h4 {
60
 
    font-size:1.1em;
61
 
    padding-top:0em;
62
 
    padding-bottom:0em;
63
 
}
64
 
 
65
 
h5.formalpara {
66
 
    font-size:1em;
67
 
    margin-top:2em;
68
 
    margin-bottom:.8em;
69
 
}
70
 
 
71
 
/* Element rules */
72
 
 
73
 
hr {
74
 
    border-collapse:collapse;
75
 
    border-style:none;
76
 
    border-top:1px dotted #ccc;
77
 
    width:100% !important;
78
 
}
79
 
 
80
 
sup {color:#999;}