Team:Heidelberg/Notebook

From 2014.igem.org

(Difference between revisions)
Line 52: Line 52:
   vertical-align: middle;
   vertical-align: middle;
   color: white;
   color: white;
 +
  -webkit-transition: 1s ease-in-out;
 +
  -moz-transition: 1s ease-in-out;
 +
  -o-transition: 1s ease-in-out;
 +
  transition: 1s ease-in-out;
}
}
Line 60: Line 64:
   vertical-align:middle;
   vertical-align:middle;
   margin-right:5px;
   margin-right:5px;
 +
  -webkit-transition: 1s ease-in-out;
 +
  -moz-transition: 1s ease-in-out;
 +
  -o-transition: 1s ease-in-out;
 +
  transition: 1s ease-in-out;
}
}
-
.month.activ .month-text {
+
.month.activ .month-text, .month:hover .month-text {
   color: #f3ca11;
   color: #f3ca11;
 +
  font-size: 1.5em;
}
}
Line 71: Line 80:
}
}
-
.month.active .hor-line {
+
.month.active .hor-line, .month:hover .hor-line {
   width:40px;
   width:40px;
}
}

Revision as of 14:27, 13 October 2014