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/07/08 14:47:12 UTC

svn commit: rev 22716 - forrest/trunk/src/core/context/skins/css-style-dev/css

Author: thorsten
Date: Thu Jul  8 05:47:11 2004
New Revision: 22716

Modified:
   forrest/trunk/src/core/context/skins/css-style-dev/css/profile.css.xslt
   forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css
Log:
First step for round corners. Still not 100% right.


Modified: forrest/trunk/src/core/context/skins/css-style-dev/css/profile.css.xslt
==============================================================================
--- forrest/trunk/src/core/context/skins/css-style-dev/css/profile.css.xslt	(original)
+++ forrest/trunk/src/core/context/skins/css-style-dev/css/profile.css.xslt	Thu Jul  8 05:47:11 2004
@@ -37,7 +37,7 @@
 </xsl:template> 
 
 <xsl:template match="color[@name='tab-unselected']"> 
-#tabs li      { background: <xsl:value-of select="@value"/> url('images/tab-right.gif') no-repeat right top;} 
+#tabs li      { background-color: <xsl:value-of select="@value"/> ;} 
 #tabs li a:link {  color: <xsl:value-of select="@link"/>;  }
 #tabs li a:visited { color: <xsl:value-of select="@vlink"/>; }
 #tabs li a:hover { color: <xsl:value-of select="@hlink"/>; }

Modified: forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css
==============================================================================
--- forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css	(original)
+++ forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css	Thu Jul  8 05:47:11 2004
@@ -91,14 +91,25 @@
 	margin: 0;
 	list-style: none;
 }
-
+/*	background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/
 #tabs li {
 	float: left;
-	background: #CFDCED url("images/tab-right.gif") no-repeat right top;
+	background-image: url(images/rc-t-r-5-1body-2tab-unselected-3tab-unselected.png);
+	background-repeat: no-repeat;
+	background-position: top right;
+	background-color: #000000;
 	margin: 0 3px 0 0;
 	padding: 0;
 }
-
+#tabs li .current {
+	float: left;
+	background-image: url(images/rc-t-r-5-1body-2tab-selected-3tab-selected.png);
+	background-repeat: no-repeat;
+	background-position: top right;
+	margin: 0 3px 0 0;
+	padding: 0;
+}
+/*background: url("images/tab-left.gif") no-repeat left top;*/
 #tabs li a {
 	float: left;
 	display: block;
@@ -107,7 +118,9 @@
 	text-decoration: none;
 	color: black;
 	white-space: nowrap;
-	background: url("images/tab-left.gif") no-repeat left top;
+	background-image: url(images/rc-t-l-5-1body-2tab-selected-3tab-selected.png);
+	background-repeat: no-repeat;
+	background-position: top left;
 	padding: 5px 15px 4px;
 	width: .1em; /* IE/Win fix */
 }
@@ -146,16 +159,15 @@
 /**
  * Side menu
  */
- /* padding-top: 15px; padding-right: 15px; top:-15px; left:10px; z-index: 10;  */
  
 #menu {
 	position: relative;
 	float: left;
 	width: 160px;
-padding-top: 15px;
-top:-15px; 
-left:10px; 
-z-index: 10;
+	padding-top: 15px;
+	top:-15px; 
+	left:10px; 
+	z-index: 10;
 	border-left: solid black 1px;
 	border-bottom: solid black 1px;
 	border-right: solid black 1px;