Gifu/menubar

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> </head> <body> <table width="70%" align="center"> <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut...")
 
(54 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
<style type="text/css">
 +
#dropmenu {
 +
  position: absolute;
 +
  top:-8px;
 +
  left:100px;
 +
  list-style-type: none;
 +
  width: 920px;
 +
  height: 40px;
 +
  margin: 0px auto 0px;
 +
  padding: 0;
 +
  background: #8a9b0f;
 +
  border-bottom: 5px solid #535d09;
 +
  border-radius: 3px 3px 0 0;
 +
  z-index:120;
 +
}
 +
#dropmenu li {
 +
  position: relative;
 +
  width: 16%;
 +
  float: left;
 +
  margin: 0;
 +
  padding: 0;
 +
  text-align: center;
 +
}
 +
#dropmenu li a {
 +
  display: block;
 +
  margin: 0;
 +
  padding: 15px 0 11px;
 +
  color: #fff;
 +
  font-size: 20px;
 +
  font-weight: bold;
 +
  line-height: 1;
 +
  text-decoration: none;
 +
}
 +
#dropmenu li ol {
 +
  list-style: none;
 +
  position: absolute;
 +
  top: 100%;
 +
  left: 0;
 +
  margin: 0;
 +
  padding: 0;
 +
  border-radius: 0 0 3px 3px;
 +
}
 +
#dropmenu li ol li{
 +
  overflow: hidden;
 +
  width: 100%;
 +
  height: 0;
 +
  color: #fff;
 +
  -moz-transition: .2s;
 +
  -webkit-transition: .2s;
 +
  -o-transition: .2s;
 +
  -ms-transition: .2s;
 +
  transition: .2s;
 +
}
 +
#dropmenu li ol li a{
 +
  padding: 13px 15px;
 +
  background: #6e7c0c;
 +
  text-align: left;
 +
  font-size: 12px;
 +
  font-weight: normal;
 +
}
 +
#dropmenu li:hover > a{
 +
  background: #6e7c0c;
 +
  color: #eff7b1;
 +
}
 +
#dropmenu > li:hover > a{
 +
  border-radius: 3px 3px 0 0;
 +
}
 +
#dropmenu li:hover ol li{
 +
  overflow: visible;
 +
  height: 38px;
 +
  border-top: 1px solid #7c8c0e;
 +
  border-bottom: 1px solid #616d0b;
 +
}
 +
#dropmenu li:hover ol li:first-child{
 +
  border-top: 0;
 +
}
 +
#dropmenu li:hover ol li:last-child{
 +
  border-bottom: 0;
 +
}
 +
#dropmenu li:hover ol li:last-child a{
 +
  border-radius: 0 0 3px 3px;
 +
}
 +
</style>
</head>
</head>
<body>
<body>
-
<table width="70%" align="center">
+
<ol id="dropmenu">
 +
  <li><a href="https://2014.igem.org/Team:Gifu">Home</a></li>
 +
  <li><a href="https://2014.igem.org/Team:Gifu/Team">Team</a>
 +
    <ol>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Members%26Attributions">Members&amp;Attributions</a></li>
 +
      <li><a href="https://igem.org/Team.cgi?year=2014">Official&nbsp;Team&nbsp;Profile</a></li>
 +
    </ol>
 +
  </li>
 +
  <li><a href="https://2014.igem.org/Team:Gifu/Project">Project</a>
 +
    <ol>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Projects/Circular%26RNA">Circular&nbsp;RNA</a></li>
 +
    </ol>
 +
  </li>
 +
  <li><a href="https://2014.igem.org/Team:Gifu/Notebook">Note</a>
 +
    <ol>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Protocol">Protocols</a></li>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Notebook">Calender</a></li>
 +
    </ol>
 +
  </li>
 +
  <li><a href="#">Result</a>
 +
    <ol>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Parts">Parts</a></li>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Modeling">Modeling</a></li>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Achievement">Achivements</a></li>
 +
    </ol>
 +
  </li>
 +
  <li><a href="#">More</a>
 +
    <ol>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Safety">Safety</a></li>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Judging_Form">Judging&nbsp;Form</a></li>
 +
      <li><a href="https://2014.igem.org/Team:Gifu/Human_Practice">Human&nbsp;Practice</a></li>
 +
    </ol>
 +
  </li>
 +
</ol>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
<!--
-
<a href="https://2014.igem.org/Team:Gifu"style="color:#000000">Home </a> </td>
+
<a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png"       height="20px" width="20px"></img></a></li>
-
 
+
-->
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
 
-
<a href="https://2014.igem.org/Team:Gifu/Team"style="color:#000000"> Team </a> </td>
+
<p id="spacehead">
-
 
+
</p>
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=Gifu"style="color:#000000"> Official Team Profile </a></td>
+
-
 
+
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:Gifu/Project"style="color:#000000"> Project</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
-
<a href="https://2014.igem.org/Team:Gifu/Parts"style="color:#000000"> Parts</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:Gifu/Modeling"style="color:#000000"> Modeling</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:Gifu/Notebook"style="color:#000000"> Notebook</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:Gifu/Safety"style=" color:#000000"> Safety </a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:Gifu/Attributions"style="color:#000000"> Attributions </a></td>
+
-
 
+
-
 
+
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
-
</tr>
+
-
</table>
+
</body>
</body>
</html>
</html>

Latest revision as of 06:18, 2 September 2014

  1. Home
  2. Team
    1. Members&Attributions
    2. Official Team Profile
  3. Project
    1. Circular RNA
  4. Note
    1. Protocols
    2. Calender
  5. Result
    1. Parts
    2. Modeling
    3. Achivements
  6. More
    1. Safety
    2. Judging Form
    3. Human Practice