Dear Sven,
it depends on which support you use, jsp or vm (vm is default).
For jsp
    [TOMCAT]\webapps\jetspeed\WEB-INF\templates\jsp\layouts\html\default.jsp
for vm
    [TOMCAT]\webapps\jetspeed\WEB-INF\templates\vm\layouts\html\default.vm
You should find there
    <body bgcolor="#FFFFFF">
so change it to
    <body bgcolor="#F5F5F5">

Simple and effective!

Bye
Stefano

----- Original Message ----- 
From: "Sven Richter" <[EMAIL PROTECTED]>
To: <jetspeed-user@jakarta.apache.org>
Sent: Wednesday, April 13, 2005 11:50 PM
Subject: Changing the background color of the portal


> Hello,
>
> I'm currently trying to change the background color of my portal from
> white (#FFFFFF) to grey (#F5F5F5). I changed the 'default.css' to the
> following:
>
> "BODY  {font-family: "Arial,Helvetica,sans-serif"; font-size: 9pt; color:
> #222432; background: #F5F5F5; margin: 0px 0px 0px 0px; padding: 0px 0px
> 0px 0px}"
>
> But the background color is still white (in the source code it still says
> <body bgcolor="#FFFFFF"). I already tried all other parameters in the
> 'default.css' and 'skin.css' that seemed promissing to me, but nothing
> worked.
>
> Does anybody know where I have to change that parameter?
>
> Thanks a lot,
> Sven.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to