Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
− | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:Fudan-CHINA/jQuery&action=raw&ctype=text/javascript"></script> | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:Fudan-CHINA/jQuery&action=raw&ctype=text/javascript"></script> |
− | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:Fudan-CHINA/SuperSlide&action=raw&ctype=text/javascript"></script> | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:Fudan-CHINA/SuperSlide&action=raw&ctype=text/javascript"></script> |
</head> | </head> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | $("#top_menu_14").hide(); | ||
+ | $("#top_menu_under").hide(); | ||
+ | </script> | ||
<style> | <style> | ||
Line 21: | Line 27: | ||
} | } | ||
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | ||
− | |||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
</style> | </style> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | @font-face | ||
+ | { | ||
+ | font-family:_Quicksand; | ||
+ | src: url('https://static.igem.org/mediawiki/2018/8/8a/T--Fudan-CHINA--Quicksand.ttf'); | ||
+ | } | ||
+ | |||
+ | div{ | ||
+ | background-color: white; | ||
+ | } | ||
+ | body{ | ||
+ | background-color:white; | ||
+ | } | ||
+ | ul#navname{ | ||
+ | overflow: hidden; | ||
+ | list-style:none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | } | ||
+ | #navname li{ | ||
+ | float:right; | ||
+ | |||
+ | } | ||
+ | #navname li a{ | ||
+ | display: block; | ||
+ | width: 200px; /*每个name的宽度和高度*/ | ||
+ | height:80px; | ||
+ | line-height: 80px; | ||
+ | text-align: center; | ||
+ | text-decoration: none; | ||
+ | color:white;/*name的颜色*/ | ||
+ | font-size: 25px; | ||
+ | font-family:_Quicksand; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | <div style="position: relative;top:-7px;"> | ||
+ | <div style="background-color: rgba(1,128,255,1);"> | ||
+ | <ul id="navname"> | ||
+ | <li><a href="#home">About</a></li> | ||
+ | <li><a href="#news">新闻</a></li> | ||
+ | <li><a href="#contact">联系</a></li> | ||
+ | <li><a href="#about">Quicksand</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div style="font-family:_Quicksand">asdads</div> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $("#navname a").mouseover(function(){ | ||
+ | $(this).animate({lineHeight:'75px'},"fast"); | ||
+ | }); | ||
+ | $("#navname a").mouseout(function(){ | ||
+ | $(this).animate({lineHeight:'80px'},"fast"); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | |||
+ | </script> | ||
</html> | </html> |
Revision as of 10:35, 19 September 2018
asdads