Where in here would you edit to change color or font?
<br />
<script language="JavaScript" src="clientscript/sktimer.js"></script>
<if condition="$puser[skunixdate] > TIMENOW">$puser[sktitle]<else />$puser[skdescription]</if> <br />
<script language="JavaScript">
TargetDate$post[postid] = "$puser[skdateline]";
<if condition="$vboptions[sktimer_counter_active]">
CountActive$post[postid] = true;
<else />
CountActive$post[postid] = false;
</if>
skpostid$post[postid] = 'cntdwn$post[postid]';
CountStepper$post[postid] = $puser[direction];
LeadingZero$post[postid] = false;
DisplayFormat$post[postid] = "$puser[skformat]";
FinishMessage$post[postid] = "$puser[skdescription]";
startSkTimer(TargetDate$post[postid],FinishMessage$post[postid],CountStepper$post[postid],LeadingZero$post[postid],DisplayFormat$post[postid],CountActive$post[postid],TargetDate$post[postid],skpostid$post[postid]);
</script>
|