ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 79: | Line 79: | ||
} | } | ||
.CirclePicto:hover { | .CirclePicto:hover { | ||
− | + | fill: #000063; | |
+ | cursor: pointer; | ||
} | } | ||
.ShortText { | .ShortText { | ||
Line 158: | Line 159: | ||
if ($(this).prev().css("display") == "none") { | if ($(this).prev().css("display") == "none") { | ||
$(this).prev().fadeIn(500); | $(this).prev().fadeIn(500); | ||
− | |||
$(this).next().fadeIn(2000); | $(this).next().fadeIn(2000); | ||
} | } | ||
else { | else { | ||
$(this).prev().fadeOut(2000); | $(this).prev().fadeOut(2000); | ||
− | |||
$(this).next().fadeOut(500); | $(this).next().fadeOut(500); | ||
} | } |
Revision as of 18:02, 8 October 2018