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.

29 lines
628 B

/*
FONT
Default
------------------------------------------------------------------------------------------- */
@font-sansserif: "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-serif: "Georgia", Times New Roman, Times, 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;
}
}