JurreSteens (Talk | contribs) |
JurreSteens (Talk | contribs) |
||
Line 4: | Line 4: | ||
/* Style the Image Used to Trigger the Modal */ | /* Style the Image Used to Trigger the Modal */ | ||
− | # | + | #PosLuxR, #NegLuxR, #NegLuxRExtAHLdeg, #NegLuxRLuxRdeg, #PosLuxRExtAHLdeg, #PosLuxRLuxRdeg { |
border-radius: 5px; | border-radius: 5px; | ||
cursor: pointer; | cursor: pointer; | ||
Line 10: | Line 10: | ||
} | } | ||
− | # | + | #PosLuxR:hover {opacity: 0.7;} |
+ | #NegLuxR:hover {opacity: 0.7;} | ||
+ | |||
+ | #NegLuxRExtAHLdeg:hover {opacity: 0.7;} | ||
+ | #NegLuxRLuxRdeg:hover {opacity: 0.7;} | ||
+ | #PosLuxRExtAHLdeg:hover {opacity: 0.7;} | ||
+ | #PosLuxRLuxRdeg:hover {opacity: 0.7;} | ||
Line 32: | Line 38: | ||
margin: auto; | margin: auto; | ||
display: block; | display: block; | ||
− | + | width: 90%; | |
− | + | max-width: 1366px; | |
− | max- | + | |
} | } | ||
Line 50: | Line 55: | ||
/* Add Animation - Zoom in the Modal */ | /* Add Animation - Zoom in the Modal */ | ||
− | .modal-content | + | .modal-content { |
-webkit-animation-name: zoom; | -webkit-animation-name: zoom; | ||
-webkit-animation-duration: 0.6s; | -webkit-animation-duration: 0.6s; | ||
Line 91: | Line 96: | ||
} | } | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
<script> | <script> | ||
− | |||
$(function() { | $(function() { | ||
− | + | $('#PosLuxR').on('click', function() { | |
− | + | $('#PosLuxR-Modal').toggle(); | |
− | + | }); | |
− | + | $('#PosLuxR-Modal').on('click', function() { | |
− | + | $('#PosLuxR-Modal').toggle(); | |
− | + | }); | |
− | + | $('#NegLuxR').on('click', function() { | |
− | }); | + | $('#NegLuxR-Modal').toggle(); |
+ | }); | ||
+ | $('#NegLuxR-Modal').on('click', function() { | ||
+ | $('#NegLuxR-Modal').toggle(); | ||
+ | }); | ||
+ | |||
+ | $('#NegLuxRExtAHLdeg').on('click', function() { | ||
+ | $('#NegLuxRExtAHLdeg-Modal').toggle(); | ||
+ | }); | ||
+ | $('#NegLuxRExtAHLdeg-Modal').on('click', function() { | ||
+ | $('#NegLuxRExtAHLdeg-Modal').toggle(); | ||
+ | }); | ||
+ | |||
+ | $('#NegLuxRLuxRdeg').on('click', function() { | ||
+ | $('#NegLuxRLuxRdeg-Modal').toggle(); | ||
+ | }); | ||
+ | $('#NegLuxRLuxRdeg-Modal').on('click', function() { | ||
+ | $('#NegLuxRLuxRdeg-Modal').toggle(); | ||
+ | }); | ||
+ | |||
+ | $('#PosLuxRExtAHLdeg').on('click', function() { | ||
+ | $('#PosLuxRExtAHLdeg-Modal').toggle(); | ||
+ | }); | ||
+ | $('#PosLuxRExtAHLdeg-Modal').on('click', function() { | ||
+ | $('#PosLuxRExtAHLdeg-Modal').toggle(); | ||
+ | }); | ||
+ | |||
+ | $('#PosLuxRLuxRdeg').on('click', function() { | ||
+ | $('#PosLuxRLuxRdeg-Modal').toggle(); | ||
+ | }); | ||
+ | $('#PosLuxRLuxRdeg-Modal').on('click', function() { | ||
+ | $('#PosLuxRLuxRdeg-Modal').toggle(); | ||
+ | }); | ||
+ | |||
+ | |||
+ | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 20:18, 1 November 2017