= 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 [report:9?COMPONENT=WikiCssPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiCssPlugin&owner=martin_s new ticket]. == Download == Download the zipped source from [download:wikicssplugin here]. == Source == You can check out WikiCssPlugin from [http://trac-hacks.org/svn/wikicssplugin here] using Subversion, or [source:wikicssplugin browse the source] with Trac. == Example == 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 == [[ChangeLog(wikicssplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:martin_s] [[BR]] '''Contributors:'''