You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ro...@apache.org on 2005/06/05 17:17:34 UTC

svn commit: r180099 - in /incubator/ibatis/trunk/site/template: default.css ibatis.jpg logo.jpg

Author: roberto
Date: Sun Jun  5 08:17:33 2005
New Revision: 180099

URL: http://svn.apache.org/viewcvs?rev=180099&view=rev
Log:
~Updated site colors back to black/white/gray/blue

Modified:
    incubator/ibatis/trunk/site/template/default.css
    incubator/ibatis/trunk/site/template/ibatis.jpg
    incubator/ibatis/trunk/site/template/logo.jpg

Modified: incubator/ibatis/trunk/site/template/default.css
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/site/template/default.css?rev=180099&r1=180098&r2=180099&view=diff
==============================================================================
--- incubator/ibatis/trunk/site/template/default.css (original)
+++ incubator/ibatis/trunk/site/template/default.css Sun Jun  5 08:17:33 2005
@@ -20,7 +20,7 @@
         font-size:28px;
         line-height:28px;
         font-weight:900;
-        color:#CF3300;
+        color:#666;
         }
 h2 {
         margin:15px 0px 10px 0px;
@@ -28,7 +28,7 @@
         font-size:20px;
         line-height:20px;
         font-weight:700;
-        color:#AF3300;
+        color:#444;
         }
 h3 {
         margin:15px 0px 10px 0px;
@@ -36,7 +36,7 @@
         font-size:16px;
         line-height:16px;
         font-weight:700;
-        color:#9F0000;
+        color:#222;
         }
 p {
         font:12px/20px helvetica, tahoma, arial, verdana, sans-serif;
@@ -82,15 +82,17 @@
 
 
 a {
-        color:#c60;
+        color:#039;
         font-size:12px;
         text-decoration:none;
         font-weight:600;
         font-family:helvetica, tahoma, arial, verdana, sans-serif;
         }
-a:link {color:#c60;}
-a:visited {color:#c60;}
-a:hover {background-color:#ffffaa;}
+a:link {color:#039;}
+a:visited {color:#039;}
+a:hover {
+        color:#69f;
+        background-color:#fff;}
 
 #Header {
         margin:0px 0px 0px 0px;
@@ -124,7 +126,7 @@
         padding:10px 10px 5px 10px;
         /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
         height:65px; /* 14px + 17px + 2px = 33px */      
-        background-color:#fc0;
+        background-color:#fff;
 		color:#fff;
         voice-family: "\"}\"";
         voice-family:inherit;
@@ -148,7 +150,7 @@
         left:20px;
         width:172px;
         padding:10px;
-        background-color:#ffeeaa;
+        background-color:#ccc;
         border:1px solid #999;
         line-height:17px;
 /* Again, the ugly brilliant hack. */
@@ -163,7 +165,7 @@
 #Block {
         margin:5px;
         padding:5px;
-        background-color:#ffffee;
+        background-color:#eee;
         border-style:solid;
         border-color:#999;
         border-width:2px 0px 2px 0px;

Modified: incubator/ibatis/trunk/site/template/ibatis.jpg
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/site/template/ibatis.jpg?rev=180099&r1=180098&r2=180099&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/ibatis/trunk/site/template/logo.jpg
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/site/template/logo.jpg?rev=180099&r1=180098&r2=180099&view=diff
==============================================================================
Binary files - no diff available.