Last active
December 14, 2015 07:49
-
-
Save thanpolas/5053010 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "variables.less"; | |
@import "generated.less"; | |
@import "styles.less"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Redefining variables overwrite the ones defined in variables.less | |
* | |
*/ | |
@basePatternPath: 'http://cdn.farfaraway.com/assets/verbling/'; | |
@bg-the-program-header: url("@{basePatternPath}f4gjk4949fnqb3r4-100-90-5-monochrome.png") repeat 0 0 #E2E2DE; // http://noisepng.com/ | |
@bg-whitepaper: url("@{basePatternPath}f4gjk4949fnqb3r4-white_wall/white_wall.png") repeat 0 0; | |
@bg-noise-dark: url("@{basePatternPath}f4gjk4949fnqb3r4-footer-bg.gif") repeat 0 0 #2B2B2B; | |
// These patterns curtesy of http://subltepatterns.com; | |
@bg-carbon: url("@{basePatternPath}f4gjk4949fnqb3r4-carbon_fibre/carbon_fibre.png") repeat 0 0 #282828; | |
@bg-carbon2: url("@{basePatternPath}f4gjk4949fnqb3r4-carbon_fibre_v2/carbon_fibre_v2.png") repeat 0 #292929; | |
@bg-boPlay: url("@{basePatternPath}f4gjk4949fnqb3r4-bo_play_pattern/bo_play_pattern.png") repeat 0 0 #2E2E2E; | |
@bg-hixs: url("@{basePatternPath}f4gjk4949fnqb3r4-hixs_pattern_evolution/hixs_pattern_evolution.png") repeat 0 0 #171717; | |
@bg-starring: url("@{basePatternPath}f4gjk4949fnqb3r4-starring/starring.png") repeat 0 0 #373737; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
footer { | |
height: 300px; | |
padding-top: 40px; | |
background: @bg-footer; | |
.box-shadow(inset 0 10px 10px -10px rgba(0, 0, 0, 0.25)); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@basePatternPath: '/assets/themes/thanpolas/img/patterns/'; | |
@bg-the-program-header: url("@{basePatternPath}100-90-5-monochrome.png") repeat 0 0 #E2E2DE; // http://noisepng.com/ | |
@bg-whitepaper: url("@{basePatternPath}white_wall/white_wall.png") repeat 0 0; | |
@bg-noise-dark: url("@{basePatternPath}footer-bg.gif") repeat 0 0 #2B2B2B; | |
// These patterns curtesy of http://subltepatterns.com; | |
@bg-carbon: url("@{basePatternPath}carbon_fibre/carbon_fibre.png") repeat 0 0 #282828; | |
@bg-carbon2: url("@{basePatternPath}carbon_fibre_v2/carbon_fibre_v2.png") repeat 0 #292929; | |
@bg-boPlay: url("@{basePatternPath}bo_play_pattern/bo_play_pattern.png") repeat 0 0 #2E2E2E; | |
@bg-hixs: url("@{basePatternPath}hixs_pattern_evolution/hixs_pattern_evolution.png") repeat 0 0 #171717; | |
@bg-starring: url("@{basePatternPath}starring/starring.png") repeat 0 0 #373737; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment