Team:CSIA-SouthKorea

From 2014hs.igem.org

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 5: Line 5:
  $(document).ready(function(){
  $(document).ready(function(){
   // If replace original site, it may bad  
   // If replace original site, it may bad  
-
   $("body.page-Team_CSIA-SouthKorea").append($("div.test-class").html);
+
   $("body.page-Team_CSIA-SouthKorea").append("<iframe class='heroku-iframe' frameborder='0' src='http://csia-southkorea.herokuapp.com'></iframe>");
 +
  $('#globalWrapper').css('display', 'none');
  });
  });
</script>
</script>
<style type="text/css">
<style type="text/css">
-
  .test-class{
+
body{
 +
  margin:0px;padding:0px;overflow:hidden;
 +
}
 +
  .heroku-iframe{
   position: absolute;
   position: absolute;
   width: 100%;
   width: 100%;
   height: 100%;
   height: 100%;
-
   background-color: skyblue;
+
   background-color: white;
   top: 0%;
   top: 0%;
   left: 0%;
   left: 0%;
 +
  overflow: hidden;
   z-index: 999;
   z-index: 999;
  }
  }
Line 21: Line 26:
</head>
</head>
<body>
<body>
-
<div id="page-1">
+
<div id="page-contain">
-
<div class='test-class'><a href='https://2014hs.igem.org/wiki/index.php?title=Team:CSIA-SouthKorea&action=edit'>Edit</a></div>
+
<div class="page-real-main">
 +
</div>
</div>
</div>
</body>
</body>
</html>
</html>

Latest revision as of 13:28, 20 June 2014