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

tille at alioth.debian.org tille at alioth.debian.org
Wed Nov 5 08:18:54 UTC 2008


Author: tille
Date: 2008-11-05 08:18:54 +0000 (Wed, 05 Nov 2008)
New Revision: 2623

Modified:
   trunk/community/website/inc/style.css
Log:
Make sure the proper style file is copied into the right place (it is a copy of the CDD style file and we probably should make sure that the code is not duplicated but the automatic SVN -> Live copying just requires this hack)


Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css	2008-11-05 07:45:45 UTC (rev 2622)
+++ trunk/community/website/inc/style.css	2008-11-05 08:18:54 UTC (rev 2623)
@@ -397,87 +397,196 @@
 	width:100%;
 }
 
-table.bugs{
-	border:1px solid #888;
+table.bugsdependent{
+	border:2px solid #F88;
+	background-color:#EEE;
+	padding:0.25em 0.5em;
+	margin:0em;
+	width:100%;
+}
+
+table.bugssuggested{
+	border:2px solid #FF8;
 	background-color:#DDD;
 	padding:0.25em 0.5em;
 	margin:0em;
 	width:100%;
 }
 
-table.bugs tr{
+table.bugsdone{
+	border:1px solid #888;
+	background-color:#CCC;
+	padding:0.25em 0.5em;
 	margin:0em;
+	width:100%;
+}
+
+table.bugsdependent table.bugssuggested table.bugsdone tr{
+	margin:0em;
 	padding:0em;
 }
                             
-table.bugs td.package{
+table.bugsdependent td.package{
 	margin:0em;
 	padding:0.1em 0.25em;
 	font-weight:bold;
-	text-align:right;
+	text-align:left;
 	white-space:nowrap;
 }
 
-table.bugs td.bugid{
+table.bugssuggested td.package{
 	margin:0em;
+	padding:0.1em 0.25em;
+	font-weight:bold;
+	text-align:left;
+	white-space:nowrap;
+}
+
+table.bugsdone td.package{
+	margin:0em;
+	padding:0.1em 0.25em;
+	font-weight:bold;
+	text-align:left;
+	white-space:nowrap;
+}
+
+td.bugid{
+	margin:0em;
 	padding:0em;
 	text-align:center;
 }
 
-table.bugs td.summary{
+td.summary{
 	margin:0em;
 	padding:0em;
 	text-align:left;
 	width:100%;
 }
 
-table.bugs td.severity{
+td.severity{
 	margin:0em;
 	padding:0em;
 	text-align:center;
 }
 
-table.bugs td.fixed{
+td.fixed{
 	margin:0em;
 	padding:0em;
 	text-align:center;
 }
 
-table.bugs td.wishlist{
+td.wishlist{
 	background-color:#80efeb;
 }
 
-table.bugs td.minor{
+td.minor{
 	background-color:#80efeb;
 }
 
-table.bugs td.normal{
+td.normal{
 	background-color:#cf9;
 }
 
-table.bugs td.does-not-build{
+td.does-not-build{
 	background-color:#ff9;
 }
 
-table.bugs td.important{
+td.important{
 	background-color:#ff9;
 }
 
-table.bugs td.serious{
+td.serious{
 	background-color:#fc9;
 	font-weight:bold;
 }
 
-table.bugs td.grave{
+td.grave{
 	background-color:#fc9;
 	font-weight:bold;
 }
 
-table.bugs td.critical{
+td.critical{
 	background-color:#fc9;
 	font-weight:bold;
 }
 
+dt.bad {
+	background-color:#fc9;
+	font-weight:bold;
+}
+
+span.bad, td.bad {
+	background-color:#fc9;
+	font-weight:bold;
+	padding-left:0.5em;
+	padding-top:0pt;
+	padding-bottom:0pt;
+}
+
+dt.pass {
+	background-color:#fe9;
+	font-weight:bold;
+}
+
+span.pass, td.pass {
+	background-color:#fc9;
+	font-weight:bold;
+	padding-left:0.5em;
+	padding-top:0pt;
+	padding-bottom:0pt;
+}
+
+dt.satisfactory{
+	background-color:#ff9;
+	font-weight:normal;
+	font-style:italic;
+}
+
+span.satisfactory, td.satisfactory{
+	background-color:#ff9;
+	font-weight:normal;
+	font-style:italic;
+	padding-left:0.5em;
+	padding-top:0pt;
+	padding-bottom:0pt;
+}
+
+dt.good{
+	background-color:#cf9;
+	font-weight:normal;
+	font-style:italic;
+}
+
+span.good, td.good{
+	background-color:#cf9;
+	font-weight:normal;
+	padding-left:0.5em;
+	padding-top:0pt;
+	padding-bottom:0pt;
+}
+
+dt.verygood{
+	background-color:#80efeb;
+	font-weight:normal;
+	font-style:italic;
+}
+
+span.verygood, td.verygood{
+	background-color:#80efeb;
+	font-weight:normal;
+	font-style:italic;
+	padding-left:0.5em;
+	padding-top:0pt;
+	padding-bottom:0pt;
+}
+
+td.excellent{
+	font-weight:normal;
+	padding-left:0.5em;
+	padding-top:0pt;
+	padding-bottom:0pt;
+}
+
 table.project {
 	border-spacing: 0px;
 	margin-bottom: 2em;
@@ -687,3 +796,41 @@
 	vertical-align: top;
 	text-align: left;
 }
+
+.trans {
+	font:6pt sans-serif;
+	font-style:italic;
+	text-align: right;
+}
+
+div.severitysummary {
+	font:130% sans-serif;
+	padding:0em;
+	margin:0.75em 0em;
+}
+
+div.severitylist {
+	font:110% sans-serif;
+	padding:0em;
+	margin:0.75em 0em;
+}
+
+div.footnotecontent {
+	font:75% sans-serif;
+	font-style:italic;
+	text-align: left;
+	text-indent: -1em;
+	padding:0em;
+	margin-top: 3ex;
+	margin-left: 1em;
+	border-top:1px solid #CCC;
+}
+
+table.footnotecontent {
+	font:75% sans-serif;
+	font-style:italic;
+}
+
+td.footnotecontent {
+	padding:0pt;
+}




More information about the debian-med-commit mailing list