~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/stylesheet.css

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 10:41:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110511104153-psbh2o58553fv1m0
Tags: upstream-9.1~beta1
ImportĀ upstreamĀ versionĀ 9.1~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* doc/src/sgml/stylesheet.css */
 
2
 
 
3
/* color scheme similar to www.postgresql.org */
 
4
 
 
5
BODY {
 
6
        color: #000000;
 
7
        background: #FFFFFF;
 
8
        font-family: verdana, sans-serif;
 
9
}
 
10
 
 
11
A:link          { color:#0066A2; }
 
12
A:visited       { color:#004E66; }
 
13
A:active        { color:#0066A2; }
 
14
A:hover         { color:#000000; }
 
15
 
 
16
H1 {
 
17
        font-size: 1.4em;
 
18
        font-weight: bold;
 
19
        margin-top: 0em;
 
20
        margin-bottom: 0em;
 
21
        color: #EC5800;
 
22
}
 
23
 
 
24
H2 {
 
25
        font-size: 1.2em;
 
26
        margin: 1.2em 0em 1.2em 0em;
 
27
        font-weight: bold;
 
28
        color: #666;
 
29
}
 
30
 
 
31
H3 {
 
32
        font-size: 1.1em;
 
33
        margin: 1.2em 0em 1.2em 0em;
 
34
        font-weight: bold;
 
35
        color: #666;
 
36
}
 
37
 
 
38
H4 {
 
39
        font-size: 0.95em;
 
40
        margin: 1.2em 0em 1.2em 0em;
 
41
        font-weight: normal;
 
42
        color: #666;
 
43
}
 
44
 
 
45
H5 {
 
46
        font-size: 0.9em;
 
47
        margin: 1.2em 0em 1.2em 0em;
 
48
        font-weight: normal;
 
49
}
 
50
 
 
51
H6 {
 
52
        font-size: 0.85em;
 
53
        margin: 1.2em 0em 1.2em 0em;
 
54
        font-weight: normal;
 
55
}
 
56
 
 
57
/* center some titles */
 
58
 
 
59
.BOOK .TITLE, .BOOK .CORPAUTHOR, .BOOK .COPYRIGHT {
 
60
        text-align: center;
 
61
}
 
62
 
 
63
/* decoration for formal examples */
 
64
 
 
65
DIV.EXAMPLE {
 
66
        padding-left: 15px;
 
67
        border-style: solid;
 
68
        border-width: 0px;
 
69
        border-left-width: 2px;
 
70
        border-color: black;
 
71
        margin: 0.5ex;
 
72
}
 
73
 
 
74
/* less dense spacing of TOC */
 
75
 
 
76
.BOOK .TOC DL DT {
 
77
        padding-top: 1.5ex;
 
78
        padding-bottom: 1.5ex;
 
79
}
 
80
 
 
81
.BOOK .TOC DL DL DT {
 
82
        padding-top: 0ex;
 
83
        padding-bottom: 0ex;
 
84
}
 
85
 
 
86
/* miscellaneous */
 
87
 
 
88
PRE.LITERALLAYOUT, .SCREEN, .SYNOPSIS, .PROGRAMLISTING {
 
89
        margin-left: 4ex;
 
90
}
 
91
 
 
92
.COMMENT        { color: red; }
 
93
 
 
94
VAR             { font-family: monospace; font-style: italic; }
 
95
/* Konqueror's standard style for ACRONYM is italic. */
 
96
ACRONYM         { font-style: inherit; }