Difference between revisions of "Template:Bio Without Borders"

(Undo revision 157643 by Nyliguy (talk))
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 {  
-moz-transform: translateX(20em);
+
background-color:#c4baba;  
-webkit-transform: translateX(20em);
+
border-left: 1px solid #c4baba;
-ms-transform: translateX(20em);
+
display:block;
transform: translateX(20em);
+
float:right;  
-moz-transition: -moz-transform 0.5s ease;
+
height:100vh;  
-webkit-transition: -webkit-transform 0.5s ease;
+
max-width: 270px;
-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;
padding: 3em 2em;
+
overflow-x: hidden;
position: fixed;
+
padding:0px;
right: 0;
+
position:fixed;  
top: 0;
+
right:0%;
width: 20em;
+
text-align:left;
z-index: 10002;
+
width: 15%;  
 
}
 
}
  

Revision as of 23:27, 23 September 2018