sidebar.properties.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="sidebar.properties">
  7. <refmeta>
  8. <refentrytitle>sidebar.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>sidebar.properties</refname>
  13. <refpurpose>Attribute set for sidebar properties</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="sidebar.properties.frag">
  17. <xsl:attribute-set name="sidebar.properties" use-attribute-sets="formal.object.properties">
  18. <xsl:attribute name="border-style">solid</xsl:attribute>
  19. <xsl:attribute name="border-width">1pt</xsl:attribute>
  20. <xsl:attribute name="border-color">black</xsl:attribute>
  21. <xsl:attribute name="background-color">#DDDDDD</xsl:attribute>
  22. <xsl:attribute name="padding-start">12pt</xsl:attribute>
  23. <xsl:attribute name="padding-end">12pt</xsl:attribute>
  24. <xsl:attribute name="padding-top">6pt</xsl:attribute>
  25. <xsl:attribute name="padding-bottom">6pt</xsl:attribute>
  26. <xsl:attribute name="margin-{$direction.align.start}">0pt</xsl:attribute>
  27. <xsl:attribute name="margin-{$direction.align.end}">0pt</xsl:attribute>
  28. <!--
  29. <xsl:attribute name="margin-top">6pt</xsl:attribute>
  30. <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
  31. -->
  32. </xsl:attribute-set>
  33. </src:fragment>
  34. </refsynopsisdiv>
  35. <refsection><info><title>Description</title></info>
  36. <para>The styling for sidebars.</para>
  37. </refsection>
  38. </refentry>