Team:AUC TURKEY/Test
From 2013hs.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
#title, #note { | #title, #note { | ||
- | color: | + | 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= | + | var year=2013; /* -->Enter the count down target date YEAR */ |
- | var month= | + | var month=6; /* -->Enter the count down target date MONTH */ |
- | var day= | + | var day=28; /* -->Enter the count down target date DAY */ |
- | var hour= | + | var hour=0; /* -->Enter the count down target date HOUR (24 hour clock) */ |
- | var minute= | + | var minute=0; /* -->Enter the count down target date MINUTE */ |
- | var tz=- | + | 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