Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85B27FFD6 for ; Tue, 6 Aug 2013 12:25:51 +0000 (UTC) Received: (qmail 68251 invoked by uid 500); 6 Aug 2013 12:25:51 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 68192 invoked by uid 500); 6 Aug 2013 12:25:50 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 68185 invoked by uid 99); 6 Aug 2013 12:25:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Aug 2013 12:25:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Aug 2013 12:25:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D106123888E2; Tue, 6 Aug 2013 12:25:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1510926 - in /directory/site/trunk: content/css/turquoise.css content/mavibot/downloads.mdtext templates/header.html templates/mavibot/page.html Date: Tue, 06 Aug 2013 12:25:26 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130806122526.D106123888E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 org.apache.directory.mavibot - mavibit - ${mavibit-version} + mavibot + ${mavibot-version} \ 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 @@  |  {% if isDirMVBT %} - MAVIBOT + Mavibot {% else %} - MAVIBOT + Mavibot {% endif %} 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 %} - + {% endblock %} {% block favicon %}