Difference between revisions of "Template:HokkaidoU Japan/js"

 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
$("#tab1").hover(
 
$("#tab1").hover(
 
function () {
 
function () {
$("#tab1 p").attr({"style":"background-color:#EBE601"});
+
$("#tab1 p").attr({"style":"background-color:#88E43C"});
 
$("#video1").show();
 
$("#video1").show();
 
$("#video2").hide();
 
$("#video2").hide();
Line 35: Line 35:
 
},
 
},
 
function () {
 
function () {
$("#tab3 p").attr({"style":"background-color:#84E4FD"});
+
$("#tab3 p").attr({"style":"background-color:#FFFC8A"});
 
}
 
}
 
);
 
);
 +
 +
$("#microbusters").hover(
 +
function () {
 +
$("#microbusters").attr({"style":"background-color:#F07B7B"});
 +
},
 +
function () {
 +
$("#microbusters").attr({"style":"background-color:#F5A7A7"});
 +
}
 +
);
 +
 +
$("#parts").hover(
 +
function () {
 +
$("#parts").attr({"style":"background-color:#FDA068"});
 +
},
 +
function () {
 +
$("#parts").attr({"style":"background-color:#FDC09B"});
 +
}
 +
);
 +
 +
$("#notebook").hover(
 +
function () {
 +
$("#notebook").attr({"style":"background-color:#B7EF89"});
 +
},
 +
function () {
 +
$("#notebook").attr({"style":"background-color:#CFF4B0"});
 +
}
 +
);
 +
 +
$("#practices").hover(
 +
function () {
 +
$("#practices").attr({"style":"background-color:#FFFC8A"});
 +
},
 +
function () {
 +
$("#practices").attr({"style":"background-color:#FFFDB0"});
 +
}
 +
);
 +
 +
$("#about_us").hover(
 +
function () {
 +
$("#about_us").attr({"style":"background-color:#84E4FD"});
 +
},
 +
function () {
 +
$("#about_us").attr({"style":"background-color:#ADEEFE"});
 +
}
 +
);
 +
  
 
</script>
 
</script>
  
 
</html>
 
</html>

Latest revision as of 11:21, 17 September 2015