OLD | NEW |
| (Empty) |
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 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="sidebar.properties.frag"> | |
18 <xsl:attribute-set name="sidebar.properties" use-attribute-sets="formal.object.p
roperties"> | |
19 <xsl:attribute name="border-style">solid</xsl:attribute> | |
20 <xsl:attribute name="border-width">1pt</xsl:attribute> | |
21 <xsl:attribute name="border-color">black</xsl:attribute> | |
22 <xsl:attribute name="background-color">#DDDDDD</xsl:attribute> | |
23 <xsl:attribute name="padding-start">12pt</xsl:attribute> | |
24 <xsl:attribute name="padding-end">12pt</xsl:attribute> | |
25 <xsl:attribute name="padding-top">6pt</xsl:attribute> | |
26 <xsl:attribute name="padding-bottom">6pt</xsl:attribute> | |
27 <xsl:attribute name="margin-{$direction.align.start}">0pt</xsl:attribute> | |
28 <xsl:attribute name="margin-{$direction.align.end}">0pt</xsl:attribute> | |
29 <!-- | |
30 <xsl:attribute name="margin-top">6pt</xsl:attribute> | |
31 <xsl:attribute name="margin-bottom">6pt</xsl:attribute> | |
32 --> | |
33 </xsl:attribute-set> | |
34 </src:fragment> | |
35 </refsynopsisdiv> | |
36 | |
37 <refsection><info><title>Description</title></info> | |
38 | |
39 <para>The styling for sidebars.</para> | |
40 | |
41 </refsection> | |
42 </refentry> | |
OLD | NEW |