wiki:PyDotOrgTheme

Version 9 (modified by Ryan J Ollos, 9 years ago) (diff)

coderanger is no longer maintaining this plugin.

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.

All CSS was written by asmodai, I just packaged it up.

Bugs/Feature Requests

Existing bugs and feature requests for PyDotOrgTheme are here.

If you have any issues, create a new ticket.

Download, Source

Download the [download:pydotorgtheme zipped source], check out PyDotOrgTheme using Subversion, or browse the source.

Example

To enable:

[components]
pydotorgtheme.* = enabled

To use:

[theme]
theme = PyDotOrg

Screenshot

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

Author/Contributors

Author: coderanger, asmodai
Maintainer: none (needsadoption)
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; */'''
}

Attachments (2)

Download all attachments as: .zip