~mabac/launchpad-work-items-tracker/fix-none-whiteboard

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Hi,

So you would like to theme this?

Firstly create a dir with the name of your theme under the themes directory:

  themes/sometheme

Now create a css directory, and put a theme.css file in that directory. Put in there
any css you want to alter the existing css.

If you want you can change the default css by putting a status.css file in that directory
too.

If you want to change any of the images you can put files of the same name in that directory
too.

Any extra images that you css needs can also go in that directory.

If you need to go beyond css to make the changes that you need then you can create a
templates directory

  themes/sometheme/templates

and put templates of the same name as the default ones there, and they will be used in
preference. They replace the whole template though, so should be avoided if possible
as they are a maintainence headache.

To activate your theme in a particular configuration then add

  theme="sometheme"

to the configuration file.