You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/06 14:25:26 UTC

svn commit: r1510926 - in /directory/site/trunk: content/css/turquoise.css content/mavibot/downloads.mdtext templates/header.html templates/mavibot/page.html

Author: elecharny
Date: Tue Aug  6 12:25:26 2013
New Revision: 1510926

URL: http://svn.apache.org/r1510926
Log:
Added the css for mavibot

Added:
    directory/site/trunk/content/css/turquoise.css
Modified:
    directory/site/trunk/content/mavibot/downloads.mdtext
    directory/site/trunk/templates/header.html
    directory/site/trunk/templates/mavibot/page.html

Added: directory/site/trunk/content/css/turquoise.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/turquoise.css?rev=1510926&view=auto
==============================================================================
--- directory/site/trunk/content/css/turquoise.css (added)
+++ directory/site/trunk/content/css/turquoise.css Tue Aug  6 12:25:26 2013
@@ -0,0 +1,51 @@
+/*
+ *  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.
+ *
+ */
+
+h1, h2, h3, h4, h5, h6 
+{
+	color: #67b8b6;
+}
+
+#header 
+{
+	background-image: url('../images/header-blue.png');
+}
+
+.blogDate 
+{
+	color: #67b8b6;
+	background: url('../images/news-blue.png') no-repeat;
+}
+
+.news h2
+{
+	color: #67b8b6;
+	background: url('../images/post-blue.png') no-repeat;
+}
+
+.codehilite pre
+{
+	border-color: #67b8b6;
+}
+
+blockquote 
+{
+	border-color: #67b8b6;
+}
\ No newline at end of file

Modified: directory/site/trunk/content/mavibot/downloads.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/downloads.mdtext?rev=1510926&r1=1510925&r2=1510926&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/downloads.mdtext (original)
+++ directory/site/trunk/content/mavibot/downloads.mdtext Tue Aug  6 12:25:26 2013
@@ -31,6 +31,6 @@ The Apache Mavibot package is also avail
 
     <dependency>
         <groupId>org.apache.directory.mavibot</groupId>
-        <artifactId>mavibit</artifactId>
-        <version>${mavibit-version}</version>
+        <artifactId>mavibot</artifactId>
+        <version>${mavibot-version}</version>
     </dependency>
\ No newline at end of file

Modified: directory/site/trunk/templates/header.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/header.html?rev=1510926&r1=1510925&r2=1510926&view=diff
==============================================================================
--- directory/site/trunk/templates/header.html (original)
+++ directory/site/trunk/templates/header.html Tue Aug  6 12:25:26 2013
@@ -70,9 +70,9 @@
                     &nbsp;|&nbsp;
                     <a href="{{base}}mavibot">
                         {% if isDirMVBT %}
-                        <STRONG>MAVIBOT</STRONG>
+                        <STRONG>Mavibot</STRONG>
                         {% else %}
-                        MAVIBOT
+                        Mavibot
                         {% endif %}
                     </a>
                 </div><!-- subProjectsNavBar -->

Modified: directory/site/trunk/templates/mavibot/page.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/mavibot/page.html?rev=1510926&r1=1510925&r2=1510926&view=diff
==============================================================================
--- directory/site/trunk/templates/mavibot/page.html (original)
+++ directory/site/trunk/templates/mavibot/page.html Tue Aug  6 12:25:26 2013
@@ -1,7 +1,7 @@
 {% extends "header.html" %}
     {% block css %}
 	    <link href="{{base}}css/common.css" rel="stylesheet" type="text/css">
-	    <link href="{{base}}css/brown.css" rel="stylesheet" type="text/css">
+	    <link href="{{base}}css/turquoise.css" rel="stylesheet" type="text/css">
     {% endblock %}
 
     {% block favicon %}