You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/07/21 16:09:38 UTC

svn commit: r796310 - in /webservices/commons/trunk/modules/axiom: pom.xml src/site/resources/css/ src/site/resources/css/site.css

Author: veithen
Date: Tue Jul 21 14:09:37 2009
New Revision: 796310

URL: http://svn.apache.org/viewvc?rev=796310&view=rev
Log:
Added a CSS stylesheet for the Maven site.

Added:
    webservices/commons/trunk/modules/axiom/src/site/resources/css/
    webservices/commons/trunk/modules/axiom/src/site/resources/css/site.css
Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=796310&r1=796309&r2=796310&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Tue Jul 21 14:09:37 2009
@@ -597,6 +597,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.1.1</version>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>

Added: webservices/commons/trunk/modules/axiom/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/resources/css/site.css?rev=796310&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/resources/css/site.css (added)
+++ webservices/commons/trunk/modules/axiom/src/site/resources/css/site.css Tue Jul 21 14:09:37 2009
@@ -0,0 +1,105 @@
+html {
+  background-color: #537FAD;
+  height: 100%;
+}
+
+body {
+  font-size: 75%;
+  width: 80em;
+  margin-left: auto;
+  margin-right: auto;
+  background-color: #EFF1F4;
+  padding: 0;
+  min-height: 100%;
+  border-left: 0.2em solid #0F4D83;
+  border-right: 0.2em solid #0F4D83;
+}
+
+div#breadcrumbs {
+  padding: 6px;
+  font-size: 100%;
+  background-color: #D6E1ED;
+}
+
+div.xright, div.xleft {
+  text-shadow: none;
+}
+
+div#breadcrumbs a {
+  padding: 6px;
+  font-weight: bold;
+  color: black;
+  background: transparent;
+}
+
+div#breadcrumbs a:hover {
+  border-bottom: 3px solid #777777;
+  padding-bottom: 3px;
+}
+
+div#leftColumn {
+  background-color: #DCE3EB;
+  border: none;
+  overflow: visible;
+}
+
+div#navcolumn > ul > li.expanded,
+div#navcolumn > ul > li.none {
+  background-image: none;
+  padding: 0.5em 0;
+}
+
+div#navcolumn a,
+div#navcolumn strong {
+  padding: 0.3em 0;
+  display: block;
+  background-image: none;
+  color: black;
+}
+
+div#navcolumn > ul > li.expanded > ul > li.none > a,
+div#navcolumn > ul > li.expanded > ul > li.none > strong {
+  padding-left: 0.3em;
+}
+
+div#navcolumn a:hover {
+  background-color: #C7D8EB;
+}
+
+div#navcolumn li.expanded > a {
+  border-bottom: 1px solid #999999;
+}
+
+div#contentBox > div.section {
+  border-top: 1px solid #999999;
+  margin-top: 1.5em;
+}
+
+h2 {
+  border: none;
+  font-size: 1.5em;
+  font-weight:bold;
+  padding: 0;
+  color: black;
+  background-color: transparent;
+  margin: 0;
+}
+
+div#contentBox > div.section > div.section {
+  padding: 0;
+}
+
+h3 {
+  border: none;
+  font-size: 1.3em;
+  font-weight: bold;
+  padding: 0;
+  color: black;
+  background-color: transparent;
+}
+
+p, li, td {
+  font-size: 100%;
+  color: #333333;
+  line-height: 1.45em;
+}