Team:Gothenburg-Sweden/test
From 2010.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<title>Chalmers University of Technology</title> | <title>Chalmers University of Technology</title> | ||
- | + | <script type="text/javascript" src="http://student.kuleuven.be/~s0173901/wiki/js/jquery.js"></script> | |
<style type="text/css"> | <style type="text/css"> | ||
+ | #accordion { | ||
+ | list-style: none; | ||
+ | padding: 0 0 0 0; | ||
+ | width: 170px; | ||
+ | } | ||
+ | #accordion li{ | ||
+ | font-family:Calibri, "Comic Sans MS"; | ||
+ | display: block; | ||
+ | color:#ffffff; | ||
+ | background: #64ABD9; | ||
+ | font-weight: bold; | ||
+ | margin: 1px; | ||
+ | cursor: pointer; | ||
+ | padding: 5 5 5 7px; | ||
+ | height: 25px; | ||
+ | list-style: circle; | ||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | #accordion ul { | ||
+ | |||
+ | list-style: none; | ||
+ | padding: 0 0 0 0; | ||
+ | display: none; | ||
+ | } | ||
+ | #accordion ul li{ | ||
+ | font-weight:400; | ||
+ | font-size:12px; | ||
+ | height:20px; | ||
+ | |||
+ | cursor: auto; | ||
+ | color:#00456e; | ||
+ | background: url(https://static.igem.org/mediawiki/2010/b/b6/Menu1.gif); | ||
+ | padding: 0 0 0 20px; | ||
+ | padding: 5 0 0 30px; | ||
+ | } | ||
+ | #accordion a { | ||
+ | text-decoration: none; | ||
+ | color:#00456e; | ||
+ | |||
+ | } | ||
+ | #accordion a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | #accordion a:visited { | ||
+ | color:#00456e; | ||
+ | } | ||
#footer | #footer | ||
{ | { | ||
Line 95: | Line 143: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#contentSub { | #contentSub { | ||
Line 480: | Line 463: | ||
document.onclick = mclose; | document.onclick = mclose; | ||
</script> | </script> | ||
+ | |||
+ | |||
</head> | </head> | ||
+ | |||
<body> | <body> | ||
+ | |||
+ | |||
+ | |||
<div id="header" align="center"><img src="https://static.igem.org/mediawiki/2010/6/6b/HeaderGo1.jpg"> | <div id="header" align="center"><img src="https://static.igem.org/mediawiki/2010/6/6b/HeaderGo1.jpg"> | ||
<ul id="sddm"> | <ul id="sddm"> | ||
Line 517: | Line 506: | ||
<div id="left"> | <div id="left"> | ||
- | + | <ul id="accordion"> | |
- | + | <li>FUSS</li> | |
- | + | <ul> | |
- | + | <li><a href="#">Aim</a></li> | |
- | + | <li><a href="#">Theoretical Background</a></li> | |
- | + | <li><a href="#">Methods</a></li> | |
- | + | <li><a href="#">Techniques</a></li> | |
- | + | </ul> | |
- | + | <li>Team</li> | |
- | + | <ul> | |
- | + | <li><a href="#">Supervisors</a></li> | |
- | + | <li><a href="#">Students</a></li> | |
- | + | </ul> | |
- | + | <li>Laboratory</li> | |
- | + | <ul> | |
+ | <li><a href="#">Notes</a></li> | ||
+ | <li><a href="#">Results</a></li> | ||
+ | <li><a href="#">Discussion</a></li> | ||
+ | </ul> | ||
+ | </ul> | ||
+ | <SCRIPT language=javascript> | ||
+ | $("#accordion > li").click(function(){ | ||
- | + | if(false == $(this).next().is(':visible')) { | |
- | + | $('#accordion > ul').slideUp(300); | |
- | + | } | |
- | + | $(this).next().slideToggle(300); | |
+ | }); | ||
- | + | $('#accordion > ul:eq(0)').show(); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | </SCRIPT> | |
- | + | </div> | |
- | + | ||
- | + | ||
<div id="center"> | <div id="center"> |
Revision as of 20:12, 18 August 2010
- FUSS
- Team
- Laboratory
contact us |
Please do not hesitate to contact us if you have any questions or suggestions regarding our project. We are available at: igem_goteborg_2010@googlegroups.com |