[xiph-commits] r9054 - in websites-new: vorbis.com vorbis.com/css vorbis.com/images vorbis.com/images/banners vorbis.com/setup vorbis.com/ssi vorbis.com/templates xiph.org/ssi

atamido at motherfish-iii.xiph.org atamido at motherfish-iii.xiph.org
Thu Mar 10 00:23:33 PST 2005


Author: atamido
Date: 2005-03-10 00:23:28 -0800 (Thu, 10 Mar 2005)
New Revision: 9054

Added:
   websites-new/vorbis.com/images/banners/donate_today.png
   websites-new/vorbis.com/images/banners/download_music.png
   websites-new/vorbis.com/images/banners/music_sites.png
   websites-new/vorbis.com/images/dot.png
   websites-new/vorbis.com/ssi/header.include
   websites-new/vorbis.com/ssi/pagebottom.include
   websites-new/vorbis.com/ssi/pagetop.include
   websites-new/vorbis.com/ssi/xiphbar.include
   websites-new/vorbis.com/templates/
   websites-new/vorbis.com/templates/index.shtml.en
Modified:
   websites-new/vorbis.com/css/screen.css
   websites-new/vorbis.com/setup/index.shtml.en
   websites-new/xiph.org/ssi/header.include
   websites-new/xiph.org/ssi/pagetop.include
   websites-new/xiph.org/ssi/xiphbar.include
Log:
Created a working template for Vorbis.com.
Minor fixes for Xiph.org.

Modified: websites-new/vorbis.com/css/screen.css
===================================================================
--- websites-new/vorbis.com/css/screen.css	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/vorbis.com/css/screen.css	2005-03-10 08:23:28 UTC (rev 9054)
@@ -1,12 +1,11 @@
- at import url(xiphbar.css);
+ at import url(/css/xiphbar.css);
 
 body {
 	margin: 0;
 	border: 0;
 	padding: 0 0 1.5em 0;
-	font-family: Arial, Helvetica, sans-serif;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #333333;
-	background-color: #666666;
 }
 
 a {
@@ -19,8 +18,15 @@
 	padding: 0 0 3em 0;
 	background-color: #FFFFFF;
 	height: 100%;
+	min-height: 600px;
+	bottom: 0;
 }
 
+.thepage {
+	margin-left: auto;
+	margin-right: auto;
+	width: 50em;
+}
 
 .logos {
 	padding: 72px 465px 0 0;
@@ -28,10 +34,10 @@
 }
 
 .navbar ul {
-	color:#FF6600;
+	color:#FEAC0E;
 	margin: 0;
 	border: 0;
-	padding: 0;
+	padding: 20px 0 25px 0;
 	display: block;
 	text-align: center;
 	text-transform: uppercase;
@@ -40,100 +46,69 @@
 .navbar li {
 	margin: 0;
 	border: 0;
-	padding: 0 10px 0 0;
+	padding: 0 16px 0 11px;
 	display: inline;
 	color: #FFCC66;
-	text-decoration: none;
-	font-family: Arial, Helvetica, sans-serif;
+	background: no-repeat url(/images/dot.png) right center;
 	font-size: .6em;
 }
 
 .navbar li a {
-	color: #FFCC66;
+	color: #3366CC;
 	text-decoration: none;
+	font-weight: bold;
 }
 
-
-
-.contenttable {
-	margin-left: auto;
-	margin-right: auto;
-	border-collapse: collapse;
-	width: 50em;
+#contact_ {
+	padding-right: 0;
+	background: none;
 }
 
-.leftside {
-	margin: 0;
-	border: 0;
-	border-right: 1px solid #9FC0D7;
-	padding: 1em 1em 1em 1em;
-	min-height: 15em;
-	vertical-align: top;
+.banners {
+	width: 232px;
+	float: right;
 }
 
-.leftside ul {
-	margin: 0;
-	padding: 0;
-	width: 120px;
+.banners img {
+	display: block;
+	padding-top: 10px;
 }
 
-.leftside li {
-	text-align: right;
-	font-size: .7em;
-	line-height: 1.4;
-	list-style: none;
-}
-
-.leftside li a {
-	font-weight: bold;
-	color: #3366CC;
-	text-decoration: none;
-	line-height: 0;
-}
-
-.leftspacer {
-	height: 10em;
-}
-
-.copyright {
-	margin: 0;
-	border: 0;
-	border-right: 1px solid #9FC0D7;
-	padding: 1em;
-	min-height: 15em;
-	text-align: right;
-	font-size: .6em;
-	color: #999999;
-	vertical-align: bottom;
-}
-
 .content {
-	margin: 0;
-	padding: 1em 1em 0 1em;
+	margin: 0 240px 0 0;
+	padding: 0 1em 0 1em;
 	vertical-align: top;
 }
 
-/* So that Gecko based browsers have the same starting paragraph position as IE */
-.content > :first-child {
-	margin-top: 0;
-}
-
 .content p {
-	font-size: .9em;
+	font-size: .7em;
 	line-height: 1.5;
 }
 
 h1 {
-	font-size: 1.1em;
+	font-size: .8em;
+	font-weight: bold;
 	color: #FF9900;
 }
 
 h2 {
-	font-size: .9em;
+	font-size: .7em;
+	font-weight: bold;
 	color: #FF9900;
 }
 
 h3 {
-	font-size: .7em;
+	font-size: .6em;
+	font-weight: bold;
 	color: #FF9900;
 }
+
+.copyright {
+	margin: 0;
+	border: 0;
+	padding: 4em 1em 1em 1em;
+	text-align: center;
+	font-size: .6em;
+	color: #999999;
+	clear: both;
+}

Added: websites-new/vorbis.com/images/banners/donate_today.png
===================================================================
(Binary files differ)


Property changes on: websites-new/vorbis.com/images/banners/donate_today.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/vorbis.com/images/banners/download_music.png
===================================================================
(Binary files differ)


Property changes on: websites-new/vorbis.com/images/banners/download_music.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/vorbis.com/images/banners/music_sites.png
===================================================================
(Binary files differ)


Property changes on: websites-new/vorbis.com/images/banners/music_sites.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/vorbis.com/images/dot.png
===================================================================
(Binary files differ)


Property changes on: websites-new/vorbis.com/images/dot.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: websites-new/vorbis.com/setup/index.shtml.en
===================================================================
--- websites-new/vorbis.com/setup/index.shtml.en	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/vorbis.com/setup/index.shtml.en	2005-03-10 08:23:28 UTC (rev 9054)
@@ -1,52 +1,24 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
-<head>
-<title>Xiph.org</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<script type="text/javascript"></script>
-<link href="/css/vorbisdotcom-screen.css" rel="stylesheet" type="text/css"/>
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Vorbis.com</title>
 <style type="text/css">
 <!--
+#setup_ a {
+	text-decoration: underline;
+}
 -->
 </style>
-</head>
-<body>
-<div class="bodyborder">
-<div class="xiphbar">
-	<div>
-	<img src="/images/logos/xiph/xiphbar.png" alt="Xiph logo"/>
-	<ul>
-		<li class="xiph_"><a href="http://www.xiph.org/">Xiph.org</a></li>
-		<li class="vorbis_"><a href="http://www.vorbis.com/">Vorbis.com</a></li>
-		<li class="theora_"><a href="http://www.theora.org/">Theora.org</a></li>
-		<li class="icecast"><a href="http://www.icecast.org/">Icecast.org</a></li>
-		<li class="speex_"><a href="http://www.speex.org/">Speex.org</a></li>
-		<li class="flac_"><a href="http://www.flac.org/">FLAC</a></li>
-	</ul>
-	</div>
-</div>
 
-<div class="thepage">
-<div class="logos">
-	<img src="/images/logos/vorbis/vorbisdotcom.png" alt="Vorbis dot com logo"/>
-</div>
+<!--#include virtual="/ssi/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
 
-<div class="navbar">
-	<ul>
-		<li class="setup_"><a href="/setup/">Get Set Up </a> &bull;</li>
-		<li class="faq_"><a href="/">FAQ</a></li>
-		<li class="donate_"><a href="/">Donate</a></li>
-		<li class="music_"><a href="/">Music</a></li>
-		<li class="musicsites_"><a href="/">Music Sites</a></li>
-		<li class="downloads_"><a href="/">3rd Party Software</a></li>
-		<li class="developers_"><a href="http://trac.xiph.org/cgi-bin/trac.cgi/">For Developers</a></li>
-		<li class="contact_"><a href="/">Contact</a></li>
-	</ul>
-</div>
+<h1>Get Set Up To Listen: Windows</h1>
+<p>Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. </p>
 
+<h2>This Is A Sub Heading</h2>
+<p>Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text and stuff. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. Lotsa relavant text. </p>
 
-</div>
-</div>
-</body>
-</html>
\ No newline at end of file
+
+<!--#include virtual="/ssi/pagebottom.include" -->
\ No newline at end of file

Added: websites-new/vorbis.com/ssi/header.include
===================================================================
--- websites-new/vorbis.com/ssi/header.include	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/vorbis.com/ssi/header.include	2005-03-10 08:23:28 UTC (rev 9054)
@@ -0,0 +1,9 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<script type="text/javascript"></script>
+<link rel="icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
+<link rel="shortcut icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
+<link href="/css/screen.css" rel="stylesheet" type="text/css"/>
\ No newline at end of file

Added: websites-new/vorbis.com/ssi/pagebottom.include
===================================================================
--- websites-new/vorbis.com/ssi/pagebottom.include	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/vorbis.com/ssi/pagebottom.include	2005-03-10 08:23:28 UTC (rev 9054)
@@ -0,0 +1,11 @@
+
+</div>
+<div class="copyright">
+	<p>The Xiph Fish Logo and the Vorbis.com many-fish logos are trademarks (&trade;) of Xiph.Org.</p>
+	<p>These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.</p>
+
+</div>
+</div>
+
+</body>
+</html>
\ No newline at end of file

Added: websites-new/vorbis.com/ssi/pagetop.include
===================================================================
--- websites-new/vorbis.com/ssi/pagetop.include	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/vorbis.com/ssi/pagetop.include	2005-03-10 08:23:28 UTC (rev 9054)
@@ -0,0 +1,25 @@
+<div class="thepage">
+<div class="logos">
+	<img src="/images/logos/vorbisdotcom.png" alt="Vorbis dot com logo"/>
+</div>
+
+<div class="navbar">
+	<ul>
+		<li id="setup_"><a href="/setup/">Get Set Up</a></li>
+		<li id="faq_"><a href="/">FAQ</a></li>
+		<li id="donate_"><a href="/">Donate</a></li>
+		<li id="music_"><a href="/">Music</a></li>
+		<li id="musicsites_"><a href="/">Music Sites</a></li>
+		<li id="downloads_"><a href="/">3rd Party Software</a></li>
+		<li id="developers_"><a href="http://trac.xiph.org/cgi-bin/trac.cgi/">For Developers</a></li>
+		<li id="contact_"><a href="/">Contact</a></li>
+	</ul>
+</div>
+
+<div class="banners">
+	<img src="/images/banners/download_music.png" alt="Download music"/>
+	<img src="/images/banners/music_sites.png" alt="Music sites"/>
+	<img src="/images/banners/donate_today.png" alt="Donate today"/>
+</div>
+
+<div class="content">
\ No newline at end of file

Added: websites-new/vorbis.com/ssi/xiphbar.include
===================================================================
--- websites-new/vorbis.com/ssi/xiphbar.include	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/vorbis.com/ssi/xiphbar.include	2005-03-10 08:23:28 UTC (rev 9054)
@@ -0,0 +1,16 @@
+</head>
+<body>
+
+<div class="xiphbar">
+	<div>
+	<img src="/images/logos/xiphbar.png" alt="Xiph logo"/>
+	<ul>
+		<li id="xiph_"><a href="http://www.xiph.org/">Xiph.org</a></li>
+		<li id="vorbis_"><a href="http://www.vorbis.com/">Vorbis.com</a></li>
+		<li id="theora_"><a href="http://www.theora.org/">Theora.org</a></li>
+		<li id="icecast"><a href="http://www.icecast.org/">Icecast.org</a></li>
+		<li id="speex_"><a href="http://www.speex.org/">Speex.org</a></li>
+		<li id="flac_"><a href="http://www.flac.org/">FLAC</a></li>
+	</ul>
+	</div>
+</div>

Added: websites-new/vorbis.com/templates/index.shtml.en
===================================================================
--- websites-new/vorbis.com/templates/index.shtml.en	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/vorbis.com/templates/index.shtml.en	2005-03-10 08:23:28 UTC (rev 9054)
@@ -0,0 +1,16 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Vorbis.com</title>
+<style type="text/css">
+<!--
+
+-->
+</style>
+
+<!--#include virtual="/ssi/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+
+<!--#include virtual="/ssi/pagebottom.include" -->
\ No newline at end of file

Modified: websites-new/xiph.org/ssi/header.include
===================================================================
--- websites-new/xiph.org/ssi/header.include	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/xiph.org/ssi/header.include	2005-03-10 08:23:28 UTC (rev 9054)
@@ -4,6 +4,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <script type="text/javascript"></script>
-<link rel="icon" href="/images/logos/xiph.ico" type="image/x-icon">
-<link rel="shortcut icon" href="/images/logos/xiph.ico" type="image/x-icon">
+<link rel="icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
+<link rel="shortcut icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
 <link href="/css/screen.css" rel="stylesheet" type="text/css"/>
\ No newline at end of file

Modified: websites-new/xiph.org/ssi/pagetop.include
===================================================================
--- websites-new/xiph.org/ssi/pagetop.include	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/xiph.org/ssi/pagetop.include	2005-03-10 08:23:28 UTC (rev 9054)
@@ -9,15 +9,15 @@
 <td class="leftside">
 <div>
 	<ul>
-		<li class="about_"><a href="/about/">About</a></li>
-		<li class="press_"><a href="/">Press</a></li>
-		<li class="donate_"><a href="/">Donate</a></li>
-		<li class="contact_"><a href="/">Contact</a></li>
-		<li class="wiki_"><a href="http://wiki.xiph.org/index.php/Main_Page">Wiki</a></li>
-		<li class="downloads_"><a href="/">Downloads</a></li>
-		<li class="bugs_"><a href="http://trac.xiph.org/cgi-bin/trac.cgi/">Bugs</a></li>
-		<li class="documentation_"><a href="/">Documentation</a></li>
-		<li class="resources_"><a href="/">Resources by Project</a></li>
+		<li id="about_"><a href="/about/">About</a></li>
+		<li id="press_"><a href="/">Press</a></li>
+		<li id="donate_"><a href="/">Donate</a></li>
+		<li id="contact_"><a href="/">Contact</a></li>
+		<li id="wiki_"><a href="http://wiki.xiph.org/index.php/Main_Page">Wiki</a></li>
+		<li id="downloads_"><a href="/">Downloads</a></li>
+		<li id="bugs_"><a href="http://trac.xiph.org/cgi-bin/trac.cgi/">Bugs</a></li>
+		<li id="documentation_"><a href="/">Documentation</a></li>
+		<li id="resources_"><a href="/">Resources by Project</a></li>
 	</ul>
 </div>
 </td>

Modified: websites-new/xiph.org/ssi/xiphbar.include
===================================================================
--- websites-new/xiph.org/ssi/xiphbar.include	2005-03-09 23:33:22 UTC (rev 9053)
+++ websites-new/xiph.org/ssi/xiphbar.include	2005-03-10 08:23:28 UTC (rev 9054)
@@ -6,12 +6,12 @@
 	<div>
 	<img src="/images/logos/xiphbar.png" alt="Xiph logo"/>
 	<ul>
-		<li class="xiph_"><a href="http://www.xiph.org/">Xiph.org</a></li>
-		<li class="vorbis_"><a href="http://www.vorbis.com/">Vorbis.com</a></li>
-		<li class="theora_"><a href="http://www.theora.org/">Theora.org</a></li>
-		<li class="icecast"><a href="http://www.icecast.org/">Icecast.org</a></li>
-		<li class="speex_"><a href="http://www.speex.org/">Speex.org</a></li>
-		<li class="flac_"><a href="http://www.flac.org/">FLAC</a></li>
+		<li id="xiph_"><a href="http://www.xiph.org/">Xiph.org</a></li>
+		<li id="vorbis_"><a href="http://www.vorbis.com/">Vorbis.com</a></li>
+		<li id="theora_"><a href="http://www.theora.org/">Theora.org</a></li>
+		<li id="icecast"><a href="http://www.icecast.org/">Icecast.org</a></li>
+		<li id="speex_"><a href="http://www.speex.org/">Speex.org</a></li>
+		<li id="flac_"><a href="http://www.flac.org/">FLAC</a></li>
 	</ul>
 	</div>
 </div>



More information about the commits mailing list