Template:Team:TU Munich/Header

From 2012.igem.org

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 9: Line 9:
<style type="text/css">
<style type="text/css">
 +
 +
.editsection {
 +
    //display: none;
 +
}
 +
 +
a.nohover:hover {
 +
    text-decoration:none;
 +
}
p {
p {
Line 24: Line 32:
     box-shadow: 0px 0px 0px rgba(0,0,0,0);
     box-shadow: 0px 0px 0px rgba(0,0,0,0);
     margin-left: 30px;
     margin-left: 30px;
 +
}
 +
 +
#content img#igem {
 +
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
 +
    margin-left: 30px;
 +
    float:right;
}
}
Line 56: Line 70:
  float: center;
  float: center;
  width: 920px;
  width: 920px;
-
min-height: 300px;
 
  padding: 10px;
  padding: 10px;
}
}
Line 456: Line 469:
div#content {
div#content {
-
     background: none repeat scroll 0 center rgba(255,255,255,0.99);
+
     background: none repeat scroll 0 center rgb(255,255,255);
     box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.5);
     border-width: 1px;
     border-width: 1px;
Line 566: Line 579:
     background: transparent;
     background: transparent;
     color:rgb(0,33,67);
     color:rgb(0,33,67);
-
     width:135px;
+
     width:158px;
     float:left;
     float:left;
     position: relative;
     position: relative;
Line 575: Line 588:
     background:rgb(0,33,67);
     background:rgb(0,33,67);
     color:white;
     color:white;
-
     width:135px;
+
     width:158px;
     float:left;
     float:left;
     position: relative;
     position: relative;
Line 688: Line 701:
  background-image: none !important;
  background-image: none !important;
  padding: 0 !important;
  padding: 0 !important;
 +
}
 +
 +
div#ticker {
 +
  background: #fff;
 +
  width:718px;
 +
  border: 5px solid rgb(0,30,68);
}
}
.tickercontainer { /* the outer div with the black border */
.tickercontainer { /* the outer div with the black border */
-
border: 1px solid #000;
+
border: 0px solid #000;
background: #fff;  
background: #fff;  
-
width: 738px;  
+
width: 718px;  
height: 27px;  
height: 27px;  
margin: 0;  
margin: 0;  
Line 708: Line 727:
ul.newsticker { /* that's your list */
ul.newsticker { /* that's your list */
position: relative;
position: relative;
-
left: 750px;
+
left: 850px;
font: bold 10px Verdana;
font: bold 10px Verdana;
list-style-type: none;
list-style-type: none;
 +
list-style-image: none;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
Line 717: Line 737:
ul.newsticker li {
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
float: left; /* important: display inline gives incorrect results when you check for elem's width */
-
margin-left: 30;
+
margin-left: 50px;
padding: 0;
padding: 0;
background: #fff;
background: #fff;
Line 763: Line 783:
     $('div#content').append("<div style='bottom:0px;'><hr/><center><b>This website documents the contribution of TU Munich's 2012 iGEM team to the international Genetically Engineered Machine competition. The scope of the contribution is purely academic and the contribution is in no way affiliated to any commercial brewery. The contribution is not intended to promote under-age or irresponsible drinking.</b></center></div>")
     $('div#content').append("<div style='bottom:0px;'><hr/><center><b>This website documents the contribution of TU Munich's 2012 iGEM team to the international Genetically Engineered Machine competition. The scope of the contribution is purely academic and the contribution is in no way affiliated to any commercial brewery. The contribution is not intended to promote under-age or irresponsible drinking.</b></center></div>")
     $('.bezel.mfull').append("<div style='clear:both'>&nbsp;</div>")
     $('.bezel.mfull').append("<div style='clear:both'>&nbsp;</div>")
 +
    $('.experiment').append("<div style='clear:both'>&nbsp;</div>")
     $('.tnone').addClass('center')
     $('.tnone').addClass('center')
     $('.tnone').removeClass('tnone')
     $('.tnone').removeClass('tnone')
 +
    $('tickercontainer').addClass('ui-corner-all')
});
});
Line 770: Line 792:
</head>
</head>
<body>
<body>
-
<a href="https://2012.igem.org/Team:TU_Munich">
+
<a href="https://2012.igem.org/Team:TU_Munich" class="nohover">
<img id="logo" src="https://static.igem.org/mediawiki/2012/1/1d/TUM12_Banner.png">
<img id="logo" src="https://static.igem.org/mediawiki/2012/1/1d/TUM12_Banner.png">
<img id="logotext" src="https://static.igem.org/mediawiki/2012/c/ce/TUM12_Logotext.png">
<img id="logotext" src="https://static.igem.org/mediawiki/2012/c/ce/TUM12_Logotext.png">
 +
</a>
 +
<a href="https://2012.igem.org/Main_Page" class="nohover">
 +
<img width="100" id="igem" src="https://static.igem.org/mediawiki/igem.org/d/de/IGEM_basic_Logo_stylized.png">
</a>
</a>

Latest revision as of 14:25, 21 October 2012