[xiph-commits] r7475 - in websites-plone/www: CSS

atamido at motherfish-iii.xiph.org atamido
Thu Aug 5 19:10:30 PDT 2004


projects/audio/speex/CSS projects/audio/speex/docs
projects/audio/speex/samples projects/audio/speex/software
projects/audio/speex/todo
Message-ID: <E1BsuBi-0001tI-PS at motherfish-III>

Author: atamido
Date: Thu Aug  5 19:10:30 2004
New Revision: 7475

Modified:
websites-plone/www/CSS/screen.css
websites-plone/www/projects/audio/speex/CSS/screen.css
websites-plone/www/projects/audio/speex/docs/index.shtml
websites-plone/www/projects/audio/speex/samples/index.shtml
websites-plone/www/projects/audio/speex/software/index.shtml
websites-plone/www/projects/audio/speex/todo/index.shtml
Log:
Fixed speex menu highlighting on the navbar2.

Modified: websites-plone/www/CSS/screen.css
===================================================================
--- websites-plone/www/CSS/screen.css	2004-08-04 00:44:53 UTC (rev 7474)
+++ websites-plone/www/CSS/screen.css	2004-08-04 06:17:46 UTC (rev 7475)
@@ -19,8 +19,7 @@

div#label {
text-align: center;
-	font-size: 700%;
-	margin-bottom: 20px;
+	font-size: 200%;
}

div#thepage {

Modified: websites-plone/www/projects/audio/speex/CSS/screen.css
===================================================================
--- websites-plone/www/projects/audio/speex/CSS/screen.css	2004-08-04 00:44:53 UTC (rev 7474)
+++ websites-plone/www/projects/audio/speex/CSS/screen.css	2004-08-04 06:17:46 UTC (rev 7475)
@@ -30,22 +30,7 @@
}


-/* Styles from the original stylesheet.  */

-#h {
-    font-size: xx-large;
-    font-weight: bold;
-    text-align: center;
-}
-
-img.separator {
-    text-align: center;
-}
-
-#main {
-    margin: .5em;
-}
-
p {
text-align: justify;
text-indent: 2em;
@@ -60,55 +45,10 @@


/**********************
- * page-specific stuff
- *********************/
-/* index.html */
+* page-specific stuff *
+**********************/

-div#headlines {
-    margin-top:     1em;
-    margin-bottom:  .5em;
-}
-/* the next three selectors stagger alternating elements.
-   Keep your eye on the CSS3 nth-child() pseudoclass!*/

-/* takes care of general settings (and in case the CSS support doesn't
-   include '+' support... IE!*/
-
-div#headlines .newsitem {
-    background-color: #efe;
-    margin:          .5em 3em;
-    border:    2px dotted #000;
-}
-
-/* end index.html */
-/* download.html */
-dl.releases dt {
-    font-family:       "Trebuchet MS", Verdana, sans-serif;
-    font-size: larger;
-    font-weight: bold;
-}
-
-dl.releases dd ul {
-    padding-left: 0;
-}
-
-/* end download.html */
-
-/* news.html */
-
-
-
-
-
-img.separator { text-align: center; }
-img.corruptaudio {
-	float: left;
-	margin: 1em;
-}
-
-
-
-
.superImportant {
background: #faa;
color: black;

Modified: websites-plone/www/projects/audio/speex/docs/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/docs/index.shtml	2004-08-04 00:44:53 UTC (rev 7474)
+++ websites-plone/www/projects/audio/speex/docs/index.shtml	2004-08-04 06:17:46 UTC (rev 7475)
@@ -1,7 +1,7 @@
?<!--#include virtual="/SSI/topofhead.inc"-->
<title>Xiph.org: Speex</title>
<!--#include virtual="/projects/audio/speex/SSI/inhead.inc"-->
-<style type="text/css" media="screen">li#home { background: no-repeat url(/Images/logos/speex/20x35.png) left #88c24d; }</style>
+<style type="text/css" media="screen">li#docs { background: #88c24d; }</style>
<!--#include virtual="/SSI/topofbody.inc"-->
<!--#include virtual="/projects/audio/speex/SSI/leftside.inc"-->
<!--#include virtual="/SSI/rightside.inc"-->

Modified: websites-plone/www/projects/audio/speex/samples/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/samples/index.shtml	2004-08-04 00:44:53 UTC (rev 7474)
+++ websites-plone/www/projects/audio/speex/samples/index.shtml	2004-08-04 06:17:46 UTC (rev 7475)
@@ -1,7 +1,7 @@
<!--#include virtual="/SSI/topofhead.inc"-->
<title>Xiph.org: Speex</title>
<!--#include virtual="/projects/audio/speex/SSI/inhead.inc"-->
-<style type="text/css" media="screen">li#home { background: no-repeat url(/Images/logos/speex/20x35.png) left #88c24d; }</style>
+<style type="text/css" media="screen">li#samples { background: #88c24d; }</style>
<!--#include virtual="/SSI/topofbody.inc"-->
<!--#include virtual="/projects/audio/speex/SSI/leftside.inc"-->
<!--#include virtual="/SSI/rightside.inc"-->

Modified: websites-plone/www/projects/audio/speex/software/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/software/index.shtml	2004-08-04 00:44:53 UTC (rev 7474)
+++ websites-plone/www/projects/audio/speex/software/index.shtml	2004-08-04 06:17:46 UTC (rev 7475)
@@ -1,7 +1,7 @@
?<!--#include virtual="/SSI/topofhead.inc"-->
<title>Xiph.org: Speex</title>
<!--#include virtual="/projects/audio/speex/SSI/inhead.inc"-->
-<style type="text/css" media="screen">li#home { background: no-repeat url(/Images/logos/speex/20x35.png) left #88c24d; }</style>
+<style type="text/css" media="screen">li#software { background: #88c24d; }</style>
<!--#include virtual="/SSI/topofbody.inc"-->
<!--#include virtual="/projects/audio/speex/SSI/leftside.inc"-->
<!--#include virtual="/SSI/rightside.inc"-->

Modified: websites-plone/www/projects/audio/speex/todo/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/todo/index.shtml	2004-08-04 00:44:53 UTC (rev 7474)
+++ websites-plone/www/projects/audio/speex/todo/index.shtml	2004-08-04 06:17:46 UTC (rev 7475)
@@ -1,7 +1,7 @@
?<!--#include virtual="/SSI/topofhead.inc"-->
<title>Xiph.org: Speex</title>
<!--#include virtual="/projects/audio/speex/SSI/inhead.inc"-->
-<style type="text/css" media="screen">li#home { background: no-repeat url(/Images/logos/speex/20x35.png) left #88c24d; }</style>
+<style type="text/css" media="screen">li#todo { background: #88c24d; }</style>
<!--#include virtual="/SSI/topofbody.inc"-->
<!--#include virtual="/projects/audio/speex/SSI/leftside.inc"-->
<!--#include virtual="/SSI/rightside.inc"-->



More information about the commits mailing list