Author: thorsten
Date: Thu Oct 27 09:01:07 2005
New Revision: 328906
URL: http://svn.apache.org/viewcvs?rev=328906&view=rev
Log:
finished the new default pelt colors. I created the theme for lenya.apache.org
and used this color theme that is looks 'good'. still remaining the issue with
the round bottom pics. we should use the suggestion of kevin to create them and
make the producing code independent from the skinconf.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css?rev=328906&r1=328905&r2=328906&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
Thu Oct 27 09:01:07 2005
@@ -153,7 +153,7 @@
background-image:
url(../skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png);
background-repeat: no-repeat;
background-position: top right;
- background-color: #E5E4D9;
+ background-color: #F5F4E9;
margin: 0 3px 0 0;
padding: 0;
}
@@ -183,7 +183,7 @@
/* End IE5-Mac hack */
#nav-main .current {
- background-color: #4A6D8C;
+ background-color: #E5E4D9;
background-image:
url(../skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png);
background-repeat: no-repeat;
background-position: top right;
@@ -191,15 +191,15 @@
#nav-main .current a {
font-weight: bold;
padding-bottom: 5px;
- color: white;
+ color: #000000;
background-image:
url(../skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png);
background-repeat: no-repeat;
background-position: top left;
}
-#nav-main .current a:link { color: #FFFFFF; }
-#nav-main .current a:visited { color: #FFFFFF; }
-#nav-main .current a:hover { color: #FFFFFF; }
+#nav-main .current a:link { color: #000000; }
+#nav-main .current a:visited { color: #000000; }
+#nav-main .current a:hover { color: #000000; }
#publishedStrip {
position: relative;
@@ -277,9 +277,9 @@
* Side menu
*/
#leftbar a { font-weight: normal;}
-#leftbar a:link { color: #FFFFFF; }
-#leftbar a:visited { color: #FFFFFF; }
-#leftbar a:active { color: #FFFFFF; }
+#leftbar a:link { color: #000000; }
+#leftbar a:visited { color: #000000; }
+#leftbar a:active { color: #000000; }
#leftbar a:hover { color: #FFCF00; }
#menuarea { width:10em;}
@@ -292,10 +292,10 @@
top:-18px;
left:10px;
z-index: 20;
- border-color: #999999;
- background-color: #4A6D8C;
+ border-color: #000000;
+ background-color: #E5E4D9;
font-size : 70%;
- color: #CEDFEF;
+ color: #000000;
}
#nav-section ul {
@@ -322,15 +322,15 @@
}
.pagegroup span {
background-image: url('../skin/images/chapter.gif');
- color: white;
+ color: #000000;
}
.pagegroupselected span {
background-image: url('../skin/images/chapter_open.gif');
- color: white;
+ color: #000000;
}
.pagegroupopen span {
background-image: url('../skin/images/chapter_open.gif');
- color: white;
+ color: #000000;
}
.pagegroupselected {