Team:Tuebingen/Template/Tuebingen

From 2012.igem.org

(Difference between revisions)
 
(51 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
/* Droid Sans from Google Web fonts */
 +
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
 +
/* credit goes to Team:LMU-Munich for parts of this stylesheet */
/* credit goes to Team:LMU-Munich for parts of this stylesheet */
-
/* hide some igem stuff... */
+
/* hide some igem elements */
h1.firstHeading, #catlinks {
h1.firstHeading, #catlinks {
Line 35: Line 38:
border: 0 none transparent;
border: 0 none transparent;
font-size: 1em;
font-size: 1em;
-
font-face: sans-serif;
+
font-family: "Droid Sans", sans-serif;
width: auto;
width: auto;
         max-width: 1000px;
         max-width: 1000px;
Line 55: Line 58:
}
}
 +
span.editsection {
 +
font-size: 0.4em;
 +
}
 +
 +
/* search controls are hidden */
#search-controls {
#search-controls {
float: right;
float: right;
Line 64: Line 72:
}
}
 +
/* search edit field is hidden */
#searchInput {
#searchInput {
width: 14em;
width: 14em;
-
display: none;
+
        display: none;
}
}
Line 88: Line 97:
#footer-box {
#footer-box {
-
margin-top: 1em;
+
        margin-top: 1em;
-
margin-bottom: 10px;
+
        margin-bottom: 10px;
-
border: 1px solid #bcbcbc;
+
        border: 1px solid #bcbcbc;
-
font-size: 0.7em;
+
        font-size: 0.7em;
}
}
#footer-box a {
#footer-box a {
-
color: #bcbcbc;
+
        color: #bcbcbc;
}
}
Line 104: Line 113:
div#bodyContent {
div#bodyContent {
-
margin-left: 1em;
+
    margin-left: 1em;
-
margin-right: 1em;
+
    margin-right: 1em;
}
}
div#bodyContent p {
div#bodyContent p {
-
text-align: justify;
+
    text-align: justify;
}
}
.twtr-widget {
.twtr-widget {
-
font-family: sans-serif!important;
+
    font-family: "Droid Sans", sans-serif !important;
}
}
Line 119: Line 128:
/* our own navigation */
/* our own navigation */
#nav {
#nav {
-
margin-top: 60px;
+
  margin-top: 60px;
}
}
#nav ul {
#nav ul {
-
list-style-type:none;
+
        list-style-type:none;
-
  list-style-image:none;
+
        list-style-image:none;
display: 0;
display: 0;
margin: 0;
margin: 0;
Line 154: Line 163:
}
}
-
#nav a, #nav strong {
+
#nav a, #nav strong, #nav ul li span {
display: block;
display: block;
background: #A51E37;
background: #A51E37;
Line 161: Line 170:
color: white;
color: white;
white-space: nowrap;
white-space: nowrap;
-
font-variant: small-caps;
+
        font-variant: small-caps;
}
}
Line 195: Line 204:
-
#nav li ul{display:none; padding-top:3px;}
+
#nav li ul{
-
#nav li:hover ul {display:block;}
+
          display:none;  
-
#nav li ul li {background-color:#2F2D49; border-bottom:1px solid #FFFFFF;}
+
          padding-top:3px;
-
#nav li ul li a{color:#FFFFFF;}
+
}
-
#nav li ul li:hover {background-color:#232323;}
+
 +
#nav li:hover ul {
 +
          display:block;
 +
}
 +
#nav li ul li {
 +
          background-color:#2F2D49;
 +
          border-bottom:1px solid #FFFFFF;
 +
}
 +
#nav li ul li a{
 +
          color:#FFFFFF;
 +
}
 +
#nav li ul li:hover {
 +
          background-color:#232323;
 +
}
 +
 +
/* for security questions */
 +
/*
 +
#spoiler {}
 +
#spoiler #toclick {
 +
          color:#000;
 +
          text-decoration:none;
 +
          }
 +
#spoiler #toclick span {
 +
          display:none;
 +
          }
 +
 +
#spoiler #toclick:hover span, #spoiler  {
 +
          display:block;
 +
          }
 +
*/
table#toc {
table#toc {
Line 210: Line 247:
}
}
 +
 +
h1 {
 +
font-size: 1.8em;
 +
font-weight: normal;
 +
margin-top: 0.5em;
 +
text-align: center;
 +
border: 0;
 +
}
h2 {
h2 {
 +
border: 0;
 +
font-weight: lighter;
 +
}
 +
 +
h4 {
border: 0;
border: 0;
font-weight: lighter;
font-weight: lighter;
Line 242: Line 292:
<!--
<!--
-
/* format our own design elements */
 
-
 
-
h1 {
 
-
color: #361B56;
 
-
font-family: sans-serif;
 
-
font-weight: normal;
 
-
text-align:center;
 
-
 
-
font-size: 5em;
 
-
 
-
margin: 0 0 .5em 0;
 
-
padding: 0;
 
-
 
-
border: none 0 transparent;
 
-
}
 
-
 
-
#logos {
 
-
width:190px;
 
-
text-align:center;
 
-
padding: 0 35px;
 
-
}
 
-
 
-
#logos img {
 
-
margin-bottom: .5em;
 
-
}
 
-
 
-
/* main area layout */
 
-
 
-
#left {
 
-
float: left;
 
-
border-right: 7px solid #16933f;
 
-
padding: 25px;
 
-
width: 210px;
 
-
text-align: center;
 
-
margin-right: -7px;
 
-
margin-top: 3em;
 
-
}
 
-
 
-
#right {
 
-
padding: 25px;
 
-
border-left: 7px solid #16933f;
 
-
margin-left: 260px;
 
-
margin-top: 3em;
 
-
padding-top: 0;
 
-
padding-left: 50px;
 
-
}
 
-
 
-
#news {
 
-
margin-top: 3em;
 
-
font-style: italic;
 
-
}
 
-
 
-
.editsection {
 
-
display: none;
 
-
}
 
-->
-->
 +
<!-- google analytics -->
<html>
<html>
<script type="text/javascript">
<script type="text/javascript">
Line 307: Line 303:
   (function() {
   (function() {
-
     var ga = document.createElNaturally occuring iron receptors of the PAQR family are found to repress fet3 promotor on high levesl of extra-cellular iron. According to J Smith et al. human mPR expressed in yeast induced the same signal binding to estrogen. Relying on this results we will try to express various mPRs of Danio rerio, Xanophus laevis in yeast which we find fitting to measure endocrine substances that influence fish.
+
     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
+
-
ement('script'); ga.type = 'text/javascript'; ga.async = true;
+
     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
     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);
     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

Latest revision as of 17:39, 24 September 2012