Difference between revisions of "Team:Elan Vital Korea/Templates/Header"

(Blanked the page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<html>
 
<head>
 
    <style type="text/css">
 
    body { width:100%; height: 100%;  background-color: #fff; border:0; margin:0; padding:0; }
 
div, h1, h2, h3, h4, h5, table, th, td, p, ul, li, nav { border:0; margin:0; padding:0; list-style:none; }
 
  
 
h1, h2, h3, h4, h5 {
 
font-weight:bold; border-bottom:none;
 
}
 
 
 
/* WIKI SETTINGS*/
 
 
Hide first heading
 
.firstHeading {
 
display: none;
 
}
 
 
/*-- Remove borders, float content left and remove padding/margin */
 
#globalWrapper, #content{
 
background-color: transparent;
 
border: 0px;
 
margin:0px;
 
padding: 0px;
 
}
 
#content {
 
width: auto;
 
}
 
/*navigation*/
 
.gnb {
 
border-bottom:5px #5ed8ff solid;
 
width:100%;
 
    position:fixed;
 
    background:#FFF;
 
}
 
.gnb_on, .gnb .default ul a:hover {
 
color:#5ab9cc;
 
}
 
.gnb_off, .gnb a {
 
color:#585858;
 
text-decoration:none;
 
}
 
.gnb .default {
 
width:980px;
 
margin:0 auto;
 
font-size:15px;
 
font-family: Verdana, Helvetica, sans-serif;
 
}
 
.gnb .default ul {
 
padding-top:40px;
 
}
 
.gnb .default ul li {
 
display:inline-block;
 
margin-left:30px;
 
height:40px;   
 
}
 
 
/*submenu*/
 
.gnb .default ul li ul {
 
background-color: #f0f0f0;
 
height:30px;
 
padding:15px 0;
 
display: none;
 
}
 
.gnb .default li ul a:hover {
 
color:#5ab9cc;
 
}
 
.gnb .default li:hover ul {
 
display: block;
 
position: absolute;
 
/*float:right;*/
 
margin:25px 0 0 -70px;
 
}
 
.gnb .default li ul li {
 
padding-right:20px;
 
}
 
.gnb .default li ul li a {
 
color: #565656;
 
}
 
    </style>
 
</head>
 
<body>
 
<nav class="gnb">
 
    <div class="default">
 
    <ul>
 
        <a href="https://2015.igem.org/Team:Elan_Vital_Korea"><li>HOME</li></a>
 
        <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Team"><li>TEAM</li></a>
 
            <a href="#">
 
            <li>PROJECT
 
            <!--<ul>
 
                        <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Description"><li>Description</li></a>
 
                        <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Experiments"><li>Experiments &amp; Protocols</li></a> 
 
                        <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Results"><li>Results</li></a> 
 
                        <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Design"><li>Design</li></a>
 
                        </ul>-->
 
</li></a>
 
           
 
            <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Parts"><li>PARTS</li></a>
 
            <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Notebook"><li>NOTEBOOK</li></a>
 
            <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Attributions"><li>ATTRIBUTIONS</li></a>
 
            <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Collaborations"><li>COLLABORATIONS</li></a>
 
        </ul>
 
    </div>
 
</nav>
 
</body>
 
</html>
 

Latest revision as of 12:15, 11 September 2015