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

 
(50 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
.kop1 {
 
font-family: Aleo_Bold, Arial, sans-serif;
 
font-size:35px;
 
align:center;
 
}
 
  
.ondertitel1 {
+
#triangle{
font-family: Aleo_Regular_Italic, Arial, sans-serif;  
+
width: 200px;
font-size:26px;
+
height: 60px;
align:center;
+
background-size: 100% 100%;
}
+
background-image: url('https://static.igem.org/mediawiki/2015/b/bf/TU_Eindhoven_Marker_CroppedSmall.png');
  
.weekkop {
+
}
font-family: Aleo_Bold, Arial, sans-serif;  
+
#timeline{
font-size:26px;
+
background-size:100%;
align:center;
+
height:30px;
 +
width:1068px;
 +
background-image: url('https://static.igem.org/mediawiki/2015/0/08/TU_Eindhoven_timeline.png');
 
}
 
}
  
.activiteit {
+
#eventsContainer{
font-family: Aleo_Regular, Arial, sans-serif;  
+
visibility: hidden;
font-size:30px;
+
}
align:center;
+
#eventBorder{
 +
width : 300px;
 +
height: 150px;
 +
border-radius: 20px;
 +
background-color: black;
 +
position: relative;
 
}
 
}
  
.activiteitlijst{
+
#event{
list-style-type: disc;
+
position: absolute;
list-style-image: initial;
+
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");
 
}
 
}
 +
 +
</html>

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"); }