[xiph-commits] r10663 - websites/xiph.org/css

giles at svn.xiph.org giles at svn.xiph.org
Tue Dec 20 11:33:25 PST 2005


Author: giles
Date: 2005-12-20 11:33:22 -0800 (Tue, 20 Dec 2005)
New Revision: 10663

Modified:
   websites/xiph.org/css/screen.css
Log:
Set a background color property on the body element.


Modified: websites/xiph.org/css/screen.css
===================================================================
--- websites/xiph.org/css/screen.css	2005-12-20 17:32:01 UTC (rev 10662)
+++ websites/xiph.org/css/screen.css	2005-12-20 19:33:22 UTC (rev 10663)
@@ -1,114 +1,115 @@
- at import url(/common/xiphbar.css);
-
-body {
-  margin: 0;
-  padding-bottom: 30px;
-  font-family: Verdana, Arial, Helvetica, sans-serif;
-  color: #333333;
-}
-
-a {
-  color: #3366cc;
-}
-
-img {
-  border: 0;
-}
-
-#thepage {
-  margin-left: auto;
-  margin-right: auto;
-  width: 840px;
-}
-
-#xiphlogo {
-  margin: 30px 0 16px 8px;
-}
-
-#navbar {
-  border: 0;
-  margin-top: 0px;
-  padding-right: 10px;
-  text-align: right;
-  border-right: 1px solid #9FC0D7;
-  width: 130px;
-  float: left;
-}
-
-#navbar ul {
-  margin: 0 0 1em 0;
-  padding: 0;
-}
-
-#navbar li {
-  text-align: right;
-  font-size: .7em;
-  line-height: 1.4;
-  list-style: none;
-}
-
-#navbar li a {
-  font-weight: bold;
-  color: #3366CC;
-  text-decoration: none;
-  line-height: 0;
-}
-
-#navbar li a:hover {
-  text-decoration: underline;
-}
-
-#content {
-  margin-top: 8px;
-  padding-left: 8px;
-  border-left: 1px solid #9FC0D7;
-  font-size: .75em;
-  margin-left: 140px;
-}
-
-#content p {
-  line-height: 1.4;
-}
-
-h1, h1 a {
-  font-weight: bold;
-  color: #ff9900;
-  margin: 1.3em 0 8px 0;
-}
-
-h1 {
-  font-size: 1.3em;
-}
-
-h2, h2 a {
-  font-weight: bold;
-  color: #ff9900;
-  margin: 1.3em 0 8px 0;
-}
-
-h2 {
-  font-size: 1.2em;
-}
-
-h3, h3 a {
-  font-weight: bold;
-  color: #ff9900;
-  margin: 1.3em 0 8px 0;
-}
-
-h3 {
-  font-size: 1.1em;
-}
-
-li {
-  line-height: 1.4;
-}
-
-#copyright {
-  margin-top: 30px;
-  line-height: 1.5em;
-  text-align: center;
-  font-size: .6em;
-  color: #888888;
-  clear: both;
-}
+ at import url(/common/xiphbar.css);
+
+body {
+  margin: 0;
+  padding-bottom: 30px;
+  font-family: Verdana, Arial, Helvetica, sans-serif;
+  background-color: #ffffff;
+  color: #333333;
+}
+
+a {
+  color: #3366cc;
+}
+
+img {
+  border: 0;
+}
+
+#thepage {
+  margin-left: auto;
+  margin-right: auto;
+  width: 840px;
+}
+
+#xiphlogo {
+  margin: 30px 0 16px 8px;
+}
+
+#navbar {
+  border: 0;
+  margin-top: 0px;
+  padding-right: 10px;
+  text-align: right;
+  border-right: 1px solid #9FC0D7;
+  width: 130px;
+  float: left;
+}
+
+#navbar ul {
+  margin: 0 0 1em 0;
+  padding: 0;
+}
+
+#navbar li {
+  text-align: right;
+  font-size: .7em;
+  line-height: 1.4;
+  list-style: none;
+}
+
+#navbar li a {
+  font-weight: bold;
+  color: #3366CC;
+  text-decoration: none;
+  line-height: 0;
+}
+
+#navbar li a:hover {
+  text-decoration: underline;
+}
+
+#content {
+  margin-top: 8px;
+  padding-left: 8px;
+  border-left: 1px solid #9FC0D7;
+  font-size: .75em;
+  margin-left: 140px;
+}
+
+#content p {
+  line-height: 1.4;
+}
+
+h1, h1 a {
+  font-weight: bold;
+  color: #ff9900;
+  margin: 1.3em 0 8px 0;
+}
+
+h1 {
+  font-size: 1.3em;
+}
+
+h2, h2 a {
+  font-weight: bold;
+  color: #ff9900;
+  margin: 1.3em 0 8px 0;
+}
+
+h2 {
+  font-size: 1.2em;
+}
+
+h3, h3 a {
+  font-weight: bold;
+  color: #ff9900;
+  margin: 1.3em 0 8px 0;
+}
+
+h3 {
+  font-size: 1.1em;
+}
+
+li {
+  line-height: 1.4;
+}
+
+#copyright {
+  margin-top: 30px;
+  line-height: 1.5em;
+  text-align: center;
+  font-size: .6em;
+  color: #888888;
+  clear: both;
+}


Property changes on: websites/xiph.org/css/screen.css
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the commits mailing list