Difference between revisions of "Template:Fudan-CHINA"

(Replaced content with "{{Fudan-CHINA/initialize}} {{Fudan-CHINA/mainNav}}")
 
(61 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
+
{{Fudan-CHINA/initialize}}
<head>
+
{{Fudan-CHINA/mainNav}}
<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/SuperSlide&amp;action=raw&amp;ctype=text/javascript"></script>
+
 
+
</head>
+
+
+
<script>
+
$("#top_menu_14").hide();
+
$("#top_menu_under").hide();
+
</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{
+
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>
+

Latest revision as of 08:58, 17 October 2018