How to change the color of the font chatroulette ?
-
Hello,
I would like to know what file I can change the background color white
See my website : http://chatroulette.01tchat.com/chatroulette.html
I want to change the color blue white
Thank you
-
Edit /jabbercam/stylesheet.css
html, body { margin: 0px; text-align: center; background-color: #fff;
-
Yes, but how to change the menu at the top of the cat
Look on my site nemu top is always blue : Chatroulette[attachment=28]
-
in JabberCam_v.mxml find:
and replace with:
-
Thank you
And the popup username?
How can I put it in white?[attachment=29]
-
/src/jabbercam/comp/StartupAlert.mxml
change:<mx:panel xmlns:mx="http://www.adobe.com/2006/mxml" width="387" height="222" title="Name (or nickname) and Web Camera is required to get started" verticalalign="top" horizontalalign="center" backgroundcolor="#3B5997" color="#3B5997"></mx:panel> ```to:
<mx:panel xmlns:mx="http://www.adobe.com/2006/mxml" width="387" height="222" title="Name (or nickname) and Web Camera is required to get started" verticalalign="top" horizontalalign="center" backgroundcolor="#fff" color="#000"></mx:panel>
-
Thank you
But he is not white but with a horrible blue
WhySee here : Chatroulette
-
Can you help me?
-
-
Thank you but it displays other colors green and so on.
See my website : Chatroulette[attachment=34]
-
That is the scroll-bar. Since you changed the text, they don't fit in the given height. Search for height attribute and change it. You a need a coder with at least basic html/css knowledge.