Difference between revisions of "Template:Pasteur Paris/Menu"

 
(61 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Pasteur_Paris/Fonts}}
 +
 +
 +
 
<!--doctype html-->
 
<!--doctype html-->
 
<html>
 
<html>
 +
 
     <head>
 
     <head>
 
         <title>""</title>
 
         <title>""</title>
         <meta charset="utf-8">
+
         <meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+
    </head>
        <style>
+
  
    #home_logo, #sideMenu { display:none; }
 
    #sideMenu, #top_title, .patrollink  {display:none;}
 
    #content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 
    body {background-color:white; }
 
    #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
  
     .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;}
+
     <style>
  
/* ============ DEBUT : Réglages de la barre de menu ============ */
+
        /* BEGIN : Default Wiki Settings */
 +
            #home_logo, #sideMenu { display:none; }
 +
            #sideMenu, #top_title, .patrollink  {display:none;}
 +
            #content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 +
            body {background-color:white; }
 +
            #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
/* ==== DEBUT : Réglages généraux ==== */
+
            .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;};
body {
+
        /* END : Default Wiki Settings */
    margin: 0px;
+
}
+
  
#header {
 
position: fixed;
 
width: 100%;
 
margin-top: 0px;
 
z-index: 600;
 
}
 
  
/* ==== FIN: Réglages généraux ==== */
+
        *{
 +
            margin: 0;
 +
            padding: 0;
 +
        }
  
@media screen and (min-width: 911px){
+
        body {
 +
            padding-top: 44px;
 +
            font-family: 'Raleway', Arial Black, sans-serif;
 +
        }
  
#naviconwrapper {
 
    margin: 0px ;    /*auto centers wrapper*/
 
    height: 60px;
 
    width: 100%;
 
    min-width: 900px;
 
    padding-top: 16px;
 
    z-index: -100;
 
}
 
  
#naviconbar {
+
        /* BEGIN : Menu Bar Settings */
    margin: 0px auto;
+
    padding: 0px;
+
    width: 100%;
+
    min-width: 900px;
+
    background-image:  linear-gradient(to right, rgb(168, 48, 91), rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126),rgb(52, 82, 146));
+
    border-top-color: #ffffff;
+
    border-top-width: 1px;
+
    border-top-style: inset;
+
    border-bottom-color: #ffffff;
+
    border-bottom-width: 1px;
+
    border-bottom-style: outset;
+
    z-index: -60;
+
}
+
#naviconbar img{
+
    margin: 0px auto;
+
    float: left;
+
    height: 100%;
+
    width: auto;
+
}
+
  
/* ==== BEGIN: Settings Main Menu Icons ==== */
+
            /* BEGIN : General Settings of Menu Bar */
#navicons {
+
    margin: 0px auto;
+
    padding: 0px;
+
    width: 90%;
+
    height: 60px;
+
    background-color:  linear-gradient(to right, rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126));
+
    z-index: -20;    /*defines color behind icons */
+
}
+
  
#navicons ul {
 
    margin: 0px auto;
 
    padding: 0px;
 
    width: 90%;
 
    position: relative;  /*makes chip go directly behind project from left corner*/
 
  
}
+
                    #MenuIgem {
 +
                        height: 18px;
 +
                        background-color: black;
 +
                        position: fixed;
 +
                        top: 0%;
 +
                        left: 0%;
 +
                        width: 100%;
 +
                        z-index: 2;
 +
                    }
  
#navicons ul li {
+
                    #Menu {
    margin: 0px;
+
                        height: 70px;
    padding: 0px;
+
                        position: fixed;
    list-style: none;
+
                        top: 18px;
    /*display: block;*/
+
                        left: 0%;
    float: left;
+
                        width: 100%;
    position: relative;
+
                        z-index: 2;
    line-height: 106px;
+
                        border-bottom-left-radius: 15px;
    font-family: sans-serif;
+
                        border-bottom-right-radius: 15px;
    font-size: 12px;
+
                    }
    background-color: rgba(161, 47, 92, 0.0);
+
    /*border: 1px solid #5781BD;*/
+
    z-index: 100;
+
}
+
  
#navicons ul li a {
+
                    #Menu img {
    height: 60px;
+
                        float: left;
    width: 120px;
+
                        height: 100%;
    display: block;
+
                        width: auto;
    text-decoration: none;
+
                    }
    /*color: #FFF;*/
+
    text-align: center;
+
    text-transform: uppercase;
+
    z-index: 50;
+
  
}
+
                    #Menu-mobile-bar {
 +
                        display: none;
 +
                        height: 50px;
 +
                        background-color: pink;
 +
                        position: fixed;
 +
                        top: 18px;
 +
                        left: 0%;
 +
                        width: 100%;
 +
                        z-index: 2;
 +
                        border-bottom-left-radius: 5px;
 +
                        border-bottom-right-radius: 5px;
 +
                    }
  
#navicons ul a:hover {  
+
                    #Menu-mobile-bar img {
}   
+
                        float: left;
/* ==== END: Settings Main Menu Icons ==== */
+
                        height: 100%;
 
+
                        width: auto;
 +
                    }
  
/* ==== classes for icons ==== */
+
            /* END : General Settings of Menu Bar */
#project {
+
    background: url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
+
    height: 60px;
+
    background-position: center;
+
}
+
  
#project a {
 
    color: #ffffff;
 
}
 
  
#labwork {
 
    background: url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
 
    height: 60px;
 
    background-position: center;
 
}
 
  
#labwork a {
 
    color: #ffffff;
 
}
 
  
#parts {
+
            /* BEGIN media query large screen */
    background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
+
            @media screen and (min-width: 951px){
    height: 60px;
+
    background-position: center;
+
}
+
  
#parts a {
+
                #naviconwrapper {
     color: #ffffff;
+
                    height: 100%;
}
+
                    margin: 0px ;     /*auto centers wrapper*/
 +
                    min-width: 900px;
 +
                    z-index: -100;
 +
                }
  
#modelling {
+
                #naviconbar {
    background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;  
+
                    height: 100%;
    height: 60px;
+
                    min-width: 900px;
    background-position: center;
+
                    background-image:  linear-gradient(to right, rgb(168, 48, 91), rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126),rgb(52, 82, 146));
}
+
                    z-index: -60;
 +
                    text-align: center;
 +
                }
 +
                   
  
#modelling a {
+
                /* BEGIN: Settings Main Menu Icons */
    color: #ffffff;
+
}
+
  
#achievements {
+
                    #navicons {
    background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png)no-repeat;  
+
                        width: 960px;
    height: 60px;
+
                        background-color: linear-gradient(to right, rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126));
    background-position: center;
+
                        z-index: -20;    /*defines color behind icons */  
}
+
                        display: inline-block;
 +
                        vertical-align: middle;
 +
                        height: 100%;
 +
                    }
  
#achievements a {
+
                    #navicons ul {
    color: #ffffff;
+
                        padding: 0px;
}
+
                        margin: 0px;
 +
                        height: 100%;
 +
                        width: 100%;
 +
                        position: relative;  /*makes chip go directly behind home from left corner*/
  
#hp {
+
                    }
    background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
+
    height: 60px;
+
    background-position: center;
+
}
+
  
#hp a {
+
                    #navicons ul li {
    color: #ffffff;
+
                        list-style: none;
}
+
                        /*display: block;*/
 +
                        float: left;
 +
                        position: relative;
 +
                        font-family: 'Raleway', sans-serif;
 +
                        font-size: 12px;
 +
                        background-color: rgba(161, 47, 92, 0.0);
 +
                        /*border: 1px solid #5781BD;*/
 +
                        z-index: 100;
 +
                        height: 90%;
 +
                    }
  
#aboutus {
+
                    #navicons ul li a {
    background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
+
    height: 60px;
+
    background-position: center;
+
}
+
  
#aboutus a {
+
                        width: 120px;
    color: #ffffff;
+
                        display: block;
}
+
                        text-decoration: none;
/* ==== End classes for icons ==== */
+
                        /*color: #FFF;*/
 +
                        text-align: center;
 +
                        text-transform: uppercase;
 +
                        z-index: 50;
 +
                        padding-top: 45%;
  
/* ==== Begin running chip ==== */
+
                    }
/* == Begin Chip Design == */
+
#runningchip {
+
    position: absolute;
+
    width: 90px;
+
    height: 60px;
+
    top: -15px;
+
    left: 1.3%;
+
    -webkit-transition: all 300ms ease-out;
+
    -moz-transition: all 300ms ease-out;
+
    transition: all 300ms ease-out;
+
    z-index: 0;
+
}
+
  
#runningchip-back{
+
                    #navicons ul a:hover {  
  width:100%;
+
                    }     
  height: 85px;
+
  position: absolute;
+
  background:#000000;
+
  border-radius:5px;
+
  border-bottom: 2px solid rgba(0, 0, 0, 0.09);
+
  border-top: 2px solid rgba(255,255,255,0.1);
+
  border-color: #ffffff;
+
}     
+
  
#top-arrow{  /* arrow like element above slider  */
+
                /* END: Settings Main Menu Icons */
  position:absolute;
+
                 
  overflow:hidden;
+
    color: #000000;
+
  width:100%;
+
  height:14px;
+
  top: 2px;
+
  left:0;
+
  z-index:2;
+
    background-color: #000000;
+
    border-top-right-radius: 5px;
+
    border-top-left-radius: 5px;
+
}
+
  
#top-arrow:before{
+
                /* Begin classes for icons */
  content:"";
+
  position:absolute;
+
  width:80%;
+
  height:10px;
+
  top:-12px;
+
  left:10%;
+
  border-radius:20%;
+
  box-shadow:0 0 10px black;
+
}
+
  
#top-arrow:after{   /* little blue arrow */
+
                    #home {
  content:"";
+
                        background: url(https://static.igem.org/mediawiki/2018/3/39/T--Pasteur_Paris--teamlogoigemwhite_99x60.png) no-repeat;  
  position:absolute;
+
                        height: 60px;
  width:0;
+
                        background-position: center;
  height:0px;
+
                    }
  top:0px;
+
  border-top:8px solid #ffffff; /*couleur de la fleche haute*/
+
  border-left:6px solid transparent;
+
  border-right:6px solid transparent;
+
  margin-left:-6px;
+
  left:50%;
+
}
+
  
#bottom-arrow{       /* arrow like element beneath slider */
+
                    #home a {
  position:absolute;
+
                        color: #ffffff;
  overflow:hidden;
+
                    }
  width:100%;
+
  height:15px;
+
  bottom: -30px;
+
  left:0;
+
  z-index:2;
+
    background-color: #000000;
+
    border-bottom-right-radius: 5px;
+
    border-bottom-left-radius: 5px;
+
}
+
  
#bottom-arrow:before{
+
                    #project {
  content:"";
+
                        background: url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;  
  position:absolute;
+
                        height: 60px;
  width:80%;
+
                        background-position: center;
  height:10px;
+
                    }
  bottom:-12px;
+
  left:10%;
+
  border-radius:20%;
+
  box-shadow:0 0 10px black;
+
}
+
  
#bottom-arrow:after{
+
                    #project a {
  content:"";
+
                        color: #ffffff;
  position:absolute;
+
                    }
  width:0;
+
  height:0;
+
  bottom:0;
+
  border-bottom:12px solid #ffffff;
+
  border-left:8px solid transparent;
+
  border-right:8px solid transparent;
+
  margin-left:-8px;
+
  left:50%;
+
}
+
/* == End Chip Design == */
+
  
 +
                    #labwork {
 +
                        background: url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
 +
                        height: 60px;
 +
                        background-position: center;
 +
                    }
  
/* == Begin Chip Movement == */
+
                    #labwork a {
#project:hover ~ #runningchip {
+
                        color: #ffffff;
    left: 1.3%;
+
                    }
}
+
  
#labwork:hover ~ #runningchip {
+
                    #parts {
    left: 13.1%;
+
                        background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
}
+
                        height: 60px;
 +
                        background-position: center;
 +
                    }
  
#parts:hover ~ #runningchip {
+
                    #parts a {
    left: 24.4%;
+
                        color: #ffffff;
}
+
                    }
  
#modelling:hover ~ #runningchip {
+
                    #modeling {
    left: 36%;
+
                        background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
}
+
                        height: 60px;
 +
                        background-position: center;
 +
                    }
  
#achievements:hover ~ #runningchip {
+
                    #modeling a {
    left: 47.8%;
+
                        color: #ffffff;
}
+
                    }
  
#hp:hover ~ #runningchip {
+
                    #achievements {
    left: 59.1%;
+
                        background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png)no-repeat;
}
+
                        height: 60px;
 +
                        background-position: center;
 +
                    }
  
#aboutus:hover ~ #runningchip {
+
                    #achievements a {
    left: 71%;
+
                        color: #ffffff;
}
+
                    }
/* == End Chip Movment == */
+
/* ==== End running chip ==== */
+
  
 +
                    #hp {
 +
                        background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
 +
                        height: 60px;
 +
                        background-position: center;
 +
                    }
  
/* ==== Begin Settings Submenu Level 1 ==== */
+
                    #hp a {
#navtextwrapper {               /*define background box*/
+
                        color: #ffffff;
    margin: 0 auto;
+
                    }
    padding: 0px;
+
    top: -2px;
+
    height: 24px;
+
    width: 920px;
+
    position: relative;
+
    /*border: 2px solid #000;*/
+
}
+
  
#navtext {
+
                    #aboutus {
    text-align: center;
+
                        background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;  
    font-family: Roboto,sans-serif;
+
                        height: 60px;
    font-size: 16px;
+
                        background-position: center;
    z-index: 600;
+
                    }
}
+
  
#navtext ul {
+
                    #aboutus a {
    margin: 0px auto;
+
                        color: #ffffff;
    top: -8px;
+
                    }
    padding: 0px;
+
    position: absolute;
+
    z-index: 600;
+
}
+
  
#navtext li {
+
                /* End classes for icons */
    margin: 0px auto;        /*centers text*/
+
    list-style: none;
+
    display: block;        /*makes items go horizontal and centers them*/
+
    /*float: left;*/                /*makes items go horizontal*/
+
    position: relative;
+
    z-index: 600;
+
}   
+
  
#navtext ul li a {
 
    margin-top: 2px;
 
    height: 24px;
 
    padding-left: 10px;
 
    padding-right: 10px;
 
    text-decoration: none;
 
    color: #FFF;
 
    display: block;
 
    text-align: center;
 
    border-radius: 8px;
 
    z-index: 600;
 
}
 
  
#navtext ul li:hover > a {
+
                /* Begin running chip */
  /* background-color: #6696c7;  /*makes a link stay in a certain color when hovering over it and then looking throught its subitems */
+
    color: #345292; /* couleur du sous titre bleu quand tu passes dessus*/
+
}
+
  
#project-sub {
 
    display: none;
 
    right: 95%;
 
}
 
  
#labwork-sub {
+
                    /* Begin Chip Design */
    display: none;
+
    left: 7.5%;
+
}
+
  
#parts-sub {
+
                        #runningchip {
    /*background-color: #ac34fe;*/
+
                            position: absolute;
    display: none;
+
                            width: 110px;
    left: 19%;
+
                            height: 120%;
}
+
                            left: 5px;
 +
                            -webkit-transition: all 300ms ease-out;
 +
                            -moz-transition: all 300ms ease-out;
 +
                            transition: all 300ms ease-out;
 +
                            z-index: 0;
 +
                            border-bottom-left-radius: 5px;
 +
                            border-bottom-right-radius: 5px;
 +
                            background: #000000;
 +
                        }
  
#modelling-sub{
+
                    /* End Chip Design */
    display: none;
+
    left: 35.7%;
+
}
+
  
#achievements-sub{
 
    display: none;
 
    left: 45.2%;
 
}
 
  
#hp-sub{
+
                    /* Begin Chip Movement */
    display: none;
+
    left: 54.1%;
+
}
+
#aboutus-sub{
+
    display: none;
+
    left: 72.3%;
+
    width: 120px;
+
}
+
  
.chip_gap {
+
                        #home:hover ~ #runningchip {
    content: none;
+
                            left: 5px;
}
+
                        }
  
.navsub1 {
+
                        #project:hover ~ #runningchip {
    background-color: #000000;
+
                            left: 125px;
opacity: 1;
+
                        }
}
+
/* ==== End Settings Submenu Level 1 ==== */
+
  
 +
                        #labwork:hover ~ #runningchip {
 +
                            left: 245px;
 +
                        }
  
 +
                        #parts:hover ~ #runningchip {
 +
                            left: 365px;
 +
                        }
  
@media screen and (max-width: 910px){
+
                        #modeling:hover ~ #runningchip {
    #header{
+
                            left: 485px;
        top: -9000px;
+
                        }
        opacity: 0;
+
    }
+
  
/* avoid space to content box */
+
                        #achievements:hover ~ #runningchip {
    .content_background_wrapper{
+
                            left: 605px;
        padding-top: 20px;
+
                        }
    }
+
  
 +
                        #hp:hover ~ #runningchip {
 +
                            left: 725px;
 +
                        }
  
}
+
                        #aboutus:hover ~ #runningchip {
 +
                            left: 845px;
 +
                        }
  
</style>
+
                    /* End Chip Movment */
  
 +
                /* End running chip */
  
<!-- BEGIN: jQuery -->
 
  
<script type="text/javascript">
+
                /* Begin Settings Submenu Level 1 */
        $(document).ready(function(){
+
// make submenus appear //
+
            $("#project").hover(function(){
+
                $("#project-sub") .hide();
+
                $("#parts-sub") .hide();
+
                $("#labwork-sub") .hide();
+
                $("#modelling-sub") .hide();
+
                $("#achievements-sub") .hide();
+
                $("#hp-sub") .hide();
+
                $("#aboutus-sub") .hide();
+
            },
+
                                    function(){
+
                $("#project-sub") .hide();
+
            });
+
            $("#labwork").hover(function(){
+
                $("#labwork-sub") .show();
+
                $("#project-sub") .hide();
+
                $("#parts-sub") .hide();
+
                $("#modelling-sub") .hide();
+
                $("#achievements-sub") .hide();
+
                $("#hp-sub") .hide();
+
                $("#aboutus-sub") .hide();
+
            },
+
                                    function(){
+
                $("#labwork-sub") .hide();
+
            });
+
           
+
            $("#parts").hover(function(){
+
                $("#parts-sub") .show();
+
                $("#project-sub") .hide();
+
                $("#labwork-sub") .hide();
+
                $("#modelling-sub") .hide();
+
                $("#achievements-sub") .hide();
+
                $("#hp-sub") .hide();
+
                $("#aboutus-sub") .hide();
+
            },
+
                                    function(){
+
                $("#parts-sub") .hide();
+
            });
+
           
+
            $("#modelling").hover(function(){
+
                $("#modelling-sub") .show();
+
                $("#project-sub") .hide();
+
                $("#parts-sub") .hide();
+
                $("#labwork-sub") .hide();
+
                $("#achievements-sub") .hide();
+
                $("#hp-sub") .hide();
+
                $("#aboutus-sub") .hide();
+
            });
+
           
+
            $("#achievements").hover(function(){
+
                $("#achievements-sub") .show();
+
                $("#project-sub") .hide();
+
                $("#parts-sub") .hide();
+
                $("#labwork-sub") .hide();
+
                $("#modelling-sub") .hide();
+
                $("#hp-sub") .hide();
+
                $("#aboutus-sub") .hide();
+
            },
+
                                    function(){
+
                $("#achievements-sub") .hide();
+
            });
+
           
+
            $("#hp").hover(function(){
+
                $("#hp-sub") .show();
+
                $("#project-sub") .hide();
+
                $("#parts-sub") .hide();
+
                $("#labwork-sub") .hide();
+
                $("#modelling-sub") .hide();
+
                $("#achievements-sub") .hide();
+
                $("#aboutus-sub") .hide();
+
            },
+
                                    function(){
+
                $("#hp-sub") .hide();
+
            });
+
  
            $("#aboutus").hover(function(){
+
                    #navtextwrapper {               /*define background box*/
                $("#aboutus-sub") .show();
+
                        margin: 0 auto;
                $("#project-sub") .hide();
+
                        padding: 0px;
                $("#parts-sub") .hide();
+
                        top: -2px;
                $("#labwork-sub") .hide();
+
                        height: 24px;
                $("#modelling-sub") .hide();
+
                        width: 840px;
                $("#achievements-sub") .hide();
+
                        position: relative;
                $("#hp-sub") .hide();
+
                        /*border: 2px solid #000;*/
            },
+
                    }
                                    function(){
+
                $("#aboutus-sub") .hide();
+
            });
+
// make chip stay over main menu point when its submenu appears and makes the submenu stay visible//
+
            $("#project-sub") .hover(function(){
+
                $("#runningchip") .css('left','1.3%');
+
                $("#project-sub") .show();
+
            },
+
                                    function(){
+
                $("#runningchip") .css('left','');
+
                $("#project-sub") .hide();
+
            });
+
            $("#labwork-sub") .hover(function(){
+
                $("#runningchip") .css('left','13.1%');
+
                $("#labwork-sub") .show();
+
            },
+
                                    function(){
+
                $("#runningchip") .css('left','');
+
                $("#labwork-sub") .hide();
+
            });
+
            $("#parts-sub") .hover(function(){
+
                $("#runningchip") .css('left','24.4%');
+
                $("#parts-sub") .show();
+
            },
+
                                    function(){
+
                $("#runningchip") .css('left','');
+
                $("#parts-sub") .hide();
+
            });
+
            $("#modelling-sub") .hover(function(){
+
                $("#runningchip") .css('left','36%');
+
                $("#modelling-sub") .show();
+
            },
+
                                    function(){
+
                $("#runningchip") .css('left','');
+
                $("#modelling-sub") .hide();
+
            });
+
            $("#achievements-sub") .hover(function(){
+
                $("#runningchip") .css('left','47.8%');
+
                $("#achievements-sub") .show();
+
            },
+
                                    function(){
+
                $("#runningchip") .css('left','');
+
                $("#achievements-sub") .hide();
+
            });
+
            $("#hp-sub") .hover(function(){
+
                $("#runningchip") .css('left','59.1%');
+
                $("#hp-sub") .show();
+
            },
+
                                    function(){
+
                $("#runningchip") .css('left','');
+
                $("#hp-sub") .hide();
+
            });
+
  
            $("#aboutus-sub") .hover(function(){
+
                    #navtext {
                $("#runningchip") .css('left','71%');
+
                        text-align: center;
                $("#aboutus-sub") .show();
+
                        font-family: 'Raleway',sans-serif;
            },
+
                        font-size: 16px;
                                    function(){
+
                        z-index: 600;
                $("#runningchip") .css('left','');
+
                    }
                $("#aboutus-sub") .hide();
+
            });
+
        });
+
</script>
+
  
 +
                    #navtext ul {
 +
                        margin: 0px auto;
 +
                        top: -8px;
 +
                        padding: 0px;
 +
                        position: absolute;
 +
                        z-index: 600;
 +
                    }
  
 +
                    #navtext li {
 +
                        margin: 0px auto;        /*centers text*/
 +
                        list-style: none;
 +
                        display: block;        /*makes items go horizontal and centers them*/
 +
                        /*float: left;*/                /*makes items go horizontal*/
 +
                        position: relative;
 +
                        z-index: 600;
 +
                    }   
  
<!-- END: jQuery -->
+
                    #navtext ul li a {
 +
                        margin-top: 2px;
 +
                        height: 24px;
 +
                        padding-left: 10px;
 +
                        padding-right: 10px;
 +
                        text-decoration: none;
 +
                        color: #FFF;
 +
                        display: block;
 +
                        text-align: center;
 +
                        border-radius: 8px;
 +
                        z-index: 600;
 +
                    }
  
 +
                    #navtext ul li:hover > a {
 +
                      /* background-color: #6696c7;  /*makes a link stay in a certain color when hovering over it and then looking throught its subitems */
 +
                        color: #345292; /* couleur du sous titre quand tu passes dessus*/
 +
                    }
  
</head>
+
                    #project-sub {
 +
                        display: none;
 +
                        left: 64.5px;
 +
                    }
  
 +
                    #labwork-sub {
 +
                        display: none;
 +
                        left: 183px;
 +
                    }
  
<!-- BEGIN: Body content -->
+
                    #parts-sub {
<body>
+
                        /*background-color: #ac34fe;*/
 +
                        display: none;
 +
                        left: 292.5px;
 +
                    }
  
 +
                    #modeling-sub{
 +
                        display: none;
 +
                        left: 445.5px;
 +
                    }
  
      <div id="header">
+
                    #achievements-sub{
        <!-- BEGIN: Normal Menubar -->
+
                        display: none;
 +
                        left: 532.5px;
 +
                    }
  
<!-- Begin navigation menu icons -->
+
                    #hp-sub{
             <div id="naviconwrapper"> <!-- hier könnte man noch ein Logo in einer Seitenecke platzieren -->
+
                        display: none;
                 <div id="naviconbar">
+
                        left: 618.5px;
                     <a href="https://2018.igem.org/Team:Pasteur_Paris"><img src="https://static.igem.org/mediawiki/2018/3/39/T--Pasteur_Paris--teamlogoigemwhite_99x60.png"></a>
+
                    }
                 <div id="navicons">  
+
                    #aboutus-sub{
                     <ul>
+
                        display: none;
                         <li id="project" ><a href="https://2018.igem.org/Team:Pasteur_Paris/Description">Project</a>
+
                        left: 788.5px;
                        </li>
+
                    }
                        <li id="labwork"><a href="https://2018.igem.org/Team:Pasteur_Paris/Labwork">Labwork</a>
+
 
                        </li>
+
                    .chip_gap {
                        <li id="parts"><a href="https://2018.igem.org/Team:Pasteur_Paris/Parts">Parts</a>
+
                        content: none;
                        </li>
+
                    }
                        <li id="modelling"><a href="https://2018.igem.org/Team:Pasteur_Paris/Model">Modelling</a>
+
 
                        </li>
+
                    .navsub1 {
                        <li id="achievements"><a href="https://2018.igem.org/Team:Pasteur_Paris/Achievements">Achievements</a>
+
                        background-color: #000000;
                        </li>
+
                    opacity: 1;
                        <li id="hp"><a href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">Human Practice</a>
+
                    } 
                        </li>
+
 
                        <li id="aboutus"><a href="https://2018.igem.org/Team:Pasteur_Paris/Team">About Us</a>
+
                /* End Settings Submenu Level 1 */
                        </li>
+
 
                    <div id="runningchip">
+
                #smallnav{
                                <div id="top-arrow"></div>
+
                    display: none;
                                <div id="runningchip-back"></div>
+
                }
                                 <div id="bottom-arrow"></div>
+
            }/* END media query large screen*/
 +
 
 +
            /* BEGIN media query small screen */
 +
            @media screen and (max-width: 950px){
 +
                #Menu{
 +
                    top: -9000px;
 +
                    opacity: 0;
 +
                }
 +
 
 +
                /* avoid space to content box */
 +
                .content_background_wrapper{
 +
                    padding-top: 20px;
 +
                }
 +
             }/* END media query small screen*/
 +
 
 +
            /* BEGIN Styles for smallnav */
 +
 
 +
                /* Clearfix */
 +
                .clearfix:before,
 +
                .clearfix:after {
 +
                    content: " ";
 +
                    display: table;
 +
                }
 +
                .clearfix:after {
 +
                    clear: both;
 +
                }
 +
                .clearfix {
 +
                    *zoom: 1;
 +
                }
 +
 
 +
 
 +
                /* Basic Styles */
 +
 
 +
                #smallnav {
 +
                    height: 40px;
 +
                    width: 100%;
 +
                    background-image: linear-gradient(to right, rgb(168, 48, 91), rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126),rgb(52, 82, 146));
 +
                    font-size: 11pt;
 +
                    font-family: 'Raleway', Arial, sans-serif;
 +
                    position: fixed;
 +
                    top: 18px;
 +
                    left: 0%;
 +
                    border-bottom: 2px solid #000000;
 +
                    z-index: 3000;
 +
                 }
 +
                #smallnav ul {
 +
                    padding: 0;
 +
                    margin: 0 auto;
 +
                    width: 770px;
 +
                    height: 40px;
 +
                }
 +
                #smallnav li {
 +
                    display: inline;
 +
                    float: left;
 +
                }
 +
                #smallnav a {
 +
                    color: #ffffff;
 +
                    display: inline-block;
 +
                    width: 110px;
 +
                    text-align: center;
 +
                    text-decoration: none;
 +
                    line-height: 40px;
 +
                }
 +
                #smallnav li a {
 +
                    box-sizing:border-box;
 +
                    -moz-box-sizing:border-box;
 +
                    -webkit-box-sizing:border-box;
 +
                }
 +
                #smallnav li:last-child a {
 +
                    border-right: 0;
 +
                }
 +
                #smallnav a:hover, #smallnav a:active {
 +
                    background-color: #000000; /* fond des onglets */
 +
                }
 +
                #smallnav a#pull {
 +
                    display: none;
 +
                }
 +
            /* END Styles for smallnav*/
 +
 
 +
            /*Styles for screen 600px and lower*/
 +
            @media screen and (max-width: 760px) {
 +
                #smallnav {
 +
                    height: auto;
 +
                    background: #ffffff;
 +
                }
 +
                #smallnav ul {
 +
                    width: 100%;
 +
                    display: block;
 +
                    height: auto;
 +
                }
 +
                #smallnav li {
 +
                    width: 50%;
 +
                    float: left;
 +
                    position: relative;
 +
                    margin-bottom: 0;
 +
                }
 +
 
 +
                #smallnav a {
 +
                    text-align: left;
 +
                    width: 100%;
 +
                    text-indent: 25px;
 +
                }
 +
 
 +
                #smallnav {
 +
                    border-bottom: 0;
 +
                }
 +
                #smallnav ul {
 +
                    display: none;
 +
                    height: auto;
 +
                }
 +
                #smallnav a#pull {
 +
                    display: block;
 +
                    background-image:  linear-gradient(to right, rgb(168, 48, 91), rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126),rgb(52, 82, 146));
 +
                    width: 100%;
 +
                    position: relative;
 +
                }
 +
                #smallnav a#pull:after {
 +
                    content:"";
 +
                     background: url('https://static.igem.org/mediawiki/2018/7/7b/T--Pasteur_Paris--icon-neuroneblanc_43x44.png') no-repeat;
 +
                    background-size: auto 90%;
 +
                    width: 30px;
 +
                    height: 30px;
 +
                    display: inline-block;
 +
                    position: absolute;
 +
                    right: 15px;
 +
                    top: 5px;
 +
                }
 +
 
 +
 
 +
                /* BEGINclasses for icons */
 +
                    #home_small {
 +
                        background-color: #345292;
 +
 
 +
                    }
 +
 
 +
                    #home_small a {
 +
                        background: url(https://static.igem.org/mediawiki/2018/7/7b/T--Pasteur_Paris--icon-neuroneblanc_43x44.png) no-repeat;
 +
                        background-position: left;
 +
                        background-size: auto 100%;
 +
                        background-repeat: no-repeat;
 +
                        padding-left: 40px;
 +
                        color: #FFF;
 +
                    }
 +
 
 +
                    #project_small {
 +
                        background-color: #345292;
 +
 
 +
                    }
 +
 
 +
                    #project_small a {
 +
                        background: url(https://static.igem.org/mediawiki/2018/7/7b/T--Pasteur_Paris--icon-neuroneblanc_43x44.png) no-repeat;
 +
                        background-position: left;
 +
                        background-size: auto 90%;
 +
                        background-repeat: no-repeat;
 +
                        padding-left: 40px;
 +
                        color: #FFF;
 +
                    }
 +
 
 +
                    #labwork_small {
 +
                        background-color:#345292;
 +
 
 +
                    }
 +
 
 +
                    #labwork_small a {
 +
                        background: url(https://static.igem.org/mediawiki/2018/7/7b/T--Pasteur_Paris--icon-neuroneblanc_43x44.png) no-repeat;
 +
                        background-position: left;
 +
                        background-size: auto 90%;
 +
                        background-repeat: no-repeat;
 +
                        padding-left: 40px;
 +
                        color: #FFF;
 +
                    }
 +
 
 +
                    #parts_small {
 +
                        background-color: #345292;
 +
 
 +
                    }
 +
 
 +
                    #parts_small a {
 +
                        background: url(https://static.igem.org/mediawiki/2018/7/7b/T--Pasteur_Paris--icon-neuroneblanc_43x44.png) no-repeat;
 +
                        background-position: left;
 +
                        background-size: auto 90%;
 +
                        background-repeat: no-repeat;
 +
                        padding-left: 40px;
 +
                        color: #FFF;
 +
                    }
 +
 
 +
                    #modeling_small {
 +
                        background-color: #345292;
 +
                    }
 +
 
 +
                    #modeling_small a {
 +
                        color: #FFF;
 +
                        padding-left: 40px;
 +
                        background-image: url(https://static.igem.org/mediawiki/2018/7/7b/T--Pasteur_Paris--icon-neuroneblanc_43x44.png);
 +
                        background-position: left;
 +
                        background-size: auto 90%;
 +
                        background-repeat: no-repeat;
 +
                    }
 +
 
 +
                    #achievements_small {
 +
                        background-color: #345292;
 +
                    }
 +
 
 +
                    #achievements_small a {
 +
                        color: #FFF;
 +
                        padding-left: 40px;
 +
                        background-image: url(https://static.igem.org/mediawiki/2018/7/7b/T--Pasteur_Paris--icon-neuroneblanc_43x44.png);
 +
                        background-position: left;
 +
                        background-size: auto 90%;
 +
                        background-repeat: no-repeat;
 +
                    }
 +
 
 +
                    #hp_small {
 +
                        background-color: #345292;
 +
                    }
 +
 
 +
                    #hp_small a {
 +
                        color: #FFF;
 +
                        padding-left: 40px;
 +
                        background-image: url(https://static.igem.org/mediawiki/2018/7/7b/T--Pasteur_Paris--icon-neuroneblanc_43x44.png);
 +
                        background-position: left;
 +
                        background-size: auto 90%;
 +
                        background-repeat: no-repeat;
 +
                    }
 +
 
 +
                    #aboutus_small {
 +
                        background-color: #345292;
 +
                    }
 +
 
 +
                    #aboutus_small a {
 +
                        background: url(https://static.igem.org/mediawiki/2018/7/7b/T--Pasteur_Paris--icon-neuroneblanc_43x44.png) no-repeat;
 +
                        background-position: left;
 +
                        background-size: auto 90%;
 +
                        background-repeat: no-repeat;
 +
                        padding-left: 40px;
 +
                        color: #FFF;
 +
                    }
 +
                /* END classes for icons */
 +
            }/* end media query
 +
 
 +
            /*Smartphone*/
 +
            @media only screen and (max-width : 320px) {
 +
                #smallnav li {
 +
                    display: block;
 +
                    float: none;
 +
                    width: 100%;
 +
                }
 +
            }
 +
        /* END : Menu Bar Settings */
 +
 
 +
    </style>
 +
 
 +
 
 +
    <body>
 +
 
 +
        <!-- BEGIN Simulating Upper Igem Menu-->
 +
            <header id="MenuIgem">
 +
 
 +
            </header> 
 +
        <!-- END Simulating Upper Igem Menu-->
 +
 
 +
        <!-- BEGIN normal Menubar-->
 +
            <header id="Menu">
 +
                 <div id="naviconwrapper">
 +
                     <!-- BEGIN icons -->
 +
                    <div id="naviconbar">
 +
                         <div id="navicons">
 +
                            <ul>
 +
                                <li id="home" ><a href="https://2018.igem.org/Team:Pasteur_Paris/Home"></a>
 +
                                </li>
 +
                                <li id="project" ><a href="https://2018.igem.org/Team:Pasteur_Paris/Description">Project</a>
 +
                                </li>
 +
                                <li id="labwork"><a href="https://2018.igem.org/Team:Pasteur_Paris/Labwork">Labwork</a>
 +
                                </li>
 +
                                <li id="parts"><a href="https://2018.igem.org/Team:Pasteur_Paris/Parts">Parts</a>
 +
                                </li>
 +
                                <li id="modeling"><a href="https://2018.igem.org/Team:Pasteur_Paris/Model">Modeling</a>
 +
                                </li>
 +
                                <li id="achievements"><a href="https://2018.igem.org/Team:Pasteur_Paris/Achievements">Achievements</a>
 +
                                </li>
 +
                                <li id="hp"><a href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">Human Practices</a>
 +
                                </li>
 +
                                <li id="aboutus"><a href="https://2018.igem.org/Team:Pasteur_Paris/Team">About Us</a>
 +
                                </li>
 +
                                <div id="runningchip">
 +
                                    <div id="top-arrow"></div>
 +
                                    <div id="runningchip-back"></div>
 +
                                 </div>
 +
                            </ul>
 +
                        </div>
 
                     </div>
 
                     </div>
                     </ul>
+
                     <!-- END icons -->
 
                 </div>
 
                 </div>
                 </div>
+
                    <!-- Begin navigation submenu -->
            </div>  
+
                 <div id="navtextwrapper"> <!-- only names of elements -->
<!-- End navigation menu icons -->
+
                    <div id="navtext">
 +
                        <ul id="project-sub">
 +
                            <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Description"></a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Description">Description</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Attributions">Infection</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Partners">Conductivity</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Design">Design</a></li>
 +
                        </ul>
 +
                        <ul id="labwork-sub">
 +
                            <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Labwork"></a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Experiments">Experiments</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Demonstrate">Demonstrate</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Notebook">Notebook</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/InterLab">InterLab</a></li>
 +
                        </ul>
 +
                        <ul id="parts-sub">
 +
                            <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Parts"></a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Parts">Overview</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Basic_Part">Basic Part</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Composite_Part">Composite Part</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Part_Collection">Part Collection</a></li>
 +
                        </ul>
 +
                        <ul id="modeling-sub">
 +
                            <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Model"></a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Model">Model</a></li>
 +
                        </ul>
 +
                        <ul id="achievements-sub">
 +
                            <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Achievements"></a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/MedalCriterias">Medals Criterias</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Awards">Awards</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Collaborations">Collaboration</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Improve">Improve</a></li>
 +
                        </ul>
 +
                        <ul id="hp-sub">
 +
                            <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices"></a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">Silver</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">Gold & integrated HP</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Public_Engagement">Education & Engagement</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Safety">Safety</a></li>
 +
                        </ul>
 +
                        <ul id="aboutus-sub">
 +
                            <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Team"></a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Team">Team Members</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Attributions">Attributions</a></li>
 +
                            <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Sponsors">Sponsors</a></li>
 +
                        </ul>
 +
                    </div>
 +
                </div>  
 +
                    <!-- End of navigation submenu --> 
 +
            </header>   
 +
        <!-- END: normal Menubar -->
  
           
 
<!-- Begin navigation submenu -->
 
            <div id="navtextwrapper"> <!-- only names of elements -->
 
                <div id="navtext">
 
                    <ul id="project-sub">
 
                        <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Description"></a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Description">Description</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Attributions">Infection</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Partners">Conductivity</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Attributions">Prosthetic Design</a></li>
 
                    </ul>
 
                    <ul id="labwork-sub">
 
                        <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Labwork"></a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Experiments">Experiments</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Demonstrate">Demonstrate</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Notebook">Notebook</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/InterLab">InterLab</a></li>
 
                    </ul>
 
                    <ul id="parts-sub">
 
                        <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Parts"></a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Parts">Overview</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Basic_Part">Basic Part</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Composite_Part">Composite Part</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Part_Collection">Part Collection</a></li>
 
                    </ul>
 
                    <ul id="modelling-sub">
 
                        <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Model"></a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Model">Model</a></li>
 
                    </ul>
 
                    <ul id="achievements-sub">
 
                        <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Achievements"></a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/MedalCriterias">Medals Criterias</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Awards">Awards</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Collaborations">Collaboration</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Improve">Improve</a></li>
 
                    </ul>
 
                    <ul id="hp-sub">
 
                        <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices"></a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">Silver</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">Gold & integrated HP</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Public_Engagement">Education & Engagement</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Safety">Safety</a></li>
 
                    </ul>
 
                    <ul id="aboutus-sub">
 
                        <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Team"></a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Team">Team Members</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Attributions">Attributions</a></li>
 
                        <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Sponsors">Sponsors</a></li>
 
                    </ul>
 
                </div>
 
            </div> 
 
<!-- End of navigation submenu -->
 
        </div>
 
 
<!-- End of header -->   
 
<!-- END: normal Menubar -->
 
  
 +
        <!-- BEGIN: Mobile Navigation -->
  
 +
            <div class="clearfix" id="smallnav">
 +
                <ul class="clearfix">
 +
                    <li id="home_small"><a href="https://2018.igem.org/Team:Pasteur_Paris">Home</a></li>
 +
                    <li id="project_small"><a href="https://2018.igem.org/Team:Pasteur_Paris/Project">Project</a></li>
 +
                    <li id="parts_small"><a href="https://2018.igem.org/Team:Pasteur_Paris/Parts">Parts</a></li>
 +
                    <li id="modeling_small"><a href="https://2018.igem.org/Team:Pasteur_Paris/Modeling">Modeling</a></li>
 +
                    <li id="achievements_small"><a href="https://2018.igem.org/Team:Pasteur_Paris/">Achievements</a></li>
 +
                    <li id="hp_small"><a href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">HP</a></li> 
 +
                    <li id="aboutus_small"><a href="https://2018.igem.org/Team:Pasteur_Paris/Team">About us</a></li>
 +
                </ul>
 +
                <a href="#" id="pull">Menu</a>
 +
            </div>
  
 +
        <!-- END: Mobile Navigation -->
 
     </body>
 
     </body>
  
<!-- Bar code inspired from Freiburg 2015 : https://2015.igem.org/Team:Freiburg -->
+
 
 +
 
 +
    <script>
 +
        // FOR SMALLNAV
 +
        $(function() {
 +
            var pull        = $('#pull');
 +
                menu        = $('#smallnav ul');
 +
                menuHeight  = menu.height();
 +
 
 +
            $(pull).on('click', function(e) {
 +
                e.preventDefault();
 +
                menu.slideToggle();
 +
            });
 +
 
 +
            $(window).resize(function(){
 +
                var w = $(window).width();
 +
                if(w > 320) {
 +
                    if (menu.is(':hidden')) {
 +
                    menu.removeAttr('style');
 +
                    }
 +
                }
 +
            });
 +
        });
 +
    </script>
 +
 
 +
    <script type="text/javascript">
 +
            $(document).ready(function(){
 +
            // make submenus appear //
 +
                $("#home").hover(function(){
 +
                    $("#project-sub") .hide();
 +
                    $("#parts-sub") .hide();
 +
                    $("#labwork-sub") .hide();
 +
                    $("#modeling-sub") .hide();
 +
                    $("#achievements-sub") .hide();
 +
                    $("#hp-sub") .hide();
 +
                    $("#aboutus-sub") .hide();
 +
                });
 +
                $("#project").hover(function(){
 +
                    $("#project-sub") .show();
 +
                    $("#labwork-sub") .hide();
 +
                    $("#parts-sub") .hide();
 +
                    $("#modeling-sub") .hide();
 +
                    $("#achievements-sub") .hide();
 +
                    $("#hp-sub") .hide();
 +
                    $("#aboutus-sub") .hide();
 +
                },
 +
                                        function(){
 +
                    $("#project-sub") .hide();
 +
                });
 +
                $("#labwork").hover(function(){
 +
                    $("#labwork-sub") .show();
 +
                    $("#project-sub") .hide();
 +
                    $("#parts-sub") .hide();
 +
                    $("#modeling-sub") .hide();
 +
                    $("#achievements-sub") .hide();
 +
                    $("#hp-sub") .hide();
 +
                    $("#aboutus-sub") .hide();
 +
                },
 +
                                        function(){
 +
                    $("#labwork-sub") .hide();
 +
                });
 +
               
 +
                $("#parts").hover(function(){
 +
                    $("#parts-sub") .show();
 +
                    $("#project-sub") .hide();
 +
                    $("#labwork-sub") .hide();
 +
                    $("#modeling-sub") .hide();
 +
                    $("#achievements-sub") .hide();
 +
                    $("#hp-sub") .hide();
 +
                    $("#aboutus-sub") .hide();
 +
                },
 +
                                        function(){
 +
                    $("#parts-sub") .hide();
 +
                });
 +
               
 +
                $("#modeling").hover(function(){
 +
                    $("#modeling-sub") .show();
 +
                    $("#project-sub") .hide();
 +
                    $("#parts-sub") .hide();
 +
                    $("#labwork-sub") .hide();
 +
                    $("#achievements-sub") .hide();
 +
                    $("#hp-sub") .hide();
 +
                    $("#aboutus-sub") .hide();
 +
                });
 +
               
 +
                $("#achievements").hover(function(){
 +
                    $("#achievements-sub") .show();
 +
                    $("#project-sub") .hide();
 +
                    $("#parts-sub") .hide();
 +
                    $("#labwork-sub") .hide();
 +
                    $("#modeling-sub") .hide();
 +
                    $("#hp-sub") .hide();
 +
                    $("#aboutus-sub") .hide();
 +
                },
 +
                                        function(){
 +
                    $("#achievements-sub") .hide();
 +
                });
 +
               
 +
                $("#hp").hover(function(){
 +
                    $("#hp-sub") .show();
 +
                    $("#project-sub") .hide();
 +
                    $("#parts-sub") .hide();
 +
                    $("#labwork-sub") .hide();
 +
                    $("#modeling-sub") .hide();
 +
                    $("#achievements-sub") .hide();
 +
                    $("#aboutus-sub") .hide();
 +
                },
 +
                                        function(){
 +
                    $("#hp-sub") .hide();
 +
                });
 +
 
 +
                $("#aboutus").hover(function(){
 +
                    $("#aboutus-sub") .show();
 +
                    $("#project-sub") .hide();
 +
                    $("#parts-sub") .hide();
 +
                    $("#labwork-sub") .hide();
 +
                    $("#modeling-sub") .hide();
 +
                    $("#achievements-sub") .hide();
 +
                    $("#hp-sub") .hide();
 +
                },
 +
                                        function(){
 +
                    $("#aboutus-sub") .hide();
 +
                });
 +
            // make chip stay over main menu point when its submenu appears and makes the submenu stay visible//
 +
                $("#project-sub") .hover(function(){
 +
                    $("#runningchip") .css('left','125px');
 +
                    $("#project-sub") .show();
 +
                },
 +
                                        function(){
 +
                    $("#runningchip") .css('left','');
 +
                    $("#project-sub") .hide();
 +
                });
 +
                $("#labwork-sub") .hover(function(){
 +
                    $("#runningchip") .css('left','245px');
 +
                    $("#labwork-sub") .show();
 +
                },
 +
                                        function(){
 +
                    $("#runningchip") .css('left','');
 +
                    $("#labwork-sub") .hide();
 +
                });
 +
                $("#parts-sub") .hover(function(){
 +
                    $("#runningchip") .css('left','365px');
 +
                    $("#parts-sub") .show();
 +
                },
 +
                                        function(){
 +
                    $("#runningchip") .css('left','');
 +
                    $("#parts-sub") .hide();
 +
                });
 +
                $("#modeling-sub") .hover(function(){
 +
                    $("#runningchip") .css('left','485px');
 +
                    $("#modeling-sub") .show();
 +
                },
 +
                                        function(){
 +
                    $("#runningchip") .css('left','');
 +
                    $("#modeling-sub") .hide();
 +
                });
 +
                $("#achievements-sub") .hover(function(){
 +
                    $("#runningchip") .css('left','605px');
 +
                    $("#achievements-sub") .show();
 +
                },
 +
                                        function(){
 +
                    $("#runningchip") .css('left','');
 +
                    $("#achievements-sub") .hide();
 +
                });
 +
                $("#hp-sub") .hover(function(){
 +
                    $("#runningchip") .css('left','725px');
 +
                    $("#hp-sub") .show();
 +
                },
 +
                                        function(){
 +
                    $("#runningchip") .css('left','');
 +
                    $("#hp-sub") .hide();
 +
                });
 +
 
 +
                $("#aboutus-sub") .hover(function(){
 +
                    $("#runningchip") .css('left','845px');
 +
                    $("#aboutus-sub") .show();
 +
                },
 +
                                        function(){
 +
                    $("#runningchip") .css('left','');
 +
                    $("#aboutus-sub") .hide();
 +
                });
 +
            });
 +
    </script>
 +
 
 +
    <script>
 +
        /*Attachable menu code*/
 +
        $( document ).ready(function() {
 +
       
 +
            $(window).scroll(function (event) {
 +
                var y = $(this).scrollTop();
 +
                if(y>60){
 +
 
 +
                    $("#header").css('position','fixed');
 +
                    $("#header").css('width','100%');
 +
                    $("#header").css('margin-top','-61px');
 +
                    $("#bottom-arrow").css('display','none');
 +
                    $("#runningchip-back").css('display','none');
 +
                    $("#navtext").css('margin-top','-20px');
 +
                    $(".chip_gap").css('height','30px');
 +
 
 +
                }else{
 +
                    var offsetTop = -y;
 +
                    $("#header").css('margin-top',offsetTop+'px');
 +
                    $("#bottom-arrow").removeAttr('style');
 +
                    $("#runningchip-back").removeAttr('style');
 +
                    $("#navtext").removeAttr('style');
 +
                    $(".chip_gap").css('height','23px');
 +
                }
 +
 
 +
            });
 +
        /*Fix for when a link targets an id -> check the position on pageload*/
 +
        $(window).scroll();
 +
 
 +
        });
 +
    </script>
 +
 
 +
 
 +
 
 +
    <!-- Bar code inspired from Freiburg 2015 : https://2015.igem.org/Team:Freiburg -->
 
</html>
 
</html>

Latest revision as of 14:19, 16 August 2018


""