(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <!DOCTYPE html> | ||
+ | <html lang="en" > | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <title>Menu cpc-menus #CodePenChallenge</title> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | |||
+ | |||
+ | |||
+ | <style> | ||
+ | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0} | ||
+ | |||
+ | body { | ||
+ | display: flex; | ||
+ | height: 100vh; | ||
+ | padding: 0 5rem; | ||
+ | box-sizing: border-box; | ||
+ | flex-direction: column; | ||
+ | justify-content: center; | ||
+ | align-content: center; | ||
+ | background-image: #fff; | ||
+ | font-family: Arial, sans-serif; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_menu { | ||
+ | background-image: linear-gradient(to right, rgb(168, 48, 91), rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126),rgb(52, 82, 146)); | ||
+ | border-radius: 0.5rem; | ||
+ | box-shadow: inset 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15); | ||
+ | } | ||
+ | .igem_2018_team_menu a { | ||
+ | color: #ffffff; | ||
+ | text-decoration: none; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | .igem_2018_team_menu a:focus, .igem_2018_team_menu a:focus-within { | ||
+ | outline: none; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol { | ||
+ | display: flex; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li { | ||
+ | position: relative; | ||
+ | display: flex; | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | |||
+ | @media (min-width: 45rem) { | ||
+ | .igem_2018_team_menu > ol { | ||
+ | justify-content: space-around; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol:hover > li:first-child > a, | ||
+ | .igem_2018_team_menu > ol:focus-within > li:first-child > a { | ||
+ | opacity: 0.6; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li { | ||
+ | flex: 1 1 0; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:last-child:after { | ||
+ | content: ''; | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | width: 100%; | ||
+ | bottom: 0; | ||
+ | margin-right: -50%; | ||
+ | background: rgba(0, 0, 0, 0.1); | ||
+ | border-radius: 0.5rem; | ||
+ | z-index: 0; | ||
+ | transition: 350ms cubic-bezier(1, 0.49, 0.09, 1.29) all; | ||
+ | pointer-events: none; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(1) ~ li:last-child:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:after { | ||
+ | right: 350%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:after { | ||
+ | right: 450%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:after { | ||
+ | right: 550%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:after { | ||
+ | right: 650%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:after { | ||
+ | right: 750%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:after { | ||
+ | right: 850%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:after { | ||
+ | right: 950%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:after { | ||
+ | right: 1050%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(2) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 350%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.75); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.75); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.25); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.25); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 450%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within ~ li:last-child:after { | ||
+ | right: 350%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 550%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8333333333); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8333333333); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within ~ li:last-child:after { | ||
+ | right: 450%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within ~ li:last-child:after { | ||
+ | right: 350%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1666666667); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1666666667); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 650%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8571428571); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8571428571); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within ~ li:last-child:after { | ||
+ | right: 550%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.7142857143); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.7142857143); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within ~ li:last-child:after { | ||
+ | right: 450%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5714285714); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5714285714); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within ~ li:last-child:after { | ||
+ | right: 350%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4285714286); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4285714286); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2857142857); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2857142857); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1428571429); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1428571429); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 750%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.875); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.875); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within ~ li:last-child:after { | ||
+ | right: 650%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.75); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.75); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within ~ li:last-child:after { | ||
+ | right: 550%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.625); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.625); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within ~ li:last-child:after { | ||
+ | right: 450%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within ~ li:last-child:after { | ||
+ | right: 350%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.375); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.375); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.25); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.25); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.125); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.125); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 850%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8888888889); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8888888889); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within ~ li:last-child:after { | ||
+ | right: 750%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.7777777778); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.7777777778); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within ~ li:last-child:after { | ||
+ | right: 650%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within ~ li:last-child:after { | ||
+ | right: 550%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5555555556); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5555555556); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within ~ li:last-child:after { | ||
+ | right: 450%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4444444444); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4444444444); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within ~ li:last-child:after { | ||
+ | right: 350%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2222222222); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2222222222); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1111111111); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1111111111); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 950%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.9); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.9); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within ~ li:last-child:after { | ||
+ | right: 850%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within ~ li:last-child:after { | ||
+ | right: 750%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.7); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.7); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within ~ li:last-child:after { | ||
+ | right: 650%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within ~ li:last-child:after { | ||
+ | right: 550%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within ~ li:last-child:after { | ||
+ | right: 450%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within ~ li:last-child:after { | ||
+ | right: 350%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within ~ li:last-child:after { | ||
+ | right: 1050%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.9090909091); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.9090909091); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within ~ li:last-child:after { | ||
+ | right: 950%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8181818182); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8181818182); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within ~ li:last-child:after { | ||
+ | right: 850%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.7272727273); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.7272727273); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within ~ li:last-child:after { | ||
+ | right: 750%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6363636364); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6363636364); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within ~ li:last-child:after { | ||
+ | right: 650%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5454545455); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5454545455); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within ~ li:last-child:after { | ||
+ | right: 550%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4545454545); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4545454545); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within ~ li:last-child:after { | ||
+ | right: 450%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3636363636); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3636363636); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within ~ li:last-child:after { | ||
+ | right: 350%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2727272727); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2727272727); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within ~ li:last-child:after { | ||
+ | right: 250%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1818181818); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1818181818); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus ~ li:last-child:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within ~ li:last-child:after { | ||
+ | right: 150%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus > ol a, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within > ol a { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.0909090909); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus > ol a:focus-within, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within > ol a:hover, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within > ol a:focus, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within > ol a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.0909090909); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .igem_2018_team_menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:first-child > a { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li > a { | ||
+ | padding: 2rem 0; | ||
+ | font-size: 1.6vw; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | z-index: 1; | ||
+ | opacity: 0.7; | ||
+ | transition: 250ms ease all; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li > ol { | ||
+ | position: absolute; | ||
+ | top: 100%; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li > ol > li { | ||
+ | margin-top: 0.5rem; | ||
+ | transition: 250ms cubic-bezier(0.42, 0.83, 0.49, 1.35) transform; | ||
+ | transform: scale(0); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li > ol > li > a { | ||
+ | display: block; | ||
+ | text-align: center; | ||
+ | border-radius: 0.2rem; | ||
+ | padding: 1rem 0.5rem; | ||
+ | font-size: 1.4vw; | ||
+ | background: #ec8c69; | ||
+ | color: rgba(255, 255, 255, 0.6); | ||
+ | transition: 250ms ease all; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li > ol > li > a:hover, .igem_2018_team_menu > ol > li > ol > li > a:focus, .igem_2018_team_menu > ol > li > ol > li > a:focus-within { | ||
+ | box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1); | ||
+ | color: white; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > a, .igem_2018_team_menu > ol > li:focus > a, .igem_2018_team_menu > ol > li:focus-within > a { | ||
+ | opacity: 1 !important; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol, .igem_2018_team_menu > ol > li:focus > ol, .igem_2018_team_menu > ol > li:focus-within > ol { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li, .igem_2018_team_menu > ol > li:focus > ol > li, .igem_2018_team_menu > ol > li:focus-within > ol > li { | ||
+ | transform: scale(1); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:first-child, .igem_2018_team_menu > ol > li:focus > ol > li:first-child, .igem_2018_team_menu > ol > li:focus-within > ol > li:first-child { | ||
+ | transition-delay: 150ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(1), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(1), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(1) { | ||
+ | transition-delay: 150ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(2), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(2), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(2) { | ||
+ | transition-delay: 300ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(3), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(3), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(3) { | ||
+ | transition-delay: 450ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(4), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(4), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(4) { | ||
+ | transition-delay: 600ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(5), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(5), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(5) { | ||
+ | transition-delay: 750ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(6), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(6), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(6) { | ||
+ | transition-delay: 900ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(7), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(7), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(7) { | ||
+ | transition-delay: 1050ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(8), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(8), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(8) { | ||
+ | transition-delay: 1200ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(9), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(9), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(9) { | ||
+ | transition-delay: 1350ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(10), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(10), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(10) { | ||
+ | transition-delay: 1500ms; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:hover > ol > li:nth-child(11), .igem_2018_team_menu > ol > li:focus > ol > li:nth-child(11), .igem_2018_team_menu > ol > li:focus-within > ol > li:nth-child(11) { | ||
+ | transition-delay: 1650ms; | ||
+ | } | ||
+ | } | ||
+ | @media (max-width: 45rem) { | ||
+ | .igem_2018_team_menu { | ||
+ | background-image: linear-gradient(to bottom, #ed6ea0 0%, #ec8c69 100%); | ||
+ | } | ||
+ | .igem_2018_team_menu a { | ||
+ | font-size: 1.4rem; | ||
+ | padding: 1rem 0.5rem; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol { | ||
+ | flex-direction: column; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li { | ||
+ | flex-direction: column; | ||
+ | align-items: stretch; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li > a:nth-last-child(2) { | ||
+ | position: relative; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li > a:nth-last-child(2):after { | ||
+ | content: ''; | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | margin-top: -0.25rem; | ||
+ | right: 1.5rem; | ||
+ | border-top: 0.5rem solid #fff; | ||
+ | border-left: 0.3rem solid transparent; | ||
+ | border-right: 0.3rem solid transparent; | ||
+ | transition: 250ms ease all; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:focus-within:nth-last-child(2):after, .igem_2018_team_menu > ol > li:focus:nth-last-child(2):after, | ||
+ | .igem_2018_team_menu > ol > li > a:hover:nth-last-child(2):after, | ||
+ | .igem_2018_team_menu > ol > li > a:focus-within:nth-last-child(2):after, | ||
+ | .igem_2018_team_menu > ol > li > a:focus:nth-last-child(2):after { | ||
+ | transform: rotate(180deg); | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li:focus-within + ol, .igem_2018_team_menu > ol > li:focus + ol, | ||
+ | .igem_2018_team_menu > ol > li > a:hover + ol, | ||
+ | .igem_2018_team_menu > ol > li > a:focus-within + ol, | ||
+ | .igem_2018_team_menu > ol > li > a:focus + ol { | ||
+ | max-height: 12rem; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li > ol { | ||
+ | background: rgba(0, 0, 0, 0.1); | ||
+ | box-shadow: inset 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15); | ||
+ | overflow: hidden; | ||
+ | max-height: 0; | ||
+ | transition: 250ms ease all; | ||
+ | } | ||
+ | .igem_2018_team_menu > ol > li > ol > li a { | ||
+ | display: block; | ||
+ | font-size: 1.2rem; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <script> | ||
+ | /** | ||
+ | * StyleFix 1.0.3 & PrefixFree 1.0.7 | ||
+ | * @author Lea Verou | ||
+ | * MIT license | ||
+ | */(function(){function t(e,t){return[].slice.call((t||document).querySelectorAll(e))}if(!window.addEventListener)return;var e=window.StyleFix={link:function(t){try{if(t.rel!=="stylesheet"||t.hasAttribute("data-noprefix"))return}catch(n){return}var r=t.href||t.getAttribute("data-href"),i=r.replace(/[^\/]+$/,""),s=t.parentNode,o=new XMLHttpRequest,u;o.onreadystatechange=function(){o.readyState===4&&u()};u=function(){var n=o.responseText;if(n&&t.parentNode&&(!o.status||o.status<400||o.status>600)){n=e.fix(n,!0,t);if(i){n=n.replace(/url\(\s*?((?:"|')?)(.+?)\1\s*?\)/gi,function(e,t,n){return/^([a-z]{3,10}:|\/|#)/i.test(n)?e:'url("'+i+n+'")'});var r=i.replace(/([\\\^\$*+[\]?{}.=!:(|)])/g,"\\$1");n=n.replace(RegExp("\\b(behavior:\\s*?url\\('?\"?)"+r,"gi"),"$1")}var u=document.createElement("style");u.textContent=n;u.media=t.media;u.disabled=t.disabled;u.setAttribute("data-href",t.getAttribute("href"));s.insertBefore(u,t);s.removeChild(t);u.media=t.media}};try{o.open("GET",r);o.send(null)}catch(n){if(typeof XDomainRequest!="undefined"){o=new XDomainRequest;o.onerror=o.onprogress=function(){};o.onload=u;o.open("GET",r);o.send(null)}}t.setAttribute("data-inprogress","")},styleElement:function(t){if(t.hasAttribute("data-noprefix"))return;var n=t.disabled;t.textContent=e.fix(t.textContent,!0,t);t.disabled=n},styleAttribute:function(t){var n=t.getAttribute("style");n=e.fix(n,!1,t);t.setAttribute("style",n)},process:function(){t('link[rel="stylesheet"]:not([data-inprogress])').forEach(StyleFix.link);t("style").forEach(StyleFix.styleElement);t("[style]").forEach(StyleFix.styleAttribute)},register:function(t,n){(e.fixers=e.fixers||[]).splice(n===undefined?e.fixers.length:n,0,t)},fix:function(t,n,r){for(var i=0;i<e.fixers.length;i++)t=e.fixers[i](t,n,r)||t;return t},camelCase:function(e){return e.replace(/-([a-z])/g,function(e,t){return t.toUpperCase()}).replace("-","")},deCamelCase:function(e){return e.replace(/[A-Z]/g,function(e){return"-"+e.toLowerCase()})}};(function(){setTimeout(function(){t('link[rel="stylesheet"]').forEach(StyleFix.link)},10);document.addEventListener("DOMContentLoaded",StyleFix.process,!1)})()})();(function(e){function t(e,t,r,i,s){e=n[e];if(e.length){var o=RegExp(t+"("+e.join("|")+")"+r,"gi");s=s.replace(o,i)}return s}if(!window.StyleFix||!window.getComputedStyle)return;var n=window.PrefixFree={prefixCSS:function(e,r,i){var s=n.prefix;n.functions.indexOf("linear-gradient")>-1&&(e=e.replace(/(\s|:|,)(repeating-)?linear-gradient\(\s*(-?\d*\.?\d*)deg/ig,function(e,t,n,r){return t+(n||"")+"linear-gradient("+(90-r)+"deg"}));e=t("functions","(\\s|:|,)","\\s*\\(","$1"+s+"$2(",e);e=t("keywords","(\\s|:)","(\\s|;|\\}|$)","$1"+s+"$2$3",e);e=t("properties","(^|\\{|\\s|;)","\\s*:","$1"+s+"$2:",e);if(n.properties.length){var o=RegExp("\\b("+n.properties.join("|")+")(?!:)","gi");e=t("valueProperties","\\b",":(.+?);",function(e){return e.replace(o,s+"$1")},e)}if(r){e=t("selectors","","\\b",n.prefixSelector,e);e=t("atrules","@","\\b","@"+s+"$1",e)}e=e.replace(RegExp("-"+s,"g"),"-");e=e.replace(/-\*-(?=[a-z]+)/gi,n.prefix);return e},property:function(e){return(n.properties.indexOf(e)?n.prefix:"")+e},value:function(e,r){e=t("functions","(^|\\s|,)","\\s*\\(","$1"+n.prefix+"$2(",e);e=t("keywords","(^|\\s)","(\\s|$)","$1"+n.prefix+"$2$3",e);return e},prefixSelector:function(e){return e.replace(/^:{1,2}/,function(e){return e+n.prefix})},prefixProperty:function(e,t){var r=n.prefix+e;return t?StyleFix.camelCase(r):r}};(function(){var e={},t=[],r={},i=getComputedStyle(document.documentElement,null),s=document.createElement("div").style,o=function(n){if(n.charAt(0)==="-"){t.push(n);var r=n.split("-"),i=r[1];e[i]=++e[i]||1;while(r.length>3){r.pop();var s=r.join("-");u(s)&&t.indexOf(s)===-1&&t.push(s)}}},u=function(e){return StyleFix.camelCase(e)in s};if(i.length>0)for(var a=0;a<i.length;a++)o(i[a]);else for(var f in i)o(StyleFix.deCamelCase(f));var l={uses:0};for(var c in e){var h=e[c];l.uses<h&&(l={prefix:c,uses:h})}n.prefix="-"+l.prefix+"-";n.Prefix=StyleFix.camelCase(n.prefix);n.properties=[];for(var a=0;a<t.length;a++){var f=t[a];if(f.indexOf(n.prefix)===0){var p=f.slice(n.prefix.length);u(p)||n.properties.push(p)}}n.Prefix=="Ms"&&!("transform"in s)&&!("MsTransform"in s)&&"msTransform"in s&&n.properties.push("transform","transform-origin");n.properties.sort()})();(function(){function i(e,t){r[t]="";r[t]=e;return!!r[t]}var e={"linear-gradient":{property:"backgroundImage",params:"red, teal"},calc:{property:"width",params:"1px + 5%"},element:{property:"backgroundImage",params:"#foo"},"cross-fade":{property:"backgroundImage",params:"url(a.png), url(b.png), 50%"}};e["repeating-linear-gradient"]=e["repeating-radial-gradient"]=e["radial-gradient"]=e["linear-gradient"];var t={initial:"color","zoom-in":"cursor","zoom-out":"cursor",box:"display",flexbox:"display","inline-flexbox":"display",flex:"display","inline-flex":"display"};n.functions=[];n.keywords=[];var r=document.createElement("div").style;for(var s in e){var o=e[s],u=o.property,a=s+"("+o.params+")";!i(a,u)&&i(n.prefix+a,u)&&n.functions.push(s)}for(var f in t){var u=t[f];!i(f,u)&&i(n.prefix+f,u)&&n.keywords.push(f)}})();(function(){function s(e){i.textContent=e+"{}";return!!i.sheet.cssRules.length}var t={":read-only":null,":read-write":null,":any-link":null,"::selection":null},r={keyframes:"name",viewport:null,document:'regexp(".")'};n.selectors=[];n.atrules=[];var i=e.appendChild(document.createElement("style"));for(var o in t){var u=o+(t[o]?"("+t[o]+")":"");!s(u)&&s(n.prefixSelector(u))&&n.selectors.push(o)}for(var a in r){var u=a+" "+(r[a]||"");!s("@"+u)&&s("@"+n.prefix+u)&&n.atrules.push(a)}e.removeChild(i)})();n.valueProperties=["transition","transition-property"];e.className+=" "+n.prefix;StyleFix.register(n.prefixCSS)})(document.documentElement); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <nav class="igem_2018_team_menu"> | ||
+ | <ol> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Project</a> | ||
+ | <ol class="sub-igem_2018_team_menu"> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Overview</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Description</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Labwork</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Results</a></li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Human Practices</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Parts</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Safety</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Notebook</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Awards</a> | ||
+ | <ol class="sub-igem_2018_team_menu"> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Applied Design</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Entrepreneurship</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Hardware</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Measurement</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Model</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Plant</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Software</a></li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Team</a> | ||
+ | <ol class="sub-igem_2018_team_menu"> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">About us</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Collaboration</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Sponsors</a></li> | ||
+ | <li class="igem_2018_team_menu-item"><a href="#0">Attributions</a></li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | </ol> | ||
+ | </nav> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
+ | <!-- | ||
+ | Copyright (c) 2018 by Vincent Durand (https://codepen.io/onediv/pen/oyQdJz) | ||
+ | |||
+ | |||
+ | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
+ | |||
+ | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
+ | |||
+ | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
+ | --> | ||
+ | </html> |
Revision as of 12:54, 13 July 2018
<!DOCTYPE html>