]> granicus.if.org Git - docbook-dsssl/commitdiff
Added body.bg.color
authorNorman Walsh <ndw@nwalsh.com>
Thu, 30 May 2002 12:06:25 +0000 (12:06 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 30 May 2002 12:06:25 +0000 (12:06 +0000)
slides/xsl/param.xweb

index ec2ee8709312b8a5aed4aea460d695ec4e943f1f..0f442a209f3bd35b8d8a533d63ec9a217124b360 100644 (file)
@@ -286,6 +286,29 @@ selected by your <link linkend="css.stylesheet">CSS stylesheet</link>.
 </refsect1>
 </refentry>
 
+<refentry id="body.bg.color">
+<refmeta>
+<refentrytitle>body.bg.color</refentrytitle>
+<refmiscinfo role="type">color</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>body.bg.color</refname>
+<refpurpose>Background color for body frame</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='body.bg.color.frag'>
+<xsl:param name="body.bg.color" select="'#FFFFFF'"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>Specifies the background color used in the body column of tabular slides.</para>
+
+</refsect1>
+</refentry>
+
 <refentry id="toc.width">
 <refmeta>
 <refentrytitle>toc.width</refentrytitle>
@@ -931,6 +954,7 @@ around all these parameters.</para>
 <src:fragref linkend="toc.width.frag"/>
 <src:fragref linkend="toc.hide.show.frag"/>
 <src:fragref linkend="dynamic.toc.frag"/>
+<src:fragref linkend="body.bg.color.frag"/>
 <src:fragref linkend="active.toc.frag"/>
 <src:fragref linkend="overlay.logo.frag"/>
 <src:fragref linkend="multiframe.frag"/>