* CARTER Anthony ([EMAIL PROTECTED]) 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.

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to