pace-rails 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (145) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -16
  3. data/lib/pace/rails/version.rb +1 -1
  4. data/vendor/assets/stylesheets/pace/{pace-theme-barber-shop.css → black/pace-theme-barber-shop.css} +2 -1
  5. data/vendor/assets/stylesheets/pace/{pace-theme-big-counter.css → black/pace-theme-big-counter.css} +2 -1
  6. data/vendor/assets/stylesheets/pace/{pace-theme-bounce.css → black/pace-theme-bounce.css} +2 -1
  7. data/vendor/assets/stylesheets/pace/{pace-theme-center-atom.css → black/pace-theme-center-atom.css} +5 -4
  8. data/vendor/assets/stylesheets/pace/{pace-theme-center-circle.css → black/pace-theme-center-circle.css} +2 -1
  9. data/vendor/assets/stylesheets/pace/{pace-theme-center-radar.css → black/pace-theme-center-radar.css} +3 -2
  10. data/vendor/assets/stylesheets/pace/{pace-theme-center-simple.css → black/pace-theme-center-simple.css} +3 -2
  11. data/vendor/assets/stylesheets/pace/{pace-theme-corner-indicator.css → black/pace-theme-corner-indicator.css} +2 -1
  12. data/vendor/assets/stylesheets/pace/{pace-theme-fill-left.css → black/pace-theme-fill-left.css} +2 -1
  13. data/vendor/assets/stylesheets/pace/{pace-theme-flash.css → black/pace-theme-flash.css} +5 -4
  14. data/vendor/assets/stylesheets/pace/black/pace-theme-flat-top.css +41 -0
  15. data/vendor/assets/stylesheets/pace/black/pace-theme-loading-bar.css +198 -0
  16. data/vendor/assets/stylesheets/pace/{pace-theme-mac-osx.css → black/pace-theme-mac-osx.css} +6 -5
  17. data/vendor/assets/stylesheets/pace/{pace-theme-minimal.css → black/pace-theme-minimal.css} +2 -1
  18. data/vendor/assets/stylesheets/pace/blue/pace-theme-barber-shop.css +83 -0
  19. data/vendor/assets/stylesheets/pace/blue/pace-theme-big-counter.css +40 -0
  20. data/vendor/assets/stylesheets/pace/blue/pace-theme-bounce.css +231 -0
  21. data/vendor/assets/stylesheets/pace/blue/pace-theme-center-atom.css +131 -0
  22. data/vendor/assets/stylesheets/pace/blue/pace-theme-center-circle.css +90 -0
  23. data/vendor/assets/stylesheets/pace/blue/pace-theme-center-radar.css +74 -0
  24. data/vendor/assets/stylesheets/pace/blue/pace-theme-center-simple.css +52 -0
  25. data/vendor/assets/stylesheets/pace/blue/pace-theme-corner-indicator.css +73 -0
  26. data/vendor/assets/stylesheets/pace/blue/pace-theme-fill-left.css +22 -0
  27. data/vendor/assets/stylesheets/pace/blue/pace-theme-flash.css +77 -0
  28. data/vendor/assets/stylesheets/pace/blue/pace-theme-flat-top.css +41 -0
  29. data/vendor/assets/stylesheets/pace/blue/pace-theme-loading-bar.css +198 -0
  30. data/vendor/assets/stylesheets/pace/blue/pace-theme-mac-osx.css +87 -0
  31. data/vendor/assets/stylesheets/pace/blue/pace-theme-minimal.css +23 -0
  32. data/vendor/assets/stylesheets/pace/green/pace-theme-barber-shop.css +83 -0
  33. data/vendor/assets/stylesheets/pace/green/pace-theme-big-counter.css +40 -0
  34. data/vendor/assets/stylesheets/pace/green/pace-theme-bounce.css +231 -0
  35. data/vendor/assets/stylesheets/pace/green/pace-theme-center-atom.css +131 -0
  36. data/vendor/assets/stylesheets/pace/green/pace-theme-center-circle.css +90 -0
  37. data/vendor/assets/stylesheets/pace/green/pace-theme-center-radar.css +74 -0
  38. data/vendor/assets/stylesheets/pace/green/pace-theme-center-simple.css +52 -0
  39. data/vendor/assets/stylesheets/pace/green/pace-theme-corner-indicator.css +73 -0
  40. data/vendor/assets/stylesheets/pace/green/pace-theme-fill-left.css +22 -0
  41. data/vendor/assets/stylesheets/pace/green/pace-theme-flash.css +77 -0
  42. data/vendor/assets/stylesheets/pace/green/pace-theme-flat-top.css +41 -0
  43. data/vendor/assets/stylesheets/pace/green/pace-theme-loading-bar.css +198 -0
  44. data/vendor/assets/stylesheets/pace/green/pace-theme-mac-osx.css +87 -0
  45. data/vendor/assets/stylesheets/pace/green/pace-theme-minimal.css +23 -0
  46. data/vendor/assets/stylesheets/pace/orange/pace-theme-barber-shop.css +83 -0
  47. data/vendor/assets/stylesheets/pace/orange/pace-theme-big-counter.css +40 -0
  48. data/vendor/assets/stylesheets/pace/orange/pace-theme-bounce.css +231 -0
  49. data/vendor/assets/stylesheets/pace/orange/pace-theme-center-atom.css +131 -0
  50. data/vendor/assets/stylesheets/pace/orange/pace-theme-center-circle.css +90 -0
  51. data/vendor/assets/stylesheets/pace/orange/pace-theme-center-radar.css +74 -0
  52. data/vendor/assets/stylesheets/pace/orange/pace-theme-center-simple.css +52 -0
  53. data/vendor/assets/stylesheets/pace/orange/pace-theme-corner-indicator.css +73 -0
  54. data/vendor/assets/stylesheets/pace/orange/pace-theme-fill-left.css +22 -0
  55. data/vendor/assets/stylesheets/pace/orange/pace-theme-flash.css +77 -0
  56. data/vendor/assets/stylesheets/pace/orange/pace-theme-flat-top.css +41 -0
  57. data/vendor/assets/stylesheets/pace/orange/pace-theme-loading-bar.css +198 -0
  58. data/vendor/assets/stylesheets/pace/orange/pace-theme-mac-osx.css +87 -0
  59. data/vendor/assets/stylesheets/pace/orange/pace-theme-minimal.css +23 -0
  60. data/vendor/assets/stylesheets/pace/pink/pace-theme-barber-shop.css +83 -0
  61. data/vendor/assets/stylesheets/pace/pink/pace-theme-big-counter.css +40 -0
  62. data/vendor/assets/stylesheets/pace/pink/pace-theme-bounce.css +231 -0
  63. data/vendor/assets/stylesheets/pace/pink/pace-theme-center-atom.css +131 -0
  64. data/vendor/assets/stylesheets/pace/pink/pace-theme-center-circle.css +90 -0
  65. data/vendor/assets/stylesheets/pace/pink/pace-theme-center-radar.css +74 -0
  66. data/vendor/assets/stylesheets/pace/pink/pace-theme-center-simple.css +52 -0
  67. data/vendor/assets/stylesheets/pace/pink/pace-theme-corner-indicator.css +73 -0
  68. data/vendor/assets/stylesheets/pace/pink/pace-theme-fill-left.css +22 -0
  69. data/vendor/assets/stylesheets/pace/pink/pace-theme-flash.css +77 -0
  70. data/vendor/assets/stylesheets/pace/pink/pace-theme-flat-top.css +41 -0
  71. data/vendor/assets/stylesheets/pace/pink/pace-theme-loading-bar.css +198 -0
  72. data/vendor/assets/stylesheets/pace/pink/pace-theme-mac-osx.css +87 -0
  73. data/vendor/assets/stylesheets/pace/pink/pace-theme-minimal.css +23 -0
  74. data/vendor/assets/stylesheets/pace/purple/pace-theme-barber-shop.css +83 -0
  75. data/vendor/assets/stylesheets/pace/purple/pace-theme-big-counter.css +40 -0
  76. data/vendor/assets/stylesheets/pace/purple/pace-theme-bounce.css +231 -0
  77. data/vendor/assets/stylesheets/pace/purple/pace-theme-center-atom.css +131 -0
  78. data/vendor/assets/stylesheets/pace/purple/pace-theme-center-circle.css +90 -0
  79. data/vendor/assets/stylesheets/pace/purple/pace-theme-center-radar.css +74 -0
  80. data/vendor/assets/stylesheets/pace/purple/pace-theme-center-simple.css +52 -0
  81. data/vendor/assets/stylesheets/pace/purple/pace-theme-corner-indicator.css +73 -0
  82. data/vendor/assets/stylesheets/pace/purple/pace-theme-fill-left.css +22 -0
  83. data/vendor/assets/stylesheets/pace/purple/pace-theme-flash.css +77 -0
  84. data/vendor/assets/stylesheets/pace/purple/pace-theme-flat-top.css +41 -0
  85. data/vendor/assets/stylesheets/pace/purple/pace-theme-loading-bar.css +198 -0
  86. data/vendor/assets/stylesheets/pace/purple/pace-theme-mac-osx.css +87 -0
  87. data/vendor/assets/stylesheets/pace/purple/pace-theme-minimal.css +23 -0
  88. data/vendor/assets/stylesheets/pace/red/pace-theme-barber-shop.css +83 -0
  89. data/vendor/assets/stylesheets/pace/red/pace-theme-big-counter.css +40 -0
  90. data/vendor/assets/stylesheets/pace/red/pace-theme-bounce.css +231 -0
  91. data/vendor/assets/stylesheets/pace/red/pace-theme-center-atom.css +131 -0
  92. data/vendor/assets/stylesheets/pace/red/pace-theme-center-circle.css +90 -0
  93. data/vendor/assets/stylesheets/pace/red/pace-theme-center-radar.css +74 -0
  94. data/vendor/assets/stylesheets/pace/red/pace-theme-center-simple.css +52 -0
  95. data/vendor/assets/stylesheets/pace/red/pace-theme-corner-indicator.css +73 -0
  96. data/vendor/assets/stylesheets/pace/red/pace-theme-fill-left.css +22 -0
  97. data/vendor/assets/stylesheets/pace/red/pace-theme-flash.css +77 -0
  98. data/vendor/assets/stylesheets/pace/red/pace-theme-flat-top.css +41 -0
  99. data/vendor/assets/stylesheets/pace/red/pace-theme-loading-bar.css +198 -0
  100. data/vendor/assets/stylesheets/pace/red/pace-theme-mac-osx.css +87 -0
  101. data/vendor/assets/stylesheets/pace/red/pace-theme-minimal.css +23 -0
  102. data/vendor/assets/stylesheets/pace/silver/pace-theme-barber-shop.css +83 -0
  103. data/vendor/assets/stylesheets/pace/silver/pace-theme-big-counter.css +40 -0
  104. data/vendor/assets/stylesheets/pace/silver/pace-theme-bounce.css +231 -0
  105. data/vendor/assets/stylesheets/pace/silver/pace-theme-center-atom.css +131 -0
  106. data/vendor/assets/stylesheets/pace/silver/pace-theme-center-circle.css +90 -0
  107. data/vendor/assets/stylesheets/pace/silver/pace-theme-center-radar.css +74 -0
  108. data/vendor/assets/stylesheets/pace/silver/pace-theme-center-simple.css +52 -0
  109. data/vendor/assets/stylesheets/pace/silver/pace-theme-corner-indicator.css +73 -0
  110. data/vendor/assets/stylesheets/pace/silver/pace-theme-fill-left.css +22 -0
  111. data/vendor/assets/stylesheets/pace/silver/pace-theme-flash.css +77 -0
  112. data/vendor/assets/stylesheets/pace/silver/pace-theme-flat-top.css +41 -0
  113. data/vendor/assets/stylesheets/pace/silver/pace-theme-loading-bar.css +198 -0
  114. data/vendor/assets/stylesheets/pace/silver/pace-theme-mac-osx.css +87 -0
  115. data/vendor/assets/stylesheets/pace/silver/pace-theme-minimal.css +23 -0
  116. data/vendor/assets/stylesheets/pace/white/pace-theme-barber-shop.css +83 -0
  117. data/vendor/assets/stylesheets/pace/white/pace-theme-big-counter.css +40 -0
  118. data/vendor/assets/stylesheets/pace/white/pace-theme-bounce.css +231 -0
  119. data/vendor/assets/stylesheets/pace/white/pace-theme-center-atom.css +131 -0
  120. data/vendor/assets/stylesheets/pace/white/pace-theme-center-circle.css +90 -0
  121. data/vendor/assets/stylesheets/pace/white/pace-theme-center-radar.css +74 -0
  122. data/vendor/assets/stylesheets/pace/white/pace-theme-center-simple.css +52 -0
  123. data/vendor/assets/stylesheets/pace/white/pace-theme-corner-indicator.css +73 -0
  124. data/vendor/assets/stylesheets/pace/white/pace-theme-fill-left.css +22 -0
  125. data/vendor/assets/stylesheets/pace/white/pace-theme-flash.css +77 -0
  126. data/vendor/assets/stylesheets/pace/white/pace-theme-flat-top.css +41 -0
  127. data/vendor/assets/stylesheets/pace/white/pace-theme-loading-bar.css +198 -0
  128. data/vendor/assets/stylesheets/pace/white/pace-theme-mac-osx.css +87 -0
  129. data/vendor/assets/stylesheets/pace/white/pace-theme-minimal.css +23 -0
  130. data/vendor/assets/stylesheets/pace/yellow/pace-theme-barber-shop.css +83 -0
  131. data/vendor/assets/stylesheets/pace/yellow/pace-theme-big-counter.css +40 -0
  132. data/vendor/assets/stylesheets/pace/yellow/pace-theme-bounce.css +231 -0
  133. data/vendor/assets/stylesheets/pace/yellow/pace-theme-center-atom.css +131 -0
  134. data/vendor/assets/stylesheets/pace/yellow/pace-theme-center-circle.css +90 -0
  135. data/vendor/assets/stylesheets/pace/yellow/pace-theme-center-radar.css +74 -0
  136. data/vendor/assets/stylesheets/pace/yellow/pace-theme-center-simple.css +52 -0
  137. data/vendor/assets/stylesheets/pace/yellow/pace-theme-corner-indicator.css +73 -0
  138. data/vendor/assets/stylesheets/pace/yellow/pace-theme-fill-left.css +22 -0
  139. data/vendor/assets/stylesheets/pace/yellow/pace-theme-flash.css +77 -0
  140. data/vendor/assets/stylesheets/pace/yellow/pace-theme-flat-top.css +41 -0
  141. data/vendor/assets/stylesheets/pace/yellow/pace-theme-loading-bar.css +198 -0
  142. data/vendor/assets/stylesheets/pace/yellow/pace-theme-mac-osx.css +87 -0
  143. data/vendor/assets/stylesheets/pace/yellow/pace-theme-minimal.css +23 -0
  144. metadata +142 -15
  145. data/vendor/assets/stylesheets/pace/pace-theme-loading-bar.css +0 -104
@@ -0,0 +1,87 @@
1
+ /* This is a compiled file, you should be editing the file in the templates directory */
2
+ .pace {
3
+ -webkit-pointer-events: none;
4
+ pointer-events: none;
5
+
6
+ -webkit-user-select: none;
7
+ -moz-user-select: none;
8
+ user-select: none;
9
+
10
+ overflow: hidden;
11
+ position: fixed;
12
+ top: 0;
13
+ left: 0;
14
+ z-index: 2000;
15
+ width: 100%;
16
+ height: 12px;
17
+ background: #fff;
18
+ }
19
+
20
+ .pace-inactive {
21
+ display: none;
22
+ }
23
+
24
+ .pace .pace-progress {
25
+ background-color: #FFE000;
26
+ position: fixed;
27
+ top: 0;
28
+ right: 100%;
29
+ width: 100%;
30
+ height: 12px;
31
+ overflow: hidden;
32
+
33
+ -webkit-border-radius: 0 0 4px 0;
34
+ -moz-border-radius: 0 0 4px 0;
35
+ -o-border-radius: 0 0 4px 0;
36
+ border-radius: 0 0 4px 0;
37
+
38
+ -webkit-box-shadow: inset -1px 0 #E49900, inset 0 -1px #E49900, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
39
+ -moz-box-shadow: inset -1px 0 #E49900, inset 0 -1px #E49900, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
40
+ -o-box-shadow: inset -1px 0 #E49900, inset 0 -1px #E49900, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
41
+ box-shadow: inset -1px 0 #E49900, inset 0 -1px #E49900, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
42
+ }
43
+
44
+ .pace .pace-activity {
45
+ position: fixed;
46
+ top: 0;
47
+ left: 0;
48
+ right: -28px;
49
+ bottom: 0;
50
+
51
+ -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%);
52
+ -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%);
53
+ -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%);
54
+ background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%);
55
+
56
+ -webkit-background-size: 28px 100%;
57
+ -moz-background-size: 28px 100%;
58
+ -o-background-size: 28px 100%;
59
+ background-size: 28px 100%;
60
+
61
+ -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite;
62
+ -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite;
63
+ -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite;
64
+ -o-animation: pace-theme-mac-osx-motion 500ms linear infinite;
65
+ animation: pace-theme-mac-osx-motion 500ms linear infinite;
66
+ }
67
+
68
+ @-webkit-keyframes pace-theme-mac-osx-motion {
69
+ 0% { -webkit-transform: none; transform: none; }
70
+ 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); }
71
+ }
72
+ @-moz-keyframes pace-theme-mac-osx-motion {
73
+ 0% { -moz-transform: none; transform: none; }
74
+ 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); }
75
+ }
76
+ @-o-keyframes pace-theme-mac-osx-motion {
77
+ 0% { -o-transform: none; transform: none; }
78
+ 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); }
79
+ }
80
+ @-ms-keyframes pace-theme-mac-osx-motion {
81
+ 0% { -ms-transform: none; transform: none; }
82
+ 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); }
83
+ }
84
+ @keyframes pace-theme-mac-osx-motion {
85
+ 0% { transform: none; transform: none; }
86
+ 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); }
87
+ }
@@ -0,0 +1,23 @@
1
+ /* This is a compiled file, you should be editing the file in the templates directory */
2
+ .pace {
3
+ -webkit-pointer-events: none;
4
+ pointer-events: none;
5
+
6
+ -webkit-user-select: none;
7
+ -moz-user-select: none;
8
+ user-select: none;
9
+ }
10
+
11
+ .pace-inactive {
12
+ display: none;
13
+ }
14
+
15
+ .pace .pace-progress {
16
+ background: #fcd25a;
17
+ position: fixed;
18
+ z-index: 2000;
19
+ top: 0;
20
+ right: 100%;
21
+ width: 100%;
22
+ height: 2px;
23
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pace-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Vera
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-19 00:00:00.000000000 Z
11
+ date: 2015-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -68,19 +68,146 @@ files:
68
68
  - lib/pace/rails/version.rb
69
69
  - pace-rails.gemspec
70
70
  - vendor/assets/javascripts/pace/pace.js
71
- - vendor/assets/stylesheets/pace/pace-theme-barber-shop.css
72
- - vendor/assets/stylesheets/pace/pace-theme-big-counter.css
73
- - vendor/assets/stylesheets/pace/pace-theme-bounce.css
74
- - vendor/assets/stylesheets/pace/pace-theme-center-atom.css
75
- - vendor/assets/stylesheets/pace/pace-theme-center-circle.css
76
- - vendor/assets/stylesheets/pace/pace-theme-center-radar.css
77
- - vendor/assets/stylesheets/pace/pace-theme-center-simple.css
78
- - vendor/assets/stylesheets/pace/pace-theme-corner-indicator.css
79
- - vendor/assets/stylesheets/pace/pace-theme-fill-left.css
80
- - vendor/assets/stylesheets/pace/pace-theme-flash.css
81
- - vendor/assets/stylesheets/pace/pace-theme-loading-bar.css
82
- - vendor/assets/stylesheets/pace/pace-theme-mac-osx.css
83
- - vendor/assets/stylesheets/pace/pace-theme-minimal.css
71
+ - vendor/assets/stylesheets/pace/black/pace-theme-barber-shop.css
72
+ - vendor/assets/stylesheets/pace/black/pace-theme-big-counter.css
73
+ - vendor/assets/stylesheets/pace/black/pace-theme-bounce.css
74
+ - vendor/assets/stylesheets/pace/black/pace-theme-center-atom.css
75
+ - vendor/assets/stylesheets/pace/black/pace-theme-center-circle.css
76
+ - vendor/assets/stylesheets/pace/black/pace-theme-center-radar.css
77
+ - vendor/assets/stylesheets/pace/black/pace-theme-center-simple.css
78
+ - vendor/assets/stylesheets/pace/black/pace-theme-corner-indicator.css
79
+ - vendor/assets/stylesheets/pace/black/pace-theme-fill-left.css
80
+ - vendor/assets/stylesheets/pace/black/pace-theme-flash.css
81
+ - vendor/assets/stylesheets/pace/black/pace-theme-flat-top.css
82
+ - vendor/assets/stylesheets/pace/black/pace-theme-loading-bar.css
83
+ - vendor/assets/stylesheets/pace/black/pace-theme-mac-osx.css
84
+ - vendor/assets/stylesheets/pace/black/pace-theme-minimal.css
85
+ - vendor/assets/stylesheets/pace/blue/pace-theme-barber-shop.css
86
+ - vendor/assets/stylesheets/pace/blue/pace-theme-big-counter.css
87
+ - vendor/assets/stylesheets/pace/blue/pace-theme-bounce.css
88
+ - vendor/assets/stylesheets/pace/blue/pace-theme-center-atom.css
89
+ - vendor/assets/stylesheets/pace/blue/pace-theme-center-circle.css
90
+ - vendor/assets/stylesheets/pace/blue/pace-theme-center-radar.css
91
+ - vendor/assets/stylesheets/pace/blue/pace-theme-center-simple.css
92
+ - vendor/assets/stylesheets/pace/blue/pace-theme-corner-indicator.css
93
+ - vendor/assets/stylesheets/pace/blue/pace-theme-fill-left.css
94
+ - vendor/assets/stylesheets/pace/blue/pace-theme-flash.css
95
+ - vendor/assets/stylesheets/pace/blue/pace-theme-flat-top.css
96
+ - vendor/assets/stylesheets/pace/blue/pace-theme-loading-bar.css
97
+ - vendor/assets/stylesheets/pace/blue/pace-theme-mac-osx.css
98
+ - vendor/assets/stylesheets/pace/blue/pace-theme-minimal.css
99
+ - vendor/assets/stylesheets/pace/green/pace-theme-barber-shop.css
100
+ - vendor/assets/stylesheets/pace/green/pace-theme-big-counter.css
101
+ - vendor/assets/stylesheets/pace/green/pace-theme-bounce.css
102
+ - vendor/assets/stylesheets/pace/green/pace-theme-center-atom.css
103
+ - vendor/assets/stylesheets/pace/green/pace-theme-center-circle.css
104
+ - vendor/assets/stylesheets/pace/green/pace-theme-center-radar.css
105
+ - vendor/assets/stylesheets/pace/green/pace-theme-center-simple.css
106
+ - vendor/assets/stylesheets/pace/green/pace-theme-corner-indicator.css
107
+ - vendor/assets/stylesheets/pace/green/pace-theme-fill-left.css
108
+ - vendor/assets/stylesheets/pace/green/pace-theme-flash.css
109
+ - vendor/assets/stylesheets/pace/green/pace-theme-flat-top.css
110
+ - vendor/assets/stylesheets/pace/green/pace-theme-loading-bar.css
111
+ - vendor/assets/stylesheets/pace/green/pace-theme-mac-osx.css
112
+ - vendor/assets/stylesheets/pace/green/pace-theme-minimal.css
113
+ - vendor/assets/stylesheets/pace/orange/pace-theme-barber-shop.css
114
+ - vendor/assets/stylesheets/pace/orange/pace-theme-big-counter.css
115
+ - vendor/assets/stylesheets/pace/orange/pace-theme-bounce.css
116
+ - vendor/assets/stylesheets/pace/orange/pace-theme-center-atom.css
117
+ - vendor/assets/stylesheets/pace/orange/pace-theme-center-circle.css
118
+ - vendor/assets/stylesheets/pace/orange/pace-theme-center-radar.css
119
+ - vendor/assets/stylesheets/pace/orange/pace-theme-center-simple.css
120
+ - vendor/assets/stylesheets/pace/orange/pace-theme-corner-indicator.css
121
+ - vendor/assets/stylesheets/pace/orange/pace-theme-fill-left.css
122
+ - vendor/assets/stylesheets/pace/orange/pace-theme-flash.css
123
+ - vendor/assets/stylesheets/pace/orange/pace-theme-flat-top.css
124
+ - vendor/assets/stylesheets/pace/orange/pace-theme-loading-bar.css
125
+ - vendor/assets/stylesheets/pace/orange/pace-theme-mac-osx.css
126
+ - vendor/assets/stylesheets/pace/orange/pace-theme-minimal.css
127
+ - vendor/assets/stylesheets/pace/pink/pace-theme-barber-shop.css
128
+ - vendor/assets/stylesheets/pace/pink/pace-theme-big-counter.css
129
+ - vendor/assets/stylesheets/pace/pink/pace-theme-bounce.css
130
+ - vendor/assets/stylesheets/pace/pink/pace-theme-center-atom.css
131
+ - vendor/assets/stylesheets/pace/pink/pace-theme-center-circle.css
132
+ - vendor/assets/stylesheets/pace/pink/pace-theme-center-radar.css
133
+ - vendor/assets/stylesheets/pace/pink/pace-theme-center-simple.css
134
+ - vendor/assets/stylesheets/pace/pink/pace-theme-corner-indicator.css
135
+ - vendor/assets/stylesheets/pace/pink/pace-theme-fill-left.css
136
+ - vendor/assets/stylesheets/pace/pink/pace-theme-flash.css
137
+ - vendor/assets/stylesheets/pace/pink/pace-theme-flat-top.css
138
+ - vendor/assets/stylesheets/pace/pink/pace-theme-loading-bar.css
139
+ - vendor/assets/stylesheets/pace/pink/pace-theme-mac-osx.css
140
+ - vendor/assets/stylesheets/pace/pink/pace-theme-minimal.css
141
+ - vendor/assets/stylesheets/pace/purple/pace-theme-barber-shop.css
142
+ - vendor/assets/stylesheets/pace/purple/pace-theme-big-counter.css
143
+ - vendor/assets/stylesheets/pace/purple/pace-theme-bounce.css
144
+ - vendor/assets/stylesheets/pace/purple/pace-theme-center-atom.css
145
+ - vendor/assets/stylesheets/pace/purple/pace-theme-center-circle.css
146
+ - vendor/assets/stylesheets/pace/purple/pace-theme-center-radar.css
147
+ - vendor/assets/stylesheets/pace/purple/pace-theme-center-simple.css
148
+ - vendor/assets/stylesheets/pace/purple/pace-theme-corner-indicator.css
149
+ - vendor/assets/stylesheets/pace/purple/pace-theme-fill-left.css
150
+ - vendor/assets/stylesheets/pace/purple/pace-theme-flash.css
151
+ - vendor/assets/stylesheets/pace/purple/pace-theme-flat-top.css
152
+ - vendor/assets/stylesheets/pace/purple/pace-theme-loading-bar.css
153
+ - vendor/assets/stylesheets/pace/purple/pace-theme-mac-osx.css
154
+ - vendor/assets/stylesheets/pace/purple/pace-theme-minimal.css
155
+ - vendor/assets/stylesheets/pace/red/pace-theme-barber-shop.css
156
+ - vendor/assets/stylesheets/pace/red/pace-theme-big-counter.css
157
+ - vendor/assets/stylesheets/pace/red/pace-theme-bounce.css
158
+ - vendor/assets/stylesheets/pace/red/pace-theme-center-atom.css
159
+ - vendor/assets/stylesheets/pace/red/pace-theme-center-circle.css
160
+ - vendor/assets/stylesheets/pace/red/pace-theme-center-radar.css
161
+ - vendor/assets/stylesheets/pace/red/pace-theme-center-simple.css
162
+ - vendor/assets/stylesheets/pace/red/pace-theme-corner-indicator.css
163
+ - vendor/assets/stylesheets/pace/red/pace-theme-fill-left.css
164
+ - vendor/assets/stylesheets/pace/red/pace-theme-flash.css
165
+ - vendor/assets/stylesheets/pace/red/pace-theme-flat-top.css
166
+ - vendor/assets/stylesheets/pace/red/pace-theme-loading-bar.css
167
+ - vendor/assets/stylesheets/pace/red/pace-theme-mac-osx.css
168
+ - vendor/assets/stylesheets/pace/red/pace-theme-minimal.css
169
+ - vendor/assets/stylesheets/pace/silver/pace-theme-barber-shop.css
170
+ - vendor/assets/stylesheets/pace/silver/pace-theme-big-counter.css
171
+ - vendor/assets/stylesheets/pace/silver/pace-theme-bounce.css
172
+ - vendor/assets/stylesheets/pace/silver/pace-theme-center-atom.css
173
+ - vendor/assets/stylesheets/pace/silver/pace-theme-center-circle.css
174
+ - vendor/assets/stylesheets/pace/silver/pace-theme-center-radar.css
175
+ - vendor/assets/stylesheets/pace/silver/pace-theme-center-simple.css
176
+ - vendor/assets/stylesheets/pace/silver/pace-theme-corner-indicator.css
177
+ - vendor/assets/stylesheets/pace/silver/pace-theme-fill-left.css
178
+ - vendor/assets/stylesheets/pace/silver/pace-theme-flash.css
179
+ - vendor/assets/stylesheets/pace/silver/pace-theme-flat-top.css
180
+ - vendor/assets/stylesheets/pace/silver/pace-theme-loading-bar.css
181
+ - vendor/assets/stylesheets/pace/silver/pace-theme-mac-osx.css
182
+ - vendor/assets/stylesheets/pace/silver/pace-theme-minimal.css
183
+ - vendor/assets/stylesheets/pace/white/pace-theme-barber-shop.css
184
+ - vendor/assets/stylesheets/pace/white/pace-theme-big-counter.css
185
+ - vendor/assets/stylesheets/pace/white/pace-theme-bounce.css
186
+ - vendor/assets/stylesheets/pace/white/pace-theme-center-atom.css
187
+ - vendor/assets/stylesheets/pace/white/pace-theme-center-circle.css
188
+ - vendor/assets/stylesheets/pace/white/pace-theme-center-radar.css
189
+ - vendor/assets/stylesheets/pace/white/pace-theme-center-simple.css
190
+ - vendor/assets/stylesheets/pace/white/pace-theme-corner-indicator.css
191
+ - vendor/assets/stylesheets/pace/white/pace-theme-fill-left.css
192
+ - vendor/assets/stylesheets/pace/white/pace-theme-flash.css
193
+ - vendor/assets/stylesheets/pace/white/pace-theme-flat-top.css
194
+ - vendor/assets/stylesheets/pace/white/pace-theme-loading-bar.css
195
+ - vendor/assets/stylesheets/pace/white/pace-theme-mac-osx.css
196
+ - vendor/assets/stylesheets/pace/white/pace-theme-minimal.css
197
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-barber-shop.css
198
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-big-counter.css
199
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-bounce.css
200
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-center-atom.css
201
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-center-circle.css
202
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-center-radar.css
203
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-center-simple.css
204
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-corner-indicator.css
205
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-fill-left.css
206
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-flash.css
207
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-flat-top.css
208
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-loading-bar.css
209
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-mac-osx.css
210
+ - vendor/assets/stylesheets/pace/yellow/pace-theme-minimal.css
84
211
  homepage: https://github.com/yovu/pace-rails
85
212
  licenses:
86
213
  - MIT
@@ -1,104 +0,0 @@
1
- .pace {
2
- -webkit-pointer-events: none;
3
- pointer-events: none;
4
-
5
- -webkit-user-select: none;
6
- -moz-user-select: none;
7
- user-select: none;
8
-
9
- -webkit-box-sizing: border-box;
10
- -moz-box-sizing: border-box;
11
- -ms-box-sizing: border-box;
12
- -o-box-sizing: border-box;
13
- box-sizing: border-box;
14
-
15
- -webkit-border-radius: 10px;
16
- -moz-border-radius: 10px;
17
- border-radius: 10px;
18
-
19
- -webkit-background-clip: padding-box;
20
- -moz-background-clip: padding;
21
- background-clip: padding-box;
22
-
23
- z-index: 2000;
24
- position: fixed;
25
- margin: auto;
26
- top: 12px;
27
- left: 0;
28
- right: 0;
29
- bottom: 0;
30
- width: 200px;
31
- height: 50px;
32
- overflow: hidden;
33
- }
34
-
35
- .pace .pace-progress {
36
- -webkit-box-sizing: border-box;
37
- -moz-box-sizing: border-box;
38
- -ms-box-sizing: border-box;
39
- -o-box-sizing: border-box;
40
- box-sizing: border-box;
41
-
42
- -webkit-border-radius: 2px;
43
- -moz-border-radius: 2px;
44
- border-radius: 2px;
45
-
46
- -webkit-background-clip: padding-box;
47
- -moz-background-clip: padding;
48
- background-clip: padding-box;
49
-
50
- -webkit-transform: translate3d(0, 0, 0);
51
- transform: translate3d(0, 0, 0);
52
-
53
- display: block;
54
- position: absolute;
55
- right: 100%;
56
- margin-right: -7px;
57
- width: 93%;
58
- top: 7px;
59
- height: 14px;
60
- font-size: 12px;
61
- background: `args.color || "#29d"`;
62
- color: `args.color || "#29d"`;
63
- line-height: 60px;
64
- font-weight: bold;
65
- font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
66
-
67
- -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
68
- -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
69
- box-shadow: 120px 0 #fff, 240px 0 #fff;
70
- }
71
-
72
- .pace .pace-progress:after {
73
- content: attr(data-progress-text);
74
- display: inline-block;
75
- position: fixed;
76
- width: 45px;
77
- text-align: right;
78
- right: 0;
79
- padding-right: 16px;
80
- top: 4px;
81
- }
82
-
83
- `
84
- var out = '';
85
-
86
- for (var i = 0; i < 101 ; i++) {
87
- out += ".pace .pace-progress[data-progress-text=\"" + i + "%\"]:after { right: -" + (200 - (i * 2) + ((i * 14) / 100)) + "px }\n";
88
- }
89
-
90
- out
91
- `
92
-
93
- .pace .pace-activity {
94
- position: absolute;
95
- width: 100%;
96
- height: 28px;
97
- z-index: 2001;
98
- box-shadow: inset 0 0 0 2px `args.color || "#29d"`, inset 0 0 0 7px #FFF;
99
- border-radius: 10px;
100
- }
101
-
102
- .pace.pace-inactive {
103
- display: none;
104
- }