Team:HZAU-China/Home

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> body { background:#fff; } #p-logo { display: none; } #search-controls { display: none; } #top-section { height: 16px; backgroun...")
(Replaced content with "{{:Team:HZAU-China/background-head}} {{:Team:HZAU-China/background-footer}}")
Line 1: Line 1:
-
<html>
+
{{:Team:HZAU-China/background-head}}
-
<head>
+
-
<style type="text/css">
+
-
body {
+
-
        background:#fff;
+
-
}
+
-
#p-logo {
+
-
display: none;
+
-
}
+
-
#search-controls {
+
-
display: none;
+
-
}
+
-
#top-section {
+
-
height: 16px;
+
-
background:url(https://static.igem.org/mediawiki/2012/8/84/Px.png) transparent repeat;
+
-
width: 1000px;
+
-
border:0px;
+
-
}
+
-
#menubar {
+
-
top: -8px;
+
-
        font:15px Helvetica, Arial, Sans-serif;
+
-
}
+
-
.left-menu,.left-menu a {
+
-
color: #8e8e8e;
+
-
left: 0;
+
-
text-align: left;
+
-
text-transform: capitalize;
+
-
}
+
-
.left-menu li a:hover {
+
-
color: #8e8e8e;
+
-
text-decoration:underline;
+
-
}
+
-
#left-menu {
+
-
margin-left:5px;
+
-
}
+
-
.right-menu,.right-menu a {
+
-
color: #8e8e8e;
+
-
right: 0;
+
-
text-align: right;
+
-
}
+
-
.right-menu:hover, .left-menu:hover {
+
-
background-color: transparent;
+
-
}
+
-
.right-menu:hover a {
+
-
color: #8e8e8e;
+
-
}
+
-
.right-menu li a, .left-menu li a {
+
-
background-color: transparent;
+
-
color: #8e8e8e;
+
-
padding: 0 15px 0 0;
+
-
}
+
-
.right-menu li a:hover {
+
-
color: #8e8e8e;
+
-
text-decoration:underline;
+
-
}
+
-
.right-menu li a:visited {
+
-
color:#8e8e8e;
+
-
}
+
-
.firstHeading {
+
-
    display: none;
+
-
}
+
-
#catlinks {
+
-
display: none;
+
-
}
+
-
#content {
+
-
background: transparent;
+
-
padding: 0;
+
-
width: 100%;
+
-
border: 0px;
+
-
}
+
-
.new {
+
-
color:#8e8e8e;
+
-
}
+
-
#footer-box {
+
-
display: none;
+
-
}
+
-
a, a:visited {
+
-
color: #8e8e8e;
+
-
text-decoration: none;
+
-
}
+
-
a:hover {
+
-
color: #8e8e8e;
+
-
text-decoration: underline;
+
-
}
+
-
#contentSub {
+
-
display: none;
+
-
}
+
-
</style>
+
-
<p  style="text-align:center;"><a ><img src="https://static.igem.org/mediawiki/2013/c/c5/%E6%A0%87%E9%A2%98.jpg" style="width:1000px;"></a>
+
{{:Team:HZAU-China/background-footer}}
-
</p>
+
-
<!--- 题头 --->
+
-
<head>
+
-
<style>
+
-
#background00{
+
-
    background-image: url(https://static.igem.org/mediawiki/2013/4/4f/Cube.jpg);
+
-
    margin:0px auto;
+
-
    min-height: 1000px;
+
-
    width: 1000px;
+
-
}
+
-
body {
+
-
    background:#eee;
+
-
    margin:0px auto;
+
-
    width:1000px;
+
-
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
+
-
 
+
-
}
+
-
.example {
+
-
    position:relative;
+
-
    background-image: url(https://static.igem.org/mediawiki/2013/4/4f/Cube.jpg);
+
-
    width:1000px;
+
-
    height:30px;
+
-
    margin:0px auto;
+
-
 
+
-
 
+
-
}
+
-
.nav,.nav ul {
+
-
    list-style:none;
+
-
    margin:0;
+
-
    padding:0;
+
-
}
+
-
.nav {
+
-
    position:relative;
+
-
}
+
-
.nav ul {
+
-
    z-index:1000;
+
-
    height:0;
+
-
    left:0;
+
-
    overflow:hidden;
+
-
    position:absolute;
+
-
    top:31.7px;
+
-
}
+
-
.nav li {
+
-
    z-index:1000;
+
-
    float:left;
+
-
    position:relative;
+
-
}
+
-
.nav li a {
+
-
    z-index:1000;
+
-
    -moz-transition:1.5s;
+
-
    -o-transition:1.5s;
+
-
    -webkit-transition:1.5s;
+
-
    background-color:#91cd02;
+
-
    border:1px solid #91cd02;
+
-
    color:#FFF;
+
-
    display:block;
+
-
    font-size:20px;   
+
-
    line-height:15px;
+
-
    padding-top:3px;
+
-
    padding:7px 20.5px;
+
-
    text-decoration:none;
+
-
    transition:1s;
+
-
}
+
-
.nav li:hover > a {
+
-
    background:#50524a;
+
-
    border-color:#50524a;
+
-
    color:#fff;
+
-
}
+
-
.nav li:hover ul.subs {
+
-
    height:auto;
+
-
    width:200px;
+
-
}
+
-
.nav ul li {
+
-
    -moz-transition:0.5s;
+
-
    -o-transition:0.5s;
+
-
    -webkit-transition:0.5s;
+
-
    opacity:0;
+
-
    transition:0.5s;
+
-
    width:100%;
+
-
}
+
-
.nav li ul li {
+
-
    -moz-transition-delay:0.5s;
+
-
    -o-transition-delay:0.5s;
+
-
    -webkit-transition-delay:0.5s;
+
-
    transition-delay:0.5s;
+
-
}
+
-
.nav li:hover ul li {
+
-
    opacity:1;
+
-
    -moz-transition-delay:0.5s;
+
-
    -o-transition-delay:0.5s;
+
-
    -webkit-transition-delay:0.5s;
+
-
    transition-delay:0.5s;
+
-
}
+
-
.nav ul li a {
+
-
    background:#50524a;
+
-
    border-color:#50524a;
+
-
    color:#fff;
+
-
    line-height:1px;
+
-
    -moz-transition:0.5s;
+
-
    -o-transition:0.5s;
+
-
    -webkit-transition:0.5s;
+
-
    transition:0.5s;
+
-
}
+
-
.nav li:hover ul li a {
+
-
    line-height:23px;
+
-
}
+
-
.nav ul li a:hover {
+
-
    background:#91cd02;
+
-
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
+
-
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
+
-
    background-image: -o-linear-gradient(-90deg,rgba(255,255,255,0.5),rgba(255,255,25,0));
+
-
}
+
-
</style>
+
-
</head>
+
-
 
+
-
<body>
+
-
<div class="example">
+
-
    <ul class="nav">
+
-
        <li><a href="https://2013.igem.org/Team:HZAU-China/Home">Home</a></li>
+
-
        <li><a href="https://2013.igem.org/Team:HZAU-China/Team">Team</a>
+
-
        <ul class="subs">
+
-
                <li><a href="https://2013.igem.org/Team:HZAU-China/Team">Members and Instructors</a></li>
+
-
                <li><a href="https://2013.igem.org/Team:HZAU-China/Attributions">Attributions</a></li>
+
-
                <li><a href="https://2013.igem.org/Team:HZAU-China/Attributions">Sponsors</a></li>
+
-
            </ul> 
+
-
        <li><a href="https://2013.igem.org/Team:HZAU-China/Project">Project</a>
+
-
            <ul class="subs">
+
-
                <li><a href="https://2013.igem.org/Team:HZAU-China/Project">Overview</a></li>
+
-
                <li><a href="/">Fleas and Plague Bacillus</a></li>
+
-
                <li><a href="/">Rabies Vaccine</a></li>
+
-
                <li><a href="/">Bacterial Spores as Vaccine Vehicles</a></li>
+
-
                <li><a href="/">Antimicrobial Peptides</a></li>
+
-
            </ul>
+
-
        </li>
+
-
        <li><a href="https://2013.igem.org/Team:HZAU-China/Modeling">Modeling</a></li>
+
-
        <li><a href="https://2013.igem.org/Team:HZAU-China/Achievement">Achievement</a>
+
-
        <ul class="subs">
+
-
                <li><a href="/">Results and data</a></li>
+
-
                <li><a href="https://2013.igem.org/Team:HZAU-China/Parts">Parts</a></li>
+
-
                <li><a href="/">judgement</a></li>
+
-
            </ul>
+
-
        </li>
+
-
        <li><a href="https://2013.igem.org/Team:HZAU-China/Notebook">Notebook</a>
+
-
        <ul class="subs">
+
-
                <li><a href="/">Development of our team</a></li>
+
-
                <li><a href="/">Protocol</a></li>
+
-
            </ul>
+
-
        </li>
+
-
        <li><a href="https://2013.igem.org/Team:HZAU-China/Safety">Safety</a></li>
+
-
        <li><a href="https://2013.igem.org/Team:HZAU-China/Human_practice">Human practice</a></li>
+
-
    </ul>
+
-
</div>
+
-
</body>
+
-
 
+
-
</html>
+

Revision as of 10:33, 25 August 2013