Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 72461 invoked from network); 14 May 2006 15:04:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 May 2006 15:04:14 -0000 Received: (qmail 14095 invoked by uid 500); 14 May 2006 15:04:13 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 14066 invoked by uid 500); 14 May 2006 15:04:13 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 14054 invoked by uid 99); 14 May 2006 15:04:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 May 2006 08:04:13 -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; Sun, 14 May 2006 08:04:12 -0700 Received: (qmail 72404 invoked by uid 65534); 14 May 2006 15:03:52 -0000 Message-ID: <20060514150352.72403.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r406346 - /incubator/activemq/site/resources/space.css Date: Sun, 14 May 2006 15:03:51 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jstrachan Date: Sun May 14 08:03:51 2006 New Revision: 406346 URL: http://svn.apache.org/viewcvs?rev=406346&view=rev Log: Latest export from confluence Modified: incubator/activemq/site/resources/space.css Modified: incubator/activemq/site/resources/space.css URL: http://svn.apache.org/viewcvs/incubator/activemq/site/resources/space.css?rev=406346&r1=406345&r2=406346&view=diff ============================================================================== --- incubator/activemq/site/resources/space.css (original) +++ incubator/activemq/site/resources/space.css Sun May 14 08:03:51 2006 @@ -1,3 +1,73 @@ +/********************************************************************* + CSS Elements in the layout template + *********************************************************************/ +#site-banner { + padding: 0px; + padding-right: 20px; + margin: 0px; + background-color: #fff; +} + +#site-navbar { + padding: 2px; + border-top: 1px solid #000066; + border-bottom: 1px solid #000066; + padding-left: 12px; + padding-right: 12px; + font-weight: bold; + background-color: #dddddd; +} + +#site-quicklinks p { + padding: 0px; margin: 0px; +} + +#site-content +{ + text-align: left; + background-color: #fff; + padding: 0px; + margin: 0px; + padding-bottom:20px; +} + +#site-navigation { + padding: 0px; + margin-top: -24px; + font-weight: bold; + background-color: #dddddd; + border-right: 1px solid #000066; + padding-bottom:20px; +} + +.pagetitle { + font-size: 28px; + font-weight: bold; + font-family: Arial, sans-serif; + color: #003366; + margin-bottom: 10px; +} + +#site-page +{ + text-align: left; + background-color: #fff; + padding: 10px; + margin: 0px; +} + +#site-footer { + background-image: url('http://goopen.org/confluence/images/border/border_bottom.gif'); + background-repeat: repeat-x; + background-position: left top; + padding-top: 4px; + color: #666; +} + +/********************************************************************* + CSS Elements that are part of the confluence rendered xhtml + *********************************************************************/ + body, p, td, table, tr, .bodytext, .stepfield { font-family: Verdana, arial, sans-serif; font-size: 11px; @@ -5,13 +75,7 @@ color: #000000; font-weight: normal; } -#PageContent { - text-align: left; - background-color: #fff; - padding: 0px; - margin: 0px; - padding-bottom:20px; -} + /* ** when this stylesheet is used for the Tiny MCE Wysiwyg editor's edit area, we can't ** use an id=PageContent or class=wiki-content, so we must @@ -19,9 +83,9 @@ */ body { - margin: 0px; - padding: 0px; - text-align: center; + margin: 0px; + padding: 0px; + text-align: center; background-color: #f0f0f0; } @@ -258,13 +322,6 @@ border-bottom: 1px solid #3c78b5; } -.pagetitle { - font-size: 22px; - font-weight: bold; - font-family: Arial, sans-serif; - color: #003366; -} - .steptitle { font-size: 18px; font-weight: bold; @@ -1138,12 +1195,6 @@ table.sectionMacroWithBorder td.columnMacro { border-style: dashed; border-width: 1px; border-color: #cccccc;} -.pagecontent -{ - padding: 10px; - text-align: left; -} - /* styles for links in the top bar */ .topBarDiv a:link {color: #ffffff;} .topBarDiv a:visited {color: #ffffff;} @@ -1416,4 +1467,5 @@ .leftnav li a:active {color:white;} .leftnav li a:visited {color:white;} -.leftnav li a:hover {background-color: #003366; color:white;} \ No newline at end of file +.leftnav li a:hover {background-color: #003366; color:white;} +