Team:UPIBI-Mexico/Templates/Main

From 2012.igem.org

(Difference between revisions)
 
(97 intermediate revisions not shown)
Line 50: Line 50:
     {
     {
     background-image: url('https://static.igem.org/mediawiki/2012/8/84/HEADER_LOGOS4.png');
     background-image: url('https://static.igem.org/mediawiki/2012/8/84/HEADER_LOGOS4.png');
-
     background-color:rgba(0, 0, 255, 0.5);
+
     background-color:rgba(0, 0, 255, 0.4);
     background-position: top;
     background-position: top;
     width:1000px;
     width:1000px;
Line 60: Line 60:
     -moz-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
     box-shadow: 0 8px 6px -6px black;
     box-shadow: 0 8px 6px -6px black;
-
     border: 10px solid rgba( 255, 255, 255,0.8);
+
     border: 10px solid rgba( 255, 255, 255,0.4);
     background-clip: padding-box;
     background-clip: padding-box;
     margin-top: 20px;
     margin-top: 20px;
Line 243: Line 243:
#footer {
#footer {
         }
         }
-
 
+
/********************************************************************************************************************/
/* Main Page */
/* Main Page */
 +
/********************************************************************************************************************/
-
#introduction {
+
#contentm1-topcenter {
         width: 1000px;
         width: 1000px;
         float: center;
         float: center;
Line 258: Line 259:
background-clip: padding-box;
background-clip: padding-box;
         margin-top: 60px;
         margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
#contentm2-topleft {
 +
        width: 450px;
 +
        float: left;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/8/8a/PROJECT1.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 400px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: 165px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
#contentm3-topright{
 +
        width: 450px;
 +
        float: left;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/c/cf/PROJECT2-2.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 400px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: 80px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
#contentm4-topcenter{
 +
        width: 450px;
 +
        float: center;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/e/ec/PROJECT3-2.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 400px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 500px;
margin-left: auto;
margin-left: auto;
margin-right: auto;   
margin-right: auto;   
Line 265: Line 326:
/********************************************************************************************************************/
/********************************************************************************************************************/
/* Team */
/* Team */
 +
/********************************************************************************************************************/
 +
 +
/********************************************************************************************************************/
 +
/* Barra de navegacion 1*/
/********************************************************************************************************************/
/********************************************************************************************************************/
Line 371: Line 436:
     z-index: 2;   
     z-index: 2;   
     }
     }
 +
/********************************************************************************************************************/
 +
/* Barra de navegacion 2*/
 +
/********************************************************************************************************************/
 +
#team2navigation
 +
    {
 +
    width:1000px;
 +
    float:center;
 +
    background-color: transparent;
 +
    height:60px;
 +
    margin-left: auto;
 +
    margin-right: auto; 
 +
    margin-top: 625px; 
 +
    margin-bottom: 10px;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar
 +
    {
 +
    list-style:none;
 +
    font-weight:bold;
 +
    float:left;
 +
    width:100%;
 +
    margin:0;
 +
    padding:0;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar li
 +
    {
 +
    float:left;
 +
    position:relative;
 +
    text-align:center;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar a
 +
    {
 +
    margin-left:0px;
 +
    display:block;
 +
    padding-bottom:5px;
 +
    padding-top:5px;
 +
    width: 250px;
 +
    color:#ffffff;
 +
    background:rgba(0, 128, 0, 0.5);
 +
    font: bold 16px Times New Roman;
 +
    z-index: 2;
 +
    }
 +
 +
#team2navbar a:hover
 +
    {
 +
    color:#ffffff;
 +
    background:rgba(0, 0, 255, 0.2);
 +
    text-decoration:none;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar ul
 +
    {
 +
    background:rgba(0, 0, 255, 0.2);
 +
    list-style:none;
 +
    position:absolute;
 +
    left:-9999px;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar ul li
 +
    {
 +
    padding-top:0px;
 +
    float:none;
 +
    margin-top:-3px;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar ul a
 +
    {
 +
    white-space:nowrap;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar li:hover ul
 +
    {
 +
    left: -15px;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar li:hover a
 +
    {
 +
    background:rgba(0, 0, 255, 0.5);
 +
    text-decoration:none;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar li:hover ul a
 +
    {
 +
    text-decoration:none;
 +
    z-index: 2; 
 +
    }
 +
 +
#team2navbar li:hover ul li a:hover
 +
    {
 +
    background:rgba(0, 0, 255, 0.2);
 +
    z-index: 2; 
 +
    }
 +
/********************************************************************************************************************/
 +
/*Tabla de integrantes*/
 +
/********************************************************************************************************************/
#contentt1-topcenter {
#contentt1-topcenter {
         width: 1000px;
         width: 1000px;
         float: center;
         float: center;
 +
        background-image:url('https://static.igem.org/mediawiki/2012/a/a6/Team1.jpg');
 +
        background-repeat: no-repeat;
 +
        background-position: center;
background-color:rgba(0, 0, 255, 0.5);
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 350px;
+
height: 700px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 453: Line 627:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
 +
        background-image:url('https://static.igem.org/mediawiki/2012/e/e0/DAVID.jpg');
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
Line 515: Line 690:
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
-
background-color:rgba(255, 0, 0, 0.8);
+
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
Line 532: Line 707:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
         background-image:url('https://static.igem.org/mediawiki/2012/b/bd/FERMIN.jpg');
+
         background-image:url('https://static.igem.org/mediawiki/2012/c/c5/IV%C3%81N.jpg');
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
-
background-color:rgba(255, 0, 0, 0.8);
+
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 250px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 553: Line 728:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
        background-image:url(https://static.igem.org/mediawiki/2012/d/dc/ISABEL.jpg);
+
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
-
background-color:rgba(255, 0, 0, 0.8);
+
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 250px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 573: Line 748:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url(https://static.igem.org/mediawiki/2012/b/bf/JHORMAN.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 590: Line 768:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url(https://static.igem.org/mediawiki/2012/1/1c/PEPE.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 607: Line 788:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url(https://static.igem.org/mediawiki/2012/8/8d/MARIANA.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 625: Line 809:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url(https://static.igem.org/mediawiki/2012/c/c4/MARCO.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 642: Line 829:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url(https://static.igem.org/mediawiki/2012/1/1f/KARLA.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 659: Line 849:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url(https://static.igem.org/mediawiki/2012/1/11/NOE.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 676: Line 869:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url(https://static.igem.org/mediawiki/2012/6/6a/YAEL.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 693: Line 889:
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 0, 255, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 706: Line 904:
         font-size:150%;
         font-size:150%;
}
}
 +
/********************************************************************************************************************/
 +
/* Undergraduates*/
 +
/********************************************************************************************************************/
-
#contentt21-topcenter {
+
#contentu4-topcenter {
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url('https://static.igem.org/mediawiki/2012/4/4d/ANDREA.jpg');
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 172px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#contentu6-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url('https://static.igem.org/mediawiki/2012/4/4c/CRHISTOPHER.jpg');
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 724: Line 948:
}
}
-
#contentt22-topcenter {
+
#contentu7-topcenter {
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url('https://static.igem.org/mediawiki/2012/e/e0/DAVID.jpg');
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 741: Line 968:
}
}
-
#contentt23-topcenter {
+
#contentu8-topcenter {
         width: 231px;
         width: 231px;
         float: left;
         float: left;
-
background-color:rgba(255, 0, 0, 0.8);
+
        background-image:url('https://static.igem.org/mediawiki/2012/f/f4/ERICK.jpg');
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
         padding: 0px;
         padding: 0px;
-
height: 100px;
+
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 172px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#contentu9-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url('https://static.igem.org/mediawiki/2012/b/bd/FERMIN.jpg');
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 500;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#contentu13-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/b/bf/JHORMAN.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 500;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#contentu14-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/1/1c/PEPE.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 500;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#contentu15-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/8/8d/MARIANA.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 500;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
 
 +
#contentu16-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/c/c4/MARCO.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 172px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#contentu19-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/6/6a/YAEL.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
         -webkit-box-shadow: 0 8px 6px -6px black;
         -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
Line 758: Line 1,109:
}
}
/********************************************************************************************************************/
/********************************************************************************************************************/
-
/* Notebook */
+
/*Advisors*/
/********************************************************************************************************************/
/********************************************************************************************************************/
 +
#contenta10-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/d/dc/ISABEL.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 500;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
-
#contentn1-topcenter {
+
#contenta11-topcenter {
-
         width: 300px;
+
         width: 231px;
         float: left;
         float: left;
-
         background-image:url('https://static.igem.org/mediawiki/2012/4/43/SEMANA1.png');
+
         background-image:url('https://static.igem.org/mediawiki/2012/c/c5/IV%C3%81N.jpg');
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
-
background-color:rgba(255, 255, 255, 0);
+
background-color:rgba(0, 255, 0, 0.5);
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
Line 773: Line 1,143:
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
-
border: 10px solid rgba(255, 255, 255,0);
+
border: 10px solid rgba(192, 192, 192,0.8);
background-clip: padding-box;
background-clip: padding-box;
         margin-top: 20px;
         margin-top: 20px;
-
margin-left: 300px;
+
margin-left: 500;
margin-right: auto;   
margin-right: auto;   
         font-size:150%;
         font-size:150%;
}
}
-
#contentn2-topcenter {
+
#contenta17-topcenter {
-
         width: 300px;
+
         width: 231px;
-
         float: right;
+
         float: left;
-
         background-image:url('https://static.igem.org/mediawiki/2012/d/df/SEMANA2.png');
+
         background-image:url(https://static.igem.org/mediawiki/2012/1/1f/KARLA.jpg);
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
-
background-color:rgba(255, 255, 255, 0);
+
background-color:rgba(0, 255, 0, 0.5);
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
Line 793: Line 1,163:
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
-
border: 10px solid rgba(255, 255, 255,0);
+
border: 10px solid rgba(192, 192, 192,0.8);
background-clip: padding-box;
background-clip: padding-box;
         margin-top: 20px;
         margin-top: 20px;
-
margin-left: auto;
+
margin-left: 500;
-
margin-right: 300px;   
+
margin-right: auto;   
         font-size:150%;
         font-size:150%;
}
}
-
#contentn3-topcenter {
+
#contenta20-topcenter {
-
         width: 300px;
+
         width: 231px;
         float: left;
         float: left;
-
        background-image:url('https://static.igem.org/mediawiki/2012/6/6c/SEMANA3.png');
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
-
background-color:rgba(255, 255, 255, 0);
+
background-color:rgba(0, 255, 0, 0.5);
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
Line 813: Line 1,182:
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
-
border: 10px solid rgba(255, 255, 255,0);
+
border: 10px solid rgba(192, 192, 192,0.8);
background-clip: padding-box;
background-clip: padding-box;
         margin-top: 20px;
         margin-top: 20px;
-
margin-left: 300px;
+
margin-left: 172px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
/********************************************************************************************************************/
 +
/*Instructors*/
 +
/********************************************************************************************************************/
 +
#contenti5-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url('https://static.igem.org/mediawiki/2012/4/49/BADILLO.jpg');
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 500;
margin-right: auto;   
margin-right: auto;   
         font-size:150%;
         font-size:150%;
}
}
-
#contentn4-topcenter {
+
#contenti12-topcenter {
-
         width: 300px;
+
         width: 231px;
-
         float: right;
+
         float: left;
-
        background-image:url('https://static.igem.org/mediawiki/2012/8/8e/SEMANA4.png');
+
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
-
background-color:rgba(255, 255, 255, 0);
+
background-color:rgba(0, 255, 0, 0.5);
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
Line 833: Line 1,224:
-moz-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
-
border: 10px solid rgba(255, 255, 255,0);
+
border: 10px solid rgba(192, 192, 192,0.8);
background-clip: padding-box;
background-clip: padding-box;
         margin-top: 20px;
         margin-top: 20px;
 +
margin-left: 172px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
#contenti18-topcenter {
 +
        width: 231px;
 +
        float: left;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/1/11/NOE.jpg);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
background-color:rgba(0, 255, 0, 0.5);
 +
        padding: 0px;
 +
height: 300px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: 500;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
/********************************************************************************************************************/
 +
/* Project */
 +
/********************************************************************************************************************/
 +
 +
 +
#project1 {
 +
        width: 1000px;
 +
        float: center;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/8/8a/PROJECT1.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center bottom;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 520px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
margin-left: auto;
margin-left: auto;
-
margin-right: 300px;   
+
margin-right: auto;   
         font-size:150%;
         font-size:150%;
}
}
 +
#project2 {
 +
        width: 1000px;
 +
        float: center;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/c/cf/PROJECT2-2.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center bottom;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 510px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
#project3 {
 +
        width: 1000px;
 +
        float: center;
 +
        background-image:url(https://static.igem.org/mediawiki/2012/e/ec/PROJECT3-2.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center bottom;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 490px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
/********************************************************************************************************************/
 +
/* Notebook */
 +
/********************************************************************************************************************/
#contentn5-topcenter {
#contentn5-topcenter {
         width: 300px;
         width: 300px;
         float: left;
         float: left;
-
        background-image:url('https://static.igem.org/mediawiki/2012/d/d8/SEMANA5.png');
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
Line 850: Line 1,327:
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
-
         -webkit-box-shadow: 0 8px 6px -6px black;
+
         -webkit-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
-moz-box-shadow: 0 8px 6px -6px black;
+
-moz-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
box-shadow: 0 8px 6px -6px black;
+
box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
border: 10px solid rgba(255, 255, 255,0);
border: 10px solid rgba(255, 255, 255,0);
background-clip: padding-box;
background-clip: padding-box;
Line 864: Line 1,341:
         width: 300px;
         width: 300px;
         float: right;
         float: right;
-
        background-image:url('https://static.igem.org/mediawiki/2012/1/1a/SEMANA6.png');
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
Line 870: Line 1,346:
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
-
         -webkit-box-shadow: 0 8px 6px -6px black;
+
         -webkit-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
-moz-box-shadow: 0 8px 6px -6px black;
+
-moz-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
box-shadow: 0 8px 6px -6px black;
+
box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
border: 10px solid rgba(255, 255, 255,0);
border: 10px solid rgba(255, 255, 255,0);
background-clip: padding-box;
background-clip: padding-box;
Line 884: Line 1,360:
         width: 300px;
         width: 300px;
         float: left;
         float: left;
-
        background-image:url('https://static.igem.org/mediawiki/2012/c/c4/SEMANA7.png');
+
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
Line 890: Line 1,366:
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
-
         -webkit-box-shadow: 0 8px 6px -6px black;
+
         -webkit-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
-moz-box-shadow: 0 8px 6px -6px black;
+
-moz-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
box-shadow: 0 8px 6px -6px black;
+
box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
border: 10px solid rgba(255, 255, 255,0);
border: 10px solid rgba(255, 255, 255,0);
background-clip: padding-box;
background-clip: padding-box;
Line 904: Line 1,380:
         width: 300px;
         width: 300px;
         float: right;
         float: right;
-
        background-image:url('https://static.igem.org/mediawiki/2012/b/bf/SEMANA8.png');
+
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
Line 910: Line 1,386:
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
-
         -webkit-box-shadow: 0 8px 6px -6px black;
+
         -webkit-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
-moz-box-shadow: 0 8px 6px -6px black;
+
-moz-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
box-shadow: 0 8px 6px -6px black;
+
box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
border: 10px solid rgba(255, 255, 255,0);
border: 10px solid rgba(255, 255, 255,0);
background-clip: padding-box;
background-clip: padding-box;
Line 924: Line 1,400:
         width: 300px;
         width: 300px;
         float: left;
         float: left;
-
        background-image:url('https://static.igem.org/mediawiki/2012/5/54/SEMANA9.png');
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
Line 930: Line 1,405:
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
-
         -webkit-box-shadow: 0 8px 6px -6px black;
+
         -webkit-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
-moz-box-shadow: 0 8px 6px -6px black;
+
-moz-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
box-shadow: 0 8px 6px -6px black;
+
box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
border: 10px solid rgba(255, 255, 255,0);
border: 10px solid rgba(255, 255, 255,0);
background-clip: padding-box;
background-clip: padding-box;
Line 944: Line 1,419:
         width: 300px;
         width: 300px;
         float: right;
         float: right;
-
        background-image:url('https://static.igem.org/mediawiki/2012/c/cd/SEMANA10.png');
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
Line 950: Line 1,424:
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
-
         -webkit-box-shadow: 0 8px 6px -6px black;
+
         -webkit-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
-moz-box-shadow: 0 8px 6px -6px black;
+
-moz-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
box-shadow: 0 8px 6px -6px black;
+
box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
border: 10px solid rgba(255, 255, 255,0);
border: 10px solid rgba(255, 255, 255,0);
background-clip: padding-box;
background-clip: padding-box;
Line 964: Line 1,438:
         width: 300px;
         width: 300px;
         float: left;
         float: left;
-
        background-image:url('https://static.igem.org/mediawiki/2012/5/50/SEMANA11.png');
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
Line 970: Line 1,443:
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
-
         -webkit-box-shadow: 0 8px 6px -6px black;
+
         -webkit-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
-moz-box-shadow: 0 8px 6px -6px black;
+
-moz-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
box-shadow: 0 8px 6px -6px black;
+
box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
border: 10px solid rgba(255, 255, 255,0);
border: 10px solid rgba(255, 255, 255,0);
background-clip: padding-box;
background-clip: padding-box;
Line 984: Line 1,457:
         width: 300px;
         width: 300px;
         float: right;
         float: right;
-
        background-image:url('https://static.igem.org/mediawiki/2012/c/cb/SEMANA12.png');
 
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         background-position: center;
         background-position: center;
Line 990: Line 1,462:
         padding: 0px;
         padding: 0px;
height: 300px;
height: 300px;
-
         -webkit-box-shadow: 0 8px 6px -6px black;
+
         -webkit-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
-moz-box-shadow: 0 8px 6px -6px black;
+
-moz-box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
-
box-shadow: 0 8px 6px -6px black;
+
box-shadow: 0 8px 6px -6px rgba(255,255,255,0);
border: 10px solid rgba(255, 255, 255,0);
border: 10px solid rgba(255, 255, 255,0);
background-clip: padding-box;
background-clip: padding-box;
Line 1,001: Line 1,473:
}
}
 +
/********************************************************************************************************************/
 +
/* week1 */
 +
/********************************************************************************************************************/
 +
#contentw1-topcenter {
 +
        width: 1000px;
 +
        float: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 250px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
/********************************************************************************************************************/
 +
/* week5 */
 +
/********************************************************************************************************************/
 +
#contentw5-topcenter {
 +
        width: 1000px;
 +
        float: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 350px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
/********************************************************************************************************************/
 +
/* week6 */
 +
/********************************************************************************************************************/
 +
#contentw6-topcenter {
 +
        width: 1000px;
 +
        float: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 500px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
/********************************************************************************************************************/
 +
/* Modeling */
 +
/********************************************************************************************************************/
 +
#contentmo1-topcenter {
 +
        width: 1000px;
 +
        float: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 600px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
/********************************************************************************************************************/
 +
/* Modeling1 */
 +
/********************************************************************************************************************/
 +
#contentmod1-topcenter {
 +
        width: 1000px;
 +
        float: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 600px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
/********************************************************************************************************************/
 +
/* Modeling2 */
 +
/********************************************************************************************************************/
 +
#contentmod2-topcenter {
 +
        width: 1000px;
 +
        float: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 600px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
/********************************************************************************************************************/
 +
/* Modeling3 */
 +
/********************************************************************************************************************/
 +
#contentmod3-topcenter {
 +
        width: 1000px;
 +
        float: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 600px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
/********************************************************************************************************************/
 +
/* Protocols */
 +
/********************************************************************************************************************/
 +
#contentpro1-topcenter {
 +
        width: 1000px;
 +
        float: center;
 +
background-color:rgba(0, 0, 255, 0.5);
 +
        padding: 0px;
 +
height: 600px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(192, 192, 192,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}

Latest revision as of 15:12, 8 September 2012

Header

Retrieved from "http://2012.igem.org/Team:UPIBI-Mexico/Templates/Main"