Team:KIT-Kyoto/Test

From 2014.igem.org

(Difference between revisions)
Line 62: Line 62:
#kitfooter-box{
#kitfooter-box{
background-color:rgba(100,100,100,0.7);
background-color:rgba(100,100,100,0.7);
 +
position:absolute;
bottom:0;
bottom:0;
}
}
Line 76: Line 77:
var ua = navigator.userAgent;
var ua = navigator.userAgent;
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){
-
$(".logo").css({"left":"0"});
 
-
$(".top-content").css({"height":"500px"});
 
-
        $("#top-third img").css({width:"280px",height:"175px",left:'0px'});
 
-
        $("#top-first article").css({width:"80%"});
 
-
        $("#top-second article").css({width:"80%",left:'0px'});
 
-
        $("#top-third article").css({width:"80%",right:'0px'});
 
-
        $("#top-theend article").css({width:"80%",left:'0px'});
 
}else {
}else {
         $("#close").removeClass('close');
         $("#close").removeClass('close');

Revision as of 16:39, 9 October 2014


kit