[Mailman-Users] Fwd: Mailman web interfaces and design

Matthew Davis matthew.davis at dogpound.vnet.net
Sat Apr 5 17:16:25 CEST 2003


* CARTER Anthony (a.carter at cordis.lu) wrote:
> I am looking for a means of customizing the mailman we pages. I have noticed
> that some pages can be edited via the interface, but I would like to make
> more drastic changes (removing links to admin page for example).
> 
> My first thing that I would like to do is, if possible, to add our own CSSs
>  to the web pages. Does anyone know if this is possible, and if so, where do
>  I start?

A good place to start would be to modify a few variables in mm_cfg.py

WEB_BG_COLOR = 'white'                            # Page background
WEB_HEADER_COLOR = '#99ccff'                      # Major section headers
WEB_SUBHEADER_COLOR = '#fff0d0'                   # Minor section headers
WEB_ADMINITEM_COLOR = '#dddddd'                   # Option field background
WEB_ADMINPW_COLOR = '#99cccc'                     # Password box color
WEB_ERROR_COLOR = 'red'                           # Error message foreground
WEB_LINK_COLOR = ''                               # If true, forces LINK=
WEB_ALINK_COLOR = ''                              # If true, forces ALINK=
WEB_VLINK_COLOR = ''                              # If true, forces VLINK=
WEB_HIGHLIGHT_COLOR = '#dddddd'                   # If true, alternating rows
                                                  # in listinfo & admin
                                                  # display

And then you should look in $prefix/templates

--
Matthew Davis
http://dogpound.vnet.net/

If I can't fix it, it's probably dead.



More information about the Mailman-Users mailing list