Template:Team:DukeMenu/CSS

From 2014.igem.org

(Difference between revisions)
 
(91 intermediate revisions not shown)
Line 1: Line 1:
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
-
 
-
<!--THIS STYLE SHEET IS FOR THE MENU-BAR-->
 
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
<style media="screen" type="text/css">
+
<head>
-
/* Makes the square buttons for the menu */     
+
 
-
.sq-menu {
+
 
-
     display:block;
+
<style type="text/css">
-
    width:200px;
+
#navbar ul, #navbar li {  
-
    height:50px;
+
     list-style: none;
-
    border:none;
+
     list-style-position:inside;
-
    line-height:50px;
+
     margin:0px 0px;
-
    color:#f5f5f5;
+
     padding:0;
-
    text-align:center;
+
-
    text-decoration:none;
+
-
     opacity: 1;
+
-
    background: #0736A4;
+
-
    font-size:16px;
+
-
    font-weight:bold;
+
-
    overflow:hidden;
+
-
    -webkit-transition: all 0.5s ease;
+
-
    -moz-transition: all 0.5s ease;
+
-
    -o-transition: all 0.5s ease;
+
-
/*margins must be half of the change in size*/   
+
-
     margin: 0px;
+
-
     line-height:200%;
+
}
}
-
.sq-menu:hover {
+
#navbar img {
-
    background-color: #0000ff;
+
width:25%;
-
    opacity: 1;
+
height:25%;
-
/* Glow effect */
+
-
  -webkit-box-shadow: 0px 0px 20px rgba(7, 54, 164, 0);
+
-
  -moz-box-shadow: 0px 0px 20px rgba(7, 54, 164, 0;  
+
-
  box-shadow: 0px 0px 20px rgba(7, 54, 164, 0);
+
}
}
-
.homebutton {
+
#navbar ul  {
-
     display:block;
+
     display:none;
-
     width:50px;
+
     position:absolute;
-
     height:50px;
+
     left:0px;
-
     border:none;
+
     width:100%;
-
     line-height:50px;
+
     background-color:#0736A4;
-
     color:#f5f5f5;
+
}
 +
 
 +
 
 +
#navbar li{
 +
     float:left;
 +
    padding:10px 0px;
 +
    position:relative;
 +
    width:12.5%; /*originally 16.66%*/
 +
}
 +
 
 +
#navbar > li >ul {
 +
    margin: 10px 0px;
 +
}
 +
 
 +
#navbar {
     text-align:center;
     text-align:center;
 +
    height: 43px; /*43px originally*/
 +
    background-color:#0736A4;
 +
    margin: 0px 0px 40px 0px;
 +
    z-index:51;
 +
}
 +
 +
#navbar a {
     text-decoration:none;
     text-decoration:none;
-
     opacity: 1;
+
     color:white;
-
     background: #0736A4;
+
     /*font-family:raleway;*/
     font-size:16px;
     font-size:16px;
-
    font-weight:bold;
 
-
    overflow:hidden;
 
-
    -webkit-transition: all 0.5s ease;
 
-
    -moz-transition: all 0.5s ease;
 
-
    -o-transition: all 0.5s ease;
 
-
/*margins must be half of the change in size*/   
 
-
    margin: 0px;
 
-
    line-height:200%;
 
}
}
-
.homebutton:hover {
+
#navbar li li {
-
     background-color: #0000ff;
+
     width:100%;
-
    opacity: 1;
+
-
/* Glow effect */
+
-
  -webkit-box-shadow: 0px 0px 20px rgba(7, 54, 164, 0);
+
-
  -moz-box-shadow: 0px 0px 20px rgba(7, 54, 164, 0;
+
-
  box-shadow: 0px 0px 20px rgba(7, 54, 164, 0);
+
}
}
 +
</style>
-
</style>
 
</head>
</head>
-
 
<body>
<body>
-
<!--width/height of table must equal the sq-menu attributes. consider changing the widths to percentages -->
+
<script>
 +
 
 +
$(document).ready(function(){
 +
  $('#navbar > li').hover(function() {
 +
$(this).find('ul').slideToggle("slow");
 +
});
 +
 
 +
 
 +
$('#navbar > li > ul > li').mouseover(function(){
 +
  $(this).css("background-color","#0730D3");
 +
});
 +
 
 +
$('#navbar li').hover(function(){
 +
  $(this).css("background-color","#0736A4");
 +
});
 +
 
 +
 
 +
$('#navbar > li > a').hover(function(){$(this).parent().css("background-color","#0730D3");}, function(){$(this).parent().css("background-color","#0736A4");});
 +
});
 +
  </script>
 +
 
 +
<!-- 0736A4 is duke blue -->
 +
 
 +
 
 +
<ul id="navbar">
 +
        <li><a href="https://2014.igem.org/Team:Duke">Home</a></li>
 +
        <li><a href="https://2014.igem.org/Team:Duke/Team">Team</a>
 +
<ul>
 +
                <li><a href="https://2014.igem.org/Team:Duke/Team">About Us</a></li>
 +
                <li><a href="https://igem.org/Team.cgi?year=2014&amp;team_name=Duke">Official Team Profile</a></li>
 +
                <li><a href="https://2014.igem.org/Team:Duke/Team/Gallery">Photo Gallery</a></li>             
 +
                <li><a href="https://2014.igem.org/Team:Duke/Team/Attributions">Attributions</a></li>           
 +
</ul>
 +
        </li>     
 +
        <li><a href="https://2014.igem.org/Team:Duke/Project">Project</a>
 +
<ul>
 +
  <li><a href="https://2014.igem.org/Team:Duke/Project#background">Background</a></li>             
 +
                <li><a href="https://2014.igem.org/Team:Duke/Project#summary">Summary</a></li>
 +
              <li><a href="https://2014.igem.org/Team:Duke/Modeling">Modeling</a></li>
 +
  <li><a href="https://2014.igem.org/Team:Duke/Project#results">Results</a></li>       
 +
  <li><a href="https://2014.igem.org/Team:Duke/Project#future">Future Directions</a></li>           
 +
   
 +
</ul>
 +
      </li>
 +
      <li><a href="https://2014.igem.org/Team:Duke/Parts">Parts</a></li>
 +
      <li><a href="https://2014.igem.org/Team:Duke/Notebook/Overview">Notebook</a>
 +
<ul>
 +
                <li><a href="https://2014.igem.org/Team:Duke/Notebook/Overview">Overview</a></li>
 +
                <li><a href="https://2014.igem.org/Team:Duke/Notebook/Months">Notebook by Month</a></li>                                                   
 +
        <li><a href="https://2014.igem.org/Team:Duke/Notebook/Protocols">Protocols</a></li>           
 +
</ul>
 +
      </li>
 +
      <li><a href="https://2014.igem.org/Team:Duke/Policy">Policy and Practice</a>
 +
        <ul>
 +
                <li><a href="https://2014.igem.org/Team:Duke/Policy#threed">3D Printing</a></li>             
 +
                <li><a href="https://2014.igem.org/Team:Duke/Policy#hoco">House Course</a></li>             
 +
                <li><a href="https://2014.igem.org/Team:Duke/Policy#smath">NCSSM Team</a></li>             
 +
        </ul>
 +
      </li>       
 +
      <li><a href="https://2014.igem.org/Team:Duke/Safety">Safety</a></li>     
 +
      <li><a href="https://2014.igem.org/"><img src = "https://static.igem.org/mediawiki/2014/1/1a/Mattigemlogowhite.png"></a></li>     
 +
 
 +
<div style="clear: both;"></div>
 +
</ul>
 +
 
-
<table id="bodyContent" width="100%" align="center">
 
-
<tr height="50px">
 
-
<td width="50px"><a class="homebutton" href="https://2014.igem.org/Team:Duke"><img src="https://static.igem.org/mediawiki/2014/a/aa/Homeicon.png" align="left" alt="Home" height="50px" width="50px" /></a></td>
 
-
<td width="200px"><a class="sq-menu" href="https://2014.igem.org/Team:Duke">Home</a></td>
 
-
<td width="200px"><a class="sq-menu" href="https://2014.igem.org/Team:Duke">Home</a></td>
 
-
<td width="200px"><a class="sq-menu" href="https://2014.igem.org/Team:Duke">Home</a></td>
 
-
<td width="200px"><a class="sq-menu" href="https://2014.igem.org/Team:Duke">Home</a></td>
 
-
<td width="200px"><a class="sq-menu" href="https://2014.igem.org/Team:Duke">Home</a></td>
 
-
<td width="100px"><a href="https://2014.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2014/1/1a/Mattigemlogowhite.png " alt="Duke iGEM" height="50px" width="50px" /></a></td>
 
-
</tr>
 
-
</table>
 
-
 
 
</body>
</body>
</html>
</html>

Latest revision as of 02:49, 18 October 2014