Team:Imperial College London/test6
From 2011.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
}); | }); | ||
}); | }); | ||
+ | </script> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | .underlinemenu{ | ||
+ | font-weight: bold; | ||
+ | width: 100%; | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | |||
+ | .underlinemenu ul{ | ||
+ | padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/ | ||
+ | margin: 0; | ||
+ | margin-left: 20px; | ||
+ | text-align: left; //set value to "left", "center", or "right"*/ | ||
+ | } | ||
+ | |||
+ | .underlinemenu ul li{ | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | .underlinemenu ul li a{ | ||
+ | color: #225323; | ||
+ | padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/ | ||
+ | margin-right: 20px; /*spacing between each menu link*/ | ||
+ | text-decoration: none; | ||
+ | border-bottom: 3px solid #90A991; /*bottom border is 3px*/ | ||
+ | } | ||
+ | |||
+ | .underlinemenu ul li a:hover, .underlinemenu ul li a.selected{ | ||
+ | border-bottom-color: #225323; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
- | < | + | <hr style="color:#BDCBBD; height:3px;" /> |
- | + | <h1>Protocols</h1> | |
- | + | <div class="underlinemenu"> | |
+ | <ul> | ||
+ | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/General">General</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/Plant">Plant</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/Chemotaxis">Phyto-Route</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/Auxin">Auxin Xpress</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/Switch">Gene Guard</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <br/> | ||
+ | <hr style="color:#BDCBBD; height:3px;" /> | ||
+ | <script type="text/javascript"> | ||
+ | document.write(path); | ||
</script> | </script> | ||
</body> | </body> | ||
- | </html | + | </html> |
Revision as of 09:23, 15 September 2011