Template:Team:Bielefeld-CeBiTec/CSS/main.css

From 2014.igem.org

(Difference between revisions)
Line 65: Line 65:
width: 100%;  
width: 100%;  
height: 100%;  
height: 100%;  
-
background-color: transparent;
+
background-color: transparent;
 +
        overflow: hidden;
 +
        margin: 0;
 +
        padding: 0;
}
}
 +
 +
#hintergrund {
 +
  position:absolute;
 +
  width:100%;
 +
  height:100%;
 +
  z-index:1;
 +
}
 +
 +
#scrollbereich {
 +
  position:absolute;
 +
  top:0;
 +
  left:0;
 +
  width:100%;
 +
  height:100%;
 +
  overflow:auto;
 +
  z-index:2;
 +
}
 +
 +
#contentcontainer { /*-- creates container for all content on page --*/
#contentcontainer { /*-- creates container for all content on page --*/

Revision as of 12:32, 2 June 2014