(20 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
{{UofUppsala/NavBarCSS}} | {{UofUppsala/NavBarCSS}} | ||
{{UofUppsala/Model_test}} | {{UofUppsala/Model_test}} | ||
+ | |||
Line 108: | Line 109: | ||
font-size:1rem !important; | font-size:1rem !important; | ||
line-height: 2rem !important; | line-height: 2rem !important; | ||
+ | text-align: justify !important; | ||
} | } | ||
Line 133: | Line 135: | ||
#content-wrap{ | #content-wrap{ | ||
− | padding-bottom: | + | padding-bottom: 4rem; |
} | } | ||
+ | |||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
Line 150: | Line 153: | ||
::-webkit-scrollbar-button{ | ::-webkit-scrollbar-button{ | ||
− | background: # | + | background: #EB6727; |
border-radius: 50%; | border-radius: 50%; | ||
width: 0.85rem; | width: 0.85rem; | ||
Line 157: | Line 160: | ||
::-webkit-scrollbar-button:hover{ | ::-webkit-scrollbar-button:hover{ | ||
− | background: # | + | background: #DA3815; |
+ | } | ||
+ | |||
+ | /* ----Classes for footer ---*/ | ||
+ | .footer-main-contain{ | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | background-color: #061A22; | ||
+ | padding-bottom: 2rem; | ||
+ | padding-top: 2rem; | ||
+ | |||
+ | } | ||
+ | |||
+ | .bottom{ | ||
+ | position: absolute; | ||
+ | /*bottom: 0;*/ | ||
+ | right: 0; | ||
+ | left: 0; | ||
+ | z-index: 10030; | ||
+ | margin-bottom: -2.2rem; | ||
+ | overflow-x: hidden; | ||
+ | } | ||
+ | |||
+ | .thanks{ | ||
+ | text-align: center; | ||
+ | font-size: 2rem; | ||
+ | color: whitesmoke; | ||
+ | } | ||
+ | |||
+ | .padx{ | ||
+ | padding-left: 4.5rem !important; | ||
+ | padding-right: 4.5rem !important; | ||
+ | background-color:; | ||
} | } | ||
Line 166: | Line 201: | ||
document.getElementById('topanim').play(); | document.getElementById('topanim').play(); | ||
} | } | ||
+ | |||
+ | $( document ).ready(function() { | ||
+ | $('video.animation').removeAttr('controls'); | ||
+ | }); | ||
</script> | </script> | ||
Line 177: | Line 216: | ||
<!-- Team Logo --> | <!-- Team Logo --> | ||
<div class="navbar-brand-logo nopad"> | <div class="navbar-brand-logo nopad"> | ||
− | <a class="navbar-brand" id="Logo" | + | <a class="navbar-brand" id="Logo" href="https://2020.igem.org/Team:UofUppsala"> |
<div style="height:70px; overflow:hidden;"> | <div style="height:70px; overflow:hidden;"> | ||
− | <video id="topanim" style=" | + | <video id="topanim" style="margin-top:-7px; background-color: transparent;" class="team-logo d-inline-block align-top pointer" autoplay="autoplay" muted="muted"> |
<source src="https://static.igem.org/mediawiki/2020/5/58/T--UofUppsala--Logo_Animation-updated.webm"> | <source src="https://static.igem.org/mediawiki/2020/5/58/T--UofUppsala--Logo_Animation-updated.webm"> | ||
</video> | </video> | ||
Line 241: | Line 280: | ||
</a> | </a> | ||
<div class="dropdown-menu opacity-navdrop" aria-labelledby="navbarDropdownMenuLink"> | <div class="dropdown-menu opacity-navdrop" aria-labelledby="navbarDropdownMenuLink"> | ||
− | <a class="dropdown-item" href="https://2020.igem.org/Team:UofUppsala/Human_Practices">Integrated | + | <a class="dropdown-item" href="https://2020.igem.org/Team:UofUppsala/Human_Practices">Integrated Human Practices</a> |
<a class="dropdown-item" href="https://2020.igem.org/Team:UofUppsala/Education">Education</a> | <a class="dropdown-item" href="https://2020.igem.org/Team:UofUppsala/Education">Education</a> | ||
<a class="dropdown-item" href="https://2020.igem.org/Team:UofUppsala/Collaborations">Collaborations</a> | <a class="dropdown-item" href="https://2020.igem.org/Team:UofUppsala/Collaborations">Collaborations</a> | ||
Line 266: | Line 305: | ||
<!-- Awards --> | <!-- Awards --> | ||
− | |||
<li class="nav-item mx-3"> | <li class="nav-item mx-3"> | ||
<a class="nav-link " href="https://2020.igem.org/Team:UofUppsala/Awards"> | <a class="nav-link " href="https://2020.igem.org/Team:UofUppsala/Awards"> | ||
Line 272: | Line 310: | ||
</a> | </a> | ||
</li> | </li> | ||
− | |||
</ul> | </ul> |
Latest revision as of 10:17, 5 December 2020