(11 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | |||
+ | .link_box { | ||
+ | background: transparent; /* For browsers that do not support gradients */ | ||
+ | background-image: -webkit-radial-gradient(circle, rgba(80, 80, 80, 0.9), rgba(80, 80, 80, 0.1)); /* Safari */ | ||
+ | background-image: -o-radial-gradient(center, circle, rgba(80, 80, 80, 0.9), rgba(80, 80, 80, 0.1)); /* Opera 11.6 to 12.0 */ | ||
+ | background-image: -moz-radial-gradient(center, circle, rgba(80, 80, 80, 0.9), rgba(80, 80, 80, 0.1)); /* Firefox 3.6 to 15 */ | ||
+ | background-image: radial-gradient(center, circle, rgba(80, 80, 80, 0.9), rgba(80, 80, 80, 0.1)); /* Standard syntax */ | ||
+ | } | ||
+ | |||
.link_box { | .link_box { | ||
position: absolute; | position: absolute; | ||
− | |||
opacity: 0.0; | opacity: 0.0; | ||
filter: alpha(opacity=0); | filter: alpha(opacity=0); | ||
Line 22: | Line 30: | ||
transition: all 0.7s ease-out; | transition: all 0.7s ease-out; | ||
background-color: #444444 !important; | background-color: #444444 !important; | ||
− | opacity: 0. | + | opacity: 0.025; |
− | filter: alpha(opacity=5); | + | filter: alpha(opacity=2.5); |
− | -moz-opacity:0. | + | -moz-opacity:0.025; |
} | } | ||
.link_box:before { | .link_box:before { | ||
Line 30: | Line 38: | ||
} | } | ||
.round_box { | .round_box { | ||
− | -webkit-border-radius: | + | -webkit-border-radius: 90px; |
− | -moz-border-radius: | + | -moz-border-radius: 90px; |
− | border-radius: | + | border-radius: 90px; |
− | width: | + | width: 180px; |
− | height: | + | height: 180px; |
} | } | ||
#box1 { | #box1 { | ||
Line 41: | Line 49: | ||
} | } | ||
#box2 { | #box2 { | ||
− | top: | + | top: 30px; |
− | left: | + | left: 505px; |
} | } | ||
#box3 { | #box3 { | ||
Line 49: | Line 57: | ||
} | } | ||
#box4 { | #box4 { | ||
− | top: | + | top: 370px; |
− | right: | + | right: 30px; |
} | } | ||
#box5 { | #box5 { | ||
Line 61: | Line 69: | ||
} | } | ||
#box7 { | #box7 { | ||
− | bottom: | + | bottom: 100px; |
left: 70px; | left: 70px; | ||
} | } | ||
Line 80: | Line 88: | ||
" id="bgimage"></img> | " id="bgimage"></img> | ||
<div id="link_layer"> | <div id="link_layer"> | ||
− | <a title="Engineering Cycle - Human Practice" href="https://2017.igem.org/Team:Heidelberg/ | + | <a title="Engineering Cycle - Human Practice" href="https://2017.igem.org/Team:Heidelberg/Human_Practices"class="link_box round_box" id="box1"></a> |
− | <a title="Engineering Cycle - Safety" href="https://2017.igem.org/Team:Heidelberg/ | + | <a title="Engineering Cycle - Safety" href="https://2017.igem.org/Team:Heidelberg/Software/SafetyNet" class="link_box round_box" id="box2"></a> |
− | <a title="Engineering Cycle - Specifications" href="https://2017.igem.org/Team:Heidelberg/ | + | <a title="Engineering Cycle - Specifications" href="https://2017.igem.org/Team:Heidelberg/Description" class="link_box round_box" id="box3"></a> |
− | <a title="Engineering Cycle - Design" href="https://2017.igem.org/Team:Heidelberg/ | + | <a title="Engineering Cycle - Design" href="https://2017.igem.org/Team:Heidelberg/Design" class="link_box round_box" id="box4"></a> |
− | <a title="Engineering Cycle - Modeling" href="https://2017.igem.org/Team:Heidelberg/ | + | <a title="Engineering Cycle - Modeling" href="https://2017.igem.org/Team:Heidelberg/Model" class="link_box round_box" id="box5"></a> |
− | <a title="Engineering Cycle - Assembly" href="https://2017.igem.org/Team:Heidelberg/ | + | <a title="Engineering Cycle - Assembly" href="https://2017.igem.org/Team:Heidelberg/Toolbox" class="link_box round_box" id="box6"></a> |
− | <a title="Engineering Cycle - Testing" href="https://2017.igem.org/Team:Heidelberg/ | + | <a title="Engineering Cycle - Testing" href="https://2017.igem.org/Team:Heidelberg/Results" class="link_box round_box" id="box7"></a> |
− | <a title="Engineering Cycle - Responsible Use" href="https://2017.igem.org/Team:Heidelberg/Gold_Integrated# | + | <a title="Engineering Cycle - Responsible Use" href="https://2017.igem.org/Team:Heidelberg/HP/Gold_Integrated#PREDCEL_PP" class="link_box round_box" id="box8"></a> |
− | <a title="Engineering Cycle - Implementation" href="https://2017.igem.org/Team:Heidelberg/ | + | <a title="Engineering Cycle - Implementation" href="https://2017.igem.org/Team:Heidelberg/Organosilicons" class="link_box round_box" id="box9"></a> |
</div> | </div> | ||
</div> | </div> |
Latest revision as of 22:20, 1 November 2017