Wow. Good stuff. I'll have to try that IE transparent png fix -- that IE bug is why I added the gradient to the image. Thanks Kenneth!

- Dave


On Sep 14, 2005, at 12:23 PM, Kolano, Kenneth M. wrote:

Two suggestions regarding the Roller logo graphic...

1. Consider separating the logo from the background gradient.

2. Consider making the colored area around the "R", and the text "oller"
transparent. That would allow the color to be modified using a CSS
background color, rather than forcing separate logo's for each color.

These changes would significantly reduce the amount of graphics wrangling needed to modify these Roller styles. Unfortunately, IE 6's poor support for
PNG transparency makes using this slightly harder than it should be.
Something similar to the CSS below can address that though.

.bannerBox{
        background:#600 url(/theme/tan/logo.png) no-repeat;
        width:192px;
        height:76px;
}

/*IE Transparency Fix*/
* html .bannerBox
        background:#600 url(/images/transparent.png) repeat; /*Hides
non-transparent background / Keeps element clickable if it is a link*/
        
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/ tan/lo
go.png', sizingMethod='crop'); /*Allows IE to support transparency*/
}



Kenneth M. Kolano
Enterprise Architecture Operations
908-423-4241
WS1B-51B


-----Original Message-----
From: Dave Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 14, 2005 11:45 AM
To: [email protected]
Subject: Roller 2.0 colors


By  providing a colors.css file and some background images, it is
possible to customize the color-scheme of Roller 2.0's editor/admin UI.
Here are some examples of different looks:

The current default:
http://www.rollerweblogger.org/main.do?look=tan

The one we'll use on blogs.sun.com:
http://www.rollerweblogger.org/main.do?look=sun

An example blue theme that is not quite complete:
http://www.rollerweblogger.org/main.do?look=blue

I'm happy with the tan look as the default. Anybody object? Anybody
like to suggest different default colors?

- Dave





----------------------------------------------------------------------- ------- Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its affiliates (which may be known outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary copyrighted and/or legally privileged. It is intended solely for the use of the individual or entity named on this message. If you are not the intended recipient, and have received this message in error, please notify us immediately by reply e-mail and then delete it from your system. ----------------------------------------------------------------------- -------


Reply via email to