Skip to content
Snippets Groups Projects
Commit 414550f4 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Uppercase class selectors, to work with browsers that follow the standards.

parent 29731df4
No related merge requests found
/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.2 2001/09/15 00:48:59 petere Exp $ */
/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.3 2002/03/11 05:02:04 petere Exp $ */
/* color scheme similar to www.postgresql.org */
......@@ -13,26 +13,26 @@ A:active { color: #FF0000; }
/* center titles */
BODY.book H1.title, BODY.set H1.title {
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 {
BODY.BOOK H3.CORPAUTHOR, BODY.SET H3.CORPAUTHOR {
text-align: center;
font-style: italic;
font-weight: normal;
}
BODY.book .copyright, BODY.set .copyright {
BODY.BOOK .COPYRIGHT, BODY.SET .COPYRIGHT {
text-align: center;
}
/* decoration for formal examples */
DIV.example {
DIV.EXAMPLE {
padding-left: 15px;
border-style: solid;
border-width: 0px;
......@@ -43,17 +43,17 @@ DIV.example {
/* less dense spacing of TOC */
.set .toc DL DT, .book .toc DL DT {
.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 {
.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; }
.NAVHEADER TH { font-style: italic; }
.COMMENT { color: red; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment