validator/htdocs results.css,1.27,1.28

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

Modified Files:
	results.css 
Log Message:
cleaning up unused parts, and preparing for the possibility of using different style for valid and tentatively valid

Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- results.css	16 May 2005 08:43:26 -0000	1.27
+++ results.css	17 May 2005 05:22:36 -0000	1.28
@@ -218,15 +218,9 @@
   padding-top: 1em;
 }
 
-h2.valid, h2.invalid {
+h2.valid, h2.invalid, h2.tentative_valid {
     text-align: center;
     margin: 0;
-}
-
-
-.valid {
-  background:		#55B05A;
-  color:		white;
   font-family: "Bitstream Vera Sans", sans-serif;
   font-size-adjust:	.53;
   font-size:		1.5em;
@@ -241,60 +235,22 @@
   padding-bottom: 	.5em;
 }
 
-.valid a:link {
-  color:      yellow;
-  background: #053188;
-}
-
-.valid a:visited {
-  color: silver;
-  background: #053188;
-}
-
-.valid a:hover {
-  color: #053188;
-  background: #eee;
+.valid {
+  background-color:	#55B05A;
+  color:		white;
 }
 
-.valid a:active {
-  color: red;
-  background: yellow;
+.tentative_valid {
+/* we could use a different color than for "valid" */
+/*  background-color:	#888; */
+/* ... or simply use the same */
+  background:           #55B05A;
+  color:		white;
 }
 
-
 .invalid {
-  background:		#D23D24;
+  background-color:	#D23D24;
   color:		white;
-  font-family: "Bitstream Vera Sans", sans-serif;
-  font-size-adjust:	.53;
-  font-size:		1.5em;
-  font-weight:		500;
-  font-style:		normal;
-  text-decoration:	none;
-  word-spacing:		normal;
-  letter-spacing:	normal;
-  text-transform:	none;
-  border-color: 	black;
-  padding-top:		.5em;
-  padding-bottom: 	.5em;
-}
-
-.invalid a:link {
-  color: white;
-}
-
-.invalid a:visited {
-  color: white; 
-}
-
-.invalid a:hover {
-  color: #880531;
-  background: white;
-}
-
-.invalid a:active {
-  background: white;
-  color: red;
 }
 
 img.inline-badge {

Received on Tuesday, 17 May 2005 05:52:42 UTC