~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to docs/en_US/slony/stylesheet.css

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Porcheron
  • Date: 2008-02-07 00:56:22 UTC
  • mto: (2.1.6 hardy) (6.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080207005622-c2ail8p4d0sk3dnw
Tags: upstream-1.8.2
ImportĀ upstreamĀ versionĀ 1.8.2

Show diffs side-by-side

added added

removed removed

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