1 /* doc/src/sgml/stylesheet.css */
3 /* color scheme similar to www.postgresql.org */
8 font-family: verdana, sans-serif;
11 a:link { color:#0066A2; }
12 a:visited { color:#004E66; }
13 a:active { color:#0066A2; }
14 a:hover { color:#000000; }
26 margin: 1.2em 0em 1.2em 0em;
38 margin: 1.2em 0em 1.2em 0em;
45 margin: 1.2em 0em 1.2em 0em;
52 margin: 1.2em 0em 1.2em 0em;
58 margin: 1.2em 0em 1.2em 0em;
62 /* center some titles */
64 .book .title, .book .corpauthor, .book .copyright {
68 /* decoration for formal examples */
74 border-left-width: 2px;
79 /* Additional formatting for "simplelist" structures */
85 /* formatting for entries in tables of functions: indent all but first line */
87 th.func_table_entry p,
88 td.func_table_entry p {
99 td.func_table_entry pre.programlisting {
101 margin-bottom: 0.1em;
105 /* formatting for entries in tables of catalog/view columns */
107 th.catalog_table_entry p,
108 td.catalog_table_entry p {
110 margin-bottom: 0.1em;
115 th.catalog_table_entry p.column_definition {
117 word-spacing: 0.25em;
120 td.catalog_table_entry p.column_definition {
124 p.column_definition code.type {
125 padding-left: 0.25em;
126 padding-right: 0.25em;
129 td.catalog_table_entry pre.programlisting {
131 margin-bottom: 0.1em;
135 /* Put these here instead of inside the HTML (see unsetting of
136 admon.style in XSL) so that the web site stylesheet can set its own
150 pre.literallayout, .screen, .synopsis, .programlisting {
158 .comment { color: red; }
160 var { font-family: monospace; font-style: italic; }
161 /* Konqueror's standard style for ACRONYM is italic. */
162 acronym { font-style: inherit; }
164 .option { white-space: nowrap; }
166 /* make images not too wide on larger screens */
167 @media (min-width: 800px) {
173 /* links to ids of headers and definition terms */
180 *:hover > a.id_link {