[Building Sakai] How to change color of portlet title.

Sean Keesler sean.keesler at threecanoes.com
Sun Sep 26 05:21:24 PDT 2010


I think that style is actually coming from portal.css.

.portletTitle .title h2{
    display: inline;
    margin: 0 0 0 .2em;
    padding: 0;
    color: #555;
    font-weight: bold;
    font-size: 1.2em;
}


Sean Keesler
130 Academy Street
Manlius, NY 13104
315-682-0830
sean.keesler at threecanoes.com


On Sun, Sep 26, 2010 at 6:43 AM, Tin Nguyen <nguyentrongtin89 at gmail.com>wrote:

> Dear all,
> I am a newcomer with sakai. I'm trying to change skin of sakai, I want to
> change the color of text of portlet Title and I change some code in
> tool.css:
>
> .portletTitle .title h2{
>  display: inline;
> margin: 0 0 0 .2em;
> padding: 0;
>  color: #d00;
>  font-weight: bold;
> font-size: 3em;
> }
>
> I changed  the color from #555 to #d00, but it don't work. Do I wrong? Can
> anyone help me?
> Thanks you very much!
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100926/922e8d60/attachment.html 


More information about the sakai-dev mailing list