[Xfce4-commits] <xfdesktop:master> Install an xfdesktop.css file too.

Nick Schermer noreply at xfce.org
Sat Aug 28 12:02:01 CEST 2010


Updating branch refs/heads/master
         to a95dad16ffe40a0ba7aab3dc756e8d145a0593ac (commit)
       from 5a4a8d53f71006d1081c2eef29114c2fbe11626c (commit)

commit a95dad16ffe40a0ba7aab3dc756e8d145a0593ac
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Aug 28 11:59:06 2010 +0200

    Install an xfdesktop.css file too.

 doc/manual/Makefile.am        |    6 ++++++
 doc/manual/xfdesktop-html.xsl |    2 +-
 doc/manual/xfdesktop.css      |   15 +++++++++++++++
 3 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index 1c4b6c1..646821d 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 = \
+	xfdesktop.css
+
 EXTRA_DIST = \
+	$(css_DATA) \
 	$(STYLESHEET) \
 	$(DOCUMENT)
 
diff --git a/doc/manual/xfdesktop-html.xsl b/doc/manual/xfdesktop-html.xsl
index cf09bd0..3bfbf84 100644
--- a/doc/manual/xfdesktop-html.xsl
+++ b/doc/manual/xfdesktop-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="'../xfdesktop.css'"/>
 
 <!-- labels and numbering -->
 <xsl:param name="autotoc.label.separator" select="'. '"/>
diff --git a/doc/manual/xfdesktop.css b/doc/manual/xfdesktop.css
new file mode 100644
index 0000000..3874ac4
--- /dev/null
+++ b/doc/manual/xfdesktop.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