Team:Freiburg/css/styles.css

From 2014.igem.org

(Difference between revisions)
Line 81: Line 81:
}
}
-
.image {  
+
.abstractl{  
   position: relative;  
   position: relative;  
   width: 100%; /* for IE 6 */
   width: 100%; /* for IE 6 */
}
}
-
.imagetext{  
+
.box1text{  
   position: absolute;  
   position: absolute;  
-
   top: 200px;  
+
   top: 60px;  
-
   left: 0;  
+
   left: 25px;  
   width: 100%;  
   width: 100%;  
 +
  z-index: 2;
 +
}
 +
 +
.box1text span {
 +
  color: white;
 +
  font: bold 24px/45px Helvetica, Sans-Serif;
 +
  letter-spacing: -1px; 
 +
  background: rgb(0, 0, 0); /* fallback color */
 +
  background: rgba(0, 0, 0, 0.7);
 +
  padding: 10px;
}
}

Revision as of 19:48, 4 September 2014