You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/07/31 22:16:10 UTC

svn commit: r427240 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/branding-theme-profiler.ft

Author: thorsten
Date: Mon Jul 31 13:16:10 2006
New Revision: 427240

URL: http://svn.apache.org/viewvc?rev=427240&view=rev
Log:
FOR-811 shine and polish the pelt theme so that it closely resembles the pelt skin. Updating the theme profiler to have the same color style as the current forrest page.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/branding-theme-profiler.ft

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/branding-theme-profiler.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/branding-theme-profiler.ft?rev=427240&r1=427239&r2=427240&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/branding-theme-profiler.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/branding-theme-profiler.ft Mon Jul 31 13:16:10 2006
@@ -113,7 +113,7 @@
       <xsl:variable name="header-input" 
         select="substring-after($branding-theme-profiler/color[@name='header']/@value, '#')"/>
       <xsl:variable name="header">
-        <xsl:if test="$header-input=''">000000</xsl:if>
+        <xsl:if test="$header-input=''">294563</xsl:if>
         <xsl:if test="not($header-input='')">
           <xsl:value-of select="$header-input"/>
         </xsl:if>
@@ -129,25 +129,35 @@
       <xsl:variable name="searchbox-input" 
         select="substring-after($branding-theme-profiler/color[@name='searchbox']/@value, '#')"/>
       <xsl:variable name="searchbox">
-        <xsl:if test="$searchbox-input=''">000000</xsl:if>
+        <xsl:if test="$searchbox-input=''">4a6d8c</xsl:if>
         <xsl:if test="not($searchbox-input='')">
           <xsl:value-of select="$searchbox-input"/>
         </xsl:if>
       </xsl:variable>
-      <!--FIXME: Add default values! 
-      If not it can result in 
-      <link message="http://localhost/:-1
-The attribute "rx of the element ><ellipse> can not be negative" uri="themes/images/roundcorner-t-l-5-bg003366-stroke-fg.png">
-    <referrer uri="samples/index.html"/>
-  </link>
-      Maybe like above. ;-)
-      -->
-      <xsl:variable name="tab-selected" 
+      <xsl:variable name="tab-selected-input" 
         select="substring-after($branding-theme-profiler/color[@name='tab-selected']/@value, '#')"/>
-      <xsl:variable name="tab-unselected" 
+      <xsl:variable name="tab-selected">
+        <xsl:if test="$tab-selected-input=''">4a6d8c</xsl:if>
+        <xsl:if test="not($tab-selected-input='')">
+          <xsl:value-of select="$tab-selected-input"/>
+        </xsl:if>
+      </xsl:variable>
+      <xsl:variable name="tab-unselected-input" 
         select="substring-after($branding-theme-profiler/color[@name='tab-unselected']/@value, '#')"/>
-      <xsl:variable name="menu" 
+      <xsl:variable name="tab-unselected">
+        <xsl:if test="$tab-unselected-input=''">CEDFEF</xsl:if>
+        <xsl:if test="not($tab-unselected-input='')">
+          <xsl:value-of select="$tab-unselected-input"/>
+        </xsl:if>
+      </xsl:variable>
+      <xsl:variable name="menu-input" 
         select="substring-after($branding-theme-profiler/color[@name='menu']/@value, '#')"/>
+      <xsl:variable name="menu">
+        <xsl:if test="$menu-input=''">4a6d8c</xsl:if>
+        <xsl:if test="not($menu-input='')">
+          <xsl:value-of select="$menu-input"/>
+        </xsl:if>
+      </xsl:variable>
       <xsl:template match="/">
         <forrest:content>
           <forrest:part>