Jump to content

Recommended Posts

Posted
hi guys, great work. I am new to this so could someone please tell me how you install these themes after you unrar them. Thanks for the help :D

Just extract the theme folder to the themes directory of wpi [WPI\Themes].


Posted (edited)
Great job Avneet, can you post source files fo those buttons (like psd or something else). My buttons were not good i've made them fast

the buttons are not PSD they are gifs .. the background and the glass effects are PSD :) so the buttons are already in that theme which i posted.. if u want the psd for the background ... let me knw

Edit

===

I was not able to change the colour of the timer bar.. the foreground colour (background i made it black) and also the the timer txt is white .. how do i change those.. couldnt locate them in the CSS file

Edited by Avneet
Posted

@Avneet the timer text color has to be changed in the wpi.htm file. See kels post for what to change.

The timer bar values are all in the .css file. Class TimerBarBg for background and class TimerBar to specify the bar picture.

Posted

No. The tool tips interfere with the dock. I am looking for a replacement for the tips, but haven't come across one as complete.

Posted (edited)

Avneet in ultimate theme in section timer you have 2 green lines (it set black color) I made them because in background psd file you have one black background and in theme folder is file bgtitle2.gif with black title. The need black timer font they need adequate entries. Do the folowing:

<!-- 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; left:1%">
<span style="vertical-align:bottom">
<font size="2" color="#FFFFFF" face="Arial"> ------- delete
<!--font size="2" color="#000000" face="Arial"--> remove "!--" and "--"
<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"> - delete
<!--font face="Arial" size="1" color="#000000"--> - delete "!--" and "--"
<strong>
<i>
<script type="text/javascript">
if (Timer)
document.write(getText(lblTimerStop));
</script>
</i>
</strong>
</font>
</span>
</div>
</td>
</tr>

Also in wpi.css:

.timer 
{
font-family: Arial;
color: #FFFFFF; - remove line
/* color: #000000; */ - delete "/*" and "*/"
font-weight: bold;
font-size: 24px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.TimerBarBg
{
border: 3px groove;
background-color: #ffffff; - remove line
/* background-color: #000000; */ - delete "/*" and "*/"
}

Sorry for my English.

And one thing could send me psd with backgrounds and glass on pm.

Edited by Major1206
  • 6 months later...
Posted (edited)

F*** I lost my files which I posted in this topic. If someone Have them and can send me to major1206@gmail.com(Background.PSD and Orignal_buttons.rar) I will be so glad

Edited by Major1206
  • 1 month later...

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