Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 40685 invoked from network); 4 Mar 2007 06:22:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2007 06:22:14 -0000 Received: (qmail 50689 invoked by uid 500); 4 Mar 2007 06:22:22 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 50640 invoked by uid 500); 4 Mar 2007 06:22:22 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 50628 invoked by uid 99); 4 Mar 2007 06:22:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Mar 2007 22:22:22 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Mar 2007 22:22:12 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id C9D771A981A; Sat, 3 Mar 2007 22:21:51 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif Date: Sun, 04 Mar 2007 06:21:51 -0000 To: svn@forrest.apache.org From: gmcdonald@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070304062151.C9D771A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmcdonald Date: Sat Mar 3 22:21:50 2007 New Revision: 514362 URL: http://svn.apache.org/viewvc?view=rev&rev=514362 Log: Changes to make pelt theme more like pelt skin FOR-811, a little more to do. Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?view=diff&rev=514362&r1=514361&r2=514362 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css Sat Mar 3 22:21:50 2007 @@ -234,9 +234,9 @@ padding: 5px 15px 4px; width: .1em; /* IE/Win fix */ } -#nav-main li a:link { color: #000000; } -#nav-main li a:visited { color: #000000; } -#nav-main li a:hover { color: #000000; } +#nav-main li a:link { color: #0F3660; } +#nav-main li a:visited { color: #0F3660; } +#nav-main li a:hover { color: #0F3660; } #nav-main > li a { width: auto; } /* Rest of IE/Win fix */ @@ -253,15 +253,15 @@ #nav-main .current a { font-weight: bold; padding-bottom: 5px; - color: #000000; + color: #CFDCED; background-image: url(../themes/images/roundcorner-t-l-5-bg294563-stroke4A6D8C-fg4A6D8C.png); background-repeat: no-repeat; background-position: top left; } -#nav-main .current a:link { color: #000000; } -#nav-main .current a:visited { color: #000000; } -#nav-main .current a:hover { color: #000000; } +#nav-main .current a:link { color: #CFDCED; } +#nav-main .current a:visited { color: #CFDCED; } +#nav-main .current a:hover { color: #CFDCED; } #publishedStrip { position: relative; @@ -285,10 +285,20 @@ position:relative; background-color: #4A6D8C ; } -#level2tabs a{padding-right: 5px;} -#level2tabs a:link { color: #000000; } -#level2tabs a:visited { color: #000000; } -#level2tabs a:hover { color: #000066; } +#level2tabs a {padding-right: 5px; +background-color: #CFDCED; +text-decoration:none; +cursor: pointer; +background-image: url('../themes/images/chapter.gif'); +background-repeat: no-repeat; +background-position: center left; +margin-left: 6px; +padding-left : 6px; +} +#level2tabs a:link { color: #000066; } +#level2tabs a:visited { color: #000066; } +#level2tabs a:hover { color: #000066; text-decoration:underline; } +#level2tabs a:selected {background-color: #4A6D8C; color: #CFDCED;} /* * border-top: solid #4A6D8C 15px; */ @@ -353,11 +363,11 @@ padding: 0px; } -#leftbar a { font-weight: normal;} -#leftbar a:link { color: #000000; } -#leftbar a:visited { color: #000000; } -#leftbar a:active { color: #000000; } -#leftbar a:hover { color: #FFCF00; } +#leftbar a { font-weight: normal; text-decoration: none;} +#leftbar a:link { color: #FFFFFF; } +#leftbar a:visited { color: #FFFFFF; } +#leftbar a:active { color: #FFFFFF; } +#leftbar a:hover { color: #FFCF00; text-decoration: underline; } #menuarea { width:10em;} @@ -394,15 +404,15 @@ } #nav-section .pagegroup span { background-image: url('../themes/images/chapter.gif'); - color: #000000; + color: #CEDFEF; } .pagegroupselected span { background-image: url('../themes/images/chapter_open.gif'); - color: #000000; + color: #CEDFEF; } .pagegroupopen span { background-image: url('../themes/images/chapter_open.gif'); - color: #000000; + color: #CEDFEF; } .pagegroupselected { @@ -446,6 +456,7 @@ color: #000000; padding: 0px 0px 0px 6px; font-style : normal; + font-weight : normal; border-style: solid; border-width: 1px; margin-right: 10px; Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml?view=diff&rev=514362&r1=514361&r2=514362 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml Sat Mar 3 22:21:50 2007 @@ -174,6 +174,34 @@ + + + + credit2 + false + false + + + + ApacheCon Europe 2007 + http://apachecon.com/2007/EU/ + http://apache.org/ads/ApacheCon/2007-europe-125x125.png + 125 + 125 + + + ApacheCon US 2007 + http://people.apache.org/calendar.html#200711 + http://apache.org/ads/ApacheCon/2007-usa-125x125.png + 125 + 125 + + + + + + @@ -215,7 +243,7 @@ - 2002 + 2007 The Acme Software Organisation. http://www.acme.org/licenses/ @@ -256,4 +284,4 @@ --> - \ No newline at end of file + Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db?view=diff&rev=514362&r1=514361&r2=514362 ============================================================================== Binary files - no diff available. Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif?view=diff&rev=514362&r1=514361&r2=514362 ============================================================================== Binary files - no diff available. Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif?view=diff&rev=514362&r1=514361&r2=514362 ============================================================================== Binary files - no diff available.