Team:Ravenwood Raptors

From 2014hs.igem.org

(Difference between revisions)
 
(180 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<head>
-
<link href='http://fonts.googleapis.com/css?family=Audiowide|Share+Tech+Mono' rel='stylesheet' type='text/css'>
+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
-
<style>
+
<script type="text/javascript">
-
/* Hide Default Stuff */
+
$(document).ready(function(){
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
-
    display:none;}
+
-
#top-section {
+
-
    border: none;
+
-
    height: 0px;}
+
-
#content {
+
-
    border: none;}
+
-
/* Background */
+
  // PLEASE READ BELOW COMMENT
-
body {
+
  //
-
background-image:url("http://oi62.tinypic.com/2uek64o.jpg");
+
  // don't worry, we're open source --> https://github.com/raptor-igem/2014hs-website
-
}
+
  // 
 +
  // PLEASE READ ABOVE COMMENT
-
/* Text Styles */
+
  $("body.page-Team_Ravenwood_Raptors").append("<iframe class='real' src='http://raptor-igem.github.io/2014hs-website/'></iframe>");
-
h1{
+
});
-
font: 400 45px/0.5 'Audiowide', Helvetica, sans-serif;
+
-
}
+
-
p{
+
-
font: 400 14px/1.5 'Share Tech Mono', Times, serif;
+
-
}
+
-
/* Navigation */
+
</script>
-
nav ul {
+
 
-
background: #efefef;  
+
<style type="text/css">
-
background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
+
body {
-
background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
+
  overflow-x: hidden;
-
background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);  
+
  height: 100%;
-
box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
+
}
-
padding: 0 20px;
+
.real {
-
border-radius: 10px;
+
  position: absolute;
-
list-style: none;
+
  width: 100%;
-
position: relative;
+
  height: 99%;
-
display: inline-table;
+
  background-color: white;
 +
  top: 0%;
 +
  left: 0%;
 +
  overflow: hidden;
 +
  z-index: 999;
}
}
-
nav ul li {
 
-
float: left;
 
-
}
 
-
nav ul li:hover {
 
-
background: #4b545f;
 
-
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
 
-
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
 
-
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
 
-
}
 
-
nav ul li:hover a {
 
-
color: #fff;
 
-
}
 
-
 
</style>
</style>
 +
</head>
<body>
<body>
-
<!-- Logo -->
+
<div id="page-contain">
-
<h1>RHS iGEM</h1>
+
<div class="page-real-main">
-
 
+
</div>
-
<!-- Navigation -->
+
</div>
-
<nav>
+
-
<ul>
+
-
<li><a href="#">Team</a></li>
+
-
<li><a href="#">Project</a></li>
+
-
<li><a href="#">Notebook</a></li>
+
-
<li><a href="#">Sponsors</a></li>
+
-
</li>
+
-
</ul>
+
-
</nav>
+
</body>
</body>
-
 
</html>
</html>

Latest revision as of 16:37, 20 June 2014