[JBoss-user] [JBoss Portal] - Re: Changing the background color of a portlet

2005-11-07 Thread mholzner
if you take a look at how this is done in portal 2.2, it's easy to change this 
via the theme css with the following selectors: 

.portlet-content-center {
background-color: #fff;
background-repeat: repeat;
vertical-align: top;
font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
font-size: 12px;
}

.portlet-body {
background-color: #fff;
}
 
in portal 2.0 this is a lot harder, I believe.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3905901#3905901

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905901


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Changing the background color of a portlet

2005-11-07 Thread [EMAIL PROTECTED]
Martin is correct. All you will need to do is change the hex value from #fff 
(CSS shorthand for #ff, or white) for those selectors, to the hex value 
you would like to use. For example, this would change the background to a light 
gray...

.selector-name-here {background-color: #ee;}

Hope this helps...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3905919#3905919

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905919


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Changing the background color of a portlet

2005-11-04 Thread jlaskowski
Hi,

I haven't done it before, but if I had to do it I would definitely take a look 
at the default theme and change its CSS.

Jacek

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3905460#3905460

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905460


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user