validator/htdocs/style base.css,1.5,1.6

Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv30377/htdocs/style

Modified Files:
	base.css 
Log Message:
more accessible color scheme for the front page forms.
Basic background color taken from existing material (supporters program) and banner gradients.



Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/base.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- base.css	22 Mar 2007 05:00:53 -0000	1.5
+++ base.css	26 Mar 2007 01:13:20 -0000	1.6
@@ -278,7 +278,7 @@
 
 .tabset_tabs a	{  
     border: 0;
-    border-left: 1px solid #ADDBFE; 
+    border-left: 1px solid #f2f7fa; 
     text-decoration:none; 
     padding: 0.8em 0.6em 0 0.6em;
     background: white;
@@ -287,16 +287,16 @@
 
 .tabset_tabs a:hover	{ 
     color:#424242 ! important; 
-    background: #E1F0FD url(../images/sm_gradient_hover.gif) 0 0 repeat-x;
+    background: #D1DAE9 url(../images/sm_gradient_hover.gif) 0 0 repeat-x;
     text-decoration:none;  
 }
 
 .tabset_tabs a.active, .tabset_tabs a.active:hover { 
     color:#424242 ! important; 
-    background-color: #8FCFFD !important;
-    background: #8FCFFD url(../images/sm_gradient_active.gif) 0 0 repeat-x;
-    border-color: #ADDBFE; 
-    border-left-width:1px; 
+    background-color: #f2f7fa !important;
+    background: #f2f7fa url(../images/sm_gradient_active.gif) 0 0 repeat-x;
+    /*border-color: #D1DAE9; 
+    border-left-width:1px; */
     cursor:default; 
     border-bottom: white; 
     padding-top:0.8em; 
@@ -308,7 +308,7 @@
     border-left: 1px solid white; 
 }
 div#fields {
-    background: #8FCFFD url(../images/lg_gradient.gif) bottom left repeat-x;
+    background: #f2f7fa url(../images/lg_gradient.gif) bottom left repeat-x;
     margin: 0;
     padding: 0;
 }
@@ -335,28 +335,12 @@
 
 /* the following from http://www.mindsack.com/toggle/ (c) Kent Brewster */
 
-p.toggle
-{
-        background: transparent url('../images/arrow-down.gif')  0 0 no-repeat;
-        text-indent: 20px;
-        cursor:pointer;
-    color: #005A9C;
-    background-color: transparent;
-    margin-bottom: 0;
-}
-
-p.closed
-{
-        background: transparent url('../images/arrow-right.gif') 0 0 no-repeat !important;
-}
-
-
 .hidden
 {
         display:none;
 }
 fieldset.moreoptions {
-border-color: white;
+border-color: #ADDBFE;
 border-style: dotted;
 margin-bottom: 0;
 padding-left: .3em;
@@ -376,10 +360,10 @@
 }
 
 #frontforms fieldset a:link, #frontforms fieldset a:hover, #frontforms fieldset a:visited, #frontforms fieldset a:active {
-    color: white !important;
+    color: #005A9C !important;
 }
 fieldset a:link, fieldset a:visited, fieldset legend a:link, fieldset legend a:visited {
-font-weight: bolder;
+/*font-weight: bold;*/
 }
 
 fieldset.closed {

Received on Monday, 26 March 2007 01:13:33 UTC