Team:Valencia-CIPF/fondoweb

From 2013.igem.org

(Difference between revisions)
Line 11: Line 11:
body {
body {
   background:#FFFFFF top center fixed;
   background:#FFFFFF top center fixed;
 +
}
 +
 +
/* Cabecera */
 +
 +
#header {
 +
    background: #ffa67c;  /*fondo*/
 +
    border-bottom: 10px solid #d64729;  /*borde inferior*/
 +
    width:100%;
 +
    padding-top:0px;
 +
    margin: 0;
 +
    position:relative;
 +
    top:-18px;
 +
}
 +
#header .wrapper {
 +
    width:1220px;
 +
    overflow:hidden;
 +
    display:table;
 +
    background: none transparent 0 0 Scroll no-repeat;
 +
    position:relative;
 +
    padding-top:0px;
 +
}
 +
#project-image {
 +
background: url('https://static.igem.org/mediawiki/2013/e/e0/Valencia-CIPF_logo.png') transparent center center scroll no-repeat;
 +
display:table-cell;
 +
width:480px;
 +
height:360px;
 +
text-align:center;
 +
vertical-align:middle;
 +
position:absolute;
 +
left:715px; /*Desplazar logo iGEM*/
}
}
Line 76: Line 106:
   border: none;
   border: none;
}
}
 +
 +
/* Pie */
 +
 +
#footer-box {
 +
    background: #ffa67c;  /*fondo*/
 +
    border-top: 10px solid #d64729;  /*borde superior*/
 +
    width:100% !important;
 +
    padding:10px !important!
 +
    margin: 0;
 +
    position:relative;
 +
}
 +
#footer-box .wrapper {
 +
    margin: 0 auto;
 +
    width:1220px;
 +
    overflow:hidden;
 +
    display:table;
 +
    background: none transparent 0 0 Scroll no repeat;
 +
    position:relative;
 +
    padding-top:0px;
 +
}
 +
#sponsors{
 +
 +
}
 +
 +
#e-mail{
 +
    color: #000;
 +
    font: sans-serif;
 +
    font-size: 15px;
 +
    position: absolute;
 +
    left: 690px;
 +
    top:300px;
 +
}
 +
#FacebookandTwitter{
 +
    position:relative;
 +
    top:130px;
 +
    left:1040px;
 +
}
 +
#VisitorMaps{
 +
  position:relative;
 +
  top:-240px;
 +
  left:10px;
 +
}
 +
/*#footer-box {  
/*#footer-box {  

Revision as of 14:35, 5 August 2013