User:SvenB

From 2013.igem.org

(Difference between revisions)
 
(102 intermediate revisions not shown)
Line 6: Line 6:
<html>
<html>
<head>
<head>
 +
 +
<link href="http://igemtuebingen.coffeecup.com/iGEM_2013/SvenB/CSS.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
Line 86: Line 88:
#top-section:hover #menubar * {
#top-section:hover #menubar * {
-
color: #8F8F8F !important;
+
color: white !important;
}
}
Line 117: Line 119:
   text-decoration: underline;
   text-decoration: underline;
}
}
-
 
/* main heading */
/* main heading */
Line 135: Line 136:
   display: none;
   display: none;
}
}
-
 
Line 189: Line 189:
}
}
-
#actualContent a{
+
p a:hover {
-
   color: #A51E37;
+
   color: white;
   text-decoration: underline;
   text-decoration: underline;
-
}
 
-
#actualContent a:hover {
 
-
  color: #A51E37;
 
-
  text-decoration: none;
 
-
  border-bottom: 1px dotted;
 
-
  border-color: #A51E37;
 
-
}
 
-
#actualContent a:active {
 
-
  color: #D58727;
 
-
  text-decoration: underline;
 
-
  border: none;
 
}
}
-
img#bodyContent {
+
p a:active {
-
  position: relative;
+
-
}
+
-
 
+
-
#homeLink {
+
   color: white;
   color: white;
 +
  text-decoration: none;
}
}
 +
</style>
</style>
</head>
</head>
-
<body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);">
 
-
<!-- -------------------------------------------------------------------- BODY -->
 
-
<a name="Top"></a>
 
-
<img src="https://static.igem.org/mediawiki/2013/0/0a/Logo_text_white.png" style="width: 320px; float: left;">
 
-
<a href="https://2013.igem.org/Main_Page" id="homeLink"><img src="https://static.igem.org/mediawiki/2013/0/06/IGEM_Logo_Shaddow_White.png" style="width:270px; float: right;"></a>
+
<body>
 +
 
 +
<body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);">
 +
 
 +
<div class="wrap">
 +
 
 +
<div class="subMenu" >
 +
<div class="inner">
 +
<a href="#" id="sTop" class="subNavBtn">Home</a>
 +
<a href="#" id="s1" class="subNavBtn">Was ist iGEM?</a>
 +
<a href="#" id="s2" class="subNavBtn">Projekt 2013</a>
 +
<a href="#" id="s3" class="subNavBtn">Wie gehts weiter?</a>
 +
<a href="#" id="s4" class="subNavBtn">Mitglied werden?</a>
 +
<a href="#" id="s5" class="subNavBtn end">Kontakt</a>
 +
</div>
 +
</div>
 +
 
 +
 
 +
<div class="section sTop">
 +
<div class="inner">
 +
<a href="https://2013.igem.org/Team:Tuebingen"><img src="https://static.igem.org/mediawiki/2013/0/0a/Logo_text_white.png" style="width: 320px; float: left; margin-top: -30px"></a>
 +
 
 +
<a href="https://2013.igem.org/Main_Page" id="homeLink"><img src="https://static.igem.org/mediawiki/2013/0/06/IGEM_Logo_Shaddow_White.png" style="width:270px; float: right; margin-top: -30px"></a>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2013/7/7a/TueWeWantYou.png" style="width: 900px; margin-left:30px">
 +
</div>
 +
<br class="clear">
 +
 
 +
</div>
 +
 
 +
 
 +
 
 +
<hr style="margin-bottom: 50px; margin-top: 85px;">
 +
 
 +
<div class="section s1">
 +
<div class="inner">
 +
<h3>Was ist iGEM?</h3>
 +
 
 +
</div>
 +
</div>
 +
 
 +
<hr>
 +
 
 +
<div class="section s2">
 +
<div class="inner">
 +
<h3>Projekt 2013</h3>
 +
 
 +
<div style="width: auto; height: auto; text-align: center; margin-top: 50px;">
 +
<img src="https://static.igem.org/mediawiki/2013/4/46/Tue_NoProgestin_black.PNG" style="width: 900px;">
 +
 
 +
<div style="width: 20px; height: 100px; background-color: transparent;"></div>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2013/c/c1/Tue_WithProgestin_black.PNG" style="width: 900px;">
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<hr>
 +
 
 +
<div class="section s3">
 +
<div class="inner">
 +
        <h3>Wie gehts weiter?</h3>
 +
 
 +
</div>
 +
</div>
 +
 
 +
<hr>
 +
 
 +
<div class="section s4">
 +
<div class="inner">
 +
<h3>Mitglied werden?</h3>
 +
 
 +
</div>
 +
 
 +
</div>
 +
 
 +
<hr>
 +
 
 +
<div class="section s5">
 +
<div class="inner">
 +
        <h3>Kontakt</h3>
 +
 +
</div>
 +
</div>
 +
 
 +
 
 +
<p style="color: white; font-size: 12pt; float: right;">Site was created using <a href="http://outyear.co.uk/smint/" style="color: #A51E37;">SMINT</a> by Robert McCracken.</p>
 +
<p>&nbsp;</p>
-
<img src="https://static.igem.org/mediawiki/2013/7/7a/TueWeWantYou.png" style="width: 960px; text-align: center;">
+
</div>
</body>
</body>

Latest revision as of 20:33, 16 October 2013



Was ist iGEM?


Projekt 2013


Wie gehts weiter?


Mitglied werden?


Kontakt

Site was created using SMINT by Robert McCracken.