RadouxArthur (Talk | contribs) |
RadouxArthur (Talk | contribs) |
||
(48 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <html> | |
− | + | ||
+ | <!--Début du html--> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | <!----------------------Barre de navigation-------------------------> | ||
+ | |||
+ | <nav> | ||
+ | <div id='cssmenu'> | ||
+ | <ul> | ||
+ | |||
+ | <li><a href='#'><span>Acknowledgement</span></a> | ||
+ | <ul> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/sponsors'><span>Sponsors</span></a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href='#'><span>People</span></a> | ||
+ | <ul> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/team'><span>Team</span></a> | ||
+ | </li> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/collaboration'><span>Collaboration</span></a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href='#'><span>Contribution</span></a> | ||
+ | <ul> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/interlab'><span>Interlab</span></a> | ||
+ | </li> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/software'><span>Software</span></a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href='https://2018.igem.org/Team:GO_Paris-Saclay/hp'><span>Human practice</span></a></li> | ||
+ | |||
+ | <li><a href='https://2018.igem.org/Team:GO_Paris-Saclay/parts'><span>Parts</span></a> | ||
+ | </li> | ||
+ | <li><a href='https://2018.igem.org/Team:GO_Paris-Saclay/model'><span>Model</span></a> | ||
+ | </li> | ||
+ | |||
+ | <li><a href='#'><span>Lab</span></a> | ||
+ | <ul> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/notebook'><span>Notebook</span></a> | ||
+ | </li> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/protocols'><span>Protocols</span></a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href='#'><span>Project</span></a> | ||
+ | <ul> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/JOUDOUabstract'><span>Abstract</span></a> | ||
+ | </li> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/pagetemplate2'><span>MTX degradation</span></a> | ||
+ | </li> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/heterogenious'><span>An heterogenious system</span></a> | ||
+ | </li> | ||
+ | <li class='has-sub'><a href='https://2018.igem.org/Team:GO_Paris-Saclay/design'><span>Design</span></a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </nav> | ||
+ | <!----------------------Project-------------------------> | ||
+ | |||
<html> | <html> | ||
<head> | <head> | ||
Line 37: | Line 104: | ||
padding-left: 15px; | padding-left: 15px; | ||
padding-right: 15px; | padding-right: 15px; | ||
− | background-color: | + | background-color: blue; |
text-align: left; | text-align: left; | ||
} | } | ||
Line 87: | Line 154: | ||
body { | body { | ||
width: 100%; | width: 100%; | ||
− | margin: | + | margin: 0 0 0 0; |
padding: 0; | padding: 0; | ||
color: black; | color: black; | ||
− | background-color: | + | background-color:rgb(217,217,217); |
font: inherit; | font: inherit; | ||
font-size:16px; | font-size:16px; | ||
Line 111: | Line 178: | ||
#content { | #content { | ||
width: 100%; | width: 100%; | ||
− | |||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
border: none; | border: none; | ||
color: inherit; | color: inherit; | ||
− | background-color: | + | background-color:white; |
position: relative; | position: relative; | ||
} | } | ||
#HQ_page { | #HQ_page { | ||
width: 100%; | width: 100%; | ||
+ | background-color:white; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Line 152: | Line 219: | ||
#cssmenu { | #cssmenu { | ||
− | background: | + | background: white; |
− | margin: 0; | + | margin-top: 0.5em; |
width: 100%; | width: 100%; | ||
padding: 0; | padding: 0; | ||
Line 160: | Line 227: | ||
position: absolute; | position: absolute; | ||
top: 0em; | top: 0em; | ||
− | font-family: | + | z-index: 1000; |
+ | font-family: 'PT Sans', sans-serif; | ||
} | } | ||
Line 212: | Line 280: | ||
transition: max-height 0.4s ease-out; | transition: max-height 0.4s ease-out; | ||
background: white; | background: white; | ||
+ | font-family:'Josefin Sans' !important; | ||
} | } | ||
#cssmenu ul li ul li.has-sub:after { | #cssmenu ul li ul li.has-sub:after { | ||
Line 345: | Line 414: | ||
} | } | ||
#cssmenu > ul > li > a { | #cssmenu > ul > li > a { | ||
− | color: | + | color: black; |
padding: 15px 20px; | padding: 15px 20px; | ||
font-weight: 700; | font-weight: 700; | ||
Line 360: | Line 429: | ||
#cssmenu > ul > li:hover > a, | #cssmenu > ul > li:hover > a, | ||
#cssmenu > ul > li.active > a { | #cssmenu > ul > li.active > a { | ||
− | color: | + | color: white; |
} | } | ||
#cssmenu > ul > li:hover > a:after, | #cssmenu > ul > li:hover > a:after, | ||
Line 476: | Line 545: | ||
#cssmenu ul li ul li a { | #cssmenu ul li ul li a { | ||
padding: 8px 20px 8px 35px; | padding: 8px 20px 8px 35px; | ||
− | color: | + | color: black; |
} | } | ||
#cssmenu ul li ul ul li a { | #cssmenu ul li ul ul li a { | ||
Line 530: | Line 599: | ||
display: block; | display: block; | ||
margin: auto; | margin: auto; | ||
− | margin-top: | + | margin-top: 5em; |
} | } | ||
article | article | ||
{ | { | ||
width:980px; | width:980px; | ||
− | |||
margin: auto; | margin: auto; | ||
margin-top: 4em; | margin-top: 4em; | ||
Line 542: | Line 610: | ||
line-height: 1.2em; | line-height: 1.2em; | ||
text-align: justify-all; | text-align: justify-all; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | </style> | ||
+ | <!-- | ||
/************************************************************************ | /************************************************************************ | ||
Script navigation NE PAS MODIFIE | Script navigation NE PAS MODIFIE | ||
************************************************************************/ | ************************************************************************/ | ||
− | + | --> | |
<script> | <script> | ||
( function( $ ) { | ( function( $ ) { | ||
Line 583: | Line 640: | ||
</script> | </script> | ||
− | |||
</html> | </html> |
Latest revision as of 09:44, 14 October 2018