(198 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <html> | |
+ | |||
+ | <link href='http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700' rel='stylesheet' type='text/css'> | ||
+ | <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"> | ||
+ | <style> | ||
+ | #home_logo, #sideMenu { display:none; } | ||
+ | #sideMenu, #top_title, .patrollink {display:none;} | ||
+ | #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} | ||
+ | body {background-color:white; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | |||
+ | /*anti igem css*/ | ||
+ | |||
+ | #HQ_page h1, h2, h3, h5 { | ||
+ | font-family: Didot, Didot LT STD, Lemon/Milk lIGHT, sans-serif; | ||
+ | font-weight: 400; | ||
+ | border : none; | ||
+ | border : white; | ||
+ | } | ||
+ | #mw-content-text h1 { | ||
+ | border : none; | ||
+ | border : white; | ||
+ | } | ||
+ | #HQ_page h4 { | ||
+ | color : rgb(64,64,64); | ||
+ | } | ||
+ | #HQ_page table { | ||
+ | border : none; | ||
+ | border-collapse : separate; | ||
+ | margin : 0; | ||
+ | } | ||
+ | #HQ_page ul { | ||
+ | list-style-type:disc; | ||
+ | list-style-image : none; | ||
+ | } | ||
+ | groupparts { | ||
+ | margin :margin-left : 50%; | ||
+ | } | ||
+ | /*General CSS*/ | ||
+ | body { | ||
+ | margin : 0; | ||
+ | padding:0; | ||
+ | width : 100%; | ||
+ | } | ||
+ | @media only screen and (max-width: 1200px) { | ||
+ | |||
+ | } | ||
+ | @media only screen and (max-width: 800px) { | ||
+ | body { | ||
+ | width : 800px; | ||
+ | } | ||
+ | #menu { | ||
+ | height : 130px !important; | ||
+ | } | ||
+ | .menulist { | ||
+ | width : 400px !important; | ||
+ | overflow : visible !important; | ||
+ | } | ||
+ | #fbnoticon{ | ||
+ | } | ||
+ | #instanoticon { | ||
+ | } | ||
+ | #twnoticon{ | ||
+ | } | ||
+ | |||
+ | } | ||
+ | #top-button { | ||
+ | position : fixed; | ||
+ | right : 20px; | ||
+ | bottom : 10px; | ||
+ | width : 25px; | ||
+ | height : 25px; | ||
+ | z-index : 100; | ||
+ | } | ||
+ | #top-button img { | ||
+ | width : 100%; | ||
+ | height : 100%; | ||
+ | } | ||
+ | .textbody img { | ||
+ | width : 100%; | ||
+ | } | ||
+ | .textbody span { | ||
+ | font-size : 12px; | ||
+ | text-align : justify; | ||
+ | } | ||
+ | .textbody h4 { | ||
+ | text-align : left; | ||
+ | font-size : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | color : rgb(64,64,64); | ||
+ | } | ||
+ | .textbody h6 { | ||
+ | text-align : center; | ||
+ | font-size : 15px; | ||
+ | } | ||
+ | .textbody table { | ||
+ | width : 100%; | ||
+ | word-wrap : break-word; | ||
+ | } | ||
+ | .textbody table tr td { | ||
+ | border : rgb(94,94,94) solid 1px; | ||
+ | text-align : left; | ||
+ | } | ||
+ | .textbody table tr td img { | ||
+ | width : 100%; | ||
+ | margin : 0; | ||
+ | } | ||
+ | .header { | ||
+ | width : 100%; | ||
+ | |||
+ | background-attachment: fixed; | ||
+ | background-position : center; | ||
+ | background-repeat : no-repeat; | ||
+ | background-size : cover; | ||
+ | |||
+ | text-align : center; | ||
+ | line-height : 100px; | ||
+ | font-family : "Avenir", Lato, sans-serif; | ||
+ | font-size : 100px; | ||
+ | color : white; | ||
+ | font-weight : bold; | ||
+ | display: flex; | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .header img { | ||
+ | height: 400px; | ||
+ | } | ||
+ | .textbody { | ||
+ | width : 75%; | ||
+ | margin : 0 auto; | ||
+ | text-align : justify; | ||
+ | padding-top : 0; | ||
+ | display : block; | ||
+ | font-family : Tahoma, Geneva, sans-serif; | ||
+ | color : rgb(64,64,64); | ||
+ | font-size : 15px; | ||
+ | margin-bottom : 40px; | ||
+ | text-indent : 15px; | ||
+ | } | ||
+ | |||
+ | #HQ_page .textbody p { | ||
+ | font-family : Tahoma, Geneva, sans-serif; | ||
+ | color : rgb(64,64,64); | ||
+ | font-size : 15px; | ||
+ | } | ||
+ | |||
+ | @supports (-webkit-appearance:none) { | ||
+ | .textbody { | ||
+ | color : #404040; | ||
+ | font-weight : 150; | ||
+ | } | ||
+ | } | ||
+ | .textbody h1 { | ||
+ | text-align : center; | ||
+ | font-size : 50px; | ||
+ | line-height : 50px; | ||
+ | margin-bottom : 75px; | ||
+ | font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif; | ||
+ | color : rgb(0, 0,0); | ||
+ | |||
+ | |||
+ | } | ||
+ | .textbody h2 { | ||
+ | text-align : center; | ||
+ | font-size : 30px; | ||
+ | font-variant: small-caps; | ||
+ | line-height : 30px; | ||
+ | text-decoration : none; | ||
+ | |||
+ | } | ||
+ | .textbody ul { | ||
+ | list-style-position: inside; | ||
+ | list-style-type: circle; | ||
+ | } | ||
+ | .textbody a { | ||
+ | text-style : none; | ||
+ | color : rgb(64,64,64); | ||
+ | } | ||
+ | /* text in one block*/ | ||
+ | .text1 { | ||
+ | width : 100%; | ||
+ | display : inline-block; | ||
+ | margin-top : 25px; | ||
+ | position : relative; | ||
+ | font-size : 16px; | ||
+ | } | ||
+ | .text1 img { | ||
+ | height: 140px; | ||
+ | margin: 0 auto; | ||
+ | display: block; | ||
+ | margin-top: 50px; | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | .text2 img { | ||
+ | height: 90px; | ||
+ | margin: 0 auto; | ||
+ | display: block; | ||
+ | margin-top: 50px; | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | .text3 img { | ||
+ | height: 500px; | ||
+ | margin: 0 auto; | ||
+ | display: block; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | .text1 span { | ||
+ | width : 50%; | ||
+ | margin-left : 25%; | ||
+ | margin-right : 25%; | ||
+ | display : inline-block; | ||
+ | } | ||
+ | /*Text in two equal block*/ | ||
+ | .text2 { | ||
+ | width : 100%; | ||
+ | display : inline-block; | ||
+ | margin-top : 25px; | ||
+ | position : relative; | ||
+ | } | ||
+ | .text2left { | ||
+ | width : 45%; | ||
+ | display : inline-block; | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | float : left; | ||
+ | } | ||
+ | .text2right { | ||
+ | width : 45%; | ||
+ | display : inline-block; | ||
+ | float : right; | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | } | ||
+ | /*Text in three equal block*/ | ||
+ | .text3 { | ||
+ | width : 100%; | ||
+ | display : inline-block; | ||
+ | margin-top : 25px; | ||
+ | position : relative; | ||
+ | } | ||
+ | .text3left { | ||
+ | width : 30%; | ||
+ | display : inline-block; | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | float : left; | ||
+ | } | ||
+ | .text3center { | ||
+ | width : 30%; | ||
+ | display : inline-block; | ||
+ | margin-left : 5%; | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | float : left; | ||
+ | } | ||
+ | .text3right { | ||
+ | width : 30%; | ||
+ | float : right; | ||
+ | display : inline-block; | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | } | ||
+ | /*Text in two block with the left one larger*/ | ||
+ | .text4 { | ||
+ | width : 100%; | ||
+ | display : inline-block; | ||
+ | margin-top : 25px; | ||
+ | position : relative; | ||
+ | } | ||
+ | .text4left { | ||
+ | width : 65%; | ||
+ | display : inline-block; | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | } | ||
+ | .text4right { | ||
+ | width : 30%; | ||
+ | display : inline-block; | ||
+ | float : right; | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | } | ||
+ | /*Text in two block with the right one larger*/ | ||
+ | .text5 { | ||
+ | width : 100%; | ||
+ | display : inline-block; | ||
+ | margin-top : 25px; | ||
+ | position : relative; | ||
+ | } | ||
+ | .text5left { | ||
+ | width : 30%; | ||
+ | display : inline-block; | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | } | ||
+ | .text5right { | ||
+ | width : 65%; | ||
+ | display : inline-block; | ||
+ | float : right; | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | } | ||
+ | .text6 { | ||
+ | width : 60%; | ||
+ | display : inline-block | ||
+ | margin-top : 20px; | ||
+ | margin-bottom : 20px; | ||
+ | margin-left : 20%; | ||
+ | margin-rigth : 20%; | ||
+ | } | ||
+ | |||
+ | .divseparator { | ||
+ | width : 20%; | ||
+ | height : 0px; | ||
+ | border : solid 0.5px rgb(64,64,64); | ||
+ | margin : 25px auto; | ||
+ | position : relative; | ||
+ | display : block; | ||
+ | } | ||
+ | .horiline { | ||
+ | height: 3px; | ||
+ | width: 300px; | ||
+ | margin: -0.5em 0; | ||
+ | color: rgb(64,64,64) ; | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto | ||
+ | } | ||
+ | /*Nav bar CSS*/ | ||
+ | /* | ||
+ | #menu { | ||
+ | position : fixed; | ||
+ | width : 100%; | ||
+ | background : rgb(94,94,94); | ||
+ | height : 65px; | ||
+ | z-index : 100; | ||
+ | } | ||
+ | |||
+ | #home { | ||
+ | width : 60px; | ||
+ | top : 0; | ||
+ | margin-left : 10px; | ||
+ | } | ||
+ | #mainpage { | ||
+ | float : left; | ||
+ | |||
+ | } | ||
+ | |||
+ | #menu ul li { | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | #menu ul li a { | ||
+ | display: inline-block; | ||
+ | } | ||
+ | .menulist .list .dropdownlist { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | text-align : left; | ||
+ | margin-top : 0px; | ||
+ | padding-left : 5px; | ||
+ | padding-right : 5px; | ||
+ | background : rgb(255, 255, 255); | ||
+ | list-style-position : inside; | ||
+ | margin-left : 0px; | ||
+ | z-index : 99; | ||
+ | } | ||
+ | |||
+ | .dropdownlist li .droprightlist { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | background : rgb(255, 255, 255); | ||
+ | padding-left : 5px; | ||
+ | padding-right : 5px; | ||
+ | margin-top : 0px; | ||
+ | text-align : left; | ||
+ | z-index : 100; | ||
+ | margin-left : 0px; | ||
+ | } | ||
+ | |||
+ | .menulist .list:hover .dropdownlist { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .menulist .list .dropdownlist li { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | text-align : center; | ||
+ | background : rgb(255, 255, 255); | ||
+ | z-index: 90; | ||
+ | padding : auto; | ||
+ | } | ||
+ | .menulist .list .dropdownlist li a:hover { | ||
+ | background-color: rgb(124, 124, 124); /*And here also*/ | ||
+ | } | ||
+ | .dropdownlist li .droprightlist li a { | ||
+ | color: white; | ||
+ | } | ||
+ | #menu u.dropdownlist li .droprightlist li { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | text-align : center; | ||
+ | background : rgb(255, 255, 255); | ||
+ | padding : auto; | ||
+ | } | ||
+ | |||
+ | .menulist .list .dropdownlist li a { | ||
+ | display: table-cell; | ||
+ | text-align: left; | ||
+ | text-align : center; | ||
+ | color: white; | ||
+ | text-decoration : none; | ||
+ | z-index : 99; | ||
+ | vertical-align : middle; | ||
+ | } | ||
+ | .dropdownlist li .droprightlist li a { | ||
+ | display: table-cell; | ||
+ | text-align: left; | ||
+ | text-align : center; | ||
+ | text-decoration : none; | ||
+ | color: white; | ||
+ | |||
+ | } | ||
+ | .list ul li { | ||
+ | display : table-cell; | ||
+ | |||
+ | } | ||
+ | .dropdownlist li .droprightlist { | ||
+ | top: 0; | ||
+ | left: 100%; | ||
+ | z-index: -1; | ||
+ | } | ||
+ | .dropdownlist li:hover .droprightlist { | ||
+ | display: block; | ||
+ | } | ||
+ | #exception { | ||
+ | line-height : normal; | ||
+ | |||
+ | } | ||
+ | #fbnoticon{ | ||
+ | margin-left : 90px; | ||
+ | } | ||
+ | #instanoticon { | ||
+ | margin-left : 135px; | ||
+ | margin-top : -19px; | ||
+ | } | ||
+ | #twnoticon{ | ||
+ | margin-left : 45px; | ||
+ | } | ||
+ | #igemlogo{ | ||
+ | } | ||
+ | .sidelogos { | ||
+ | } | ||
+ | #logolist { | ||
+ | float : right; | ||
+ | display : inline-block; | ||
+ | height : 60px; | ||
+ | width : 175px; | ||
+ | margin-top : -50px; | ||
+ | margin-right : 50px; | ||
+ | } | ||
+ | #twnoticon img, #fbnoticon img, #igemlogo img, #instanoticon img{ | ||
+ | width : 40px; | ||
+ | position : absolute; | ||
+ | display : inline-block; | ||
+ | } | ||
+ | |||
+ | |||
+ | #twitapp, #fbapp { | ||
+ | display:none; | ||
+ | width:250px; | ||
+ | height:auto; | ||
+ | background: white; | ||
+ | } | ||
+ | #fbapp{ | ||
+ | } | ||
+ | #twitapp{ | ||
+ | } | ||
+ | */ | ||
+ | .image-span{ | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .top50 { | ||
+ | margin-top: 50px; | ||
+ | } | ||
+ | body | ||
+ | { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font-family: sans-serif; | ||
+ | |||
+ | |||
+ | } | ||
+ | nav | ||
+ | { | ||
+ | width: 90%; | ||
+ | background: #66b24c; | ||
+ | } | ||
+ | ul | ||
+ | { | ||
+ | width: 80%; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | } | ||
+ | ul li | ||
+ | { | ||
+ | list-style: none; | ||
+ | display: inline-block; | ||
+ | padding: 20px; | ||
+ | } | ||
+ | ul li:hover | ||
+ | { | ||
+ | background: #ffffff; | ||
+ | } | ||
+ | ul li a | ||
+ | { | ||
+ | color: #fff; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | ul.wtf-menu{ | ||
+ | height:65px; | ||
+ | padding-bottom: 0; | ||
+ | margin-bottom: 0; | ||
+ | margin-top: 0; | ||
+ | |||
+ | margin-right: 30px; | ||
+ | } | ||
+ | |||
+ | |||
+ | ul.wtf-menu li{ | ||
+ | list-style: none; | ||
+ | float: left; | ||
+ | padding: 0px 0px; | ||
+ | margin: 0px 0px; | ||
+ | line-height: 65px; | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | ul.wtf-menu li a{ | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | display:block; | ||
+ | |||
+ | |||
+ | padding: 0px 15px; | ||
+ | margin: 0px 0px; | ||
+ | display: block; | ||
+ | |||
+ | } | ||
+ | |||
+ | ul.wtf-menu li:hover, ul.wtf-menu li:hover >a{ | ||
+ | background-color /*:#d9d9d9*/:rgb(217, 217, 217); | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | ul.wtf-menu li.parent:hover:after { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .wtf-menu ul.submenu{ | ||
+ | |||
+ | width: 200px; | ||
+ | padding: 0px 0px; | ||
+ | margin: 0px; | ||
+ | background: #fff; | ||
+ | position: absolute; | ||
+ | top:65px; | ||
+ | left:0px; | ||
+ | display:none; | ||
+ | |||
+ | /* Dropdown shadow */ | ||
+ | -webkit-box-shadow: 0 2px 2px 0 rgb(191, 191, 191); | ||
+ | box-shadow: 0 2px 2px 0 rgb(191, 191, 191)); | ||
+ | } | ||
+ | |||
+ | .wtf-menu li.main-item >a{ | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .wtf-menu ul.submenu ul{ | ||
+ | left: 200px; | ||
+ | top:0px; | ||
+ | } | ||
+ | |||
+ | .wtf-menu ul.submenu li{ | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | display: block; | ||
+ | float: none; | ||
+ | border-bottom: 1px solid #eee; | ||
+ | line-height: 40px; | ||
+ | text-transform: none; | ||
+ | } | ||
+ | |||
+ | .wtf-menu ul.submenu li:last-child{ | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | ul.wtf-menu ul li.parent:after { | ||
+ | font-family: 'Fontawesome'; | ||
+ | content: "\f0da"; | ||
+ | color: #000000; | ||
+ | position: absolute; | ||
+ | right: 10px; | ||
+ | top: 0px; | ||
+ | margin-left: 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .wtf-menu li:hover > ul{ | ||
+ | display: block; | ||
+ | -moz-animation: zoomIn .3s ease-in; | ||
+ | -webkit-animation: zoomIn .3s ease-in ; | ||
+ | animation: zoomIn .3s ease-in; | ||
+ | |||
+ | } | ||
+ | |||
+ | .wtf-menu ul li:hover > ul{ | ||
+ | display:block; | ||
+ | -moz-animation: zoomIn .3s ease-in ; | ||
+ | -webkit-animation: zoomIn .3s ease-in ; | ||
+ | animation: zoomIn .3s ease-in; | ||
+ | } | ||
+ | |||
+ | .top-menu{ | ||
+ | background-color: rgb(255, 255, 255); color:white; | ||
+ | |||
+ | z-index: 2000; | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | padding-right: 30px; | ||
+ | top:18px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .top5{ | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | #logoigem img{ | ||
+ | width:38px; | ||
+ | height:38px; | ||
+ | } | ||
+ | |||
+ | #home{ | ||
+ | margin-top: 18px; | ||
+ | margin-right: 10px; | ||
+ | |||
+ | |||
+ | width : 120px; | ||
+ | top : 0; | ||
+ | margin-left : 10px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #logolist2 div { | ||
+ | margin-right: 20px; | ||
+ | width: 38px; | ||
+ | } | ||
+ | |||
+ | #logolist2{ | ||
+ | float: right; | ||
+ | display: flex; | ||
+ | |||
+ | width: 155px; | ||
+ | margin-top: -54px; | ||
+ | margin-right: 50px; | ||
+ | |||
+ | } | ||
+ | #logolist2 a{ | ||
+ | |||
+ | color: black; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #logolist2 a i { | ||
+ | font-size: 30px; | ||
+ | } | ||
+ | |||
+ | #mainpage { | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <nav class="row top-menu"> | ||
+ | <!--div class="col-md-4 home-link"><a href="index.html"><i class="fa fa-home fa-3" aria-hidden="true"></i></a></div--> | ||
+ | <div class="col-md-8"> | ||
+ | <a href="https://2018.igem.org/Team:Paris_Bettencourt" id="mainpage"><img id="home" src="https://static.igem.org/mediawiki/2018/6/63/T--Paris_Bettencourt--STARCORE_logo.png" class=" b-error"></a> | ||
+ | <ul class=" text-left wtf-menu "> | ||
+ | |||
+ | <li class="parent main-item"><a href="#">Project  <i class="fa fa-caret-down" aria-hidden="true"></i></a> | ||
+ | <ul class="submenu"> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Human_Practices">Human Practices</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Applied_Design">Applied Design</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Design">Design</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Production">Production</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Active_Testing">Testing <i class="fa fa-caret-right" aria-hidden="true"></i></a> | ||
+ | <ul class="submenu"> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Active_Testing">Active Testing</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Biocompatibility_Testing">Biocompatibility Testing</a></li> | ||
+ | </ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Model">Modeling</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Optimization">Optimization</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Public_Engagement">Public Engagement</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="parent main-item"><a href="https://2018.igem.org/Team:Paris_Bettencourt/Software">Software  <i class="fa fa-caret-down" aria-hidden="true"></i></a> | ||
+ | <ul class="submenu"> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/AMPDesigner_Overview">AMP Designer Overview</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/AMP_Forest">AMP Forest</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/AMP_Evolver">AMP Evolver</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Result">Result</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="parent main-item"><a href="#">Judging <i class="fa fa-caret-down" aria-hidden="true"></i></a> | ||
+ | |||
+ | <ul class="submenu"> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Medal_Criteria">Medal Criteria </a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Results">Key Results</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/BioBricks">BioBricks</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/InterLab">InterLab</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <li class="parent main-item"><a href="#">Team  <i class="fa fa-caret-down" aria-hidden="true"></i></a> | ||
+ | |||
+ | <ul class="submenu"> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Members">Members</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Paris_Bettencourt/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="parent main-item"><a href="https://2018.igem.org/Team:Paris_Bettencourt/Lab_Notebook">Lab Notebook</a></li> | ||
+ | <li class="parent main-item"><a href="https://2018.igem.org/Team:Paris_Bettencourt/Acknowledgements">Acknowledgements</a></li> | ||
+ | |||
+ | |||
+ | <div id="logolist2"> | ||
+ | <div id="logoigem" class="sidelogos"> | ||
+ | <a href="https://2018.igem.org/Main_Page" title="iGEM 2018" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/f/fd/Logo-iGEMPB.png" class=" b-error"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="sidelogos top5"> | ||
+ | <a href="http://twitter.com/iGEM_Paris" target="_blank"> | ||
+ | <i class="fa fa-twitter" aria-hidden="true"></i> | ||
+ | </a><div id="twitapp"><a href="http://twitter.com/iGEM_Paris" target="_blank"> | ||
+ | </a><a class="twitter-timeline" width="250" height="400" data-dnt="true" href="https://twitter.com/iGEM_Paris" data-widget-id="368144501119795201">@iGEM_Paris</a> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div class="sidelogos top5"> | ||
+ | <a href="https://www.facebook.com/ParisiGEM2018/" target="_blank"> | ||
+ | <i class="fa fa-facebook" aria-hidden="true"></i> | ||
+ | <div id="fbapp"> | ||
+ | <div class="fb-like-box" data-href="" data-width="250" data-height="400" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="true" data-show-border="true"></div> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="sidelogos top5 "> | ||
+ | <a href="https://www.instagram.com/igem_paris_bettencourt/" target="_blank"> | ||
+ | <i class="fa fa-instagram" aria-hidden="true"></i> | ||
+ | <div id="instaapp"> | ||
+ | <div class="" data-href="" data-width="250" data-height="400" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="true" data-show-border="true"></div> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </nav> | ||
+ | <a><img id="top-button" src="https://static.igem.org/mediawiki/2018/d/d5/T--Paris_Bettencourt--STARCORE_logoBW.png"></a> | ||
+ | |||
+ | |||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function scrollToTop(tag){ | ||
+ | console.log('titi'); | ||
+ | var aTag = tag; | ||
+ | $('html,body').animate({scrollTop: aTag.offset().top},'slow'); | ||
+ | } | ||
+ | $("#top-button").click(function() { | ||
+ | scrollToTop($('#header1')); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700' rel='stylesheet' type='text/css'> | ||
+ | <style type="text/css"> | ||
+ | } | ||
+ | .buttons { | ||
+ | width : 100px; | ||
+ | height : 100px; | ||
+ | position : relative; | ||
+ | display : inline-block; | ||
+ | margin : 0px auto; | ||
+ | text-decoration : none !important; | ||
+ | line-height : 100px; | ||
+ | font-size : 15px; | ||
+ | margin-left : 10px; | ||
+ | margin-rigth : 10px; | ||
+ | font-size : 25px; | ||
+ | border : solid rgb(64,64,64); | ||
+ | |||
+ | } | ||
+ | .line { | ||
+ | display : inline-block; | ||
+ | width : 100%; | ||
+ | height : 90px; | ||
+ | margin-top : 50px; | ||
+ | text-align : center; | ||
+ | } | ||
+ | .videocenter { | ||
+ | margin-left : -40%; | ||
+ | margin-top : -10%; | ||
+ | } | ||
+ | #video1 { | ||
+ | margin-left : -35%; | ||
+ | } | ||
+ | .text3 { | ||
+ | overflow : hidden; | ||
+ | } | ||
+ | .text3left { | ||
+ | overflow : hidden; | ||
+ | } | ||
+ | .text3center { | ||
+ | overflow : hidden; | ||
+ | } | ||
+ | .text3right { | ||
+ | overflow : hidden; | ||
+ | } | ||
+ | |||
+ | /* Blocks */ | ||
+ | .grid-container{ | ||
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | |||
+ | .medium-square-block a div, .large-block a div, .small-block a div { | ||
+ | text-indent: 0; | ||
+ | text-align: center; | ||
+ | border-radius:10px; | ||
+ | overflow : hidden; | ||
+ | } | ||
+ | |||
+ | .medium-square-block-content img, .large-block-content img, .small-block-content img { | ||
+ | width: inherit; | ||
+ | height: inherit; | ||
+ | } | ||
+ | .medium-square-block{ | ||
+ | margin:0 15px; | ||
+ | margin-top: 40px; | ||
+ | } | ||
+ | |||
+ | .large-block { | ||
+ | margin:0 35px; | ||
+ | margin-top: 40px; | ||
+ | } | ||
+ | |||
+ | .small-block{ | ||
+ | margin:0 90px; | ||
+ | margin-top: 40px; | ||
+ | } | ||
+ | |||
+ | .medium-square-block-content{ | ||
+ | width:245px; | ||
+ | height:245px; | ||
+ | border: 1px solid black; | ||
+ | |||
+ | } | ||
+ | |||
+ | .large-block-content { | ||
+ | width:400px; | ||
+ | height:200px; | ||
+ | |||
+ | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | .small-block-content { | ||
+ | width:100px; | ||
+ | height:100px; | ||
+ | |||
+ | border: 1px solid black; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
+ | <link href='http://fonts.googleapis.com/css?family=Archivo+Narrow:200,80' rel='stylesheet' type='text/css'> | ||
+ | <style> | ||
+ | #footerdiv { | ||
+ | padding-top : 50px; | ||
+ | } | ||
+ | #mfooter { | ||
+ | position:absolute; | ||
+ | width:100%; | ||
+ | height:100px; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | bottom:-100px; | ||
+ | color:white; | ||
+ | background:rgb(0, 0, 0); | ||
+ | |||
+ | } | ||
+ | .footbox { | ||
+ | margin:30px 40px; | ||
+ | float:left; | ||
+ | } | ||
+ | .footbox a { | ||
+ | color:white; | ||
+ | } | ||
+ | </style> |