Heya,
I'm working on a web site with embedded Twitch video/chat. The site uses pretty dark colors, but unfortunately the white chat box sticks out like a sore thumb. I'd love to be able to change the colors on it some, with a dark grey background and light grey text.
Comments
have a read of this, they are talking about a semi transparent overlay of a iframe which you might be able to use to tone down the white chat box
http://stackoverflow.com/questions/3820325/overlay-opaque-div-over-youtube-iframe
@fire might know if this would work over the twitch iframe chat.
worth reading :)
or heres a webpage talking about placing two DIVS on top of each other, place your twitch chat on your website then cover it with a semi transparent image to tone it down a bit.
http://stackoverflow.com/questions/1834831/how-to-postion-two-divs-above-each-over
ive never tried this so if it dont work dont blame me :p