Difference between revisions of "Team:Hong Kong HKUST"

Line 69: Line 69:
 
   height:600px;
 
   height:600px;
 
   position:fixed;
 
   position:fixed;
   top:40%;
+
   top:50%;
   left:29%;
+
   left:50%;
 +
  margin-left: -300px;
 +
  margin-top: -300px;
 
   color: #FFFFFF;
 
   color: #FFFFFF;
 
}
 
}
Line 79: Line 81:
 
   height:600px;
 
   height:600px;
 
   position:fixed;
 
   position:fixed;
   top:45%;
+
   top:50%;
   left:13%;
+
   left:50%;
 +
  margin-left: -500px;
 +
  margin-top: -300px;
 
   color: #FFFFFF;
 
   color: #FFFFFF;
 
}
 
}
Line 89: Line 93:
 
   height:200px;
 
   height:200px;
 
   position:fixed;
 
   position:fixed;
   top:10%;
+
   bottom: 0;
   left:33%;
+
  left: 50%;
 +
   margin-left: -200px;
 +
  margin-bottom: 5%;
 
   color: #FFFFFF;
 
   color: #FFFFFF;
 
}
 
}
Line 295: Line 301:
 
setTimeout(function(){document.getElementById("sideMenu").style.display = "none";}, 25);
 
setTimeout(function(){document.getElementById("sideMenu").style.display = "none";}, 25);
 
document.getElementById("test1").style.color = "white";
 
document.getElementById("test1").style.color = "white";
 +
 +
  // $( "#test1" ).hide();
 +
  // $( "#test3" ).hide();
 +
  // $( "#test4" ).hide();
 +
  // $( "#test2" ).hide();
 +
  // $( "#test5" ).hide();
 +
  // $( "#test6" ).hide();
 +
  // $( "#test7" ).hide();
 +
  // $( "#test8" ).hide();
 +
  // $( "#test9" ).hide();
  
 
   setTimeout(function(){$( "#test" ).fadeOut( 600 );},5000);;
 
   setTimeout(function(){$( "#test" ).fadeOut( 600 );},5000);;

Revision as of 06:17, 7 October 2016