Difference between revisions of "Template:Bio Without Borders"

Line 71: Line 71:
 
/*this wraps the whole of the menu*/
 
/*this wraps the whole of the menu*/
 
.igem_2018_team_menu {  
 
.igem_2018_team_menu {  
background-color:#c4baba;  
+
-moz-transform: translateX(20em);
border-left: 1px solid #c4baba;
+
-webkit-transform: translateX(20em);
display:block;
+
-ms-transform: translateX(20em);
float:right;  
+
transform: translateX(20em);
height:100vh;  
+
-moz-transition: -moz-transform 0.5s ease;
max-width: 270px;
+
-webkit-transition: -webkit-transform 0.5s ease;
 +
-ms-transition: -ms-transform 0.5s ease;
 +
transition: transform 0.5s ease;
 +
-webkit-overflow-scrolling: touch;
 +
background: #21b2a6;
 +
color: #ffffff;
 +
height: 100%;
 +
max-width: 80%;
 
overflow-y: auto;
 
overflow-y: auto;
overflow-x: hidden;
+
padding: 3em 2em;
padding:0px;
+
position: fixed;
position:fixed;  
+
right: 0;
right:0%;
+
top: 0;
text-align:left;
+
width: 20em;
width: 15%;  
+
z-index: 10002;
 
}
 
}
  

Revision as of 21:45, 21 September 2018