[Xfce4-commits] <xfce4-session:master> Install an xfce4-session.css file.
Nick Schermer
noreply at xfce.org
Sat Aug 28 12:04:01 CEST 2010
Updating branch refs/heads/master
to a868d300cebda7000472dc01ded25ed7dc565b23 (commit)
from 1a2b5ab68240dd311bec500aa11fa4f957ea35f7 (commit)
commit a868d300cebda7000472dc01ded25ed7dc565b23
Author: Nick Schermer <nick at xfce.org>
Date: Sat Aug 28 12:02:16 2010 +0200
Install an xfce4-session.css file.
doc/manual/Makefile.am | 6 ++++++
doc/manual/xfce4-session-html.xsl | 2 +-
doc/manual/xfce4-session.css | 15 +++++++++++++++
3 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index 1c4b6c1..86f313e 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 cf09bd0..6f24298 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 0000000..3874ac4
--- /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; }
More information about the Xfce4-commits
mailing list