[xiph-commits] r9094 - in websites-new: 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
Sat Mar 26 22:40:00 PST 2005


Author: atamido
Date: 2005-03-26 22:39:56 -0800 (Sat, 26 Mar 2005)
New Revision: 9094

Modified:
   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/screen.css
   websites-new/xspf.org/css/xiphbar.css
   websites-new/xspf.org/ssi/pagebottom.include
   websites-new/xspf.org/ssi/pagetop.include
   websites-new/xspf.org/ssi/xiphbar.include
Log:
Update the other sites to use the same format as Vorbis.com

Modified: websites-new/xiph.org/css/screen.css
===================================================================
--- websites-new/xiph.org/css/screen.css	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xiph.org/css/screen.css	2005-03-27 06:39:56 UTC (rev 9094)
@@ -13,7 +13,7 @@
 	color: #064C84;
 }
 
-.bodyborder {
+#bodyborder {
 	margin: 0;
 	border: 0;
 	padding: 0 0 3em 0;
@@ -21,18 +21,18 @@
 	height: 100%;
 }
 
-.thepage {
+#thepage {
 	margin-left: auto;
 	margin-right: auto;
 	width: 50em;
 }
 
-.logos {
+#logos {
 	padding: 72px 465px 0 0;
 	text-align: center;
 }
 
-.navbar {
+#navbar {
 	margin: 0;
 	border: 0;
 	padding: 1em;
@@ -41,27 +41,27 @@
 	vertical-align: top;
 }
 
-.navbar ul {
+#navbar ul {
 	margin: 0;
 	padding: 0;
 	width: 8em;
 }
 
-.navbar li {
+#navbar li {
 	text-align: right;
 	font-size: .7em;
 	line-height: 1.4;
 	list-style: none;
 }
 
-.navbar li a {
+#navbar li a {
 	font-weight: bold;
 	color: #3366CC;
 	text-decoration: none;
 	line-height: 0;
 }
 
-.navbar li a:hover {
+#navbar li a:hover {
 	text-decoration: underline;
 }
 
@@ -73,7 +73,7 @@
 	padding-bottom: 1.3em;
 }
 
-.copyright {
+#copyright {
 	margin: 0;
 	border: 0;
 	padding: 3em 1em 1em 1em;
@@ -83,42 +83,44 @@
 	text-align: center;
 }
 
-.banners {
+#banners {
 	display:none;
 }
 
-.main {
+#main {
 	margin-left: 10em;
 }
 
-.content {
+#content {
 	margin: 0;
 	padding: 1em;
 	vertical-align: top;
 	border-left: 1px solid #9FC0D7;
+	font-size: .75em;
 }
 
 /* So that Gecko based browsers have the same starting paragraph position as IE */
-.content > :first-child {
+#content > :first-child {
 	margin-top: 0;
 }
 
-.content p {
-	font-size: .9em;
+#content p {
 	line-height: 1.5;
 }
 
 h1 {
-	font-size: 1.1em;
+	font-size: 1.2em;
 	color: #FF9900;
 }
 
 h2 {
-	font-size: .9em;
+	font-size: 1em;
 	color: #FF9900;
 }
 
 h3 {
-	font-size: .7em;
+	font-size: .94em;
 	color: #FF9900;
 }
+
+

Modified: websites-new/xiph.org/css/xiphbar.css
===================================================================
--- websites-new/xiph.org/css/xiphbar.css	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xiph.org/css/xiphbar.css	2005-03-27 06:39:56 UTC (rev 9094)
@@ -4,12 +4,12 @@
 	padding: 0;
 }
 
-.xiphbar {
+#xiphbar {
 	background-color: #666666;
 	min-height: 29px;
 }
 
-.xiphbar div {
+#xiphbar div {
 	width: 50em;
 	margin-left: auto;
 	margin-right: auto;
@@ -17,15 +17,17 @@
 }
 
 
-.xiphbar img {
+#xiphbar img {
 	margin: 0 0 0 0;
 	border: 0;
 	padding: .4em 0 0 12px;
 	float: left;
 	text-transform: lowercase;
+	width: 231;
+	height: 17px;
 }
 
-.xiphbar ul {
+#xiphbar ul {
 	margin: 0;
 	border: 0;
 	padding: .23em 12px .45em 0;
@@ -33,7 +35,7 @@
 	text-transform: uppercase;
 }
 
-.xiphbar li {
+#xiphbar li {
 	margin: 0;
 	border: 0;
 	padding: 0 10px 0 0;
@@ -41,9 +43,13 @@
 	list-style: none;
 }
 
-.xiphbar li a {
+#xiphbar li a {
 	color: #FFCC66;
 	text-decoration: none;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10px;
 }
+
+#xiphbar li a:hover {
+	color: #FFE6B3;
+}

Modified: websites-new/xiph.org/index.shtml.en
===================================================================
--- websites-new/xiph.org/index.shtml.en	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xiph.org/index.shtml.en	2005-03-27 06:39:56 UTC (rev 9094)
@@ -5,14 +5,14 @@
 <!--
 
 .newslist {
-	margin: 0 0 2em 0;
+	margin: 0 0 2.64em 0;
 	padding: 0;
 }
 
 .newslist li {
-	margin-bottom: .6em;
+	margin-bottom: .72em;
 	list-style: none;
-	font-size: .7em;
+	font-size: .94em;
 	line-height: 1.4;
 }
 
@@ -20,14 +20,6 @@
 	color: #3366CC;
 }
 
-.wiki_ {
-	margin-bottom: 1.4em;
-}
-
-.documentation_ {
-	margin-bottom: 1.4em;
-}
-
 .xiph {
 	color: #FF9900;
 	font-weight: bold;
@@ -45,9 +37,9 @@
 }
 
 .resources li {
-	margin-bottom: .6em;
+	margin-bottom: .4em;
 	list-style: none;
-	font-size: .7em;
+	font-size: .94em;
 	line-height: 1.4;
 }
 
@@ -58,8 +50,8 @@
 <!--#include virtual="/ssi/pagetop.include" -->
 <!--  All your page content goes here  -->
 
-	<p>The <span class="xiph">Xiph.Org Foundation</span> is a non-profit corporation dedicated to protecting the foundations of Internet multimedia from control by private interests. Our purpose is to support and develop free, open protocols and software to serve the public, developer and business markets.</p>
-	<h2>Xiph in the News</h2>
+	<p style="font-size: 1.17em;">The <span class="xiph">Xiph.Org Foundation</span> is a non-profit corporation dedicated to protecting the foundations of Internet multimedia from control by private interests. Our purpose is to support and develop free, open protocols and software to serve the public, developer and business markets.</p>
+	<h1>Xiph in the News</h1>
 	<ul class="newslist">
 		<li><a href="http://fluendo.com/press/releases/PR-2004-03.html">Fluendo funds RTP delivery effort for Xiph.org free multimedia codecs.</a></li>
 		<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>
@@ -70,7 +62,7 @@
     		<img class="xiphbanner" src="images/banners/xiph_banner.png" alt="Xiph Banner" />
 	</div>
 	<p style="text-align: center; width: 461px; margin-top: 0; margin-left: auto; margin-right: auto; font-size: .75em;">In our effort to bring open-source ideals to the world of multimedia, the <b>Xiph.Org&nbsp;Foundation</b> and it's open-source community develops a multitude of amazing products.</p>
-	<h2>Resources by Project</h2>
+	<h1>Resources by Project</h1>
 	<div class="resources">
 		<div class="containers" style="padding-left: 1em; padding-bottom: 1em; float: right; width: 50%;">
 			<h3>Container Formats</h3>

Modified: websites-new/xiph.org/ssi/pagebottom.include
===================================================================
--- websites-new/xiph.org/ssi/pagebottom.include	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xiph.org/ssi/pagebottom.include	2005-03-27 06:39:56 UTC (rev 9094)
@@ -1,6 +1,6 @@
 </div>
 </div>
-<div class="copyright">
+<div id="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>

Modified: websites-new/xiph.org/ssi/pagetop.include
===================================================================
--- websites-new/xiph.org/ssi/pagetop.include	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xiph.org/ssi/pagetop.include	2005-03-27 06:39:56 UTC (rev 9094)
@@ -1,10 +1,10 @@
 
-<div class="thepage">
-<div class="logos">
+<div id="thepage">
+<div id="logos">
 	<img src="/images/logos/fish_xiph_org.png" alt="Fish Logo and Xiph.org"/>
 </div>
 
-<div class="navbar">
+<div id="navbar">
 	<ul>
 		<li id="about_"><a href="/about/">About</a></li>
 		<li id="press_"><a href="/">Press</a></li>
@@ -18,9 +18,9 @@
 	</ul>
 </div>
 
-<div class="banners">
+<div id="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
+<div id="main">
+<div id="content">
\ No newline at end of file

Modified: websites-new/xiph.org/ssi/xiphbar.include
===================================================================
--- websites-new/xiph.org/ssi/xiphbar.include	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xiph.org/ssi/xiphbar.include	2005-03-27 06:39:56 UTC (rev 9094)
@@ -1,7 +1,7 @@
 </head>
 <body>
-<div class="bodyborder">
-<div class="xiphbar">
+<div id="bodyborder">
+<div id="xiphbar">
 	<div>
 	<img src="/images/logos/xiphbar.png" alt="Xiph logo"/>
 	<ul>

Modified: websites-new/xspf.org/css/screen.css
===================================================================
--- websites-new/xspf.org/css/screen.css	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xspf.org/css/screen.css	2005-03-27 06:39:56 UTC (rev 9094)
@@ -9,15 +9,18 @@
 }
 
 a {
-	color: #064C84;
-	text-decoration: none;
+	color: #3366CC;
 }
 
 a:hover {
 	text-decoration: underline;
 }
 
-.bodyborder {
+img {
+	border: 0;
+}
+
+#bodyborder {
 	margin: 0;
 	border: 0;
 	padding: 0 0 3em 0;
@@ -27,28 +30,26 @@
 	bottom: 0;
 }
 
-.thepage {
+#thepage {
 	margin-left: auto;
 	margin-right: auto;
 	width: 50em;
 }
 
-.logos {
+#logos {
 	padding: 72px 465px 0 0;
 	text-align: center;
 }
 
-div.navbar ul {
-	color:#FEAC0E;
+#navbar ul {
 	margin: 0;
 	border: 0;
 	padding: 20px 0 25px 0;
-	display: block;
 	text-align: center;
 	text-transform: uppercase;
 }
 
-div.navbar ul li {
+#navbar li {
 	margin: 0;
 	border: 0;
 	padding: 0 16px 0 11px;
@@ -58,62 +59,59 @@
 	font-size: .6em;
 }
 
-div.navbar ul li a {
+#navbar li a {
 	color: #3366CC;
 	text-decoration: none;
 	font-weight: bold;
 }
 
-div.navbar ul li a:hover {
+#navbar li a:hover {
 	text-decoration: underline;
 }
 
-#contact_ {
+#navbar #contact_ {
 	padding-right: 0;
-	background: none;
+	background: none ;
 }
 
-.banners {
-	display: none;
+#banners {
 	width: 232px;
 	float: right;
+	display: none;
 }
 
-.banners img {
+#banners img {
 	display: block;
 	padding-top: 10px;
 }
 
-.content {
-	margin: 0 0px 0 0;
+#content {
+	margin: 0 0 0 0;
 	padding: 0 1em 0 1em;
 	vertical-align: top;
-}
-
-.content p {
 	font-size: .7em;
 	line-height: 1.5;
 }
 
 h1 {
-	font-size: .8em;
+	font-size: 1.14em;
 	font-weight: bold;
 	color: #FF9900;
 }
 
 h2 {
-	font-size: .7em;
+	font-size: 1em;
 	font-weight: bold;
 	color: #FF9900;
 }
 
 h3 {
-	font-size: .6em;
+	font-size: .86em;
 	font-weight: bold;
 	color: #FF9900;
 }
 
-.copyright {
+#copyright {
 	margin: 0;
 	border: 0;
 	padding: 4em 1em 1em 1em;
@@ -122,3 +120,43 @@
 	color: #999999;
 	clear: both;
 }
+
+.navbar {
+	margin: 0;
+	padding: 20px 0 25px 0;
+	text-align: center;
+	text-transform: uppercase;
+}
+
+.navbar li {
+	padding: 0 16px 0 11px;
+	display: inline;
+	color: #FFCC66;
+	background: no-repeat url(/images/dot.png) right center;
+	font-size: .86em
+}
+
+.navbar li a {
+	color: #3366CC;
+	text-decoration: none;
+	font-weight: bold;
+}
+
+.newslist {
+	margin: 0 0 2em 0;
+	padding: 0;
+}
+
+.newslist li {
+	margin-bottom: .5em;
+	list-style: none;
+	line-height: 1.4;
+	color: #FEAC0E;
+}
+
+.newslist a {
+	color: #3366CC;
+	text-decoration: none;
+	font-weight: normal;
+}
+

Modified: websites-new/xspf.org/css/xiphbar.css
===================================================================
--- websites-new/xspf.org/css/xiphbar.css	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xspf.org/css/xiphbar.css	2005-03-27 06:39:56 UTC (rev 9094)
@@ -4,12 +4,12 @@
 	padding: 0;
 }
 
-.xiphbar {
+#xiphbar {
 	background-color: #666666;
 	min-height: 29px;
 }
 
-.xiphbar div {
+#xiphbar div {
 	width: 50em;
 	margin-left: auto;
 	margin-right: auto;
@@ -17,15 +17,17 @@
 }
 
 
-.xiphbar img {
+#xiphbar img {
 	margin: 0 0 0 0;
 	border: 0;
 	padding: .4em 0 0 12px;
 	float: left;
 	text-transform: lowercase;
+	width: 231;
+	height: 17px;
 }
 
-.xiphbar ul {
+#xiphbar ul {
 	margin: 0;
 	border: 0;
 	padding: .23em 12px .45em 0;
@@ -33,7 +35,7 @@
 	text-transform: uppercase;
 }
 
-.xiphbar li {
+#xiphbar li {
 	margin: 0;
 	border: 0;
 	padding: 0 10px 0 0;
@@ -41,9 +43,13 @@
 	list-style: none;
 }
 
-.xiphbar li a {
+#xiphbar li a {
 	color: #FFCC66;
 	text-decoration: none;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10px;
 }
+
+#xiphbar li a:hover {
+	color: #FFE6B3;
+}

Modified: websites-new/xspf.org/ssi/pagebottom.include
===================================================================
--- websites-new/xspf.org/ssi/pagebottom.include	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xspf.org/ssi/pagebottom.include	2005-03-27 06:39:56 UTC (rev 9094)
@@ -1,7 +1,7 @@
 
 </div>
 </div>
-<div class="copyright">
+<div id="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>

Modified: websites-new/xspf.org/ssi/pagetop.include
===================================================================
--- websites-new/xspf.org/ssi/pagetop.include	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xspf.org/ssi/pagetop.include	2005-03-27 06:39:56 UTC (rev 9094)
@@ -1,9 +1,9 @@
-<div class="thepage">
-<div class="logos">
-	<img src="/images/logos/xspf-logo-3.png" alt="XSPF: XML Shareable Playlist Format Logo"/>
+<div id="thepage">
+<div id="logos">
+	<a href="http://xspf.xiph.org/"><img src="/images/logos/xspf-logo-3.png" alt="XSPF: XML Shareable Playlist Format Logo"/></a>
 </div>
 
-<div class="navbar">
+<div id="navbar">
 	<ul>
 		<li id="home_"><a href="/">Home</a></li>
 		<li id="specs_"><a href="/specs/">Specs</a></li>
@@ -15,9 +15,9 @@
 	</ul>
 </div>
 
-<div class="banners">
+<div id="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
+<div id="main">
+<div id="content">
\ No newline at end of file

Modified: websites-new/xspf.org/ssi/xiphbar.include
===================================================================
--- websites-new/xspf.org/ssi/xiphbar.include	2005-03-27 05:57:26 UTC (rev 9093)
+++ websites-new/xspf.org/ssi/xiphbar.include	2005-03-27 06:39:56 UTC (rev 9094)
@@ -1,7 +1,7 @@
 </head>
 <body>
-<div class="bodyborder">
-<div class="xiphbar">
+<div id="bodyborder">
+<div id="xiphbar">
 	<div>
 	<img src="/images/logos/xiphbar.png" alt="Xiph logo"/>
 	<ul>



More information about the commits mailing list