|
|
Line 1: |
Line 1: |
| <html> | | <html> |
− | <head> | + | <div id="mainContainer" class="container-fluid"> <!-- Es un div de todo la página--> |
− | <meta charset="utf-8">
| + | |
− | <meta http-equiv="X-UA-Compatible" content="IE=edge">
| + | |
− | <meta name="viewport" content="width=device-width, initial-scale=1">
| + | |
− | <title>Genetix CCM</title>
| + | |
− | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
| + | |
− | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
| + | |
− | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
| + | |
− | </head>
| + | |
− | <script>
| + | |
| | | |
− | </script>
| |
− | <style>
| |
− | body { background-color: #fff; }
| |
− | ul{list-style: none;}
| |
− | li{list-style: 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;
| |
− | }
| |
− | .navContainer li ul {
| |
− | 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;
| |
− | overflow: hidden;
| |
− | -webkit-transition: height 0.5s linear;
| |
− | -moz-transition: height 0.5s linear;
| |
− | transition: height 0.5s linear;
| |
− | }
| |
− | #topbar a {
| |
− | 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;
| |
− | font-size: 1.0em;
| |
− | text-decoration: none;
| |
− | opacity: 0.5;
| |
− | text-shadow: none;
| |
− | }
| |
− | #tophiddenbar a:hover { opacity: 1; }
| |
− | .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-weight: 100;
| |
− | font-size: 25px;
| |
− | color: #594F4F;
| |
− | float: bottom;
| |
− | }
| |
− | .address{
| |
− | font-family: "Verdana", Geneva, sans-serif;
| |
− | font-weight: 100;
| |
− | font-size: 12px;
| |
− | color:#594F4F;
| |
− | margin-top: 20px;
| |
− | margin-bottom: 10px;
| |
− | }
| |
− | .video {
| |
− | margin-top: 40px;
| |
− | margin-bottom: 60px;
| |
− | }
| |
− | .icons{
| |
− | width: 50px;
| |
− | margin-top: 20px;
| |
− | margin-right: 10px;
| |
− | }
| |
− | .icons2{
| |
− | width: 20px;
| |
− |
| |
− | }
| |
− | .clear{
| |
− | clear:both;
| |
− | height: 10px;
| |
− | }
| |
− | </style>
| |
| <div class="menu" class="row"> | | <div class="menu" class="row"> |
| <nav class="navbar navbar-default navbar-fixed-top" id="menuNavbar"> | | <nav class="navbar navbar-default navbar-fixed-top" id="menuNavbar"> |
Line 196: |
Line 43: |
| </div> | | </div> |
| </nav> | | </nav> |
− | </div> | + | </div> <!-- Es el menú de arriba--> <!-- no tocar--> |
− | <body>
| + | |
| + | <body> |
| <div class="row" id="contentContainer"> | | <div class="row" id="contentContainer"> |
| <div id="bannerContainer" class="row"> | | <div id="bannerContainer" class="row"> |
Line 205: |
Line 53: |
| </body> | | </body> |
| | | |
− | <footer id="footer">
| + | <footer id="footer"> |
| <div class="row" style="background-color: #EEFFFF ;"> | | <div class="row" style="background-color: #EEFFFF ;"> |
| <div class="col-md-1"> | | <div class="col-md-1"> |
Line 240: |
Line 88: |
| </div> <!-- Footer solo cambiar tamaños de fuente t color--><!-- no tocar--> | | </div> <!-- Footer solo cambiar tamaños de fuente t color--><!-- no tocar--> |
| </footer> | | </footer> |
− | </div>
| + | |
| </div> | | </div> |
| </div> | | </div> |
| | | |
| + | </div> |
| </html> | | </html> |