Author: ruwan
Date: Mon Feb  2 23:15:56 2009
New Revision: 30281
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=30281

Log:
fixing the samples guide and the styles

Modified:
   trunk/esb/java/docs/resources/css/site.css
   trunk/esb/java/docs/xdoc/samples_guide.xml

Modified: trunk/esb/java/docs/resources/css/site.css
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/resources/css/site.css?rev=30281&r1=30280&r2=30281&view=diff
==============================================================================
--- trunk/esb/java/docs/resources/css/site.css  (original)
+++ trunk/esb/java/docs/resources/css/site.css  Mon Feb  2 23:15:56 2009
@@ -21,222 +21,79 @@
     color: #000;
     font-size: 11px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
-    background-image: url( ../images/ot-header-esb-bg.gif );
-    background-repeat: no-repeat;
+    background-image: url( ../images/esb-docs-bg.gif );
+    background-repeat: repeat-x;
     background-attachment: scroll;
     background-position: left top;
     text-decoration: none;
     text-align: left;
-    padding: 75px 20px 20px;
+    padding: 0px;
     list-style-type: square;
     list-style-position: outside;
 }
 
-title {
-    color:white;
+div#banner {
+       background-image: url(../images/esb-docs-header.gif);
+       background-repeat: no-repeat;
+       background-position: left top;
+       height: 38px;
+       padding-top: 30px;
+       padding-left: 265px;
+       border-bottom: 0px;
 }
 
-code{
-  font-family: Courier, monospace;
-  font-size: 13px;
-}
-a {
-  text-decoration: none;
-}
-a:link {
-  color:#36a;
-}
-a:visited  {
-  color:#47a;
-}
-a:active, a:hover {
-  color:#69c;
-}
-#legend li.externalLink {
-  background: url(../images/external.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.externalLink, a.externalLink:link, a.externalLink:visited, 
a.externalLink:active, a.externalLink:hover {
-  background: url(../images/external.png) right center no-repeat;
-  padding-right: 18px;
+div#banner     span#bannerLeft {
+       font-size: 180%;
+       color: #542988;
 }
-#legend li.newWindow {
-  background: url(../images/newwindow.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, 
a.newWindow:hover {
-  background: url(../images/newwindow.png) right center no-repeat;
-  padding-right: 18px;
-}
-h1 {
-    color: #0066CC;
-    font-size: 18px;
-    font-family: Arial, Helvetica, sans-serif;
-    font-weight: bold;
-    font-style: normal;
-    background-image: none;
-    background-repeat: no-repeat;
-    background-attachment: scroll;
-    background-position: left top;
-    text-decoration: none;
-    padding-bottom: 5px;
-    border-bottom: 2px solid #0066CC;
+
+div#breadcrumbs {
+       background-color: transparent;
+       border-top: solid 0px;
+       border-bottom: solid 0px;
+       height: 23px;
+       padding-top: 5px;
+       padding-left: 20px;
+       padding-right: 20px;
 }
 
-h2 {
-    color: black;
-    font-size: 13px;
-    font-family: Verdana, Arial, Helvetica, sans-serif;
-    font-weight: bold;
-    padding-bottom: 5px;
-    border-bottom: 1px solid #0066CC;
+div#leftColumn {
+       margin-left: 0px;
+       margin-top: 0px;
+       border-top: 0px;
+       background-color: #F7F7F7;
+       border-left: solid 0px;
+       border-right: solid 1px #542988;
+       border-bottom: solid 1px #542988;
 }
 
-h3 {
-    color: #3a3a3a;
-    font-size: 12px;
-    font-family: Verdana, Arial, Helvetica, sans-serif;
-    font-weight: 500;
-    padding-top: 10px;
-    padding-bottom: 4px;
-    border-bottom: 1px solid #0066CC;
+div#leftColumn div#navcolumn {
+       padding-left: 20px;
+       padding-right: 20px;
+       padding-top: 15px;
+       background-color: #F7F7F7;
 }
 
 
-h4 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #bbb;
-  color: #900;
-  background-color: #fff;
-  font-weight: normal;
-  font-size: large;
-}
-h5 {
-  padding: 4px 4px 4px 6px;
-  color: #900;
-  font-size: normal;
-}
-p {
-  line-height: 1.3em;
-  font-size: small;
-}
-pre {
-        padding: 0px;
-        margin-top: 5px;
-        margin-left: 15px;
-        margin-bottom: 5px;
-        margin-right: 5px;
-        text-align: left;
-        background-color: #f0f0f0;
-        padding: 3px;
-        border: 1px dashed #3c78b5;
-        font-size: 11px;
-        font-family: Courier;
-        margin: 10px;
-        line-height: 13px;
-    }
-.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;
-    }
-    .info {
-        border-style: solid;
-        border-width: 1px;
-        border-color: #090;
-        background-color: #dfd;
-        text-align:left;
-        margin-top: 5px;
-        margin-bottom: 5px;
-    }
-#breadcrumbs {
-  border-top: 1px solid #aaa;
-  border-bottom: 1px solid #aaa;
-  background-color: #ccc;
-}
-#leftColumn {
-  margin: 10px 0 0 5px;
-  border: 1px solid #999;
-  background-color: #eee;
-}
-#navcolumn h5 {
-  font-size: smaller;
-  border-bottom: 1px solid #aaaaaa;
-  padding-top: 2px;
-  color: #000;
-}
-
-table.bodyTable th {
-  color: white;
-  background-color: #bbb;
-  text-align: left;
-  font-weight: bold;
-}
-
-table.bodyTable th, table.bodyTable td {
-  font-size: 1em;
-}
-
-table.bodyTable tr.a {
-  background-color: #ddd;
-}
-
-table.bodyTable tr.b {
-  background-color: #eee;
-}
-
-.source {
-  border: 1px solid #999;
-}
-dl {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  background-color: #ffc;
-}
-dt {
-  color: #900;
-}
-
-#organizationLogo img, #projectLogo img, #projectLogo span{
-  margin: 8px;
-}
-#banner {
-  border-bottom: 1px solid #fff;
-}
-.errormark, .warningmark, .donemark, .infomark {
-  background: url(../images/icon_error_sml.gif) no-repeat;
-}
-
-.warningmark {
-  background-image: url(../images/icon_warning_sml.gif);
+div#contentBox {
+       margin-top: 10px;
+       margin-bottom: 15px;
+       font-size: 12px;
 }
 
-.donemark {
-  background-image: url(../images/icon_success_sml.gif);
+div#navcolumn h5 {
+       margin-bottom: 2px;
+       padding-bottom: 2px;
+       border-bottom: solid 1px #542988;
+       font-size: 110%;
 }
 
-.infomark {
-  background-image: url(../images/icon_info_sml.gif);
+#navcolumn li {
+       padding-top: 2px;
+       padding-bottom: 2px;
 }
 
 p {
-    font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 td {
@@ -248,8 +105,6 @@
 
 a:link {
     color: #36c;
-    font-size: 11px;
-    font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 a:visited {
@@ -262,6 +117,59 @@
 a:active {
 }
 
+body, td, select, input, li  {
+       line-height: 18px;
+}
+
+h1 {
+    color: #333;
+    font-size: 18px;
+    font-weight: bold;
+    font-style: normal;
+    line-height: normal;
+    background-image: none;
+    background-repeat: no-repeat;
+    background-attachment: scroll;
+    background-position: left top;
+    text-decoration: none;
+    height: 30px;
+    padding-bottom: 2px;
+    border-bottom: 1px solid #663399;
+}
+
+h2 {
+    color: black;
+    font-size: 15px;
+    font-weight: bold;
+    line-height: 24px;
+    border-bottom: 0px;
+    border-left: solid 1px #ccc;
+    border-right: solid 1px #ccc;
+    border-top: 0px;
+    background-color: #B5B5B5;
+    padding-left: 5px;
+    padding-top: 0px;
+    padding-bottom: 0px;
+    color: #fff;
+}
+
+h3 {
+    color: #3a3a3a;
+    font-size: 12px;
+    font-weight: bold;
+    padding-top: 10px;
+    padding-bottom: 4px;
+    padding-left: 10px;
+    border-left: 0px;
+    border-right: 0px;
+    border-top: 0px;
+    border-bottom: 1px solid #ccc;
+    background-image: url(../images/table-header.gif);
+    background-position: left bottom;
+    background-repeat: repeat-x;
+    background-color: transparent;
+}
+
 table {
     background-color: #cbcbcb;
     margin: 0;
@@ -275,6 +183,10 @@
 }
 
 img {
+    background-color: gray;
     padding: 1px;
 }
-
+div#footer {
+       background-color: #ccc;
+       padding-right: 20px;
+}
\ No newline at end of file

Modified: trunk/esb/java/docs/xdoc/samples_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/samples_guide.xml?rev=30281&r1=30280&r2=30281&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/samples_guide.xml  (original)
+++ trunk/esb/java/docs/xdoc/samples_guide.xml  Mon Feb  2 23:15:56 2009
@@ -4331,7 +4331,7 @@
 
 <p></p>
 
-<p>Throttle policy is loaded from the &ldquo;throttle_policy. xml&rdquo;
+<p>Throttle policy is loaded from the ?throttle_policy.xml?
 .That policy contains merging policy from sample 370 and 371. To check the
 functionality , it is need to run load test.The all enabled request from the
 concurrency throttling will be controlled by the access rate base throttling

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to