Line 18: | Line 18: | ||
} | } | ||
+ | |||
+ | #results_Robust { | ||
+ | |||
+ | background-color: rgb(255,230,153); | ||
+ | |||
+ | } | ||
.result_button:hover { | .result_button:hover { | ||
Line 32: | Line 38: | ||
}); | }); | ||
}); | }); | ||
+ | |||
+ | $(function() { | ||
+ | $( "#robust" ).click(function() { | ||
+ | $( "#results_Robust" ).toggle(); | ||
+ | }); | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
Line 71: | Line 84: | ||
− | <svg width="80vw" height="70px"> | + | <svg id ="robust" class="result_button" width="80vw" height="70px"> |
<rect x="5" y="5" width="95%" height="60px" rx="30" fill="rgb(196,250,255)" stroke="rgb(0,112,192)" stroke-width="3"/> | <rect x="5" y="5" width="95%" height="60px" rx="30" fill="rgb(196,250,255)" stroke="rgb(0,112,192)" stroke-width="3"/> | ||
<text x="42%" y="47" style="fill:black; font-family:Agency FB; font-size:30pt;">Robustness</text> | <text x="42%" y="47" style="fill:black; font-family:Agency FB; font-size:30pt;">Robustness</text> | ||
Line 77: | Line 90: | ||
− | <div id=" | + | <div id="results_Robust" class="results"> |
<h3>Introduction</h3> | <h3>Introduction</h3> | ||
<br /> | <br /> |
Revision as of 09:30, 5 September 2017