You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2003/09/03 00:35:36 UTC

cvs commit: xml-forrest/src/resources/skins/forrest-site/css page.css

cheche      2003/09/02 15:35:36

  Modified:    src/resources/skins/common/xslt/html tab2menu.xsl
               src/resources/skins/forrest-site/css page.css
  Log:
  
  
  Revision  Changes    Path
  1.9       +3 -7      xml-forrest/src/resources/skins/common/xslt/html/tab2menu.xsl
  
  Index: tab2menu.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/common/xslt/html/tab2menu.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tab2menu.xsl	9 Jun 2003 10:27:40 -0000	1.8
  +++ tab2menu.xsl	2 Sep 2003 22:35:36 -0000	1.9
  @@ -132,31 +132,27 @@
   
     <!-- Called from 'selected' -->
     <xsl:template name="base-selected">
  -    <a>
  +    <a class="base-selected">
         <xsl:attribute name="href">
           <xsl:call-template name="calculate-tab-href">
             <xsl:with-param name="tab" select="."/>
             <xsl:with-param name="path" select="$path"/>
           </xsl:call-template>
         </xsl:attribute>
  -      <font color="#000000">      
           <xsl:value-of select="@label"/>
  -      </font>        
       </a>
     </xsl:template>
   
     <!-- Called from 'not-selected' -->
     <xsl:template name="base-not-selected">
  -    <a>
  +    <a class="base-not-selected">
         <xsl:attribute name="href">
           <xsl:call-template name="calculate-tab-href">
             <xsl:with-param name="tab" select="."/>
             <xsl:with-param name="path" select="$path"/>
           </xsl:call-template>
         </xsl:attribute>
  -      <font face="Arial, Helvetica, Sans-serif">
           <xsl:value-of select="@label"/>
  -      </font>
       </a>
     </xsl:template>
   
  
  
  
  1.15      +3 -0      xml-forrest/src/resources/skins/forrest-site/css/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-site/css/page.css,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- page.css	6 Jul 2003 09:07:30 -0000	1.14
  +++ page.css	2 Sep 2003 22:35:36 -0000	1.15
  @@ -16,6 +16,9 @@
   .menu ul ul li .sel { list-style-image: url('images/current.gif'); font-weight : normal; }
   .menu ul ul li  { list-style-image: url('images/page.gif'); font-weight : normal; }
   
  +.menu .base-seleted {color: #000000; }
  +.menu .base-not-selected { font-family: Verdana, Helvetica, sans-serif; }
  +
   .tab { font-size : 85%; border: 0 }
   .tab a:link {   text-decoration : none;  }
   .tab a:visited { text-decoration : none; color: #2A4A6D }