XFileSharing Pro - change text color of upload

Message
Author
PowerChaos
Posts: 521
Joined: Dec 19, 2009 5:12 pm

change text color of upload

#1 Postby PowerChaos » Oct 29, 2011 11:45 pm

hi all
i can not figure out how to change the black color of the upload status

here is the original code , it would be nice if some1 can show me a working example as i can not get it to work

i manual changed the colors .. i changed css .. i changed what ever i can change and it still refuse to show a other color then the black color

Code: Select all

<Style>
body  {background-color:transparent; font: 13px Arial; padding: 2px;}
a {color:#44b;text-decoration:none;}
#onoff {width:90%;text-align:right;color:#777;font-size:11px;}
#bar1 {width:90%;position:relative;line-height:1em;text-align: left;border: 1px solid #a3a3a3; background-color: #f6f6f6; margin-bottom:5px;}
#upload_status {height: 1.5em; width: 0%; background-color: #c9c9c9;}
#bar2 {position: absolute; text-align: center; padding-top: .25em;width:100%;top:0;left:0;font-weight:bold;}
#msg {margin-top:15px;font-weight:bold;font-style:italic;}
#progress_info {display:none;}
</Style>
</head>


<BODY topmargin=3 leftmargin=0 MARGINHEIGHT=0 MARGINWIDTH=0>
<Center>

<div id="onoff">progress <a href="#" title="on" onClick="if(this.innerHTML=='on'){this.innerHTML='off';window.clearTimeout(interval);}else{this.innerHTML='on';interval=window.setInterval(function (){jah(uid);},pause);}">on</a></div>

<div id="bar1">
<div id="upload_status"></div>
<div id="bar2"><span id='percent'>0%</span></div>
</div>

<div id="progress_info">
<p><b id='fnames'></b></p>
<b><span id='cursize'></span></b> from <b><span id='totalsize'></span></b><br><br>

Upload speed: <b><span id='speed'></span> KB/Sec</b>  <br>

Time remaining: <b><span id='estimate'></span></b>
<br><br><a href="#" onClick="window.clearInterval(interval);top.location=site_url;">Abort Upload</a>
</div>
<div id='msg'>Initializing upload...</div>
</Center>
</BODY>
</HTML>
hopely some1 can get it working for me ?? that would be nice

Greetings From PowerChaos

monster
Posts: 36
Joined: Apr 06, 2011 3:47 pm

#2 Postby monster » Oct 30, 2011 10:21 pm

folder tmp . status.html. line to edit is #progress_info add (color:#your color here;) so ill look like this...
#progress_info {display:none;color:#fff;} fff for white lol enjoy