Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 5311 invoked from network); 28 Jun 2004 19:48:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Jun 2004 19:48:07 -0000 Received: (qmail 22443 invoked by uid 500); 28 Jun 2004 19:48:22 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 22346 invoked by uid 500); 28 Jun 2004 19:48:20 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 22310 invoked by uid 99); 28 Jun 2004 19:48:20 -0000 X-ASF-Spam-Status: No, hits=0.5 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; Mon, 28 Jun 2004 12:48:20 -0700 Received: (qmail 5067 invoked by uid 65534); 28 Jun 2004 19:48:03 -0000 Date: 28 Jun 2004 19:48:03 -0000 Message-ID: <20040628194803.5065.qmail@minotaur.apache.org> From: farra@apache.org To: cvs@avalon.apache.org Subject: svn commit: rev 22247 - avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: farra Date: Mon Jun 28 12:48:02 2004 New Revision: 22247 Modified: avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css Log: fixed doclink style, added some table style Modified: avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css ============================================================================== --- avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css (original) +++ avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css Mon Jun 28 12:48:02 2004 @@ -296,8 +296,13 @@ table { - border-left: 0px ; - border-top: 0px; + + border-width: medium; + border-style: dashed; + border-color: #eee; +/* border-left: 0px ; + border-top: 0px; +*/ margin-top: 1em; margin-right: 1.5em; padding: 0; @@ -316,6 +321,7 @@ td { + text-align: left; vertical-align: top; padding-left: 0em; @@ -324,9 +330,10 @@ padding-top: 1.5pt; padding-bottom: 1.5pt; } - + tr[row='odd'] -{ +{ + } tr[row='even'] @@ -482,40 +489,32 @@ color: black; outline: none; } - -/* comment out doclink until problems are fixed */ -/* + + a.doclink { text-decoration: none; color: #000; border-bottom: 1px dotted #777; - margin: 0px 2px 0px 2px; - padding: 1px 1px 1px 1px; } a.doclink:hover { - border: 1px dotted #000; background-color: #eee; - padding: 1px 2px 1px 2px; - margin: 0px; } a.doclink:active { background-color: #ccc !important; position: relative; - top: 1px; - left: 1px; - padding: 1px 2px 1px 2px; - margin: 0px; } a.doclink:focus { - border: 1px solid #fff !important; +*/ border: 1px solid #fff !important; background-color: #ccc !important; - padding: 1px 2px 1px 2px; - margin: 0px; } -*/ + +a.doclink img { + border: none; + text-decoration: none; +} img { @@ -535,73 +534,114 @@ td table { margin-top: 0em; -} - -table.front-container -{ - border-spacing: 5px; -} - -table.front-category -{ - border: 1px solid gray; -} - -table.front-category tr -{ -} - -table.front-category tr td -{ -} - -table.front-category tr td.divided -{ - border-right: 1px solid gray; -} - -table.front-category tr td.header -{ - text-align: center; - vertical-align: bottom; -} - -table.front-category tr td.subheader -{ - text-align: center; - vertical-align: bottom; - margin-bottom: 3px; -} - -table.front-category a -{ - text-decoration: none; - color: #000; - border-bottom: 0px none white !important; - border: 0px none white !important; - margin: 0px; - padding: 0px; -} - -table.front-category a:hover { - border: 0px none white !important; - background-color: white; - padding: 0px; - margin: 0px; -} - -table.front-category a:active { - border: 0px none white !important; - background-color: white !important; - position: relative; - padding: 0px; - margin: 0px; -} - -table.front-category a:focus { - border: 0px none white !important; - background-color: white !important; - padding: 0px; - margin: 0px; -} - +} + +/** + + Special table style for front page + +**/ + +table.front +{ + border: none ; + margin-top: 1em; + margin-right: 1.5em; + padding: 0; + border-spacing: 0; + border-collapse: separate; +} + +table.front a +{ + text-decoration: none; + color: #000; + border-bottom: 0px none white !important; + border: 0px none white !important; +} + +table.front a:hover { + border: 0px none white !important; + background-color: white; +} + +table.front a:active { + border: 0px none white !important; + background-color: white !important; + position: relative; +} + +table.front a:focus { + border: 0px none white !important; + background-color: white !important; +} + + +table.front-container +{ + border-spacing: 5px; +} + +table.front-category +{ + border: 1px solid gray; +} + +table.front-category tr +{ +} + +table.front-category tr td +{ +} + +table.front-category tr td.divided +{ + border-righ t: 1px solid gray; +} + +table.front-category tr td.header +{ + text-align: center; + vertical-align: bottom; +} + +table.front-category tr td.subheader +{ + text-align: center; + vertical-align: bottom; + margin-bottom: 3px; +} + +table.front-category a +{ + text-decoration: none; + color: #000; + border-bottom: 0px none white !important; + border: 0px none white !important; + margin: 0px; + padding: 0px; +} + +table.front-category a:hover { + border: 0px none white !important; + background-color: white; + padding: 0px; + margin: 0px; +} + +table.front-category a:active { + border: 0px none white !important; + background-color: white !important; + position: relative; + padding: 0px; + margin: 0px; +} + +table.front-category a:focus { + border: 0px none white !important; + background-color: white !important; + padding: 0px; + margin: 0px; +} + --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org