Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 40400 invoked from network); 13 Mar 2007 18:10:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2007 18:10:50 -0000 Received: (qmail 36839 invoked by uid 500); 13 Mar 2007 18:10:58 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 36832 invoked by uid 500); 13 Mar 2007 18:10:58 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 36821 invoked by uid 99); 13 Mar 2007 18:10:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 11:10:57 -0700 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; Tue, 13 Mar 2007 11:10:48 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 752681A9838; Tue, 13 Mar 2007 11:10:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r517797 - /geronimo/site/trunk/docs/style/forum_template.css Date: Tue, 13 Mar 2007 18:10:28 -0000 To: scm@geronimo.apache.org From: hcunico@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070313181028.752681A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hcunico Date: Tue Mar 13 11:10:27 2007 New Revision: 517797 URL: http://svn.apache.org/viewvc?view=rev&rev=517797 Log: updated nabble forum template Modified: geronimo/site/trunk/docs/style/forum_template.css Modified: geronimo/site/trunk/docs/style/forum_template.css URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/style/forum_template.css?view=diff&rev=517797&r1=517796&r2=517797 ============================================================================== --- geronimo/site/trunk/docs/style/forum_template.css (original) +++ geronimo/site/trunk/docs/style/forum_template.css Tue Mar 13 11:10:27 2007 @@ -1,124 +1,9 @@ -div#site-breadcrumbs { - margin: 0px; - padding: 0px; - float:left; - padding: 2px; - padding-left: 20px; -} -div#site-quicklinks { - margin: 0px; - padding: 2px; - padding-right: 20px; -} -div#site-quicklinks p { - text-align: right; - padding: 0px; - margin: 0px; -} +body { font-family: Verdana, arial, sans-serif; font-size: 11px; line-height: 16px; color: #000000; font-weight: normal; margin-top: 0; margin-right: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-left: 0; } -div#site-quicklinks, div#site-breadcrumbs, div#site-quicklinks p, div#site-breadcrumbs p, -div#site-quicklinks a:link, div#site-quicklinks a:visited, -div#site-breadcrumbs a:link, div#site-breadcrumbs a:visited { - font-family: Verdana, arial, sans-serif; - font-size: 11px; - font-weight: bold; - line-height: 16px; - color: #ffffff; - text-decoration: none; -} -div#site-quicklinks a:active, div#site-quicklinks a:hover, -div#site-breadcrumbs a:active, div#site-breadcrumbs a:hover { - font-family: Verdana, arial, sans-serif; - font-size: 11px; - font-weight: bold; - line-height: 13px; - color: #c0c0c0; - text-decoration: underline; -} -div#site-quicklinks sup img { - height: 0px; - width: 0px; -} +.topBarDiv a:link { color: #ffffff; font-size: 11px; font-style: normal; } +.topBarDiv a:visited {color: #ffffff;} +.topBarDiv a:active {color: #ffffff;} +.topBarDiv a:hover {color: #ffffff;} +.topBarDiv { color: #fff; font-style: normal; } -/* ====================================================== */ -/* Navigation Styling */ -/* ====================================================== */ -div.navigation {background: #ffffff url("../images/right-box-left.png") repeat-y left 0pt; width:200px;} -div.navigation_top {background: transparent url("../images/right-box-top.png") no-repeat left top;} -div.navigation_bottom {background: transparent url("../images/right-box-bottom.png") no-repeat left bottom;} -div.navigation_bottom {padding-left: 5px;padding-right:11px; padding-top:17px; padding-bottom:17px;} - -/* div.navigation {float:right;} */ -div.navigation_bottom ol, -div.navigation_bottom ul, -div.navigation_bottom { - font-family: Verdana, arial, sans-serif; - font-size: 11px; - font-weight: bold; - line-height: 13px; - text-align: left; - padding-left: 11px; -} - -div.navigation { - text-align: left; - clear: left; -} - - -div.navigation h3, -div.navigation h3 a:link, div.navigation h3 a:visited, div.navigation h3 a:active, div.navigation h3 a:hover { - font-family: Verdana, arial, sans-serif; - font-size: 11px; - font-weight: bold; - line-height: 120%; - - border: none; - font-size: 15px; - text-decoration: none; - color: #660033; - margin:5px; -} - -div.navigation h3 { - background: url("../images/big-bullet.png") no-repeat 0pt; - background-position:left center; - margin-left:15px; - padding-left: 20px; -} - -div.navigation a:link, div.navigation a:visited, div.navigation a:active, div.navigation a:hover { - text-decoration: none; - color: #000000; -} -div.navigation a:active, div.navigation a:hover { - text-decoration: underline; - color: #880055; -} - -div.navigation ul { - padding-left: 25px; - list-style: none; - padding-bottom: 10px; - border-bottom:1px solid #CACACA; - margin: 0px; - margin-left: 10px; - margin-bottom: 10px; -} - -div.navigation_bottom div { - margin-left:10px; - padding-left:25px; - padding-bottom: 10px; - margin-bottom: 10px; - border-bottom:1px solid #CACACA; -} - -div.navigation img { - margin-left:15px; - padding-left: 20px; -} - -div.navigation sup img { height: 0px; width: 0px; } - -body, p, td, table, tr, .bodytext, .stepfield { font-family: Verdana, arial, sans-serif; font-size: 11px; line-height: 16px; color: #000000; font-weight: normal; margin-top: 0; margin-right: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-left: 0; } \ No newline at end of file +.topBar { font-size: 11px; background-color: #003366; height: 20px; }