[Tux4kids-commits] r1258 - in tux4kids-web/htdocs/newsitetest/tux4kids: . css

Matthew McSpadden mmcspadden-guest at alioth.debian.org
Thu Jul 23 18:59:22 UTC 2009


Author: mmcspadden-guest
Date: 2009-07-23 18:59:21 +0000 (Thu, 23 Jul 2009)
New Revision: 1258

Added:
   tux4kids-web/htdocs/newsitetest/tux4kids/css/
   tux4kids-web/htdocs/newsitetest/tux4kids/css/layout.css
   tux4kids-web/htdocs/newsitetest/tux4kids/css/stylesheet.css
Log:


Added: tux4kids-web/htdocs/newsitetest/tux4kids/css/layout.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tux4kids/css/layout.css	                        (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tux4kids/css/layout.css	2009-07-23 18:59:21 UTC (rev 1258)
@@ -0,0 +1,80 @@
+	.html, body, form, fieldset, img, div{
+	font: 100% Verdana, Arial;
+	padding: 0px;
+	border: 0px;
+	margin: 0px;
+	}
+	
+	.box{
+	position: relative;
+	left: 0px;
+	top: 0px;
+	height: 200px;
+	width: 100%;
+	color: #D3EDCB;
+	background-color: #fff;
+	text-align: left;
+	}
+	
+	.header{
+	position: absolute;
+	top: 0px;
+	left: 0px;
+	width: 100%;
+	height: 125px;
+	background:url('../images/t4header.png') repeat-x;
+	background-color: #D3D3D3;
+	color: #000;
+	font-family: Verdana;
+	font-size: 23px;
+	padding-left: 5px;
+	}
+	
+	.col1{
+	position:relative;
+	left: 0px;
+	top: 125px;
+	height: 600px;
+	width: 175px;
+	background-color: #D3D3D3;
+	}
+	
+	.col2{
+	position:relative;
+	left: 175px;
+	top: -475px;
+	width: 800px;
+	color: #000;
+	vertical-align: top;
+	background-color: #fff;
+	text-align: left;
+	padding: 5px;
+	}
+	
+	.drop {
+	display:block;
+	margin:0;
+	text-align:left;
+	}
+
+	.drop span {
+	position: relative;
+	top: -98px;
+	float:right;
+	}
+	
+	.front {
+	border-collapse: collapse;
+	font-family: Arial;
+	}
+	
+	.front th{
+	background-color: #8bbf82;
+	font-size:15px;
+	}
+	
+	.front td{
+	background-color: #daf9e0;
+	vertical-align: top;
+	font-size:12px;
+	}
\ No newline at end of file

Added: tux4kids-web/htdocs/newsitetest/tux4kids/css/stylesheet.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tux4kids/css/stylesheet.css	                        (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tux4kids/css/stylesheet.css	2009-07-23 18:59:21 UTC (rev 1258)
@@ -0,0 +1,44 @@
+/* Generated via www.cssmenubuilder.com */
+
+	.menu{
+	margin:0;
+	padding:0;
+	width:175px;
+	list-style:none;
+	background: #D3D3D3;
+	}
+	
+	.menu li{
+	padding:0;
+	margin:0 0 5px 0;
+	height: 30px;
+	display:block;
+	}
+	
+	.menu li a{
+	text-align: left;
+	height: 30px;
+	width: 145px;
+	padding:0px 15px;
+	font:16px Verdana, Arial, Helvetica, sans-serif;
+	color: #000;
+	display:block;
+	background:url('../images/verMenuImages.png') 0px 0px no-repeat;
+	text-decoration:none;
+	font-weight: bold;
+	outline: none;
+	}
+	
+	.menu li a:hover{
+	background:url('../images/verMenuImages.png') 0px -30px no-repeat;
+	color: #fff;
+	}
+	
+	.menu li a.active, .menu li a.active:hover{
+	background:url('../images/verMenuImages.png') 0px -60px no-repeat;
+	color: #000;
+	}
+	
+	.menu li a span{
+	line-height: 30px;
+	}




More information about the Tux4kids-commits mailing list