Author: michael
Date: Sun Jun 17 22:24:52 2012
New Revision: 1351175

URL: http://svn.apache.org/viewvc?rev=1351175&view=rev
Log:
Updated with some sytle changes mostly supplied by VJRJ.


Modified:
    incubator/wave/site/trunk/content/wave/css/wave.css
    incubator/wave/site/trunk/content/wave/index.mdtext

Modified: incubator/wave/site/trunk/content/wave/css/wave.css
URL: 
http://svn.apache.org/viewvc/incubator/wave/site/trunk/content/wave/css/wave.css?rev=1351175&r1=1351174&r2=1351175&view=diff
==============================================================================
--- incubator/wave/site/trunk/content/wave/css/wave.css (original)
+++ incubator/wave/site/trunk/content/wave/css/wave.css Sun Jun 17 22:24:52 2012
@@ -7,35 +7,63 @@ 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;
   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 +83,7 @@ a:visited {
 }
 
 a:hover {
-  color: #ddf;
-  background-color: #6badff;
+  color: green;
 }
 
 h1,h2,h3,h4,h5,h6 {
@@ -66,9 +93,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 +106,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 +147,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 +169,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 +190,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 +226,5 @@ dt {
   border: 1px dashed black;
   background: #EEEEEE;
   font-family: Courier, monospace;
-  padding: 2px;
-}
\ No newline at end of file
+  padding: 2px 6px;
+}

Modified: incubator/wave/site/trunk/content/wave/index.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/wave/site/trunk/content/wave/index.mdtext?rev=1351175&r1=1351174&r2=1351175&view=diff
==============================================================================
--- incubator/wave/site/trunk/content/wave/index.mdtext (original)
+++ incubator/wave/site/trunk/content/wave/index.mdtext Sun Jun 17 22:24:52 2012
@@ -15,9 +15,7 @@ WiaB aims to be both a reference impleme
 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.
 
-<div style="text-align: center;">
-<img src="/wave/images/wiab_screenshot.jpg">
-</div>
+<img id="main-screenshot" src="/wave/images/wiab_screenshot.jpg">
 
 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 


Reply via email to