~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $PostgreSQL$ */
 
2
 
 
3
/* color scheme similar to www.postgresql.org */
 
4
 
 
5
BODY {
 
6
        color: #000000;
 
7
        background: #FFFFFF;
 
8
}
 
9
 
 
10
A:link          { color: #000066; }
 
11
A:visited       { color: #000099; }
 
12
A:active        { color: #FF0000; }
 
13
 
 
14
/* center titles */
 
15
 
 
16
BODY.BOOK H1.TITLE, BODY.SET H1.TITLE {
 
17
        text-align: center;
 
18
        font-size: 250%;
 
19
        font-family: sans-serif;
 
20
        color: #020167;
 
21
}
 
22
 
 
23
BODY.BOOK H3.CORPAUTHOR, BODY.SET H3.CORPAUTHOR {
 
24
        text-align: center;
 
25
        font-style: italic;
 
26
        font-weight: normal;
 
27
}
 
28
 
 
29
BODY.BOOK .COPYRIGHT, BODY.SET .COPYRIGHT {
 
30
        text-align: center;
 
31
}
 
32
 
 
33
/* decoration for formal examples */
 
34
 
 
35
DIV.EXAMPLE {
 
36
        padding-left: 15px;
 
37
        border-style: solid;
 
38
        border-width: 0px;
 
39
        border-left-width: 2px;
 
40
        border-color: black;
 
41
        margin: 0.5ex;
 
42
}
 
43
 
 
44
/* less dense spacing of TOC */
 
45
 
 
46
.SET .TOC DL DT, .BOOK .TOC DL DT {
 
47
        padding-top: 1.5ex;
 
48
        padding-bottom: 1.5ex;
 
49
}
 
50
 
 
51
.SET .TOC DL DL DT, .BOOK .TOC DL DL DT {
 
52
        padding-top: 0ex;
 
53
        padding-bottom: 0ex;
 
54
}
 
55
 
 
56
.SCREEN, .SYNOPSIS, .PROGRAMLISTING {
 
57
        margin-left: 4ex;
 
58
}
 
59
 
 
60
/* miscellaneous */
 
61
 
 
62
.NAVHEADER TH   { font-style: italic; }
 
63
.COMMENT        { color: red; }
 
64
 
 
65
VAR             { font-family: monospace; font-style: italic; }
 
66
/* Konqueror's standard style for ACRONYM is italic. */
 
67
ACRONYM         { font-style: inherit; }