Team:Tec-Monterrey

From 2011.igem.org

(Difference between revisions)
 
(170 intermediate revisions not shown)
Line 4: Line 4:
<style type="text/css">
<style type="text/css">
<!--
<!--
 +
#top-section {
 +
 
 +
  height: 100px;
 +
  border: none;
 +
  height:20px
 +
}
 +
#p-logo {
#p-logo {
   position: absolute;
   position: absolute;
   display: none;
   display: none;
    
    
 +
}
 +
#footer-box {
 +
display:none;
 +
}
 +
 +
 +
#catlinks {
 +
    display:none;
}
}
#search-controls {
#search-controls {
   display: none;
   display: none;
 +
}
 +
 +
#menubar { background: none repeat transparent; }
 +
 +
 +
#menubar ul li a { color: white; }
 +
 +
 +
.right-menu li a {
 +
color: black;
 +
background: none repeat transparent;
 +
}
 +
 +
#content {
 +
    background: none repeat scroll 0 0 transparent;
 +
    border-left: 0 solid;
 +
    border-right: 0 solid;
 +
}
 +
#content{
 +
    width: 80%;
}
}
Line 26: Line 61:
body {
body {
-
font: 11px Tahoma, Geneva, sans-serif;
+
font: 12px Tahoma, Geneva, sans-serif;
-
background-image: url(https://static.igem.org/mediawiki/igem.org/2/24/V2fondo.png);
+
background-image: url(https://static.igem.org/mediawiki/2011/4/43/Lefondoleposter.png);
 +
        background-repeat:no-repeat;
 +
      background-size: 100%;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
margin-left: 10%;
margin-left: 10%;
margin-right: 10%;
margin-right: 10%;
-
color: #013469;
+
color: #FFFFF;
}
}
/* ~~ Element/tag selectors ~~ */
/* ~~ Element/tag selectors ~~ */
-
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
+
ul, ol, dl {
padding: 0;
padding: 0;
margin: 0;
margin: 0;
}
}
h1, h2, h3, h4, h5, h6, p {
h1, h2, h3, h4, h5, h6, p {
-
margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
+
margin-top: 0;
padding-right: 10px;
padding-right: 10px;
-
padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
+
padding-left: 10px;  
}
}
-
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
+
a img {  
border: none;
border: none;
}
}
-
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
+
 
a:link {
a:link {
-
text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
+
color: #F90;
color: #F90;
}
}
Line 58: Line 95:
text-decoration: underline;
text-decoration: underline;
}
}
-
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
+
a:hover, a:active, a:focus {  
text-decoration: none;
text-decoration: none;
}
}
-
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
+
 
.container {
.container {
-
width: 90%;
+
width: 100%;
-
max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
+
max-width: 1260px;
-
min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
+
min-width: 780px;
-
background: #FFF;
+
overflow: hidden;  
-
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
+
  color:#FFF;
-
overflow: hidden; /* this declaration makes the .container clear all floated columns within it. */
+
}
}
-
/* ~~ These are the columns for the layout. ~~
 
-
 
-
1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
 
-
 
-
2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
 
-
 
-
3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
 
-
4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
 
-
 
-
*/
 
.sidebar1 {
.sidebar1 {
float: left;
float: left;
-
width: 20%;
+
width: 15%;
-
background: #FFF;
+
        padding-bottom: 10px;
-
padding-bottom: 10px;
+
background-color:#04191d;
 +
-moz-border-radius: 8px;
 +
-webkit-border-radius: 8px;
}
}
.content {
.content {
-
padding: 10px 0;
+
padding: none;
width: 80%;
width: 80%;
float: left;
float: left;
-
background: #FFF;
+
}
}
-
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
+
 
.content ul, .content ol {  
.content ul, .content ol {  
padding: 0 15px 15px 40px;
padding: 0 15px 15px 40px;
-
/* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
 
}
}
-
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
+
 
ul.nav {
ul.nav {
-
list-style: none; /* this removes the list marker */
+
list-style: none;  
-
border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
+
border-top:none;  
-
margin-bottom: 15px; /* this creates the space between the navigation on the content below */
+
margin-bottom: 15px;
 +
 
}
}
ul.nav li {
ul.nav li {
-
border-bottom: 1px solid #FFF; /* this creates the button separation */
+
border-bottom: 0px solid #04191d;  
 +
 
}
}
-
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
+
ul.nav a, ul.nav a:visited {  
 +
 
padding: 5px 5px 5px 15px;
padding: 5px 5px 5px 15px;
-
display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
+
display: block;  
text-decoration: none;
text-decoration: none;
-
background: #FFF;
+
color:#FFF;
-
color:#013469;;
+
}
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {  
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {  
-
background: #f6af1b; /*float amarillo*/
+
background: #339dff; /*float amarillo*/
color: #FFF;
color: #FFF;
}
}
-
/* ~~miscellaneous float/clear classes~~ */
+
 
-
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
+
.fltrt {   
float: right;
float: right;
margin-left: 8px;
margin-left: 8px;
}
}
-
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
+
.fltlft {  
float: left;
float: left;
margin-right: 8px;
margin-right: 8px;
}
}
-
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
+
.clearfloat {  
clear:both;
clear:both;
height:0;
height:0;
Line 146: Line 175:
.panel, .panelcollapsed  
.panel, .panelcollapsed  
{
{
-
margin: 5px;
+
margin: 3px;
width: auto;
width: auto;
-moz-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-border-radius: 4px;
-
border-top-width: 1px;
+
border-top-width: 10px;
-
border-right-width: 1px;
+
border-right-width: 0px;
-
border-bottom-width: 1px;
+
border-bottom-width: 10px;
-
border-left-width: 1px;
+
border-left-width: 3px;
padding-bottom: 5px;
padding-bottom: 5px;
 +
        color: #FFF;
}
}
 +
 +
 +
table {
 +
    background: none repeat scroll 0 0 transparent}
 +
/* panel heading */
/* panel heading */
.panel h2, .panelcollapsed h2  
.panel h2, .panelcollapsed h2  
{
{
 +
        color: #FFF;
font-weight: normal;
font-weight: normal;
margin: 0px;
margin: 0px;
-
padding: 4px;
+
padding: 0px;
-moz-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
 +
border-bottom: 0px solid #04191d;
 +
}
}
/* panel heading on rollover */
/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover {
.panel h2:hover, .panelcollapsed h2:hover {
-
background-color: #FC3;
+
background-color: #339dff;
color: #FFF;
color: #FFF;
}
}
Line 185: Line 223:
{
{
overflow: hidden;
overflow: hidden;
-
font-size: 12px;
+
font-size: 14px;
}
}
Line 194: Line 232:
</style><!--[if lte IE 7]>
</style><!--[if lte IE 7]>
<style>
<style>
-
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
+
.content { margin-right: -1px; }
-
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
+
ul.nav a { zoom: 1; }   
</style>
</style>
<![endif]-->
<![endif]-->
Line 201: Line 239:
<script type="text/javascript">
<script type="text/javascript">
<!--
<!--
-
 
+
var noimg = 0;
-
function changeImg(n) {
+
var i = 0;
 +
var st1 = 100;
 +
var st2 = 0;
 +
var speed = 10;
//url goes here
//url goes here
var imgname = new Array();
var imgname = new Array();
-
imgname[0] = "/a.jpg";
+
imgname[0] = "https://static.igem.org/mediawiki/2011/a/a0/Home01.png";
-
imgname[1] = "/b.jpg";
+
    imgname[1] = "https://static.igem.org/mediawiki/2011/4/45/Home02.png";
-
imgname[2] = "/c.jpg";
+
imgname[2] = "https://static.igem.org/mediawiki/2011/6/6a/Home03.png";
-
imgname[3] = "/d.jpg";
+
    imgname[3] = "https://static.igem.org/mediawiki/2011/d/dd/Home04.png";
-
imgname[4] = "/e.jpg";
+
  imgname[4] = "https://static.igem.org/mediawiki/2011/e/ec/Home05.png";
-
+
    imgname[5] = "https://static.igem.org/mediawiki/2011/0/03/Home06.png";
 +
 
 +
function changeImg(n) {
var name = imgname[n];
var name = imgname[n];
-
document.getElementById('imagered').src=name;
+
var imgobj = document.getElementById('imagered');
 +
animTransA();
 +
imgobj.src = name;
 +
animTransB();
}
}
 +
function resetAuto(num) {
 +
noimg = num;
 +
clearTimeout(timg);
 +
autoChangeImg();
 +
}
 +
 +
function autoChangeImg() {
 +
var s = 500; /*ms*/
 +
changeImg(noimg);
 +
noimg++;
 +
if (noimg > 4) { noimg = 0;}
 +
timg = setTimeout("autoChangeImg()",10*s);
 +
}
 +
function animTransA() {
 +
st1 -= speed;
 +
img = document.getElementById('imagered');
 +
img.style.opacity = st1/100;
 +
img.style.filter = 'alpha(opacity=' + st1 + ')';
 +
if (st1 > 0) { t2=setTimeout("animTransA()",50); }
 +
else { st1 = 100;}
 +
}
 +
function animTransB () {
 +
st2 += speed;
 +
img = document.getElementById('imagered');
 +
img.style.opacity = st2/100;
 +
img.style.filter = 'alpha(opacity=' + st2 + ')';
 +
if (st2 < 100) { t3=setTimeout("animTransB()",50); }
 +
else { st2 = 0;}
 +
}
 +
function resetAlpha() {
 +
clearTimeout(t2);
 +
clearTimeout(t3);
 +
img = document.getElementById('imagered');
 +
img.style.opacity = 1;
 +
st1 = 100; st2 = 0;
 +
img.style.filter = 'alpha(opacity=' + 100 + ')';
 +
}
 +
// -----------------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------
Line 232: Line 316:
// get all headings
// get all headings
var headingTags = document.getElementsByTagName(PANEL_HEADING_TAG);
var headingTags = document.getElementsByTagName(PANEL_HEADING_TAG);
-
+
 
 +
 
// go through all tags
// go through all tags
for (var i=0; i<headingTags.length; i++)
for (var i=0; i<headingTags.length; i++)
Line 239: Line 324:
// make sure it's the heading inside a panel
// make sure it's the heading inside a panel
-
if (el.parentNode.className != PANEL_NORMAL_CLASS && el.parentNode.className != PANEL_COLLAPSED_CLASS)
+
if ( el.parentNode.className != PANEL_COLLAPSED_CLASS)
 +
                    if(el.parentNode.className != PANEL_NORMAL_CLASS)
continue;
continue;
 +
// get the text value of the tag
// get the text value of the tag
var name = el.firstChild.nodeValue;
var name = el.firstChild.nodeValue;
Line 275: Line 362:
function animateTogglePanel(panel, expanding)
function animateTogglePanel(panel, expanding)
{
{
 +
// find the .panelcontent div
// find the .panelcontent div
var elements = panel.getElementsByTagName("div");
var elements = panel.getElementsByTagName("div");
var panelContent = null;
var panelContent = null;
 +
 +
for (var i=0; i<elements.length; i++)
for (var i=0; i<elements.length; i++)
{
{
Line 292: Line 382:
// get the height of the content
// get the height of the content
var contentHeight = panelContent.offsetHeight;
var contentHeight = panelContent.offsetHeight;
 +
// if panel is collapsed and expanding, we must start with 0 height
// if panel is collapsed and expanding, we must start with 0 height
Line 299: Line 390:
var stepHeight = contentHeight / PANEL_ANIMATION_STEPS;
var stepHeight = contentHeight / PANEL_ANIMATION_STEPS;
var direction = (!expanding ? -1 : 1);
var direction = (!expanding ? -1 : 1);
-
+
if (direction > 0)
 +
collapseAll();
 +
 
 +
 
 +
 
setTimeout(function(){animateStep(panelContent,1,stepHeight,direction)}, PANEL_ANIMATION_DELAY);
setTimeout(function(){animateStep(panelContent,1,stepHeight,direction)}, PANEL_ANIMATION_DELAY);
}
}
Line 337: Line 432:
// prepare the object that will keep the panel statuses
// prepare the object that will keep the panel statuses
panelsStatus = {};
panelsStatus = {};
 +
// find the cookie name
// find the cookie name
Line 342: Line 438:
if (start == -1) return;
if (start == -1) return;
 +
 +
// starting point of the value
// starting point of the value
start += PANEL_COOKIE_NAME.length+1;
start += PANEL_COOKIE_NAME.length+1;
Line 348: Line 446:
var end = document.cookie.indexOf(";", start);
var end = document.cookie.indexOf(";", start);
if (end == -1) end = document.cookie.length;
if (end == -1) end = document.cookie.length;
-
+
 
// get the value, split into key:value pairs
// get the value, split into key:value pairs
var cookieValue = unescape(document.cookie.substring(start, end));
var cookieValue = unescape(document.cookie.substring(start, end));
var panelsData = cookieValue.split("|");
var panelsData = cookieValue.split("|");
 +
 +
// split each key:value pair and put in object
// split each key:value pair and put in object
Line 359: Line 459:
panelsStatus[pair[0]] = pair[1];
panelsStatus[pair[0]] = pair[1];
}
}
 +
 +
}
}
Line 415: Line 517:
</script>
</script>
-
</head><body>
+
</head><body onLoad = "autoChangeImg();">
<div class="container">
<div class="container">
   
   
<div class="topbar">  
<div class="topbar">  
-
     <div style="background-color:#FFF;">
+
     <div style="filter:alpha(opacity=70);opacity:.7;">
 +
   
 +
  <a href="http://www.itesm.edu/wps/portal?WCM_GLOBAL_CONTEXT="><img src="https://static.igem.org/mediawiki/2011/2/20/Logotec.png" alt="ITESM" name="teclogo" width="202" height="72" id="teclogo"> </a>
 +
      <a href="https://2011.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2011/7/73/Logoigemsmall.png" alt="iGEM" name="logoigem" width="70" height="61" id="logoigem"></a>
-
<!--this will hold the search bar languages and logos -->
+
 
-
    <p> <img src="https://static.igem.org/mediawiki/igem.org/2/20/Logotec.png" alt="ITESM" name="teclogo" width="146" height="52" id="teclogo">  
+
<a href="http://www.bayer.com.mx/bayer/cropscience/bcsmexico.nsf/ID/Home_BayNEW"><img src="https://static.igem.org/mediawiki/2011/9/9f/Logobayerspon.png"width="69" height="67" align="right" alt="nllogo" name="nllogo" id="nl"> </a>
-
    <a href="https://2011.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/igem.org/7/73/Logoigemsmall.png" alt="iGEM" name="logoigem" width="70" height="61" id="logoigem"></a> </p>
+
 
-
</div>  
+
<a href="http://www.promega.com/"><img src="https://static.igem.org/mediawiki/2011/4/49/Logopromega02.png" width="77" height="67" alt="promega" name="promega" align="right" id="promega"> </a> 
-
+
 
-
+
<a href="http://www.uniparts.com.mx/"><img src="https://static.igem.org/mediawiki/2011/1/14/Logouniparts02.png"alt="uniparts" name="uniparts" align="right" width="139" height="60" id="uniparts"> </a>
 +
 
 +
 
 +
    <p>&nbsp;</p>
 +
    <p>&nbsp;</p>
 +
  </div>
 +
 
   <div class="sidebar1">
   <div class="sidebar1">
     <ul class="nav">
     <ul class="nav">
       <p>&nbsp;</p>
       <p>&nbsp;</p>
-
       <!--this is our menu! D: hurrfff durrff herpa derpa-->
+
       <!--this is our menu! D: -->
       <li>
       <li>
       <div class="panelcollapsed">
       <div class="panelcollapsed">
Line 437: Line 548:
     <div class="panelcontent" style="">
     <div class="panelcontent" style="">
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">home</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">home</a></p>
-
<p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectdescription">abstract</a></p>
+
    <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectdescription">abstract</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">videos</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/video">videos</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">step by step</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/stepbystep">step by step</a></p>
            
            
          
          
Line 450: Line 561:
   <h2>PROJECT</h2>
   <h2>PROJECT</h2>
     <div class="panelcontent" style="">
     <div class="panelcontent" style="">
-
<p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectdescription">description</a></p>
+
   
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">parts</a></p>
+
                  <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectoverview">overview</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">modeling</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectparts">parts</a></p>
 +
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectmodeling">genetic frame</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults/methods">methods</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults">results</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamha">human approach</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectprotocols">protocols</a><p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/safetypage">safety</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/safetypage">safety</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">notebook</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectnotebook">notebook</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">results</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sampledata">sample data</a></p>
-
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey">achievements</a></p>
+
          </div>
-
    </div>
+
</div>
</div>
       </li>
       </li>
Line 466: Line 581:
   <h2>TEAM</h2>
   <h2>TEAM</h2>
     <div class="panelcontent">
     <div class="panelcontent">
-
<p><a href="https://2011.igem.org/Team:Tec-Monterrey">members</a></p>
+
 
-
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey">gallery</a></p>
+
    <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teammembers">members</a></p>
-
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey">profile</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teaminstallations">headquarters</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">installations</a></p>
+
-
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey">human approach</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/microcongreso">micro congress</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/microcongreso">micro congress</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">friends</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamfriends">friends</a></p>
-
    </div>
+
 
 +
</div>
</div>
</div>
       </li><li>
       </li><li>
       <div class="panelcollapsed">
       <div class="panelcollapsed">
-
   <h2>EXTRAS</h2>
+
  
 +
 
 +
                  <h2>EXTRAS</h2>
     <div class="panelcontent">
     <div class="panelcontent">
-
<p><a href="https://2011.igem.org/Team:Tec-Monterrey">site map</a></p>
+
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">sponsors</a></p>
+
 
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey">follow us!</a></p>
+
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sitemap">site map</a></p>
-
    </div>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsplatinum">sponsors platinum</a></p>
 +
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsgold">sponsors gold</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorssilver">sponsors silver</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/specialthanks">special thanks</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/followus">follow us!</a></p>
 +
 
 +
                </div>
</div>
</div>
       </li>
       </li>
     </ul>
     </ul>
-
     <p>&nbsp;</p>
+
      
-
    <p>&nbsp;</p>
+
-
    <p>&nbsp;</p>
+
-
<p>&nbsp;</p>
+
-
    <p>&nbsp;</p>
+
-
    <p>&nbsp;</p>
+
-
<p>&nbsp;</p>
+
-
<p>&nbsp;</p>
+
</div>
</div>
    
    
Line 499: Line 614:
   <!--in sub pages, this divisions should be comments! :D-->
   <!--in sub pages, this divisions should be comments! :D-->
    
    
-
  <div class="banner">
+
 
-
       
+
-
    <div style="text-align: right;background-color:#FFF;">
+
 
-
    <p>&nbsp;</p>
+
-
    <p><a href="https://2011.igem.org/Team:Tec-Monterrey"><img src="https://static.igem.org/mediawiki/igem.org/4/4f/Renderbanner2.png" alt="tec monterrey 2011" name="banner" width="513" height="155" id="banner"></a></p>
+
-
   
+
-
    </div>
+
-
   
+
-
  </div> 
+
-
 
+
   <div class="imagehiglights">
   <div class="imagehiglights">
    
    
-
   <div style="text-align: center;background-color:#FFF;">
+
   <div style="text-align:center; float:left;">
-
    <p>&nbsp;</p>
+
    <p><img src="https://static.igem.org/mediawiki/2011/a/a0/Home01.png" alt="asd" name="image" width="425" height="319" id="imagered" longdesc="http://asdas">
-
    <p><img src="/a.jpg" alt="asd" name="image" width="300" height="300" id="imagered" longdesc="http://asdas"></p>
+
      </a></p>
-
     <table width="80%" border="1" align="center">
+
 
 +
     <table width="30%" border="0" align="center">
       <tbody><tr>
       <tbody><tr>
-
         <td> <a href="#" onmouseover="changeImg(0)">welcome!</a> </td>
+
         <td> <a href="https://2011.igem.org/Team:Tec-Monterrey/projectdescription" onMouseOver="resetAuto(0)"><img name="boton01" src="https://static.igem.org/mediawiki/2011/5/57/Botones01.png" width="40" height="40"></a> </td>
-
        <td> <a href="#" onmouseover="changeImg(1)">new look?</a> </td>
+
-
        <td> <a href="#" onmouseover="changeImg(2)">videos</a> </td>
+
-
        <td> <a href="#" onmouseover="changeImg(3)">our summer</a> </td>
+
-
        <td> <a href="#" onmouseover="changeImg(4)">coming soon</a> </td>
+
-
      </tr>
+
-
    </tbody></table>
+
-
    <p><br>
+
-
    </p>
+
-
    </div>
+
-
 
+
-
  </div>   
+
-
 
+
-
  <div class="commentsection">
+
-
 
+
-
  <div style="
+
-
  text-align: center;
+
-
  background:url(https://static.igem.org/mediawiki/igem.org/3/38/Textounoop.png);
+
-
  background-repeat:no-repeat;
+
-
  background-position:center;
+
-
        background-color:#FFF;">
+
-
 
+
-
  <p>&nbsp;</p>
+
-
<p>&nbsp;</p>
+
-
<p>Hello and welcome to our webpage!</p>
+
-
  <p> We made a few changes since your last visit, do feel free to browse! :D </p>
+
-
  <p>&nbsp;</p>
+
-
  <p>&nbsp;</p>
+
-
</div>
+
-
 
+
-
 
+
-
   
+
-
   
+
-
  </div>
+
-
 
+
-
  <div class="quicklinks">
+
-
 
+
-
  <div style="  
+
-
  text-align: center;
+
-
  background:url(https://static.igem.org/mediawiki/igem.org/e/ec/Topquicklink.png);
+
-
  background-repeat:no-repeat;
+
-
        background-position:top;
+
-
  background-color:#FFF;">
+
-
    <p>SUMMER 2011</p>
+
-
<p>&nbsp;</p>
+
-
  <p> <a href="https://2011.igem.org/Team:Tec-Monterrey/projectdescription">
+
-
  <img src="https://static.igem.org/mediawiki/igem.org/e/ef/Sidesquicklinkpd.png" alt="projectdescription" name="sidelinkleft" width="207" height="171" id="sidelinkleft"></a>  
+
-
    <a href="https://2011.igem.org/Team:Tec-Monterrey/microcongreso">
+
 
-
    <img src="https://static.igem.org/mediawiki/igem.org/3/3c/Middlequicklink.png" alt="microcongress" name="quicklinkcenter" width="225" height="190" id="quicklinkcenter"></a>
+
        <td> <a href="#" onMouseOver="resetAuto(1)">
 +
<img name="boton02" src="https://static.igem.org/mediawiki/2011/d/d7/Botones02.png"
 +
width="40" height="40"></a> </td>
 +
 
 +
        <td> <a href="https://2011.igem.org/Team:Tec-Monterrey/teamha/AR" onMouseOver="resetAuto(2)"><img name="boton03" src="https://static.igem.org/mediawiki/2011/9/95/Botones03.png" width="40" height="40" ></a> </td>
 +
       
 +
<td> <a href="https://2011.igem.org/Team:Tec-Monterrey/video" onMouseOver="resetAuto(3)"><img name="rouge" src="https://static.igem.org/mediawiki/2011/e/e5/Botones04.png" width="40 height="40"></a> </td>
 +
     
 +
 
 +
<td> <a href="http://area.autodesk.com/blogs/cory/maya_igem_and_tec_de_monterrey" onMouseOver="resetAuto(4)"><img name="boton04" src="https://static.igem.org/mediawiki/2011/f/f5/Botones05.png" width="40" height="40" alt="welcome"></a> </td>
 +
       
 +
 
 +
<td> <a href="https://2011.igem.org/Team:Tec-Monterrey/teammembers" onMouseOver="resetAuto(5)"><img name="boton06" src="https://static.igem.org/mediawiki/2011/7/72/Botones06.png" width="40" height="40" ></a> </td>
 +
        </tr>
 +
  </tbody></table>
    
    
-
   <a href="https://2011.igem.org/Team:Tec-Monterrey/safetypage">
+
    <p><br>
-
  <img src="https://static.igem.org/mediawiki/igem.org/2/2f/Sides2quicklinkpd.png" alt="safetypage" name="sidelinkright" width="207" height="171" id="sidelinkright"></a>
+
   </p> 
-
  </p>
+
    </div>
 +
     
 +
    <div class="tweets">
 +
      <div style="float:right;">
 +
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'profile',
 +
  rpp: 4,
 +
  interval: 6000,
 +
  width: 200,
 +
  height: 250,
 +
  theme: {
 +
    shell: {
 +
      background: '#000000',
 +
      color: '#ffffff'
 +
    },
 +
    tweets: {
 +
      background: '#04191d',
 +
      color: '#ffffff',
 +
      links: '#93d740'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: false,
 +
    loop: false,
 +
    live: false,
 +
    hashtags: true,
 +
    timestamp: true,
 +
    avatars: false,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('igemTecMty11').start();
 +
</script>
 +
</div>  
 +
  </div>    
 +
  </div>
 +
 
-
  </div> 
 
    
    
    
    
-
 
 
-
  <div class="sponsors">
 
-
 
 
-
    <div style="text-align: center;background-color:#FFF;">
 
-
      <p>Special thanks to our main sponsors ! </p>
 
-
<p><img src="https://static.igem.org/mediawiki/igem.org/6/66/Logo_Promega_trans.png" alt="Promega" name="promega" width="170" height="110" id="promega">
 
-
  <img src="" name="divisioncita" width="80" height="10" id="divisioncita">
 
-
  <img name="uniparts" src="https://static.igem.org/mediawiki/igem.org/d/df/Uniparts-logo.gif" width="187" height="123" alt="Uniparts"></p>
 
-
    </div>
 
-
   
 
-
  </div>
 
-
 
 
-
 
 
-
 
 
-
  <!--uncomment this part in sub pages so you may edit properly-->
 
-
  <!--
 
-
  <h1>Instructions</h1>
 
-
<p>Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the liquid layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - <a href="http://www.adobe.com/go/adc_css_layouts">http://www.adobe.com/go/adc_css_layouts</a>.</p>
 
-
    <h2>Clearing</h2>
 
-
    <p>Because all the columns are floated, this layout uses overflow:hidden on the .container. This clearing technique forces the .container to understand where the columns end in order to show any borders or background colors you place on the .container. If you have a large element that protrudes outside the .container, it will appear to be cut off. You also won't be able to use negative margins or absolute positioning with negative values to pull elements outside the .container or they will also won't display outside the .container.</p>
 
-
    <p>If you need to use these properties, you'll need to use a different clearing method. The most reliable will be to add a &lt;br class=&quot;clearfloat&quot; /&gt; or &lt;div  class=&quot;clearfloat&quot;&gt;&lt;/div&gt; after your final floated column (but before the .container closes). This will have the same clearing effect.</p>
 
-
    <h3>Footer</h3>
 
-
    <p>Adding a footer following the columns, yet still inside the .container, will cause this overflow:hidden clearing method to fail. You can place a .footer into a second .container outside the first one with no detrimental effects. The simplest choice may be to start with a layout containing headers and footers and remove the header to utilize the clearing methods in that layout type.</p>
 
-
    <h4>Internet Explorer Conditional Comments</h4>
 
-
    <p>These liquid layouts contain an Internet Explorer Conditional Comment (IECC) to correct two issues. </p>
 
-
    <ol>
 
-
      <li>Browsers are inconsistent in the way they round div sizes in percent-based layouts. If the browser must render a number like 144.5px or 564.5px, they have to round it to the nearest whole number. Safari and Opera round down, Internet Explorer rounds up and Firefox rounds one column up and one down filling the container completely. These rounding issues can cause inconsistencies in some layouts. In this IECC there is a 1px negative margin to fix IE. You may move it to any of the columns (and on either the left or right) to suit your layout needs.</li>
 
-
      <li>The zoom property was added to the anchor within the navigation list since, in some cases, extra white space will be rendered in IE6 and IE7. Zoom gives IE its proprietary hasLayout property to fix this issue.</li>
 
-
    </ol>
 
-
    <h4>Backgrounds</h4>
 
-
    <p>By nature, the background color on any div will only show for the length of the content. This means if you're using a background color or border to create the look of a side column, it won't extend all the way to the footer but will stop when the content ends. If the .content div will always contain more content, you can place a border on the .content div to divide it from the column.end .content </p>-->
 
-
</div>
 
-
  <!-- end .container --></div>
 
</div></div></body></html>
</div></div></body></html>

Latest revision as of 22:54, 20 October 2011

wiki

iGEM nllogo promega uniparts