[xiph-commits] r8370 - websites-plone/www/css

atamido at motherfish-iii.xiph.org atamido at motherfish-iii.xiph.org
Fri Dec 10 15:27:48 PST 2004


Author: atamido
Date: 2004-12-10 15:27:48 -0800 (Fri, 10 Dec 2004)
New Revision: 8370

Modified:
   websites-plone/www/css/screen-navbars.css
   websites-plone/www/css/screen-xiph.css
   websites-plone/www/css/screen.css
Log:
A few layout changes in the CSS.

Modified: websites-plone/www/css/screen-navbars.css
===================================================================
--- websites-plone/www/css/screen-navbars.css	2004-12-10 23:24:08 UTC (rev 8369)
+++ websites-plone/www/css/screen-navbars.css	2004-12-10 23:27:48 UTC (rev 8370)
@@ -82,13 +82,14 @@
 	padding: 3px;
 	text-decoration: none;
 	text-transform: lowercase;
+	font-weight: bold;
 	display: block;
 	width: 130px;
 	border: 3px solid #91acd9;
 	border-bottom: 3px solid #718CB9;
 	border-right: 3px solid #718CB9;
 	-moz-border-radius: 13px;
-	background: #819cc9;
+	background: #000000;
 }
 
 div#navbar2 li:hover {

Modified: websites-plone/www/css/screen-xiph.css
===================================================================
--- websites-plone/www/css/screen-xiph.css	2004-12-10 23:24:08 UTC (rev 8369)
+++ websites-plone/www/css/screen-xiph.css	2004-12-10 23:27:48 UTC (rev 8370)
@@ -3,7 +3,6 @@
 /*These properties are only for the main Xiph pages, not any of the project pages. */
 
 html, body {
-	background-color: #819cc9;
 }
 
 div#navbar1 a#xiph {
@@ -16,7 +15,7 @@
 
 div#navbar2 a:hover {
 	color: #EEEEEE;
-	background:  #617Ca9;
+	background:  #3C6484;
 	border: 3px solid #91acd9;
 	border-top: 3px solid #718CB9;
 	border-left: 3px solid #718CB9;

Modified: websites-plone/www/css/screen.css
===================================================================
--- websites-plone/www/css/screen.css	2004-12-10 23:24:08 UTC (rev 8369)
+++ websites-plone/www/css/screen.css	2004-12-10 23:27:48 UTC (rev 8370)
@@ -6,7 +6,7 @@
 	margin: 0;
 	border: 0;
 	padding: 0px;
-	background: url(/images/layout/lightfish-blue.png) #819cc9;
+	background: #DDDDDD;
 	color: black;
 	font: Verdana, "Bitstream Vera Sans",  Helvetica, sans-serif;
 }
@@ -23,23 +23,22 @@
 	text-align: center;
 	font-size: 250%;
 	margin: 0;
-	padding: 0px 0 0px 0;
+	padding: 5px 0 5px 0;
 	border: 0;
-	background: #000000;
+	background: no-repeat url(/images/layout/xiph_squares.gif) left #FFFFFF;
 	border: 3px solid #000000;
 	-moz-border-radius-topleft: 10px;
-	-moz-border-radius-topright: 10px; 
+	-moz-border-radius-topright: 10px;
+	text-transform: lowercase;
 }
 
 #label2 {
-	position: absolute;
-	margin: 40px 0px 0px 0px;
+	margin: 0px 0px 0px 0px;
 	padding: 0px;
 	top: 0px;
 	left: 0px;
 	border: 0px solid #00FF00;
 	text-align: center;
-	width: 100%;
 	min-width: 565px;
 }
 



More information about the commits mailing list