Team:KIT-Kyoto

From 2014.igem.org

(Difference between revisions)
Line 211: Line 211:
if(ua.indexOf('iPhone') > 0 || ua.indexOf('Android') > 0 || ua.indexOf('BlackBerry') > 0 || ua.indexOf('Windows Phone') > 0){
if(ua.indexOf('iPhone') > 0 || ua.indexOf('Android') > 0 || ua.indexOf('BlackBerry') > 0 || ua.indexOf('Windows Phone') > 0){
setTimeout(function(){topimg();},1100);
setTimeout(function(){topimg();},1100);
-
$("#container").css({marginTop:'65px',marginLeft:'0px'});
+
$("#container").css({marginTop:'65px',marginLeft:'0px','background-color':'background-color:rgba(0,0,0,0)'});
 +
$("#bodyContent").css({'background-color':'background-color:rgba(0,0,0,0.5);'});
}else{
}else{
         $(".show").addClass('true');
         $(".show").addClass('true');

Revision as of 05:24, 13 October 2014


kit