Team:UNITN-Trento/CSS/Laboratory/Meetings

From 2013.igem.org

Revision as of 20:55, 23 September 2013 by Ggirelli (Talk | contribs)

.tn-timeline {

   position: relative;
   margin: 0 auto;
   height: 1000px;
   width: 960px;

}

.tn-timeline .line {

   display: block;
   
   margin: 0 auto;
   
   height: 100%;
   width: 15px;
   
   background-color: lightblue;

}

.tn-timeline .box {

   position: absolute;
   padding: 1em;
   width: 400px;
   
   background-color: white;
   border: 3px solid blue;
   box-shadow: 2px 2px 4px black;

}

.timeline .box.right {

   right: 0;

}

.timeline .box.left {

   left: 0;

}

.tn-timeline #box1 {

   top: 0;

}

.tn-timeline #box2 {

   top: 200px;

}

.tn-timeline #box3 {

   top: 380px;

}

.tn-timeline #box4 {

   top: 500px;

}

.tn-timeline #box5 {

   top: 660px;

}

.tn-timeline #box6 {

   top: 780px;

}