Difference between revisions of "Template:Team:Harvard BioDesign/Templates:header"

Line 3: Line 3:
 
<style type="text/css">
 
<style type="text/css">
  
.dropdown:hover .dropdown-menu {
+
.dropdown:hover .dropdown-menu {
display: block;
+
display: block;
}
+
}
  
/* Resizes the menubar to fit the links (default is 400px) */
+
/* Resizes the menubar to fit the links (default is 400px) */
#top_menu_14 {
+
#top_menu_14 {
  position: fixed;
+
position: fixed;
  width: 100%;
+
width: 100%;
  top: 0px;
+
top: 0px;
  left: 0px;
+
left: 0px;
  height: 16px;
+
height: 16px;
  background-color: transparent;
+
background-color: transparent;
  color: transparent;
+
color: transparent;
  border-bottom: none;
+
border-bottom: none;
  z-index: 9999;
+
z-index: 9999;
}
+
}
  
#top_menu_14:hover {
+
#top_menu_14:hover {
  position: fixed;
+
position: fixed;
  width: 100%;
+
width: 100%;
  top: 0px;
+
top: 0px;
  left: 0px;
+
left: 0px;
  height: 16px;
+
height: 16px;
  background-color: #383838;
+
background-color: #383838;
  border-bottom: 2px solid black;
+
border-bottom: 2px solid black;
  z-index: 9999;
+
z-index: 9999;
}
+
}
  
#top_menu_inside {
+
#top_menu_inside {
  display: block;
+
display: block;
  position: relative;
+
  height: 100%;
  width: 75%;
+
  margin: 0px auto;
  height: 100%;
+
padding: 0 10px;
  margin: 0px auto;
+
border-left: none;
  padding: 0 10px;
+
  border-right: none;
  border-left: none;
+
font-family: 'helvetica', sans-serif;
  border-right: none;
+
font-size: 12px;
  font-family: 'helvetica', sans-serif;
+
font-weight: 400;
  font-size: 12px;
+
}
  font-weight: 400;
+
  color: transparent;
+
}
+
  
  
#top_menu_inside:hover {
+
#top_menu_inside:hover {
  display: block;
+
display: block;
  position: relative;
+
height: 100%;
  width: 75%;
+
margin: 0px auto;
  height: 100%;
+
padding: 0 10px;
  margin: 0px auto;
+
border-left: 1px solid #c8c8c8;
  padding: 0 10px;
+
border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
+
  font-family: 'helvetica', sans-serif;
  border-right: 1px solid #c8c8c8;
+
font-size: 12px;
  font-family: 'helvetica', sans-serif;
+
font-weight: 400;
  font-size: 12px;
+
}
  font-weight: 400;
+
 
  color: #ffffff;
+
}
+
 
</style>
 
</style>
  
Line 67: Line 62:
 
   <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
 
   <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
  
<nav class="navbar navbar-inverse navbar-fixed-top">
+
<nav class="navbar navbar-inverse navbar-fixed-top">
  
 
   <div class="container-fluid">
 
   <div class="container-fluid">
Line 105: Line 100:
 
</nav>
 
</nav>
  
<div id="bannerContainer">
+
<div id="bannerContainer"></div>
+
</div>
+
 
+
  
 
</html>
 
</html>

Revision as of 18:52, 30 June 2015