- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Aug 2006 08:38:13 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv25103/style
Modified Files:
results.css
Log Message:
basic results styling
Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- results.css 4 Oct 2004 01:17:24 -0000 1.2
+++ results.css 25 Aug 2006 08:38:11 -0000 1.3
@@ -1,27 +1,30 @@
-H2 {
- font-weight: bold;
- font-size: large;
- font-family: helvetica, sans-serif;
- color: #007CBB;
- margin-top: 2.0%;
-}
-div#errors H2 {
- color: #E82848;
-}
-
-#Congrats H2 {
- color: #0FBC8D;
+#congrats h2, #errors h2, #warnings h2 {
+ text-align: center;
+ margin: 0;
+ font-family: "Bitstream Vera Sans", sans-serif;
+ font-size-adjust: .53;
+ font-size: 1.5em;
+ font-weight: 800;
+ font-style: normal;
+ text-decoration: none;
+ word-spacing: normal;
+ letter-spacing: normal;
+ text-transform: none;
+ border-color: black;
+ padding-top: .5em;
+ padding-bottom: .5em;
}
-BODY {
- font-size: medium;
- font-family: verdana, arial, helvetica, sans-serif;
- color: rgb(0,0,0);
- background-color: white;
+#warnings h2 {
+ background: #FA9084;
+ color: white;
}
-ADDRESS {
- font-weight: bold;
- text-align: right;
+#congrats h2 {
+ background-color: #55B05A;
+ color: white;
}
-HR {
- margin-top: 2.0%;
+#errors h2 {
+ background-color: #E82848;
+ color: white;
}
+
+
Received on Friday, 25 August 2006 08:38:27 UTC