wiki:WikiCssPlugin

Version 2 (modified by Martin Scharrer, 15 years ago) (diff)

--

Set CSS styles using a wiki page

Description

This plug-in allows one wiki page to be used as global CSS style file for Trac. The CSS file is provided at [/projectdir]/wikicss.css and a link HTML header is inserted which directs browsers to it.

This plug-in got requested by Request-a-Hack #1714.

Bugs/Feature Requests

Existing bugs and feature requests for WikiCssPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:wikicssplugin here].

Source

You can check out WikiCssPlugin from here using Subversion, or browse the source with Trac.

Configuration

Put the following into your trac configuration file trac.ini:

[components]
tracwikicss.* = enabled

[wikicss]
# configure wiki page to be used as CSS file as `[/projectdir]/wikicss.css`.
wikipage = SiteStyle

This uses the wiki:SiteStyle page as CSS style file.

Recent Changes

18240 by rjollos on 2021-04-19 15:00:39
WikiCssPlugin: Add release command
18235 by Cinc-th on 2021-04-19 06:31:02
WikiCssPlugin: make it compatible with Trac 1.6. Add documentation to the plugin.
17138 by rjollos on 2018-04-16 20:01:32
TracWikiCssPlugin 0.3: Conform to PEP8
(more)

Author/Contributors

Author: martin_s
Contributors:

Attachments (1)

Download all attachments as: .zip