Team:KAIST-Korea/Test Count
From 2011.igem.org
(Difference between revisions)
(22 intermediate revisions not shown) | |||
Line 9: | Line 9: | ||
{ | { | ||
now = new Date(); | now = new Date(); | ||
- | dday = new Date(" | + | dday = new Date("Jul 15 2011 00:00:00"); |
days = (dday - now) / 1000 / 60 / 60 / 24; | days = (dday - now) / 1000 / 60 / 60 / 24; | ||
daysRound = Math.floor(days); | daysRound = Math.floor(days); | ||
Line 19: | Line 19: | ||
secondsRound = Math.round(seconds); | secondsRound = Math.round(seconds); | ||
- | document.timeForm.input1.value = daysRound | + | document.timeForm.input1.value = "D - "+daysRound + " " + hoursRound + ":" + minutesRound + ":" + secondsRound; |
newtime = window.setTimeout("getTime();", 1000); | newtime = window.setTimeout("getTime();", 1000); | ||
Line 41: | Line 41: | ||
border-color:white; | border-color:white; | ||
} | } | ||
+ | p:hover {color:#E6E6E6;} /* mouse over link */ | ||
+ | p:active {color:#FFFFFF;} /* selected link */ | ||
- | |||
- | |||
- | |||
- | |||
#OpenCountdown{ | #OpenCountdown{ | ||
position: relative; | position: relative; | ||
font-family:arial, helvetica,sans-serif; | font-family:arial, helvetica,sans-serif; | ||
- | font-size: | + | font-size:20pt; |
font-color:white; | font-color:white; | ||
left:350px; | left:350px; | ||
- | top: | + | top:50px; |
} | } | ||
Line 66: | Line 64: | ||
<form name=timeForm> | <form name=timeForm> | ||
- | <input type=text name=input1 border-style="none" style="border-bottom: 0px solid; border-left: 0px solid;border-right: 0px solid;border-top: 0px solid; | + | <input type=text name=input1 border-style="none" style="border-bottom: 0px solid; border-left: 0px solid;border-right: 0px solid;border-top: 0px solid; font:35pt arial, helvetica,sans-serif; color:white; background-color:black; position:relative; left:380px; top:200px"> |
</form> | </form> | ||
Line 72: | Line 70: | ||
<div id="OpenCountdown"> | <div id="OpenCountdown"> | ||
<p> | <p> | ||
- | 2011 iGEM | + | 2011 KAIST iGEM Teaser Site Open |
</p> | </p> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="main_closing" position:relative; left:300px; top:300px; width:200px;> | ||
+ | <img src="https://static.igem.org/mediawiki/2011/3/39/%EA%B7%B8%EB%A6%BC2.png"> | ||
+ | </div> | ||
+ | |||
+ | |||
<!--FACEBOOK APPLICATION--> | <!--FACEBOOK APPLICATION--> | ||
Line 121: | Line 127: | ||
<forum></forum> | <forum></forum> | ||
</div> | </div> | ||
- | |||
Latest revision as of 11:05, 8 July 2011
2011 KAIST iGEM Teaser Site Open