Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
766 B

/*
FONT
Poiret One and Molengo
http://www.google.com/webfonts#UsePlace:use/Collection:News+Cycle:400,700|Merriweather:400,700,900
------------------------------------------------------------------------------------------- */
//@import url(http://fonts.googleapis.com/css?family=Poiret+One|Molengo);
@font-serif: 'Poiret One', serif;
@font-sansserif: 'Molengo', sans-serif;
#timeline {
font-family: @font-serif;
.twitter, .messege, .credit, .caption,
h1.date, h2.date, h3.date, h4.date, h5.date, h6.date,
.era h3, .flag-content h3, .flag-content h4,
.time-interval div, .time-interval-major div,
.zoom-in, .zoom-out, .back-home {
font-family: @font-sansserif;
}
p, blockquote, .twitter blockquote p {
font-family: @font-serif;
}
}