Difference between revisions of "Template:Tec-Chihuahua"

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:#e5a51b;  
+
background-color:#c4baba;  
 
border-left: 1px solid #c4baba;
 
border-left: 1px solid #c4baba;
 
display:block;
 
display:block;
float:left;  
+
float:right;  
 
height:100vh;  
 
height:100vh;  
 
max-width: 270px;
 
max-width: 270px;
Line 80: Line 80:
 
overflow-x: hidden;
 
overflow-x: hidden;
 
padding:0px;
 
padding:0px;
position:free;  
+
position:fixed;  
 
right:0%;
 
right:0%;
 
text-align:left;
 
text-align:left;
Line 102: Line 102:
  
 
.igem_2018_team_menu .menu_item {
 
.igem_2018_team_menu .menu_item {
     background-color: #e5a51b;
+
     background-color: #c1c1ba;
 
     border-bottom: 1px solid #928b8b;
 
     border-bottom: 1px solid #928b8b;
 
     clear: both;
 
     clear: both;
color: #000000;
+
color: #484848;
 
     cursor: pointer;
 
     cursor: pointer;
 
float: left;
 
float: left;
Line 115: Line 115:
  
 
.igem_2018_team_menu .menu_item.direct_link {
 
.igem_2018_team_menu .menu_item.direct_link {
color: #000000;
+
color: #484848;
 
padding-left: 15%;
 
padding-left: 15%;
 
}
 
}
 
.igem_2018_team_menu .menu_item:hover {
 
.igem_2018_team_menu .menu_item:hover {
background-color: #f7b72e;
+
background-color: #ecb656;
 
}
 
}
  
Line 141: Line 141:
 
/*submenu wrapper*/
 
/*submenu wrapper*/
 
.igem_2018_team_menu .submenu{
 
.igem_2018_team_menu .submenu{
background-color: #ffffff;
+
background-color: #e4dede;
 
clear:both;
 
clear:both;
 
display:none;
 
display:none;
Line 274: Line 274:
 
/* Links */
 
/* Links */
 
.igem_2018_team_content .igem_2018_team_column_wrapper a {
 
.igem_2018_team_content .igem_2018_team_column_wrapper a {
color: #e5a51b;
+
color: #5bc7d8;
 
font-weight: bold;  
 
font-weight: bold;  
 
text-decoration: underline;
 
text-decoration: underline;
text-decoration-color:#e5a51b;
+
text-decoration-color:#5bc7d8;
 
transition: all 0.4s ease;
 
transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
Line 401: Line 401:
  
 
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a  {
 
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a  {
background-color: #e5a51b;
+
background-color: #5bc7d8;
 
color: #635d5d !important;
 
color: #635d5d !important;
 
font-weight: bold;
 
font-weight: bold;
Line 434: Line 434:
  
 
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top {
 
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top {
     border-top: 4px solid #e5a51b;
+
     border-top: 4px solid #5bc7d8;
 
}
 
}
  
  
 
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full {
 
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full {
     border: 4px solid #e5a51b;
+
     border: 4px solid #5bc7d8;
 
}
 
}
  

Revision as of 02:36, 10 June 2018