mirror of
https://github.com/postgres/postgres.git
synced 2025-12-13 14:22:43 +03:00
60 lines
1.1 KiB
CSS
60 lines
1.1 KiB
CSS
/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.2 2001/09/15 00:48:59 petere Exp $ */
|
|
|
|
/* color scheme similar to www.postgresql.org */
|
|
|
|
BODY {
|
|
color: #000000;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
A:link { color: #000066; }
|
|
A:visited { color: #000099; }
|
|
A:active { color: #FF0000; }
|
|
|
|
/* center titles */
|
|
|
|
BODY.book H1.title, BODY.set H1.title {
|
|
text-align: center;
|
|
font-size: 250%;
|
|
font-family: sans-serif;
|
|
color: #020167;
|
|
}
|
|
|
|
BODY.book H3.corpauthor, BODY.set H3.corpauthor {
|
|
text-align: center;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
|
|
BODY.book .copyright, BODY.set .copyright {
|
|
text-align: center;
|
|
}
|
|
|
|
/* decoration for formal examples */
|
|
|
|
DIV.example {
|
|
padding-left: 15px;
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
border-left-width: 2px;
|
|
border-color: black;
|
|
margin: 0.5ex;
|
|
}
|
|
|
|
/* less dense spacing of TOC */
|
|
|
|
.set .toc DL DT, .book .toc DL DT {
|
|
padding-top: 1.5ex;
|
|
padding-bottom: 1.5ex;
|
|
}
|
|
|
|
.set .toc DL DL DT, .book .toc DL DL DT {
|
|
padding-top: 0ex;
|
|
padding-bottom: 0ex;
|
|
}
|
|
|
|
/* miscellaneous */
|
|
|
|
.navheader TH { font-style: italic; }
|
|
.comment { color: red; }
|