You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by zh...@apache.org on 2006/01/13 18:49:42 UTC

svn commit: r368799 - in /portals/pluto/trunk/pluto-site/src/site: resources/css/maven-theme.css resources/css/site.css xdoc/index.xml

Author: zheng
Date: Fri Jan 13 09:49:31 2006
New Revision: 368799

URL: http://svn.apache.org/viewcvs?rev=368799&view=rev
Log:
Updated project site stylesheet

Removed:
    portals/pluto/trunk/pluto-site/src/site/resources/css/maven-theme.css
Modified:
    portals/pluto/trunk/pluto-site/src/site/resources/css/site.css
    portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml

Modified: portals/pluto/trunk/pluto-site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/resources/css/site.css?rev=368799&r1=368798&r2=368799&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/resources/css/site.css (original)
+++ portals/pluto/trunk/pluto-site/src/site/resources/css/site.css Fri Jan 13 09:49:31 2006
@@ -1,103 +1,143 @@
+/**
+ * =============================================================================
+ * Customized stylesheet for maven-generated site.
+ * =============================================================================
+ */
+
+
 html {
-  border: 8px solid #2E6794;
+    border-width: 10px;
+    border-style: solid;
+    border-color: #2E6794;
 }
 
 body {
-  font-family: helvetica, sans-serif;
+    /** font-family: helvetica, sans-serif; **/
 }
 
-
 .composite {
-  margin: 0px auto;
-  background-color: white;
-  border: 1px solid black;
+    background-color: #FFFFFF;
+    border-width: 1px;
+    border-style: solid;
+    border-color: #000000;
 }
 
+/**
+ * The top banner, which contains the apache portals logo and pluto logo.
+ */
 #banner {
-  background-color: #8DB7DF;
-  border-bottom: 1px solid black;
-  width: auto;
-  height: 50px;
-  vertical-align: top;
+    background-color: #8DB7DF;
+    border-bottom-width: 1px;
+    border-bottom-style: solid;
+    border-bottom-color: #000000;
+    vertical-align: top;
 }
 
+/**
+ * The left part of the top banner, which is the apache portals logo.
+ */
 #bannerLeft {
-  position: absolute;
-  left: 8px;
-  bottom: 10px;
+    display: none;
 }
 
+/**
+ * The right part of the top banner.
+ */
 #bannerRight {
-  width: 450px;
-  height: 50px;
-  margin: 0px;
-  float: left;
+    width: 450px;
+    margin: 0px;
+    float: left;
 }
 
+/**
+ * Breadcrumbs under the top banner: last published date and quick links.
+ */
 #breadcrumbs {
-  border-top: 0px;
-  border-bottom: 0px;
-}
-
-.jsr286box {
-  float: right;
-  clear: right;
-  margin: 0 5px 5px 5px;
-  padding: 0px 2px 2px 2px;
-  border: 1px solid #999;
-  background-color: #eee;
-}
-
-.jsr286text {
-  font-size: x-small;
-  line-height:125%;
-}
-
-.highlightbox {
-  float: right;
-  clear: right;
-  margin: 0 10px 20px 20px;
-  padding: 5px;
-  border: 1px solid #999;
-  background-color: #eee;
+	background-image: url(../images/breadcrumbs.jpg);
+	padding: 5px 10px 14px 20px;
+    border-top-width: 0px;
+    border-bottom-width: 0px;
+}
+
+.highlightBox {
+    width: 240px;
+    float: right;
+    clear: right;
+    background-color: #EEEEEE;
+    margin: 0px 0px 20px 20px;
+    padding: 5px;
+    border-width: 1px;
+    border-style: solid;
+    border-color: #909090;
+}
+
+.highlightBox h5 {
+    margin: 0;
+    padding: 0;
+    color: #000000;
+    font-size: smaller;
+    border-width: 0px 0px 1px 0px;
+    border-style: solid;
+    border-color: #909090;
+}
+
+.highlightBox p {
+    margin: 1em 0 0.5em 0;
+    padding: 0;
+    font-size: smaller;
+}
+
+.highlightBox ul {
+    margin-top: 0;
+    margin-bottom: 1em;
+    list-style-type: square;
+}
+
+.highlightBox li {  
+    margin: 0;
+    padding: 0;
+    font-size: smaller;
 }
 
 #leftColumn {
-
+    margin: 10px 0 10px 0;
+    padding: 0px 5px 0px 5px;
+    background-color: #FFFFFF;
+    border-width: 1px 1px 1px 0px;
+    border-style: solid;
+    border-color: #CCCCCC;
 }
 
 
 #bodyColumn {
-
+    
 }
 
 .section h2 {
-  padding-left: .25em;
-  background-color: #8DB7DF;
-  color: white;
-  font-weight: bold;
-  white-space: nowrap;
-  border: 2px solid #2E6794;
+    padding-left: 0.25em;
+    background-color: #8DB7DF;
+    color: #FFFFFF;
+    font-weight: bold;
+    white-space: nowrap;
+    border-width: 1px;
+    border-style: solid;
+    border-color: #2E6794;
 }
 
 .section h3 {
-  padding-left: .25em;
-  background-color: #cccccc;
-  color: white;
-  font-weight: bold;
-  white-space: nowrap;
-  border: 2px solid #2E6794;
+    padding-left: 0.25em;
+    background-color: #CCCCCC;
+    color: white;
+    font-weight: bold;
+    white-space: nowrap;
+    border-width: 1px;
+    border-style: solid;
+    border-color: #2E6794;
 }
 
-
 #footer {
-  clear: both;
-  margin: 0;
-  padding: .5em;
-  height: 30px;
-  font-size: .5em;
-  text-align: center;
-  border-top: 1px solid #2E6794;
-  background: transparent url(images/powered-by.png) no-repeat right;
+    border-top-width: 1px;
+    border-top-style: solid;
+    border-top-color: #2E6794;
 }
 

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml?rev=368799&r1=368798&r2=368799&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml Fri Jan 13 09:49:31 2006
@@ -1,33 +1,32 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <document>
+  
   <properties>
     <title>Welcome to Pluto</title>
     <author email="ddewolf@apache.org">David DeWolf</author>
   </properties>
+  
   <body>
+    
     <section name="Welcome to Pluto">
 
-	  <div class="jsr286box">
-	    <h5>JSR-286 - The Java Portlet API version 2.0</h5>
-	    <div class="jsr286text">
-	    The Java Portlet API version 2.0 <br/> 
-	    specification is now under development by <br/>
-	    the JSR-286 Expert Group under the <br/>
-	    auspices of the <a href="http://www.jcp.org">Java Community Process</a>. <br/>
-	    JSR-286 builds on JSR-168. Details on the <br/>
-	    specification work can be found at the  <br/> 
-	    <a href="http://jcp.org/en/jsr/detail?id=286">JSR-286 web site</a>. 
-	    The Expert Group is very <br/> 
-	    interested in feedback from the community. <br/>
-	    Send your comments to <a href="mailto:jsr-286-comments@jcp.org">jsr-286-comments@jcp.org</a>  <br/> 
-	    or post to the <a href="http://wiki.apache.org/portals/Pluto/IdeasAndCommentsForJSR286">
-	    CommentsAndIdeasForJSR286</a>  <br/> 
-	    wiki page. <br/> 
-	    
-		</div>
+	  <div class="highlightBox">
+	    <h5>JSR-286 - The Java Portlet API 2.0</h5>
+	    <p>
+	      The Java Portlet API version 2.0 specification is now under
+	      development by the JSR-286 Expert Group under the auspices of the
+	      <a href="http://www.jcp.org">Java Community Process</a>.
+	      JSR-286 builds on JSR-168. Details on the specification work can be
+	      found at the <a href="http://jcp.org/en/jsr/detail?id=286">JSR-286 web site</a>.
+	      The Expert Group is very interested in feedback from the community.
+	      Send your comments to <a href="mailto:jsr-286-comments@jcp.org">
+	      jsr-286-comments@jcp.org</a> or post to the
+	      <a href="http://wiki.apache.org/portals/Pluto/IdeasAndCommentsForJSR286">
+          'Comments and ideas for JSR286'</a> wiki page.
+		</p>
       </div>
 
-     <div class="highlightbox">
+     <div class="highlightBox">
         <h5>Get Pluto 1.0.1</h5>
         <p>
           <a href="http://www.apache.org/dyn/closer.cgi/portals/pluto/">
@@ -35,15 +34,11 @@
             Download
           </a>
           Pluto 1.0.1
-          <small>(12Mb)</small>
+          (12Mb)
         </p>
         <ul>
-          <li>
-            <a href="install.html">Installation Guide</a>
-          </li>
-          <li>
-            <a href="resources.html">Installation Instructions</a>
-          </li>
+          <li><a href="install.html">Installation Guide</a></li>
+          <li><a href="resources.html">Installation Instructions</a></li>
         </ul>
       </div>