[med-svn] r1420 - trunk/community/website/inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Mon Feb 18 10:13:44 UTC 2008


Author: hanska-guest
Date: 2008-02-18 10:13:44 +0000 (Mon, 18 Feb 2008)
New Revision: 1420

Modified:
   trunk/community/website/inc/style.css
Log:
Adding styles


Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css	2008-02-18 09:59:40 UTC (rev 1419)
+++ trunk/community/website/inc/style.css	2008-02-18 10:13:44 UTC (rev 1420)
@@ -598,3 +598,66 @@
 	position:absolute;
 	border:none;
 }
+
+/*
+ * QA report styles
+ */
+#qa_table table {
+	border-collapse: collapse;
+	empty-cells: show;
+}
+
+#qa_table th.clickable, th.clickable a, th.clickable a:visited {
+	background: #404040;
+	color: white;
+}
+
+.todo {
+	background: #dee7ec;
+}
+
+.section-non-free { color: red; }
+.section-contrib { color: maroon; }
+.bts-wishlist { color: green; }
+.bts-minor { color: #004000; /* darkgreen */ }
+.bts-normal, .bts-important {}
+.bts-grave, .bts-serious { color: red; }
+.bts-critical { color: red; text-decoration: blink; }
+
+.popup { border-bottom: 1px dotted; }
+.popup .balloon,
+.popup .paren,
+.popup .expand { display: none; }
+
+.popup:hover .balloon,
+.popup:focus .balloon {
+	position: absolute;
+	display: block;
+	min-width: 15em;
+	max-width: 40em;
+	max-height: 75%;
+	overflow: auto;
+	margin: 0em 0 0 -15em;
+	padding: 0.5em;
+	border: 2px outset #f5f5b5;
+	background: #f5f5b5;
+	color: black;
+	opacity: 0.95;
+	-moz-opacity: 0.95;
+	filter: alpha(opacity=95);
+}
+
+table.bts-info-details td:first-child { text-align: center; }
+
+div.bts-info div.popup { text-align: center; }
+
+.bts-info-details p {
+	text-indent: -3em;
+	margin: 0 0 0 3em;
+}
+
+table.bts-info-details td {
+	border: 0;
+	vertical-align: top;
+	text-align: left;
+}




More information about the debian-med-commit mailing list