Difference between revisions of "Template:Fudan-CHINA"

Line 1: Line 1:
<html>
 
 
<head>
 
<head>
 
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:Fudan-CHINA/jQuery&amp;action=raw&amp;ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:Fudan-CHINA/jQuery&amp;action=raw&amp;ctype=text/javascript"></script>
Line 5: Line 4:
  
 
</head>
 
</head>
 +
 +
 
<script>
 
<script>
 
//$("#top_menu_14").hide();
 
//$("#top_menu_14").hide();
 
//$("#top_menu_under").hide();
 
//$("#top_menu_under").hide();
 +
$(document).ready(function(){
 +
  $("#navname a").mouseover(function(){
 +
    $(this).animate({lineHeight:'75px'},"fast");
 +
  });
 +
  $("#navname a").mouseout(function(){
 +
    $(this).animate({lineHeight:'80px'},"fast");
 +
  });
 +
});
 
</script>
 
</script>
 
<style>
 
<style>
Line 69: Line 78:
 
</style>
 
</style>
 
<body id="mypage">
 
<body id="mypage">
<div id="mydiv" style="position: relative;top:-7px;">
+
<div id="mydiv" style="position: relative;top:-7px;">
 +
 
 +
 
     <div style="background-color: rgba(1,128,255,1);">
 
     <div style="background-color: rgba(1,128,255,1);">
 
<ul id="navname">
 
<ul id="navname">
Line 78: Line 89:
 
</ul>
 
</ul>
 
</div>
 
</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>
 
 
 
 
 
 
 
 
 
 
</body>
 
</html>
 

Revision as of 10:44, 19 September 2018

<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/SuperSlide&action=raw&ctype=text/javascript"></script>

</head>


<script> //$("#top_menu_14").hide(); //$("#top_menu_under").hide(); $(document).ready(function(){

 			$("#navname a").mouseover(function(){
   			$(this).animate({lineHeight:'75px'},"fast");
 			});
 			$("#navname a").mouseout(function(){
   			$(this).animate({lineHeight:'80px'},"fast");
 			});

}); </script> <style>

/**************************************************************************************************************************************************************************************************/ /* DEFAULT WIKI SETTINGS */ /**************************************************************************************************************************************************************************************************/


#home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink {display:none;} #content { margin-left:0px; margin-top:0px; padding:0px; width:100%;} body {background-color:#e7e7e7; } #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }

   .mw-body{
       background-color:#e7e7e7!important;
   }

.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} /**************************************************************************************************************************************************************************************************/

</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#mydiv{ background-color: white; } body#mypage{ 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> <body id="mypage">