[Cdd-commits] r763 - in cdd/trunk/webtools: . inc

CDD Subversion Commit noreply at alioth.debian.org
Sun May 25 19:08:44 UTC 2008


Author: tille
Date: Sun May 25 19:08:43 2008
New Revision: 763

Added:
   cdd/trunk/webtools/inc/
   cdd/trunk/webtools/inc/style.css
Modified:
   cdd/trunk/webtools/tasks_idx.py
Log:
Added CSS file from Debian-Med.


Added: cdd/trunk/webtools/inc/style.css
==============================================================================
--- (empty file)
+++ cdd/trunk/webtools/inc/style.css	Sun May 25 19:08:43 2008
@@ -0,0 +1,679 @@
+/* old-site.css */
+body{
+	font:9pt sans-serif;
+	color:Black;
+	margin:0;
+	padding:0;
+	background:#eef4eb;
+}
+.centered{
+	text-align:center;
+	margin:1.5em;
+}
+
+a{
+	color:#008;
+	text-decoration:none;
+}
+
+a:hover{
+	text-decoration:underline;
+}
+
+p{
+	margin:0em;
+	padding:0.5em;
+}
+
+blockquote{
+	margin:0em 2em;
+	padding:0em;
+}
+
+pre.literal-block{
+	margin:0em 2em;
+	padding:0.5em;
+	margin:1em 2em;
+	border:1px dotted #666;
+}
+
+pre{
+        margin: 0em;
+}
+
+ul{
+	list-style-image:url(/img/bullet.png);
+	padding:0em 0em 0em 3em;
+	margin:0em;
+}
+
+li.directory{
+	list-style-image:url(/img/folder.png);
+}
+
+li{
+	padding:0.25em;
+	margin:0em;
+}
+
+div.relatedHeading{
+	font-weight:bold;
+	border-bottom:1px solid #8CACBB;
+	margin:0em 0em 0.5em 0em;
+}
+
+div.relatedFooter{
+	color:#444;
+	font-style:italic;
+	text-align:right;
+}
+
+table.related{
+	padding:0em;
+	margin:0em;
+}
+
+table.related td{
+	padding:0.2em 0em 0.2em 1em;
+}
+
+table.related td:first-child{
+	padding:0.2em 0em 0em 0em;
+}
+
+p{
+	padding:0em;
+}
+
+div.heading{
+	padding:0em;
+	margin:0em;
+	background-color:white;
+}
+
+div.topRight{
+	float:right;
+	padding:0em;
+	margin:1em 1em 0 0;
+}
+
+a.sitename{
+	padding:0.25em;
+	margin:0 0 0 1em;
+}
+
+div.mainTitle{
+	font:250% sans-serif;
+	padding:0.1em 0 0 0.25em;
+	margin:0;
+}
+
+div.subTitle{
+	font:100% sans-serif;
+	font-style:italic;
+	padding:0 0 0.75em 2.5em;
+	margin:0;
+}
+
+div.footer{
+	margin:0em 0em 2em 0em;
+	text-align:center;
+}
+
+p.smallprint{
+	color:#666;
+}
+
+span.section{
+	background:#dee7ec;
+	border:1px solid #8CACBB;
+	border-bottom:#dee7ec 1px solid;
+	color:#436976;
+	font:110% Bold;
+	margin:0px 0.5em 0em 0.8em;
+	padding:0em 2em;
+	white-space:nowrap;
+}
+
+div.sectionTop{
+	background:#dee7ec;
+	padding:0.4em;
+	margin:0em;
+}
+
+div.section{
+	border:1px solid #8CACBB;
+	margin:0em 0em 2em 0em;
+	background-color:white;
+	background-repeat:repeat-y;
+	background-position:right;
+}
+
+div.pageBody{
+	border:1px solid #8CACBB;
+	margin:0em 0em 2em 0em;
+	padding:1em;
+	background-color:white;
+}
+
+h1{
+	font:200% sans-serif;
+	padding:0em;
+	margin:0.75em 0em;
+	border-bottom:1px solid #CCC;
+}
+
+h1:first-child{
+	margin:0em 0em 0.75em 0em;
+}
+
+div.tabs{
+	margin:0em;
+	padding:0em 3em;
+	text-align:center;
+}
+
+ul.heading{
+	font:12px sans-serif;
+	display:inline;
+	padding:0;
+	margin:0;
+}
+
+ul.heading li{
+	display:inline;
+	padding:0;
+	margin:4px 0.5em 0 0.5em;
+}
+
+div.tabBar{
+	color:#436976;
+	background:#dee7ec;
+	padding:0em 1.5em;
+	margin:0.5em 0em 1.5em 0em;
+	border-top:1px solid #8CACBB;
+	border-bottom:1px solid #8CACBB;
+}
+
+/*
+div.tabError{
+	padding:0em 1.5em;
+	background:#FCC;
+	margin:0.5em 0em 1.5em 0em;
+	border-top:1px dashed #8CACBB;
+	border-bottom:1px dashed #(CACBB;
+}
+*/
+
+div.row{
+	padding:0.5em;
+}
+
+table{
+	margin:0em 0em 1em 0em;
+	font:9pt sans-serif;
+}
+
+table th{
+	border-bottom:1px solid #8CACBB;
+	font-weight:normal;
+	padding:0.2em 1em;
+	text-transform:lowercase;
+	white-space:nowrap;
+}
+
+table td{
+	padding:0.8em 0.8em 1px 0.8em;
+	text-align:left;
+}
+
+table.columns{
+	width:100%;
+	padding:0em;
+	margin:0em;
+}
+
+table.sectionGrid{
+	width:100%;
+	padding:0em;
+	margin:0em;
+}
+
+table.columns td.left{
+	vertical-align:top;
+	width:18em;
+	margin:0em;
+	padding:1px 0em 0em 1.5em;
+}
+
+table.columns td.main{
+	vertical-align:top;
+	margin:0em;
+	padding:1px 1.5em;
+}
+
+tr.sectionGrid{
+	margin:0em;
+	padding:0em;
+}
+
+td.sectionGrid{
+	vertical-align:top;
+	margin:0em;
+	padding:1px 0em 0em 1.5em;
+}
+
+td.sectionGrid:first-child{
+	padding:1px 0em 0em 0em;
+}
+
+table.columns td.right{
+	vertical-align:top;
+	width:20em;
+	margin:0em;
+	padding:1px 1.5em 0em 0em;
+}
+
+span.bargraph{
+	background:#DEECE7;
+	border:1px solid #8CBBAC;
+}
+
+div.photo{
+	text-align:center;
+}
+
+img{
+	border:none;
+	vertical-align:middle;
+}
+
+img.photo{
+	border:1px dashed #8CACBB;
+	padding:0.5em;
+}
+
+.heading .banner{
+	padding:1em;
+}
+
+a.sitename img{
+	vertical-align:top;
+}
+
+span.error span.info{
+	padding:0em 0.3em;
+	border:1px dashed #F00;
+}
+
+p.error{
+	background:#FCC;
+}
+
+p.info{
+	background:#DEECE7;
+}
+
+img.footer{
+	padding:0em 1em;
+}
+
+img.sortIndicator{
+	padding:0em 0.5em;
+}
+
+img.actionIcon{
+	padding:0em 0.5em;
+	vertical-align:baseline;
+}
+
+img.left-icon{
+	padding:0em 0.5em 0em 0em;
+}
+
+div.formChoice{
+	padding:0.25em;
+	margin:1em 2em;
+	border:1px dotted #666;
+}
+
+span.xml-element-name{
+	font-weight:bold;
+	color:purple;
+}
+
+span.xml-attribute-name{
+	font-weight:bold;
+}
+
+span.xml-attribute-value{
+	color:blue;
+}
+
+p.xml-text{
+	padding:0.1em;
+	margin:0em;
+}
+
+div.xml-element{
+	padding:0.1em;
+	margin:0em;
+}
+
+table.messageHeaders{
+	border:1px solid #888;
+	background-color:#DDD;
+	padding:0.25em 0.5em;
+	margin:0em;
+	width:100%;
+}
+
+table.messageHeaders tr{
+	margin:0em;
+	padding:0em;
+}
+
+table.messageHeaders td.name{
+	margin:0em;
+	padding:0.1em 0.25em;
+	font-weight:bold;
+	text-align:right;
+	white-space:nowrap;
+}
+
+table.messageHeaders td.value{
+	margin:0em;
+	padding:0em;
+	width:100%;
+}
+
+table.bugs{
+	border:1px solid #888;
+	background-color:#DDD;
+	padding:0.25em 0.5em;
+	margin:0em;
+	width:100%;
+}
+
+table.bugs tr{
+	margin:0em;
+	padding:0em;
+}
+                            
+table.bugs td.package{
+	margin:0em;
+	padding:0.1em 0.25em;
+	font-weight:bold;
+	text-align:right;
+	white-space:nowrap;
+}
+
+table.bugs td.bugid{
+	margin:0em;
+	padding:0em;
+	text-align:center;
+}
+
+table.bugs td.summary{
+	margin:0em;
+	padding:0em;
+	text-align:left;
+	width:100%;
+}
+
+table.bugs td.severity{
+	margin:0em;
+	padding:0em;
+	text-align:center;
+}
+
+table.bugs td.fixed{
+	margin:0em;
+	padding:0em;
+	text-align:center;
+}
+
+table.bugs td.wishlist{
+	background-color:#80efeb;
+}
+
+table.bugs td.minor{
+	background-color:#80efeb;
+}
+
+table.bugs td.normal{
+	background-color:#cf9;
+}
+
+table.bugs td.does-not-build{
+	background-color:#ff9;
+}
+
+table.bugs td.important{
+	background-color:#ff9;
+}
+
+table.bugs td.serious{
+	background-color:#fc9;
+	font-weight:bold;
+}
+
+table.bugs td.grave{
+	background-color:#fc9;
+	font-weight:bold;
+}
+
+table.bugs td.critical{
+	background-color:#fc9;
+	font-weight:bold;
+}
+
+table.project {
+	border-spacing: 0px;
+	margin-bottom: 2em;
+	border: 1px solid blue;
+	width: 100%;
+}
+
+tr.deb-official {
+	background-color: #cf9;
+}
+
+tr.deb-inofficial {
+	background-color: #ff9;
+}
+
+tr.deb-not-available {
+	background-color: #fc9;
+}
+
+td.project-license {
+	text-align: right;
+	border-bottom: 1px dotted blue;
+	padding: 3px;
+}
+
+td.project-name {
+	border-bottom: 1px dotted blue;
+	padding: 3px;
+}
+
+td.project-description {
+	text-align: justify;
+	padding: 3px;
+}
+
+.messageBody{
+	margin:1.5em 0em;
+	padding:0.25em 0em;
+}
+
+form{
+	margin:0em;
+	padding:0em;
+}
+
+div.floatLeft{
+	float: left;
+	clear: left;
+	position: relative;
+	margin: 0 .5em .5em 0;
+	border: 0;
+}
+
+div.floatLeft p{
+	font-style: italic;
+}
+
+div.floatRight{
+	float: right;
+	clear: right;
+	position: relative;
+	margin: 0 0 .5em .5em;
+	border: 0;
+}
+
+div.floatRight p{
+	font-style: italic;
+}
+
+#search{
+	display:none;
+	background:#f0f0f0;
+	border:1px solid white;
+	padding:0.3em;
+	width:20em;
+	margin:4px 0 0 0;
+}
+
+/* search-results.css */
+#search.default-text{
+	color:#888;
+}
+
+#search-results{
+	border-right:1px solid #ccc;
+	border-bottom:1px solid #ccc;
+}
+
+#search-results .bd{
+	border:1px solid #88f;
+	background:#eef;
+	padding:2px;
+	font-size:12px;
+	overflow:hidden;
+	white-space:nowrap;
+}
+
+#search-results div.search-heading{
+	background:#ccc;
+	color:white;
+	font-size:0.8em;
+	font-weight:bold;
+	margin:1px 0;
+	padding:1px;
+}
+
+#search-results a{
+	display:block;
+	color:#004;
+	height:16px;
+	margin:1px 0;
+}
+
+#search-results a.search-exact-match{
+	font-weight:bold;
+}
+
+#search-results a.search-selected{
+	background:#888;
+	color:white;
+}
+
+#search-results div.search-icon{
+	width:16px;
+	height:16px;
+	margin:0 2px 0 0;
+	position:relative;
+	float:left;
+}
+
+#search-results div.search-icon img{
+	position:absolute;
+	border:none;
+}
+
+/*
+ * QA report styles
+ */
+#qa_table table {
+	border: 1px #eef4eb;
+	border-collapse: collapse;
+	empty-cells: show;
+}
+
+#qa_table th.clickable, th.clickable a, th.clickable a:visited {
+	background: #eef4eb;
+	color: #436976;
+}
+
+.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; }
+
+/*
+#for_upgrade span.popup { vertical-align: middle; text-align: center; }
+#for_upload span.popup { vertical-align: middle; text-align: center; }
+#waiting span.popup { vertical-align: middle; text-align: center; }
+#weird span.popup { vertical-align: middle; text-align: center; }
+#wip span.popup { vertical-align: middle; text-align: center; }
+#with_bugs span.popup { vertical-align: middle; text-align: center; }
+*/
+
+.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;
+	text-align: left;
+	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;
+}

Modified: cdd/trunk/webtools/tasks_idx.py
==============================================================================
--- cdd/trunk/webtools/tasks_idx.py	(original)
+++ cdd/trunk/webtools/tasks_idx.py	Sun May 25 19:08:43 2008
@@ -24,6 +24,7 @@
 
 data = dict (
                 aliothurl       = 'http://alioth.debian.org/projects/debian-med',
+                css             = 'inc/style.css',
 		projectname	= 'Debian Med',
 		projecturl	= 'http://debian-med.alioth.debian.org/',
 		logourl		= 'http://people.debian.org/~tille/debian-med/logos/med-06.jpg',



More information about the Cdd-commits mailing list