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 2004/09/14 11:45:31 UTC

svn commit: rev 46018 - in forrest/trunk/src/core/context/skins/pelt: . css

Author: thorsten
Date: Tue Sep 14 02:45:30 2004
New Revision: 46018

Modified:
   forrest/trunk/src/core/context/skins/pelt/css/profile.css.xslt
   forrest/trunk/src/core/context/skins/pelt/css/screen.css
   forrest/trunk/src/core/context/skins/pelt/skinconf.xsl
Log:
fixed the default color setting but still have problems with the 2 span in one row. One span should align left, the other right. ...but only konqueror is doing the right display :(

Modified: forrest/trunk/src/core/context/skins/pelt/css/profile.css.xslt
==============================================================================
--- forrest/trunk/src/core/context/skins/pelt/css/profile.css.xslt	(original)
+++ forrest/trunk/src/core/context/skins/pelt/css/profile.css.xslt	Tue Sep 14 02:45:30 2004
@@ -129,15 +129,21 @@
 #menu a:hover {  
 background-color: <xsl:value-of select="@value"/>;
 color: <xsl:value-of select="@hlink"/>;} 
-#menu .menupagetitle  { color: <xsl:value-of select="@hlink"/>;}     
 </xsl:template> 
 <xsl:template match="color[@name='dialog']"> 
+#menu .menupagetitle  { color: <xsl:value-of select="@font"/>;}    
 #menu .menupageitemgroup     { 
 background-color: <xsl:value-of select="@value"/>;
 }
 #menu .menupageitem {
 color: <xsl:value-of select="@font"/>;
 } 
+#menu .menupageitem a:link {  color: <xsl:value-of select="@link"/>;} 
+#menu .menupageitem a:visited {  color: <xsl:value-of select="@vlink"/>;} 
+#menu .menupageitem a:hover {  
+background-color: <xsl:value-of select="@value"/>;
+color: <xsl:value-of select="@hlink"/>;
+}
 </xsl:template> 
 <xsl:template match="color[@name='menuheading']">
 #menu h1 {

Modified: forrest/trunk/src/core/context/skins/pelt/css/screen.css
==============================================================================
--- forrest/trunk/src/core/context/skins/pelt/css/screen.css	(original)
+++ forrest/trunk/src/core/context/skins/pelt/css/screen.css	Tue Sep 14 02:45:30 2004
@@ -88,7 +88,9 @@
     padding: 7px 0 10px 10px;
     float: right;
 }
-
+html>body #top .searchbox {
+    bottom: 0px;
+}
 #top .searchbox {
     position: absolute;
     right: 10px;
@@ -104,9 +106,7 @@
     background-position: top left;    
     bottom: -1px; /* compensate for IE rendering issue */
 }
-html>body #top .searchbox {
-    bottom: 0px;
-}
+
 #top .searchbox form {
     padding: 5px 10px;
     margin: 0;
@@ -157,12 +157,6 @@
 #tabs a { float: none; }
 /* End IE5-Mac hack */
 
-#level2tabs {
-    clear: both;
-    margin: 0;
-    text-align:left;
-}
- 
 #top .header .current {
     background-color: #4C6C8F;
     background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png);
@@ -181,14 +175,20 @@
     padding-right: 10px;
     padding-left: 20px;
     padding-top: 3px;
+    padding-bottom:3px;
     color: #ffffff;
     font-size : 60%; 
     font-weight: bold;
-    white-space:nowrap;
     background-color: #4C6C8F;
 }
+#publishedStrip #level2tabs {
+    margin: 3px 0px;
+    text-align:left;
+    padding: 3px 0px;
+}
 #publishedStrip .lastmodified{
-    float: right;  
+float:right;
+top: 15px;
 }
 /*
 *    border-top: solid #4C6C8F 15px;
@@ -197,7 +197,6 @@
     position: relative;
     clear: both;
     background: white;
-
 }
 #main .breadtrail {
     position: relative;

Modified: forrest/trunk/src/core/context/skins/pelt/skinconf.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/pelt/skinconf.xsl	(original)
+++ forrest/trunk/src/core/context/skins/pelt/skinconf.xsl	Tue Sep 14 02:45:30 2004
@@ -25,7 +25,7 @@
 
     <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
     <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
-    <color name="subtab-selected" value="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
     <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
 
     <color name="heading" value="#E5E4D9"/>
@@ -79,7 +79,7 @@
       <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
      </xsl:if>
      <xsl:if test="not(color[@name='subtab-selected'])">
-      <color name="subtab-selected" value="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+      <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
      </xsl:if>  
      <xsl:if test="not(color[@name='subtab-unselected'])">
       <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
@@ -115,7 +115,7 @@
 	 	<color name="searchbox" value="#E5E4D9" font="#000000"/>
      </xsl:if> 
      <xsl:if test="not(color[@name='dialog'])">
-      <color name="dialog" value="#E5E4D9" font="#000000"/>
+      <color name="dialog" value="#E5E4D9" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
      </xsl:if>  
      <xsl:if test="not(color[@name='body'])">
       <color name="body" value="#ffffff" />