[xiph-cvs] r6605 - in websites-ngen/xiph.org: . CSS

comatoast at xiph.org comatoast at xiph.org
Tue May 4 21:30:11 PDT 2004



Author: comatoast
Date: 2004-04-29 04:24:48 -0400 (Thu, 29 Apr 2004)
New Revision: 6605

Modified:
   websites-ngen/xiph.org/CSS/all.css
   websites-ngen/xiph.org/beforecontent.include
   websites-ngen/xiph.org/index.markdown
Log:
Stylesheet changes and some typo corrections.
Icecast added to the left-hand-side bar.

<p>Modified: websites-ngen/xiph.org/CSS/all.css
===================================================================
--- websites-ngen/xiph.org/CSS/all.css	2004-04-29 06:13:16 UTC (rev 6604)
+++ websites-ngen/xiph.org/CSS/all.css	2004-04-29 08:24:48 UTC (rev 6605)
@@ -11,7 +11,6 @@
         background: #778899; /* light slate gray */
         background: #708090; /* slate gray */
         background: #2e8b57; /* sea green */
-	background: #4682b4; /* steel blue */
         background: #6495ed; /* cornflower blue */
         background: #1e90ff; /* cornflower blue */
         background: #556b2f; /* dark olive green */
@@ -19,6 +18,9 @@
         background: #f5f5f5; /* white smoke */
         background: #ffdead; /* navajo white */
         background: #696969; /* dim gray */
+	background: #a9ae7c; /* picked this one up from DigitalColor meter */
+	background: #a3a9a3; /* from a seagull's wingpit */
+	background: #4682b4; /* steel blue */
 
         margin: 0;
         padding: 0;
@@ -31,18 +33,21 @@
 
 h1 {
         margin-top: 0;
+	padding-top: .25em;
+	font-size: 225%;
 }
 
-h1, h2, h3, h4, h5, h6, ul#bignavbuttons strong {
+h1, h2, h3, h4, h5, h6 {
         font-family: "Palatino Linotype", Georgia, "Book Antiqua", serif;
         font-weight: normal;
         color: #088;
 
+
 }
+
 div#content {
         margin: 0 1em 1em 19em;
         padding: 0 .5em;
-	width: 40em;
         border: 1px solid gray;
         background: white;
         background: #f5f5f5; /* white smoke */
@@ -84,6 +89,7 @@
         display: block;
         padding: .25em;
         text-decoration: none;
+	color: black;
 }
 
 ul#bignavbuttons a:link,
@@ -91,23 +97,38 @@
         color: black;
 }
 
+ul#bignavbuttons li a:hover {
+	color: black;
+}
+
 ul#bignavbuttons li.vorbis a:hover {
-	background: #74a5fd;
+	background: #b6cfbd;
 }
 
+ul#bignavbuttons li.speex a:hover {
+	background: #b1cfa1;
+}
+
 ul#bignavbuttons li.flac a:hover {
         background: #ff9; /* banana-ish */
+	background: #6e6942;
+	background: #c7cf97; /* Mike calls this one "gloomy AND nasty" */
+	background: #cac8a9; /* "less nasty" */
 }
 
-ul#bignavbuttons li.speex a:hover {
-	background: #90ee90; /* light green */
-}
-
 ul#bignavbuttons li.theora a:hover {
         background: #ebf;
+	background: #d0c6ff;
+	background: #bdb8cf;
 }
 
 ul#bignavbuttons li.icecast a:hover {
         background: #f5f5f5; /* white smoke */
+	background: #ccc;
 }
 
+div#footer {
+	border-top: 1px solid #aaa;
+	padding: .25em 0 1em;
+	text-align: center;
+}

Modified: websites-ngen/xiph.org/beforecontent.include
===================================================================
--- websites-ngen/xiph.org/beforecontent.include	2004-04-29 06:13:16 UTC (rev 6604)
+++ websites-ngen/xiph.org/beforecontent.include	2004-04-29 08:24:48 UTC (rev 6605)
@@ -28,5 +28,13 @@
                 <em class='reset'> </em>
         </a>
 </li>
+<li class='icecast'>
+	<a href='/icecast/'>
+		<strong>Icecast</strong><br>
+		Industrial-strength audio streaming.
+		<em class='reset'> </em>
+	</a>
+</li>
+
 </ul>
 </div>

Modified: websites-ngen/xiph.org/index.markdown
===================================================================
--- websites-ngen/xiph.org/index.markdown	2004-04-29 06:13:16 UTC (rev 6604)
+++ websites-ngen/xiph.org/index.markdown	2004-04-29 08:24:48 UTC (rev 6605)
@@ -18,7 +18,7 @@
 
 ---
 
-The Xiph.Org Foundation is a non-profit corporation dedicated to protecting the foundations of
+The Xiph.org Foundation 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.
 

--- >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