[xiph-commits] r9715 - in websites/icecast.org: common images
oddsock at svn.xiph.org
oddsock at svn.xiph.org
Sun Aug 7 20:47:35 PDT 2005
Author: oddsock
Date: 2005-08-07 20:47:33 -0700 (Sun, 07 Aug 2005)
New Revision: 9715
Added:
websites/icecast.org/images/xiphbar.png
Modified:
websites/icecast.org/common/header.php
websites/icecast.org/common/style.css
Log:
new xiphbar
Modified: websites/icecast.org/common/header.php
===================================================================
--- websites/icecast.org/common/header.php 2005-08-07 23:29:12 UTC (rev 9714)
+++ websites/icecast.org/common/header.php 2005-08-08 03:47:33 UTC (rev 9715)
@@ -10,16 +10,20 @@
<link rel="stylesheet" type="text/css" href="common/style.css" />
</head>
<body bgcolor="black">
-<table width="100%" border=0 cellpadding=0 cellspacing=0 >
-<tr>
-<td class="xiphnav"><a class="xiphnav_a" href="http://www.xiph.org/">XIPH.ORG</a></td>
-<td class="xiphnav"><a class="xiphnav_a" href="http://www.vorbis.com/">VORBIS.COM</a></td>
-<td class="xiphnav"><a class="xiphnav_a" href="http://www.theora.org/">THEORA.ORG</a></td>
-<td class="xiphnav"><a class="xiphnav_a" href="http://www.icecast.org/">ICECAST.ORG</a></td>
-<td class="xiphnav"><a class="xiphnav_a" href="http://www.speex.org/">SPEEX.ORG</a></td>
-<td class="xiphnav" align="right">Open Standards for Internet Multimedia</td>
-</tr>
-</table>
+<div id="xiphbar">
+ <div>
+ <img src="/images/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</a></li>
+ <li id="theora_"><a href="http://www.theora.org/">Theora</a></li>
+
+ <li id="icecast"><a href="http://www.icecast.org/">Icecast</a></li>
+ <li id="speex_"><a href="http://www.speex.org/">Speex</a></li>
+ <li id="flac_"><a href="http://flac.sourceforge.net/">FLAC</a></li>
+ </ul>
+ </div>
+</div>
<table width="100%" border=0 cellpadding=0 cellspacing=0 bgcolor=black>
<tr><td colspan=3><img alt="Icecast Logo" src="images/icecast.png"></td></tr>
<tr><td colspan=3 bgcolor="#7B96C6" height=3><img alt="Icecast Logo" src="images/blue.png" height=3></td></tr>
Modified: websites/icecast.org/common/style.css
===================================================================
--- websites/icecast.org/common/style.css 2005-08-07 23:29:12 UTC (rev 9714)
+++ websites/icecast.org/common/style.css 2005-08-08 03:47:33 UTC (rev 9715)
@@ -190,3 +190,52 @@
}
+#xiphbar {
+ background-color: #666666;
+ min-height: 29px;
+}
+
+#xiphbar div {
+ width: 50em;
+ margin-left: auto;
+ margin-right: auto;
+ min-width: 800px;
+}
+
+
+#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 {
+ margin: 0;
+ border: 0;
+ padding: .23em 12px .45em 0;
+ text-align: right;
+ text-transform: uppercase;
+}
+
+#xiphbar li {
+ margin: 0;
+ border: 0;
+ padding: 0 10px 0 0;
+ display: inline;
+ list-style: none;
+}
+
+#xiphbar li a {
+ color: #FFCC66;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+}
+
+#xiphbar li a:hover {
+ color: #FFE6B3;
+}
Added: websites/icecast.org/images/xiphbar.png
===================================================================
(Binary files differ)
Property changes on: websites/icecast.org/images/xiphbar.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the commits
mailing list