[xiph-commits] r8152 - in websites-plone/www: . css images/layout
atamido at motherfish-iii.xiph.org
atamido at motherfish-iii.xiph.org
Sat Oct 30 14:47:30 PDT 2004
Author: atamido
Date: 2004-10-30 14:47:29 -0700 (Sat, 30 Oct 2004)
New Revision: 8152
Added:
websites-plone/www/images/layout/fire.jpg
websites-plone/www/images/layout/lightfish-blue.png
Modified:
websites-plone/www/css/screen-navbars.css
websites-plone/www/css/screen-xiph.css
websites-plone/www/css/screen.css
websites-plone/www/test.shtml
Log:
Playing with the label at the top.
Modified: websites-plone/www/css/screen-navbars.css
===================================================================
--- websites-plone/www/css/screen-navbars.css 2004-10-30 18:44:31 UTC (rev 8151)
+++ websites-plone/www/css/screen-navbars.css 2004-10-30 21:47:29 UTC (rev 8152)
@@ -43,7 +43,6 @@
border-width: 0px;
padding: 0px;
text-align: left;
- background: #819cc9;
}
div#logo {
@@ -89,6 +88,7 @@
border-bottom: 3px solid #718CB9;
border-right: 3px solid #718CB9;
-moz-border-radius: 13px;
+ background: #819cc9;
}
div#navbar2 li:hover {
Modified: websites-plone/www/css/screen-xiph.css
===================================================================
--- websites-plone/www/css/screen-xiph.css 2004-10-30 18:44:31 UTC (rev 8151)
+++ websites-plone/www/css/screen-xiph.css 2004-10-30 21:47:29 UTC (rev 8152)
@@ -6,17 +6,12 @@
background-color: #819cc9;
}
-div#thepage {
- border-color: #2b4556;
-}
-
div#navbar1 a#xiph {
font-style: italic;
}
div#navbar2 {
border: 0px;
- background: #819cc9;
}
div#navbar2 a:hover {
Modified: websites-plone/www/css/screen.css
===================================================================
--- websites-plone/www/css/screen.css 2004-10-30 18:44:31 UTC (rev 8151)
+++ websites-plone/www/css/screen.css 2004-10-30 21:47:29 UTC (rev 8152)
@@ -5,13 +5,14 @@
html, body {
margin: 0;
border: 0;
- padding: 5px;
+ padding: 0px;
+ background: url(/images/layout/lightfish-blue.png) #819cc9;
+ color: black;
+ font: Verdana, "Bitstream Vera Sans", Helvetica, sans-serif;
}
-html {
- background: white;
- color: black;
- font: 80% Verdana, "Bitstream Vera Sans", Helvetica, sans-serif;
+body {
+ padding: 8px;
}
div#logo {
@@ -20,16 +21,36 @@
div#label {
text-align: center;
- font-size: 200%;
+ font-size: 250%;
margin: 0;
- padding: 10px 0 10px 0;
+ padding: 0px 0 0px 0;
border: 0;
- background: #FFFFFF;
+ background: #000000;
border: 3px solid #000000;
-moz-border-radius-topleft: 10px;
- -moz-border-radius-topright: 10px;
+ -moz-border-radius-topright: 10px;
}
+#label2 {
+ position: absolute;
+ margin: 40px 0px 0px 0px;
+ padding: 0px;
+ top: 0px;
+ left: 0px;
+ border: 0px solid #00FF00;
+ text-align: center;
+ width: 100%;
+ min-width: 565px;
+}
+
+.back {
+ margin: 0;
+ border: 0;
+ padding: 0px;
+ width: 100%;
+ height: 100px;
+}
+
#label img {
text-align: center;
font-size: 100%;
Added: websites-plone/www/images/layout/fire.jpg
===================================================================
(Binary files differ)
Property changes on: websites-plone/www/images/layout/fire.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: websites-plone/www/images/layout/lightfish-blue.png
===================================================================
(Binary files differ)
Property changes on: websites-plone/www/images/layout/lightfish-blue.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: websites-plone/www/test.shtml
===================================================================
--- websites-plone/www/test.shtml 2004-10-30 18:44:31 UTC (rev 8151)
+++ websites-plone/www/test.shtml 2004-10-30 21:47:29 UTC (rev 8152)
@@ -9,7 +9,8 @@
<div id="thepage">
-<div id="label">Xiph's Open Media Technologies</div>
+<div id="label"><img class="back" src="/images/layout/fire.jpg"/><div id='label2'>Xiph's Open Media Technologies</div>
+</div>
<div id="navbar1">
<ul>
@@ -65,9 +66,10 @@
</div>
-</div>
-
<div id="footer">
© 2004 Xiph.org Foundation
</div>
+
+</div>
+
</body></html>
\ No newline at end of file
More information about the commits
mailing list