[[PageOutline(2-5,Contents,pullout)]] = A theme based on python.org = == Description == This is a theme that emulates the look of [http://www.python.org python.org]. It requires the ThemeEnginePlugin. All CSS was written by asmodai, I just packaged it up. == Bugs/Feature Requests == Existing bugs and feature requests for PyDotOrgTheme are [report:9?COMPONENT=PyDotOrgTheme here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=PyDotOrgTheme&owner=coderanger new ticket]. == Download, Source == Download the [download:pydotorgtheme zipped source], check out !PyDotOrgTheme [/svn/pydotorgtheme using Subversion], or [source:pydotorgtheme browse the source]. == Example == To enable: {{{ #!ini [components] pydotorgtheme.* = enabled }}} To use: {{{ #!ini [theme] theme = PyDotOrg }}} == Screenshot == [[Image(source:pydotorgtheme/0.10/pydotorgtheme/htdocs/screenshot.png, width=640, height=400)]] == Author/Contributors == '''Author:''' [wiki:coderanger], [wiki:asmodai] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:''' == Comment == With the actual source the Login, Settings, Help/Guide and About links do not work with Firefox. Here is the faulty line in theme.css {{{ #search { font-size: normal; font-weight: bold; height: 85px; padding: 0 5px 0 0; position: absolute; right: 4%; text-align: right; top: 5px; vertical-align: middle; white-space: nowrap; width: 28.1em; '''/* z-index: 1; */''' } }}}