Ibrahym501 (Talk | contribs) |
Ibrahym501 (Talk | contribs) |
||
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:# | + | background-color:#c4baba; |
border-left: 1px solid #c4baba; | border-left: 1px solid #c4baba; | ||
display:block; | display:block; | ||
− | float: | + | 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: | + | 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: # | + | background-color: #c1c1ba; |
border-bottom: 1px solid #928b8b; | border-bottom: 1px solid #928b8b; | ||
clear: both; | clear: both; | ||
− | color: # | + | 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: # | + | color: #484848; |
padding-left: 15%; | padding-left: 15%; | ||
} | } | ||
.igem_2018_team_menu .menu_item:hover { | .igem_2018_team_menu .menu_item:hover { | ||
− | background-color: # | + | background-color: #ecb656; |
} | } | ||
Line 141: | Line 141: | ||
/*submenu wrapper*/ | /*submenu wrapper*/ | ||
.igem_2018_team_menu .submenu{ | .igem_2018_team_menu .submenu{ | ||
− | background-color: # | + | 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: # | + | color: #5bc7d8; |
font-weight: bold; | font-weight: bold; | ||
text-decoration: underline; | text-decoration: underline; | ||
− | text-decoration-color:# | + | 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: # | + | 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 # | + | 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 # | + | border: 4px solid #5bc7d8; |
} | } | ||
Revision as of 02:36, 10 June 2018