wiki:ContextChromePlugin

Version 1 (modified by matobaa, 12 years ago) (diff)

New hack ContextChromePlugin, created by matobaa

Add context-aware css attribute

Description

Set css-class to type on ticket. You can design for each type of ticket with trac:wiki:CookBook/SiteStyleCss feature.

Bugs/Feature Requests

Existing bugs and feature requests for ContextChromePlugin are here.

If you have any issues, create a new ticket.

Download

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

Source

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

Example

example style.css:

body.defect      { background-color: #f5deb3; /* wheat */    }
body.enhancement { background-color: #87ceeb; /* sky blue */ }
body.task        { background-color: #ffd700; /* gold */     }

Recent Changes

17546 by matobaa on 2019-10-19 10:34:22
ContextChromePlugin: cosmetic changes
17535 by matobaa on 2019-10-01 16:21:17
ContextChromePlugin: support Trac 1.4+ by Jinja2 template
16959 by matobaa on 2017-11-06 03:17:17
Fixes #13317; a bug of TracLinksPlugin, by ContextChromePlugin
(more)

Author/Contributors

Author: matobaa
Maintainer: matobaa
Contributors:

Attachments (5)

Download all attachments as: .zip