[xiph-commits] r13725 - in websites/theora.org: . contact content css discuss doc downloads faq news svn

maikmerten at svn.xiph.org maikmerten at svn.xiph.org
Tue Sep 4 09:41:06 PDT 2007


Author: maikmerten
Date: 2007-09-04 09:41:06 -0700 (Tue, 04 Sep 2007)
New Revision: 13725

Modified:
   websites/theora.org/contact/index.shtml.en
   websites/theora.org/content/index.shtml.en
   websites/theora.org/css/screen.css
   websites/theora.org/discuss/index.shtml.en
   websites/theora.org/doc/index.shtml.en
   websites/theora.org/downloads/index.shtml.en
   websites/theora.org/faq/index.shtml.en
   websites/theora.org/news/index.shtml.en
   websites/theora.org/svn/index.shtml.en
   websites/theora.org/test.shtml.en
Log:
move shared inline CSS into css/screen.css


Modified: websites/theora.org/contact/index.shtml.en
===================================================================
--- websites/theora.org/contact/index.shtml.en	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/contact/index.shtml.en	2007-09-04 16:41:06 UTC (rev 13725)
@@ -1,42 +1,6 @@
 <!--#include virtual="/ssi/header.include" -->
 <!-- Enter custom page information and styles here -->
   <title>Theora.org :: contact - Theora, video for everyone</title>
-<style type="text/css">
-<!--
-.newslist {
-	margin: 0 0 2.64em 0;
-	padding: 0;
-}
-
-.newslist li {
-	margin-bottom: .72em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
-
-.newslist a {
-	color: #3366CC;
-}
-
-.xiph {
-	color: #FF9900;
-	font-weight: bold;
-}
-
-.resources ul {
-	margin: 0;
-	padding: 0;
-}
-
-.resources li {
-	margin-bottom: .4em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
--->
-</style>
 </head>
 <body>
 <!--#include virtual="/common/xiphbar.include" -->

Modified: websites/theora.org/content/index.shtml.en
===================================================================
--- websites/theora.org/content/index.shtml.en	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/content/index.shtml.en	2007-09-04 16:41:06 UTC (rev 13725)
@@ -1,42 +1,6 @@
 <!--#include virtual="/ssi/header.include" -->
 <!-- Enter custom page information and styles here -->
   <title>Theora.org :: content - Theora, video for everyone</title>
-<style type="text/css">
-<!--
-.newslist {
-	margin: 0 0 2.64em 0;
-	padding: 0;
-}
-
-.newslist li {
-	margin-bottom: .72em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
-
-.newslist a {
-	color: #3366CC;
-}
-
-.xiph {
-	color: #FF9900;
-	font-weight: bold;
-}
-
-.resources ul {
-	margin: 0;
-	padding: 0;
-}
-
-.resources li {
-	margin-bottom: .4em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
--->
-</style>
 </head>
 <body>
 <!--#include virtual="/common/xiphbar.include" -->

Modified: websites/theora.org/css/screen.css
===================================================================
--- websites/theora.org/css/screen.css	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/css/screen.css	2007-09-04 16:41:06 UTC (rev 13725)
@@ -113,3 +113,37 @@
   color: #888888;
   clear: both;
 }
+
+.newslist {
+	margin: 0 0 2.64em 0;
+	padding: 0;
+}
+
+.newslist li {
+	margin-bottom: .72em;
+	list-style: none;
+	font-size: .94em;
+	line-height: 1.4;
+}
+
+.newslist a {
+	color: #3366CC;
+}
+
+.xiph {
+	color: #FF9900;
+	font-weight: bold;
+}
+
+.resources ul {
+	margin: 0;
+	padding: 0;
+}
+
+.resources li {
+	margin-bottom: .4em;
+	list-style: none;
+	font-size: .94em;
+	line-height: 1.4;
+}
+

Modified: websites/theora.org/discuss/index.shtml.en
===================================================================
--- websites/theora.org/discuss/index.shtml.en	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/discuss/index.shtml.en	2007-09-04 16:41:06 UTC (rev 13725)
@@ -1,42 +1,6 @@
 <!--#include virtual="/ssi/header.include" -->
 <!-- Enter custom page information and styles here -->
   <title>Theora.org :: discussion - Theora, video for everyone</title>
-<style type="text/css">
-<!--
-.newslist {
-	margin: 0 0 2.64em 0;
-	padding: 0;
-}
-
-.newslist li {
-	margin-bottom: .72em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
-
-.newslist a {
-	color: #3366CC;
-}
-
-.xiph {
-	color: #FF9900;
-	font-weight: bold;
-}
-
-.resources ul {
-	margin: 0;
-	padding: 0;
-}
-
-.resources li {
-	margin-bottom: .4em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
--->
-</style>
 </head>
 <body>
 <!--#include virtual="/common/xiphbar.include" -->

Modified: websites/theora.org/doc/index.shtml.en
===================================================================
--- websites/theora.org/doc/index.shtml.en	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/doc/index.shtml.en	2007-09-04 16:41:06 UTC (rev 13725)
@@ -1,42 +1,6 @@
 <!--#include virtual="/ssi/header.include" -->
 <!-- Enter custom page information and styles here -->
   <title>Theora.org :: documentation - Theora, video for everyone</title>
-<style type="text/css">
-<!--
-.newslist {
-	margin: 0 0 2.64em 0;
-	padding: 0;
-}
-
-.newslist li {
-	margin-bottom: .72em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
-
-.newslist a {
-	color: #3366CC;
-}
-
-.xiph {
-	color: #FF9900;
-	font-weight: bold;
-}
-
-.resources ul {
-	margin: 0;
-	padding: 0;
-}
-
-.resources li {
-	margin-bottom: .4em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
--->
-</style>
 </head>
 <body>
 <!--#include virtual="/common/xiphbar.include" -->

Modified: websites/theora.org/downloads/index.shtml.en
===================================================================
--- websites/theora.org/downloads/index.shtml.en	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/downloads/index.shtml.en	2007-09-04 16:41:06 UTC (rev 13725)
@@ -1,42 +1,6 @@
 <!--#include virtual="/ssi/header.include" -->
 <!-- Enter custom page information and styles here -->
   <title>Theora.org :: downloads - Theora, video for everyone</title>
-<style type="text/css">
-<!--
-.newslist {
-	margin: 0 0 2.64em 0;
-	padding: 0;
-}
-
-.newslist li {
-	margin-bottom: .72em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
-
-.newslist a {
-	color: #3366CC;
-}
-
-.xiph {
-	color: #FF9900;
-	font-weight: bold;
-}
-
-.resources ul {
-	margin: 0;
-	padding: 0;
-}
-
-.resources li {
-	margin-bottom: .4em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
--->
-</style>
 </head>
 <body>
 <!--#include virtual="/common/xiphbar.include" -->

Modified: websites/theora.org/faq/index.shtml.en
===================================================================
--- websites/theora.org/faq/index.shtml.en	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/faq/index.shtml.en	2007-09-04 16:41:06 UTC (rev 13725)
@@ -1,42 +1,6 @@
 <!--#include virtual="/ssi/header.include" -->
 <!-- Enter custom page information and styles here -->
   <title>Theora.org :: FAQ - Theora, video for everyone</title>
-<style type="text/css">
-<!--
-.newslist {
-	margin: 0 0 2.64em 0;
-	padding: 0;
-}
-
-.newslist li {
-	margin-bottom: .72em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
-
-.newslist a {
-	color: #3366CC;
-}
-
-.xiph {
-	color: #FF9900;
-	font-weight: bold;
-}
-
-.resources ul {
-	margin: 0;
-	padding: 0;
-}
-
-.resources li {
-	margin-bottom: .4em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
--->
-</style>
 </head>
 <body>
 <!--#include virtual="/common/xiphbar.include" -->

Modified: websites/theora.org/news/index.shtml.en
===================================================================
--- websites/theora.org/news/index.shtml.en	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/news/index.shtml.en	2007-09-04 16:41:06 UTC (rev 13725)
@@ -1,42 +1,6 @@
 <!--#include virtual="/ssi/header.include" -->
 <!-- Enter custom page information and styles here -->
   <title>Theora.org :: news - Theora, video for everyone</title>
-<style type="text/css">
-<!--
-.newslist {
-	margin: 0 0 2.64em 0;
-	padding: 0;
-}
-
-.newslist li {
-	margin-bottom: .72em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
-
-.newslist a {
-	color: #3366CC;
-}
-
-.xiph {
-	color: #FF9900;
-	font-weight: bold;
-}
-
-.resources ul {
-	margin: 0;
-	padding: 0;
-}
-
-.resources li {
-	margin-bottom: .4em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
--->
-</style>
 </head>
 <body>
 <!--#include virtual="/common/xiphbar.include" -->

Modified: websites/theora.org/svn/index.shtml.en
===================================================================
--- websites/theora.org/svn/index.shtml.en	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/svn/index.shtml.en	2007-09-04 16:41:06 UTC (rev 13725)
@@ -1,42 +1,6 @@
 <!--#include virtual="/ssi/header.include" -->
 <!-- Enter custom page information and styles here -->
   <title>Theora.org :: svn - Theora, video for everyone</title>
-<style type="text/css">
-<!--
-.newslist {
-	margin: 0 0 2.64em 0;
-	padding: 0;
-}
-
-.newslist li {
-	margin-bottom: .72em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
-
-.newslist a {
-	color: #3366CC;
-}
-
-.xiph {
-	color: #FF9900;
-	font-weight: bold;
-}
-
-.resources ul {
-	margin: 0;
-	padding: 0;
-}
-
-.resources li {
-	margin-bottom: .4em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
--->
-</style>
 </head>
 <body>
 <!--#include virtual="/common/xiphbar.include" -->

Modified: websites/theora.org/test.shtml.en
===================================================================
--- websites/theora.org/test.shtml.en	2007-09-04 16:32:09 UTC (rev 13724)
+++ websites/theora.org/test.shtml.en	2007-09-04 16:41:06 UTC (rev 13725)
@@ -1,42 +1,6 @@
 <!--#include virtual="/ssi/header.include" -->
 <!-- Enter custom page information and styles here -->
   <title>Theora.org :: main - Theora, video for everyone</title>
-<style type="text/css">
-<!--
-.newslist {
-	margin: 0 0 2.64em 0;
-	padding: 0;
-}
-
-.newslist li {
-	margin-bottom: .72em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
-
-.newslist a {
-	color: #3366CC;
-}
-
-.xiph {
-	color: #FF9900;
-	font-weight: bold;
-}
-
-.resources ul {
-	margin: 0;
-	padding: 0;
-}
-
-.resources li {
-	margin-bottom: .4em;
-	list-style: none;
-	font-size: .94em;
-	line-height: 1.4;
-}
--->
-</style>
 </head>
 <body>
 <!--#include virtual="/common/xiphbar.include" -->



More information about the commits mailing list