Difference between revisions of "Team:GenetiX Tec CCM"
Line 13: | Line 13: | ||
</script> | </script> | ||
<style> | <style> | ||
− | + | body { background-color: #fff; } | |
− | + | ul{list-style: none; list-style-type: none;} | |
− | + | li{list-style: none; list-style-type: none;} | |
− | + | #globalWrapper, #content{ | |
− | + | background-color: transparent; | |
− | + | border: 0px; | |
− | + | margin:0px; | |
+ | padding: 0px; | ||
+ | } | ||
+ | #mainContainer {/* Creates a container that will wrap all of the content inside your wiki pages. */ | ||
+ | width: 100%; | ||
+ | overflow:hidden; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 10px; | ||
+ | background-color: #fff; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
+ | } | ||
+ | #menuNavbar { | ||
+ | background: #fff; | ||
+ | float:top; | ||
+ | width: 97%; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-top: 18px; | ||
} | } | ||
− | . | + | .navContainer li{ |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
margin-top: 10px; | margin-top: 10px; | ||
} | } | ||
− | . | + | .navContainer li ul { |
− | background | + | display: none; |
− | + | padding-top:10px; | |
− | + | margin-left: -19px; | |
− | + | } | |
+ | .navContainer li:hover ul { | ||
+ | /*display: inline-block; */ | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | float:right; | ||
+ | margin-left:-40px; | ||
+ | margin-top:-10px; | ||
+ | } | ||
+ | .up{ | ||
+ | background: #fff; | ||
+ | } | ||
+ | #topbar { | ||
+ | background: #fff; | ||
+ | padding: 10px 0 10px 0; | ||
+ | text-align: center; | ||
+ | height: 100px; | ||
color: black; | color: black; | ||
+ | overflow: hidden; | ||
+ | -webkit-transition: height 0.5s linear; | ||
+ | -moz-transition: height 0.5s linear; | ||
+ | transition: height 0.5s linear; | ||
} | } | ||
− | + | #topbar a { | |
− | height: | + | color: #fff; |
− | + | font-size:1.3em; | |
+ | line-height: 1.25em; | ||
+ | text-decoration: none; | ||
+ | opacity: 0.5; | ||
+ | font-weight: bold; | ||
} | } | ||
− | + | #tophiddenbar { | |
− | + | font-size:1.5em; | |
+ | background: #fff; | ||
+ | font-weight: bold; | ||
+ | text-align: right; | ||
+ | text-shadow: 1px 1px 0 #444; | ||
} | } | ||
− | + | #tophiddenbar a { | |
− | + | ||
− | + | ||
− | + | ||
color: black; | color: black; | ||
+ | font-size: 1.0em; | ||
+ | text-decoration: none; | ||
+ | opacity: 0.5; | ||
+ | text-shadow: none; | ||
} | } | ||
− | .footer{ | + | #tophiddenbar a:hover { opacity: 1; } |
− | background-color: #EEFFFF; | + | .subnavbar{ |
+ | width:90%; | ||
+ | height:100px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | #contentContainer { | ||
+ | margin-top: 100px; | ||
+ | padding-top:20px; | ||
+ | padding-right:20px; | ||
+ | padding-left: 20px; | ||
+ | margin-bottom: 20px; | ||
+ | width: 100%; | ||
+ | background-color: #fff; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
+ | } | ||
+ | #bannerContainer { | ||
+ | height:200px; | ||
+ | margin:auto; | ||
+ | text-align:center; | ||
+ | color: #24B694; | ||
+ | } | ||
+ | #contentContainer h1, h2, h3, h4, h5, h6 { | ||
+ | color: #565656; | ||
+ | border-bottom: none; | ||
+ | font-weight: bold; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
+ | margin-top:10px; | ||
+ | } | ||
+ | |||
+ | #footer{ | ||
+ | background-color: #EEFFFF ; | ||
font-family: "Impact", "Charcoal", sans-serif; | font-family: "Impact", "Charcoal", sans-serif; | ||
font-weight: 100; | font-weight: 100; | ||
font-size: 25px; | font-size: 25px; | ||
color: #594F4F; | color: #594F4F; | ||
− | + | float: bottom; | |
− | + | ||
− | float: | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
.address{ | .address{ | ||
Line 75: | Line 133: | ||
font-weight: 100; | font-weight: 100; | ||
font-size: 12px; | font-size: 12px; | ||
− | color: #594F4F; | + | color:#594F4F; |
margin-top: 20px; | margin-top: 20px; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
− | .icons{ | + | .video { |
+ | margin-top: 40px; | ||
+ | margin-bottom: 60px; | ||
+ | } | ||
+ | .icons{ | ||
width: 50px; | width: 50px; | ||
margin-top: 20px; | margin-top: 20px; | ||
Line 86: | Line 148: | ||
.icons2{ | .icons2{ | ||
width: 20px; | width: 20px; | ||
+ | |||
+ | } | ||
+ | .clear{ | ||
+ | clear:both; | ||
+ | height: 10px; | ||
} | } | ||
</style> | </style> | ||
− | + | <div class="menu" class="row"> | |
− | + | <nav class="navbar navbar-default navbar-fixed-top" id="menuNavbar"> | |
− | + | <div class="up" id="tophiddenbar"> | |
− | <div class=" | + | <li ><a href="https://2015.igem.org/Team:GenetiX_Tec_CCM"> <img src="https://static.igem.org/mediawiki/2015/d/da/TeamLogo.png" style="width:90px;" alt="iGemlogo" > </a></li> |
− | + | <li ><a href="https://2015.igem.org"> <img src="https://static.igem.org/mediawiki/2015/d/d2/IGemLogo.png" style="width: 90px;" alt="TeamLogo"> </a></li> | |
− | + | </div> | |
− | + | <div class="navContainer" id="topbar"> | |
− | <div class=" | + | <div id="tophiddenbar"> |
− | <div | + | <div> |
− | + | <ul> | |
− | + | <a href="#" onclick=show()> <li>PROJECT | |
− | + | <ul class="subnavbar"> | |
− | + | <a href="https://2015.igem.org/Team:Example/Description"><li>Description</li></a> | |
− | + | <a href="https://2015.igem.org/Team:Example/Design"><li>Design</li></a> | |
+ | <a href="https://2015.igem.org/Team:Example/Modeling"><li>Modeling</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Example/Results"><li>Results</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Example/Experiments"><li>Experiments & Protocols</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Example/References"><li>References</li></a> | ||
+ | </ul> | ||
+ | </li> </a> | ||
+ | <a href="https://2015.igem.org/Team:Example/Team"><li>TEAM | ||
+ | <ul class="subnavbar"> | ||
+ | <a href="https://2015.igem.org/Team:Example/Attribution"><li>Attribution</li></a> | ||
+ | </ul> | ||
+ | </li></a> | ||
+ | <a href="#" onclick= ; ><li>PARTS | ||
+ | <ul class="subnavbar"> | ||
+ | <a href="https://2015.igem.org/Team:Example/Parts"><li>Team Parts</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Example/Basic_Part"><li>Basic Parts</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Example/Composite_Part"><li>Composite Parts</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Example/Part_Collection"><li>Part Collection</li></a> | ||
+ | </ul> | ||
+ | </li></a> | ||
+ | <a href="https://2015.igem.org/Team:Example/Practices"><li>HUMAN PRACTICES</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Example/Safety"><li>SAFETY</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Example/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | </nav> | ||
+ | </div> | ||
+ | <body> | ||
+ | <div class="row" id="contentContainer"> | ||
+ | <div id="bannerContainer" class="row"> | ||
+ | |||
+ | </div> | ||
</div> | </div> | ||
− | + | </body> | |
− | + | ||
− | + | <footer id="footer"> | |
− | + | <div class="row" style="background-color: #EEFFFF ;"> | |
− | + | <div class="col-md-1"> | |
− | + | <div> | |
− | < | + | <image src="https://static.igem.org/mediawiki/2015/3/3c/TeamLogo.gif" style="width: 100px; margin-top: 50px;"> |
− | + | ||
− | <image src="https://static.igem.org/mediawiki/2015/ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | </div> | |
+ | <div class="col-md-3"> | ||
+ | <div style="margin-top: 20px;">OUR SCHOOL<a href="http://www.itesm.mx/wps/wcm/connect/Campus/CCM/Ciudad+de+Mexico/"><image src="https://static.igem.org/mediawiki/2015/b/b0/OurSchool.jpg" style="width: 190px; margin-top: 20px;"></a> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="address"><a href="https://www.google.com/maps/place/itesm+campus+ciudad+de+mexico/@19.28358,-99.13541,15z/data=!4m2!3m1!1s0x0:0x129534395a02e72a?sa=X& ved=0CIYBEPwSMAtqFQoTCOPt762E48cCFUlxPgodUlcG8w"><image src="https://static.igem.org/mediawiki/2015/4/43/Map.png" style="width: 30px;" align="center"></a> |
− | + | <address style="color:#594F4F"> | |
− | + | <strong>Location</strong><br>Calle del Puente 222, Tlalpan, Ejidos de Huipulco,<br>14380 Ciudad de México, D.F., Mexico.<br> | |
− | + | </address> | |
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="col-md-4" style="margin-top: 20px;"> |
− | + | <div>SOCIAL<a class="twitter-timeline" href="https://twitter.com/GenetiXCCM" data-widget-id="643542425776947200">Tweets por el @GenetiXCCM.</a> | |
− | + | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> | |
− | + | </div> | |
− | <image src="https://static.igem.org/mediawiki/2015/ | + | </div> |
+ | <div class="col-md-4" style="margin-top: 20px;"> | ||
+ | <div>FIND US <br> | ||
+ | <span href="https://www.facebook.com/genetixtecccm?fref=ts"> <image src="https://static.igem.org/mediawiki/2015/5/55/Facebook.png" class="icons"> </span> | ||
+ | <span href="https://twitter.com/GenetiXCCM"> <image src="https://static.igem.org/mediawiki/2015/f/f7/Twitter.png" class="icons"> </span> | ||
+ | <span href=""> <image src="https://static.igem.org/mediawiki/2015/b/b7/Instagram.png" class="icons"> </span> | ||
+ | <span href=""> <image src="https://static.igem.org/mediawiki/2015/a/af/Youtube.png" class="icons"> </span> | ||
+ | <div class="address"><image src="https://static.igem.org/mediawiki/2015/5/58/Phone.png" class="icons2">"Telefono de Jessica/Nuri/Kai" | ||
</div> | </div> | ||
+ | <div class="address"><image src="https://static.igem.org/mediawiki/2015/5/5c/Email.png" class="icons2" style="margin-right: 10px;">genetixccm@gmail.com | ||
</div> | </div> | ||
− | + | </div> | |
− | + | </div> | |
− | + | </div> <!-- Footer solo cambiar tamaños de fuente t color--><!-- no tocar--> | |
− | + | </footer> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | ||
</html> | </html> |
Revision as of 19:51, 16 September 2015