[Debconf6-data-commit] r76 - website/www/css

Neil McGovern neilm at costa.debian.org
Wed Nov 23 13:36:42 UTC 2005


Author: neilm
Date: 2005-11-23 13:36:41 +0000 (Wed, 23 Nov 2005)
New Revision: 76

Modified:
   website/www/css/main.css
Log:
Tidied up errors / warnings to make this (hopefully) compliant CSS


Modified: website/www/css/main.css
===================================================================
--- website/www/css/main.css	2005-11-22 14:30:53 UTC (rev 75)
+++ website/www/css/main.css	2005-11-23 13:36:41 UTC (rev 76)
@@ -5,6 +5,7 @@
   font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:        12px;
   font-weight:      100;
+  background-color:	inherit;
   color:            #006600;
   text-decoration:  none; 
   }
@@ -13,6 +14,7 @@
   font-size:        12px;
   font-weight:      100;
   color:            #006600;
+  background-color:	inherit;
   text-decoration:  none; 
   }
   
@@ -22,6 +24,7 @@
 
 DIV#background {
 	background-color: #67CB33;
+	color:	inherit;
 	width:	100%;
 	height: 100%;
 	margin: 0px;
@@ -35,7 +38,7 @@
 	background-position:	bottom right;
 	background-color: #67CB33;
   	font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
-	color:	#666666
+	color:	#666666;
 	width:	100%;
 	height: 100%;
 	margin: 0px;
@@ -45,6 +48,7 @@
 
 DIV.panel {
 	background: #FFFFFF;
+	color:	inherit;
 }
 
 DIV.panel#leftcolumn {
@@ -68,6 +72,7 @@
 }
 
 DIV#timeto {
+  	background-color:	inherit;
 	color: #FFFFFF;
 	padding-top: 20px;
 	padding-bottom: 20px;
@@ -91,13 +96,15 @@
 }
 
 DIV#toprightcontent SPAN A{
+  background-color:	inherit;
 	color: #FFFFFF;
-	size: 12px;
+	font-size: 12px;
 }
 
 DIV#toprightcontent A{
+  background-color:	inherit;
 	color: #41522F;
-	size: 12px;
+	font-size: 12px;
 }
 
 DIV#map {
@@ -112,17 +119,20 @@
 	margin-right: auto;
 	padding-left: 80px;
 	font-size: 12px;
+  background-color:	inherit;
 	color: #42562F;
 }
 
 DIV#newsticker H1 {
+  background-color:	inherit;
 	color: #FFFFFF;
 	font-size: 14px;
 }
 
 DIV#topcenterpanel {
 	width: 50%;
-	background:	#FFFFFF;
+	background-color:	#FFFFFF;
+  color:	inherit;
 	float: left;
 }
 
@@ -139,6 +149,7 @@
 DIV#sponsors {
 	width: 150px;
 	background-color: #FFFFFF;
+	color:	inherit;
 	text-align:	center;
 	vertical-align:	top;
 	display: block;
@@ -152,6 +163,7 @@
 	padding-left: 10px;
 	text-align: left;
 	color: #CC0033;
+  background-color:	inherit;
 	font-size: 12px;
 }
 
@@ -178,11 +190,13 @@
 }
 
 DIV#content H1 {
+  background-color:	inherit;
 	color: #CC0033;
 	font-size: 14px;
 }
 
 DIV#content H2 {
+  background-color:	inherit;
 	color: #CC0033;
 	font-size: 12px;
 }
@@ -193,7 +207,8 @@
 
 DIV#bottomcenterpanel {
 	width: 50%;
-	background:	#FFFFFF;
+	background-color:	#FFFFFF;
+    color: inherit;
 	float: left;
 	background-image: url('/images/swirl.png');
 	background-position: center center;
@@ -203,7 +218,7 @@
 DIV#floatlogo IMG {
 	border: 0px;
 	width: 205px;
-	height: 107x;
+	height: 107px;
 }
 
 DIV#floatlogo {
@@ -227,6 +242,7 @@
 }
 
 DIV.menubar UL#topmenu A{
+  background-color:	inherit;
 	color: #000000;
 }
 
@@ -267,13 +283,15 @@
 
 DIV.menubar UL#bottommenu A{
 	color: #3F4C2E;
+  background-color:	inherit;
 }
 
 DIV.menubar UL#bottommenu{
 	margin: 0px;
 	padding: 0px 3px 0px 0px;
 	border-collapse: collapse;
-	background: #67CB33;
+	background-color: #67CB33;
+	color:	inherit;
 	padding-left: 50px;
 }
 
@@ -300,7 +318,7 @@
 	padding-right: 4px;
 	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
-	font-style: bold;
+	font-weight: bold;
 	color: #3F4C2E;
 	vertical-align: middle;
 	background-color: inherit;
@@ -308,12 +326,12 @@
 
 .comas-row {
     border: solid 1px #ccc;
-    background-color: inherit;
     padding: 0.3em;
 }
 
 .comas-row:hover {
     background-color: #f6f6f6;
+	color:	inherit;
 }
 
 .comas-prompt {
@@ -333,6 +351,7 @@
 }
 
 .comas-error {
+  background-color:	inherit;
     color: red;
     font-size: 120%;
 }




More information about the Debconf6-data-commit mailing list