Cynthia shan (Talk | contribs) |
Cynthia shan (Talk | contribs) |
||
Line 69: | Line 69: | ||
height:600px; | height:600px; | ||
position:fixed; | position:fixed; | ||
− | top: | + | top:50%; |
− | left: | + | 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: | + | top:50%; |
− | left: | + | left:50%; |
+ | margin-left: -500px; | ||
+ | margin-top: -300px; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
} | } | ||
Line 89: | Line 93: | ||
height:200px; | height:200px; | ||
position:fixed; | position:fixed; | ||
− | + | bottom: 0; | |
− | left: | + | 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