Return-Path: Delivered-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Received: (qmail 66997 invoked from network); 6 Mar 2011 20:31:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Mar 2011 20:31:25 -0000 Received: (qmail 72250 invoked by uid 500); 6 Mar 2011 20:31:25 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 72183 invoked by uid 500); 6 Mar 2011 20:31:25 -0000 Mailing-List: contact lucene-net-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucene.apache.org Delivered-To: mailing list lucene-net-commits@lucene.apache.org Received: (qmail 72176 invoked by uid 99); 6 Mar 2011 20:31:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Mar 2011 20:31:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Mar 2011 20:31:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BB33C2388A4B; Sun, 6 Mar 2011 20:30:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Sun, 06 Mar 2011 20:30:59 -0000 To: lucene-net-commits@lucene.apache.org From: pnasser@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110306203059.BB33C2388A4B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [Lucene.Net] svn commit: r1078562 [3/3] - in /incubator/lucene.net/site/trunk: content/lucene.net/ content/lucene.net/images/ content/lucene.net/styles/ lib/ Added: incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css?rev=1078562&view=auto ============================================================================== --- incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css (added) +++ incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css Sun Mar 6 20:30:58 2011 @@ -0,0 +1,43 @@ +.calltoaction { + width: 500px; +} +.calltoaction a { + display: block; + width: 240px; + height: 27.5px; + padding: 10px 0px 0px 10px; +} + +.incubatorlogo { + width: 229px; + height: 57px; + background: url(../images/apacheincubator.png) no-repeat; +} + +.calltoaction a { + background: url(../images/calltoaction.png) 0 0 no-repeat; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + text-decoration: none; + color: #133362; + text-shadow: 1px 1px #fff3c2; +} + +.calltoaction a:hover { + background: url(../images/calltoaction.png) 0 -37.5px no-repeat; +} + +.calltoactionpanel { + background: url(../images/calltoactionpanel.png) no-repeat; + height: 185px; + width: 480px; + padding-top: 15px; + padding-left: 15px; + padding-right: 5px; + display:none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + text-shadow: 1px 1px #fff3c2; +} \ No newline at end of file Added: incubator/lucene.net/site/trunk/content/lucene.net/styles/print.css URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/styles/print.css?rev=1078562&view=auto ============================================================================== --- incubator/lucene.net/site/trunk/content/lucene.net/styles/print.css (added) +++ incubator/lucene.net/site/trunk/content/lucene.net/styles/print.css Sun Mar 6 20:30:58 2011 @@ -0,0 +1,15 @@ +* { + color: #000 !important; +} + +body { + background: #fff !important; +} + +#tabs, #footer, #search, #repo-menu { + display: none; +} + +.noprint { + display: none; +} Added: incubator/lucene.net/site/trunk/content/lucene.net/styles/reset.css URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/styles/reset.css?rev=1078562&view=auto ============================================================================== --- incubator/lucene.net/site/trunk/content/lucene.net/styles/reset.css (added) +++ incubator/lucene.net/site/trunk/content/lucene.net/styles/reset.css Sun Mar 6 20:30:58 2011 @@ -0,0 +1,65 @@ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + font-weight: inherit; + font-style: inherit; + font-size: 100%; + font-family: inherit; + vertical-align: baseline; +} +body{ + line-height: 1; + color: black; + background: white; +} +ol, ul { + list-style: none; +} +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: separate; + border-spacing: 0; +} +caption ,th, td { + text-align: left; + font-weight: normal; +} +blockquote:before,blockquote:after, +q:before, q:after { + content: ""; +} +blockquote, q { + quotes: "" ""; +} + +.clearfix:after, #content:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; + } + + +.clearfix { + zoom: 1; /* triggers hasLayout in IE*/ + display: block; +} + + +/* +Copyright (c) 2010, Yahoo! Inc. All rights reserved. +Code licensed under the BSD License: +http://developer.yahoo.com/yui/license.html +version: 2.8.1 +*/ +body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} +select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} \ No newline at end of file Added: incubator/lucene.net/site/trunk/content/lucene.net/styles/screen.css URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/styles/screen.css?rev=1078562&view=auto ============================================================================== --- incubator/lucene.net/site/trunk/content/lucene.net/styles/screen.css (added) +++ incubator/lucene.net/site/trunk/content/lucene.net/styles/screen.css Sun Mar 6 20:30:58 2011 @@ -0,0 +1,88 @@ +@font-face { + font-family: Inconsolata; + src: url(../fonts/Inconsolata.otf); +} + +#api-doc { + overflow: hidden; + padding: 3px 0 20px 0; +} + +#api-doc h1 { + margin-bottom: 22px !important; +} + +#api-doc h3 { + width: auto !important; + margin: -1px 0 22px 0 !important; +} + +#api-doc h4 { + color: #666666; + margin-bottom: 10px; +} + +#api-doc p { + line-height: 160%; + padding: 0 0 19px 0; +} + +#api-doc pre { + border-left: 4px solid #999999; + background: #666666; + color: #fff; + line-height: 150%; + padding: 19px 10px 10px; + margin-bottom: 22px; + font-face: "Inconsolata", "Monaco", "Nimbus Mono L", Courier, sans-serif; +} + +#api-doc pre:hover { + background: #444444; + border-left: 4px solid #000000; +} + +#api-doc p code { + font-face: "Inconsolata", "Monaco", "Nimbus Mono L", Courier, sans-serif !important; +} + +.clear { /* generic container (i.e. div) for floating buttons */ + overflow: hidden; + width: 100%; +} + +a.button { + background: transparent url(../img/v2/bg_button_a.gif) no-repeat scroll top right; + color: #444444; + display: block; + float: right; + font: normal 12px arial, sans-serif; + height: 24px; + margin-right: 6px; + padding-right: 18px; + text-decoration: none; +} + +a.button span { + background: transparent url(../img/v2/bg_button_span.gif) no-repeat; + display: block; + line-height: 14px; + letter-spacing: 1px; + padding: 5px 0 5px 18px; +} + +a.button:active { + background-position: bottom right; + outline: none; /* hide dotted outline in Firefox */ +} + +a.button:active span { + background-position: bottom left; + padding: 6px 0 4px 18px; /* push text down 1px */ +} + +#api-doc h3.resource { + border-left: 4px solid #999999; + border-bottom: 0; + padding-left: 15px; +} \ No newline at end of file Modified: incubator/lucene.net/site/trunk/lib/path.pm URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/lib/path.pm?rev=1078562&r1=1078561&r2=1078562&view=diff ============================================================================== --- incubator/lucene.net/site/trunk/lib/path.pm (original) +++ incubator/lucene.net/site/trunk/lib/path.pm Sun Mar 6 20:30:58 2011 @@ -10,8 +10,7 @@ use warnings; our @patterns = ( [ qr!^/.*\.html$!, basic => {} ], - [ qr!^/index\.mdtext$!, basic => { template => "basic.html"} ], - [ qr!\.mdtext$!, basic => { template => "subpage.html" } ], + [ qr!\.mdtext$!, basic => { template => "subpage.html" } ], [ qr!^/sitemap\.html$!, sitemap => {} ], );