From general-return-291-apmail-logging-general-archive=logging.apache.org@logging.apache.org Fri Aug 13 09:32:26 2004 Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 8731 invoked from network); 13 Aug 2004 09:32:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Aug 2004 09:32:26 -0000 Received: (qmail 65521 invoked by uid 500); 13 Aug 2004 09:32:25 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 65479 invoked by uid 500); 13 Aug 2004 09:32:25 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Logging General" Delivered-To: mailing list general@logging.apache.org Received: (qmail 65466 invoked by uid 500); 13 Aug 2004 09:32:25 -0000 Delivered-To: apmail-logging-site-cvs@apache.org Received: (qmail 65462 invoked by uid 99); 13 Aug 2004 09:32:25 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 13 Aug 2004 02:32:25 -0700 Received: (qmail 8698 invoked by uid 1208); 13 Aug 2004 09:32:24 -0000 Date: 13 Aug 2004 09:32:24 -0000 Message-ID: <20040813093224.8697.qmail@minotaur.apache.org> From: ceki@apache.org To: logging-site-cvs@apache.org Subject: cvs commit: logging-site/docs/css site.css X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ceki 2004/08/13 02:32:24 Modified: docs/css site.css Log: Extensive changes to the site CSS file. PR: Obtained from: Submitted by: Reviewed by: Revision Changes Path 1.7 +68 -36 logging-site/docs/css/site.css Index: site.css =================================================================== RCS file: /home/cvs/logging-site/docs/css/site.css,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- site.css 19 Apr 2004 14:18:25 -0000 1.6 +++ site.css 13 Aug 2004 09:32:24 -0000 1.7 @@ -1,64 +1,96 @@ + H1, H2, H3 { color: #101099; } - - - -A, A:visited { +A:link, A:visited { text-decoration: none; color: #006699; } -A:hover { +A:link:hover { text-decoration: underline; - color: #006699; } -table#main { - width: 900; - max-width: 900; +.centercol { + margin-top: 100px; + margin-left: 210px; + margin-right:210px; + max-width: 800px; +} + +.leftcol { + position: absolute; + left: 10px; + top: 130px; + width: 190px; +} + +.banner { + position: absolute; + left: 10px; + top: 10px; + /* width: 900px; */ +} +.menu_header, .menu_item { +/* width: 190px; */ + font-family: "trebuchet MS", Arial, Helvetica, sans-serif; + font-size: smaller; +} + +.menu_header { + border:1px solid #AAAAAA; + background: #CCCCCC; + padding-left: 1ex; +} + +.menu_item:hover { + background: #DDD; } -table#navbar { +.menu_item { background: #EEEEEE; - border-top: 1px solid #909090; - border-left: 1px solid #909090; - border-right: 1px solid #909090; - border-bottom: 1px solid #909090; + padding-left: 2ex; + border-top: 0px solid #AAAAAA; + border-right: 1px solid #AAAAAA; + border-bottom:1px solid #AAAAAA; + border-left: 1px solid #AAAAAA; } -td.navbarItem { + + +.source { border-top: 1px solid #DDDDDD; - padding-left: 1em; - padding-right: 1ex; + border-bottom: 1px solid #DDDDDD; + background:#eee; } -td.navbarHeader { - background: #E4E4E4; - border-bottom: 1px solid #CCCCCC; - border-top: 1px solid #CCCCCC; - padding-left: 1ex; - padding-right: 1ex; +table.ls { + background: #FFFFFF; } - -td#mainContents { - padding-left: 1em; - padding-right: 1em; +table.ls td { + background: #f4f4f4; + vertical-align: top; + padding-bottom: 1ex; } -table.regular { - background: #FFFFFF;; +table.ls th { + background: #E4E4E4; } -table.regular td { - background: #f4f4f4; - vertical-align: top; - padding-bottom: 1ex; +.index-faqSection { + padding-left: 0em; +} +.index-question { + padding-left: 1em; +} +.faqSection { + font-size: larger; + font-weight: bolder; } -table.regular th { - background: #E4E4E4; -} \ No newline at end of file +.question { + font-weight: bolder; +}