Author: bago
Date: Fri Jul 21 10:43:43 2006
New Revision: 424399
URL: http://svn.apache.org/viewvc?rev=424399&view=rev
Log:
Updated jspf docs/website generation to match new site look/structure
(JAMES-573)
Added:
james/jspf/trunk/src/site/resources/css/site.css (with props)
Modified:
james/jspf/trunk/src/site/site.xml
Added: james/jspf/trunk/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/james/jspf/trunk/src/site/resources/css/site.css?rev=424399&view=auto
==============================================================================
--- james/jspf/trunk/src/site/resources/css/site.css (added)
+++ james/jspf/trunk/src/site/resources/css/site.css Fri Jul 21 10:43:43 2006
@@ -0,0 +1,238 @@
+#apacheconbox {
+ margin: 20px 0px 0px 20px;
+ padding: 10px;
+ border: 1px solid #ccc;
+ background-color: white;
+ background-image: url(../images/button-top.gif);
+ background-repeat: repeat-x;
+}
+#apacheconspacer {
+ float: right;
+ margin: 0px 0px 10px 10px;
+ background-color: white;
+}
+#poweredBy {
+ display: none;
+}
+.xleft {
+ float: right;
+}
+.xright {
+ float: left;
+}
+#bannerLeft img {
+ margin-left: 20px;
+}
+#bannerRight img {
+ padding: 0px;
+ border: 0px;
+ margin-top: 20px;
+ margin-right: 20px;
+ margin-bottom: 0px;
+}
+body {
+ padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: 13px;
+}
+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;
+}
+#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;
+}
+.section {
+margin-left: 10px;
+}
+.section p, .section table {
+margin-left: 10px;
+}
+h2 {
+ color: #904040;
+ background-color: white;
+ border: 0px;
+ border-bottom: 2px solid #525D76;
+ padding: 0px;
+ padding-left: 20px;
+ vertical-align: bottom;
+ font-weight:900;
+ font-size: large;
+ background: url(../images/h2feather.gif) left center no-repeat;
+ margin-bottom: 15px;
+}
+h3 {
+ border: thin solid #828DA6;
+ padding-bottom: 0px;
+ color: #525D76;
+ background-color: white;
+ padding: 2px 2px 2px 2px;
+ border: 0px;
+ font-weight: bold;
+ font-size: 15px;
+ margin-top: 5px;
+ margin-bottom: 13px;
+ border-bottom: 1px dotted #525D76;
+}
+h4 {
+ padding: 2px 2px 2px 2px;
+ border: 0px;
+ background: url(../images/h4.jpg) 0% 70% no-repeat;
+ color: black;
+ margin-top: 5px;
+ padding-left: 12px;
+ background-color: #fff;
+ font-weight: bold;
+ font-size: small;
+ margin-left: 10px;
+}
+h5 {
+ padding: 2px px 2px 2px;
+ border: 0px;
+ border-bottom: 0px;
+ color: black;
+ background-color: #fff;
+ font-weight: bold;
+ font-size: small;
+}
+p {
+ line-height: 1.3em;
+ font-size: small;
+}
+#breadcrumbs {
+ background: url(../images/button-top.gif) left top repeat;
+ border-top: 0px solid #525D76;
+ border-bottom: 1px solid #ccc; /* #525D76;*/
+ border-top: 1px solid #ccc;
+ padding-top: 3px;
+ padding-bottom: 3px;
+ background-color: #eeeeee;
+ font-size: small;
+}
+#breadcrumbs a {
+ font-weight: bold;
+}
+#bodyColumn {
+}
+#leftColumn {
+ margin: 0px;
+ margin-top: -1px;
+ border: 0px;
+ padding: 0px;
+ padding-left: 20px;
+ background: none;
+}
+#leftColumn ul {
+ font-size: 15px;
+ padding-top: 4px;
+ padding-bottom: 10px;
+}
+#leftColumn li {
+ padding-left: 10px;
+ padding-bottom: 3px;
+}
+#navcolumn {
+ border: 1px solid #ccc; /* #525D76;i*/
+ background: url(../images/button-bottom.gif) left bottom no-repeat;
+ padding: 15px;
+ border-top: 0px solid white;
+ background-color: white;
+}
+#navcolumn h5 {
+ font-size: 12px;
+ border-bottom: 1px solid #eee;
+ padding-top: 3px;
+ padding-bottom: 2px;
+ margin-right: 10px;
+ color: #000;
+}
+table.bodyTable {
+ padding-right: 20px;
+}
+table.bodyTable th {
+ color: black;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+ border-top: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
+ background-image: url(../images/button-top.gif);
+}
+#footer {
+ border-top: 1px solid #ccc;
+ margin-top: 30px;
+ padding: 10px;
+ background-image: url(../images/button-top.gif);
+}
+table.bodyTable th, table.bodyTable td {
+ padding: 2px;
+ font-size: 1em;
+}
+table.bodyTable tr.a {
+ background-color: #fff;
+}
+table.bodyTable tr.a td {
+ border-bottom: 1px solid #eee;
+}
+table.bodyTable tr.b {
+ background-color: #fff;
+}
+table.bodyTable tr.b td {
+ border-bottom: 1px solid #ddd;
+}
+.source {
+ border: 1px solid #525D76;
+}
+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 img {
+ padding: 10px;
+}
+.errormark, .warningmark, .donemark, .infomark {
+ background: url(../images/icon_error_sml.gif) no-repeat;
+}
+.warningmark {
+ background-image: url(../images/icon_warning_sml.gif);
+}
+.donemark {
+ background-image: url(../images/icon_success_sml.gif);
+}
+.infomark {
+ background-image: url(../images/icon_info_sml.gif);
+}
Propchange: james/jspf/trunk/src/site/resources/css/site.css
------------------------------------------------------------------------------
svn:eol-style = native
Modified: james/jspf/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/jspf/trunk/src/site/site.xml?rev=424399&r1=424398&r2=424399&view=diff
==============================================================================
--- james/jspf/trunk/src/site/site.xml (original)
+++ james/jspf/trunk/src/site/site.xml Fri Jul 21 10:43:43 2006
@@ -1,23 +1,26 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="jSPF">
+
<bannerLeft>
<name>James jSPF</name>
- <src>http://www.apache.org/images/asf_logo_wide.gif</src>
- <href>http://james.apache.org/</href>
+ <src>images/james-jspf-logo.gif</src>
+ <href>http://james.apache.org/jspf</href>
</bannerLeft>
+
<bannerRight>
- <src>http://james.apache.org//images/james-logo.jpg</src>
- </bannerRight>
+ <name>The Apache Software Foundation</name>
+ <src>images/asf-logo-reduced.gif</src>
+ <href>http://www.apache.org/</href>
+ </bannerRight>
+
<body>
<links>
- <item name="Apache" href="http://www.apache.org/" />
- <item name="James" href="http://james.apache.org/"/>
- <item name="jSPF" href="http://james.apache.org/jspf/"/>
- <!-- Not yet there
- <item name="jSieve" href="http://james.apache.org/jsieve/"/>
- <item name="Mime4J" href="http://james.apache.org/mime4j/"/>
- <item name="Postage" href="http://james.apache.org/postage/"/>
- -->
+ <item name="James" href="http://james.apache.org/index.html" />
+ <item name="Server" href="http://james.apache.org/server/index.html" />
+ <item name="jSPF" href="http://james.apache.org/jspf/index.html" />
+ <item name="Mime4J" href="http://james.apache.org/mime4j/index.html" />
+ <item name="JSieve" href="http://james.apache.org/jsieve/index.html" />
+ <item name="Postage" href="http://james.apache.org/postage/index.html" />
</links>
<menu name="jSPF">
@@ -42,16 +45,9 @@
<!-- Not yet there
<item name="Contributing" href="contribute.html"/>
-->
- <item name="Standards" href="code-standards.html"/>
<item name="License" href="license.html"/>
</menu>
- <menu name="Useful Information">
- <item name="Get Involved"
href="http://jakarta.apache.org/site/getinvolved.html"/>
- <item name="Reference Library"
href="http://jakarta.apache.org/site/library.html"/>
- <item name="Apache" href="http://apache.org/foundation/faq.html" />
- </menu>
-
${reports}
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]