Team:Tuebingen

From 2013.igem.org

(Difference between revisions)
(iGEM 2013: Team Tübingen)
Line 63: Line 63:
<p>Team Tübingen!</p>
<p>Team Tübingen!</p>
 +
<!-- Navigation -->
 +
#navigation {
 +
background-color: blue;
 +
}
 +
#accordion {
 +
list-style: none;
 +
padding: 0 0 0 0;
 +
width: 170px;
 +
}
 +
#accordion li{
 +
display: block;
 +
font-weight: bold;
 +
margin: 1px;
 +
cursor: pointer;
 +
padding: 5 5 5 7px;
 +
list-style: circle;
 +
-moz-border-radius: 10px;
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
}
 +
#accordion ul {
 +
list-style: none;
 +
padding: 0 0 0 0;
 +
display: none;
 +
}
 +
#accordion ul li{
 +
font-weight: normal;
 +
cursor: auto;
 +
background-color: #fff;
 +
padding: 0 0 0 7px;
 +
}
 +
#accordion a {
 +
text-decoration: none;
 +
}
 +
#accordion a:hover {
 +
text-decoration: underline;
 +
}
 +
<!-- /Navigation-->

Revision as of 20:08, 13 August 2013

Return to iGEM Main Page.

iGEM 2013: Team Tübingen

Mainpage Team Tübingen

Team Tübingen!

#navigation { background-color: blue; } #accordion { list-style: none; padding: 0 0 0 0; width: 170px; } #accordion li{ display: block; font-weight: bold; margin: 1px; cursor: pointer; padding: 5 5 5 7px; list-style: circle; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; } #accordion ul { list-style: none; padding: 0 0 0 0; display: none; } #accordion ul li{ font-weight: normal; cursor: auto; background-color: #fff; padding: 0 0 0 7px; } #accordion a { text-decoration: none; } #accordion a:hover { text-decoration: underline; }