[xiph-cvs] r6552 - in websites/ngen: . xiph.org xiph.org/CSS
comatoast at xiph.org
comatoast at xiph.org
Mon Apr 19 22:47:19 PDT 2004
Author: comatoast
Date: 2004-04-20 01:47:19 -0400 (Tue, 20 Apr 2004)
New Revision: 6552
Modified:
websites/ngen/todo.txt
websites/ngen/xiph.org/CSS/all.css
websites/ngen/xiph.org/beforecontent.inc
Log:
* todos added.
* CSS twiddled.
* "Ogg" removed in the sidebar.
<p>Modified: websites/ngen/todo.txt
===================================================================
--- websites/ngen/todo.txt 2004-04-20 03:58:52 UTC (rev 6551)
+++ websites/ngen/todo.txt 2004-04-20 05:47:19 UTC (rev 6552)
@@ -11,6 +11,7 @@
* Extra things to put **after** `<div id='content'>`
* Maybe a partially-automated way to do next and previous <link rel='...'> bits.
Maybe I could use PyYaml. Although that's probably serious overkill.
+* We need a tagline. Lame starter: "Compressing your media into byte-size chunks"
For the News Things
------------------
Modified: websites/ngen/xiph.org/CSS/all.css
===================================================================
--- websites/ngen/xiph.org/CSS/all.css 2004-04-20 03:58:52 UTC (rev 6551)
+++ websites/ngen/xiph.org/CSS/all.css 2004-04-20 05:47:19 UTC (rev 6552)
@@ -1,5 +1,5 @@
html {
- font: 80% Verdana, sans-serif;
+ font: 80% "Helvetica Neue", "Lucida Sans Unicode", Verdana, sans-serif;
color: #010;
/* guess which colors I like... */
@@ -17,6 +17,7 @@
background: #6495ed; /* cornflower blue */
background: #1e90ff; /* cornflower blue */
background: #556b2f; /* dark olive green */
+ background: #333;
margin: 0;
padding: 0;
@@ -24,7 +25,7 @@
body {
margin: 0;
- padding: 50px 0 0;
+ padding: 50px 0 0; /* the 50px here must match the 50px of the sidebar div. */
}
h1 {
@@ -32,7 +33,7 @@
}
div#content {
- margin: 0 1em 1em 15em;
+ margin: 0 1em 1em 19em;
padding: 0 .5em;
border: 1px solid gray;
background: white;
@@ -43,7 +44,7 @@
position: absolute;
top: 50px;
left: 1em;
- width: 13em;
+ width: 17em;
margin: 0;
padding: 0;
}
@@ -75,9 +76,11 @@
display: block;
padding: .25em;
text-decoration: none;
- font-size: .8em;
}
-
+ul#bignavbuttons a:link,
+ul#bignavbuttons a:visited {
+ color: black;
+}
ul#bignavbuttons li.vorbis a:hover {
background: #74a5fd;
}
@@ -91,7 +94,7 @@
}
ul#bignavbuttons li.theora a:hover {
- background: #e9f;
+ background: #ebf;
}
ul#bignavbuttons li.icecast a:hover {
Modified: websites/ngen/xiph.org/beforecontent.inc
===================================================================
--- websites/ngen/xiph.org/beforecontent.inc 2004-04-20 03:58:52 UTC (rev 6551)
+++ websites/ngen/xiph.org/beforecontent.inc 2004-04-20 05:47:19 UTC (rev 6552)
@@ -2,28 +2,28 @@
<ul id='bignavbuttons'>
<li class='vorbis'>
<a href='/vorbis/'>
- <strong>Ogg Vorbis</strong><br>
+ <strong>Vorbis</strong><br>
Lossy audio compression for music.
<em class='reset'> </em>
</a>
</li>
<li class='speex'>
<a href='/speex/'>
- <strong>Ogg Speex</strong><br>
+ <strong>Speex</strong><br>
Low-bitrate audio compression for speech.
<em class='reset'> </em>
</a>
</li>
<li class='flac'>
<a href='/flac/'>
- <strong><abbr title='Free Lossless Audio Codec'>FLAC</abbr></strong><br>
+ <strong title='Free Lossless Audio Codec'>FLAC</strong><br>
Lossless audio compression for archival.
<em class='reset'> </em>
</a>
</li>
<li class='theora'>
<a href='/theora/'>
- <strong>Ogg Theora</strong><br>
+ <strong>Theora</strong><br>
Video compression for movies.
<em class='reset'> </em>
</a>
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list