Team:Ravenwood Raptors

From 2014hs.igem.org

(Difference between revisions)
 
(194 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<head>
-
<style>
+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
-
/* Hide Default Stuff */
+
<script type="text/javascript">
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
 
-
    display:none;}
+
$(document).ready(function(){
-
#top-section {
+
 
-
    border: none;
+
  // PLEASE READ BELOW COMMENT
-
    height: 0px;}
+
  //
-
#content {
+
  // don't worry, we're open source --> https://github.com/raptor-igem/2014hs-website
-
    border: none;}
+
  // 
-
/* Text Styles */
+
  // PLEASE READ ABOVE COMMENT
-
h1.sansserif{font-family:Arial,Helvetica,sans-serif;}
+
 
 +
  $("body.page-Team_Ravenwood_Raptors").append("<iframe class='real' src='http://raptor-igem.github.io/2014hs-website/'></iframe>");
 +
});
 +
 
 +
</script>
 +
 
 +
<style type="text/css">
 +
body {
 +
  overflow-x: hidden;
 +
  height: 100%;
 +
}  
 +
.real {
 +
  position: absolute;
 +
  width: 100%;
 +
  height: 99%;
 +
  background-color: white;
 +
  top: 0%;
 +
  left: 0%;
 +
  overflow: hidden;
 +
  z-index: 999;
 +
}
</style>
</style>
 +
</head>
<body>
<body>
-
<h1>RHS iGEM</h1>
 
-
</body>
+
<div id="page-contain">
 +
<div class="page-real-main">
 +
</div>
 +
</div>
 +
</body>
</html>
</html>

Latest revision as of 16:37, 20 June 2014