Team:Valencia-CIPF

From 2013.igem.org

(Difference between revisions)
Line 17: Line 17:
}
}
 +
/* 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:1080px;
 +
    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*/
 +
}
 +
 +
 +
/*#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0;}*/
 +
/*#content{
 +
  background:#FFFFFF center top fixed repeat-y;
 +
  padding: 0px;
 +
  margin:0px;
 +
  border: none; 
 +
}*/
 +
 +
/*#bodycontent {
 +
  border: none;
 +
  padding:0;
 +
  margin:0px;
 +
  width:100%;
 +
  max-width: 1080px;
 +
}*/
 +
 +
#search-controls {
 +
  overflow:hidden;
 +
  display:block;
 +
  background: none;
 +
  font-color:#FFF;
 +
  position: absolute;
 +
  top: 20px;
 +
  left: 10px;
 +
}
#Home {
#Home {
Line 25: Line 80:
}
}
 +
/* Pie */
 +
 +
#footer-box {
 +
    background: #ffa67c;  /*fondo*/
 +
    border-top: 10px solid #d64729;  /*borde superior*/
 +
    width:1080px;
 +
    padding:10px !important!
 +
    margin: 0;
 +
    position:relative;
 +
}
 +
/*#footer-box.wrapper {
 +
    margin: 0 auto;
 +
    width:1080px;
 +
    overflow:hidden;
 +
    display:table;
 +
    background: none transparent 0 0 Scroll no repeat;
 +
    position:relative;
 +
    padding-top:0px;
 +
}*/
 +
 +
 +
/*#footer-box {
 +
  background-color: transparent;
 +
  border: none;
 +
  width: 1080px;
 +
  margin: 0 ;
 +
  padding: 0;
 +
}*/
 +
 +
/*#footer {
 +
  border: none;
 +
  width: 1080px;
 +
  margin: 0; padding: 0;
 +
}*/
 +
 +
 +
 +
#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;
 +
}

Revision as of 19:35, 5 August 2013