[Debconf6-data-commit] r77 - in website/www: css images

Neil McGovern neilm at costa.debian.org
Thu Nov 24 20:08:26 UTC 2005


Author: neilm
Date: 2005-11-24 20:08:25 +0000 (Thu, 24 Nov 2005)
New Revision: 77

Added:
   website/www/css/dday.css
   website/www/images/debday_bg.jpg
Log:
Made dday css foo


Added: website/www/css/dday.css
===================================================================
--- website/www/css/dday.css	2005-11-23 13:36:41 UTC (rev 76)
+++ website/www/css/dday.css	2005-11-24 20:08:25 UTC (rev 77)
@@ -0,0 +1,338 @@
+DIV#footer {
+	clear: both;
+}
+a:link  {
+  font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+  font-size:        12px;
+  font-weight:      100;
+  color:            #660000;
+  text-decoration:  none; 
+  }
+ a:visited  {
+  font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+  font-size:        12px;
+  font-weight:      100;
+  color:            #660000;
+  text-decoration:  none; 
+  }
+  
+HTML {
+	border: 0px;
+}
+
+DIV#background {
+	background-color: #CB3333;
+	width:	100%;
+	height: 100%;
+	margin: 0px;
+	border: 0px;
+	padding: 0px;
+}
+
+BODY {
+  	background-image:	url(/images/debday_bg.jpg);
+	background-repeat:	no-repeat;
+	background-position:	bottom right;
+	background-color: #CB3333;
+  	font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+	color:	#666666
+	width:	100%;
+	height: 100%;
+	margin: 0px;
+	border: 0px;
+	padding: 0px;
+}
+
+DIV.panel {
+	background: #FFFFFF;
+}
+
+DIV.panel#leftcolumn {
+	width: 25%;
+	height: 100%;
+	float:	left;
+}
+
+DIV#toppanel {
+	width:	100%;
+}
+
+DIV#bottompanel {
+	clear: both;
+	width:	100%;
+}
+
+DIV#topleftpanel {
+	width:	25%;
+	float:	left;
+}
+
+DIV#timeto {
+	color: #FFFFFF;
+	padding-top: 20px;
+	padding-bottom: 20px;
+	padding-left: 40px;
+	padding-right: 40px;
+	font-size: 12px;
+}
+
+DIV#toprightpanel {
+	width:	25%;
+	float:	right;
+	vertical-align: top;
+}
+
+DIV#toprightcontent {
+	vertical-align: top;
+	margin-left: auto;
+	margin-right: auto;
+	padding-top: 20px;
+	padding-left: 80px;
+}
+
+DIV#toprightcontent SPAN A{
+	color: #FFFFFF;
+	size: 12px;
+}
+
+DIV#toprightcontent A{
+	color: #41522F;
+	size: 12px;
+}
+
+DIV#map {
+	margin-left: auto;
+	margin-right: auto;
+	text-align: center;
+}
+
+DIV#newsticker {
+	vertical-align: top;
+	margin-left: auto;
+	margin-right: auto;
+	padding-left: 80px;
+	font-size: 12px;
+	color: #42562F;
+}
+
+DIV#newsticker H1 {
+	color: #FFFFFF;
+	font-size: 14px;
+}
+
+DIV#topcenterpanel {
+	width: 50%;
+	background:	#FFFFFF;
+	float: left;
+}
+
+DIV#bottomleftpanel {
+	width:	25%;
+	float:	left;
+}
+
+DIV#bottomrightpanel {
+	width:	25%;
+	float:	right;
+}
+
+DIV#sponsors {
+	width: 150px;
+	background-color: #FFFFFF;
+	text-align:	center;
+	vertical-align:	top;
+	display: block;
+	margin-left: auto;
+	margin-right: auto;
+	padding-bottom: 20px;
+}					
+
+DIV#sponsors H3 {
+	padding-top: 10px;
+	padding-left: 10px;
+	text-align: left;
+	color: #CC0033;
+	font-size: 12px;
+}
+
+DIV#sponsors IMG {
+	border:	0px;
+}
+
+DIV#icons {
+	float: right;
+	padding: 5px;
+	padding-right: 10px;
+}
+DIV#icons IMG{
+	border: 0;
+}
+
+DIV#content {
+	font-size: 12px;
+	text-align:	justify;
+	padding-right: 10%;
+	padding-left: 10%;
+	padding-bottom: 20%;
+	padding-top: 20px;
+}
+
+DIV#content H1 {
+	color: #CC0033;
+	font-size: 14px;
+}
+
+DIV#content H2 {
+	color: #CC0033;
+	font-size: 12px;
+}
+
+DIV#content H3 {
+	font-size: 12px;
+}
+
+DIV#bottomcenterpanel {
+	width: 50%;
+	background:	#FFFFFF;
+	float: left;
+	background-image: url('/images/swirl.png');
+	background-position: center center;
+	background-repeat: no-repeat;
+}
+
+DIV#floatlogo IMG {
+	border: 0px;
+	width: 205px;
+	height: 107x;
+}
+
+DIV#floatlogo {
+	z-index: 100;
+	width: 0px;
+	height: 0px;
+	position: relative;
+	bottom: 58px;
+	right: 170px;
+}
+
+DIV#masthead {
+	background-image: url('/images/head_top.png');
+	background-position: top left;
+	background-repeat: no-repeat;
+	height: 141px;
+}
+
+DIV.menubar {
+	z-index: 200;
+}
+
+DIV.menubar UL#topmenu A{
+	color: #000000;
+}
+
+DIV.menubar UL#topmenu{
+	margin: 0px;
+	padding: 0px 3px 0px 0px;
+	border-collapse: collapse;
+	padding-left: 50px;
+}
+
+DIV.menubar UL#topmenu LI#topactive {
+	display: inline;
+	list-style: none;
+	margin-left: 0px;
+	margin-right: 0px;
+	padding-left: 2px;
+	padding-right: 4px;
+	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	color: #FF6633;
+	vertical-align: middle;
+	background-color: inherit;
+}
+
+DIV.menubar UL#topmenu LI {
+	display: inline;
+	list-style: none;
+	margin-left: 0px;
+	margin-right: 0px;
+	padding-left: 2px;
+	padding-right: 4px;
+	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	color: black;
+	vertical-align: middle;
+	background-color: inherit;
+}
+
+DIV.menubar UL#bottommenu A{
+	color: #FFCCCC;
+}
+
+DIV.menubar UL#bottommenu{
+	margin: 0px;
+	padding: 0px 3px 0px 0px;
+	border-collapse: collapse;
+	background: #CB3333;
+	padding-left: 50px;
+}
+
+DIV.menubar UL#bottommenu LI#bottomactive {
+	display: inline;
+	list-style: none;
+	margin-left: 0px;
+	margin-right: 0px;
+	padding-left: 2px;
+	padding-right: 4px;
+	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	color: #FFFFFF;
+	vertical-align: middle;
+	background-color: inherit;
+}
+
+DIV.menubar UL#bottommenu LI {
+	display: inline;
+	list-style: none;
+	margin-left: 0px;
+	margin-right: 0px;
+	padding-left: 2px;
+	padding-right: 4px;
+	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-style: bold;
+	color: #FFCCCC;
+	vertical-align: middle;
+	background-color: inherit;
+}
+
+.comas-row {
+    border: solid 1px #ccc;
+    background-color: inherit;
+    padding: 0.3em;
+}
+
+.comas-row:hover {
+    background-color: #f6f6f6;
+}
+
+.comas-prompt {
+
+}
+
+.comas-prompt-req {
+    text-decoration: underline;
+}
+
+.comas-note {
+    font-size: 80%;
+}
+
+.comas-input {
+
+}
+
+.comas-error {
+    color: red;
+    font-size: 120%;
+}

Added: website/www/images/debday_bg.jpg
===================================================================
(Binary files differ)


Property changes on: website/www/images/debday_bg.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the Debconf6-data-commit mailing list