Team:NJU-QIBEBT

From 2014.igem.org

(Difference between revisions)
 
(172 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
<head>
<head>
-
<script type="text/javascript" src="http://libs.baidu.com/jquery/1.8.0/jquery.min.js"></script>
+
<title></title>
 +
<meta charset="utf-8">
 +
 
 +
<script src="https://2014.igem.org/wiki/index.php?title=Template:Team:NJU-QIBEBT/JS/Jquery&action=raw"></script>
<script type="text/javascript">
<script type="text/javascript">
-
$(document).ready(function(){
+
    $(function(){
-
    $("#test").click(function(){
+
        $("#sideMenu_2").toggle(function(){
-
        $(this).css('color','white');
+
            $("body").css({"background":"url('https://static.igem.org/mediawiki/2014/0/0c/Halloween.jpg')",
-
    });
+
        "width":" 100%",
-
    $("#menu_off img").click(function(){
+
        "height":"300px",
-
         if($(this).data("tog") === 0){
+
         "margin": "0 auto",
-
            $(this).data("tog",1);
+
      "background-size": "100%  auto"}
-
            $("#header").animate({ "top" : "0px" }, 200);
+
);
-
        }
+
                $("#nav-top").css({
-
        else {
+
                    "background":"url('https://static.igem.org/mediawiki/2014/9/9c/Banner_night.jpg')",
-
            $(this).data("tog",0);
+
                    "width":" 100%",
-
            $("#header").animate({ "top" : "-60px" }, 150);
+
                    "height":"300px",
-
        }
+
                    "margin": "0 auto",
-
    }).data("tog",0);
+
                    "background-size": "100%  auto"
-
});
+
                });
-
</script>
+
-
<style type="text/css">
 
-
    /* ========================  home    ==========================*/
 
-
#header #content1 a{
+
        },function(){
-
    font-size: 18px;
+
            $("body").css("background","url('https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg') 10px");
-
}
+
                $("#nav-top").css({
-
#main #school{
+
                    "background":"url('https://static.igem.org/mediawiki/2014/7/75/Njuday_%281%29-1.jpg')",
-
    background: url("img/home-bac1.png") repeat;
+
                    "width":" 100%",
-
    padding: 5px 10px;
+
                    "height":"300px",
-
}
+
                    "margin": "0 auto",
-
#h_memu{
+
                    "background-size": "100%  auto"
-
    position: fixed;
+
                });
-
    bottom: 0px;
+
-
    width: 100%;
+
-
    min-height: 80px;
+
-
    font-size: 18px;
+
-
    background: url("https://static.igem.org/mediawiki/2014/6/6f/NJU_motif_grille.png")repeat;
+
        });
-
}
+
-
#h_memu ul{
+
-
    margin: 28px auto;
+
-
    width: 760px;
+
-
    min-height: 40px;
+
-
    background: url("https://static.igem.org/mediawiki/2014/7/77/NJU_frise.png") no-repeat;
+
-
    color: #3d3f3c;
+
-
}
+
-
#h_memu ul{
+
-
    transition: all 0.1s;
+
-
    -moz-transition: all 0.1s; /* Firefox 4 */
+
-
    -webkit-transition: all 0.1s; /* Safari 和 Chrome */
+
-
    -o-transition: all 0.1s; /* Opera */
+
-
}
+
        $(window).scroll(function(){
-
#h_memu ul a:hover{
+
            var sTop = Math.max(document.body.scrollTop || document.documentElement.scrollTop);
-
    cursor: pointer;
+
-
}
+
            if(sTop > 260 ){
-
#h_memu ul #line1{
+
                $("#fixedMenu").css({'position':'fixed','top':'0'});
-
    padding-left:60px ;
+
                $("#fixedMenu_2").css({
-
    background: url("https://static.igem.org/mediawiki/2014/f/fc/NJU_dot_off.jpg") no-repeat 40px;
+
                    'display':'block'
 +
                });
-
}
+
            }
-
#h_memu ul #line3{
+
            else{
-
    padding-left:170px ;
+
                $("#fixedMenu").css({'position':'relative'})
-
    background: url("https://static.igem.org/mediawiki/2014/f/fc/NJU_dot_off.jpg") no-repeat 150px;
+
                $("#fixedMenu_2").css({
 +
                    'display':'none'
 +
                });
-
}
+
            }
-
#h_memu ul #line2{
+
        })
-
     padding-left: 170px;
+
     })
-
    background: url("https://static.igem.org/mediawiki/2014/f/fc/NJU_dot_off.jpg") no-repeat 150px;
+
</script>
-
}
 
-
#h_memu ul #line1:hover{
 
-
    background: url("https://static.igem.org/mediawiki/2014/8/80/NJU_dot_on_.jpg") no-repeat 40px;
 
 +
<style type="text/css">
 +
      #sideMenu_2{
 +
      width:100px;
 +
      height:117px;
 +
      background:url("https://static.igem.org/mediawiki/2014/d/d9/关灯.png");
 +
      background-size:100%;
 +
      position:absolute;
 +
      right:50%;
 +
      margin-right:-600px;
 +
      top:205px;
}
}
-
#h_memu ul #line2:hover{
+
      #sideMenu_2:hover{
-
    background: url("https://static.igem.org/mediawiki/2014/8/80/NJU_dot_on_.jpg") no-repeat 150px;
+
        background:url("https://static.igem.org/mediawiki/2014/4/42/关灯.gif");
 +
              background-size:100%;
 +
cursor:pointer;
-
}
 
-
#h_memu ul #line3:hover{
 
-
    background: url("https://static.igem.org/mediawiki/2014/8/80/NJU_dot_on_.jpg") no-repeat 150px;
 
-
}
+
        }
 +
        .welcome{
 +
        margin:0 auto;
 +
        width:600px;
 +
        }
 +
        #main .welcome img{
 +
            width:300px;
 +
            display:block;
 +
            margin:0 auto;
 +
        }
 +
    *{
 +
        padding:0;
 +
        margin: 0;
 +
    }
 +
    a{
 +
        text-decoration: none;
 +
        color: #333333;
 +
    }
 +
    body{
 +
        background: url("https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg") fixed;
 +
    }
 +
    #header{
 +
        margin: 0 auto;
 +
        width: 100%;
 +
    }
 +
    /*========================*/
 +
    #nav-bottom {
 +
        width: 100%;
 +
        height: 50px;
 +
        background:url("https://static.igem.org/mediawiki/2014/a/ae/10.jpg");
 +
    }
 +
    ul#nav_content{
 +
        width: 960px;
 +
        margin: 0 auto;
 +
        padding: 0;
 +
        list-style: none;
 +
    }
 +
    ul#nav_content a{
 +
        display: inline-block;
 +
        line-height: 50px;
 +
        color: #333333;
 +
        padding: 0 12px;
 +
        transition:all 0.4s;
 +
        font-size: 14px;
 +
        font-weight:bold;
 +
        font-family: 'PT Sans', sans-serif;
-
/* ========================  home    ==========================*/
 
-
/* unique */
+
     }
-
.firstHeading{
+
     ul#nav_content ul a{
-
     display:none;
+
    color:whitesmoke;
-
}
+
-
.hid_style{
+
-
     display:none;
+
-
}
+
-
body {
+
-
    font-family: Helvetica,"Comic Sans MS", "Times New Roman", serif;
+
-
}
+
-
*{
+
-
    padding: 0;
+
-
    margin: 0;
+
-
}
+
-
table {
+
-
    border-collapse: collapse;
+
-
    border-spacing: 0;
+
-
}
+
-
fieldset,img {
+
-
    border: 0;
+
-
}
+
-
address,caption,cite,code,dfn,em,strong,th,var {
+
-
    font-weight: normal;
+
-
    font-style: normal;
+
-
}
+
-
ol,ul {
+
-
    list-style: none;
+
-
}
+
-
caption,th {
+
-
    text-align: left;
+
-
}
+
-
h1,h2,h3,h4,h5,h6 {
+
-
    font-weight: normal;
+
-
    font-size: 100%;
+
-
}
+
-
abbr,acronym {
+
-
    border: 0;
+
-
}
+
-
a{
+
-
    text-decoration: none;
+
-
}
+
-
a:hover{
+
-
    text-decoration: none;
+
-
}
+
-
ul{
+
-
    text-align: center;
+
-
    margin: 0 auto;
+
-
}
+
-
/* header */
+
-
#content1{
+
-
    width: 960px;
+
-
    position: relative;
+
-
    margin: 0 auto;
+
}
}
 +
    ul#nav_content a:hover{
 +
        background-color: rgba(231,201,100,0.5);
 +
        color: whitesmoke;
-
#header{
+
     }
-
     position: absolute;
+
     ul#nav_content ul{
-
     width: 100%;
+
        padding: 0;
-
    background-color: #6166cc;
+
        list-style: none;
-
    height: 60px;
+
        float: left;
-
    box-shadow:1px 1px 3px rgba(0,0,0,.8);
+
        margin-top: 0px;
-
}
+
        margin-left: 0px;
-
li{
+
-
    float: left;
+
-
}
+
-
#header a{
+
-
    text-align: center;
+
-
    color: #dddddd;
+
-
    height: 60px;
+
-
    line-height: 60px;
+
-
    width: 100px;
+
-
    display: block;
+
-
    background-color: #6166cc;
+
-
    transition: 0.2s all;
+
-
    border-left: 1px dashed rgba(255,255,255,0.3)
+
-
}
+
-
#header a[href="/"]{
+
-
    width: 149px;
+
-
    background: url("https://static.igem.org/mediawiki/2014/3/31/NJU_menu_2.png");
+
-
    transition:0.3s all;
+
 +
    }
 +
    ul#nav_content li{
 +
        float: left;
 +
    }
 +
    ul#nav_content li ul li{
 +
        background-color: rgba(51,51,51,0.3);
 +
        float: left;
 +
        border-radius: 3px;
 +
        transition:all 0.4s;
-
}
+
    }
-
#header a[href='/']:hover{
+
    ul#nav_content li ul li{
-
     width: 149px;
+
     }
-
     background: url("https://static.igem.org/mediawiki/2014/c/c3/NJU_menu_3.png");
+
     ul#nav_content li ul{
-
    transition:0.3s all;
+
        position: absolute;
 +
        left: -999em;
-
}
+
    }
-
#header a:hover{
+
    #nav_content li:hover ul{
-
    background-color: #CCB761;
+
        left: auto;
-
     text-shadow: 1px;
+
     }
-
    color: #ffffff;
+
</style>
-
}
+
<style type="text/css">
-
#menu_off{
+
    #top-section {
-
     margin-left: 930px;
+
        background:rgba(0,0,0,0.1);}
-
     width: 100px;
+
    .firstHeading{
 +
        display:none; }
 +
    li{
 +
        list-style: none;
 +
    }
 +
    *{
 +
        padding:0;
 +
        margin: 0;
 +
    }
 +
    a{
 +
        text-decoration: none;
 +
        color: #333333;
 +
    }
 +
    body{
 +
        padding:0;
 +
        margin: 0;
 +
     }
 +
    body{
 +
        background: url("https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg") fixed;
 +
        padding:0;
 +
        margin: 0;
 +
    }
 +
    #header{
 +
        margin: 0 auto;
 +
        width: 100%;
 +
    }
 +
    #nav-top{
 +
        width: 100%;
 +
        height:300px;
 +
        margin: 0 auto;
 +
        background:url("https://static.igem.org/mediawiki/2014/7/75/Njuday_%281%29-1.jpg");
 +
      background-size: 100%  auto;
 +
    }
 +
    /*
 +
    #nav-bottom a{
 +
        text-align: center;
 +
        top: 14px;
 +
        position: relative;
 +
        display: inline-block;
 +
        font-size: 18px;
 +
        height: 54px;
 +
        padding-left: 10px;
 +
        padding-right: 10px;
 +
        margin: 0;
 +
        color: #e7e7e7;
 +
        text-shadow: 2px 2px 3px #333333;
 +
     }
 +
    */
 +
    #back_to_top {
 +
        position: fixed;
 +
        left: 50%;
 +
        margin-left: 500px;
 +
        width: 110px;
 +
        height: 110px;
 +
        bottom: 30px;
 +
        background: url("https://static.igem.org/mediawiki/2014/8/86/Still_superman-f.png");
 +
       
 +
    }
 +
    #back_to_top:hover{
 +
        background: url("https://static.igem.org/mediawiki/2014/b/b6/Flying_superman-ff.gif");
 +
        height: 105px;
 +
        bottom: 25px;
-
}
+
    }
-
#menu_off img:hover{
+
     #footer{
-
     cursor: pointer;
+
        width: 100%;
-
}
+
        background: url("https://static.igem.org/mediawiki/2014/6/6f/NJU_motif_grille.png") repeat;
-
/* main */
+
        height: 200px;
-
#main{
+
-
    width: 960px;
+
-
    min-height: 500px;
+
-
    margin: 0 auto;
+
-
    top: 200px;
+
-
    position: relative;
+
-
}
+
-
#main p{
+
-
    text-align: center;
+
-
    font-size: 50px;
+
-
    color: #E7E7E7;
+
-
    text-shadow: 10px 10px 10px #111111;
+
-
    text-decoration:none;
+
 +
    }
 +
    #footer img{
 +
        height: 50px;
 +
        margin-top: 10px;
 +
    }
 +
    #footer #footerContent{
 +
        width: 960px;
 +
        overflow: hidden;
 +
        color: #FAFAFA;
 +
        margin: 0 auto;
 +
    }
 +
    #footer #footerContent #footerLeft{
 +
        width: 400px;
 +
        float: left;
 +
        margin-top: 10px;
 +
    }
 +
    #footer #footerContent #footerRight{
 +
        width: 500px;
 +
        float: right;
 +
        margin-top: 10px;
 +
    }
 +
    #footer #footerContent p{
 +
        padding-top: 5px;
 +
        font-family: 'PT Sans', sans-serif;
 +
    }
 +
    #footer #footerContent h3{
 +
        font-size: 1.5em;
 +
        padding-top: 5px;
 +
        font-family: 'PT Sans', sans-serif;
 +
        font-weight: 700;
 +
    }
 +
    #nav-bottom {
 +
        width: 100%;
 +
        height: 50px;
 +
        background:url("https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg");
 +
    }
 +
    #main{
 +
        z-index: 99;
 +
    }
 +
</style>
 +
<style type="text/css">
 +
    #header{
 +
        margin-bottom: 10px;
 +
    }
 +
    #main{
 +
        width: 960px;
 +
        margin: 0 auto;
 +
    }
 +
    #main #fixedMenu{
 +
        padding:10px;
 +
        font-family: 'PT Sans', sans-serif;
 +
        font-size: 2.8em;
 +
        display: inline-block;
 +
        color: #e7e7e7;
 +
        background-color: rgba(51,51,51,0.5);
 +
        width: 200px;
 +
        padding-left: 10px;
 +
 +
    }
 +
    #main p{
 +
        font-size: 1.4em;
 +
        font-family: 'PT Sans', sans-serif;
 +
    }
 +
    #fixedMenu_2{
 +
        display: none;
 +
        height: 36px;
 +
    }
 +
</style>
 +
<style type="text/css">
 +
    #main p{
 +
        margin-top: 10px;
 +
        margin-bottom: 10px;
 +
        font-size: 16px;
 +
    }
 +
    #main img{
 +
        margin-left: 20px;
 +
        margin-top: 30px;
 +
        margin-bottom: 30px;
 +
        margin-left: 30px;
 +
    }
 +
    #main h1{
 +
        font-size: 36px;
 +
        font-family:'PT Sans', sans-serif;
 +
        font-weight: 700;
 +
    }
 +
    #main h2{
 +
        font-size: 28px;
 +
        font-weight: 400;
 +
        font-family:'PT Sans', sans-serif;
 +
        margin-top: 10px;
 +
    }
 +
    #main h3{
 +
        font-family:'PT Sans', sans-serif;
 +
        font-style: italic;
 +
    }
 +
    #main h1,#main h2,#main h3{
 +
        border-bottom:none;
 +
   
 +
    }
 +
  #main .eoil{
 +
    width:900px;
 +
    margin:0 auto;
}
}
-
#main #welcome{
+
#main .eoil img{
-
    text-decoration:none;
+
display:block;
-
}
+
-
#main #intro {
+
-
    color: #dddddd;
+
-
    font-size: 16px;
+
-
    width: 800px;
+
-
    margin: 50px auto 0 auto;
+
-
    line-height: 25px;
+
}
}
 +
</style>
 +
</head>
 +
<body>
 +
<div id="main" style="min-height:500">
 +
<div id="eoil">
 +
<img src="https://static.igem.org/mediawiki/2014/d/d2/E.coil.png">
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2014/9/9d/大logo.png" width="960px">
 +
<div class="welcome">
 +
<a href="https://2014.igem.org/Team:NJU-QIBEBT/team/Overview"><img src="https://static.igem.org/mediawiki/2014/1/15/Walking_welcome_small.gif" ></a>
 +
</div>
 +
</div>
 +
<div id="sideMenu" >
 +
        <a href="https://2014.igem.org/Main_Page" style="position:absolute;left:50%;top:605px;margin-left:-600px;"><img src="https://static.igem.org/mediawiki/2014/0/0b/IGEM_y.png" style="width:70px;"></a>
 +
</div>
 +
<div id="sideMenu_2" >
 +
        <a href="javascript:" style="position:absolute;left:50%;top:205px;margin-left:530px;"></a>
 +
</div>
-
    </style>
 
-
</head>
 
-
<body style="background:url('https://static.igem.org/mediawiki/2014/2/20/NJU_wall.jpg') no-repeat">
 
<div id="header">
<div id="header">
-
     <div id="content1" style="">
+
     <div id="nav-bottom">
-
         <ul class="left-720" id="menu">
+
         <ul id="nav_content">
-
             <li><a href="/Team:NJU-QIBEBT">Home</a></li>
+
             <li class="menu"><a href="/Team:NJU-QIBEBT">HOME</a>
-
             <li><a href="/Team:NJU-QIBEBT/Project">Project</a></li>
+
            </li>
-
            <li><a href="/Team:NJU-QIBEBT/Team">Team</a></li>
+
             <li class="menu"><a href="/Team:NJU-QIBEBT/team/Overview">PROJECT</a>
-
            <li><a href="/Team:NJU-QIBEBT/Parts">Parts</a></li>
+
                <ul>
-
            <li><a href="/"></a> </li>
+
                    <li><a href="/Team:NJU-QIBEBT/team/Overview">Overview</a></li>
-
            <li><a href="/Team:NJU-QIBEBT/Practice">Practice</a></li>
+
                    <li><a href="/Team:NJU-QIBEBT/team/Backgroud">Backgroud</a></li>
-
            <li><a href="/Team:NJU-QIBEBT/Modeling">Modeling</a></li>
+
                    <li><a href="/Team:NJU-QIBEBT/Production module">Production module</a></li>
-
            <li><a href="/Team:NJU-QIBEBT/Safety">Safety</a></li>
+
                    <li><a href="/Team:NJU-QIBEBT/Pumping out module">Pumping out module</a></li>
-
            <li><a href="/Team:NJU-QIBEBT/Extras">Extras</a></li>
+
                    <li><a href="/Team:NJU-QIBEBT/Indicator module">Indicator module</a></li>
 +
                </ul>
 +
            </li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Parts test results">ACHIEVEMENT</a>
 +
                <ul>
 +
                    <li><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Parts test results">Parts test results</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Modeling">Modeling</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Judging Criteria">Judging Criteria</a></li>
 +
                </ul>
 +
            </li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/wetlab/Protocol">WET LAB</a>
 +
                <ul>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/Protocol">Protocol</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/Notebook">Notebook</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/Parts">Parts</a></li>
 +
                </ul>
 +
 +
            </li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/humanPractice">HUMAN PRACTICE</a></li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/SAFETY">ETHICS AND SAFETY</a></li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/team">TEAM</a>
 +
                <ul>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/member">Member</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/attribution">Attribution</a></li>
 +
                </ul>
 +
</li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/ACKNOWLEDGEMENT">ACKNOWLEDGEMENT</a></li>
         </ul>
         </ul>
-
         <p id="menu_off"><img src="https://static.igem.org/mediawiki/2014/f/f7/NJU_menu_on.png"></p>
+
         <!--
-
 
+
        <div id="content1" style="width: 720px;margin: 0 auto">
 +
        <a href="/Team:NJU-QIBEBT/Extras" >Extras<img src="img/nav_r.png"></a><a href="/Team:NJU-QIBEBT/Safety">Safety</a><a href="/Team:NJU-QIBEBT/Modeling">Modeling</a><a href="/Team:NJU-QIBEBT/Practice" >Practice<img src="img/nav_r.png"></a><a href="/Team:NJU-QIBEBT/Parts">Parts</a><a href="/Team:NJU-QIBEBT/Team">Team</a><a href="/Team:NJU-QIBEBT/Project">Project</a><a href="/Team:NJU-QIBEBT">Home</a>
 +
        </div>
 +
        -->
     </div>
     </div>
-
</div>
 
-
<div id="h_memu" style="z-index: 999">
+
<div id="footer">
-
     <ul id="menu_line menu"  style="z-index: 999">
+
     <div id="footerContent">
-
         <li data-menuanchor="page1" class="line" id="line1"><a href="#page1/0">Welcome</a></li>
+
         <div id="footerLeft">
-
        <li data-menuanchor="page1" class="line" id="line2"><a href="#page1/1" >Introduction</a></li>
+
<img src="https://static.igem.org/mediawiki/2014/5/58/Nanjing_university_ack.jpg">
-
        <li data-menuanchor="page1" class="line" id="line3"><a href="#page1/2" >Latest News</a></li>
+
<img src="https://static.igem.org/mediawiki/2014/5/50/M3-Acknowledgement11.png" >
-
        <li id="test"><p>AAAAAAAAAA</p></li>
+
-
    </ul>
+
<img src="https://static.igem.org/mediawiki/2014/2/28/M3-Acknowledgement1.png" >
-
</div>
+
<img src="https://static.igem.org/mediawiki/2014/f/f7/QIBEBT.jpg" >
-
<div id="footer"></div>
+
        </div>
-
<div id="fullpage">
+
        <div id="footerRight" style="text-align:left;'>
-
    <div class="section">
+
            <p style="color:white;font-size:20px;" > </p>
-
        <div class="slide">第三1屏的第一屏</div>
+
            <p style="color:white;font-size:28px;" > Nanjing University </p>
-
        <div class="slide">第三1的第二屏</div>
+
            <p style="color:white;font-size:20px;">Address:No.22 Hankou Rd.,Gulou District, Nanjing, Jiangsu 210093,P.R.China.
-
        <div class="slide">第三1屏的第三屏</div>
+
            </p>
-
        <div class="slide">第三1屏的第si3屏</div>
+
            <p style="color:white;font-size:20px;" >TEL:(+86)15261874993</p>
 +
            <p style="color:white;font-size:20px;" >Email:NJU_QIBEBT@outlook.com</p>
 +
 
 +
 
 +
        </div>
     </div>
     </div>
</div>
</div>
-
 
+
<a href="#" id="back_to_top"><span></span></a>
-
 
+
-
 
+
</body>
</body>
</html>
</html>

Latest revision as of 03:24, 18 October 2014