Team:AUC TURKEY/Test

From 2013hs.igem.org

(Difference between revisions)
Line 19: Line 19:
#title, #note {
#title, #note {
-
color: blue;       /* this determines the color of the DAYS, HRS, MIN,  
+
color: #52C6FF;       /* this determines the color of the DAYS, HRS, MIN,  
SEC labels under the timer and the color of the  
SEC labels under the timer and the color of the  
note that displays after reaching the target date
note that displays after reaching the target date
Line 91: Line 91:
      display when the target date and time  
      display when the target date and time  
      are reached, limit to 25 characters */
      are reached, limit to 25 characters */
-
var year=2012;      /* -->Enter the count down target date YEAR */
+
var year=2013;      /* -->Enter the count down target date YEAR */
-
var month=12;      /* -->Enter the count down target date MONTH */
+
var month=6;      /* -->Enter the count down target date MONTH */
-
var day=21;        /* -->Enter the count down target date DAY */
+
var day=28;        /* -->Enter the count down target date DAY */
-
var hour=6;        /* -->Enter the count down target date HOUR (24 hour clock) */
+
var hour=0;        /* -->Enter the count down target date HOUR (24 hour clock) */
-
var minute=12;      /* -->Enter the count down target date MINUTE */
+
var minute=0;      /* -->Enter the count down target date MINUTE */
-
var tz=-5;          /* -->Offset for your timezone in hours from UTC (see  
+
var tz=-7;          /* -->Offset for your timezone in hours from UTC (see  
  http://wwp.greenwichmeantime.com/index.htm to find  
  http://wwp.greenwichmeantime.com/index.htm to find  
  the timezone offset for your location) */
  the timezone offset for your location) */

Revision as of 14:16, 11 June 2013



DAYS
HRS
MIN
SEC
<forum_subtle/>