particle 1.0 → 1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4 @@
1
- @import "particle/layout/apprise";
2
1
  @import "particle/layout/images";
3
2
  @import "particle/layout/jquery-ui";
4
3
  @import "particle/layout/slider";
5
- @import "particle/layout/ui";
4
+ @import "particle/layout/ui";
@@ -1,3 +1,2 @@
1
1
  @import "particle/typography/render-fix";
2
2
  @import "particle/typography/legible-color-text";
3
- @import "particle/typography/text-replacement";
@@ -130,7 +130,7 @@ $default-anythingSlider-path: "images" !default;
130
130
  width: 45px;
131
131
  text-align: center;
132
132
  outline: 0;
133
- background: url("#{$path}/default.png") no-repeat;
133
+ background: url("default.png") no-repeat;
134
134
  }
135
135
  /* hide text, target the span so IE7 doesn't text-indent the link */
136
136
  div.anythingSlider .arrow a span { display: block; visibility: hidden; }
@@ -157,7 +157,7 @@ $default-anythingSlider-path: "images" !default;
157
157
  padding: 2px 8px;
158
158
  height: 18px;
159
159
  margin: 0 5px 0 0;
160
- background-image: url("#{$path}/default.png");
160
+ background-image: url("default.png");
161
161
  background-position: center -288px ;
162
162
  background-repeat: repeat-x;
163
163
  text-align: center;
@@ -181,7 +181,7 @@ $default-anythingSlider-path: "images" !default;
181
181
  /* Autoplay Start/Stop button */
182
182
  div.anythingSlider .start-stop {
183
183
  @include border-bottom-radius(5px);
184
- background-image: url("#{$path}/default.png");
184
+ background-image: url("default.png");
185
185
  background-position: center -288px;
186
186
  background-repeat: repeat-x;
187
187
  padding: 2px 5px;
@@ -258,7 +258,7 @@ $default-anythingSlider-path: "images" !default;
258
258
  margin-top: -47px; /* half height of image */
259
259
  width: 45px;
260
260
  outline: 0;
261
- background: url("#{$path}/arrows-metallic.png") no-repeat;
261
+ background: url("arrows-metallic.png") no-repeat;
262
262
  }
263
263
 
264
264
  div.anythingSlider-metallic .forward { right: 0; }
@@ -298,7 +298,7 @@ $default-anythingSlider-path: "images" !default;
298
298
  }
299
299
 
300
300
  div.anythingSlider-metallic .anythingControls ul a:hover, div.anythingSlider-metallic .anythingControls ul a.cur {
301
- background: transparent url("#{$path}/arrows-metallic.png") -76px -57px no-repeat;
301
+ background: transparent url("arrows-metallic.png") -76px -57px no-repeat;
302
302
  }
303
303
 
304
304
  /* Navigation size window arrows */
@@ -344,4 +344,4 @@ $default-anythingSlider-path: "images" !default;
344
344
  line-height: 1px; /* needed for IE7 */
345
345
  visibility: hidden; /* needed for IE8, instead of text-indent: -9999px */
346
346
  }
347
- }
347
+ }
@@ -128,7 +128,7 @@ $default-nivo-path: "images" !default;
128
128
 
129
129
  .nivoSlider {
130
130
  position:relative;
131
- background:#fff url("#{$path}/#{$theme-name}/loading.gif") no-repeat 50% 50%;
131
+ background:#fff url("#{$theme-name}/loading.gif") no-repeat 50% 50%;
132
132
  margin-bottom:10px;
133
133
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
134
134
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
@@ -230,7 +230,7 @@ $default-nivo-path: "images" !default;
230
230
  }
231
231
  .nivoSlider {
232
232
  position:relative;
233
- background:#fff url("#{$path}/#{$theme-name}/loading.gif") no-repeat 50% 50%;
233
+ background:#fff url("#{$theme-name}/loading.gif") no-repeat 50% 50%;
234
234
  margin-bottom:10px;
235
235
  overflow: visible;
236
236
  }
@@ -255,7 +255,7 @@ $default-nivo-path: "images" !default;
255
255
  display:inline-block;
256
256
  width:10px;
257
257
  height:10px;
258
- background:url("#{$path}/#{$theme-name}/bullets.png") no-repeat;
258
+ background:url("#{$theme-name}/bullets.png") no-repeat;
259
259
  text-indent:-9999px;
260
260
  border:0;
261
261
  margin: 0 2px;
@@ -268,7 +268,7 @@ $default-nivo-path: "images" !default;
268
268
  display:block;
269
269
  width:30px;
270
270
  height:30px;
271
- background: url("#{$path}/#{$theme-name}/arrows.png") no-repeat;
271
+ background: url("#{$theme-name}/arrows.png") no-repeat;
272
272
  text-indent:-9999px;
273
273
  border:0;
274
274
  top: auto;
@@ -337,7 +337,7 @@ $default-nivo-path: "images" !default;
337
337
  }
338
338
  .nivoSlider {
339
339
  position:relative;
340
- background:#fff url("#{$path}/#{$theme-name}/loading.gif") no-repeat 50% 50%;
340
+ background:#fff url("#{$theme-name}/loading.gif") no-repeat 50% 50%;
341
341
  margin-bottom:10px;
342
342
  overflow: visible;
343
343
  }
@@ -362,7 +362,7 @@ $default-nivo-path: "images" !default;
362
362
  display:inline-block;
363
363
  width:10px;
364
364
  height:10px;
365
- background:url("#{$path}/#{$theme-name}/bullets.png") no-repeat 0 2px;
365
+ background:url("#{$theme-name}/bullets.png") no-repeat 0 2px;
366
366
  text-indent:-9999px;
367
367
  border:0;
368
368
  margin: 0 2px;
@@ -375,7 +375,7 @@ $default-nivo-path: "images" !default;
375
375
  display:block;
376
376
  width:30px;
377
377
  height:30px;
378
- background: url("#{$path}/#{$theme-name}/arrows.png") no-repeat;
378
+ background: url("#{$theme-name}/arrows.png") no-repeat;
379
379
  text-indent:-9999px;
380
380
  border:0;
381
381
  top: auto;
@@ -445,7 +445,7 @@ $default-nivo-path: "images" !default;
445
445
  }
446
446
  .nivoSlider {
447
447
  position:relative;
448
- background:#fff url("#{$path}/#{$theme-name}/loading.gif") no-repeat 50% 50%;
448
+ background:#fff url("#{$theme-name}/loading.gif") no-repeat 50% 50%;
449
449
  }
450
450
  .nivoSlider img {
451
451
  position:absolute;
@@ -490,7 +490,7 @@ $default-nivo-path: "images" !default;
490
490
  display:inline-block;
491
491
  width:22px;
492
492
  height:22px;
493
- background:url("#{$path}/#{$theme-name}/bullets.png") no-repeat;
493
+ background:url("#{$theme-name}/bullets.png") no-repeat;
494
494
  text-indent:-9999px;
495
495
  border:0;
496
496
  margin: 5px 2px 0 2px;
@@ -560,4 +560,4 @@ $default-nivo-path: "images" !default;
560
560
  width: 120px;
561
561
  height: auto;
562
562
  }
563
- }
563
+ }
@@ -13,7 +13,7 @@ $default-tinySlider-path: "images" !default;
13
13
  position: relative;
14
14
  }
15
15
  .buttons {
16
- background: url("#{$path}/tinySliderArrows.png") no-repeat scroll 0 0 transparent;
16
+ background: url("tinySliderArrows.png") no-repeat scroll 0 0 transparent;
17
17
  display: block;
18
18
  margin: 45px 10px 0 0;
19
19
  background-position: 0 -38px;
@@ -183,4 +183,4 @@ $default-tinySlider-path: "images" !default;
183
183
 
184
184
  }
185
185
 
186
- }
186
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: particle
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-15 00:00:00.000000000 Z
12
+ date: 2012-12-20 00:00:00.000000000 Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: sass
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 3.2.3
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.3
14
30
  - !ruby/object:Gem::Dependency
15
31
  name: compass
16
32
  requirement: !ruby/object:Gem::Requirement
@@ -44,7 +60,6 @@ files:
44
60
  - stylesheets/particle/css3/_gradient.scss
45
61
  - stylesheets/particle/css3/_noise.scss
46
62
  - stylesheets/particle/css3/_rotate.scss
47
- - stylesheets/particle/layout/_apprise.scss
48
63
  - stylesheets/particle/layout/_images.scss
49
64
  - stylesheets/particle/layout/_jquery-ui.scss
50
65
  - stylesheets/particle/layout/_slider.scss
@@ -55,7 +70,6 @@ files:
55
70
  - stylesheets/particle/layout/slider/_tiny.scss
56
71
  - stylesheets/particle/typography/_legible-color-text.scss
57
72
  - stylesheets/particle/typography/_render-fix.scss
58
- - stylesheets/particle/typography/_text-replacement.scss
59
73
  - templates/project/manifest.rb
60
74
  - templates/project/style.scss
61
75
  homepage: http://swy.me/
@@ -1,66 +0,0 @@
1
- /*
2
- * Apprise has been depricated.
3
- * http://thrivingkings.com/read/Apprise-The-attractive-alert-alternative-for-jQuery
4
- * TODO: Find Alternative
5
- */
6
-
7
- @mixin apprise {
8
- .appriseOverlay {
9
- position: fixed;
10
- top: 0;
11
- left: 0;
12
- background: rgba(0, 0, 0, 0.3);
13
- display: none;
14
- } //.appriseOverlay
15
-
16
- .appriseOuter {
17
- background: #eee;
18
- border: white 1px solid;
19
- @include box-shadow(#333 0 3px 7px);
20
- @include border-radius(4px);
21
- position: absolute;
22
- z-index: 300;
23
- min-width: 200px;
24
- min-height: 50px;
25
- max-width: 75%;
26
- position: fixed;
27
- display: none;
28
- } //.appriseOuter
29
-
30
- .appriseInner {
31
- padding: 20px;
32
- color: #333;
33
- @include text-shadow(white 0 1px 0);
34
- button {
35
- border: 1px solid #bbb;
36
- @include border-radius(3px);
37
- @include background(linear-gradient(top, #d5d5d5, #eee));
38
- color: #232d3d;
39
- font-size: 12px;
40
- font-weight: bold;
41
- padding: 4px 10px;
42
- margin: 0 3px;
43
- @include text-shadow(white 0 1px 0);
44
- cursor: pointer;
45
- @include box-shadow(#ccc 0 1px 2px);
46
- &:hover {
47
- color: #d85054;
48
- } //&:hover
49
- } //button
50
- } //.appriseInner
51
-
52
- .aButtons, .aInput {
53
- margin: 20px 10px 0;
54
- text-align: center;
55
- } //.aButtons, .aInput
56
-
57
- .aTextbox {
58
- border: 1px solid #aaa;
59
- @include border-radius(4px);
60
- @include box-shadow(white 0 1px 0);
61
- width: 180px;
62
- font-size: 12px;
63
- font-weight: bold;
64
- padding: 5px 10px;
65
- } //.aTextbox
66
- }
@@ -1,32 +0,0 @@
1
- // Hides html text and replaces it with an image.
2
- // If you use this on an inline element, you will need to change the display to block or inline-block.
3
- // Also, if the size of the image differs significantly from the font size, you'll need to set the width and/or height.
4
- //
5
- // Parameters:
6
- //
7
- // * `img` -- the relative path from the project image directory to the image.
8
- // * `x` -- the x position of the background image.
9
- // * `y` -- the y position of the background image.
10
- @mixin kellum-replace-text($img, $x: 50%, $y: 50%) {
11
- @include kellum-hide-text;
12
- background: {
13
- image: image-url($img);
14
- repeat: no-repeat;
15
- position: $x $y;
16
- };
17
- }
18
-
19
- // Like the `replace-text` mixin, but also sets the width
20
- // and height of the element according the dimensions of the image.
21
- @mixin kellum-replace-text-with-dimentions($img, $x: 50%, $y: 50%) {
22
- @include replace-text($img, $x, $y);
23
- width: image-width($img);
24
- height: image-height($img);
25
- }
26
-
27
- // Hides text in an element so you can see the background.
28
- @mixin kellum-hide-text {
29
- text-indent: 100%;
30
- white-space: nowrap;
31
- overflow: hidden;
32
- }