Author: shankar
Date: Wed Dec 22 06:38:05 2010
New Revision: 1051769

URL: http://svn.apache.org/viewvc?rev=1051769&view=rev
Log:
Applying patch from RAMPART-313

Added:
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/axis.jpg
   (with props)
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/axis.png
   (with props)
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/breadcrumbs-bg.gif
   (with props)
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/h2-bg.gif
   (with props)
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/home-top.gif
   (with props)
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/leftcolumn-bg.gif
   (with props)
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/menu-back.gif
   (with props)
Modified:
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/css/site.css
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/apache-rampart-banner.jpg
    
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/apache-rampart-logo.jpg

Modified: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/css/site.css?rev=1051769&r1=1051768&r2=1051769&view=diff
==============================================================================
--- 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/css/site.css
 (original)
+++ 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/css/site.css
 Wed Dec 22 06:38:05 2010
@@ -1,297 +1,288 @@
-/* page general styles */
-body{
-    padding:0px;
-    margin:0px;
-    width:1000px;
-}
-a{
-    color:#557f95;
-    text-decoration:none;
-}
-a:hover{
-    color:#000000;
-    text-decoration:underline;
-}
-body, td, tr, input,h1,h2,h3,h4,h5,h6,a{
-    font: 12px Verdana, Arial, Helvetica, sans-serif;
-    line-height:18px;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+.img-title {
+    text-align: center
 }
-pre{
-    overflow-x:auto;   
+
+.img {
+    text-align: center
 }
-h1 {
-    color:#575757;
-       font-size:24px;
-       font-weight:bold;
-       line-height:normal;
-       margin:5px 0px;
-       padding:2px;
+
+.special-td {
+    font-family: Arial;
+    font-size: 10pt;
+    font-weight: bold
 }
+
+.special {
+    font-family: Arial;
+    font-weight: bold;
+    border-style: solid;
+    border-width: 1;
+    padding-left: 4;
+    padding-right: 4;
+    padding-top: 1;
+    padding-bottom: 1;
+    background-color: #C0C0C0;
+    font-size: 10pt
 }
-h2{
-    padding:0px;
-    margin:0px;
-    font-size:14px;
-    font-weight:bold;
-    height:22px;
-    background-color:#bcbcbc;
-    text-indent:10px;
-    color:#000000;
+
+.xml {
+    font-family: Arial;
+    font-size: 10pt;
+    color: #0000FF;
+    font-style: italic
+}
+
+/*
+.code {
+    font-family: Courier New;
+    font-size: 10pt;
+    color: #800000
 }
-h3{
-    padding:0px;
-    margin:0px;
-    font-weight:bold;
-}
-h4{
-    font-weight:bold;
-    color:#777777;
-}
-p{
-    padding-top:5px;
-    padding-bottom:5px;
-    line-height:18px;
-}
-/* page styles */
-.page-padding{
-    padding-left:10px;
-    padding-right:10px;
-}
-.composite{
-/* Uncomment these lines to give a fixed width with centered positioning ....*/
-    position:absolute;
-    left:50%;
-    width:980px;
-    margin-left:-490px;
-    border:solid 1px #83b0c0;
-    margin-top:5px;
+*/
+
+/*
+-----------------------------------------------------------------------
+Generic element styles
+----------------------------------------------------------------------- */
+body {
+    color: #111;
+    font-family: "Trebuchet MS", Verdana, sans-serif;
+    font-size: 1em;
+    padding: 5;
+    padding-bottom:0px;
+    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;
+    background-image: url(../images/home-top.gif);
+    background-position: left top;
+    background-repeat: repeat-x;
+}
+
+#breadcrumbs {
+    background-image: url(../images/menu-back.gif);
+    background-position: left top;
+    background-repeat: repeat-x;
+    border-bottom: solid 1px #d4d4d4;
+    height: 28px;
+    font-size: 0.8em;
+    background-color: transparent;
+    border: 1px solid #6895c2;
 }
 
-/* header styles */
 #banner{
-    background-image:url(../images/apache-rampart-banner-background.jpg);
-    background-repeat:repeat-x;
-    background-position:0px 0px;
-    height:98px;
+    margin-top:10px;
+    padding-top:10px;
+    padding-bottom:10px;
 }
 #bannerLeft{
-    background-image:url(../images/apache-rampart-logo.jpg);
-    background-repeat:no-repeat;
-    background-position:0px 0px;
-    height:103px;
-    text-align:right;
-    padding-right:10px;
+    background-image: url(../images/apache-rampart-logo.jpg);
+    background-position: left top;
+    background-repeat: no-repeat;      
+    text-indent:-1700px;/*We do this to hide the text. This needs to be 
updated to a beter solution.*/
+    width:204px;
+    height:56px;
     display:block;
-}
-#breadcrumbs{
-    position:absolute;
-    top:70px;
-    background-color:transparent;
-    border-bottom:none;
-    border-top:none;
-    font-size:auto;
-    margin:0pt;
-    padding:0px;
+    float:left;
 }
 #bannerRight{
-    background-image:url(../images/apache-rampart-banner.jpg);
-    background-repeat:no-repeat;
-    background-position:right 0px;
     display:block;
-    height:65px;
-    position:absolute;
-    right:0px;
-    top:0px;
-}
-.xleft{
-    color:#929292;
-    right:200px;
-    position:absolute;
-}
-.top-menu a{
-    color:#000000;
-    text-decoration:none;
-}
-.top-menu a:hover{
-    text-decoration:underline;
-}
-.top-menu-gap{
-    padding-left:30px;
-}
-
-/* content text */
-.content{
-
-}
-#leftColumn{
-    width:179px;
-    background-color:transparent;
-    border:none;
-    margin:10px 0px 0px 5px;
-}
-#navcolumn h5{
-    text-indent:15px;
-    height:23px;
-    color:#ffffff;
-    background-image:url(../images/apache-rampart-menu-top.jpg);
-    background-repeat:no-repeat;
-    background-position:left 0px;
-}
-#navcolumn{
-    background-image:url(../images/apache-rampart-menu.jpg);
-    background-repeat:no-repeat;
-    background-position:0px 0px;
-    background-color:#e5e5e5;
-    border-bottom:solid 1px #b4b4b4;
-    padding:0px 0px 0pt 0px;
-    font-size:11px;
-}
-#navcolumn ul{
-    padding:0px;
-    margin:0px;
-    list-style:none;
-    padding-left:10px;
-}
-#navcolumn ul ul{
-    margin-left:-10px;
-}
-#navcolumn li{
-    margin-top:3px;
-}
-#navcolumn strong{
-    font-weight:bold;
-}
-#navcolumn ul li a {
-    text-indent:0px;
-    font-size:12px;
-    color:#224351;
-}
-#navcolumn li.expanded {
-    background-image:url(../images/apache-rampart-menu-button.gif);
-    background-repeat:no-repeat;
-    background-position:0px 5px;
-}
-#navcolumn ul li ul li a{
-    background-image:none;
-    text-indent:0px;
-    font-size:11px;
-    color:#557f95;
-    font-size:11px;
-}
-#bodyColumn{
-    background-color:#F3F3F3;
-    border:1px solid #B4B4B4;
-    margin-right:10px;
-    margin-left:194px;
-    margin-top:10px;
-    padding-left:10px;
+    float:right;
+    height:51px;
+    width:537px;
 }
-.menu-bottom-left{
-    background-image:url(../images/apache-rampart-menu-bottom.jpg);
-    background-repeat:no-repeat;
-    background-position:0px 0px;
-    background-color:#e5e5e5;
-    width:15px;
-    height:13px;
-    float:left;
+.xright, #bannerRight {
+    text-shadow: none;
 }
-.menu-bottom-right{
-    background-color:#e5e5e5;
-    border-bottom:solid 1px #b4b4b4;
-    height:13px;
-    float:right;
-    width:164px;
+
+#leftColumn {
+    border: none;
+    background-color: transparent;
+    margin: 1em 0 0 0;
 }
-.content-back1{
-    background-image:url(../images/apache-rampart-spliter.jpg);
-    background-repeat:no-repeat;
-    background-position:0px 0px;
-}
-.content-back2{
-    background-image:url(../images/apache-rampart-content-back.jpg);
-    background-repeat:repeat-y;
-    background-position:0px 0px;
-    background-color:#f3f3f3;
-    border-bottom:solid 1px #b4b4b4;
-    border-right:solid 1px #b4b4b4;
-    margin-right:10px;
+
+#navcolumn {
+    padding: 0;
 }
-.content-display{
-    margin-left:32px;
-    padding-bottom:10px;
+
+#navcolumn h5 {
+    background-color: #e8f4ff;
+    border-left: solid 1px #ff2700;
+    border-bottom: none;
+    font-size: 0.9em;
+    padding: 5px;
+    color: #333333;
+    font-weight: normal;
 }
-.poweredBy{
-    margin-left:30px;
-    margin-top:5px;
+
+#navcolumn li {
+    font-size: 0.9em;
+    margin-top: 0.5em;
+    margin-bottom: 0.5em;
 }
-.footer{
-    color:#929292;
-    margin-top:10px;
-    margin-left:10px;
+
+#bodyColumn {
+    margin-left: 190px;
+    margin-right: 0;
 }
-.command {
-    border: 1px dashed #3c78b5;
-    text-align: left;
-    background-color: #f0f0f0;
-    padding: 3px;
-    font-size: 11px;
-    font-family: Courier;
-    margin: 10px;
-    line-height: 13px;
-}
-.consoleOutput {
-    border: 1px dashed #3c78b5;
-    font-size: 11px;
-    font-family: Courier;
-    margin: 10px;
-    line-height: 13px;
-    background-color: #f0f0f0;
-    border-bottom: 1px dashed #3c78b5;
-    padding: 3px;
-    border-style: solid;
+
+#contentBox {
+    color: #333333;
 }
-.info {
-    border-style: solid;
-    border-width: 1px;
-    border-color: #090;
-    background-color: #dfd;
-    text-align:left;
-    margin-top: 5px;
-    margin-bottom: 5px;
-}
-.data-table{
-    font-family:Verdana,Arial,Helvetica,sans-serif;
-    font-size:11px;
-    border:0px;
-    margin:0px;
-    border:solid 1px #cdcdcd;
-}
-.data-table th{
-    background-color:#eeeeee;
-    border-bottom:solid 1px #8d8d8d;
-    padding-top:5px;
-    padding-left:3px;
-    text-align:left;
-}
-.data-table td{
-    padding-top:4px;
-    padding-left:3px;
-    border-bottom:solid 1px #e1e1e1;
-}
-.download-pre {
-    font-family:Verdana,Arial,Helvetica,sans-serif;
-    font-size:11px;
-    font-style:normal;
-    margin:0;
-    padding-bottom:3px;
-    padding-top:3px;
-}
-
-.download-header-pre {
-    font-family:Verdana,Arial,Helvetica,sans-serif;
-    font-size:12px;
-    font-weight:bold;
-    margin:0;
-    padding-top:3px;
-    padding-bottom:3px;
+
+#contentBox p, #contentBox td, #contentBox li {
+    font-family: "Trebuchet MS", Verdana, sans-serif;
+       line-height: 1.5em;
+    font-size: 0.94em;
+}
+
+#contentBox p, #contentBox li {
+    text-align: justify;
+}
+
+a:link {
+    color: #039;
+}
+
+a:hover {
+    color: #03c;
+    text-decoration: none;
+}
+
+a.externalLink, a.externalLink:link, a.externalLink:visited, 
a.externalLink:active, a.externalLink:hover {
+    background: none;
+    padding: 0;
+}
+
+table.bodyTable th {
+    background-color: #6f8aa5;
+}
+
+table.bodyTable tr.a {
+    background-color: #d1dce7;
+}
+
+table.bodyTable tr.b {
+    background-color: #eceef1;
+}
+
+h1 {
+    color: #4f4f4f;
+    font-size: 2.5em;
+    font-weight: normal;
+}
+
+h2 {
+    color: #646b71;
+    font-size: 1.7em;
+    background-color: transparent;
+    border: none;
+    padding: 0;
+    font-weight: normal;
+}
+
+h3 {
+    color: #7d858d;
+       font-weight: bold;
+    font-size: 1.2em;
+    background-color: transparent;
+    border: none;
+    padding: 0;
+}
+
+h4 {
+    color: #333333;
+    font-size: 1em;
+    font-weight: bold;
+    background-color: transparent;
+    border: none;
+    padding: 0;
+}
+
+th {
+    background-color: #f5f5f5;
+    height: 20;
+    paddong: 0px;
+    spacing: 0px;
+}
+
+table {
+    margin: 0;
+    padding: 0;
+    border: solid 0 #dcdcdc;
+}
+
+.header {
+    height: 80px;
+    background-image: url( ../images/doc_header.jpg );
+    background-repeat: no-repeat;
+    background-attachment: scroll;
+    background-position: left top;
+}
+
+pre, div.source {
+    border: 1px dotted;
+    background-color: #e2ecf6;
+    padding: 0.8em;
+    margin: 0;
+    overflow: auto;
+    font-size: 0.9em;
+}
+
+/* Xdoc generates <div class="source"><pre>...</pre></div> for <source> 
elements.
+   Because we already apply styles to every <pre>, we need to suppress styles 
here. */
+div.source pre {
+    border: none;
+    background-color: transparent;
+    padding: none;
+}
+#footer{
+    background-color:#E9E9E9;
+    color:#828282;
+    left:0;
+    padding-top:10px;
+    text-indent:10px;
+    width:100%;
+    height:100px;
+}
+li.expanded a{
+    background-color: #e8f4ff;
+    border-left: solid 1px #ff2700;
+    border-bottom: none;
+    font-size: 0.9em;
+    padding: 5px;
+    color: #333333;
+    font-weight: normal;
+    display:block;
+}
+li.expanded li.none a{
+    background-color: #fff;
+    border-left: none;
+    border-bottom: none;
+    font-weight: normal;
 }
\ No newline at end of file

Modified: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/apache-rampart-banner.jpg
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/apache-rampart-banner.jpg?rev=1051769&r1=1051768&r2=1051769&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/apache-rampart-logo.jpg
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/apache-rampart-logo.jpg?rev=1051769&r1=1051768&r2=1051769&view=diff
==============================================================================
Binary files - no diff available.

Added: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/axis.jpg
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/axis.jpg?rev=1051769&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/axis.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/axis.png
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/axis.png?rev=1051769&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/axis.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/breadcrumbs-bg.gif
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/breadcrumbs-bg.gif?rev=1051769&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/breadcrumbs-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/h2-bg.gif
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/h2-bg.gif?rev=1051769&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/h2-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/home-top.gif
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/home-top.gif?rev=1051769&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/home-top.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/leftcolumn-bg.gif
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/leftcolumn-bg.gif?rev=1051769&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/leftcolumn-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/menu-back.gif
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/menu-back.gif?rev=1051769&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/images/menu-back.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif


Reply via email to