source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/sidebar.properties.xml@ c8e0d1d

Last change on this file since c8e0d1d was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.6 KB
Line 
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.properties">
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>
Note: See TracBrowser for help on using the repository browser.