/* PostgreSQL.org Documentation Style */
+/*
+ * Documentation generated by XSL stylesheets has lower-case class
+ * names, older documentation generated by DSSSL stylesheets has
+ * upper-case class names, so we need to support both for a while. In
+ * some cases, the elements and classes differ further between the two
+ * stylesheets.
+ */
+
/* requires global.css, table.css and text.css to be loaded before this file! */
body {
font-size: 76%;
}
-div.NAVHEADER table {
+.navheader table,
+.NAVHEADER table {
margin-left: 0;
}
/* Text Styles */
+div.sect2,
div.SECT2 {
margin-top: 4ex;
}
+div.sect3,
div.SECT3 {
margin-top: 3ex;
margin-left: 3ex;
font-size: 1em;
}
+pre.literallayout,
+.screen,
+.synopsis,
+.programlisting,
+.refsynopsisdiv p,
+.caution,
+.warning,
+.note,
+.tip,
+table.table,
pre.LITERALLAYOUT,
.SCREEN,
.SYNOPSIS,
box-shadow: 3px 3px 5px #DFDFDF;
}
+pre.literallayout,
+.screen,
+.synopsis,
+.programlisting,
+.refsynopsisdiv p,
+.caution,
+.warning,
+.note,
+.tip,
pre.LITERALLAYOUT,
.SCREEN,
.SYNOPSIS,
border-radius: 8px;
}
+pre.literallayout,
+pre.synopsis,
+pre.programlisting,
+.refsynopsisdiv p,
+.screen,
pre.LITERALLAYOUT,
pre.SYNOPSIS,
pre.PROGRAMLISTING,
background-color: #F7F7F7;
}
+.note,
+.tip,
blockquote.NOTE,
blockquote.TIP {
border-color: #DBDBCC;
width: 572px;
}
+.note,
+.tip,
+.caution,
+.warning,
blockquote.NOTE,
blockquote.TIP,
table.CAUTION,
margin: 4ex auto;
}
+.note p,
+.tip p,
blockquote.NOTE p,
blockquote.TIP p {
margin: 0;
}
+.note pre,
+.note code,
+.tip pre,
+.tip code,
blockquote.NOTE pre,
blockquote.NOTE code,
blockquote.TIP pre,
font-weight: bold;
}
+.replaceable,
.REPLACEABLE {
font-style: italic;
}
margin-left: 2ex;
}
+table.table td,
+table.table th,
table.CALSTABLE td,
table.CALSTABLE th,
table.CAUTION td,
border-style: solid;
}
+table.table,
table.CALSTABLE,
table.CAUTION,
table.WARNING {
border-collapse: collapse;
}
+table.table,
table.CALSTABLE
{
margin: 2ex 0 2ex 2ex;
border: 2px solid #A7C6DF;
}
+table.table tr:hover td,
table.CALSTABLE tr:hover td
{
background-color: #EFEFEF;
}
+table.table td,
table.CALSTABLE td {
background-color: #FFF;
}
+table.table td,
+table.table th,
table.CALSTABLE td,
table.CALSTABLE th {
border: 1px solid #A7C6DF;
color:#666;
}
+#docContainer code.function tt,
#docContainer code.FUNCTION tt {
font-size: 1em;
}