[xiph-commits] r8150 - in websites-plone/www: . css images/layout
atamido at motherfish-iii.xiph.org
atamido at motherfish-iii.xiph.org
Sat Oct 30 11:26:54 PDT 2004
Author: atamido
Date: 2004-10-30 11:26:54 -0700 (Sat, 30 Oct 2004)
New Revision: 8150
Added:
websites-plone/www/images/layout/bwbottomleft.png
websites-plone/www/images/layout/bwbottomright.png
websites-plone/www/images/layout/bwtopleft.png
websites-plone/www/images/layout/bwtopright.png
Modified:
websites-plone/www/css/screen-navbars.css
websites-plone/www/css/screen.css
websites-plone/www/test.shtml
Log:
Few more tweaks to the layout.
Modified: websites-plone/www/css/screen-navbars.css
===================================================================
--- websites-plone/www/css/screen-navbars.css 2004-10-30 16:51:06 UTC (rev 8149)
+++ websites-plone/www/css/screen-navbars.css 2004-10-30 18:26:54 UTC (rev 8150)
@@ -12,7 +12,7 @@
margin: 0 0 0 10px;
border-width: 0px;
padding: 0 0 0 40px;
- background: no-repeat url(../images/35x20.png) left;
+ background: no-repeat url(/images/layout/35x20.png) left;
}
div#navbar1 li {
Modified: websites-plone/www/css/screen.css
===================================================================
--- websites-plone/www/css/screen.css 2004-10-30 16:51:06 UTC (rev 8149)
+++ websites-plone/www/css/screen.css 2004-10-30 18:26:54 UTC (rev 8150)
@@ -52,19 +52,40 @@
div#rightside {
margin: 0px 0 0 160px;
- padding: 20px;
- background-image: url(../images/topleft.png);
- background-color: #FFFFFF;
+ padding: 0px;
+ background: #FFFFFF;
border-left: 3px solid #000000;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
+ -moz-border-radius-bottomleft: 15px;
+ -moz-border-radius-bottomright: 15px;
+}
+#rs2 {
+ margin: 0;
+ border: 0;
+ padding: 0;
+ background: no-repeat url(/images/layout/bwtopleft.png) top left #FFFFFF;
}
+#rs3 {
+ margin: 0;
+ border: 0;
+ padding: 0;
+ background: no-repeat url(/images/layout/bwbottomright.png) bottom right #FFFFFF;
+}
+
+#rs4 {
+ margin: 0 30px 0 0;
+ border: 0;
+ padding: 0;
+ background: no-repeat url(/images/layout/bwbottomleft.png) bottom left #FFFFFF;
+}
+
#content {
- margin: 0 20px 0 20px;
- padding: 10px;
- background: no-repeat url(images/topleft.png) #FFFFFF;
+ margin: 0 0 0 20px;
+ padding: 0 30px 0 10px;
+ background: no-repeat url(/images/layout/bwtopright.png) top right #FFFFFF;
}
/*
Added: websites-plone/www/images/layout/bwbottomleft.png
===================================================================
(Binary files differ)
Property changes on: websites-plone/www/images/layout/bwbottomleft.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: websites-plone/www/images/layout/bwbottomright.png
===================================================================
(Binary files differ)
Property changes on: websites-plone/www/images/layout/bwbottomright.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: websites-plone/www/images/layout/bwtopleft.png
===================================================================
(Binary files differ)
Property changes on: websites-plone/www/images/layout/bwtopleft.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: websites-plone/www/images/layout/bwtopright.png
===================================================================
(Binary files differ)
Property changes on: websites-plone/www/images/layout/bwtopright.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: websites-plone/www/test.shtml
===================================================================
--- websites-plone/www/test.shtml 2004-10-30 16:51:06 UTC (rev 8149)
+++ websites-plone/www/test.shtml 2004-10-30 18:26:54 UTC (rev 8150)
@@ -46,7 +46,7 @@
</div>
-<div id="rightside">
+<div id="rightside"><div id="rs2">
<div id="content">
@@ -59,8 +59,10 @@
markets. </p>
<p style="text-align: center;"> <a href="http://xiph.commo.de/map/">Site map</a> </p>
-</div>
+</div></div>
+<div id="rs3"><div id="rs4"> </div></div>
+
</div>
</div>
More information about the commits
mailing list