Team:NJAU China

From 2014.igem.org

(Difference between revisions)
Line 31: Line 31:
         }
         }
         #myheader{
         #myheader{
-
            margin:0 auto;
 
             width:1366px;
             width:1366px;
-
            height:500px;
+
    height:500px;
 +
    margin:0 auto;
 +
    position:relative;
 +
    font-family:Arial, Helvetica, sans-serif;
             background:#a2dcf3 url("https://static.igem.org/mediawiki/2014/3/34/Header_bg.png");
             background:#a2dcf3 url("https://static.igem.org/mediawiki/2014/3/34/Header_bg.png");
         }
         }
Line 118: Line 120:
             color: #FFF
             color: #FFF
         }
         }
 +
#mynav{
 +
position:absolute;
 +
top:402px;
 +
left:200px;
 +
width:990px;
 +
height:50px;
 +
}
 +
#mynav ul{
 +
width:100%;
 +
margin:0;
 +
padding:0;
 +
list-style-type:none;
 +
font-size:24px;
 +
}
 +
#mynav ul li{
 +
display::inline-block;
 +
padding:9px 30px;
 +
float:left;
 +
position:relative;
 +
}
 +
#mynav ul li:hover{
 +
background:#e3f7ff;
 +
}
 +
#mynav ul li a{
 +
color:#00586b;
 +
text-decoration:none;
 +
}
 +
#project{
 +
display:none;
 +
position:absolute;
 +
top:47px;
 +
left:0px;
 +
background:#CF6;
 +
width:100px;
 +
}
 +
#project dd{
 +
width:135px;
 +
font-size:16px;
 +
background:#c9efff;
 +
height:40px;
 +
margin:0;
 +
}
 +
#project dd a{
 +
width:100%;
 +
height:40px;
 +
display:block;
 +
text-decoration:none;
 +
text-align:center;
 +
line-height:40px;
 +
}
 +
#project dd a:hover{
 +
background:#a1dbf0;
 +
}
 +
#achievement{
 +
display:none;
 +
position:absolute;
 +
top:47px;
 +
left:0px;
 +
background:#CF6;
 +
width:100px;
 +
}
 +
#achievement dd{
 +
width:198px;
 +
font-size:16px;
 +
background:#c9efff;
 +
height:40px;
 +
margin:0;
 +
}
 +
#achievement dd a{
 +
width:100%;
 +
height:40px;
 +
display:block;
 +
text-decoration:none;
 +
text-align:center;
 +
line-height:40px;
 +
}
 +
#achievement dd a:hover{
 +
background:#a1dbf0;
 +
}
 +
#prctice{
 +
display:none;
 +
position:absolute;
 +
top:47px;
 +
left:0px;
 +
background:#CF6;
 +
width:100px;
 +
}
 +
#prctice dd{
 +
width:300px;
 +
font-size:16px;
 +
background:#c9efff;
 +
height:40px;
 +
margin:0;
 +
}
 +
#prctice dd a{
 +
width:100%;
 +
height:40px;
 +
display:block;
 +
text-decoration:none;
 +
text-align:center;
 +
line-height:40px;
 +
}
 +
#prctice dd a:hover{
 +
background:#a1dbf0;
 +
}
 +
#ackonwledgement{
 +
display:none;
 +
position:absolute;
 +
top:47px;
 +
left:0px;
 +
background:#CF6;
 +
width:100px;
 +
}
 +
#ackonwledgement dd{
 +
width:257px;
 +
font-size:16px;
 +
background:#c9efff;
 +
height:40px;
 +
margin:0;
 +
}
 +
#ackonwledgement dd a{
 +
width:100%;
 +
height:40px;
 +
display:block;
 +
text-decoration:none;
 +
text-align:center;
 +
line-height:40px;
 +
}
 +
#ackonwledgement dd a:hover{
 +
background:#a1dbf0;
 +
}
     </style>
     </style>
     <style>
     <style>
Line 132: Line 265:
================================================== -->
================================================== -->
<body>
<body>
-
<div id="myheader"></div>
+
<div id="myheader">
 +
<h1><a href="#"></a></h1>
 +
    <div id="mynav">
 +
        <ul>
 +
          <li><a href="#">Home</a></li>
 +
          <li id="project_li"><a href="#">Project</a>
 +
                <dl id="project">
 +
                    <dd><a href="#">Background</a></dd>
 +
                    <dd><a href="#">System Design</a></dd>
 +
                    <dd><a href="#">Safety</a></dd>
 +
                </dl>
 +
          </li>
 +
          <li id="achievement_li"><a href="#">Achievement</a>
 +
                <dl id="achievement">
 +
                    <dd><a href="#">Wet Labs</a></dd>
 +
                    <dd><a href="#">Modeling</a></dd>
 +
                    <dd><a href="#">Protocol/Notebooks</a></dd>
 +
                    <dd><a href="#">Biobricks</a></dd>
 +
                </dl>
 +
          </li>
 +
          <li id="prctice_li"><a href="#">Prctice</a>
 +
                <dl id="prctice">
 +
                    <dd><a href="#">iGEM and Synthetic Biology Exhibition</a></dd>
 +
                    <dd><a href="#">Questionnaire Survey</a></dd>
 +
                    <dd><a href="#">Collaboration</a></dd>
 +
                </dl>
 +
          </li>
 +
          <li><a href="#">Team</a></li>
 +
          <li id="ackonwledgement_li"><a href="#">Ackonwledgement</a>
 +
                <dl id="ackonwledgement">
 +
                    <dd><a href="#">Genewiz Corporation</a></dd>
 +
                    <dd><a href="#">Chinese Academy of Sciences</a></dd>
 +
                </dl>
 +
          </li>
 +
      </ul>
 +
</div>
 +
</div>
<div class="container-fluid">
<div class="container-fluid">
     <!-- Brand and toggle get grouped for better mobile display -->
     <!-- Brand and toggle get grouped for better mobile display -->

Revision as of 13:10, 15 October 2014

Home


First featurette heading. It'll blow your mind.

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

Generic placeholder image

Generic placeholder image

Oh yeah, it's that good. See for yourself.

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.


And lastly, this one. Checkmate.

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

Generic placeholder image