Jump to content

Text under timer bar...where is it?


Recommended Posts

I was able to modify all of the fonts to darker colors to go with my background, but where is the font code for what I have boxed in red? I think I changed all of the ffffff's in the ini. White on white just don't cut it. :blink:

wpiax6.jpg

Edited by Daddyjaxx
Link to comment
Share on other sites


This section is in WPI.htm in the theme folder.

<!-- Timer -->

<tr height="25%">

<td nowrap>

<div id="TimerLayer" align="center" style="position:absolute; width:100%; height:100%; z-index:100; display:none; overflow:hidden;">

<span style="vertical-align:bottom">

<font size="2" color="#FFFFFF" face="Arial">Here.

<strong>

<i>

<script type="text/javascript">

if (Timer)

document.write(getText(lblTimerTitle));

</script>

</i>

</strong>

</font>

<div id="TimerDisplay" class="timer">

 

</div>

<script type="text/javascript">

if (Timer)

{

document.write('<div id="Timer_bg" class="TimerBarBg" style="width:'+TimerWidth+'px; height:'+TimerHeight+'px; overflow:hidden;" align="left">');

document.write('<div id="Timer_bar" class="TimerBar" style="position:relative; top:0px; left:0px; width:0px; height:'+TimerHeight+'px; overflow:hidden;">');

document.all.TimerLayer.style.display = 'block';

startInterval();

}

else

stopInterval();

</script>

</div></div>

<font face="Arial" size="1" color="#FFFFFF">And Here.

<strong>

<i>

<script type="text/javascript">

if (Timer)

document.write(getText(lblTimerStop));

</script>

</i>

</strong>

</font>

</span>

</div>

</td>

</tr>

<!-- A little padding at the bottom -->

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...