There's a wishlist item for containers to pass though some CSS
information. I second this request and offer a solution.

Each container has a stylesheet that is applied to the iframed
document that has the same classes on all containers and follows
something like the following:

Imagine a default of this:
   background-color: white;
   color: black;

So then the stylesheet might be something like:

.highlight-foreground: {
   color: white;
}

.highlight-background {
   background-color: red;
}

.reverse-foreground {
   color: white;
}

.reverse-background {
   background-color: black
}

and a pile of other options .. probably a set of colors for tabs and
certainly styles for semantic tags in order to make everything blend
into the container as best as possible.

What do you think?

Cheers!
Rick Measham


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Developers" 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/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to