Author: veithen
Date: Thu Nov  4 23:33:57 2010
New Revision: 1031350

URL: http://svn.apache.org/viewvc?rev=1031350&view=rev
Log:
Integrated some of Chanaka's design elements (see AXIS2-4773) into the Maven 
site.

Modified:
    axis/axis2/java/core/trunk/src/site/resources/css/site.css

Modified: axis/axis2/java/core/trunk/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/resources/css/site.css?rev=1031350&r1=1031349&r2=1031350&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/resources/css/site.css (original)
+++ axis/axis2/java/core/trunk/src/site/resources/css/site.css Thu Nov  4 
23:33:57 2010
@@ -62,32 +62,74 @@ Generic element styles
 ----------------------------------------------------------------------- */
 body {
     color: #111;
-    font: 11px / 1.5 verdana, arial;
-    margin: 10;
+    font-family: "Trebuchet MS", Verdana, sans-serif;
+    font-size: 1em;
     padding: 5;
     border-width: 0;
     outline-width: 0;
     list-style-position: outside;
     display: block;
+
+    margin: 0 auto; /* center, not in IE5 */
+    height: auto !important; /* real browsers */
+    height: 100%; /* IE6: treaded as min-height*/
+
+    min-height: 100%; /* real browsers */
+    width: 980px;
+}
+
+#leftColumn {
+    border: none;
+    background-color: transparent;
+    margin: 0;
+}
+
+#navcolumn {
+    padding: 0;
+}
+
+#navcolumn h5 {
+    background-color: #e8f4ff;
+    border-left: solid 1px #ff2700;
+    border-bottom: none;
+    font-size: 0.9em;
+    padding: 5px;
+    color: #333333;
+    font-weight: normal;
+}
+
+#navcolumn li {
+    font-size: 0.9em;
+    margin-top: 0.5em;
+    margin-bottom: 0.5em;
 }
 
-p {
+#bodyColumn {
+    margin-left: 190px;
+    margin-right: 0;
 }
 
-a, a:link {
+#contentBox {
+    color: #333333;
+}
+
+#contentBox p {
+    line-height: 1.5em;
+    font-size: 0.94em;
+}
+
+a:link {
     color: #039;
-    font-size: 11px;
 }
 
 a:hover {
     color: #03c;
-    font-size: 11px;
     text-decoration: none;
 }
 
-a:visited {
-    font-size: 11px; /* color: #969; */
-/* No need to discolour visited links as this is a system */
+a.externalLink, a.externalLink:link, a.externalLink:visited, 
a.externalLink:active, a.externalLink:hover {
+    background: none;
+    padding: 0;
 }
 
 ul, ol {
@@ -107,24 +149,27 @@ table td {
 }
 
 h1 {
-    color: #000;
-    font-size: 16px;
-    font-weight: bold;
-    background-color: #dcdcdc;
-    padding-left: 10px;
+    color: #4f4f4f;
+    font-size: 2.5em;
+    font-weight: normal;
 }
 
 h2 {
-    font-size: 15px;
-    padding-left: 10px;
-    border-bottom: 1px solid #a9a9a9;
-    border-left-color: black;
+    color: #646b71;
+    font-size: 1.7em;
+    background-color: transparent;
+    border: none;
+    padding: 0;
+    font-weight: normal;
 }
 
 h3 {
-    font-size: 14px;
-    padding-left: 10px;
-    border-bottom: 1px solid #d3d3d3;
+    color: #7d858d;
+       font-weight: bold;
+    font-size: 1.2em;
+    background-color: transparent;
+    border: none;
+    padding: 0;
 }
 
 h4 {
@@ -150,4 +195,12 @@ table {
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: left top;
+}
+
+pre {
+    border: 1px dotted;
+    background-color: #e2ecf6;
+    padding: 0.8em;
+    overflow: auto;
+    font-size: 0.9em;
 }
\ No newline at end of file


Reply via email to