Daddyjaxx Posted September 12, 2006 Posted September 12, 2006 (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. Edited September 12, 2006 by Daddyjaxx
Kelsenellenelvian Posted September 12, 2006 Posted September 12, 2006 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 If it is for the timer that is actually coded into the timer section of wpi.htm in the themes folder.
Daddyjaxx Posted September 12, 2006 Author Posted September 12, 2006 Sorry about that. It's where the text should be under the countdown bar:
Kelsenellenelvian Posted September 13, 2006 Posted September 13, 2006 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 -->
Daddyjaxx Posted September 15, 2006 Author Posted September 15, 2006 Thanks a bunch. I can now see the text and I'm off and running.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.
sadicq Posted September 15, 2006 Posted September 15, 2006 Make sure that 'Install by category' is not cheked in the Options page.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now