You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
826 B
29 lines
826 B
<refentry id="shade.verbatim.style">
|
|
<refmeta>
|
|
<refentrytitle>shade.verbatim.style</refentrytitle>
|
|
<refmiscinfo role="type"></refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>shade.verbatim.style</refname>
|
|
<refpurpose>Properties that specify the style of shaded verbatim listings</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='shade.verbatim.style.frag'>
|
|
<xsl:attribute-set condition="html" name="shade.verbatim.style">
|
|
<xsl:attribute name="border">0</xsl:attribute>
|
|
<xsl:attribute name="bgcolor">#E0E0E0</xsl:attribute>
|
|
</xsl:attribute-set>
|
|
<xsl:attribute-set condition="fo" name="shade.verbatim.style">
|
|
<xsl:attribute name="background-color">#E0E0E0</xsl:attribute>
|
|
</xsl:attribute-set>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>FIXME:</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|