Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 9819 invoked from network); 8 May 2007 08:37:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2007 08:37:43 -0000 Received: (qmail 52709 invoked by uid 500); 8 May 2007 08:37:49 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 52633 invoked by uid 500); 8 May 2007 08:37:48 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 52622 invoked by uid 99); 8 May 2007 08:37:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 01:37:48 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 01:37:41 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 11CB31A9838; Tue, 8 May 2007 01:37:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r536123 - in /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css: maven-base.css maven-theme.css site.css Date: Tue, 08 May 2007 08:37:20 -0000 To: cvs@cocoon.apache.org From: hepabolu@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070508083721.11CB31A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hepabolu Date: Tue May 8 01:37:19 2007 New Revision: 536123 URL: http://svn.apache.org/viewvc?view=rev&rev=536123 Log: removed commented code + fixed font-size in site.css to be expressed in percentages Modified: cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-base.css cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-theme.css cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css Modified: cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-base.css URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-base.css?view=diff&rev=536123&r1=536122&r2=536123 ============================================================================== --- cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-base.css (original) +++ cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-base.css Tue May 8 01:37:19 2007 @@ -42,135 +42,3 @@ border-bottom: 1px dotted #0086b3; } -/* -table { - padding:0px; - width: 100%; - margin-left: -2px; - margin-right: -2px; -} -table.bodyTable th, table.bodyTable td { - padding: 2px 4px 2px 4px; - vertical-align: top; -} -div.clear{ - clear:both; - visibility: hidden; -} -div.clear hr{ - display: none; -} -#bannerLeft, #bannerRight { - font-size: xx-large; - font-weight: bold; -} -#bannerLeft img, #bannerRight img { - margin: 0px; -} -.xleft, #bannerLeft img { - float:left; - text-shadow: #7CFC00; -} -.xright, #bannerRight img { - float:right; - text-shadow: #7CFC00; -} -#banner { - padding: 0px; -} -#banner img { - border: none; -} -#breadcrumbs { - padding: 3px 10px 3px 10px; -} -#leftColumn { - width: 170px; - float:left; - overflow: auto; -} -#bodyColumn { - margin-right: 1.5em; - margin-left: 197px; -} -#legend { - padding: 8px 0 8px 0; -} -#navcolumn { - padding: 8px 4px 0 8px; -} -#navcolumn h5 { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn ul { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn li { - list-style-type: none; - background-image: none; - background-repeat: no-repeat; - background-position: 0 0.4em; - padding-left: 16px; - list-style-position: outside; - line-height: 1.2em; - font-size: smaller; -} -#navcolumn li.expanded { - background-image: url(../images/expanded.gif); -} -#navcolumn li.collapsed { - background-image: url(../images/collapsed.gif); -} -#poweredBy { - text-align: center; -} -#navcolumn img { - margin-top: 10px; - margin-bottom: 3px; -} -#poweredBy img { - display:block; - margin: 20px 0 20px 17px; - border: 1px solid black; - width: 90px; - height: 30px; -} -#search img { - margin: 0px; - display: block; -} -#search #q, #search #btnG { - border: 1px solid #999; - margin-bottom:10px; -} -#search form { - margin: 0px; -} -#lastPublished { - font-size: x-small; -} -.navSection { - margin-bottom: 2px; - padding: 8px; -} -.navSectionHead { - font-weight: bold; - font-size: x-small; -} -#footer { - padding: 3px 10px 3px 10px; - font-size: x-small; -} -#breadcrumbs { - font-size: x-small; - margin: 0pt; -} -.source { - padding: 12px; - margin: 1em 7px 1em 7px; -} -*/ Modified: cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-theme.css?view=diff&rev=536123&r1=536122&r2=536123 ============================================================================== --- cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-theme.css (original) +++ cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/maven-theme.css Tue May 8 01:37:19 2007 @@ -16,16 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - /* -body { - background-color: #fff; - font-family: Verdana, Helvetica, Arial, sans-serif; - margin-left: auto; - margin-right: auto; - background-repeat: repeat-y; - font-size: 13px; - padding: 0px; -} */ select, input { color:#626262; @@ -39,20 +29,6 @@ font-size: 110%; padding:10px; } -/* -a { - text-decoration: none; -} -a:link { - color:#47a; -} -a:visited { - color:#666666; -} -a:active, a:hover { - color:#990000; -} -*/ #legend li.externalLink { background: url(../images/external.png) left top no-repeat; @@ -84,75 +60,12 @@ background: #cce7f0; } -/* -.source { - border: 1px solid #999; - overflow:auto -} - -dt { - padding: 4px 4px 4px 24px; - color: #333333; - background-color: #ccc; - font-weight: bold; - font-size: 14px; - background-image: url(../images/h3.jpg); - background-repeat: no-repeat; - background-position: left bottom; -} -*/ .subsectionTitle { font-size: 13px; font-weight: bold; color: #666; } -/* -table { - font-size: 10px; -} -*/ - -.xright a:link, .xright a:visited, .xright a:active { - color: #666; -} -.xright a:hover { - color: #003300; -} -/* -#banner { - height: 68px; - background: #294563; -} -#navcolumn ul { - margin: 5px 0 5px -0em; -} -#navcolumn ul a { - color: #333333; -} -#navcolumn ul a:hover { - color: red; -} -#intro { - border: solid #ccc 1px; - margin: 6px 0px 0px 0px; - padding: 10px 40px 10px 40px; -} -.subsection { - margin-left: 3px; - color: #333333; -} - -.subsection p { - font-size: 12px; -} -#footer { - padding: 10px; - margin: 20px 0px 20px 0px; - border-top: solid #ccc 1px; - color: #333333; -} -*/ .errormark, .warningmark, .donemark, .infomark { margin: 10px 0; padding: 0 0 0 45px; @@ -173,172 +86,3 @@ .infomark { background: url(../images/note.gif) no-repeat 10px 7px; } - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ - -#bodyColumn { - margin-left:215px; - min-width:575px; -} -#navcolumn li { - list-style-type: none; - background-image: url(../images/page.gif); - background-repeat: no-repeat; - background-position: 0 0.4em; - padding-left:10px; - margin-left: 0px; - list-style-position: outside; - line-height: 1.2em; - font-size: smaller; -} -#navcolumn li.expanded { - background-image: url(../images/expanded.gif); - padding-left:10px; - margin-left: 0px; -} -#navcolumn li.collapsed { - background-image: url(../images/collapsed.gif); - padding-left:10px; - margin-left: 0px; -} -#navcolumn li.expanded li { - padding-left:10px; - margin-left: 0px; -} -#navcolumn li.collapsed li { - padding-left:10px; - margin-left: 0px; -} -/* -#leftColumn { - background-color: rgb(239, 239, 239); -} -#projectName { - float:left; - text-shadow: #7CFC00; - font-weight:bold; -} - -#contentBox { - min-width:575px; - margin-left:1.5em; -} - -h1, h2, h3, h4, h5, h6 { - color: Black; - background: none; - font-weight: normal; - margin: 0; - padding-top: 1em; - padding-bottom: 0.17em; - margin-bottom:0.47em; - border-bottom: 1px solid #aaaaaa; -} -h1 { - font-size: 188%; - margin-left: -17px; -} -h2 { - font-size: 150%; - margin-left: -17px; -} -h3 { - font-size: 132%; -} -h4, h5, h6 { - border-bottom: none; -} -h4 { - font-size: 116%; - font-weight:bold; -} -h5 { - font-size: 100%; -} -h6 { - font-size: 80%; - } - -pre { - border:1px solid #aaaaaa; - background-color: rgb(239, 239, 239); - padding:5px; - font-size: 95%; -} -.source pre { - border:0; - background:none; - padding:5px; -} -li { - list-style-type:square; -} - -.editUrl, .note { - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: solid; - border-right-style: solid; - border-bottom-style: solid; - border-left-style: solid; border-top-color: rgb(170, 170, 170); - border-right-color: rgb(170, 170, 170); - border-bottom-color: rgb(170, 170, 170); - border-left-color: rgb(170, 170, 170); - width:95; -} -.editUrl { - font-size: 75%; - margin-top: 40px; - text-align: center; -} -.note { - margin-top: 1.5em; -} -.bodyTable { - margin-top: 1.5em; -} - -.news-footer { - font-size: 75%; -} - -.news ul li { - margin-bottom: 10px; -} - -#table-homepage table { - width:65%; -} - -#downloadbox { - float: right; - margin-left: 2em; - padding-left: 1em; - padding-right: 1em; - padding-bottom: 1em; - border: 1px solid #999; - background-color: #eee; - width: 17.5em; -} - -#downloadbox h2 { - color: #000; - margin: 0; - border-bottom: 0px solid #aaaaaa; - font-size: 14px; - font-weight: bold; - padding: 0; - margin-top: 1em; -} - -#downloadbox p { - margin-top: 1em; - margin-bottom: 0; -} - -#downloadbox a { - white-space: nowrap; -} -*/ \ No newline at end of file Modified: cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css?view=diff&rev=536123&r1=536122&r2=536123 ============================================================================== --- cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css (original) +++ cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css Tue May 8 01:37:19 2007 @@ -39,7 +39,7 @@ padding-left: 5px; } tt { - font-size: 1.3em; + font-size: 130%; } pre { border:1px solid #aaaaaa; background: #efefef; font-size: 110%; padding:10px; } table { margin: 0 0 10px 0; width: 99.5%; border: 1px solid #cce7f0; } table th, table td { padding: 4px; } thead { background: #0086b3; color: #fff; } tbody { background: #e5f3f7; } table .alt { background: #cce7f0; } /* Header part --------------------------------------*/