[Debconf6-data-commit] r188 - in website/www: . debianday debianday/tmp

Neil McGovern neilm at costa.debian.org
Mon Dec 26 23:43:57 UTC 2005


Author: neilm
Date: 2005-12-26 23:43:45 +0000 (Mon, 26 Dec 2005)
New Revision: 188

Added:
   website/www/debianday/
   website/www/debianday/menubar.html
   website/www/debianday/tmp/
   website/www/debianday/tmp/bg.jpg
   website/www/debianday/tmp/content_bg.png
   website/www/debianday/tmp/dday.css
   website/www/debianday/tmp/logo.png
   website/www/debianday/tmp/style.css
   website/www/debianday/tmp/top.jpg
   website/www/debianday/top.html
Removed:
   website/www/debianday/menubar.html
Modified:
   website/www/debianday/header.epl
Log:
Moved debianday


Copied: website/www/debianday (from rev 185, website/www/about/debianday)

Modified: website/www/debianday/header.epl
===================================================================
--- website/www/about/debianday/header.epl	2005-12-26 08:28:33 UTC (rev 185)
+++ website/www/debianday/header.epl	2005-12-26 23:43:45 UTC (rev 188)
@@ -4,7 +4,7 @@
 <head>
   <title>[+ $req->{title} +]</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
-	<link rel="stylesheet" type="text/css" href="http://media.debconf.org/dc6/css/dday.css"/>
+	<link rel="stylesheet" type="text/css" href="tmp/dday.css"/>
  	<link rel="stylesheet alternative" type="text/css" href="http://media.debconf.org/dc6/css/ddayprint.css" media="print"/>
 </head>
 <!-- End of HTML-Header -->

Deleted: website/www/debianday/menubar.html
===================================================================
--- website/www/about/debianday/menubar.html	2005-12-26 08:28:33 UTC (rev 185)
+++ website/www/debianday/menubar.html	2005-12-26 23:43:45 UTC (rev 188)
@@ -1,16 +0,0 @@
-		<div class='menubar'>
-			<ul id='topmenu'>
-				<li id='topactive'>About DebConf</li>
-				<li><a href="/news/" title='Latest news about Debconf'>News</a></li>
-				<li><a href='/venue/' title='Information about the venue'>About Oaxtepec</a></li>
-			</ul>
-			<ul id='bottommenu'>
-				<li><a href='/about/' title='About Debconf'>Introduction</a></li>
-				<li><a href='/about/talks/' title='Talks/BOFs information'>Talks/BOFs</a></li>
-				<li>Schedule</li>
-				<li>Donate</li>
-				<li><a href='/about/sponsorship/' title='Information about Sponsorship'>Sponsorship</a></li>
-				<li id='bottomactive'>Debian&nbsp;Day</a></li>
-				<li><a href='/about/faq/' title='Frequent Asked Questions'>FAQ</a></li>
-			</ul>
-		</div>

Copied: website/www/debianday/menubar.html (from rev 187, website/www/about/debianday/menubar.html)

Added: website/www/debianday/tmp/bg.jpg
===================================================================
(Binary files differ)


Property changes on: website/www/debianday/tmp/bg.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: website/www/debianday/tmp/content_bg.png
===================================================================
(Binary files differ)


Property changes on: website/www/debianday/tmp/content_bg.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: website/www/debianday/tmp/dday.css
===================================================================
--- website/www/about/debianday/tmp/dday.css	2005-12-26 08:28:33 UTC (rev 185)
+++ website/www/debianday/tmp/dday.css	2005-12-26 23:43:45 UTC (rev 188)
@@ -0,0 +1,347 @@
+DIV#footer {
+	clear: both;
+}
+a:link  {
+  font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+  font-size:        12px;
+  font-weight:      100;
+  background-color:	inherit;
+  color:            #743800;
+  text-decoration:  none; 
+  }
+ a:visited  {
+  font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+  font-size:        12px;
+  font-weight:      100;
+  color:            #743800;
+  background-color:	inherit;
+  text-decoration:  none; 
+  }
+  
+HTML {
+	border: 0px;
+}
+
+BODY {
+  	background-image:	url(http://media.debconf.org/dc6/images/debday_bg.jpg);
+	background-repeat:	no-repeat;
+	background-position:	bottom right;
+	background-color: #FF9933;
+  	font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+	color:	#666666;
+	width:	100%;
+	height: 100%;
+	margin: 0px;
+	border: 0px;
+	padding: 0px;
+}
+
+DIV.panel {
+	background: #FFFFFF;
+	color:	inherit;
+}
+
+DIV.panel#leftcolumn {
+	width: 20%;
+	height: 100%;
+	float:	left;
+}
+
+DIV#toppanel {
+	width:	100%;
+}
+
+DIV#bottompanel {
+	clear: both;
+	width:	100%;
+}
+
+DIV#topleftpanel {
+	width:	20%;
+	float:	left;
+}
+
+DIV#timeto {
+  	background-color:	inherit;
+	color: #FFFFFF;
+	padding-top: 20px;
+	padding-bottom: 20px;
+	padding-left: 40px;
+	padding-right: 40px;
+	font-size: 12px;
+}
+
+DIV#toprightpanel {
+	width:	20%;
+	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{
+  background-color:	inherit;
+	color: #FFFFFF;
+	font-size: 12px;
+}
+
+DIV#toprightcontent A{
+  background-color:	inherit;
+	color: #41522F;
+	font-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;
+  background-color:	inherit;
+	color: #743800;
+}
+
+DIV#newsticker H1 {
+  background-color:	inherit;
+	color: #FFFFFF;
+	font-size: 14px;
+}
+
+DIV#topcenterpanel {
+	width: 60%;
+	background-color:	#FFFFFF;
+  color:	inherit;
+	float: left;
+}
+
+DIV#bottomleftpanel {
+	width:	20%;
+	float:	left;
+}
+
+DIV#bottomrightpanel {
+	width:	20%;
+	float:	right;
+}
+
+DIV#sponsors {
+	width: 150px;
+	background-color: #FFFFFF;
+	color:	inherit;
+	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;
+  background-color:	inherit;
+	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 {
+  background-color:	inherit;
+	color: #CC0033;
+	font-size: 14px;
+}
+
+DIV#content H2 {
+  background-color:	inherit;
+	color: #CC0033;
+	font-size: 12px;
+}
+
+DIV#content H3 {
+	font-size: 12px;
+}
+
+DIV#bottomcenterpanel {
+	width: 60%;
+	background-color:	#FFFFFF;
+    color: inherit;
+	float: left;
+	background-image: url('http://media.debconf.org/dc6/images/swirl.png');
+	background-position: center center;
+	background-repeat: no-repeat;
+}
+
+DIV#floatlogo IMG {
+	border: 0px;
+	width: 214px;
+	height: 94px;
+}
+
+DIV#floatlogo {
+	z-index: 100;
+	width: 0px;
+	height: 0px;
+	position: relative;
+	bottom: 58px;
+	right: 250px;
+}
+
+DIV#masthead {
+	background-image: url('top.jpg');
+	background-position: top center;
+	background-repeat: no-repeat;
+	height: 141px;
+}
+
+DIV.menubar {
+	z-index: 200;
+}
+
+DIV.menubar UL#topmenu A{
+  background-color:	inherit;
+	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: #64AE3B;
+	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: #743800;
+  background-color:	inherit;
+}
+
+DIV.menubar UL#bottommenu{
+	margin: 0px;
+	padding: 0px 3px 0px 0px;
+	border-collapse: collapse;
+	background-color: #FF9933;
+	color:	inherit;
+	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-weight: bold;
+	color: #743800;
+	vertical-align: middle;
+	background-color: inherit;
+}
+
+.comas-row {
+    border: solid 1px #ccc;
+    padding: 0.3em;
+}
+
+.comas-row:hover {
+    background-color: #f6f6f6;
+	color:	inherit;
+}
+
+.comas-prompt {
+
+}
+
+.comas-prompt-req {
+    text-decoration: underline;
+}
+
+.comas-note {
+    font-size: 80%;
+}
+
+.comas-input {
+
+}
+
+.comas-error {
+  background-color:	inherit;
+    color: red;
+    font-size: 120%;
+}

Added: website/www/debianday/tmp/logo.png
===================================================================
(Binary files differ)


Property changes on: website/www/debianday/tmp/logo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: website/www/debianday/tmp/style.css
===================================================================
--- website/www/about/debianday/tmp/style.css	2005-12-26 08:28:33 UTC (rev 185)
+++ website/www/debianday/tmp/style.css	2005-12-26 23:43:45 UTC (rev 188)
@@ -0,0 +1,32 @@
+/********************************/
+/* styles for debian day */ 
+/********************************/
+
+body {
+  background-image:url(mainbg.jpg);
+  font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+  font-size:        12px;
+  color:            #666666;
+}
+
+a:link  {
+  font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+  font-size:        12px;
+  font-weight:      100;
+  color:            #CC6600;
+  text-decoration:  none; 
+  }
+ a:visited  {
+  font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+  font-size:        12px;
+  font-weight:      100;
+  color:            #FF9900;
+  text-decoration:  none; 
+  }
+  
+ h3  {
+  font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
+  font-size:        12px;
+  font-weight:      100;
+  color:            #FF9900;
+  }

Added: website/www/debianday/tmp/top.jpg
===================================================================
(Binary files differ)


Property changes on: website/www/debianday/tmp/top.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: website/www/debianday/top.html
===================================================================
--- website/www/about/debianday/top.html	2005-12-26 08:28:33 UTC (rev 185)
+++ website/www/debianday/top.html	2005-12-26 23:43:45 UTC (rev 188)
@@ -0,0 +1,54 @@
+<!-- start top panel -->
+<div id='toppanel'>
+<a name='top' />
+	<div id='topleftpanel'>
+		<div id='timeto'>
+		[+
+		do {
+		$datetill = Date::Manip::DateCalc("today","09:00 14th May, 2006",\$err,1);
+		$datetill =~ s/\+//;
+		@array = split(/:/,$datetill);
+		my $output = "See you in ";
+		my @names = ('year','month','week','day','hour','minute','second');
+		my $i = 0;
+		my @array;
+		foreach $element(split(/:/,$datetill)) {
+			if ($element > 0 && $i < 6 ) {
+				$temp = $element."&nbsp;".$names[$i];
+				$temp .= "s" if ($element > 1);
+				@array = (@array, $temp);
+			}
+			$i++
+		}
+		$elelength = @array;
+		$i = 0;
+		foreach $element(@array) {
+			$output .= $element;
+			$output .= ", " if ($i < ($elelength - 2));
+			$output .= " and " if ($i == ($elelength - 2) );
+			$i++;
+		}
+		if ($output eq "See you in ") {
+			$output = "Are you hot and spicy?";
+		} else {
+			$output .= "!";
+		}
+		}
+		+]
+		</div>
+	</div>
+	<div id='topcenterpanel'>
+		<div id='masthead'>
+		</div>
+		<div id="floatlogo">
+			<img src='tmp/logo.png' alt='DebConf6 Logo' title='Hot and Spicy!' />
+		</div>
+		[- Execute ("menubar.html"); -]
+	</div>
+	<div id='toprightpanel'>
+		<div id='toprightcontent'>
+			[- Execute ("topright.html"); -]
+		</div>
+	</div>
+</div>
+<!-- end top panel -->




More information about the Debconf6-data-commit mailing list