Team:Tec-Monterrey/Platinum

From 2010.igem.org

(Difference between revisions)
m
m
Line 3: Line 3:
     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
     <title>Tec de Monterrey </title>  
     <title>Tec de Monterrey </title>  
 +
<style>
 +
#search-controls {
 +
display: none;
 +
}
 +
</style>
 +
</head>
-
<script type="text/javascript"><!--
+
<style>
-
var delay=7000
+
html, body {
-
var ie4=document.all
+
margin: 0;
-
var curindex=0
+
padding: 0;
-
var totalcontent=0
+
-
function get_total(){
+
-
if (ie4){
+
-
while (eval("document.all.content"+totalcontent))
+
-
totalcontent++
+
}
}
-
else{
+
-
while (document.getElementById("content"+totalcontent))
+
body {
-
totalcontent++
+
background-color: #05182b;
 +
background-position: top center;
}
}
 +
 +
/* Wiki Hacks - START */
 +
 +
 +
 +
#globalWrapper {
 +
background-color: transparent;
 +
border: none;
 +
margin: 0;
 +
padding: 0;
}
}
-
function contract_all(){
+
-
for (y=0;y<totalcontent;y++){
+
#content {
-
if (ie4)
+
background-color: transparent;
-
eval("document.all.content"+y).style.display="none"
+
border: none;
-
else
+
padding: 0;
-
document.getElementById("content"+y).style.display="none"
+
margin: 0;
 +
width: 100%;
}
}
 +
 +
#bodyContent {
 +
border: none;
 +
padding:0;
 +
margin:0;
 +
width:100%;
}
}
-
function expand_one(which){
+
-
contract_all()
+
#top-section {
-
if (ie4)
+
height: 20px;
-
eval("document.all.content"+which).style.display=""
+
margin-top: -5px;
-
else
+
margin-left: auto;
-
document.getElementById("content"+which).style.display=""
+
margin-right: auto;
 +
margin-bottom: 0 !important;
 +
margin-bottom: 10px;
 +
padding:0;
 +
border: none;
}
}
-
function rotate_content(){
+
-
get_total()
+
#p-logo {
-
contract_all()
+
height:1px;
-
expand_one(curindex)
+
overflow:hidden;
-
curindex=(curindex<totalcontent-1)? curindex+1: 0
+
display: none;
-
setTimeout("rotate_content()",delay)
+
}
}
-
window.onload=rotate_content
+
-
//--></script>
+
#search-controls {
-
</head>
+
overflow:hidden;
 +
display:block;
 +
background: none;
 +
position: absolute;
 +
top: 100px;
 +
right: 40px;
 +
}
 +
 +
.left-menu {
 +
width: 400px;
 +
display:block;
 +
float:left;
 +
margin-top:-80px;
 +
border: none;
 +
}
 +
 +
.left-menu ul {
 +
border: none;
 +
}
 +
 +
#menubar.right-menu {
 +
width:300px;
 +
display:block;
 +
float:left;
 +
margin-top:-80px;
 +
border: none;
 +
}
 +
 +
.right-menu ul {
 +
border: none;
 +
}
 +
 +
#footer-box {
 +
background-color: transparent;
 +
border: none;
 +
width: 965px;
 +
margin: 0 auto;
 +
padding: 0;
 +
}
 +
 +
#footer {
 +
border: none;
 +
width: 965px;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
.firstHeading {
 +
display: none;
 +
}
 +
 +
#f-list a {
 +
color: #333;
 +
font-size: 10px;
 +
}
 +
 +
#f-list a:hover {
 +
color: #666;
 +
}
 +
 +
#footer ul {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#footer ul li {
 +
margin-top: 0;
 +
margin-bottom: 0;
 +
margin-left: 10px;
 +
margin-right: 10px;
 +
padding: 0;
 +
}
 +
 +
/* Wiki Hacks - END */
 +
 +
#wrapper {
 +
width: 965px;
 +
margin: 0 auto;
 +
}
 +
 +
#header_wrap {
 +
width:100%;
 +
height:107px;
 +
}
 +
 +
#menu_wrap {
 +
width:100%;
 +
height:45px;
 +
display:block;
 +
float: left;
 +
}
 +
 +
#content_wrap {
 +
width:100%;
 +
/* background-color: #fff; */
 +
margin-top: -24px;
 +
display:block;
 +
float: left;
 +
}
 +
 +
#footer_wrap {
 +
width:100%;
 +
height:40px;
 +
background-color: transparent;
 +
display:block;
 +
float: left;
 +
padding-top: 10px;
 +
}
 +
 +
/* Footer START */
 +
 +
#footer_wrap #copyright {
 +
display: block;
 +
float: left;
 +
width: 300px;
 +
text-align: center;
 +
font-size: 10px;
 +
color: #ccc;
 +
}
 +
 +
#footer_wrap #footer_links {
 +
display: block;
 +
float: right;
 +
width: 500px;
 +
text-align: center;
 +
font-size: 10px;
 +
}
 +
 +
#footer_links ul {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#footer_links ul li {
 +
display: block;
 +
list-style-type: none;
 +
float:left;
 +
padding: 0;
 +
margin: 0 5px 0 5px;
 +
}
 +
 +
#footer_links ul li a {
 +
color: #ccc;
 +
text-decoration: none;
 +
}
 +
 +
#footer_links ul li a:hover {
 +
text-decoration: underline;
 +
}
 +
 +
/* Footer END */
 +
 +
-
<style>
 
-
body{
 
-
background-color: #05182B ;
 
-
font: 11px Arial;
 
-
color: #888888;
 
-
padding: 5px 5px 5px 5px;
 
-
      }
 
 +
#panel_mask { 
 +
            position:absolute;
 +
            top:0px;
 +
            width: 1000px;
 +
            overflow:hidden; 
 +
            margin:0 auto;
 +
            background-color: #05182b;
 +
        }
b{
b{
color: #ffffff;
color: #ffffff;
Line 94: Line 269:
a:visited{color: #fff;}
a:visited{color: #fff;}
a:active{color: #fff;}
a:active{color: #fff;}
 +
 +
.righ{
 +
float:right;
 +
width:220px;
 +
background-color:#FFFFFF;
 +
}
 +
 +
.bbody{
 +
margin-left:auto;
 +
margin-right:auto;
 +
width:965px;
 +
 +
}
 +
.texteando{
 +
float:left;
 +
width:965px;
 +
background-color:#ffffff;
 +
}
 +
</style>
</style>
<body bgcolor="#414141">
<body bgcolor="#414141">
-
<body align:center>
+
<style>
-
 
+
#search-controls {
 +
display: none;
 +
}
 +
</style>
 +
<div class="bbody">
 +
<script type="text/javascript"><!--
 +
var delay=7000
 +
var ie4=document.all
 +
var curindex=0
 +
var totalcontent=0
 +
function get_total(){
 +
if (ie4){
 +
while (eval("document.all.content"+totalcontent))
 +
totalcontent++
 +
}
 +
else{
 +
while (document.getElementById("content"+totalcontent))
 +
totalcontent++
 +
}
 +
}
 +
function contract_all(){
 +
for (y=0;y<totalcontent;y++){
 +
if (ie4)
 +
eval("document.all.content"+y).style.display="none"
 +
else
 +
document.getElementById("content"+y).style.display="none"
 +
}
 +
}
 +
function expand_one(which){
 +
contract_all()
 +
if (ie4)
 +
eval("document.all.content"+which).style.display=""
 +
else
 +
document.getElementById("content"+which).style.display=""
 +
}
 +
function rotate_content(){
 +
get_total()
 +
contract_all()
 +
expand_one(curindex)
 +
curindex=(curindex<totalcontent-1)? curindex+1: 0
 +
setTimeout("rotate_content()",delay)
 +
}
 +
window.onload=rotate_content
 +
//--></script>
<div class="header">
<div class="header">
 +
<div class="titlebg">
<div class="titlebg">
</div>
</div>
Line 216: Line 454:
</style>
</style>
-
 
<div class="outer">
<div class="outer">
Line 277: Line 514:
</div>
</div>
</div>
</div>
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br><br><br><br><br><br><br>
 
 +
 +
 +
 +
 +
<br><br><br><br><br><br><br><br><br><br>
 +
<br><br><br><br>
 +
<div class="texteando">
<h1>Platinum sponsors:</h1>
<h1>Platinum sponsors:</h1>
<font color="FFFFFF">
<font color="FFFFFF">
Line 291: Line 530:
<a href="http://www.promega.com/"><img src="https://static.igem.org/mediawiki/2010/3/32/Corning.jpg" width="200px" height="29px" border="0" hspace="100"></a>
<a href="http://www.promega.com/"><img src="https://static.igem.org/mediawiki/2010/3/32/Corning.jpg" width="200px" height="29px" border="0" hspace="100"></a>
</font>
</font>
 +
<div>
 +
 +
</div>
 +
 +
</html>

Revision as of 23:57, 14 July 2010

Tec de Monterrey















Platinum sponsors:

........................................................................

...................................... ................................