From: <fwi...@us...> - 2009-05-27 18:30:59
|
Revision: 6399 http://jython.svn.sourceforge.net/jython/?rev=6399&view=rev Author: fwierzbicki Date: 2009-05-27 18:30:54 +0000 (Wed, 27 May 2009) Log Message: ----------- cleanup. Modified Paths: -------------- trunk/website/build.xml Added Paths: ----------- trunk/website/redirects/css/ trunk/website/redirects/css/.profile.css.swp trunk/website/redirects/css/PythonPoweredSmall.gif trunk/website/redirects/css/basic.css trunk/website/redirects/css/html4css1.css trunk/website/redirects/css/jython.png trunk/website/redirects/css/moin-www.png trunk/website/redirects/css/pngfix.js trunk/website/redirects/css/print.css trunk/website/redirects/css/profile.css trunk/website/redirects/css/screen.css trunk/website/redirects/jpython-talk-1.ppt Removed Paths: ------------- trunk/website/archive/21/css/ trunk/website/archive/21/left.nav trunk/website/archive/22/left.nav Deleted: trunk/website/archive/21/left.nav =================================================================== --- trunk/website/archive/21/left.nav 2009-05-27 17:10:32 UTC (rev 6398) +++ trunk/website/archive/21/left.nav 2009-05-27 18:30:54 UTC (rev 6399) @@ -1,25 +0,0 @@ -section | About -menupageitem | Welcome | ../Project/index.html -menupageitem | License | ../Project/license.html -menupageitem | Installation | ../Project/installation.html -menupageitem | FAQ | ../Project/userfaq.html -menupageitem | News | ../Project/news.html -menupageitem | History | ../Project/history.html -menupageitem | Download | ../Project/download.html -menupageitem | User Guide | ../Project/userguide.html -menupageitem | Old Website | ../Jython21.html -#menupageitem | Books and Articles | ../Project/books_articles.html -#menupageitem | CPython comparison | ../Project/differences.html -section | Community -menupageitem | Wiki | http://wiki.python.org/jython/ -menupageitem | Reporting Bugs | ../Project/bugs.html -menupageitem | Mailing Lists | http://sourceforge.net/mail/?group_id=12867 -menupageitem | Developer FAQ | ../Project/devfaq.html -menupageitem | Developer Guide | http://wiki.python.org/jython/JythonDeveloperGuide -menupageitem | Jython Roadmap | ../Project/roadmap.html -menupageitem | Contributors | ../Project/contributors.html -section | -raw | <div style="height:1em"></div> -image | ../css/PythonPoweredSmall.gif | http://www.python.org -raw | <div style="height:1em"></div> -image | http://sourceforge.net/sflogo.php?group_id=12867 | http://sourceforge.net Deleted: trunk/website/archive/22/left.nav =================================================================== --- trunk/website/archive/22/left.nav 2009-05-27 17:10:32 UTC (rev 6398) +++ trunk/website/archive/22/left.nav 2009-05-27 18:30:54 UTC (rev 6399) @@ -1,25 +0,0 @@ -section | About -menupageitem | Welcome | ./index.html -menupageitem | License | ./license.html -menupageitem | Installation | ./installation.html -menupageitem | FAQ | ./userfaq.html -menupageitem | News | ./news.html -menupageitem | History | ./history.html -menupageitem | Download | ./download.html -menupageitem | User Guide | ./userguide.html -menupageitem | Old Website | ../21/index.html -#menupageitem | Books and Articles | ./books_articles.html -#menupageitem | CPython comparison | ./differences.html -section | Community -menupageitem | Wiki | http://wiki.python.org/jython/ -menupageitem | Reporting Bugs | ./bugs.html -menupageitem | Mailing Lists | http://sourceforge.net/mail/?group_id=12867 -menupageitem | Developer FAQ | ./devfaq.html -menupageitem | Developer Guide | http://wiki.python.org/jython/JythonDeveloperGuide -menupageitem | Jython Roadmap | ./roadmap.html -menupageitem | Contributors | ./contributors.html -section | -raw | <div style="height:1em"></div> -image | ../css/PythonPoweredSmall.gif | http://www.python.org -raw | <div style="height:1em"></div> -image | http://sourceforge.net/sflogo.php?group_id=12867 | http://sourceforge.net Modified: trunk/website/build.xml =================================================================== --- trunk/website/build.xml 2009-05-27 17:10:32 UTC (rev 6398) +++ trunk/website/build.xml 2009-05-27 18:30:54 UTC (rev 6399) @@ -54,6 +54,16 @@ <fileset dir="redirects"> </fileset> </copy> + <copy todir="dist/archive/22"> + <fileset dir="."> + <include name="left.nav"/> + </fileset> + </copy> + <copy todir="dist/applets"> + <fileset dir="."> + <include name="left.nav"/> + </fileset> + </copy> <apply verbose="true" executable="${rst2jysite.command}" dest="dist"> <arg line="--link-stylesheet" /> <arg line="--stylesheet=../css/html4css1.css" /> Added: trunk/website/redirects/css/.profile.css.swp =================================================================== (Binary files differ) Property changes on: trunk/website/redirects/css/.profile.css.swp ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/website/redirects/css/PythonPoweredSmall.gif =================================================================== (Binary files differ) Property changes on: trunk/website/redirects/css/PythonPoweredSmall.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/website/redirects/css/basic.css =================================================================== --- trunk/website/redirects/css/basic.css (rev 0) +++ trunk/website/redirects/css/basic.css 2009-05-27 18:30:54 UTC (rev 6399) @@ -0,0 +1,143 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation +* +* 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%; +} +#content th, +#content td { + margin: 0; + padding: 0; + vertical-align: top; +} + +.clearboth { + clear: both; +} + +.frame { + border: solid black 1px; + margin: 1em 3em; +} + +.frame .label { + background: #369; + color: white; + font-weight: bold; + padding: 5px 10px; +} +.frame .content { + padding: 5px 10px; + background: #F0F0FF; + color: black; + line-height: 120%; + font-size: 90%; +} +.warning .label { + background: #C00; + color: white; +} +.warning .content { + background: #FFF0F0; + color: black; +} +.fixme .label { + background: #C6C600; +} + +/** + * 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 Added: trunk/website/redirects/css/html4css1.css =================================================================== --- trunk/website/redirects/css/html4css1.css (rev 0) +++ trunk/website/redirects/css/html4css1.css 2009-05-27 18:30:54 UTC (rev 6399) @@ -0,0 +1,276 @@ +/* +:Author: David Goodger +:Contact: go...@us... +:Date: $Date: 2005-11-17 10:41:19 -0600 (Thu, 17 Nov 2005) $ +:Revision: $Revision: 2638 $ +:Copyright: This stylesheet has been placed in the public domain. + +Default cascading style sheet for the HTML output of Docutils. + +See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to +customize this style sheet. +*/ + +/* "! important" is used here to override other ``margin-top`` and + ``margin-bottom`` styles that are later in the stylesheet or + more specific. See http://www.w3.org/TR/CSS1#the-cascade */ +.first { + margin-top: 0 ! important } + +.last, .with-subtitle { + margin-bottom: 0 ! important } + +.hidden { + display: none } + +a.toc-backref { + text-decoration: none ; + color: black } + +blockquote.epigraph { + margin: 2em 5em ; } + +dl.docutils dd { + margin-bottom: 0.5em } + +/* Uncomment (and remove this text!) to get bold-faced definition list terms +dl.docutils dt { + font-weight: bold } +*/ + +div.abstract { + margin: 2em 5em } + +div.abstract p.topic-title { + font-weight: bold ; + text-align: center } + +div.admonition, div.attention, div.caution, div.danger, div.error, +div.hint, div.important, div.note, div.tip, div.warning { + margin: 2em ; + border: medium outset ; + padding: 1em } + +div.admonition p.admonition-title, div.hint p.admonition-title, +div.important p.admonition-title, div.note p.admonition-title, +div.tip p.admonition-title { + font-weight: bold ; + font-family: sans-serif } + +div.attention p.admonition-title, div.caution p.admonition-title, +div.danger p.admonition-title, div.error p.admonition-title, +div.warning p.admonition-title { + color: red ; + font-weight: bold ; + font-family: sans-serif } + +/* Uncomment (and remove this text!) to get reduced vertical space in + compound paragraphs. +div.compound .compound-first, div.compound .compound-middle { + margin-bottom: 0.5em } + +div.compound .compound-last, div.compound .compound-middle { + margin-top: 0.5em } +*/ + +div.dedication { + margin: 2em 5em ; + text-align: center ; + font-style: italic } + +div.dedication p.topic-title { + font-weight: bold ; + font-style: normal } + +div.figure { + margin-left: 2em } + +div.footer, div.header { + clear: both; + font-size: smaller } + +div.line-block { + display: block ; + margin-top: 1em ; + margin-bottom: 1em } + +div.line-block div.line-block { + margin-top: 0 ; + margin-bottom: 0 ; + margin-left: 1.5em } + +div.sidebar { + margin-left: 1em ; + border: medium outset ; + padding: 1em ; + background-color: #ffffee ; + width: 40% ; + float: right ; + clear: right } + +div.sidebar p.rubric { + font-family: sans-serif ; + font-size: medium } + +div.system-messages { + margin: 5em } + +div.system-messages h1 { + color: red } + +div.system-message { + border: medium outset ; + padding: 1em } + +div.system-message p.system-message-title { + color: red ; + font-weight: bold } + +div.topic { + margin: 2em } + +h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, +h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { + margin-top: 0.4em } + +h1.title { + text-align: center } + +h2.subtitle { + text-align: center } + +hr.docutils { + width: 75% } + +img.align-left { + clear: left } + +img.align-right { + clear: right } + +img.borderless { + border: 0 } + +ol.simple, ul.simple { + margin-bottom: 1em } + +ol.arabic { + list-style: decimal } + +ol.loweralpha { + list-style: lower-alpha } + +ol.upperalpha { + list-style: upper-alpha } + +ol.lowerroman { + list-style: lower-roman } + +ol.upperroman { + list-style: upper-roman } + +p.attribution { + text-align: right ; + margin-left: 50% } + +p.caption { + font-style: italic } + +p.credits { + font-style: italic ; + font-size: smaller } + +p.label { + white-space: nowrap } + +p.rubric { + font-weight: bold ; + font-size: larger ; + color: maroon ; + text-align: center } + +p.sidebar-title { + font-family: sans-serif ; + font-weight: bold ; + font-size: larger } + +p.sidebar-subtitle { + font-family: sans-serif ; + font-weight: bold } + +p.topic-title { + font-weight: bold } + +pre.address { + margin-bottom: 0 ; + margin-top: 0 ; + font-family: serif ; + font-size: 100% } + +pre.line-block { + font-family: serif ; + font-size: 100% } + +pre.literal-block, pre.doctest-block { + margin-left: 2em ; + margin-right: 2em ; + background-color: #eeeeee } + +span.classifier { + font-family: sans-serif ; + font-style: oblique } + +span.classifier-delimiter { + font-family: sans-serif ; + font-weight: bold } + +span.interpreted { + font-family: sans-serif } + +span.option { + white-space: nowrap } + +span.pre { + white-space: pre } + +span.problematic { + color: red } + +span.section-subtitle { + /* font-size relative to parent (h1..h6 element) */ + font-size: 80% } + +table.citation { + border-left: solid thin gray } + +table.docinfo { + margin: 2em 4em } + +table.docutils { + margin-top: 0.5em ; + margin-bottom: 0.5em } + +table.footnote { + border-left: solid thin black } + +table.docutils td, table.docutils th, +table.docinfo td, table.docinfo th { + padding-left: 0.5em ; + padding-right: 0.5em ; + vertical-align: top } + +table.docutils th.field-name, table.docinfo th.docinfo-name { + font-weight: bold ; + text-align: left ; + white-space: nowrap ; + padding-left: 0 } + +h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, +h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { + font-size: 100% } + +tt.docutils { + background-color: #eeeeee } + +ul.auto-toc { + list-style-type: none } Added: trunk/website/redirects/css/jython.png =================================================================== (Binary files differ) Property changes on: trunk/website/redirects/css/jython.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/website/redirects/css/moin-www.png =================================================================== (Binary files differ) Property changes on: trunk/website/redirects/css/moin-www.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/website/redirects/css/pngfix.js =================================================================== --- trunk/website/redirects/css/pngfix.js (rev 0) +++ trunk/website/redirects/css/pngfix.js 2009-05-27 18:30:54 UTC (rev 6399) @@ -0,0 +1,39 @@ +/* + +Correctly handle PNG transparency in Win IE 5.5 & 6. +http://homepage.ntlworld.com/bobosola. Updated 18-Jan-2006. + +Use in <HEAD> with DEFER keyword wrapped in conditional comments: +<!--[if lt IE 7]> +<script defer type="text/javascript" src="pngfix.js"></script> +<![endif]--> + +*/ + +var arVersion = navigator.appVersion.split("MSIE") +var version = parseFloat(arVersion[1]) + +if ((version >= 5.5) && (document.body.filters)) +{ + for(var i=0; i<document.images.length; i++) + { + var img = document.images[i] + var imgName = img.src.toUpperCase() + if (imgName.substring(imgName.length-3, imgName.length) == "PNG") + { + var imgID = (img.id) ? "id='" + img.id + "' " : "" + var imgClass = (img.className) ? "class='" + img.className + "' " : "" + var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' " + var imgStyle = "display:inline-block;" + img.style.cssText + if (img.align == "left") imgStyle = "float:left;" + imgStyle + if (img.align == "right") imgStyle = "float:right;" + imgStyle + if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle + var strNewHTML = "<span " + imgID + imgClass + imgTitle + + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";" + + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader" + + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" + img.outerHTML = strNewHTML + i = i-1 + } + } +} Added: trunk/website/redirects/css/print.css =================================================================== --- trunk/website/redirects/css/print.css (rev 0) +++ trunk/website/redirects/css/print.css 2009-05-27 18:30:54 UTC (rev 6399) @@ -0,0 +1,53 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation +* +* 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. +*/ +body { + font-family: Georgia, Palatino, serif; + font-size: 12pt; + background: white; +} + +#tabs, +#menu, +#content .toc { + display: none; +} + +#content { + width: auto; + padding: 0; + float: none !important; + color: black; + background: transparent; +} + +a:link, a:visited { + color: #336699; + background: transparent; + text-decoration: underline; +} + +#top .logo { + padding: 0; + margin: 0 0 2em 0; +} + +#footer { + margin-top: 4em; +} + +acronym { + border: 0; +} \ No newline at end of file Added: trunk/website/redirects/css/profile.css =================================================================== --- trunk/website/redirects/css/profile.css (rev 0) +++ trunk/website/redirects/css/profile.css 2009-05-27 18:30:54 UTC (rev 6399) @@ -0,0 +1,161 @@ + + +/* ==================== aural ============================ */ + +@media aural { + h1, h2, h3, h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 } + h1 { pitch: x-low; pitch-range: 90 } + h2 { pitch: x-low; pitch-range: 80 } + h3 { pitch: low; pitch-range: 70 } + h4 { pitch: medium; pitch-range: 60 } + h5 { pitch: medium; pitch-range: 50 } + h6 { pitch: medium; pitch-range: 40 } + li, dt, dd { pitch: medium; richness: 60 } + dt { stress: 80 } + pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 } + em { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } + strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } + dfn { pitch: high; pitch-range: 60; stress: 60 } + s, strike { richness: 0 } + i { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } + b { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } + u { richness: 0 } + + :link { voice-family: harry, male } + :visited { voice-family: betty, female } + :active { voice-family: betty, female; pitch-range: 80; pitch: x-high } +} + +#top { background-color: #ffffff;} +#top .grouplogo {padding: 0;} +#top .header .current { background-color: #f5f6b5;} +#top .header .current a:link { color: #000000; } +#top .header .current a:visited { color: #000000; } +#top .header .current a:hover { color: #000000; } + +#tabs { + clear: none; + padding-top: 45px; + padding-left: 0; +} +#tabs li { background-color: #f5f5dc ;} +#tabs li a:link { color: #000000; } +#tabs li a:visited { color: #000000; } +#tabs li a:hover { color: #000000; } + +#level2tabs { background-color: #000000 ;} +#level2tabs a:link { color: #000000; } +#level2tabs a:visited { color: #000000; } +#level2tabs a:hover { color: #000000; } + +#main { + border-top: solid 18px #f5f6b5; +} + +.heading { background-color: #f5f6b5;} + +.boxed { background-color: #000000;} +.underlined_5 {border-bottom: solid 5px #000000;} +.underlined_10 {border-bottom: solid 10px #000000;} +table caption { +background-color: #000000; +color: #ffffff; +} + +#publishedStrip { +color: #000000; +background: #f5f6b5; +} + +#menu .menupage { + margin: 0; + padding: 0; +} + +#menu .menupageitem { + margin-top: 0; + margin-bottom: 0; + margin-right: 0; + margin-left: 1em; + padding: 0; +} + +#menu .menupagetitle { + background-color: #9ac926; + padding: 0; + margin: 0; + border-style: none; + border-width: 0; +} + +#menu { + border-color: #999999; + top: 0; + width: 12em; + font-size: 100%; +} + +#menu .menupagetitle { border-color: #999999;} + +#menu .menupageitemgroup { border-color: #999999;} + +#menu { background-color: #f5f6b5;} +#menu { color: #000000;} +#menu a:link { color: #000000;} +#menu a:visited { color: #000000;} +#menu a:hover { +background-color: #f5f6b5; +color: #000000;} + +#menu .menupagetitle { color: #000000;} +#menu .menupageitemgroup { +background-color: #CFDCED; +} +#menu .menupageitem { +color: #000000; +} +#menu .menupageitem a:link { color: #0000ff;} +#menu .menupageitem a:visited { color: #0000ff;} +#menu .menupageitem a:hover { +background-color: #CFDCED; +color: #0000ff; +} + +#content { + padding: 20px 20px 20px 16em; +} + +body{ +background-color: #ffffff; +color: #000000; +} +a:link { color:#0000ff} +a:visited { color:#0000ff} +a:hover { color:#0000ff} + + +.ForrestTable { background-color: #ccc;} + +.ForrestTable td { background-color: #ffffff;} + +.highlight { background-color: #ffff00;} + +.fixme { border-color: #cc6600;} + +.note { border-color: #006699;} + +.warning { border-color: #990000;} + +.code { border-color: #003366;} + +#footer { background-color: #f5f6b5;} + +#menu h1 { +color: #000000; +background-color: #cfdced; +} + +#top .searchbox { +background-color: #f5f6b5 ; +color: #000000; +} Added: trunk/website/redirects/css/screen.css =================================================================== --- trunk/website/redirects/css/screen.css (rev 0) +++ trunk/website/redirects/css/screen.css 2009-05-27 18:30:54 UTC (rev 6399) @@ -0,0 +1,512 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation +* +* 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. +*/ +body { margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; } + +h1 { font-size : 160%; margin: 0px 0px 0px 0px; padding: 0px; } +h2 { font-size : 140%; margin: 0.9em 0px 0px 0px; padding: 0px; font-weight : bold;} +h3 { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; } +.h3 { margin: 22px 0px 3px 0px; } +h4 { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; } +.h4 { margin: 18px 0px 0px 0px; } +h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; text-align: left; } +h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; } + +/** +* table +*/ +table .title { background-color: #000000; } +.ForrestTable { + color: #ffffff; + background-color: #7099C5; + width: 100%; + font-size : 100%; + empty-cells: show; +} +table caption { + padding-left: 5px; + color: white; + text-align: left; + font-weight: bold; + background-color: #000000; +} +.ForrestTable td { + color: black; + background-color: #f0f0ff; +} +.ForrestTable th { text-align: center; } +/** + * Page Header + */ + +#top { + position: relative; + float: left; + width: 100%; + background: #294563; /* if you want a background in the header, put it here */ +} + +#top .breadtrail { + background: #CFDCED; + color: black; + border-bottom: solid 1px white; + padding: 3px 10px; + font-size: 75%; +} +#top .breadtrail a { color: black; } + +#top .header { + float: left; + width: 100%; + background: url("images/header_white_line.gif") repeat-x bottom; +} + +#top .grouplogo { + padding: 7px 0 10px 10px; + float: left; + text-align: left; +} +#top .projectlogo { + padding: 7px 0 10px 10px; + float: left; + width: 33%; + text-align: right; +} +#top .projectlogoA1 { + padding: 7px 0 10px 10px; + float: right; +} +html>body #top .searchbox { + bottom: 0px; +} +#top .searchbox { + position: absolute; + right: 10px; + height: 42px; + font-size: 70%; + white-space: nowrap; + text-align: right; + color: white; + background-color: #000000; + z-index:0; + background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png); + background-repeat: no-repeat; + background-position: top left; + bottom: -1px; /* compensate for IE rendering issue */ +} + +#top .searchbox form { + padding: 5px 10px; + margin: 0; +} +#top .searchbox p { + padding: 0 0 2px 0; + margin: 0; +} +#top .searchbox input { + font-size: 100%; +} + +#tabs { + clear: both; + padding-left: 10px; + margin: 0; + list-style: none; +} +/* background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/ +#tabs li { + float: left; + background-image: url(images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png); + background-repeat: no-repeat; + background-position: top right; + background-color: #000000; + margin: 0 3px 0 0; + padding: 0; +} + +/*background: url("images/tab-left.gif") no-repeat left top;*/ +#tabs li a { + float: left; + display: block; + font-family: verdana, arial, sans-serif; + text-decoration: none; + color: black; + white-space: nowrap; + background-image: url(images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png); + background-repeat: no-repeat; + background-position: top left; + padding: 5px 15px 4px; + width: .1em; /* IE/Win fix */ +} + +#tabs > li a { width: auto; } /* Rest of IE/Win fix */ + +/* Commented Backslash Hack hides rule from IE5-Mac \*/ +#tabs a { float: none; } +/* End IE5-Mac hack */ + +#top .header .current { + background-color: #4C6C8F; + background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png); + background-repeat: no-repeat; + background-position: top right; +} +#top .header .current a { + font-weight: bold; + padding-bottom: 5px; + color: white; + background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png); + background-repeat: no-repeat; + background-position: top left; +} +#publishedStrip { + padding-right: 10px; + padding-left: 20px; + padding-top: 3px; + padding-bottom:3px; + color: #ffffff; + font-size : 60%; + font-weight: bold; + background-color: #4C6C8F; + text-align:right; +} + +#level2tabs { +margin: 0; +float:left; +position:relative; +} + +/* +* border-top: solid #4C6C8F 15px; +*/ +#main { + position: relative; + background: white; + clear:both; +} +#main .breadtrail { + clear:both; + position: relative; + background: #CFDCED; + color: black; + border-bottom: solid 1px black; + border-top: solid 1px black; + padding: 0px 180px; + font-size: 75%; + z-index:10; +} +/** +* Round corner +*/ +#roundtop { + background-image: url(images/rc-t-r-15-1body-2menu-3menu.png); + background-repeat: no-repeat; + background-position: top right; +} + +#roundbottom { + background-image: url(images/rc-b-r-15-1body-2menu-3menu.png); + background-repeat: no-repeat; + background-position: top right; +} + +img.corner { + width: 15px; + height: 15px; + border: none; + display: block !important; +} + +.roundtopsmall { + background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png); + background-repeat: no-repeat; + background-position: top right; +} + +#roundbottomsmall { + background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png); + background-repeat: no-repeat; + background-position: top right; +} + +img.cornersmall { + width: 5px; + height: 5px; + border: none; + display: block !important; +} +/** + * Side menu + */ +#menu a { font-weight: normal;} +#menu a:visited { font-weight: normal; } +#menu a:active { font-weight: normal; } +#menu a:hover { font-weight: normal; } + +#menuarea { width:10em;} +#menu { + position: relative; + float: left; + width: 160px; + padding-top: 0px; + top:-18px; + left:10px; + z-index: 20; + background-color: #f90; + font-size : 70%; +} + +.menutitle { + cursor:pointer; + padding: 3px 12px; + margin-left: 10px; + background-image: url('images/chapter.gif'); + background-repeat: no-repeat; + background-position: center left; + font-weight : bold; +} + +#menu .menuitemgroup { + margin: 0px 0px 6px 8px; + padding: 0px; + font-weight : bold; } + +#menu .selectedmenuitemgroup{ + margin: 0px 0px 6px 8px; + padding: 0px; + font-weight : bold; } + +#menu .menuitem { + padding: 0px 0px 2px 12px; + background-image: url('images/page.gif'); + background-repeat: no-repeat; + background-position: center left; + font-weight : normal; + margin-left: 10px; +} + +#menu .menupage { + margin: 5px 0px 5px 10px; + padding: 0px 3px 0px 12px; + background-image: url('images/current.gif'); + background-repeat: no-repeat; + background-position: top left; + font-style : normal; +} +#menu .menupagetitle { + padding: 0px 0px 0px 6px; + font-style : normal; + border-style: solid; + border-width: 1px; + margin-right: 10px; +} +#menu .menupageitemgroup { + padding: 3px 0px 4px 6px; + font-style : normal; + border-bottom: 1px solid ; + border-left: 1px solid ; + border-right: 1px solid ; + margin-right: 10px; +} +#menu .menupageitem { + font-style : normal; + font-weight : normal; + border-width: 0px; + font-size : 90%; +} +#menu #credit { + text-align: center; +} + +#content { + padding: 20px 20px 20px 180px; + margin: 0; + font : small Verdana, Helvetica, sans-serif; + font-size : 80%; +} + +#content ul { + margin: 0; + padding: 0 25px; +} +#content li { + padding: 0 5px; +} +#feedback { + color: black; + background: #CFDCED; + text-align:center; + margin-top: 5px; +} +#feedback #feedbackto { + font-size: 90%; + color: black; +} +#footer { + clear: both; + position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */ + width: 100%; + background: #CFDCED; + border-top: solid 1px #4C6C8F; + color: black; +} +#footer .copyright { + position: relative; /* IE bugfix cont'd */ + padding: 5px; + margin: 0; + width: 45%; +} +#footer .lastmodified { + position: relative; /* IE bugfix cont'd */ + float: right; + width: 45%; + padding: 5px; + margin: 0; + text-align: right; +} +#footer a { color: white; } + +#footer #logos { + text-align: left; +} + + +/** + * Misc Styles + */ + +acronym { cursor: help; } +.boxed { background-color: #a5b6c6;} +.underlined_5 {border-bottom: solid 5px #4C6C8F;} +.underlined_10 {border-bottom: solid 10px #4C6C8F;} +/* ==================== snail trail ============================ */ + +.trail { + position: relative; /* IE bugfix cont'd */ + font-size: 70%; + text-align: right; + float: right; + margin: -10px 5px 0px 5px; + padding: 0; +} + +#minitoc-area { + border-top: solid 1px #4C6C8F; + border-bottom: solid 1px #4C6C8F; + margin-bottom: 15px; + margin-left: 15px; + margin-right: 10%; + padding-bottom: 5px; + padding-top: 5px; +} +.minitoc { + list-style-image: url('images/current.gif'); + font-weight: normal; +} +li p { + margin: 0; + padding: 0; +} + +.pdflink { + position: relative; /* IE bugfix cont'd */ + float: right; + margin: 0px 5px; + padding: 0; +} +.pdflink br { + margin-top: -10px; + padding-left: 1px; +} +.pdflink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} + +.pdflink img { + display: block; + height: 16px; + width: 16px; +} +.xmllink { + position: relative; /* IE bugfix cont'd */ + float: right; + margin: 0px 5px; + padding: 0; +} +.xmllink br { + margin-top: -10px; + padding-left: 1px; +} +.xmllink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} + +.xmllink img { + display: block; + height: 16px; + width: 16px; +} +.podlink { + position: relative; /* IE bugfix cont'd */ + float: right; + margin: 0px 5px; + padding: 0; +} +.podlink br { + margin-top: -10px; + padding-left: 1px; +} +.podlink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} + +.podlink img { + display: block; + height: 16px; + width: 16px; +} + +.printlink { + float: right; +} +.printlink br { + margin-top: -10px; + padding-left: 1px; +} +.printlink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} +.printlink img { + display: block; + height: 16px; + width: 16px; +} \ No newline at end of file Added: trunk/website/redirects/jpython-talk-1.ppt =================================================================== (Binary files differ) Property changes on: trunk/website/redirects/jpython-talk-1.ppt ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |