Commit ae3da8ad authored by Peter Eisentraut's avatar Peter Eisentraut

Update the documentation CSS stylesheet to current web site style

parent 27c405d6
/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.7 2004/06/29 20:44:34 petere Exp $ */ /* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.8 2009/08/26 13:56:24 petere Exp $ */
/* color scheme similar to www.postgresql.org */ /* color scheme similar to www.postgresql.org */
BODY { BODY {
color: #000000; color: #000000;
background: #FFFFFF; background: #FFFFFF;
font-family: verdana, sans-serif;
} }
A:link { color: #000066; } A:link { color:#0066A2; }
A:visited { color: #000099; } A:visited { color:#004E66; }
A:active { color: #FF0000; } A:active { color:#0066A2; }
A:hover { color:#000000; }
H1 {
font-size: 1.4em;
font-weight: bold;
margin-top: 0em;
margin-bottom: 0em;
color: #EC5800;
}
/* center titles */ H2 {
font-size: 1.2em;
margin: 1.2em 0em 1.2em 0em;
font-weight: bold;
color: #666;
}
BODY.BOOK H1.TITLE, BODY.SET H1.TITLE { H3 {
text-align: center; font-size: 1.1em;
font-size: 250%; margin: 1.2em 0em 1.2em 0em;
font-family: sans-serif; font-weight: bold;
color: #020167; color: #666;
} }
BODY.BOOK H3.CORPAUTHOR, BODY.SET H3.CORPAUTHOR { H4 {
text-align: center; font-size: 0.95em;
font-style: italic; margin: 1.2em 0em 1.2em 0em;
font-weight: normal; font-weight: normal;
color: #666;
} }
BODY.BOOK .COPYRIGHT, BODY.SET .COPYRIGHT { H5 {
font-size: 0.9em;
margin: 1.2em 0em 1.2em 0em;
font-weight: normal;
}
H6 {
font-size: 0.85em;
margin: 1.2em 0em 1.2em 0em;
font-weight: normal;
}
/* center some titles */
.TITLEPAGE {
text-align: center; text-align: center;
} }
...@@ -43,23 +73,22 @@ DIV.EXAMPLE { ...@@ -43,23 +73,22 @@ DIV.EXAMPLE {
/* less dense spacing of TOC */ /* less dense spacing of TOC */
.SET .TOC DL DT, .BOOK .TOC DL DT { .BOOK .TOC DL DT {
padding-top: 1.5ex; padding-top: 1.5ex;
padding-bottom: 1.5ex; padding-bottom: 1.5ex;
} }
.SET .TOC DL DL DT, .BOOK .TOC DL DL DT { .BOOK .TOC DL DL DT {
padding-top: 0ex; padding-top: 0ex;
padding-bottom: 0ex; padding-bottom: 0ex;
} }
/* miscellaneous */
.SCREEN, .SYNOPSIS, .PROGRAMLISTING { .SCREEN, .SYNOPSIS, .PROGRAMLISTING {
margin-left: 4ex; margin-left: 4ex;
} }
/* miscellaneous */
.NAVHEADER TH { font-style: italic; }
.COMMENT { color: red; } .COMMENT { color: red; }
VAR { font-family: monospace; font-style: italic; } VAR { font-family: monospace; font-style: italic; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment