[[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. See also: PyTppThemePlugin '''Note:''' 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: {{{#!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; */''' } }}} When installed it looks like this: [[Image(source:pydotorgtheme/0.10/pydotorgtheme/htdocs/screenshot.png, width=80%, border=2)]] == Bugs/Feature Requests Existing bugs and feature requests for PyDotOrgTheme are [report:9?COMPONENT=PyDotOrgTheme here]. If you have any issues, create a [/newticket?component=PyDotOrgTheme new ticket]. [[TicketQuery(component=PyDotOrgTheme&group=type,format=progress)]] == Download Download the zipped source from [export:pydotorgtheme here]. == Source Check out PyDotOrgTheme from [/svn/pydotorgtheme here] using Subversion or [source:pydotorgtheme browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. To enable, add the following to your `trac.ini` file: {{{#!ini [components] pydotorgtheme.* = enabled }}} To use, add the following to your `trac.ini` file: {{{#!ini [theme] theme = PyDotOrg }}} == Recent Changes [[ChangeLog(pydotorgtheme, 3)]] == Author/Contributors '''Author:''' [wiki:coderanger], [wiki:asmodai] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' All CSS was written by asmodai, I just packaged it up.