[xiph-commits] r9093 - in websites-new/vorbis.com: . css ssi
atamido at motherfish-iii.xiph.org
atamido at motherfish-iii.xiph.org
Sat Mar 26 21:57:28 PST 2005
Author: atamido
Date: 2005-03-26 21:57:26 -0800 (Sat, 26 Mar 2005)
New Revision: 9093
Modified:
websites-new/vorbis.com/css/screen.css
websites-new/vorbis.com/css/xiphbar.css
websites-new/vorbis.com/index.shtml.en
websites-new/vorbis.com/ssi/pagetop.include
Log:
Correcting font sizes after changing CSS ordering. Added hover effect to xiphbar.css links
Modified: websites-new/vorbis.com/css/screen.css
===================================================================
--- websites-new/vorbis.com/css/screen.css 2005-03-25 21:00:52 UTC (rev 9092)
+++ websites-new/vorbis.com/css/screen.css 2005-03-27 05:57:26 UTC (rev 9093)
@@ -9,7 +9,7 @@
}
a {
- color: #064C84;
+ color: #3366CC;
}
a:hover {
@@ -42,11 +42,9 @@
}
#navbar ul {
- color:#FEAC0E;
margin: 0;
border: 0;
padding: 20px 0 25px 0;
- display: block;
text-align: center;
text-transform: uppercase;
}
@@ -95,19 +93,19 @@
}
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;
}
@@ -121,3 +119,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/vorbis.com/css/xiphbar.css
===================================================================
--- websites-new/vorbis.com/css/xiphbar.css 2005-03-25 21:00:52 UTC (rev 9092)
+++ websites-new/vorbis.com/css/xiphbar.css 2005-03-27 05:57:26 UTC (rev 9093)
@@ -23,6 +23,8 @@
padding: .4em 0 0 12px;
float: left;
text-transform: lowercase;
+ width: 231;
+ height: 17px;
}
#xiphbar ul {
@@ -47,3 +49,7 @@
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
+
+#xiphbar li a:hover {
+ color: #FFE6B3;
+}
Modified: websites-new/vorbis.com/index.shtml.en
===================================================================
--- websites-new/vorbis.com/index.shtml.en 2005-03-25 21:00:52 UTC (rev 9092)
+++ websites-new/vorbis.com/index.shtml.en 2005-03-27 05:57:26 UTC (rev 9093)
@@ -19,24 +19,6 @@
font-weight: bold;
}
-.newslist {
- margin: 0 0 2em 0;
- padding: 0;
-}
-
-.newslist li {
- margin-bottom: .6em;
- list-style: none;
- font-size: .7em;
- line-height: 1.4;
- color: #FEAC0E;
-}
-
-.newslist a {
- color: #3366CC;
- text-decoration: none;
- font-weight: normal;
-}
-->
</style>
@@ -60,17 +42,13 @@
<div id="thepage">
<div id="logos" style="padding-bottom: 15px;">
-
- <img src="/images/logos/vorbisdotcom.png" alt="Vorbis dot com logo"/>
+ <a href="http://www.vorbis.com/"><img src="/images/logos/vorbisdotcom.png" alt="Vorbis dot com logo"/></a>
</div>
-
-
<div id="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"/>
+ <a href="#"><img src="/images/banners/download_music.png" alt="Download music"/></a>
+ <a href="#"><img src="/images/banners/music_sites.png" alt="Music sites"/></a>
+ <a href="#"><img src="/images/banners/donate_today.png" alt="Donate today"/></a>
</div>
<div id="main">
@@ -85,22 +63,21 @@
<area shape="rect" coords="321,73,464,106" href="/setup/other/" alt="Get setup on other platforms"/>
</map>
</div>
-<p style="font-size: 90%; font-weight:bold;">Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technology with all the benefits of Open Source.</p>
-<div class="navbar">
- <ul style="text-align: left; padding-top: 0; ">
- <li style="padding-left: 0; "><a href="/">Learn More in the FAQ</a></li>
- <li ><a href="http://trac.xiph.org/cgi-bin/trac.cgi/">Information For Developers</a></li>
- <li style="background: none;"><a href="/">Contact Us</a></li>
- </ul>
-</div>
+<p style="font-size: 1.29em; font-weight:bold;">Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technology with all the benefits of Open Source.</p>
+<ul class="navbar" style="text-align: left; padding-top: 0; ">
+ <li style="padding-left: 0; "><a href="/">Learn More in the FAQ</a></li>
+ <li ><a href="http://trac.xiph.org/cgi-bin/trac.cgi/">Information For Developers</a></li>
+ <li style="background: none;"><a href="/">Contact Us</a></li>
+</ul>
+
<div style="border-top: 3px solid #D7E0E6; border-bottom: 3px solid #D7E0E6; ">
- <p style="font-size: 90%; font-weight:bold; margin-bottom: 0;">Ogg is everywhere!</p>
+ <p style="font-size: 1.29em; font-weight:bold; margin-bottom: 0;">Ogg is everywhere!</p>
<p>View our list of <a href="/">3rd Party Software</a> that uses Vorbis.</p>
</div>
-<h2 style="color:#3366CC; font-size: 90%; padding-top: 10px; margin-bottom: .5em; ">News from Xiph.Org</h2>
+<h2 style="color:#3366CC; font-size: 1.29em; padding-top: 10px; margin-bottom: .37em; ">News from Xiph.Org</h2>
<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>
Modified: websites-new/vorbis.com/ssi/pagetop.include
===================================================================
--- websites-new/vorbis.com/ssi/pagetop.include 2005-03-25 21:00:52 UTC (rev 9092)
+++ websites-new/vorbis.com/ssi/pagetop.include 2005-03-27 05:57:26 UTC (rev 9093)
@@ -1,6 +1,6 @@
<div id="thepage">
<div id="logos">
- <img src="/images/logos/vorbisdotcom.png" alt="Vorbis dot com logo"/>
+ <a href="http://www.vorbis.com/"><img src="/images/logos/vorbisdotcom.png" alt="Vorbis dot com logo"/></a>
</div>
<div id="navbar">
@@ -17,9 +17,9 @@
</div>
<div id="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"/>
+ <a href="#"><img src="/images/banners/download_music.png" alt="Download music"/></a>
+ <a href="#"><img src="/images/banners/music_sites.png" alt="Music sites"/></a>
+ <a href="http://www.xiph.org/donate/"><img src="/images/banners/donate_today.png" alt="Donate today"/></a>
</div>
<div id="main">
More information about the commits
mailing list