[[PageOutline(2-5,Contents,pullout)]] = System-wide CSS modifications for Trac = == Description == This is a simple plugin to allow you to have both system-wide and site-specific CSS. If you only need one or the other, you can simply use site_css.cs, in {{{/path/to/env/templates/site_css.cs}}} for site-specific, or {{{/usr/share/trac/templates/site_css.cs}}} for system-wide. The default file is {{{/usr/share/trac/sys_css.css}}}. '''Security Warning: Any other file in the directory that you place your CSS file will be accesible under {{{/chrome/syscss/}}}, so do not use a directory with sensitive files in it.''' == Bugs/Feature Requests == Existing bugs and feature requests for SysCssPlugin are [report:9?COMPONENT=SysCssPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SysCssPlugin&owner=coderanger new ticket]. == Download == Download the zipped source from [download:syscssplugin here]. == Source == You can check out SysCssPlugin from [http://trac-hacks.org/svn/syscssplugin here] using Subversion, or [source:syscssplugin browse the source] with Trac. == Example == To enabled it: {{{ [components] syscss.* = enabled }}} You probably want to enable it globally (usually in `/usr/share/trac/conf/trac.ini`). === Configuration === Choose one of these methods. To use a file: {{{ [syscss] type = file path = /path/to/file.css }}} To use a URL: {{{ [syscss] type = url file = URL }}} == Recent Changes == [[ChangeLog(syscssplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:'''