Team:ZJU-China/test.htm
From 2012.igem.org
(Difference between revisions)
(11 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<title>HOME</title> | <title>HOME</title> | ||
- | |||
- | |||
- | |||
<link href="http://www.jiajunlu.com/igem/style.css" rel="stylesheet" type="text/css"> | <link href="http://www.jiajunlu.com/igem/style.css" rel="stylesheet" type="text/css"> | ||
<link rel="stylesheet" href="http://www.jiajunlu.com/igem/slide.css" type="text/css" media="screen"> | <link rel="stylesheet" href="http://www.jiajunlu.com/igem/slide.css" type="text/css" media="screen"> | ||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
Line 27: | Line 23: | ||
#globalWrapper /* Global Environment (origin item) */ | #globalWrapper /* Global Environment (origin item) */ | ||
{ | { | ||
- | background-color: | + | background-color: #F8F8F8; |
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: 50% 0; | background-position: 50% 0; | ||
Line 38: | Line 34: | ||
#top-section | #top-section | ||
{ | { | ||
- | |||
- | |||
- | |||
- | |||
display: none; | display: none; | ||
} | } | ||
Line 57: | Line 49: | ||
{ | { | ||
background-color: transparent; | background-color: transparent; | ||
- | background-image: url(" | + | background-image: url(""); |
background-attachment: scroll; | background-attachment: scroll; | ||
background-position: 50% 0; | background-position: 50% 0; | ||
Line 63: | Line 55: | ||
overflow: hidden; | overflow: hidden; | ||
border-style: none; | border-style: none; | ||
- | width: | + | width: 715px; |
+ | } | ||
+ | #bodyContent | ||
+ | { | ||
+ | z-index: 0; | ||
} | } | ||
#footer-box | #footer-box | ||
{ | { | ||
- | background-color: | + | background-color: transparent; |
background-image: none; | background-image: none; | ||
border-style: none; | border-style: none; | ||
- | + | z-index: 0; | |
} | } | ||
#catlinks | #catlinks | ||
Line 79: | Line 75: | ||
#content a:hover | #content a:hover | ||
{ | { | ||
- | color: | + | color: #fff350; |
display: inline; | display: inline; | ||
} | } | ||
#content a:link, | #content a:link, | ||
- | #content a:visited | + | #content a:visited, |
- | + | ||
- | + | ||
- | + | ||
#content a:hover, | #content a:hover, | ||
#content a:active | #content a:active | ||
{ | { | ||
- | text-decoration: | + | text-decoration: none; |
} | } | ||
Line 101: | Line 94: | ||
display: inline; | display: inline; | ||
} | } | ||
- | + | ul,li | |
- | ul | + | |
{ | { | ||
- | |||
- | |||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
+ | list-style-image: none; | ||
+ | list-style-type: none; | ||
} | } | ||
- | + | table | |
{ | { | ||
- | + | border-collapse:collapse; | |
- | padding: | + | background-color: transparent; |
+ | color: #ffffff; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | h3 | ||
+ | { | ||
+ | padding: 20px 30px 10px; | ||
} | } | ||
Line 118: | Line 116: | ||
{ | { | ||
font-family: Arial, sans-serif; | font-family: Arial, sans-serif; | ||
- | |||
- | |||
- | |||
} | } | ||
Line 168: | Line 163: | ||
display: block; | display: block; | ||
} | } | ||
- | + | #footer-box | |
- | + | ||
{ | { | ||
- | display | + | display: none; |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | </script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
+ | <script src="http://www.jiajunlu.com/igem/cufon-yui.js" type="text/javascript"></script><style type="text/css">cufon{text-indent:0!important;}@media screen,projection{cufon{display:inline!important;display:inline-block!important;position:relative!important;vertical-align:middle!important;font-size:1px!important;line-height:1px!important;}cufon cufontext{display:-moz-inline-box!important;display:inline-block!important;width:0!important;height:0!important;overflow:hidden!important;text-indent:-10000in!important;}cufon canvas{position:relative!important;}}@media print{cufon{padding:0!important;}cufon canvas{display:none!important;}}</style> | ||
+ | <script src="http://www.jiajunlu.com/igem/gotham.js" type="text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | Cufon.replace('h1,h2,h3,h5'); | ||
+ | </script> | ||
+ | <script type="text/javascript" src="http://www.jiajunlu.com/igem/jquery-1.3.2.min.js"></script> | ||
+ | <script type="text/javascript" src="http://www.jiajunlu.com/igem/my.js"></script> | ||
+ | <script src="http://www.jiajunlu.com/igem/slide.js" type="text/javascript"></script> | ||
+ | <script type="text/javascript" src="http://www.jiajunlu.com/igem/validation_login.js"></script> | ||
- | + | <script type="text/javascript"> | |
+ | |||
+ | function movetotop(){ | ||
+ | $("html, body").animate({ scrollTop: 0 }, "slow"); | ||
+ | return false; | ||
+ | } | ||
+ | $(function() { | ||
+ | var offset = $("#logo").offset(); | ||
+ | var topPadding = 15; | ||
+ | $(window).scroll(function() { | ||
+ | if ($(window).scrollTop() > offset.top) { | ||
+ | $("#logo").stop().animate({ | ||
+ | marginTop: $(window).scrollTop() - offset.top + topPadding | ||
+ | }); | ||
+ | } else { | ||
+ | $("#logo").stop().animate({ | ||
+ | marginTop: 0 | ||
+ | }); | ||
+ | }; | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body class="home"> | ||
+ | <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject"> | ||
+ | <PARAM NAME="FileName" VALUE="plzzzzz.wmv"> | ||
+ | <PARAM name="ShowControls" VALUE="true"> | ||
+ | <param name="ShowStatusBar" value="false"> | ||
+ | <PARAM name="ShowDisplay" VALUE="false"> | ||
+ | <PARAM name="autostart" VALUE="false"> | ||
+ | <EMBED TYPE="application/x-mplayer2" SRC="http://www.jiajunlu.com/igem/plzzzzz.wmv" NAME="MediaPlayer" WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED> | ||
+ | </OBJECT> | ||
</body></html> | </body></html> |