[Debconf-video-commits] r401 - in package/branches/pycon09/src: . media

xf-guest at alioth.debian.org xf-guest at alioth.debian.org
Thu Mar 26 21:52:37 UTC 2009


Author: xf-guest
Date: 2009-03-26 21:52:36 +0000 (Thu, 26 Mar 2009)
New Revision: 401

Added:
   package/branches/pycon09/src/media/
   package/branches/pycon09/src/media/style.css
Log:
Updated CSS

Added: package/branches/pycon09/src/media/style.css
===================================================================
--- package/branches/pycon09/src/media/style.css	                        (rev 0)
+++ package/branches/pycon09/src/media/style.css	2009-03-26 21:52:36 UTC (rev 401)
@@ -0,0 +1,76 @@
+body {
+	line-height: 1.6em;
+	font-family: Verdana, Helvetica, Arial, sans-serif;
+	background-color: #99899ab;
+	margin: 0px;
+	font-size: 12px;
+}
+
+#masthead {
+	background: #282942;
+	color: white;
+	padding: 15px;
+	font-size: 16px;
+}
+
+#emphasis {
+	font-size: 12px;
+	width: 100%;
+	background-color: #AAAAAA;
+	margin: 0px;
+	padding: 0px;
+}	
+
+#emphasis th {
+	font-size: 14px;
+	font-weight: bold;
+	padding: 0px 15px;
+	color: #CDCECC;
+	background: #282942;
+}
+
+#emphasis td {
+	padding: 0px 3px;
+	border-bottom: 1px solid black;
+}
+
+#emphasis tr:hover td {
+	color: #D3D3DE;
+	background: #282942;
+}
+
+#emphasis a {
+	color: #0000CC;
+}
+
+a {
+	color: grey;
+}
+
+tr.status-A {
+	background-color: #009900;
+}
+
+tr.status-B {
+	background-color: #006600;
+}
+
+tr.status-C {
+	background-color: #cc9900;
+}
+
+tr.status-D {
+	background-color: black;
+	color: red;
+}
+
+tr.status-F {
+	background-color: #ff0000;
+	color: white;
+}
+
+tr.status-X {
+	background-color: #336699;
+	color: white;
+}
+




More information about the Debconf-video-commits mailing list