Team:NJU-QIBEBT/Team

From 2014.igem.org

(Difference between revisions)
 
(15 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="http://libs.baidu.com/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript">
<script type="text/javascript">
-
$(document).ready(function(){
+
    $(function(){
-
    $("#line1").click(function(){
+
        $(window).scroll(function(){
-
      $.scrollTo({top:'0px'},300);
+
            var sTop = Math.max(document.body.scrollTop || document.documentElement.scrollTop);
-
    });
+
 
-
    $("#line2").click(function(){
+
            if(sTop > 260 ){
-
        $.scrollTo({top:'600px'},300);
+
                $("#fixedMenu").css({'position':'fixed','top':'0'});
-
    });
+
                $("#fixedMenu_2").css({
-
    $("#line3").click(function(){
+
                    'display':'block'
-
        $.scrollTo({top:'1200px'},300);
+
                });
-
    });
+
                $("#top-section").css({
-
});
+
                    'display':'none'
-
$(document).ready(function(){
+
                });
-
    $("#test").click(function(){
+
 
-
        $(this).css('color','white');
+
            }
-
    });
+
             else{
-
    $("#menu_off img").click(function(){
+
                $("#fixedMenu").css({'position':'relative'})
-
        if($(this).data("tog") === 0){
+
                $("#fixedMenu_2").css({
-
             $(this).data("tog",1);
+
                    'display':'none'
-
            $("#header").animate({ "top" : "0px" }, 200);
+
                });
-
        }
+
 
-
        else {
+
            }
-
            $(this).data("tog",0);
+
        })
-
            $("#header").animate({ "top" : "-60px" }, 150);
+
    })
-
        }
+
-
    }).data("tog",0);
+
-
});
+
</script>
</script>
 +
<link href='http://fonts.useso.com/css?family=PT+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<style type="text/css">
<style type="text/css">
 +
    *{
 +
        padding:0;
 +
        margin: 0;
 +
    }
 +
    a{
 +
        text-decoration: none;
 +
        color: #333333;
 +
    }
 +
    body{
 +
        background: url("https://static.igem.org/mediawiki/2014/f/f3/Halftone.png") repeat;
 +
    }
 +
    #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 10px;
 +
        transition:all 0.4s;
-
/* unique */
 
-
.firstHeading{
 
-
    display:none;
 
-
}
 
-
.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;
 
-
}
 
-
#header{
+
     }
-
     position: fixed;
+
     ul#nav_content a:hover{
-
    width: 100%;
+
        background-color: rgba(51,51,51,0.4);
-
    background-color: #6166cc;
+
        color: whitesmoke;
-
    height: 60px;
+
-
    box-shadow:1px 1px 3px rgba(0,0,0,.8);
+
-
}
+
-
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 ul{
 +
        padding: 0;
 +
        list-style: none;
 +
        float: left;
 +
        margin-top: 0px;
-
}
+
    }
-
#header a[href='/']:hover{
+
    ul#nav_content li{
-
    width: 149px;
+
        float: left;
-
     background: url("https://static.igem.org/mediawiki/2014/c/c3/NJU_menu_3.png");
+
     }
-
    transition:0.3s all;
+
    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:hover{
+
    ul#nav_content li ul li{
-
     background-color: #CCB761;
+
     }
-
    text-shadow: 1px;
+
    ul#nav_content li ul{
-
    color: #ffffff;
+
        position: absolute;
 +
        left: -999em;
-
}
+
    }
-
#menu_off{
+
    #nav_content li:hover ul{
-
    margin-left: 930px;
+
        left: auto;
-
     width: 100px;
+
     }
 +
</style>
 +
<style type="text/css">
 +
    #top-section {
 +
        background:rgba(0,0,0,0.1);}
 +
    .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/f/f3/Halftone.png") repeat;
 +
        padding:0;
 +
        margin: 0;
 +
    }
 +
    #header{
 +
        margin: 0 auto;
 +
        width: 100%;
 +
    }
 +
    #nav-top{
 +
        width: 100%;
 +
        margin: 0 auto;
 +
        height: 100%;
-
}
+
    }
-
#menu_off img:hover{
+
    /*
-
    cursor: pointer;
+
    #nav-bottom a{
-
}
+
        text-align: center;
-
/* main */
+
        top: 14px;
-
#main{
+
        position: relative;
-
    width: 960px;
+
        display: inline-block;
-
    min-height: 500px;
+
        font-size: 18px;
-
    margin: 0 auto;
+
        height: 54px;
-
    top: 200px;
+
        padding-left: 10px;
-
    position: relative;
+
        padding-right: 10px;
-
}
+
        margin: 0;
-
#main p{
+
        color: #e7e7e7;
-
    text-align: center;
+
        text-shadow: 2px 2px 3px #333333;
-
     font-size: 50px;
+
    }
-
     color: #E7E7E7;
+
    */
-
    text-shadow: 10px 10px 10px #111111;
+
    #back_to_top {
-
    text-decoration:none;
+
        position: fixed;
 +
        left: 50%;
 +
        margin-left: 500px;
 +
        width: 100px;
 +
        height: 100px;
 +
        bottom: 30px;
 +
        background: url("https://static.igem.org/mediawiki/2014/2/2e/Nju_back_to_top.png");
 +
    }
 +
    #back_to_top:hover{
 +
        background: url("https://static.igem.org/mediawiki/2014/3/35/Nju_back_to_top.gif");
 +
     }
 +
     #footer{
 +
        width: 100%;
 +
        background: url("https://static.igem.org/mediawiki/2014/6/6f/NJU_motif_grille.png") repeat;
 +
        height: 150px;
-
}
+
    }
-
#main #welcome{
+
    #footer #footerContent{
-
     text-decoration:none;
+
        width: 960px;
-
}
+
        overflow: hidden;
-
#main #intro {
+
        color: #FAFAFA;
-
    color: #dddddd;
+
        margin: 0 auto;
-
     font-size: 16px;
+
     }
-
     width: 800px;
+
    #footer #footerContent #footerLeft{
-
     margin: 50px auto 0 auto;
+
        width: 400px;
-
     line-height: 25px;
+
        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/a/ae/10.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;
 +
    }
 +
    #sideMenu{
 +
        position: fixed;
 +
        display: none;
 +
    }
 +
</style>
 +
<style type="text/css">
 +
    #main p{
 +
        margin-top: 10px;
 +
        margin-bottom: 10px;
 +
    }
 +
    #main img{
 +
        margin-left: 20px;
 +
        margin-top: 30px;
 +
        margin-bottom: 30px;
 +
        margin-left: 30px;
 +
        width: 80%;
 +
    }
 +
</style>
-
    </style>
 
</head>
</head>
-
<body style="background:url('https://static.igem.org/mediawiki/2014/2/20/NJU_wall.jpg') no-repeat fixed;width:100%;">
+
<body>
<div id="header">
<div id="header">
-
     <div id="content1" style="">
+
     <div id="nav-top">
-
         <ul class="left-720" id="menu">
+
         <img src="https://static.igem.org/mediawiki/2014/1/19/Day.jpg" width="100%">
-
            <li><a href="/Team:NJU-QIBEBT">Home</a></li>
+
    </div>
-
             <li><a href="/Team:NJU-QIBEBT/Project">Project</a></li>
+
    <div id="nav-bottom">
-
             <li><a href="/Team:NJU-QIBEBT/Team">Team</a></li>
+
        <ul id="nav_content">
-
            <li><a href="/Team:NJU-QIBEBT/Parts">Parts</a></li>
+
             <li class="menu"><a href="/Team:NJU-QIBEBT">HOME</a>
-
            <li><a href="/"></a> </li>
+
            </li>
-
            <li><a href="/Team:NJU-QIBEBT/Practice">Practice</a></li>
+
             <li class="menu"><a href="background">PROJECT</a>
-
            <li><a href="/Team:NJU-QIBEBT/Modeling">Modeling</a></li>
+
                <ul>
-
            <li><a href="/Team:NJU-QIBEBT/Safety">Safety</a></li>
+
                    <li><a href="/Team:NJU-QIBEBT/team/Overview">Overview</a></li>
-
            <li><a href="/Team:NJU-QIBEBT/Extras">Extras</a></li>
+
                    <li><a href="/Team:NJU-QIBEBT/team/Backgroud">Backgroud</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/Production module">Production module</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/Pumping out module">Pumping out module</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/Indicator module">Indicator module</a></li>
 +
                </ul>
-
        </ul>
+
            </li>
-
        <p id="menu_off"><img src="https://static.igem.org/mediawiki/2014/f/f7/NJU_menu_on.png"></p>
+
            <li class="menu"><a href="/Team:NJU-QIBEBT/ACHIEVEMENT">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">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">SAFETY</a></li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/team">TEAM</a></li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/ACKNOWLEDGEMENT">ACKNOWLEDGEMENT</a></li>
 +
        </ul>
 +
        <!--
 +
        <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>
 +
<div id="sideMenu" style="display: none">
 +
    <ul>
 +
        <li><a>111111</a></li>
 +
        <li><a>222222</a></li>
 +
        <li><a>333333</a></li>
 +
        <li><a>444444</a></li>
 +
    </ul>
 +
</div>
 +
<div id="main" style="min-height:1000px">
-
<div id="footer"></div>
+
</div>
 +
 
 +
<div id="footer">
 +
    <div id="footerContent">
 +
        <div id="footerLeft">
 +
            <img src="">
 +
        </div>
 +
 
 +
        <div id="footerRight">
 +
            <h3>Nanjing University</h3>
 +
            <p>Address:No.22 Hankou Rd.,Gulou District, Nanjing, Jiangsu 210093,P.R.China.
 +
            </p>
 +
            <p>TEL:(+86)132999999999</p>
 +
            <p>Email:xxxx@163.com</p>
 +
 
 +
 
 +
        </div>
 +
    </div>
 +
</div>
 +
<a href="#" id="back_to_top"></a>
</body>
</body>
</html>
</html>

Latest revision as of 08:40, 14 October 2014