[xiph-commits] r13145 -
trunk/icebreaker/Icebreaker/icebreaker/static/css
nickmudd at svn.xiph.org
nickmudd at svn.xiph.org
Wed Jun 20 02:34:10 PDT 2007
Author: nickmudd
Date: 2007-06-20 02:34:10 -0700 (Wed, 20 Jun 2007)
New Revision: 13145
Added:
trunk/icebreaker/Icebreaker/icebreaker/static/css/screen.css
trunk/icebreaker/Icebreaker/icebreaker/static/css/xiphbar.css
Log:
Added some css files.
Added: trunk/icebreaker/Icebreaker/icebreaker/static/css/screen.css
===================================================================
--- trunk/icebreaker/Icebreaker/icebreaker/static/css/screen.css (rev 0)
+++ trunk/icebreaker/Icebreaker/icebreaker/static/css/screen.css 2007-06-20 09:34:10 UTC (rev 13145)
@@ -0,0 +1,115 @@
+
+
+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;
+}
Added: trunk/icebreaker/Icebreaker/icebreaker/static/css/xiphbar.css
===================================================================
--- trunk/icebreaker/Icebreaker/icebreaker/static/css/xiphbar.css (rev 0)
+++ trunk/icebreaker/Icebreaker/icebreaker/static/css/xiphbar.css 2007-06-20 09:34:10 UTC (rev 13145)
@@ -0,0 +1,38 @@
+#xiphbar_outer {
+ background-color: #666666;
+ min-width: 840px;
+ width: 100%;
+ height: 30px;
+}
+
+#xiphbar {
+ min-width: 840px;
+ width: 840px;
+ height: 30px;
+ margin-left: auto;
+ margin-right: auto;
+ padding: 0 8px 0 8px;
+}
+
+#xiphbar a {
+ margin-left: 16px;
+ color: #ffcc66;
+ text-decoration: none;
+ text-transform: uppercase;
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+#xiphbar a:hover {
+ color: #ffe6b3;
+}
+
+#xiphbanner {
+ float: left;
+ vertical-align: middle;
+}
+
+#xiphlinks {
+ font-size: 11px;
+ vertical-align: middle;
+}
+
More information about the commits
mailing list