[seam-commits] Seam SVN: r7827 - in maven-plugins/trunk: seam-jdocbook-style/src/main/css/css and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Apr 7 08:48:53 EDT 2008
Author: newtonm
Date: 2008-04-07 08:48:53 -0400 (Mon, 07 Apr 2008)
New Revision: 7827
Modified:
maven-plugins/trunk/seam-docbook-xslt/src/main/resources/xslt/org/jboss/seam/main-pdf.xsl
maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css
Log:
Use new XSL params for chapter and section title colours. Made all HTML headings 2-6 use the same colour in CSS.
Modified: maven-plugins/trunk/seam-docbook-xslt/src/main/resources/xslt/org/jboss/seam/main-pdf.xsl
===================================================================
--- maven-plugins/trunk/seam-docbook-xslt/src/main/resources/xslt/org/jboss/seam/main-pdf.xsl 2008-04-07 12:33:11 UTC (rev 7826)
+++ maven-plugins/trunk/seam-docbook-xslt/src/main/resources/xslt/org/jboss/seam/main-pdf.xsl 2008-04-07 12:48:53 UTC (rev 7827)
@@ -17,8 +17,8 @@
<!-- Change the font color for titles to SeamFramework.org one -->
<xsl:param name="title.color">#576C74</xsl:param>
<xsl:param name="titlepage.color">#885324</xsl:param>
- <xsl:param name="chaptertitle.color">#BA5624</xsl:param>
- <xsl:param name="section.level1.title.color">#BA5624</xsl:param>
+ <xsl:param name="chapter.title.color">#BA5624</xsl:param>
+ <xsl:param name="section.title.color">#BA5624</xsl:param>
<!-- Style tables to look like SeamFramework.org-->
<xsl:param name="table.cell.border.color">#D3D2D1</xsl:param>
Modified: maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css
===================================================================
--- maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css 2008-04-07 12:33:11 UTC (rev 7826)
+++ maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/seamframework.css 2008-04-07 12:48:53 UTC (rev 7827)
@@ -19,15 +19,11 @@
background-image: url(../images/seamframework/title_hdr.png);
}
-h2 {
- color: #BA5624;
-}
-
/*
- Use sfwk colour for title
+ Use sfwk colour for titles
*/
-h3,h4,h5,h6 {
- color: #576C74;
+h2,h3,h4,h5,h6 {
+ color: #BA5624;
}
div.note {
@@ -211,7 +207,3 @@
.navfooter td.up a {
background-image: url(../images/seamframework/stock-go-up.png);
}
-
-.programlistingco pre {
- font-family: Courier, 'Courier New', 'Lucida Console', Monaco, monospace;
-}
\ No newline at end of file
More information about the seam-commits
mailing list