Jump to content

Recommended Posts

Posted (edited)

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

Posted

I would dearly love to help you but I can't see the section you boxed in red. You pasted the wrong part and we can only see the thumbnail :lol:

If it is for the timer that is actually coded into the timer section of wpi.htm in the themes folder.

Posted

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 -->

Posted

Thanks a bunch. I can now see the text and I'm off and running.

wpihc5.jpg

I have another quick question. Why does it not install in the order I specify within the categories. I'm numbering them in the config, but it jumps around.

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...