Team:AUC TURKEY/Test
From 2013hs.igem.org
(Difference between revisions)
Line 62: | Line 62: | ||
margin: 5px auto; | margin: 5px auto; | ||
text-align: center; | text-align: center; | ||
- | width: | + | width: 600px; |
- | height: | + | height: 200px; |
border: none; | border: none; | ||
padding: 10px 5px 20px 5px; | padding: 10px 5px 20px 5px; | ||
+ | background: blue; /* may change to another color, or to "transparent" */ | ||
+ | border-radius: 20px; | ||
+ | box-shadow: none; /* change to "none" if you don't want a shadow */ | ||
} | } | ||
</style> | </style> | ||
Line 88: | 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=2012; /* -->Enter the count down target date YEAR */ |
- | var month= | + | var month=12; /* -->Enter the count down target date MONTH */ |
- | var day= | + | var day=21; /* -->Enter the count down target date DAY */ |
- | var hour= | + | var hour=6; /* -->Enter the count down target date HOUR (24 hour clock) */ |
- | var minute= | + | var minute=12; /* -->Enter the count down target date MINUTE */ |
- | var tz=- | + | var tz=-5; /* -->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:17, 11 June 2013