Team:Tuebingen

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
= iGEM 2013: Team Tübingen =
+
<html>
-
 
+
<!-- template base for all sites -->
-
{{:Team:Tuebingen/Template/Twitter}}
+
<!-- styles -->
-
{{:Team:Tuebingen/Template/Tuebingen}}
+
</html>
<html>
<html>
 +
<style type="text/css">
 +
/* Droid Sans from Google Web fonts */
 +
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
-
<head>
+
/* hide various iGEM-elements */
-
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
+
-
<title>Mainpage Team Tübingen</title>
+
-
<style type="text/css">
+
h1.firstHeading {
-
body, input{
+
  display: none;
-
font-family: Arial;
+
-
        font-size: 0.8em;
+
}
}
-
<!-- Navigation -->
+
/* disable search-controls (top right corner) */
-
#navigation {
+
#search-controls {
-
background-color: blue;
+
  display: none !important;  
}
}
-
#accordion {
+
#searchInput {  
-
list-style: none;
+
  display: none !important;  
-
padding: 0 0 0 0;
+
-
width: 170px;
+
}
}
-
#accordion li{
+
 
-
display: block;
+
.searchButton {
-
font-weight: bold;
+
  display: none !important;  
-
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;
+
/* change the menubar (top menu) */
-
padding: 0 0 0 0;
+
#menubar {
-
display: none;
+
display: table-cell;
 +
background: transparent !important;  
}
}
-
#accordion ul li{
+
 
-
font-weight: normal;
+
#menubar.right-menu {
-
cursor: auto;
+
text-align: right;
-
background-color: #fff;
+
-
padding: 0 0 0 7px;
+
}
}
-
#accordion a {
+
 
-
text-decoration: none;
+
#menubar * {
 +
color: transparent !important;
 +
background: transparent !important;
}
}
-
#accordion a:hover {
+
 
-
text-decoration: underline;
+
#top-section:hover #menubar * {
 +
color: black !important;
}
}
-
<!-- /Navigation-->
 
-
</style>
+
/* setup our own logo ----- MUSS NOCH GEMACHT WERDEN! */
 +
#p-logo {
 +
/* backround-image: url(#); */
 +
display: none;
 +
}
-
</head>
 
-
<body>
 
-
<p>Team Tübingen!</p>
 
-
<!-- Navigation -->
 
-
<div id="navigation">
 
-
<ul id="accordion">
 
-
<!-- http://viralpatel.net/blogs/create-accordion-menu-jquery/ -->
 
-
    <li><a href="#">Home</a></li>
+
body {
-
        <ul></ul>
+
  background-color: #f5f5f5;
 +
}
-
    <li>Project</li>
+
table#toc {
-
        <ul>
+
  float: right;
-
            <li><a href="/Team:Tuebingen/Project">Overview</a></li>
+
   margin: 0 0 1em 1em;
-
            <li><a href="/Team:Tuebingen/Motivation">Motivation</a></li>
+
}
-
            <li><a href="/Team:Tuebingen/Project_Receptor">Element: Receptor</a></li>
+
-
            <li><a href="/Team:Tuebingen/Project_Inverter">Element: Inverter</a></li>
+
-
            <li><a href="/Team:Tuebingen/Project_Reporter">Element: Reporter</a></li>
+
-
    <li><a href="/Team:Tuebingen/Appkication">Application</a></li>
+
-
    <li><a href="/Team:Tuebingen/Safety">Safety</a></li>       
+
-
</ul>
+
-
   
+
-
    <li>Team</li>
+
-
        <ul>
+
-
            <li><a href="/Team:Tuebingen/About">About Us</a></li>
+
-
            <li><a href="/Team:Tuebingen/Attributions">Attributions</a></li>
+
-
            <li><a href="/Team:Tuebingen/#">Official Roster</a></li>
+
-
</ul>
+
-
+
-
    <li>Notebook</li>
+
-
        <ul>
+
-
            <li><a href="/Team:Tuebingen/Protocols">Protocols</a></li>
+
-
            <li><a href="/Team:Tuebingen/Journal">Weekly Journal</a></li>
+
-
        </ul>
+
-
+
-
    <li>Activities</li>
+
-
<ul>
+
-
            <li><a href="/Team:Tuebingen/SynBio">SynBio-Day</a></li>
+
-
            <li><a href="/Team:Tuebingen/School">School-Project</a></li>
+
-
            <li><a href="/Team:Tuebingen/Videogame">Videogame</a></li>
+
-
        </ul>
+
-
+
-
  <li>Results</li>    
+
-
<ul>
+
-
    <li><a href="#">Modelling</a></li>
+
-
            <li><a href="#">Element: Receptor</a></li>
+
-
            <li><a href="#">Element: Inverter</a></li>
+
-
    <li><a href="#">Element: Reporter</a></li>
+
-
            <li><a href="#">Shipped Parts</a></li>
+
-
        </ul>
+
-
  <li><a href="#">Contact Us</a></li>
+
div#bodyContent {
-
</ul>
+
  margin: 1em;
-
</div>
+
}
-
<!-- /Navigation -->
+
 +
pre {
 +
  font-size: 1.5em;
 +
}
-
<script>
 
-
<!-- Navigation -->
+
/* navigation */
-
$("#accordion > li").click(function(){
+
#nav {
 +
  margin: auto;
 +
}
-
if(false == $(this).next().is(':visible')) {
+
#nav ul {
-
$('#accordion > ul').slideUp(300);
+
  list-style-type: none;
-
}
+
  list-style-image: none;
-
$(this).next().slideToggle(300);
+
  margin: 0;
-
});
+
  padding: 0;
-
<!-- /Navigation -->
+
  height: 2.5em;
 +
}
-
</script>
+
#nav li {
 +
  display: block;
 +
  position: relative;
 +
  padding: 0;
 +
  margin: 0 .5em 0 .5em;
 +
  float: left;
 +
  height: 2.7em;
 +
}
-
</body>
+
/* main heading */
 +
h1 {
 +
  border: 0;
 +
}
 +
 
 +
/* edit links on headings */
 +
span.editsection {
 +
  font-size: .5em;
 +
  color: lightgrey;
 +
}
 +
span.editsection a {
 +
  color: black;
 +
}
 +
</style>
</html>
</html>
 +
 +
 +
 +
<!-- google analytics -->
 +
<html>
 +
<script type="text/javascript">
 +
 +
  var _gaq = _gaq || [];
 +
  _gaq.push(['_setAccount', 'UA-39523076-1']);
 +
  _gaq.push(['_trackPageview']);
 +
 +
  (function() {
 +
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
  })();
 +
 +
</script>
 +
</html>
 +
 +
<!-- include navigation -->
 +
{{:Team:Tuebingen/Templates/Navigation}}

Revision as of 22:55, 13 August 2013


Mainpage Team Tübingen