Return-Path: Delivered-To: apmail-xmlgraphics-commits-archive@www.apache.org Received: (qmail 62555 invoked from network); 12 Apr 2006 14:16:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 14:16:34 -0000 Received: (qmail 8388 invoked by uid 500); 12 Apr 2006 14:16:34 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 8375 invoked by uid 500); 12 Apr 2006 14:16:34 -0000 Delivered-To: apmail-xmlgraphics-site-commits@xmlgraphics.apache.org Received: (qmail 8359 invoked by uid 99); 12 Apr 2006 14:16:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 07:16:34 -0700 X-ASF-Spam-Status: No, hits=-9.4 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.29) with SMTP; Wed, 12 Apr 2006 07:16:33 -0700 Received: (qmail 62115 invoked by uid 65534); 12 Apr 2006 14:15:58 -0000 Message-ID: <20060412141558.62114.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r393464 - in /xmlgraphics/site/deploy/commons: download.pdf index.pdf linkmap.pdf skin/ skin/basic.css Date: Wed, 12 Apr 2006 14:15:58 -0000 To: site-commits@xmlgraphics.apache.org From: jeremias@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jeremias Date: Wed Apr 12 07:15:55 2006 New Revision: 393464 URL: http://svn.apache.org/viewcvs?rev=393464&view=rev Log: Automatic publish from forrestbot Added: xmlgraphics/site/deploy/commons/download.pdf (with props) xmlgraphics/site/deploy/commons/index.pdf (with props) xmlgraphics/site/deploy/commons/linkmap.pdf (with props) xmlgraphics/site/deploy/commons/skin/ xmlgraphics/site/deploy/commons/skin/basic.css Added: xmlgraphics/site/deploy/commons/download.pdf URL: http://svn.apache.org/viewcvs/xmlgraphics/site/deploy/commons/download.pdf?rev=393464&view=auto ============================================================================== Binary file - no diff available. Propchange: xmlgraphics/site/deploy/commons/download.pdf ------------------------------------------------------------------------------ svn:mime-type = application/pdf Added: xmlgraphics/site/deploy/commons/index.pdf URL: http://svn.apache.org/viewcvs/xmlgraphics/site/deploy/commons/index.pdf?rev=393464&view=auto ============================================================================== Binary file - no diff available. Propchange: xmlgraphics/site/deploy/commons/index.pdf ------------------------------------------------------------------------------ svn:mime-type = application/pdf Added: xmlgraphics/site/deploy/commons/linkmap.pdf URL: http://svn.apache.org/viewcvs/xmlgraphics/site/deploy/commons/linkmap.pdf?rev=393464&view=auto ============================================================================== Binary file - no diff available. Propchange: xmlgraphics/site/deploy/commons/linkmap.pdf ------------------------------------------------------------------------------ svn:mime-type = application/pdf Added: xmlgraphics/site/deploy/commons/skin/basic.css URL: http://svn.apache.org/viewcvs/xmlgraphics/site/deploy/commons/skin/basic.css?rev=393464&view=auto ============================================================================== --- xmlgraphics/site/deploy/commons/skin/basic.css (added) +++ xmlgraphics/site/deploy/commons/skin/basic.css Wed Apr 12 07:15:55 2006 @@ -0,0 +1,157 @@ +/* +* Copyright 2002-2005 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +/** + * General + */ + +img { border: 0; } + +#content table { + border: 0; + width: 100%; +} +/*Hack to get IE to render the table at 100%*/ +* html #content table { margin-left: -3px; } + +#content th, +#content td { + margin: 0; + padding: 0; + vertical-align: top; +} + +.clearboth { + clear: both; +} + +.note, .warning, .fixme { + border: solid black 1px; + margin: 1em 3em; +} + +.note .label { + background: #369; + color: white; + font-weight: bold; + padding: 5px 10px; +} +.note .content { + background: #F0F0FF; + color: black; + line-height: 120%; + font-size: 90%; + padding: 5px 10px; +} +.warning .label { + background: #C00; + color: white; + font-weight: bold; + padding: 5px 10px; +} +.warning .content { + background: #FFF0F0; + color: black; + line-height: 120%; + font-size: 90%; + padding: 5px 10px; +} +.fixme .label { + background: #C6C600; + font-weight: bold; + padding: 5px 10px; +} +.fixme .content { + padding: 5px 10px; +} + +/** + * Typography + */ + +body { + font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif; + font-size: 100%; +} + +#content { + font-family: Georgia, Palatino, Times, serif; + font-size: 95%; +} +#tabs { + font-size: 70%; +} +#menu { + font-size: 80%; +} +#footer { + font-size: 70%; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; + font-weight: bold; + margin-top: 1em; + margin-bottom: .5em; +} + +h1 { + margin-top: 0; + margin-bottom: 1em; + font-size: 1.4em; +} +#content h1 { + font-size: 160%; + margin-bottom: .5em; +} +#menu h1 { + margin: 0; + padding: 10px; + background: #336699; + color: white; +} +h2 { font-size: 120%; } +h3 { font-size: 100%; } +h4 { font-size: 90%; } +h5 { font-size: 80%; } +h6 { font-size: 75%; } + +p { + line-height: 120%; + text-align: left; + margin-top: .5em; + margin-bottom: 1em; +} + +#content li, +#content th, +#content td { + line-height: 110%; + margin-top: .1em; + margin-bottom: .1em; +} + +#content .attribution { + text-align: right; + font-style: italic; + font-size: 85%; + margin-top: 1em; +} + +.codefrag { + font-family: "Courier New", Courier, monospace; + font-size: 110%; +} \ No newline at end of file --------------------------------------------------------------------- Apache XML Graphics Project URL: http://xmlgraphics.apache.org/ To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org