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/24 11:00:24 UTC

svn commit: rev 47141 - in forrest/trunk/src/core/context/skins: leather-dev/css leather-dev/xslt/html pelt/css

Author: thorsten
Date: Fri Sep 24 02:00:23 2004
New Revision: 47141

Added:
   forrest/trunk/src/core/context/skins/leather-dev/css/basic.css
Modified:
   forrest/trunk/src/core/context/skins/leather-dev/css/navigation.css
   forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl
   forrest/trunk/src/core/context/skins/pelt/css/profile.css.xslt
Log:
fixed a color profile issue and my old changes from leather

Added: forrest/trunk/src/core/context/skins/leather-dev/css/basic.css
==============================================================================
--- (empty file)
+++ forrest/trunk/src/core/context/skins/leather-dev/css/basic.css	Fri Sep 24 02:00:23 2004
@@ -0,0 +1,141 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+/**
+ * General
+ */
+
+img { border: 0; }
+
+#content table {
+	border: 0;
+	width: 100%;
+}
+#content th,
+#content td {
+	margin: 0;
+	padding: 0;
+	vertical-align: top;
+}
+
+.clearboth {
+	clear: both;
+}
+
+.frame {
+	border: solid black 1px;
+	margin: 1em 3em;
+}
+
+.frame .label {
+	background: #369;
+	color: white;
+	font-weight: bold;
+	padding: 5px 10px;
+}
+.frame .content {
+	padding: 5px 10px;
+	background: #F0F0FF;
+	color: black;
+	line-height: 170%;
+	font-size: 90%;
+}
+.warning .label {
+	background: #C00;
+	color: white;
+}
+.warning .content {
+	background: #FFF0F0;
+	color: black;
+}
+.fixme .label {
+	background: #C6C600;
+}
+
+/**
+ * Typography
+ */
+
+body {
+	font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
+	font-size: 100%;
+}
+
+#content {
+	font-family: Georgia, Palatino, Times, serif;
+	font-size: 95%;
+}
+#tabs {
+	font-size: 70%;
+}
+#menu {
+	font-size: 80%;
+}
+#footer {
+	font-size: 70%;
+}
+
+h1, h2, h3, h4, h5, h6	{
+	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
+	font-weight: bold;
+	margin-top: 1em;
+	margin-bottom: .5em;
+}
+
+h1 {
+    margin-top: 0;
+    margin-bottom: 1em;
+	font-size: 1.4em;
+}
+#content h1 {
+	font-size: 160%;
+	margin-bottom: .5em;
+}
+#menu h1 {
+	margin: 0;
+	padding: 10px;
+	background: #336699;
+	color: white;
+}
+h2 { font-size: 120%; }
+h3 { font-size: 100%; } 
+h4 { font-size: 90%; } 	
+h5 { font-size: 80%; }
+h6 { font-size: 75%; }
+
+p {
+	line-height: 170%;
+	text-align: left;
+	margin-top: .5em;
+	margin-bottom: 1em;
+}
+
+#content li,
+#content th,
+#content td {
+	line-height: 170%;
+}
+
+#content .attribution { 
+	text-align: right; 
+	font-style: italic; 
+	font-size: 85%;
+	margin-top: 1em;
+}
+
+.codefrag {
+	font-family: "Courier New", Courier, monospace;
+	font-size: 110%;
+}

Modified: forrest/trunk/src/core/context/skins/leather-dev/css/navigation.css
==============================================================================
--- forrest/trunk/src/core/context/skins/leather-dev/css/navigation.css	(original)
+++ forrest/trunk/src/core/context/skins/leather-dev/css/navigation.css	Fri Sep 24 02:00:23 2004
@@ -70,7 +70,7 @@
 background-position: top left;
 }
 
-#nav-main-level2tabs {
+#nav-main-sub {
 padding-left: 25px;
 margin: 0;
 float:left; 

Modified: forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl	Fri Sep 24 02:00:23 2004
@@ -59,8 +59,8 @@
 <!--+
   |stylesheets
   +-->
-<!--            <link rel="stylesheet" href="{$root}skin/basic.css" type="text/css" 
-                />-->
+            <link rel="stylesheet" href="{$root}skin/basic.css" type="text/css" 
+                />
   <!--         <link rel="stylesheet" href="{$root}skin/screen.css" 
                 type="text/css" media="screen" />
             <link rel="stylesheet" href="{$root}skin/print.css" type="text/css" 
@@ -71,8 +71,8 @@
                 type="text/css" /> 
             <link rel="stylesheet" href="{$root}skin/base.css" 
                 type="text/css" />
-            <link rel="stylesheet" href="{$root}skin/profiling.css" 
-                type="text/css" />
+<!--            <link rel="stylesheet" href="{$root}skin/profiling.css" 
+                type="text/css" />-->
 <!--+
   |Javascripts
   +-->

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	Fri Sep 24 02:00:23 2004
@@ -99,14 +99,14 @@
 </xsl:template>
 <!--Fix for other (old) profiles-->
 <xsl:template match="color[@name='navstrip']">
-#published { 
+#publishedStrip { 
 color: <xsl:value-of select="@font"/>;
 background: <xsl:value-of select="@value"/>; 
 }
 </xsl:template> 
 <!--has to go after the nav-strip (no 'navstrip')-->
 <xsl:template match="color[@name='published']">
-#published { 
+#publishedStrip { 
 color: <xsl:value-of select="@font"/>;
 background: <xsl:value-of select="@value"/>; 
 }