Difference between revisions of "Template:UofUppsala/NFmain"

 
(22 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: 13rem;
+
padding-bottom: 4rem;
 +
}
 +
 
 +
 
 +
::-webkit-scrollbar {
 +
  width: 0.85rem;
 +
}
 +
 
 +
::-webkit-scrollbar-thumb {
 +
    background: #69C2CB;
 +
    border-radius: 10rem;
 +
}
 +
 
 +
::-webkit-scrollbar-thumb:hover {
 +
  background: #27A8E0;
 +
}
 +
 
 +
::-webkit-scrollbar-button{
 +
    background: #EB6727;
 +
    border-radius: 50%;
 +
    width: 0.85rem;
 +
    height: 0.85rem;
 +
}
 +
 
 +
::-webkit-scrollbar-button:hover{
 +
    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 142: Line 201:
 
     document.getElementById('topanim').play();
 
     document.getElementById('topanim').play();
 
  }
 
  }
 +
 +
$( document ).ready(function() {
 +
  $('video.animation').removeAttr('controls');
 +
});
 
</script>
 
</script>
  
Line 153: Line 216:
 
     <!-- Team Logo -->
 
     <!-- Team Logo -->
 
     <div class="navbar-brand-logo nopad">  
 
     <div class="navbar-brand-logo nopad">  
         <a class="navbar-brand" id="Logo" onclick="usermenu()">
+
         <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="transform: translateY(0%);margin-top:-7px" class="team-logo d-inline-block align-top pointer" autoplay="autoplay" muted="muted">
+
             <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 217: 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 human practices</a>
+
                 <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 242: 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 248: Line 310:
 
             </a>
 
             </a>
 
         </li>  
 
         </li>  
        -->
 
 
              
 
              
 
         </ul>
 
         </ul>

Latest revision as of 10:17, 5 December 2020


Navigation Bar