Team:Tec-Monterrey/Team
From 2012.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<style type="text/css"> | <style type="text/css"> | ||
<!-- | <!-- | ||
+ | @charset "utf-8"; | ||
+ | /*Do not remove*/ | ||
+ | #top-section { | ||
+ | |||
+ | height: 100px; | ||
+ | border: none; | ||
+ | height:20px | ||
+ | } | ||
+ | #p-logo { | ||
+ | position: absolute; | ||
+ | display: none; | ||
+ | |||
+ | } | ||
+ | #footer-box { | ||
+ | display:none; | ||
+ | } | ||
+ | #catlinks { | ||
+ | display:none; | ||
+ | } | ||
+ | #search-controls { | ||
+ | display: none; | ||
+ | } | ||
+ | #menubar { background: none repeat transparent; display:none} | ||
+ | #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%; | ||
+ | } | ||
+ | #headover ul{ | ||
+ | list-style: none; | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | top: 1.2em; | ||
+ | left: 0.2em; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | /*Do not remove*/ | ||
+ | |||
+ | |||
+ | body { | ||
+ | font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; | ||
+ | background: #FFF; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | color: #000; | ||
+ | } | ||
+ | ul, ol, dl { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6, p { | ||
+ | margin-top: 0; | ||
+ | padding-right: 15px; | ||
+ | padding-left: 15px; | ||
+ | } | ||
+ | a img { | ||
+ | border: none; | ||
+ | } | ||
+ | a:link { | ||
+ | color:#414958; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #4E5869; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | a:hover, a:active, a:focus { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .container { | ||
+ | width: 80%; | ||
+ | max-width: 1260px; | ||
+ | min-width: 780px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | .header { | ||
+ | min-height:145px; | ||
+ | } | ||
+ | .content { | ||
+ | padding: 10px 0; | ||
+ | } | ||
+ | .content ul, .content ol { | ||
+ | padding: 0 15px 15px 40px; | ||
+ | } | ||
+ | .footer { | ||
+ | padding: 10px 0; | ||
+ | } | ||
+ | .fltrt { | ||
+ | float: right; | ||
+ | margin-left: 8px; | ||
+ | } | ||
+ | .fltlft { | ||
+ | float: left; | ||
+ | margin-right: 8px; | ||
+ | } | ||
+ | .clearfloat { | ||
+ | clear:both; | ||
+ | height:0; | ||
+ | font-size: 1px; | ||
+ | line-height: 0px; | ||
+ | } | ||
+ | .center-div { | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
+ | .logo { | ||
+ | width:20%; | ||
+ | height:145px; | ||
+ | float:left; | ||
+ | background:url(img/teamlogo_normal.png) no-repeat; | ||
+ | } | ||
+ | .logo:hover { | ||
+ | background:url(img/teamlogo_hover.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | .menu #sp1{ background:url(img/igemlogo_normal.png) no-repeat; border:none; height:64px; width:64px;} | ||
+ | .menu #sp1:hover{ background:url(img/igemlogo_hover.png) no-repeat;} | ||
+ | |||
+ | .menu #bt1{ background:url(img/allergen_normal.jpg) no-repeat; border:none; height:65px; width:152px;} | ||
+ | .menu #bt1:hover{ background:url(img/allergen_hover.jpg) no-repeat;} | ||
+ | .menu #bt2{ background:url(img/antifreeze_normal.jpg) no-repeat; border:none; height:65px; width:152px;} | ||
+ | .menu #bt2:hover{ background:url(img/antifreeze_hover.jpg) no-repeat;} | ||
+ | .menu #bt3{ background:url(img/humanpractice_normal.jpg) no-repeat; border:none; height:65px; width:152px;} | ||
+ | .menu #bt3:hover{ background:url(img/humanpractice_hover.jpg) no-repeat;} | ||
+ | .menu #bt4{ background:url(img/extras_normal.jpg) no-repeat; border:none; height:65px; width:152px;} | ||
+ | .menu #bt4:hover{ background:url(img/extras_hover.jpg) no-repeat;} | ||
+ | .menu #bt5{ background:url(img/team_normal.jpg) no-repeat; border:none; height:65px; width:152px;} | ||
+ | .menu #bt5:hover{ background:url(img/team_hover.jpg) no-repeat;} | ||
+ | |||
+ | .content #s1,#s2,#s3{ background:url(img/bgaleria_allergen_normal.png) no-repeat; border:none; height:25px; width:35px;} | ||
+ | .content #s1:hover,#s2:hover,#s3:hover { background:url(img/bgaleria_allergen_selec.png) no-repeat;} | ||
+ | .content #s4,#s5,#s6{ background:url(img/bgaleria_antifreeze_normal.png) no-repeat; border:none; height:25px; width:35px;} | ||
+ | .content #s4:hover,#s5:hover,#s6:hover { background:url(img/bgaleria_antifreeze_selec.png) no-repeat;} | ||
+ | |||
+ | .foot-left { | ||
+ | height:100px; | ||
+ | } | ||
+ | .foot-mid { | ||
+ | height:200px; | ||
+ | } | ||
+ | .foot-rite { | ||
+ | height:100px; | ||
+ | } | ||
--> | --> | ||
</style> | </style> | ||
Line 33: | Line 186: | ||
<table align="center"> | <table align="center"> | ||
<tr> | <tr> | ||
- | <td> <img src="img/welcome.png" alt=" | + | <td> <img src="img/welcome.png" alt="welcome" longdesc="welcome"> </td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 39: | Line 192: | ||
<div id="slideshow"> | <div id="slideshow"> | ||
- | + | <img src="img/1.jpg" alt="Slide1"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
Revision as of 21:04, 21 June 2012
|
We are team tec monterrey |