You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by ah...@apache.org on 2007/02/20 22:20:23 UTC

svn commit: r509759 - in /hivemind/hivemind-site/trunk: maven-skin/src/main/resources/css/maven-theme.css pom.xml

Author: ahuegen
Date: Tue Feb 20 13:20:22 2007
New Revision: 509759

URL: http://svn.apache.org/viewvc?view=rev&rev=509759
Log:
Applied patch HIVEMIND-199

Modified:
    hivemind/hivemind-site/trunk/maven-skin/src/main/resources/css/maven-theme.css
    hivemind/hivemind-site/trunk/pom.xml

Modified: hivemind/hivemind-site/trunk/maven-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/hivemind/hivemind-site/trunk/maven-skin/src/main/resources/css/maven-theme.css?view=diff&rev=509759&r1=509758&r2=509759
==============================================================================
--- hivemind/hivemind-site/trunk/maven-skin/src/main/resources/css/maven-theme.css (original)
+++ hivemind/hivemind-site/trunk/maven-skin/src/main/resources/css/maven-theme.css Tue Feb 20 13:20:22 2007
@@ -8,7 +8,7 @@
     padding: 0px;
 }
 
-td,select,input,li {
+td,select,input {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 12px;
     color: #333333;
@@ -141,7 +141,10 @@
 
 .source {
     border: 1px solid #999;
-    overflow: auto
+    overflow: auto;
+
+    background-color: #e6e6fa;
+
 }
 
 dt {
@@ -259,7 +262,7 @@
 
 .info strong, .warn strong {
     background: #6888B0 url(../images/icon_info_sml.gif) left center no-repeat;
-    background-position: 0.2em; 
+    background-position: 0.2em;
     display: block;
     width: inherit;
     color: #E5E5E5;
@@ -284,11 +287,88 @@
 }
 
 code {
-    border: 1px dotted #aaa;
-    background: #efefef;
-    padding: 1px;
+    font-family: "Courier New", Courier, monospace;
+    font-size: 110%;
 }
 
 #leftColumn,#navcolumn {
     background-color: #F8F8F8;
-}
\ No newline at end of file
+}
+
+.note, .warning, .fixme {
+
+  border: solid black 1px;
+
+  margin: 1em 3em;
+
+}
+
+.warning .label {
+
+  background: #C00;
+
+  color: white;
+
+  font-weight: bold;
+
+  padding: 5px 10px;
+
+}
+
+.warning .content {
+
+  background: #FFF0F0;
+
+  color: black;
+
+  line-height: 120%;
+
+  font-size: 90%;
+
+  padding: 5px 10px;
+
+}
+
+.note .label {
+
+  background: #369;
+
+  color: white;
+
+  font-weight: bold;
+
+  padding: 5px 10px;
+
+}
+
+.note .content {
+
+  background: #F0F0FF;
+
+  color: black;
+
+  line-height: 120%;
+
+  font-size: 90%;
+
+  padding: 5px 10px;
+}
+
+.codefrag {
+
+  font-family: "Courier New", Courier, monospace;
+
+  font-size: 110%;
+
+}
+
+
+.xleft {
+  float:right;
+}
+
+.xright {
+  float:left;
+}
+
+

Modified: hivemind/hivemind-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind-site/trunk/pom.xml?view=diff&rev=509759&r1=509758&r2=509759
==============================================================================
--- hivemind/hivemind-site/trunk/pom.xml (original)
+++ hivemind/hivemind-site/trunk/pom.xml Tue Feb 20 13:20:22 2007
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.hivemind</groupId>
     <artifactId>hivemind-site</artifactId>
-    <version>2.0.0</version>
+    <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>HiveMind</name>
     <description>Services and configuration micro kernel.</description>
@@ -105,8 +105,8 @@
 
     <distributionManagement>
         <site>
-            <id>hivemind</id>
-            <url>scpexe://people.apache.org/www/hivemind.apache.org/hivemind2</url>
+            <id>apache-www</id>
+            <url>scpexe://people.apache.org/www/hivemind.apache.org</url>
         </site>
         <repository>
             <id>apache-repo</id>