wiki:PyDotOrgTheme

Version 13 (modified by figaro, 8 years ago) (diff)

From download to export

A theme based on python.org

Notice: This plugin is unmaintained and available for adoption.

Description

This is a theme that emulates the look of 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:

#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; */'''
}

Bugs/Feature Requests

Existing bugs and feature requests for PyDotOrgTheme are here.

If you have any issues, create a new ticket.

defect

20 / 23

enhancement

0 / 1

Download

Download the zipped source from here.

Source

Check out PyDotOrgTheme from here using Subversion or browse the source with Trac.

Installation

To enable, add the following to your trac.ini file:

[components]
pydotorgtheme.* = enabled

To use, add the following to your trac.ini file:

[theme]
theme = PyDotOrg

Screenshot

source:pydotorgtheme/0.10/pydotorgtheme/htdocs/screenshot.png

Recent Changes

16449 by rjollos on 2017-04-04 07:10:22
Fix indentation
16290 by rjollos on 2017-03-04 22:33:07
3.0dev: Update styling for Trac 1.2

Patch by gardarh@….

Fixes #13056.

16289 by rjollos on 2017-03-04 22:26:23
3.0dev: Branch for Trac 1.2

Refs #13056.

(more)

Author/Contributors

Author: coderanger, asmodai
Maintainer: none (needsadoption)
Contributors: All CSS was written by asmodai, I just packaged it up.

Attachments (2)

Download all attachments as: .zip