|
|
(50 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
- | <head>
| + | <style type="text/css"> |
- | <title>Documento sin título</title>
| + | |
- | <style type="text/css">
| + | |
- | <!--
| + | |
- |
| + | |
- | body
| + | |
- | {
| + | |
- | background-image:url(https://static.igem.org/mediawiki/2012/b/b3/Chlamy.jpg);
| + | |
- | margin: 0;
| + | |
- | padding: 0;
| + | |
- | color: #000;
| + | |
- | }
| + | |
| | | |
- | ul, ol, dl
| + | #globalwrapper |
- | {
| + | { |
- | padding: 0;
| + | width:1000px; |
- | margin: 0;
| + | padding:0px 0px; |
- | }
| + | margin: 0 auto; |
| + | background-image:url('https://static.igem.org/mediawiki/2012/1/16/Dnanog.jpg'); |
| + | background-attachment: fixed; |
| + | background-position: center; |
| + | background-size:100% 100%; |
| + | } |
| | | |
- | h1, h2, h3, h4, h5, h6, p
| + | body |
- | {
| + | { |
- | margin-top: 0;
| + | background: #CECECE; |
- | padding-right: 15px;
| + | background-image: url('https://static.igem.org/mediawiki/2012/1/16/Dnanog.jpg'); |
- | padding-left: 15px;
| + | background-attachment: fixed; |
- | }
| + | background-position: center; |
- |
| + | height:100%; |
- | a img
| + | background-size:100% 100%; |
- | {
| + | } |
- | border: none;
| + | |
- | }
| + | |
| | | |
- | a:link
| + | .firstHeading |
- | {
| + | { |
- | color:#414958;
| + | height:0px; |
- | /*text-decoration: underline;*/
| + | visibility:hidden; |
- | }
| + | } |
| | | |
- | a:visited
| + | #p-logo |
- | {
| + | { |
- | color: #4E5869;
| + | height:0px; |
- | text-decoration: underline;
| + | overflow:hidden; |
- | }
| + | display: none; |
| + | } |
| | | |
- | a:hover, a:active, a:focus
| + | #search-controls |
- | {
| + | { |
- | text-decoration: none;
| + | display:none; |
- | }
| + | margin-top:0px; |
| + | } |
| | | |
- | .container
| + | #content |
- | {
| + | { |
- | width: 100%;
| + | visibility: hidden; |
- | max-width: 1260px;
| + | } |
- | min-width: 780px;
| + | |
- | margin: 0 auto;
| + | |
- | background-color: #FFF;
| + | |
- | }
| + | |
| | | |
- | .header
| + | #top-section |
- | {
| + | { |
- | background: #6F7D94;
| + | background-image:url('https://static.igem.org/mediawiki/2012/0/08/Igem_logo.png'); |
- | }
| + | background-position: right; |
- | | + | background-color:rgba(255, 0, 0, 0.6); |
- | .sidebar1
| + | width:1000px; |
- | {
| + | height:219px; |
- | float: left;
| + | background-repeat: no-repeat; |
- | width: 20%;
| + | border-width:0px; |
- | background: #8090AB;
| + | border-top-width:0px; |
- | padding-bottom: 10px;
| + | -webkit-box-shadow: 0 8px 6px -6px black; |
- | }
| + | -moz-box-shadow: 0 8px 6px -6px black; |
- | | + | box-shadow: 0 8px 6px -6px black; |
- | .content {
| + | border: 10px solid rgba(192, 192, 192,0.6); |
- | padding: 10px 0;
| + | background-clip: padding-box; |
- | width: 60%;
| + | margin-top: 20px; |
- | float: left;
| + | margin-bottom: -50px; |
- | }
| + | } |
- | | + | </style> |
- | .sidebar2
| + | |
- | {
| + | |
- | float: left;
| + | |
- | width: 20%;
| + | |
- | background: #0;
| + | |
- | padding: 10px 0;
| + | |
- | }
| + | |
- | | + | |
- | .content ul, .content ol
| + | |
- | {
| + | |
- | padding: 0 15px 15px 40px;
| + | |
- | }
| + | |
- |
| + | |
- | ul.nav
| + | |
- | {
| + | |
- | list-style: none;
| + | |
- | border-top: 1px solid #666;
| + | |
- | margin-bottom: 15px;
| + | |
- | }
| + | |
- |
| + | |
- | ul.nav li
| + | |
- | {
| + | |
- | border-bottom: 1px solid #666;
| + | |
- | }
| + | |
- | | + | |
- | ul.nav a:hover, ul.nav a:active, ul.nav a:focus
| + | |
- | {
| + | |
- | color: #FFF;
| + | |
- | background-color: #090;
| + | |
- | }
| + | |
- | | + | |
- | .footer
| + | |
- | {
| + | |
- | padding: 10px 0;
| + | |
- | background: #6F7D94;
| + | |
- | position: relative;
| + | |
- | clear: both;
| + | |
- | }
| + | |
- | | + | |
- | .fltrt
| + | |
- | {
| + | |
- | float: right;
| + | |
- | margin-left: 8px;
| + | |
- | }
| + | |
- |
| + | |
- | .fltlft
| + | |
- | {
| + | |
- | float: left;
| + | |
- | margin-right: 8px;
| + | |
- | }
| + | |
- |
| + | |
- | .clearfloat
| + | |
- | {
| + | |
- | clear:both;
| + | |
- | height:0;
| + | |
- | font-size: 1px;
| + | |
- | line-height: 0px;
| + | |
- | }
| + | |
- | </style>
| + | |
- | </head>
| + | |
- | | + | |
- | <body>
| + | |
- | <div class="container">
| + | |
- | | + | |
- | <div class="header">
| + | |
- | <a href="#"><img src=""width="20%" height="90" style="background: #8090AB; display:block; color: #707070;" /></a>
| + | |
- | <!-- end .header --></div>
| + | |
- | | + | |
- | <div class="sidebar1">
| + | |
- | <ul class="nav">
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/Andrea Alonso.">Andrea Alonso.</a></li>
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/Christopher Miranda.">Christopher Miranda.</a></li>
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/David Cruz.">David Cruz.</a></li>
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/Erick Muciño.">Erick Muciño.</a></li>
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/Fermin Gutierrez.">Fermin Gutierrez.</a></li>
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/Jhorman Niño.">Jhorman Niño.</a></li>
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/Jose Flores.">Jose Flores.</a></li>
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/Marco Caltempa.">Marco Caltempa.</a></li>
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/Mariana Ballesteros.">Mariana Ballesteros.</a></li>
| + | |
- | <li><a href="/Team:UPIBI-Mexico/Undergraduate/Yael Dominguez.">Yael Dominguez.</a></li>
| + | |
- | </ul>
| + | |
- | <!-- end .sidebar1 --></div>
| + | |
- |
| + | |
- | <div class="content">
| + | |
- | <h1>David Cruz Ortiz</h1>
| + | |
- | | + | |
- | <p> </p>
| + | |
- |
| + | |
- | <!-- end .content --></div>
| + | |
- | <div class="sidebar2">
| + | |
- | <h4> </h4>
| + | |
- | <!-- end .sidebar2 --></div>
| + | |
- |
| + | |
- | <div class="footer">
| + | |
- | <p> </p>
| + | |
- | <!-- end .footer --></div>
| + | |
- |
| + | |
- | <!-- end .container --></div>
| + | |
- | </body>
| + | |
| </html> | | </html> |