Difference between revisions of "Template:CSS UCL5"
Line 8: | Line 8: | ||
+ | <script> | ||
+ | <!--$(document).mouseup(function (e) | ||
+ | { | ||
+ | var container = $("mobile-list"); | ||
+ | |||
+ | if (!container.is(e.target) // if the target of the click isn't the container... | ||
+ | && container.has(e.target).length === 0) // ... nor a descendant of the container | ||
+ | { | ||
+ | container.hide(); | ||
+ | } | ||
+ | });--> | ||
+ | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 120: | Line 132: | ||
@media (max-width:400px){ | @media (max-width:400px){ | ||
− | p {text-align:justify; } | + | p {text-align:justify;}; |
− | h3 {font-size:10px;} | + | h3 {font-size:10px;}; |
} | } | ||
Line 285: | Line 297: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
margin-right: 5px; | margin-right: 5px; | ||
− | margin-left: 5px; | + | margin-left: 5px;F |
font-size: 14px; | font-size: 14px; | ||
font-weight: normal; | font-weight: normal; | ||
Line 452: | Line 464: | ||
@media(max-width:400px){ | @media(max-width:400px){ | ||
− | h5 {font-size:400%;margin-top:30px;text-align:center;font-family :arial;} | + | h5 {font-size:400%;margin-top:30px;text-align:center;font-family: arial;} |
#main {padding-top:0px;border-top:0px;margin-top:0px;top:0px;position:static;z-index:0} | #main {padding-top:0px;border-top:0px;margin-top:0px;top:0px;position:static;z-index:0} | ||
} | } | ||
Line 865: | Line 877: | ||
</ul> | </ul> | ||
− | + | </div> | |
</nav> | </nav> | ||
Line 878: | Line 890: | ||
<li><a href="https://2015.igem.org/Team:UCL/Notebook">Notebook</a></li> | <li><a href="https://2015.igem.org/Team:UCL/Notebook">Notebook</a></li> | ||
<li><a href="https://2015.igem.org/Team:UCL/People">People</a></li> | <li><a href="https://2015.igem.org/Team:UCL/People">People</a></li> | ||
− | <li><a href="https://2015.igem.org/Team:UCL/PolicyandPractice">Policy & Practice</a></li> | + | <li><a href="https://2015.igem.org/Team:UCL/PolicyandPractice"=">Policy & Practice</a></li> |
<!--<li><a href="https://2015.igem.org/Team:UCL/Interlabstudy">InterLab Study</a></li>--> | <!--<li><a href="https://2015.igem.org/Team:UCL/Interlabstudy">InterLab Study</a></li>--> | ||
</ul> | </ul> |
Revision as of 19:46, 12 September 2015