Hello,
I see that some gadgets combine the selected theme with gadget.
For example, can i use the theme color for the Table Header (TH)
see http://niraj.sanghvi.googlepages.com/coloredig.png for an example
of the theme integration.
I've got this CSS code in the Gadget:
<style type="text/css">
body { font-size: __UP_font_size__; }
td { font-size: __UP_font_size__; }
th { background-color:#333333; }
a { margin-left: 5px; color: #000; }
a:hover { text-decoration: underline }
label { width: 80px; margin-left: 2px; margin-top:
0px; display:
block; font-size: __UP_font_size__; }
</style>
Thanks for your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---