You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/02 13:21:10 UTC

cvs commit: jakarta-avalon/src/documentation/stylesheets book2menu.xsl docbook2body.xsl

hammant     02/04/02 03:21:10

  Modified:    src/documentation/stylesheets book2menu.xsl docbook2body.xsl
  Log:
  New blue theme for title, sections and "back to Avalon" link
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-avalon/src/documentation/stylesheets/book2menu.xsl
  
  Index: book2menu.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/stylesheets/book2menu.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book2menu.xsl	18 Jul 2001 14:35:39 -0000	1.1
  +++ book2menu.xsl	2 Apr 2002 11:21:10 -0000	1.2
  @@ -10,7 +10,7 @@
     </xsl:template>
   
     <xsl:template match="project">
  -    <br/><a href="{@href}"><font color="#F3510C" size="+1"><xsl:value-of select="@label"/></font></a><br/>
  +    <br/><a href="{@href}"><font color="#778899" size="+1"><xsl:value-of select="@label"/></font></a><br/>
     </xsl:template>
   
     <xsl:template match="menu">
  
  
  
  1.8       +11 -6     jakarta-avalon/src/documentation/stylesheets/docbook2body.xsl
  
  Index: docbook2body.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/stylesheets/docbook2body.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- docbook2body.xsl	27 Nov 2001 14:43:01 -0000	1.7
  +++ docbook2body.xsl	2 Apr 2002 11:21:10 -0000	1.8
  @@ -25,11 +25,10 @@
       <body>
         <title><xsl:value-of select="title"/></title>
         <center>
  -        <table width="80%">
  +        <table width="100%">
             <tr>
  -            <td bgcolor="#F3DD61">
  -              <br/><center><b><font color="#000000" face="arial,helvetica,sanserif"><xsl:value-of select="title"/></font></b></center>
  -              <br/>
  +            <td bgcolor="#99aabb">
  +              <center><b><font size="+2" color="#000000" face="arial,helvetica,sanserif"><xsl:value-of select="title"/></font></b></center>
               </td>
             </tr>
           </table>
  @@ -220,8 +219,14 @@
         <table border="0" cellpadding="2" cellspacing="0">
           <xsl:attribute name="width"><xsl:value-of select="number(100)-(1*(number($level)-1))"/>%</xsl:attribute>
           <tr>
  -          <td bgcolor="#525D76">
  -            <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <td bgcolor="#bbccdd">
  +            <xsl:attribute name="bgcolor">
  +              <xsl:choose>
  +                <xsl:when test="number($level)=1">bbccdd</xsl:when>
  +                <xsl:otherwise>ddeeff</xsl:otherwise>
  +              </xsl:choose>
  +            </xsl:attribute>
  +            <font color="#000000" face="arial,helvetica,sanserif">
                 <xsl:attribute name="size">
                   <xsl:choose>
                     <xsl:when test="number($level)=1">+1</xsl:when>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>