Difference between revisions of "Template:Team:TU Eindhoven/Timeline CSS"

 
(11 intermediate revisions by one other user not shown)
Line 15: Line 15:
 
}
 
}
  
 +
#eventsContainer{
 +
visibility: hidden;
 +
}
 
#eventBorder{
 
#eventBorder{
 
width : 300px;
 
width : 300px;
height: 200px;
+
height: 150px;
 
border-radius: 20px;
 
border-radius: 20px;
 
background-color: black;
 
background-color: black;
Line 25: Line 28:
 
#event{
 
#event{
 
position: absolute;
 
position: absolute;
top:10px;
+
top: 10px;
left:10px;
+
left: 10px;
 
width : 280px;
 
width : 280px;
height: 180px;
+
height: 130px;
 
border-radius: 15px;
 
border-radius: 15px;
 
background-image: url("https://static.igem.org/mediawiki/2015/c/ca/TU_Eindhoven_grey_bf.png");
 
background-image: url("https://static.igem.org/mediawiki/2015/c/ca/TU_Eindhoven_grey_bf.png");

Latest revision as of 21:50, 20 November 2015

#triangle{ width: 200px; height: 60px; background-size: 100% 100%; background-image: url('https://static.igem.org/mediawiki/2015/b/bf/TU_Eindhoven_Marker_CroppedSmall.png'); } #timeline{ background-size:100%; height:30px; width:1068px; background-image: url('https://static.igem.org/mediawiki/2015/0/08/TU_Eindhoven_timeline.png'); } #eventsContainer{ visibility: hidden; } #eventBorder{ width : 300px; height: 150px; border-radius: 20px; background-color: black; position: relative; } #event{ position: absolute; top: 10px; left: 10px; width : 280px; height: 130px; border-radius: 15px; background-image: url("https://static.igem.org/mediawiki/2015/c/ca/TU_Eindhoven_grey_bf.png"); }