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.
51 lines
1.4 KiB
51 lines
1.4 KiB
/*! |
|
TIMELINE CSS |
|
|
|
Designed and built by Zach Wise at VeriteCo |
|
|
|
This program is free software: you can redistribute it and/or modify |
|
it under the terms of the GNU General Public License as published by |
|
the Free Software Foundation, either version 3 of the License, or |
|
(at your option) any later version. |
|
|
|
This program is distributed in the hope that it will be useful, |
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
GNU General Public License for more details. |
|
|
|
http://www.gnu.org/licenses/ |
|
|
|
*/ |
|
|
|
/* THEME DARK |
|
----------------------------------------------------- */ |
|
//GFX |
|
.base-sprite() { |
|
background-image: url(themes/timeline-dark.png?v3.4); |
|
} |
|
.loading-sprite() { |
|
background-image: url(themes/loading.gif?v3.4); |
|
} |
|
|
|
// COLORS |
|
@color-base: #1A1A1A; |
|
@color-line: #333; //#414141; |
|
@color-line-hover: #666; |
|
@color-dark: #FFF; |
|
@color-dark-second: #AAA; |
|
@color-dark-third: #AAA; |
|
@color-dark-fourth: #999; |
|
@color-dark-fifth: #E3E3E3; |
|
@color-background-dark: #262626; |
|
// COLOR THEME |
|
@color-theme: #0BD4E3; |
|
|
|
/* BASE |
|
----------------------------------------------------- */ |
|
|
|
// CSS Reset |
|
@import "../Core/VMM.Core.less"; |
|
|
|
// Timeline Specific |
|
@import "../VMM.Timeline.Core.less"; |
|
@import "../VMM.Timeline.TimeNav.less";
|
|
|