[xiph-cvs] r6721 - in websites-ngen/xiph.org: . CSS flac flac/CSS nomenclature speex/CSS theora theora/CSS
comatoast at xiph.org
comatoast at xiph.org
Tue May 18 00:10:52 PDT 2004
Author: comatoast
Date: 2004-05-18 03:10:51 -0400 (Tue, 18 May 2004)
New Revision: 6721
Added:
websites-ngen/xiph.org/theora/CSS/
websites-ngen/xiph.org/theora/CSS/all.css
websites-ngen/xiph.org/theora/css.inherit
websites-ngen/xiph.org/theora/index.markdown
Modified:
websites-ngen/xiph.org/
websites-ngen/xiph.org/CSS/all.css
websites-ngen/xiph.org/CSS/sidebar-additions.css
websites-ngen/xiph.org/aftermaintext.include
websites-ngen/xiph.org/flac/
websites-ngen/xiph.org/flac/CSS/all.css
websites-ngen/xiph.org/nomenclature/
websites-ngen/xiph.org/speex/CSS/all.css
websites-ngen/xiph.org/theora/
Log:
* changed the space-from-the-top to 2 ems from 50 px.
* /theora/ stubbed out.
<p><p>Property changes on: websites-ngen/xiph.org
___________________________________________________________________
Name: svn:ignore
- index.html
index.es.html
+ index.html
index.es.html
index.de.html
<p>Modified: websites-ngen/xiph.org/CSS/all.css
===================================================================
--- websites-ngen/xiph.org/CSS/all.css 2004-05-18 06:16:48 UTC (rev 6720)
+++ websites-ngen/xiph.org/CSS/all.css 2004-05-18 07:10:51 UTC (rev 6721)
@@ -28,7 +28,7 @@
body {
margin: 0;
- padding: 50px 0 0; /* the 50px here must match the 50px of the sidebar div. */
+ padding: 2em 0 0; /* the top padding here must match the top: bit of the sidebar div. */
}
h1, h2, h3, h4, h5, h6 {
@@ -101,16 +101,19 @@
div#languages {
position: absolute;
- top: 0;
- right: 0;
+ top: .1em;
+ right: 1em;
text-transform: lowercase;
color: #aaa;
- background: #f5f5f5; /* white smoke */
- border-bottom: 1px solid gray;
- border-left: 1px solid gray;
- padding: 0 .125em .125em .25em;
}
+div#languages a,
+div#langauges a:link,
+div#languages a:visited {
+ color: white;
+ text-decoration: none;
+}
+
div#copyright {
border-top: 1px solid #aaa;
margin: 1em 2em 0;
Modified: websites-ngen/xiph.org/CSS/sidebar-additions.css
===================================================================
--- websites-ngen/xiph.org/CSS/sidebar-additions.css 2004-05-18 06:16:48 UTC (rev 6720)
+++ websites-ngen/xiph.org/CSS/sidebar-additions.css 2004-05-18 07:10:51 UTC (rev 6721)
@@ -4,7 +4,7 @@
div#sidebar {
position: absolute;
- top: 50px;
+ top: 2em; /* the top property must match the padding-top of the body element. */
right: 1em;
width: 15em;
margin: 0;
@@ -61,9 +61,9 @@
div#sidebar li.flac a:hover {
background: #ff9; /* banana-ish */
- background: #6e6942;
- background: #c7cf97; /* Mike calls this one "gloomy AND nasty" */
- background: #cac8a9; /* "less nasty" */
+ background: #ddddc3; /* a slightly darker version of what's on flac.sf.net */
+ background: #9c9; /* background from flac.sf.net */
+
}
div#sidebar li.theora a:hover {
Modified: websites-ngen/xiph.org/aftermaintext.include
===================================================================
--- websites-ngen/xiph.org/aftermaintext.include 2004-05-18 06:16:48 UTC (rev 6720)
+++ websites-ngen/xiph.org/aftermaintext.include 2004-05-18 07:10:51 UTC (rev 6721)
@@ -1,4 +1,5 @@
<div id='languages'>
<a href='./' title='English' hreflang='en-US'>en</a> |
- <a href='es' title='Español' hreflang='es' >es</a>
+ <a href='es' title='Español' hreflang='es' >es</a> |
+ <a href='de' title='Deutsch' hreflang='de' >de</a>
</div>
<p>Property changes on: websites-ngen/xiph.org/flac
___________________________________________________________________
Name: svn:ignore
+ index.html
<p>Modified: websites-ngen/xiph.org/flac/CSS/all.css
===================================================================
--- websites-ngen/xiph.org/flac/CSS/all.css 2004-05-18 06:16:48 UTC (rev 6720)
+++ websites-ngen/xiph.org/flac/CSS/all.css 2004-05-18 07:10:51 UTC (rev 6721)
@@ -1,3 +1,8 @@
html {
- background: #cac8a9; /* "less nasty" */
+ background: #9c9;
+
}
+
+div#content {
+ background: #eeeed4;
+}
<p>Property changes on: websites-ngen/xiph.org/nomenclature
___________________________________________________________________
Name: svn:ignore
+ index.html
<p>Modified: websites-ngen/xiph.org/speex/CSS/all.css
===================================================================
--- websites-ngen/xiph.org/speex/CSS/all.css 2004-05-18 06:16:48 UTC (rev 6720)
+++ websites-ngen/xiph.org/speex/CSS/all.css 2004-05-18 07:10:51 UTC (rev 6721)
@@ -8,7 +8,7 @@
div#sidebar {
position: absolute;
- top: 50px;
+ top: 2em;
right: 1em;
width: 13em;
margin: 0;
<p>Property changes on: websites-ngen/xiph.org/theora
___________________________________________________________________
Name: svn:ignore
+ index.html
<p>Added: websites-ngen/xiph.org/theora/CSS/all.css
===================================================================
--- websites-ngen/xiph.org/theora/CSS/all.css 2004-05-18 06:16:48 UTC (rev 6720)
+++ websites-ngen/xiph.org/theora/CSS/all.css 2004-05-18 07:10:51 UTC (rev 6721)
@@ -0,0 +1,3 @@
+html {
+ background: #bdb8cf;
+}
Added: websites-ngen/xiph.org/theora/css.inherit
===================================================================
--- websites-ngen/xiph.org/theora/css.inherit 2004-05-18 06:16:48 UTC (rev 6720)
+++ websites-ngen/xiph.org/theora/css.inherit 2004-05-18 07:10:51 UTC (rev 6721)
@@ -0,0 +1,4 @@
+<style type='text/css'>
+ @import url(/CSS/all.css);
+ @import url(/theora/CSS/all.css);
+</style>
Added: websites-ngen/xiph.org/theora/index.markdown
===================================================================
--- websites-ngen/xiph.org/theora/index.markdown 2004-05-18 06:16:48 UTC (rev 6720)
+++ websites-ngen/xiph.org/theora/index.markdown 2004-05-18 07:10:51 UTC (rev 6721)
@@ -0,0 +1,4 @@
+Theora
+======
+
+Theora si teh rox.
--- >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