summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-08-28 12:02:16 +0200
committerNick Schermer <nick@xfce.org>2010-08-28 12:02:16 +0200
commita868d300cebda7000472dc01ded25ed7dc565b23 (patch)
tree0f69e3f05e0abe7ac5bc95550e33726ae021b01c /doc
parent1a2b5ab68240dd311bec500aa11fa4f957ea35f7 (diff)
downloadxfce4-session-a868d300cebda7000472dc01ded25ed7dc565b23.tar.gz
Install an xfce4-session.css file.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/Makefile.am6
-rw-r--r--doc/manual/xfce4-session-html.xsl2
-rw-r--r--doc/manual/xfce4-session.css15
3 files changed, 22 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index 1c4b6c10..86f313e2 100644
--- a/doc/manual/Makefile.am
+++ b/doc/manual/Makefile.am
@@ -117,7 +117,13 @@ dist-hook: dist-check-doc doc-build.stamp
fi \
done
+# css file
+cssdir = $(docdir)/html
+css_DATA = \
+ xfce4-session.css
+
EXTRA_DIST = \
+ $(css_DATA) \
$(STYLESHEET) \
$(DOCUMENT)
diff --git a/doc/manual/xfce4-session-html.xsl b/doc/manual/xfce4-session-html.xsl
index cf09bd0d..6f242988 100644
--- a/doc/manual/xfce4-session-html.xsl
+++ b/doc/manual/xfce4-session-html.xsl
@@ -9,7 +9,7 @@
<xsl:param name="suppress.navigation">1</xsl:param>
<!-- Use stylesheet -->
-<xsl:param name="html.stylesheet" select="'../xfce.css'"/>
+<xsl:param name="html.stylesheet" select="'../xfce4-session.css'"/>
<!-- labels and numbering -->
<xsl:param name="autotoc.label.separator" select="'. '"/>
diff --git a/doc/manual/xfce4-session.css b/doc/manual/xfce4-session.css
new file mode 100644
index 00000000..3874ac4a
--- /dev/null
+++ b/doc/manual/xfce4-session.css
@@ -0,0 +1,15 @@
+body { font: "Vera Sans", "Arial", "Helvetica", "sans-serif";
+ margin: 2em; background-color: #F3F4F8}
+h1,h2,h3,h4 { color: #11375F; }
+h2 { margin-top: 1.5em; border-bottom: solid 1px; }
+h3 { margin-top: 1em; margin-bottom: 0; }
+dt { margin-top: 0.2em; }
+a { font-weight: bold; text-decoration: none; }
+a:link,a:active { color: #1A5593; }
+a:visited { color: #1A5593; }
+a:hover { color: #3366FF; text-decoration: underline; }
+hr { background-color: #11375F; border-style: solid; }
+li { list-style-type: square; }
+dt { font-weight: bold; }
+.programlisting { background-color: #F8F9FD; border-color: #8593B3;
+ border-width: 1px; border-style: solid; padding: 0.5em; }