(44 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Heidelberg/SandboxMarita/hoverimages}} | ||
+ | |||
<html> | <html> | ||
+ | <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 { | ||
+ | top: 5px; | ||
+ | left: 320px; | ||
+ | } | ||
+ | #box2 { | ||
+ | top: 30px; | ||
+ | left: 505px; | ||
+ | } | ||
+ | #box3 { | ||
+ | top: 210px; | ||
+ | right: 20px; | ||
+ | } | ||
+ | #box4 { | ||
+ | top: 370px; | ||
+ | right: 30px; | ||
+ | } | ||
+ | #box5 { | ||
+ | bottom: 15px; | ||
+ | right: 140px; | ||
+ | } | ||
+ | #box6 { | ||
+ | bottom: 5px; | ||
+ | left: 235px; | ||
+ | } | ||
+ | #box7 { | ||
+ | bottom: 100px; | ||
+ | left: 70px; | ||
+ | } | ||
+ | #box8 { | ||
+ | top: 225px; | ||
+ | left: 30px; | ||
+ | } | ||
+ | #box9 { | ||
+ | top: 15px; | ||
+ | left: 145px; | ||
+ | } | ||
− | < | + | </style> |
+ | <div class="container" style="display: flex; display: -webkit-flex; align-content: center; justify-content: center; margin-top: 0em; min-width: 820px; max-width: 1200px; overflow-x: auto;"> | ||
+ | <div id="hoverimg" class="col-lg-12 col-md-12 col-sm-12 col-sm-12" style="width: 800px;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/7/7f/T--Heidelberg--2017_HP_Integrated_Cycle_medium.png | ||
+ | " id="bgimage"></img> | ||
+ | <div id="link_layer"> | ||
+ | <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/Software/SafetyNet" class="link_box round_box" id="box2"></a> | ||
+ | <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/Design" class="link_box round_box" id="box4"></a> | ||
+ | <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/Toolbox" class="link_box round_box" id="box6"></a> | ||
+ | <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/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/Organosilicons" class="link_box round_box" id="box9"></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</html> | </html> |
Latest revision as of 22:20, 1 November 2017