Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 38379 invoked from network); 17 Feb 2004 02:26:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Feb 2004 02:26:31 -0000 Received: (qmail 17192 invoked by uid 500); 17 Feb 2004 02:26:07 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 17097 invoked by uid 500); 17 Feb 2004 02:26:07 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 16883 invoked by uid 500); 17 Feb 2004 02:26:05 -0000 Received: (qmail 16791 invoked from network); 17 Feb 2004 02:26:05 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 17 Feb 2004 02:26:05 -0000 Received: (qmail 37910 invoked by uid 1674); 17 Feb 2004 02:26:21 -0000 Date: 17 Feb 2004 02:26:21 -0000 Message-ID: <20040217022621.37909.qmail@minotaur.apache.org> From: mdiggory@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/xdocs/style project.css X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N mdiggory 2004/02/16 18:26:21 Added: xdocs/style project.css Log: Moving project.css to style directory. Revision Changes Path 1.1 jakarta-commons/xdocs/style/project.css Index: project.css =================================================================== /* ============================================== */ /* XDOC 1.4 */ #banner, #banner td { background: #fff; color: #000; border: 0px; } #banner td { height: 100%; vertical-align: middle; } div#banner { border: 0px; } #bodycol h3 { padding: 4px 4px 4px 6px; border: 1px solid #999; color: #000; background-color: #aaf; margin-top: 2px; margin-bottom: 4px; font-size: 14px; font-weight: bold; } #bodycol h4 { padding: 4px 4px 4px 6px; border: 1px solid #999; color: #000; background-color: #ccf; margin-top: 2px; margin-bottom: 4px; font-size: 14px; font-weight: normal; } .app h3, .app h4, .tabs td, .tabs th, .functnbar { background-image: none; } /* ============================================== */ /* XDOC 1.5 */ /* Controls font size on left */ body, td, th, select, input, li{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; } /* Logo position */ #organizationLogo img, #projectLogo img { position: static; clear: both; } #organizationLogo img { margin-top: 20px; } #projectLogo img { margin-top: 5px; } /* Hyperlinks */ a { text-decoration: none; } a:link { color:#44f; } a:visited { color:#47a; } #navcolumn a:visited, #breadcrumbs a:visited { color:#44f; } a:active, a:hover { color:#69c; } /* Titles */ h2 { padding: 4px 4px 4px 6px; border: 1px solid #999; color: #000; background-color: #aaf; margin-top: 2px; margin-bottom: 4px; font-size: 14px; font-weight: bold; } h3 { padding: 4px 4px 4px 6px; border: 1px solid #999; color: #000; background-color: #ccf; margin-top: 2px; margin-bottom: 4px; font-size: 14px; font-weight: normal; } #bodycolumn p, #bodycolumn ul, #bodycolumn ol, #bodycolumn dl, #bodycolumn table { margin-top: .67em; margin-bottom: .67em; font-size: 13px; } #breadcrumbs { border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background-color: #ccc; } #leftColumn { margin: 0 0 0 0; width: 19%; border-right: 1px solid #999; border-bottom: 1px solid #999; background-color: #eee; } #navcolumn h5 { font-size: smaller; border-bottom: 1px solid #aaaaaa; padding-top: 2px; } table.bodyTable { border: 1px solid #000; } table.bodyTable th { color: white; background-color: #bbb; text-align: left; font-weight: bold; } table.bodyTable tr.a { background-color: #ddd; } table.bodyTable tr.b { background-color: #eee; } .source { border: 1px solid #999; } --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org