Team:NJU-QIBEBT

From 2014.igem.org

(Difference between revisions)
 
(186 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>
-
    <script type="text/javascript" src="https://2014.igem.org/wiki/index.php?title=Template:Team:NJU-QIBEBT/JS/Easing&action=raw"></script>
+
<meta charset="utf-8">
-
    <script type="text/javascript" src="https://2014.igem.org/wiki/index.php?title=Template:Team:NJU-QIBEBT/JS/Fullpage&action=raw"></script>
+
-
    <link rel="stylesheet" href="https://2014.igem.org/wiki/index.php?title=Template:Team:NJU-QIBEBT/CSS/Fullpage&action=raw" type="text/css">
+
-
    <script type="text/javascript">
+
-
$(function(){
+
<script src="https://2014.igem.org/wiki/index.php?title=Template:Team:NJU-QIBEBT/JS/Jquery&action=raw"></script>
-
    $('#fullpage').fullpage(
+
<script type="text/javascript">
-
        {
+
    $(function(){
-
             menu: '#menu',
+
        $("#sideMenu_2").toggle(function(){
-
            anchors: ['page1']
+
             $("body").css({"background":"url('https://static.igem.org/mediawiki/2014/0/0c/Halloween.jpg')",
-
         }
+
        "width":" 100%",
-
    );
+
         "height":"300px",
-
    $("#line2").click(function(){
+
        "margin": "0 auto",
-
        $("#line2").fullpage.moveTo('page1', 1);
+
      "background-size": "100%  auto"}
-
    });
+
);
-
});
+
                $("#nav-top").css({
 +
                    "background":"url('https://static.igem.org/mediawiki/2014/9/9c/Banner_night.jpg')",
 +
                    "width":" 100%",
 +
                    "height":"300px",
 +
                    "margin": "0 auto",
 +
                    "background-size": "100%  auto"
 +
                });
 +
        },function(){
 +
            $("body").css("background","url('https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg') 10px");
 +
                $("#nav-top").css({
 +
                    "background":"url('https://static.igem.org/mediawiki/2014/7/75/Njuday_%281%29-1.jpg')",
 +
                    "width":" 100%",
 +
                    "height":"300px",
 +
                    "margin": "0 auto",
 +
                    "background-size": "100%  auto"
 +
                });
-
         function move_in(){
+
         });
-
    var logo = document.getElementById("test");
+
-
    var pic = $("#main img");
+
-
    var detail_intro = $("#detail-intro");
+
-
    var news = $("#news");
+
-
    TweenLite.to(logo, 1, {left:'0px',ease:Back.easeInOut});
+
-
    TweenLite.to(pic, 1, {right:'-750px',ease:Back.easeInOut});
+
-
    TweenLite.to(detail_intro, 1, {top:'50px',ease:Back.easeInOut});
+
 +
        $(window).scroll(function(){
 +
            var sTop = Math.max(document.body.scrollTop || document.documentElement.scrollTop);
-
    setTimeout('news.css("visibility","visible")');
+
            if(sTop > 260 ){
-
    setTimeout('$("#menu_off img").click()',1000);
+
                $("#fixedMenu").css({'position':'fixed','top':'0'});
 +
                $("#fixedMenu_2").css({
 +
                    'display':'block'
 +
                });
-
};
+
            }
-
window.onload = function(){
+
            else{
-
    setTimeout('move_in()',500);
+
                $("#fixedMenu").css({'position':'relative'})
 +
                $("#fixedMenu_2").css({
 +
                    'display':'none'
 +
                });
-
}
 
-
$(function(){
 
-
        $("#test").animate()
 
-
        $("#menu_off img").click(function(){
 
-
            if($(this).data("tog") === 0){
 
-
                $(this).data("tog",1);
 
-
                $("#header").animate({ "top" : "0px" }, 200);
 
             }
             }
-
            else {
 
-
                $(this).data("tog",0);
 
-
                $("#header").animate({ "top" : "-60px" }, 150);
 
-
            }
 
-
        }).data("tog",0);
 
-
 
-
    var $head_photo=$("#01 img");
 
-
    var src_pic1=$head_photo.attr("src");
 
-
    $head_photo.hover(function(){
 
-
        $(this).animate({opacity:0.6},20,function(){
 
-
            $(this).attr("src","OTHER/gongfei-1.png").animate({opacity:1},300);
 
         })
         })
-
     },function(){
+
     })
-
        $(this).animate({opacity:1},50,function(){
+
</script>
-
            $(this).attr("src","OTHER/gongfei-2.png").animate({opacity:1},50);
+
-
        })
 
-
    });
 
-
    var $head_photo2=$("#02 img");
 
-
    var src_pic2=$head_photo2.attr("src");
 
-
    $head_photo2.hover(function(){
 
-
        $(this).animate({opacity:0.7},20,function(){
 
-
            $(this).attr("src","OTHER/daiyimei-1.png").animate({opacity:1},300);
 
-
        })
 
-
    },function(){
 
-
        $(this).animate({opacity:1},50,function(){
 
-
            $(this).attr("src","OTHER/daiyimei-2.png").animate({opacity:1},50);
 
-
 
-
        })
 
-
    });
 
-
    var $head_photo3=$("#03 img");
 
-
    var src_pic3=$head_photo3.attr("src");
 
-
    $head_photo3.hover(function(){
 
-
        $(this).animate({opacity:0.7},100,function(){
 
-
            $(this).attr("src","OTHER/Wengmingxi-1.png").animate({opacity:1},300);
 
-
        })
 
-
    },function(){
 
-
        $(this).animate({opacity:0.7},100,function(){
 
-
            $(this).attr("src","OTHER/Wengmingxi-2.png").animate({opacity:1},300);
 
-
 
-
        })
 
-
    });
 
-
})
 
-
 
-
        window.onload = function(){
 
-
            $('#main #welcome').textillate({ in: { effect: 'bounceInDown' } });
 
-
 
-
        }
 
-
    </script>
 
<style type="text/css">
<style type="text/css">
-
    /* ========================  home    ==========================*/
+
      #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;
 +
}
 +
      #sideMenu_2:hover{
 +
        background:url("https://static.igem.org/mediawiki/2014/4/42/关灯.gif");
 +
              background-size:100%;
 +
cursor:pointer;
-
 
+
        }
-
    #header #content1 a{
+
        .welcome{
-
         font-size: 18px;
+
        margin:0 auto;
 +
        width:600px;
 +
        }
 +
        #main .welcome img{
 +
            width:300px;
 +
            display:block;
 +
            margin:0 auto;
 +
        }
 +
    *{
 +
        padding:0;
 +
         margin: 0;
     }
     }
-
     #main #school{
+
     a{
-
         background: url("img/home-bac1.png") repeat;
+
         text-decoration: none;
-
         padding: 5px 10px;
+
         color: #333333;
     }
     }
-
#h_memu{
+
    body{
-
    position: fixed;
+
        background: url("https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg") fixed;
-
     bottom: 0px;
+
     }
-
    width: 100%;
+
    #header{
-
     min-height: 80px;
+
        margin: 0 auto;
-
     font-size: 18px;
+
        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;
-
     background: url("https://static.igem.org/mediawiki/2014/6/6f/NJU_motif_grille.png")repeat;
+
     }
-
}
+
    ul#nav_content a{
-
#h_memu ul{
+
        display: inline-block;
-
    margin: 28px auto;
+
        line-height: 50px;
-
    width: 760px;
+
        color: #333333;
-
    min-height: 40px;
+
        padding: 0 12px;
-
    background: url("https://static.igem.org/mediawiki/2014/7/77/NJU_frise.png") no-repeat;
+
        transition:all 0.4s;
-
    color: #3d3f3c;
+
        font-size: 14px;
-
}
+
        font-weight:bold;
-
#h_memu ul{
+
        font-family: 'PT Sans', sans-serif;
-
    transition: all 0.1s;
+
-
    -moz-transition: all 0.1s; /* Firefox 4 */
+
-
    -webkit-transition: all 0.1s; /* Safari 和 Chrome */
+
-
    -o-transition: all 0.1s; /* Opera */
+
-
}
 
-
#h_memu ul a:hover{
 
-
    cursor: pointer;
 
-
}
 
-
#h_memu ul #line1{
 
-
    padding-left:60px ;
 
-
    background: url("https://static.igem.org/mediawiki/2014/f/fc/NJU_dot_off.jpg") no-repeat 40px;
 
 +
    }
 +
    ul#nav_content ul a{
 +
    color:whitesmoke;
}
}
-
#h_memu ul #line3{
+
    ul#nav_content a:hover{
-
    padding-left:170px ;
+
        background-color: rgba(231,201,100,0.5);
-
    background: url("https://static.igem.org/mediawiki/2014/f/fc/NJU_dot_off.jpg") no-repeat 150px;
+
        color: whitesmoke;
-
}
+
    }
-
#h_memu ul #line2{
+
    ul#nav_content ul{
-
    padding-left: 170px;
+
        padding: 0;
-
    background: url("https://static.igem.org/mediawiki/2014/f/fc/NJU_dot_off.jpg") no-repeat 150px;
+
        list-style: none;
 +
        float: left;
 +
        margin-top: 0px;
 +
        margin-left: 0px;
-
}
+
    }
-
#h_memu ul #line1:hover{
+
    ul#nav_content li{
-
     background: url("https://static.igem.org/mediawiki/2014/8/80/NJU_dot_on_.jpg") no-repeat 40px;
+
        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;
-
}
+
    }
-
#h_memu ul #line2:hover{
+
    ul#nav_content li ul li{
-
     background: url("https://static.igem.org/mediawiki/2014/8/80/NJU_dot_on_.jpg") no-repeat 150px;
+
     }
 +
    ul#nav_content li ul{
 +
        position: absolute;
 +
        left: -999em;
-
}
+
    }
-
#h_memu ul #line3:hover{
+
    #nav_content li:hover ul{
-
     background: url("https://static.igem.org/mediawiki/2014/8/80/NJU_dot_on_.jpg") no-repeat 150px;
+
        left: auto;
 +
     }
 +
</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/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;
-
.section { text-align: center; font: 50px "Microsoft Yahei"; color: #fff;}
 
 +
    }
 +
    #footer{
 +
        width: 100%;
 +
        background: url("https://static.igem.org/mediawiki/2014/6/6f/NJU_motif_grille.png") repeat;
 +
        height: 200px;
-
     /* ========================  home     ==========================*/
+
     }
 +
    #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;
-
         /* unique */
+
    }
-
         .firstHeading{
+
    #main p{
-
         display:none;
+
         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;
}
}
-
        .hid_style{
+
#main .eoil img{
-
        display:none;
+
display:block;
}
}
-
        body {
+
</style>
-
            font-family: Helvetica,"Comic Sans MS", "Times New Roman", serif;
+
</head>
-
        }
+
<body>
-
        *{
+
-
            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{
+
<div id="main" style="min-height:500">
-
            position: absolute;
+
<div id="eoil">
-
            width: 100%;
+
<img src="https://static.igem.org/mediawiki/2014/d/d2/E.coil.png">
-
            background-color: #6166cc;
+
</div>
-
            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;           
+
 +
<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>
-
        }
+
<div id="header">
-
         #header a[href='/']:hover{
+
    <div id="nav-bottom">
-
             width: 149px;
+
         <ul id="nav_content">
-
             background: url("https://static.igem.org/mediawiki/2014/c/c3/NJU_menu_3.png");
+
            <li class="menu"><a href="/Team:NJU-QIBEBT">HOME</a>
-
            transition:0.3s all;
+
             </li>
 +
             <li class="menu"><a href="/Team:NJU-QIBEBT/team/Overview">PROJECT</a>
 +
                <ul>
 +
                    <li><a href="/Team:NJU-QIBEBT/team/Overview">Overview</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>
-
        }
+
            </li>
-
        #header a:hover{
+
            <li class="menu"><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Parts test results">ACHIEVEMENT</a>
-
            background-color: #CCB761;
+
                <ul>
-
             text-shadow: 1px;
+
                    <li><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Parts test results">Parts test results</a></li>
-
            color: #ffffff;
+
                    <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>
-
        #menu_off{
+
            <li class="menu"><a href="/Team:NJU-QIBEBT/humanPractice">HUMAN PRACTICE</a></li>
-
             margin-left: 930px;
+
             <li class="menu"><a href="/Team:NJU-QIBEBT/SAFETY">ETHICS AND SAFETY</a></li>
-
             width: 100px;
+
            <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>
 +
        <!--
 +
        <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 id="footer">
-
        #menu_off img:hover{
+
    <div id="footerContent">
-
            cursor: pointer;
+
         <div id="footerLeft">
-
        }
+
<img src="https://static.igem.org/mediawiki/2014/5/58/Nanjing_university_ack.jpg">
-
        /* main */
+
<img src="https://static.igem.org/mediawiki/2014/5/50/M3-Acknowledgement11.png" >
-
        #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;
+
-
        }
+
<img src="https://static.igem.org/mediawiki/2014/2/28/M3-Acknowledgement1.png" >
-
        #main #welcome{
+
<img src="https://static.igem.org/mediawiki/2014/f/f7/QIBEBT.jpg" >
-
        text-decoration:none;
+
-
        }
+
-
        #main #intro {
+
-
            color: #dddddd;
+
-
            font-size: 16px;
+
-
            width: 800px;
+
-
            margin: 50px auto 0 auto;
+
-
            line-height: 25px;
+
-
        }
+
 +
        </div>
-
    </style>
+
        <div id="footerRight" style="text-align:left;'>
-
</head>
+
             <p style="color:white;font-size:20px;" > </p>
-
<body style="background:url('https://static.igem.org/mediawiki/2014/2/20/NJU_wall.jpg') no-repeat">
+
             <p style="color:white;font-size:28px;" > Nanjing University </p>
-
<div id="header">
+
             <p style="color:white;font-size:20px;">Address:No.22 Hankou Rd.,Gulou District, Nanjing, Jiangsu 210093,P.R.China.
-
    <div id="content1" style="">
+
             </p>
-
        <ul class="left-720" id="menu">
+
             <p style="color:white;font-size:20px;" >TEL:(+86)15261874993</p>
-
             <li><a href="/Team:NJU-QIBEBT">Home</a></li>
+
             <p style="color:white;font-size:20px;" >Email:NJU_QIBEBT@outlook.com</p>
-
             <li><a href="/Team:NJU-QIBEBT/Project">Project</a></li>
+
-
             <li><a href="/Team:NJU-QIBEBT/Team">Team</a></li>
+
-
            <li><a href="/Team:NJU-QIBEBT/Parts">Parts</a></li>
+
-
             <li><a href="/"></a> </li>
+
-
             <li><a href="/Team:NJU-QIBEBT/Practice">Practice</a></li>
+
-
             <li><a href="/Team:NJU-QIBEBT/Modeling">Modeling</a></li>
+
-
            <li><a href="/Team:NJU-QIBEBT/Safety">Safety</a></li>
+
-
            <li><a href="/Team:NJU-QIBEBT/Extras">Extras</a></li>
+
-
        </ul>
 
-
        <p id="menu_off"><img src="https://static.igem.org/mediawiki/2014/f/f7/NJU_menu_on.png"></p>
 
 +
        </div>
     </div>
     </div>
-
 
</div>
</div>
-
<div id="h_memu" style="z-index: 999">
+
<a href="#" id="back_to_top"><span></span></a>
-
    <ul id="menu_line menu"  style="z-index: 999">
+
-
        <li data-menuanchor="page1" class="line" id="line1"><a href="#page1/0">Welcome</a></li>
+
-
        <li data-menuanchor="page1" class="line" id="line2"><a href="#page1/1" >Introduction</a></li>
+
-
        <li data-menuanchor="page1" class="line" id="line3"><a href="#page1/2" >Latest News</a></li>
+
-
 
+
-
    </ul>
+
-
</div>
+
-
<div id="footer"></div>
+
-
<div id="fullpage">
+
-
    <div class="section">
+
-
        <div class="slide">第三1屏的第一屏</div>
+
-
        <div class="slide">第三1的第二屏</div>
+
-
        <div class="slide">第三1屏的第三屏</div>
+
-
        <div class="slide">第三1屏的第si3屏</div>
+
-
    </div>
+
-
</div>
+
-
 
+
-
 
+
</body>
</body>
</html>
</html>

Latest revision as of 03:24, 18 October 2014