Template:WashUprojectbar

From 2012.igem.org

(Difference between revisions)
 
(29 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<style type="text/css">
 
-
  body {background-color:#8f0222;background-repeat:repeat; }
 
-
  .firstHeading {display: none;}
 
-
  #content {padding-left:1px; padding-right:1px; background-color:#FFEFD5;}
 
-
  #footer-box {background-color:#FFEFD5; border-color:#8b0000;}
 
-
  #bodyContent {background-color: #FFEFD5;}
 
-
 
-
  p {color:#000000;}
 
-
  p {font-size:14px;}
 
-
/* Red Border */
 
-
  div#top-section {border-width:1px 1px; border-color:#ffefd5;}
 
-
  div#footer-box {border-width: 1px 1px; border-color:#ffffff;}
 
-
  div#content {border-width:0px; border-color: #FFEFD5}
 
-
 
-
</style>
 
 +
<script type="text/javascript" src="jquery.js"></script>
 +
<style type ="text/javascript">
 +
$(function(){
 +
    $('#nav').hover(function(){
 +
        $(this).animate({width:'200px'},500);
 +
    },function(){
 +
        $(this).animate({width:'35px'},500);
 +
    }).trigger('mouseleave');
 +
});
 +
</style>
<nav>
<nav>
<font face = "Palatino Linotype, Book Antiqua">
<font face = "Palatino Linotype, Book Antiqua">
Line 21: Line 16:
       <h5><a href="/Team:WashU/Saffroninakansynecho">Overview</a></h5>
       <h5><a href="/Team:WashU/Saffroninakansynecho">Overview</a></h5>
     </div>
     </div>
-
+
 
-
    <div class="menu-item3">
+
<div class="menu-item3">
-
       <h5><a href="/Team:WashU/DesignSynecho">Design</a></h5>
+
       <h5><a href="/Team:WashU/Characterization">Phase I</a></h5>
     </div>
     </div>
-
+
 
-
<div class="menu-item3">
+
<div class="menu-item3">
-
      <h5><a href="/Team:WashU/Modeling">Modeling</a></h5>
+
    <h5><a href="/Team:WashU/DesignSynecho">Phase II</a></h5>
     </div>
     </div>
<div class="menu-item3">
<div class="menu-item3">
-
      <h5><a href="#">Parts</a></h5>
+
    <h5><a href="/Team:WashU/CharacterizationOther">Phase III</a></h5>
-
      <ul><a href="#">Characterization</a></ul>
+
     </div>
     </div>
 +
<div class="menu-item3">
<div class="menu-item3">
-
       <h5><a href="#">Testing and Results</a></h5>
+
       <h5><a href="/Team:WashU/Achievements">Results</a></h5>
     </div>
     </div>
 +
<div class="menu-item3">
 +
      <h5><a href="/Team:WashU/Parts">Parts</a></h5>
 +
    </div>
<div class="menu-item3">
<div class="menu-item3">
-
       <h5><a href="#">Future Work</a></h5>
+
       <h5><a href="/Team:WashU/Judging">Judging Criteria</a></h5>
     </div>
     </div>
</nav>
</nav>
Line 55: Line 53:
   font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
   font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
   font-size: 14px;
   font-size: 14px;
-
  position:fixed;
 
   line-height: 1.5;
   line-height: 1.5;
 +
  position:absolute;
   margin: 1px;
   margin: 1px;
   -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
   -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
Line 106: Line 104:
   display: block;
   display: block;
   text-decoration: none;
   text-decoration: none;
-
   width: 200px;
+
   width: 150px;
   list-style: none;
   list-style: none;
}
}
Line 141: Line 139:
   color: #aaa;
   color: #aaa;
   display: block;
   display: block;
-
   width: 160px;
+
   width: 150px;
   float: left;
   float: left;

Latest revision as of 00:07, 1 October 2012