You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/07/02 22:09:21 UTC

svn commit: r1356447 - in /incubator/deltaspike/site/trunk: content/deltaspike/resources/site.css templates/standard.html

Author: struberg
Date: Mon Jul  2 20:09:20 2012
New Revision: 1356447

URL: http://svn.apache.org/viewvc?rev=1356447&view=rev
Log:
make the page not looking like 1994 marquee-I-need-use-all-colours

Modified:
    incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css
    incubator/deltaspike/site/trunk/templates/standard.html

Modified: incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css?rev=1356447&r1=1356446&r2=1356447&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css Mon Jul  2 20:09:20 2012
@@ -3,21 +3,17 @@
 @import url("http://www.apache.org/css/960.css") screen;
 @import url("http://www.apache.org/css/grid.css") screen;
 
-body {
-    background: #ffffff;
-}
+body {background: #bcccad;}
 
-#page {
-    background: #e6E5Ff;
-}
-
-#header h1 {margin-bottom: 30px; margin-top: 25px; margin-left: 0px; font-size: 18px;}
+#page {background: #F6FFF2; margin-top: 25px;}
+#heading {}
+#header h1 {margin-bottom: 25px; margin-top: 25px; margin-left: 0px; font-size: 18px;}
 #header h2 {margin-top: 20px; font-weight: normal; font-style: italic; font-size: 18px; margin-left: 10px;}
 #header img {float: left; margin: 5px 20px 10px 5px;}
 #nav ul {float: right; margin-top: 3px;}
 #nav ul li {display:inline; float:left; margin: 5px 0px; font-size: 12px;}
-#nav ul li a {padding: 10px; background: #303284; color: #fff;}
-#nav p {float: left; width: 100%; margin-left: 100px; }
+#nav ul li a {padding: 10px; background: #bcccad; color: #ffffff;}
+#nav p {float: left; width: 100%; margin-left: 50px; }
 #search {float:right;}
 #search input[type=text] { font-size: 13px; width: 300px; color: #aaa;}
 #breadcrumb {font-size: 12px; font-weight: bold; text-decoration: none;}

Modified: incubator/deltaspike/site/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/templates/standard.html?rev=1356447&r1=1356446&r2=1356447&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/templates/standard.html (original)
+++ incubator/deltaspike/site/trunk/templates/standard.html Mon Jul  2 20:09:20 2012
@@ -34,30 +34,47 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="header" class="grid_8 omega">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>Apache DeltaSpike</h1>
-    </div>
-    <div id="nav" class="grid_8 omega">
-        <ul>
-            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="The People">People</a></li>
-            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p id="breadcrumb">{{ breadcrumbs|safe }}</p>
-
+    <div id="heading" class="grid_16">
+        <div id="header" class="grid_7 alpha">
+            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+            <h1>Apache DeltaSpike</h1>
+        </div>
+        <div id="nav" class="grid_9 omega">
+            <ul>
+                <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+                <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+                <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+                <li><a href="http://people.apache.org" title="The People">People</a></li>
+                <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+                <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+            </ul>
+        </div>
+        <hr/>
+        <div class="grid_8">
+            <p id="breadcrumb">{{ breadcrumbs|safe }}</p>
+        </div>
+        <div id="dsearch" class="grid_8">
+            <form name="search" id="search" action="http://www.google.com/search" method="get">
+                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input type="text" name="q" id="query">
+                <input type="submit" id="submit" value="Search">
+            </form>
+        </div>
+        <hr/>
     </div>
 
     <div class="grid_16">
         <h1>{% block tagline %}{{ headers.title }}{% endblock %}</h1>
     </div>
 
+    <div class="grid_16">
     {% block content %}<div id="content" class="grid_16"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
 
+    </div>
+    <div class="grid_16">
+        <hr/>
+    </div>
     <div id="copyright" class="container_16">
         <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>