Team:KAIST-Korea

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:KAIST-Korea/header}}
{{:Team:KAIST-Korea/header}}
-
{{:Team:KAIST-Korea/menu}}
 
-
<html>
+
 
-
<head>
+
<HTML>
 +
<HEAD>
 +
 
 +
<SCRIPT LANGUAGE="JavaScript">
 +
function getTime()
 +
{
 +
      now = new Date();
 +
      dday = new Date("Jul 15 2011 00:00:00");
 +
      days = (dday - now) / 1000 / 60 / 60 / 24;
 +
      daysRound = Math.floor(days);
 +
      hours = (dday - now) / 1000 / 60 / 60 - (24 * daysRound);
 +
      hoursRound = Math.floor(hours);
 +
      minutes = (dday - now) / 1000 /60 - (24 * 60 * daysRound) - (60 * hoursRound);
 +
      minutesRound = Math.floor(minutes);
 +
      seconds = (dday - now) / 1000 - (24 * 60 * 60 * daysRound) - (60 * 60 * hoursRound) - (60 * minutesRound);
 +
      secondsRound = Math.round(seconds);
 +
 
 +
      document.timeForm.input1.value = "D - "+daysRound + "      " + hoursRound + ":" + minutesRound + ":" + secondsRound;
 +
      newtime = window.setTimeout("getTime();", 1000);
 +
 
 +
 
 +
 
 +
}
 +
 
 +
</script>
 +
 
<style type="text/css">
<style type="text/css">
 +
 +
div {
div {
font-family:"Arial",Sans-serif; color:white;
font-family:"Arial",Sans-serif; color:white;
Line 15: Line 41:
border-color:white;
border-color:white;
}
}
 +
p:hover {color:#E6E6E6;}  /* mouse over link */
 +
p:active {color:#FFFFFF;}  /* selected link */
-
<!--Tag-->
+
#OpenCountdown{
-
 
+
         position: relative;
-
a:hover {color:#E6E6E6;}  /* mouse over link */
+
         font-family:arial, helvetica,sans-serif;
-
a:active {color:#FFFFFF;}  /* selected link */
+
         font-size:20pt;
-
#TagHome{
+
        font-color:white;
-
         position: absolute;
+
         left:350px;
-
         font-family:Bell MT;
+
         top:50px;
-
         font-size:12pt;
+
-
         left:10px;
+
-
         top:-30px;
+
}
}
 +
</style>
 +
</HEAD>
 +
<BODY onLoad="getTime()">
-
</style>
+
 
-
</head>
+
<form name=timeForm>
-
<body>
+
<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>
-
<!--Tag Body-->
+
<div id="OpenCountdown">
-
<div id="TagHome">
+
<p>
-
<a href="https://2011.igem.org/Team:KAIST-Korea">Home</a>
+
2011 KAIST iGEM Teaser Site Open
 +
</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>
Line 94: Line 129:
 +
 +
 +
</BODY>
-
</body>
+
</HTML>
-
</html>
+

Revision as of 11:06, 8 July 2011


2011 KAIST iGEM Teaser Site Open