charcoalcore 0.0.1.8 → 0.0.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ $module: false !default;
2
+
1
3
  /*****************/
2
4
 
3
5
  /**
@@ -79,8 +81,6 @@
79
81
  * .selector { @include backgroundimage(bckg-btn-dwlmenu, png); }
80
82
  */
81
83
 
82
- $module: false !default;
83
-
84
84
  @mixin backgroundimage($name, $ext, $pos:top left, $repeat: no-repeat, $bgcolor:transparent) {
85
85
  @if $module == true {
86
86
  background: url('get-asset-images?a=#{$name}.#{$ext}') $pos $repeat $bgcolor;
@@ -147,7 +147,7 @@ $module: false !default;
147
147
  * .selector { @include center-absolute(img-name, png); }
148
148
  */
149
149
 
150
- @mixin center-absolute($name, $ext, $repeat: no-repeat) {
150
+ @mixin center-absolute($name, $ext, $repeat: no-repeat, $bg:transparent) {
151
151
  position: absolute;
152
152
  left: 50%;
153
153
 
@@ -156,9 +156,9 @@ $module: false !default;
156
156
  width: image-width('#{$name}.#{$ext}');
157
157
 
158
158
  @if $module == true {
159
- background: url('get-asset-images?a=#{$name}.#{$ext}') $pos $repeat $bgcolor;
159
+ background: url('get-asset-images?a=#{$name}.#{$ext}') $repeat $bg;
160
160
  }@elseif $module == false {
161
- background: image-url('#{$name}.#{$ext}') $pos $repeat $bgcolor;
161
+ background: image-url('#{$name}.#{$ext}') $repeat $bg;
162
162
  }
163
163
  }
164
164
 
@@ -3,4 +3,7 @@
3
3
  /**
4
4
  * @tags: put your own style here
5
5
  */
6
- @include font-face(Open Sans, 'opensans-regular-webfont');
6
+
7
+ .c {
8
+ @include center-absolute(technics-q-c-640-480-9, jpg)
9
+ }
@@ -438,12 +438,14 @@ h1, h2, h3, h4, h5, h6 {
438
438
  /**
439
439
  * @tags: put your own style here
440
440
  */
441
- @font-face {
442
- font-family: Open Sans;
443
- font-weight: normal;
444
- font-style: normal;
445
- src: url('../fonts/opensans-regular-webfont.eot#iefix');
446
- src: url('../fonts/opensans-regular-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/opensans-regular-webfont.woff') format("woff"), url('../fonts/opensans-regular-webfont.ttf') format("truetype"), url('../fonts/opensans-regular-webfont.svg#Open Sans') format("svg");
441
+ @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/Locomotive\/Documents\/projets\/polikin\/compass\/gem\/charcoalcore\/templates\/project\/assets\/styles\/_project-screen\.scss}line{font-family:\000037}}
442
+ .c {
443
+ position: absolute;
444
+ left: 50%;
445
+ margin-left: -320px;
446
+ height: 480px;
447
+ width: 640px;
448
+ background: url('../images/technics-q-c-640-480-9.jpg?1370968042') no-repeat transparent;
447
449
  }
448
450
 
449
451
  /*****************/
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 1
9
- - 8
10
- version: 0.0.1.8
9
+ - 9
10
+ version: 0.0.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Responsiveness