From: Bob Stayton Date: Mon, 10 Jan 2005 09:02:09 +0000 (+0000) Subject: Moved hard coded properties into attribute-sets to make customization easier. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1f83b3f012e3dd2dc3690260ddfd164fa19d434;p=docbook-dsssl Moved hard coded properties into attribute-sets to make customization easier. --- diff --git a/xsl/params/graphical.admonition.properties.xml b/xsl/params/graphical.admonition.properties.xml new file mode 100644 index 000000000..6e5276b0f --- /dev/null +++ b/xsl/params/graphical.admonition.properties.xml @@ -0,0 +1,27 @@ + + +graphical.admonition.properties +To add properties to the outer block of a graphical admonition. + + + + + + + +Description +These properties are added to the outer block containing the +entire graphical admonition, including its title. +It is used when the parameter +admon.graphics is set to nonzero. +Use this attribute-set to set the space above and below, +and any indent for the whole admonition. + +In addition to these properties, a graphical admonition +also applies the admonition.title.properties +attribute-set to the title, and applies the +admonition.properties attribute-set +to the rest of the content. + + + diff --git a/xsl/params/nongraphical.admonition.properties.xml b/xsl/params/nongraphical.admonition.properties.xml new file mode 100644 index 000000000..9d59abdf1 --- /dev/null +++ b/xsl/params/nongraphical.admonition.properties.xml @@ -0,0 +1,32 @@ + + +nongraphical.admonition.properties +To add properties to the outer block of a nongraphical admonition. + + + + + 0.8em + 1em + 1.2em + 0.25in + 0.25in + + + +Description +These properties are added to the outer block containing the +entire nongraphical admonition, including its title. +It is used when the parameter +admon.graphics is set to zero. +Use this attribute-set to set the space above and below, +and any indent for the whole admonition. + +In addition to these properties, a nongraphical admonition +also applies the admonition.title.properties +attribute-set to the title, and the +admonition.properties attribute-set +to the rest of the content. + + +