Team:Virginia/Notebook

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{Template:Team:Virginia:Test}}
 
-
 
<html>
<html>
<head>
<head>
-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
+
<script src="//code.jquery.com/jquery-git2.js"></script>
<style>
<style>
-
header{
+
ul,li {
-
background-image:url("http://bigbackground.com/wp-content/uploads/2013/06/northern-lights-wallpaper-1080p.jpg");
+
    list-style-type: none;
-
height:400px;
+
-
}
+
-
 
+
-
li{
+
-
 
+
-
  list-style-type: none;
+
     padding: 0px;
     padding: 0px;
     margin: 0px;
     margin: 0px;
 +
 
  }
  }
Line 26: Line 19:
#navbar>li:last-child{
#navbar>li:last-child{
-
   padding: 6px;
+
   padding: 4px
}
}
Line 50: Line 43:
   font-family:sans-serif;
   font-family:sans-serif;
}
}
-
 
</style>
</style>
<script>
<script>
-
jQuery(document).ready(function() {
 
-
$('#navbar > li').hover(function() {
 
-
$(this).find('ul').slideToggle("slow");
 
-
});
 
-
 
-
 
-
$('#navbar > li > ul > li').mouseover(function(){
 
-
  $(this).css("background-color","#5F9C87");
 
-
});
 
-
 
-
$('#navbar li').hover(function(){
 
-
  $(this).css("background-color","#40CC9D");
 
-
});
 
-
 
-
 
-
$('#navbar > li > a').hover(function(){$(this).parent().css("background-color","#5F9C87");}, function(){$(this).parent().css("background-color","#40CC9D");});
 
-
 
-
});
 
</script>
</script>
Line 77: Line 51:
<body>
<body>
-
<header>
 
-
<h1>Human Practices</h1>
 
-
</header>
 
  <ul id="navbar">
  <ul id="navbar">
         <li><a href="https://2014.igem.org/Team:Virginia">Home</a></li>
         <li><a href="https://2014.igem.org/Team:Virginia">Home</a></li>
Line 118: Line 89:
                 height="27px"></a></li>
                 height="27px"></a></li>
     </ul>
     </ul>
-
 
-
 
-
 
-
<a class="button next" id="div2next"><span>Next</span><br>NEXT TAB2</a>
 
-
<a class="button prev" id="div2prev"><span>Prev</span><br>PREV TAB2</a>
 
-
 
-
 
</body>
</body>
</html>
</html>

Revision as of 21:00, 24 July 2014