added less files for previous commit

This commit is contained in:
Stefan Forstenlechner 2018-01-17 13:44:40 +00:00
parent bcd5d50afc
commit 13925d16f2
12 changed files with 436 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/*
* Template Name: Orbit - Responsive Resume/CV Template for Developers
* Version: 1.0
* Author: Xiaoying Riley
* Twitter: @3rdwave_themes
* License: Creative Commons Attribution 3.0 License
* Website: http://themes.3rdwavemedia.com/
*/
@import "mixins.less";
@import "base.less";
@import "responsive.less";

View File

@ -0,0 +1,2 @@
@import "default/default.less";
@import "theme-2/theme-2.less";

View File

@ -0,0 +1,2 @@
@import "default/default.less";
@import "theme-3/theme-3.less";

View File

@ -0,0 +1,2 @@
@import "default/default.less";
@import "theme-4/theme-4.less";

View File

@ -0,0 +1,2 @@
@import "default/default.less";
@import "theme-5/theme-5.less";

View File

@ -0,0 +1,2 @@
@import "default/default.less";
@import "theme-6/theme-6.less";

2
assets/less/styles.less Normal file
View File

@ -0,0 +1,2 @@
@import "default/default.less";
@import "default/theme-default.less";

View File

@ -0,0 +1,84 @@
/* styles-2.css */
@theme-color: #4CAC9D;
@text-color: #3F4650;
@text-color-secondary: #545E6C;
@text-grey: #97AAC3;
@divider: #e8e8e8;
@lighter-grey: #ccc;
@darker-grey: #666;
@smoky-white: #f5f5f5;
@heart: #fb866a;

View File

@ -0,0 +1,81 @@
/* styles-3.css */
@theme-color: #5BB66F;
@text-color: #3F4650;
@text-color-secondary: #545E6C;
@text-grey: #97AAC3;
@divider: #e8e8e8;
@lighter-grey: #ccc;
@darker-grey: #666;
@smoky-white: #f5f5f5;
@heart: #fb866a;

View File

@ -0,0 +1,82 @@
/* styles-4.css */
@theme-color: #A15277;
@text-color: #3F4650;
@text-color-secondary: #545E6C;
@text-grey: #97AAC3;
@divider: #e8e8e8;
@lighter-grey: #ccc;
@darker-grey: #666;
@smoky-white: #f5f5f5;
@heart: #fb866a;

View File

@ -0,0 +1,83 @@
/* styles-5.css */
@theme-color: #FDA246;
@text-color: #3F4650;
@text-color-secondary: #545E6C;
@text-grey: #97AAC3;
@divider: #e8e8e8;
@lighter-grey: #ccc;
@darker-grey: #666;
@smoky-white: #f5f5f5;
@heart: #fb866a;

View File

@ -0,0 +1,83 @@
/* styles-6.css */
@theme-color: #4B6A78;
@text-color: #3F4650;
@text-color-secondary: #545E6C;
@text-grey: #97AAC3;
@divider: #e8e8e8;
@lighter-grey: #ccc;
@darker-grey: #666;
@smoky-white: #f5f5f5;
@heart: #fb866a;