|
From: <di...@us...> - 2007-02-10 16:53:23
|
Revision: 406
http://safekeep.svn.sourceforge.net/safekeep/?rev=406&view=rev
Author: dimi
Date: 2007-02-10 08:53:19 -0800 (Sat, 10 Feb 2007)
Log Message:
-----------
"Eduard Malinschi" <ed...@la...>
New color scheme.
Modified Paths:
--------------
website/trunk/WebContent/theme/formatting.css
Modified: website/trunk/WebContent/theme/formatting.css
===================================================================
--- website/trunk/WebContent/theme/formatting.css 2007-02-07 20:02:10 UTC (rev 405)
+++ website/trunk/WebContent/theme/formatting.css 2007-02-10 16:53:19 UTC (rev 406)
@@ -8,7 +8,7 @@
}
h1 {
font-family: "trebuchet ms", tahoma, sans-serif;
- color: #515351;
+ color: #336633;
border-bottom: 1px solid #515351;
line-height: 1.2em;
}
@@ -37,9 +37,9 @@
/*Custom ID tags*/
#Header {margin-top: 30px;
- background-color: #7b7da5;
- border: 2px solid #6b6d8f;
- color: #ffffff;
+ background-color: #336633;
+ border: 2px solid #006600;
+ color: #FFFF99;
}
#HeaderTitle {
font-size: 3em;
@@ -51,8 +51,8 @@
}
#HeaderNavigation {
padding: 0.5em;
- border: 2px solid #8386AF;
- background-color: #9B9ECF;
+ border: 2px solid #003300;
+ background-color: #FFFFCC;
}
#HeaderNavigation a {
border-right: 2px solid #39471c;
@@ -68,7 +68,7 @@
border-bottom: 2px solid #39471c;
}
#Content{
- background: #DDDDDD;
+ background: #eeeeee;
text-align: left;
border: 2px dashed #ccc;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|