[xiph-commits] r9058 - in websites-new: vorbis.com/css vorbis.com/ssi xiph.org xiph.org/css xiph.org/ssi xspf.org/css xspf.org/ssi

atamido at motherfish-iii.xiph.org atamido at motherfish-iii.xiph.org
Thu Mar 10 12:20:14 PST 2005


Author: atamido
Date: 2005-03-10 12:20:09 -0800 (Thu, 10 Mar 2005)
New Revision: 9058

Added:
   websites-new/vorbis.com/css/screen-2.css
   websites-new/xspf.org/css/screen-2.css
Modified:
   websites-new/vorbis.com/css/screen.css
   websites-new/vorbis.com/css/xiphbar.css
   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/xiph.org/css/screen.css
   websites-new/xiph.org/css/xiphbar.css
   websites-new/xiph.org/index.shtml.en
   websites-new/xiph.org/ssi/pagebottom.include
   websites-new/xiph.org/ssi/pagetop.include
   websites-new/xiph.org/ssi/xiphbar.include
   websites-new/xspf.org/css/xiphbar.css
   websites-new/xspf.org/ssi/header.include
   websites-new/xspf.org/ssi/pagebottom.include
   websites-new/xspf.org/ssi/pagetop.include
   websites-new/xspf.org/ssi/xiphbar.include
Log:
Unified the HTML templates for Xiph.org and Vorbis.com.

Added: websites-new/vorbis.com/css/screen-2.css
===================================================================
--- websites-new/vorbis.com/css/screen-2.css	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/vorbis.com/css/screen-2.css	2005-03-10 20:20:09 UTC (rev 9058)
@@ -0,0 +1,158 @@
+ at import url(xiphbar.css);
+
+body {
+	margin: 0;
+	border: 0;
+	padding: 0 0 1.5em 0;
+	font-family: Arial, Helvetica, sans-serif;
+	color: #333333;
+	background-color: #666666;
+}
+
+a {
+	color: #064C84;
+}
+
+.banners {
+	float: left;
+	clear: both;
+	width: 232px;
+}
+
+.bodyborder {
+	margin: 0;
+	border: 0;
+	padding: 0 0 3em 0;
+	background-color: #FFFFFF;
+	height: 100%;
+}
+
+
+.logos {
+	padding: 72px 465px 0 0;
+	text-align: center;
+}
+
+.contenttable {
+	margin-left: auto;
+	margin-right: auto;
+	width: 50em;
+}
+
+.navbar {
+	margin: 0;
+	border: 0;
+	padding: 1em 1em 1em 1em;
+	min-height: 8em;
+	vertical-align: top;
+}
+
+.navbar ul {
+	margin: 0;
+	padding: 0;
+	width: 232px;
+}
+
+.navbar li {
+	text-align: right;
+	font-size: .7em;
+	line-height: 1.4;
+	list-style: none;
+}
+
+.navbar li a {
+	font-weight: bold;
+	color: #3366CC;
+	text-decoration: none;
+	line-height: 0;
+}
+
+.navbar li a:hover {
+	text-decoration: underline;
+}
+
+#wiki_ {
+	padding-bottom: 1.3em;
+}
+
+#documentation_ {
+	padding-bottom: 1.3em;
+}
+
+.leftspacer {
+	height: 10em;
+}
+
+.copyright {
+	margin: 0;
+	border: 0;
+	padding: 1em;
+	min-height: 15em;
+	text-align: right;
+	font-size: .6em;
+	color: #999999;
+	vertical-align: bottom;
+}
+
+.content {
+	margin: 0;
+	padding: 1em 1em 0 1em;
+	vertical-align: top;
+	border-left: 1px solid #9FC0D7;
+}
+
+/* So that Gecko based browsers have the same starting paragraph position as IE */
+.content > :first-child {
+	margin-top: 0;
+}
+
+.content p {
+	font-size: .9em;
+	line-height: 1.5;
+}
+
+h1 {
+	font-size: 1.1em;
+	color: #FF9900;
+}
+
+h2 {
+	font-size: .9em;
+	color: #FF9900;
+}
+
+h3 {
+	font-size: .7em;
+	color: #FF9900;
+}
+
+
+
+.thepage {
+	margin-left: auto;
+	margin-right: auto;
+	width: 50em;
+}
+
+.navbar {
+	float: left;
+}
+
+.navbar ul {
+	width: 13em;
+}
+
+.main {
+	margin-left: 15em;
+}
+
+.content {
+	padding-bottom: 1em;
+}
+
+.copyright {
+	padding-top: 3em;
+	clear: both;
+	text-align: center;
+	min-height: 0;
+}

Modified: websites-new/vorbis.com/css/screen.css
===================================================================
--- websites-new/vorbis.com/css/screen.css	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/vorbis.com/css/screen.css	2005-03-10 20:20:09 UTC (rev 9058)
@@ -12,6 +12,10 @@
 	color: #064C84;
 }
 
+a:hover {
+	text-decoration: underline;
+}
+
 .bodyborder {
 	margin: 0;
 	border: 0;
@@ -59,6 +63,10 @@
 	font-weight: bold;
 }
 
+.navbar li a:hover {
+	text-decoration: underline;
+}
+
 #contact_ {
 	padding-right: 0;
 	background: none;

Modified: websites-new/vorbis.com/css/xiphbar.css
===================================================================
--- websites-new/vorbis.com/css/xiphbar.css	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/vorbis.com/css/xiphbar.css	2005-03-10 20:20:09 UTC (rev 9058)
@@ -6,6 +6,7 @@
 
 .xiphbar {
 	background-color: #666666;
+	min-height: 29px;
 }
 
 .xiphbar div {
@@ -24,8 +25,6 @@
 	text-transform: lowercase;
 }
 
-
-
 .xiphbar ul {
 	margin: 0;
 	border: 0;
@@ -46,5 +45,5 @@
 	color: #FFCC66;
 	text-decoration: none;
 	font-family: Arial, Helvetica, sans-serif;
-	font-size: .6em;
+	font-size: 10px;
 }

Modified: websites-new/vorbis.com/ssi/header.include
===================================================================
--- websites-new/vorbis.com/ssi/header.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/vorbis.com/ssi/header.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -6,4 +6,5 @@
 <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="stylesheet" title="Default 50em Width" media="screen" href="/css/screen.css" type="text/css"/>
\ No newline at end of file
+<link rel="stylesheet" title="Default 50em Width" media="screen" href="/css/screen.css" type="text/css"/>
+<link rel="alternate stylesheet" title="Xiph.org 50em Width" media="screen" href="/css/screen-2.css" type="text/css"/>
\ No newline at end of file

Modified: websites-new/vorbis.com/ssi/pagebottom.include
===================================================================
--- websites-new/vorbis.com/ssi/pagebottom.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/vorbis.com/ssi/pagebottom.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -1,11 +1,14 @@
 
 </div>
+</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>
+</div>
 
 </body>
 </html>
\ No newline at end of file

Modified: websites-new/vorbis.com/ssi/pagetop.include
===================================================================
--- websites-new/vorbis.com/ssi/pagetop.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/vorbis.com/ssi/pagetop.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -22,4 +22,5 @@
 	<img src="/images/banners/donate_today.png" alt="Donate today"/>
 </div>
 
+<div class="main">
 <div class="content">
\ No newline at end of file

Modified: websites-new/vorbis.com/ssi/xiphbar.include
===================================================================
--- websites-new/vorbis.com/ssi/xiphbar.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/vorbis.com/ssi/xiphbar.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -1,6 +1,6 @@
 </head>
 <body>
-
+<div class="bodyborder">
 <div class="xiphbar">
 	<div>
 	<img src="/images/logos/xiphbar.png" alt="Xiph logo"/>

Modified: websites-new/xiph.org/css/screen.css
===================================================================
--- websites-new/xiph.org/css/screen.css	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xiph.org/css/screen.css	2005-03-10 20:20:09 UTC (rev 9058)
@@ -21,64 +21,79 @@
 	height: 100%;
 }
 
+.thepage {
+	margin-left: auto;
+	margin-right: auto;
+	width: 50em;
+}
 
 .logos {
 	padding: 72px 465px 0 0;
 	text-align: center;
 }
 
-.contenttable {
-	margin-left: auto;
-	margin-right: auto;
-	width: 50em;
-}
-
-.leftside {
+.navbar {
 	margin: 0;
 	border: 0;
-	padding: 1em 1em 1em 1em;
+	padding: 1em;
+	float: left;
 	min-height: 15em;
 	vertical-align: top;
 }
 
-.leftside ul {
+.navbar ul {
 	margin: 0;
 	padding: 0;
-	width: 120px;
+	width: 8em;
 }
 
-.leftside li {
+.navbar li {
 	text-align: right;
 	font-size: .7em;
 	line-height: 1.4;
 	list-style: none;
 }
 
-.leftside li a {
+.navbar li a {
 	font-weight: bold;
 	color: #3366CC;
 	text-decoration: none;
 	line-height: 0;
 }
 
-.leftspacer {
-	height: 10em;
+.navbar li a:hover {
+	text-decoration: underline;
 }
 
+#wiki_ {
+	padding-bottom: 1.3em;
+}
+
+#documentation_ {
+	padding-bottom: 1.3em;
+}
+
 .copyright {
 	margin: 0;
 	border: 0;
-	padding: 1em;
-	min-height: 15em;
-	text-align: right;
+	padding: 3em 1em 1em 1em;
 	font-size: .6em;
 	color: #999999;
-	vertical-align: bottom;
+	clear: both;
+	text-align: center;
 }
 
+.banners {
+	display:none;
+}
+
+.main {
+	margin-left: 10em;
+}
+
 .content {
 	margin: 0;
-	padding: 1em 1em 0 1em;
+	padding: 1em;
 	vertical-align: top;
 	border-left: 1px solid #9FC0D7;
 }

Modified: websites-new/xiph.org/css/xiphbar.css
===================================================================
--- websites-new/xiph.org/css/xiphbar.css	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xiph.org/css/xiphbar.css	2005-03-10 20:20:09 UTC (rev 9058)
@@ -6,6 +6,7 @@
 
 .xiphbar {
 	background-color: #666666;
+	min-height: 29px;
 }
 
 .xiphbar div {
@@ -24,8 +25,6 @@
 	text-transform: lowercase;
 }
 
-
-
 .xiphbar ul {
 	margin: 0;
 	border: 0;
@@ -46,5 +45,5 @@
 	color: #FFCC66;
 	text-decoration: none;
 	font-family: Arial, Helvetica, sans-serif;
-	font-size: .6em;
+	font-size: 10px;
 }

Modified: websites-new/xiph.org/index.shtml.en
===================================================================
--- websites-new/xiph.org/index.shtml.en	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xiph.org/index.shtml.en	2005-03-10 20:20:09 UTC (rev 9058)
@@ -33,10 +33,10 @@
 	font-weight: bold;
 }
 
-.banners img {
+.xiphbanners img {
 	display: block;
 	margin-left: auto;
-    margin-right: auto;
+	margin-right: auto;
 }
 
 .resources ul {
@@ -65,7 +65,7 @@
 		<li><a href="http://fluendo.com/press/releases/PR-2004-03.html">Speex Goes 1.0; Xiph.Org now a 501(c)3 Non-Profit Organization</a></li>
 		<li><b><a href="http://fluendo.com/press/releases/PR-2004-03.html">more headlines &gt;</a></b></li>
 	</ul>
-	<div class="banners">
+	<div class="xiphbanners">
 		<img class="vorbisbanner" src="images/banners/vorbis_banner.png" alt="Vorbis Banner" />
     		<img class="xiphbanner" src="images/banners/xiph_banner.png" alt="Xiph Banner" />
 	</div>

Modified: websites-new/xiph.org/ssi/pagebottom.include
===================================================================
--- websites-new/xiph.org/ssi/pagebottom.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xiph.org/ssi/pagebottom.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -1,15 +1,11 @@
-</td>
-</tr>
-<tr>
-<td class="copyright">
-<div>
-	<p>The Xiph Fish Logo is a <br/>trademark (&trade;) of Xiph.Org.</p>
-	<p>These pages<br/> &copy;&nbsp;1994&nbsp;-&nbsp;2005 Xiph.Org.  <br/>All rights reserved.</p>
 </div>
-</td>
-</tr>
-</table>
-
 </div>
+<div class="copyright">
+	<p>The Xiph Fish Logo is a trademark (&trade;) of Xiph.Org.</p>
+	<p>These pages  &copy;&nbsp;1994 - 2005 Xiph.Org.  All rights reserved.</p>
+</div>
+</div>
+</div>
+
 </body>
 </html>
\ No newline at end of file

Modified: websites-new/xiph.org/ssi/pagetop.include
===================================================================
--- websites-new/xiph.org/ssi/pagetop.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xiph.org/ssi/pagetop.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -1,13 +1,10 @@
 
+<div class="thepage">
 <div class="logos">
 	<img src="/images/logos/fish_xiph_org.png" alt="Fish Logo and Xiph.org"/>
 </div>
 
-
-<table class="contenttable">
-<tr>
-<td class="leftside">
-<div>
+<div class="navbar">
 	<ul>
 		<li id="about_"><a href="/about/">About</a></li>
 		<li id="press_"><a href="/">Press</a></li>
@@ -20,5 +17,10 @@
 		<li id="resources_"><a href="/">Resources by Project</a></li>
 	</ul>
 </div>
-</td>
-<td rowspan="2"  class="content">
\ No newline at end of file
+
+<div class="banners">
+	<!-- Visualize a banner here. <img src="/images/banners/try_it.png" alt="Try it out!"/> -->
+</div>
+
+<div class="main">
+<div class="content">
\ No newline at end of file

Modified: websites-new/xiph.org/ssi/xiphbar.include
===================================================================
--- websites-new/xiph.org/ssi/xiphbar.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xiph.org/ssi/xiphbar.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -1,6 +1,5 @@
 </head>
 <body>
-
 <div class="bodyborder">
 <div class="xiphbar">
 	<div>

Added: websites-new/xspf.org/css/screen-2.css
===================================================================
--- websites-new/xspf.org/css/screen-2.css	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xspf.org/css/screen-2.css	2005-03-10 20:20:09 UTC (rev 9058)
@@ -0,0 +1,156 @@
+ at import url(xiphbar.css);
+
+body {
+	margin: 0;
+	border: 0;
+	padding: 0 0 1.5em 0;
+	font-family: Arial, Helvetica, sans-serif;
+	color: #333333;
+	background-color: #666666;
+}
+
+a {
+	color: #064C84;
+}
+
+.banners {
+	display:none;
+}
+
+.bodyborder {
+	margin: 0;
+	border: 0;
+	padding: 0 0 3em 0;
+	background-color: #FFFFFF;
+	height: 100%;
+}
+
+
+.logos {
+	padding: 72px 465px 0 0;
+	text-align: center;
+}
+
+.contenttable {
+	margin-left: auto;
+	margin-right: auto;
+	width: 50em;
+}
+
+.navbar {
+	margin: 0;
+	border: 0;
+	padding: 1em 1em 1em 1em;
+	min-height: 15em;
+	vertical-align: top;
+}
+
+.navbar ul {
+	margin: 0;
+	padding: 0;
+	width: 120px;
+}
+
+.navbar li {
+	text-align: right;
+	font-size: .7em;
+	line-height: 1.4;
+	list-style: none;
+}
+
+.navbar li a {
+	font-weight: bold;
+	color: #3366CC;
+	text-decoration: none;
+	line-height: 0;
+}
+
+.navbar li a:hover {
+	text-decoration: underline;
+}
+
+#wiki_ {
+	padding-bottom: 1.3em;
+}
+
+#documentation_ {
+	padding-bottom: 1.3em;
+}
+
+.leftspacer {
+	height: 10em;
+}
+
+.copyright {
+	margin: 0;
+	border: 0;
+	padding: 1em;
+	min-height: 15em;
+	text-align: right;
+	font-size: .6em;
+	color: #999999;
+	vertical-align: bottom;
+}
+
+.content {
+	margin: 0;
+	padding: 1em 1em 0 1em;
+	vertical-align: top;
+	border-left: 1px solid #9FC0D7;
+}
+
+/* So that Gecko based browsers have the same starting paragraph position as IE */
+.content > :first-child {
+	margin-top: 0;
+}
+
+.content p {
+	font-size: .9em;
+	line-height: 1.5;
+}
+
+h1 {
+	font-size: 1.1em;
+	color: #FF9900;
+}
+
+h2 {
+	font-size: .9em;
+	color: #FF9900;
+}
+
+h3 {
+	font-size: .7em;
+	color: #FF9900;
+}
+
+
+
+.thepage {
+	margin-left: auto;
+	margin-right: auto;
+	width: 50em;
+}
+
+.navbar {
+	float: left;
+}
+
+.navbar ul {
+	width: 8em;
+}
+
+.main {
+	margin-left: 10em;
+}
+
+.content {
+	padding-bottom: 1em;
+}
+
+.copyright {
+	padding-top: 3em;
+	clear: both;
+	text-align: center;
+	min-height: 0;
+}

Modified: websites-new/xspf.org/css/xiphbar.css
===================================================================
--- websites-new/xspf.org/css/xiphbar.css	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xspf.org/css/xiphbar.css	2005-03-10 20:20:09 UTC (rev 9058)
@@ -6,6 +6,7 @@
 
 .xiphbar {
 	background-color: #666666;
+	min-height: 29px;
 }
 
 .xiphbar div {
@@ -24,8 +25,6 @@
 	text-transform: lowercase;
 }
 
-
-
 .xiphbar ul {
 	margin: 0;
 	border: 0;
@@ -46,5 +45,5 @@
 	color: #FFCC66;
 	text-decoration: none;
 	font-family: Arial, Helvetica, sans-serif;
-	font-size: .6em;
+	font-size: 10px;
 }

Modified: websites-new/xspf.org/ssi/header.include
===================================================================
--- websites-new/xspf.org/ssi/header.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xspf.org/ssi/header.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -6,4 +6,5 @@
 <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="stylesheet" title="Default 50em Width" media="screen" href="/css/screen.css" type="text/css"/>
\ No newline at end of file
+<link rel="stylesheet" title="Default 50em Width" media="screen" href="/css/screen.css" type="text/css"/>
+<link rel="alternate stylesheet" title="Xiph.org 50em Width" media="screen" href="/css/screen-2.css" type="text/css"/>
\ No newline at end of file

Modified: websites-new/xspf.org/ssi/pagebottom.include
===================================================================
--- websites-new/xspf.org/ssi/pagebottom.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xspf.org/ssi/pagebottom.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -1,11 +1,12 @@
 
 </div>
+</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>
 </div>
-
 </body>
 </html>
\ No newline at end of file

Modified: websites-new/xspf.org/ssi/pagetop.include
===================================================================
--- websites-new/xspf.org/ssi/pagetop.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xspf.org/ssi/pagetop.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -19,4 +19,5 @@
 	<!-- Visualize a banner here. <img src="/images/banners/try_it.png" alt="Try it out!"/> -->
 </div>
 
+<div class="main">
 <div class="content">
\ No newline at end of file

Modified: websites-new/xspf.org/ssi/xiphbar.include
===================================================================
--- websites-new/xspf.org/ssi/xiphbar.include	2005-03-10 09:42:39 UTC (rev 9057)
+++ websites-new/xspf.org/ssi/xiphbar.include	2005-03-10 20:20:09 UTC (rev 9058)
@@ -1,6 +1,6 @@
 </head>
 <body>
-
+<div class="bodyborder">
 <div class="xiphbar">
 	<div>
 	<img src="/images/logos/xiphbar.png" alt="Xiph logo"/>



More information about the commits mailing list