Return-Path: X-Original-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A320796F2 for ; Sun, 1 Apr 2012 08:45:31 +0000 (UTC) Received: (qmail 94692 invoked by uid 500); 1 Apr 2012 08:45:31 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 94667 invoked by uid 500); 1 Apr 2012 08:45:31 -0000 Mailing-List: contact bloodhound-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-commits@incubator.apache.org Received: (qmail 94657 invoked by uid 99); 1 Apr 2012 08:45:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 08:45:31 +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; Sun, 01 Apr 2012 08:45:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4B25C23889BF; Sun, 1 Apr 2012 08:45:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1308033 - in /incubator/bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css htdocs/icon_add.png htdocs/icon_search.png htdocs/left.png htdocs/mainnavactivebg.png htdocs/right.png htdocs/user.png templates/bloodhound_theme.html Date: Sun, 01 Apr 2012 08:45:06 -0000 To: bloodhound-commits@incubator.apache.org From: gjm@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120401084506.4B25C23889BF@eris.apache.org> Author: gjm Date: Sun Apr 1 08:45:05 2012 New Revision: 1308033 URL: http://svn.apache.org/viewvc?rev=1308033&view=rev Log: Theme code import: Actions box at top-right corner Added: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_add.png (with props) incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_search.png (with props) incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/left.png (with props) incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/mainnavactivebg.png (with props) incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/right.png (with props) incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/user.png (with props) Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1308033&r1=1308032&r2=1308033&view=diff ============================================================================== --- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original) +++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Sun Apr 1 08:45:05 2012 @@ -1,4 +1,15 @@ +/* Generic styles */ + +.icon { + margin: 0px 2px; + padding: 0px 8px; +} + +.icon_add { + background-image: url("icon_add.png"); +} + /* Layout */ .bh_body { @@ -111,12 +122,16 @@ /* Trac generics */ -:link:hover, :visited:hover, .nav li:hover, -.nav li:hover>:link, .nav li:hover>:visited, +:link:hover, :visited:hover, a.prev:hover, a.next:hover { background-color: #3366ff; color: #FFFFFF; } +.nav li:hover, +.nav li:hover>:link, .nav li:hover>:visited { + background: none; + border: none; +} :visited, :link { color: #0000CC; @@ -130,6 +145,86 @@ a.prev:hover, a.next:hover { border: none; } +/* Navigation */ + +#mainnav { + border: none; + background: none; +} + +#mainnav ul { + font-size: 14px; + padding-left: 0; + padding-top: 1px; + text-align: left; +} + +#mainnav li { + border-right: 1px solid #ffffff; + padding-bottom: 8px; + padding-top: 8px; +} + +#mainnav li.active { + background-image: url("mainnavactivebg.png"); +} + +#mainnav .first { + -moz-border-radius-topleft: 6px; + -webkit-border-top-left-radius: 6px; + -moz-border-radius-bottomleft: 6px; + -webkit-border-bottom-left-radius: 6px; +} + +#mainnav :link, #mainnav :visited { + background: none; + border: none; + color: #ffffff; +} + +#mainnav :link:hover, #mainnav :visited:hover { + background: none; + border: none; +} + +#mainnav .active :link:hover, #mainnav .active :visited:hover, +#mainnav .active :link, #mainnav .active :visited { + background: none; + border: none; +} + +#shortcuts { + background-image: url("mainnavbg.png"); + height: 33px; + float: right; + padding-right: 5px; + padding-top: 5px; + position: relative; + right: 3px; + top: -33px; + width: 320px; +} + +#shortcuts>div { + border-right: 1px solid #999999; + float: right; + height: 26px; + padding-left: 2px; +} + +#shortcuts .first , +#shortcuts .last { + border: none; +} + +#search input { + background-image: url("icon_search.png"); + background-position: right center; + background-repeat: no-repeat; + border: 2px solid #3a70b8; + padding-right: 16px; +} + /* Forms & inputs */ #input[type="button"], input[type="submit"], input[type="reset"] { Added: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_add.png URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_add.png?rev=1308033&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_add.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_search.png URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_search.png?rev=1308033&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_search.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/left.png URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/left.png?rev=1308033&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/left.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/mainnavactivebg.png URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/mainnavactivebg.png?rev=1308033&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/mainnavactivebg.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/right.png URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/right.png?rev=1308033&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/right.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/user.png URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/user.png?rev=1308033&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/user.png ------------------------------------------------------------------------------ svn:mime-type = image/png Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1308033&r1=1308032&r2=1308033&view=diff ============================================================================== --- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html (original) +++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Sun Apr 1 08:45:05 2012 @@ -6,14 +6,12 @@ xmlns:py="http://genshi.edgewall.org/" py:strip=""> - +
-
+
${navigation("mainnav", [])} +
+
+ +
+
+ +
+
+ +
+
+ + +
+