Team:Tec-Monterrey/safetypage

From 2011.igem.org

(Difference between revisions)
Line 44: Line 44:
     border-left: 0 solid;
     border-left: 0 solid;
     border-right: 0 solid;
     border-right: 0 solid;
-
     width: 100%;
+
}
 +
#content{
 +
     width: 80%;
}
}
Line 57: Line 59:
   .firstHeading {
   .firstHeading {
     display: none;}
     display: none;}
-
 
body {
body {
font: 12px Tahoma, Geneva, sans-serif;
font: 12px Tahoma, Geneva, sans-serif;
background-image: url(https://static.igem.org/mediawiki/igem.org/a/ab/Posiblefondo.png);
background-image: url(https://static.igem.org/mediawiki/igem.org/a/ab/Posiblefondo.png);
-
 
+
        background-repeat:no-repeat;
-
background-repeat:no-repeat;
+
       background-size: 100%;
-
       background-size: 100%;
+
margin: 0;
-
margin: 0;
+
padding: 0;
padding: 0;
margin-left: 10%;
margin-left: 10%;
Line 86: Line 86:
}
}
-
ul.nav li {
+
 
-
border-bottom: 0px solid #04191d;
+
-
+
-
}
+
a:link {
a:link {
Line 104: Line 101:
.container {
.container {
-
width: 80%;
+
width: 100%;
max-width: 1260px;
max-width: 1260px;
min-width: 780px;
min-width: 780px;
Line 115: Line 112:
float: left;
float: left;
width: 15%;
width: 15%;
-
padding-bottom: 10px;
+
        padding-bottom: 10px;
background-color:#04191d;
background-color:#04191d;
-moz-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-webkit-border-radius: 8px;
 +
}
}
.content {
.content {
Line 138: Line 136:
border-top:none;  
border-top:none;  
margin-bottom: 15px;
margin-bottom: 15px;
 +
}
}
 +
ul.nav li {
 +
border-bottom: 0px solid #04191d;
 +
 +
}
ul.nav a, ul.nav a:visited {  
ul.nav a, ul.nav a:visited {  
Line 184: Line 187:
}
}
 +
 +
table {
 +
    background: none repeat scroll 0 0 transparent}
Line 195: Line 201:
-moz-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
-
border-bottom: 0px solid #04191d;
+
border-bottom: 0px solid #04191d;  
}
}
Line 212: Line 218:
background-position: 280px;
background-position: 280px;
}
}
-
 
-
 
-
 
-
 
-
 
/* panel content - do not set borders or paddings */
/* panel content - do not set borders or paddings */
Line 223: Line 224:
overflow: hidden;
overflow: hidden;
font-size: 14px;
font-size: 14px;
-
margin:0px;
 
-
padding: 0px;
 
}
}
/* collapsed panel content */
/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }
.panelcollapsed .panelcontent { display: none; }
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
/* panel heading */
 
-
.panel h3, .panelcollapsed h3
 
-
{
 
-
color: #e5e5e5;
 
-
font-weight: normal;
 
-
margin:5px 200px;
 
-
padding: 5px;
 
-
-moz-border-radius: 3px;
 
-
-webkit-border-radius: 3px;
 
-
}
 
-
 
-
 
-
/* panel heading on rollover */
 
-
.panel h3:hover, .panelcollapsed h3:hover {
 
-
background-color: #f6d41b;
 
-
color: #000;
 
-
 
-
}
 
-
 
-
/* heading of a collapsed panel */
 
-
.panelcollapsed h3
 
-
{
 
-
background-image: url(arrow-dn.gif);
 
-
background-repeat: no-repeat;
 
-
background-position: 280px;
 
-
}
 
-
 
-
.gallery {
 
-
margin-right: 100px;
 
-
margin-left: 100px;
 
-
overflow: visible;
 
-
}
 
-
.thumbs {
 
-
height: 112px;
 
-
width: 550px;
 
-
display: table;
 
-
text-align: center;
 
-
background-attachment: scroll;
 
-
background-color: #000;
 
-
background-repeat: no-repeat;
 
-
list-style-type: none;
 
-
overflow: auto;
 
-
}
 
-->
-->
Line 291: Line 240:
<!--
<!--
 +
function changeImg(n) {
 +
 +
//url goes here
 +
var imgname = new Array();
 +
imgname[0] = "https://static.igem.org/mediawiki/2011/5/58/Highlights01.png";
 +
imgname[1] = "https://static.igem.org/mediawiki/igem.org/a/ad/Highlights02.png";
 +
imgname[2] = "https://static.igem.org/mediawiki/igem.org/e/eb/Highlights03.png";
 +
imgname[3] = "https://static.igem.org/mediawiki/igem.org/4/4a/Highlights04.png";
 +
 +
 +
var name = imgname[n];
 +
document.getElementById('imagered').src=name;
 +
}
Line 513: Line 475:
   
   
<div class="topbar">  
<div class="topbar">  
-
     <div style="filter:alpha(opacity=70);opacity:.7;">
+
     <div style="filter:alpha(opacity=70);opacity:.7;
 +
">
      
      
-
    <img src="https://static.igem.org/mediawiki/2011/2/20/Logotec.png" alt="ITESM" name="teclogo" width="146" height="52" id="teclogo">  
+
 
 +
<img src="https://static.igem.org/mediawiki/2011/2/20/Logotec.png" alt="ITESM" name="teclogo" width="146" height="52" id="teclogo">  
       <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>
       <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>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
Line 597: Line 561:
   <div style="  
   <div style="  
   text-align: center;
   text-align: center;
-
       background:url(https://static.igem.org/mediawiki/2011/d/d3/Fondoleer.png);
+
       background:url(https://static.igem.org/mediawiki/2011/3/3e/Fondogalleria.png);
   background-repeat:no-repeat;
   background-repeat:no-repeat;
-
padding-left: 20px;
 
         background-position:top;
         background-position:top;
         color:#FFF;
         color:#FFF;
 +
-moz-border-radius: 8px;
 +
-webkit-border-radius: 8px;
   ">
   ">
     <p>&nbsp;</p>
     <p>&nbsp;</p>
-
    <div class="panelcollapsed">
+
<div class="panelcollapsed">
       <h3>Biosafety in the project and regulations in Mexico</h3>
       <h3>Biosafety in the project and regulations in Mexico</h3>
   <div class="panelcontent" style="text-aling: justify; margin:5px 35px 5px 100px; padding 5px; background-color:#e5e5e5; color:#333; ">
   <div class="panelcontent" style="text-aling: justify; margin:5px 35px 5px 100px; padding 5px; background-color:#e5e5e5; color:#333; ">

Revision as of 19:26, 16 August 2011

wiki

iGEM