summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/html.css.content.page
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2016-04-02 08:24:05 -0400
committerShaun McCance <shaunm@gnome.org>2016-04-02 08:24:05 -0400
commit34e39805fc7a603b9286fa31544bca0a534897d5 (patch)
treec771fec00ac4f9464940e5e4fb19d6e089b1c20e /doc/yelp-xsl/C/html.css.content.page
parentcdfb5255416e3f62df099748cd893a6bf9fd8396 (diff)
downloadyelp-xsl-34e39805fc7a603b9286fa31544bca0a534897d5.tar.gz
Adding generated docs to git
Not my favorite thing to do, but this lets me merge them into the yelp.io site and publish them automatically.
Diffstat (limited to 'doc/yelp-xsl/C/html.css.content.page')
-rw-r--r--doc/yelp-xsl/C/html.css.content.page24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/yelp-xsl/C/html.css.content.page b/doc/yelp-xsl/C/html.css.content.page
new file mode 100644
index 00000000..90261593
--- /dev/null
+++ b/doc/yelp-xsl/C/html.css.content.page
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<page xmlns="http://projectmallard.org/1.0/" id="html.css.content" type="topic" style="xslt-template"><info><link type="guide" xref="html" group="templates"/><link type="guide" xref="templates" group="html"/><revision version="1.0" date="2010-12-23" status="final"/><desc>Output actual CSS content for an HTML output page.</desc></info><title>html.css.content</title><p>Output actual CSS content for an HTML output page.</p>
+
+
+ <synopsis><title>Parameters</title><terms>
+ <item>
+ <title><code>node</code></title>
+ <p>The node to create CSS for.</p>
+ </item>
+ <item>
+ <title><code>direction</code></title>
+ <p>The directionality of the text, either <code>ltr</code> or <code>rtl</code>.</p>
+ </item>
+ <item>
+ <title><code>left</code></title>
+ <p>The starting alignment, either <code>left</code> or <code>right</code>.</p>
+ </item>
+ <item>
+ <title><code>right</code></title>
+ <p>The ending alignment, either <code>left</code> or <code>right</code>.</p>
+ </item>
+ </terms></synopsis>
+ <p>This template creates the CSS content for an HTML output page. It is called by <code style="xslt-template" xref="html.css">html.css</code>. It calls the templates <code style="xslt-template" xref="html.css.core">html.css.core</code>, <code style="xslt-template" xref="html.css.elements">html.css.elements</code>, and <code style="xslt-template" xref="html.css.syntax">html.css.syntax</code>. It then calls the mode <code style="xslt-mode" xref="html.css.mode">html.css.mode</code> on <code style="xslt-param">node</code> and calls the template <code style="xslt-template" xref="html.css.custom">html.css.custom</code>.</p>
+<list style="compact"><title>Calls Templates</title><item><p><link xref="l10n.direction"/></p></item><item><p><link xref="l10n.align.start"/></p></item><item><p><link xref="html.css.core"/></p></item></list><list style="compact"><title>Calls Modes</title><item><p><link xref="html.css.mode"/></p></item></list></page>