Author: buildbot
Date: Mon Jun 18 15:07:11 2012
New Revision: 822259
Log:
Staging update by buildbot for wave
Added:
websites/staging/wave/trunk/content/wave/images/header_bg.png (with props)
Modified:
websites/staging/wave/trunk/content/ (props changed)
websites/staging/wave/trunk/content/wave/about.html
websites/staging/wave/trunk/content/wave/css/wave.css
websites/staging/wave/trunk/content/wave/demo-servers.html
websites/staging/wave/trunk/content/wave/get-involved.html
websites/staging/wave/trunk/content/wave/getting-started/building-wave-in-a-box.html
websites/staging/wave/trunk/content/wave/getting-started/setting-up.html
websites/staging/wave/trunk/content/wave/index.html
websites/staging/wave/trunk/content/wave/mailing-lists.html
websites/staging/wave/trunk/content/wave/people.html
websites/staging/wave/trunk/content/wave/source-code.html
Propchange: websites/staging/wave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 18 15:07:11 2012
@@ -1 +1 @@
-1349987
+1351380
Modified: websites/staging/wave/trunk/content/wave/about.html
==============================================================================
--- websites/staging/wave/trunk/content/wave/about.html (original)
+++ websites/staging/wave/trunk/content/wave/about.html Mon Jun 18 15:07:11 2012
@@ -30,7 +30,7 @@
</div>
<div id="header-title">
<img id="incubator-logo"
src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
- <span style="position: relative; top: 25%; padding-left:
10px;">Apache Wave (Incubating)</span>
+ <span style="position: relative; top: 30%; padding-left:
10px;">Apache Wave (Incubating)</span>
</div>
<div style="clear:both;"></div>
</div>
Modified: websites/staging/wave/trunk/content/wave/css/wave.css
==============================================================================
--- websites/staging/wave/trunk/content/wave/css/wave.css (original)
+++ websites/staging/wave/trunk/content/wave/css/wave.css Mon Jun 18 15:07:11
2012
@@ -7,35 +7,64 @@ body {
padding: 10px 0px;
}
+/*
+blue-dark: #5998DD or #5692D4
+blue-light: #C9E2FC
+green-notif: #99BB00
+green-light: #CCDD7F
+gray: #E5E5E5
+*/
+
#wrapper {
width: 950px;
margin: auto;
border: 1px solid #7C7D7E;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
}
#header {
-
border-bottom: 1px solid #7C7D7E;
}
+
#header-logo {
+ -moz-border-radius-topleft: 4px;
+ -webkit-border-top-left-radius: 4px;
+ border-top-left-radius: 4px;
vertical-align: middle;
float: left;
- width: 160px;
+ width: 156px;
background: white;
+ padding: 2px;
}
#header-title {
+ -moz-border-radius-topleft: 4px;
+ -moz-border-radius-topright: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
padding-left: 10px;
background: #2485B3;
+ background: url(/wave/images/header_bg.png) repeat;
color: #FFF;
- font-size: 24pt;
- height: 120px;
+ font-size: 29pt;
+ height: 124px;
+ font-weight: bold;
+ font-family: Helvetica,Arial,sans-serif;
+}
+
+#header-title span {
+ margin-left: 30px;
}
#incubator-logo {
width: 125px;
float: right;
+ margin: 5px;
}
@@ -55,8 +84,7 @@ a:visited {
}
a:hover {
- color: #ddf;
- background-color: #6badff;
+ color: green;
}
h1,h2,h3,h4,h5,h6 {
@@ -66,9 +94,10 @@ h1,h2,h3,h4,h5,h6 {
#content {
background: #FFF;
margin-left: 160px;
- padding: 10px;
+ padding: 5px 25px 20px 25px;
text-align: justify;
border-left: 1px solid #73ace5;
+ line-height: 1.5em;
}
#content h1,h2,h3,h4,h5,h6 {
@@ -78,29 +107,35 @@ h1,h2,h3,h4,h5,h6 {
#content h1 {
font: normal 3em "Lucida Grande", Geneva, Verdana, Arial, Helvetica,
sans-serif;
- color: #333;
+ color: #5692D4;
font-size: 24pt;
}
#content h2 {
font-size: 16pt;
- border-bottom: 1px solid gray;
+ border-bottom: 1px solid #C9E2FC;
+ padding-bottom: 5px;
+ color: #5692D4;
+}
+
+#main-screenshot {
+ float: right;
+ margin: 5px 5px 5px 15px;
}
#content h3,h4,h5,h6 {
border-bottom: none;
- color: #688a6f;
+ color: #5998DD;
font-size: 14pt;
margin-bottom: 0;
}
#navigation {
-
font-size: 85%;
color: #003;
float: left;
- padding: 8px;
- width: 144px;
+ padding: 2px 6px;
+ width: 148px;
background: #FAFAFA;
height: 100%;
}
@@ -113,12 +148,18 @@ h1,h2,h3,h4,h5,h6 {
}
#navigation h1 {
- color: #000;
+ color: #003;
font-size: 1.1em;
padding: 0;
margin-top: 0.8em;
margin-bottom: 0.5em;
- border-bottom: 1px dotted #3487ef;
+ background-color: #CCDD7F;
+ padding: 4px;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ border-radius: 2px;
+ float: left;
+ width: 140px;
}
#navigation ul {
@@ -129,13 +170,20 @@ h1,h2,h3,h4,h5,h6 {
#navigation li {
margin: 0;
- padding: 0;
+ padding: 2px 4px;
+ width: 100%;
}
#navigation li a {
margin: 0;
color: #003;
text-decoration:none;
+ padding: 2px 4px;
+ width: 132px;
+ float: left;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ border-radius: 2px;
}
#navigation li a:visited {
@@ -143,16 +191,22 @@ h1,h2,h3,h4,h5,h6 {
}
#navigation li a:hover {
- background-color: #6badff;
- color: #000;
+ background-color: #5692D4;
+ color: #FFF;
}
#footer {
border-top: 1px solid #7C7D7E;
- background-color:#b0b0b0;
- color:#000;
+ background-color: #CBE6FF;
+ color: #003;
font-size: 80%;
- padding: 8px;
+ padding: 8px 8px 8px 16px;
+ -moz-border-radius-bottomleft: 4px;
+ -moz-border-radius-bottomright: 4px;
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px
}
/* definition lists */
@@ -173,5 +227,5 @@ dt {
border: 1px dashed black;
background: #EEEEEE;
font-family: Courier, monospace;
- padding: 2px;
-}
\ No newline at end of file
+ padding: 2px 6px;
+}
Modified: websites/staging/wave/trunk/content/wave/demo-servers.html
==============================================================================
--- websites/staging/wave/trunk/content/wave/demo-servers.html (original)
+++ websites/staging/wave/trunk/content/wave/demo-servers.html Mon Jun 18
15:07:11 2012
@@ -30,7 +30,7 @@
</div>
<div id="header-title">
<img id="incubator-logo"
src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
- <span style="position: relative; top: 25%; padding-left:
10px;">Apache Wave (Incubating)</span>
+ <span style="position: relative; top: 30%; padding-left:
10px;">Apache Wave (Incubating)</span>
</div>
<div style="clear:both;"></div>
</div>
Modified: websites/staging/wave/trunk/content/wave/get-involved.html
==============================================================================
--- websites/staging/wave/trunk/content/wave/get-involved.html (original)
+++ websites/staging/wave/trunk/content/wave/get-involved.html Mon Jun 18
15:07:11 2012
@@ -30,7 +30,7 @@
</div>
<div id="header-title">
<img id="incubator-logo"
src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
- <span style="position: relative; top: 25%; padding-left:
10px;">Apache Wave (Incubating)</span>
+ <span style="position: relative; top: 30%; padding-left:
10px;">Apache Wave (Incubating)</span>
</div>
<div style="clear:both;"></div>
</div>
Modified:
websites/staging/wave/trunk/content/wave/getting-started/building-wave-in-a-box.html
==============================================================================
---
websites/staging/wave/trunk/content/wave/getting-started/building-wave-in-a-box.html
(original)
+++
websites/staging/wave/trunk/content/wave/getting-started/building-wave-in-a-box.html
Mon Jun 18 15:07:11 2012
@@ -30,7 +30,7 @@
</div>
<div id="header-title">
<img id="incubator-logo"
src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
- <span style="position: relative; top: 25%; padding-left:
10px;">Apache Wave (Incubating)</span>
+ <span style="position: relative; top: 30%; padding-left:
10px;">Apache Wave (Incubating)</span>
</div>
<div style="clear:both;"></div>
</div>
Modified:
websites/staging/wave/trunk/content/wave/getting-started/setting-up.html
==============================================================================
--- websites/staging/wave/trunk/content/wave/getting-started/setting-up.html
(original)
+++ websites/staging/wave/trunk/content/wave/getting-started/setting-up.html
Mon Jun 18 15:07:11 2012
@@ -30,7 +30,7 @@
</div>
<div id="header-title">
<img id="incubator-logo"
src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
- <span style="position: relative; top: 25%; padding-left:
10px;">Apache Wave (Incubating)</span>
+ <span style="position: relative; top: 30%; padding-left:
10px;">Apache Wave (Incubating)</span>
</div>
<div style="clear:both;"></div>
</div>
Added: websites/staging/wave/trunk/content/wave/images/header_bg.png
==============================================================================
Binary file - no diff available.
Propchange: websites/staging/wave/trunk/content/wave/images/header_bg.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Modified: websites/staging/wave/trunk/content/wave/index.html
==============================================================================
--- websites/staging/wave/trunk/content/wave/index.html (original)
+++ websites/staging/wave/trunk/content/wave/index.html Mon Jun 18 15:07:11 2012
@@ -30,7 +30,7 @@
</div>
<div id="header-title">
<img id="incubator-logo"
src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
- <span style="position: relative; top: 25%; padding-left:
10px;">Apache Wave (Incubating)</span>
+ <span style="position: relative; top: 30%; padding-left:
10px;">Apache Wave (Incubating)</span>
</div>
<div style="clear:both;"></div>
</div>
@@ -77,10 +77,7 @@ customizability to the users experience.
WiaB aims to be both a reference implementation of the Wave platform as well
as a set of reusable
components that can serve as building blocks for developing other wave related
products. As the
project grows we hope to expand our focus to offer other Wave related goodies
as well.</p>
-<div style="text-align: center;">
-<img src="/wave/images/wiab_screenshot.jpg">
-</div>
-
+<p><img id="main-screenshot" src="/wave/images/wiab_screenshot.jpg"></p>
<p>The wave project is still in its infancy. To graduate from incubation we
need to mature the code
base, grow the community, provide better documentation, and make some software
releases. We are
currently driving towards our first stable release. If you are interested in
joining the
Modified: websites/staging/wave/trunk/content/wave/mailing-lists.html
==============================================================================
--- websites/staging/wave/trunk/content/wave/mailing-lists.html (original)
+++ websites/staging/wave/trunk/content/wave/mailing-lists.html Mon Jun 18
15:07:11 2012
@@ -30,7 +30,7 @@
</div>
<div id="header-title">
<img id="incubator-logo"
src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
- <span style="position: relative; top: 25%; padding-left:
10px;">Apache Wave (Incubating)</span>
+ <span style="position: relative; top: 30%; padding-left:
10px;">Apache Wave (Incubating)</span>
</div>
<div style="clear:both;"></div>
</div>
Modified: websites/staging/wave/trunk/content/wave/people.html
==============================================================================
--- websites/staging/wave/trunk/content/wave/people.html (original)
+++ websites/staging/wave/trunk/content/wave/people.html Mon Jun 18 15:07:11
2012
@@ -30,7 +30,7 @@
</div>
<div id="header-title">
<img id="incubator-logo"
src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
- <span style="position: relative; top: 25%; padding-left:
10px;">Apache Wave (Incubating)</span>
+ <span style="position: relative; top: 30%; padding-left:
10px;">Apache Wave (Incubating)</span>
</div>
<div style="clear:both;"></div>
</div>
Modified: websites/staging/wave/trunk/content/wave/source-code.html
==============================================================================
--- websites/staging/wave/trunk/content/wave/source-code.html (original)
+++ websites/staging/wave/trunk/content/wave/source-code.html Mon Jun 18
15:07:11 2012
@@ -30,7 +30,7 @@
</div>
<div id="header-title">
<img id="incubator-logo"
src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
- <span style="position: relative; top: 25%; padding-left:
10px;">Apache Wave (Incubating)</span>
+ <span style="position: relative; top: 30%; padding-left:
10px;">Apache Wave (Incubating)</span>
</div>
<div style="clear:both;"></div>
</div>