(27 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<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 { | ||
+ | position: absolute; | ||
+ | opacity: 0.0; | ||
+ | filter: alpha(opacity=0); | ||
+ | -moz-opacity:0.0; | ||
+ | z-index: 2; | ||
+ | |||
+ | -moz-transform: scale(1.0); | ||
+ | -webkit-transform: scale(1.0); | ||
+ | transform: scale(1.0); | ||
+ | transition: all 0.7s ease-in; | ||
+ | } | ||
+ | .link_box:hover { | ||
+ | -moz-transform: scale(1.05); | ||
+ | -webkit-transform: scale(1.05); | ||
+ | transform: scale(1.05); | ||
+ | transition: all 0.7s ease-out; | ||
+ | background-color: #444444 !important; | ||
+ | opacity: 0.025; | ||
+ | filter: alpha(opacity=2.5); | ||
+ | -moz-opacity:0.025; | ||
+ | } | ||
+ | .link_box:before { | ||
+ | content: ""; | ||
+ | } | ||
+ | .round_box { | ||
+ | -webkit-border-radius: 90px; | ||
+ | -moz-border-radius: 90px; | ||
+ | border-radius: 90px; | ||
+ | width: 180px; | ||
+ | height: 180px; | ||
+ | } | ||
#box1 { | #box1 { | ||
− | top: | + | top: 5px; |
− | left: | + | left: 320px; |
} | } | ||
#box2 { | #box2 { | ||
− | top: | + | top: 30px; |
− | left: | + | left: 505px; |
} | } | ||
#box3 { | #box3 { | ||
− | + | top: 210px; | |
− | + | right: 20px; | |
} | } | ||
#box4 { | #box4 { | ||
− | + | top: 370px; | |
− | + | right: 30px; | |
} | } | ||
#box5 { | #box5 { | ||
− | + | bottom: 15px; | |
− | + | right: 140px; | |
} | } | ||
#box6 { | #box6 { | ||
− | + | bottom: 5px; | |
− | left: | + | left: 235px; |
} | } | ||
#box7 { | #box7 { | ||
− | + | bottom: 100px; | |
− | left: | + | left: 70px; |
} | } | ||
#box8 { | #box8 { | ||
− | top: | + | top: 225px; |
− | left: | + | left: 30px; |
} | } | ||
#box9 { | #box9 { | ||
− | top: | + | top: 15px; |
− | left: | + | left: 145px; |
} | } | ||
Line 56: | 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