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.
27 lines
544 B
27 lines
544 B
13 years ago
|
/* Timeline
|
||
|
* CSS
|
||
|
* Version: 0.1
|
||
|
* Date: January 12, 2011
|
||
|
* Copyright 2012 Zach Wise
|
||
|
* Designed and built by Zach Wise digitalartwork.net
|
||
|
* ----------------------------------------------------- */
|
||
|
|
||
|
|
||
|
// CSS Reset
|
||
|
@import "reset.less";
|
||
|
|
||
|
// Core variables and mixins
|
||
|
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
|
||
|
@import "mixins.less";
|
||
|
@import "gfx.less";
|
||
|
|
||
|
// Grid system and page structure
|
||
|
@import "structure.less";
|
||
|
|
||
|
// Typography
|
||
|
@import "type.less";
|
||
|
|
||
|
// Elements
|
||
|
@import "elements.less"; // UI Elements etc
|
||
|
|