1- /* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.2 2001/09/15 00:48:59 petere Exp $ */
1+ /* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.3 2002/03/11 05:02:04 petere Exp $ */
22
33/* color scheme similar to www.postgresql.org */
44
@@ -13,26 +13,26 @@ A:active{ color: #FF0000; }
1313
1414/* center titles */
1515
16- BODY .book H1 .title , BODY .set H1 .title {
16+ BODY .BOOK H1 .TITLE , BODY .SET H1 .TITLE {
1717text-align : center;
1818font-size : 250% ;
1919font-family : sans-serif;
2020color : # 020167 ;
2121}
2222
23- BODY .book H3 .corpauthor , BODY .set H3 .corpauthor {
23+ BODY .BOOK H3 .CORPAUTHOR , BODY .SET H3 .CORPAUTHOR {
2424text-align : center;
2525font-style : italic;
2626font-weight : normal;
2727}
2828
29- BODY .book . copyright , BODY .set . copyright {
29+ BODY .BOOK . COPYRIGHT , BODY .SET . COPYRIGHT {
3030text-align : center;
3131}
3232
3333/* decoration for formal examples */
3434
35- DIV .example {
35+ DIV .EXAMPLE {
3636padding-left : 15px ;
3737border-style : solid;
3838border-width : 0px ;
@@ -43,17 +43,17 @@ DIV.example {
4343
4444/* less dense spacing of TOC */
4545
46- .set . toc DL DT , .book . toc DL DT {
46+ .SET . TOC DL DT , .BOOK . TOC DL DT {
4747padding-top : 1.5ex ;
4848padding-bottom : 1.5ex ;
4949}
5050
51- .set . toc DL DL DT , .book . toc DL DL DT {
51+ .SET . TOC DL DL DT , .BOOK . TOC DL DL DT {
5252padding-top : 0ex ;
5353padding-bottom : 0ex ;
5454}
5555
5656/* miscellaneous */
5757
58- .navheader TH {font-style : italic; }
59- .comment {color : red; }
58+ .NAVHEADER TH {font-style : italic; }
59+ .COMMENT {color : red; }