pondasee 1.5.1 → 2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. data/VERSION +1 -1
  2. data/templates/project/index.html +3 -4
  3. data/templates/project/js/plugins.js +17 -19
  4. data/templates/project/js/vendor/jquery-1.8.2.min.js +2 -0
  5. data/templates/project/js/vendor/modernizr-2.6.2.min.js +4 -0
  6. data/templates/project/manifest.rb +5 -22
  7. data/templates/project/sass/partials/_forms.scss +1 -301
  8. data/templates/project/sass/partials/_grid.scss +7 -5
  9. data/templates/project/sass/partials/_ie.scss +8 -0
  10. data/templates/project/sass/partials/_images.scss +3 -161
  11. data/templates/project/sass/partials/_main.scss +1 -10
  12. data/templates/project/sass/partials/_media-queries.scss +0 -18
  13. data/templates/project/sass/partials/_mixins.scss +19 -2
  14. data/templates/project/sass/partials/_plugins.scss +1 -2
  15. data/templates/project/sass/partials/_reset.scss +21 -27
  16. data/templates/project/sass/partials/_utilities.scss +32 -15
  17. data/templates/project/sass/partials/_variable.scss +5 -10
  18. data/templates/project/sass/partials/mixins/_fonts.scss +3 -13
  19. data/templates/project/sass/style.scss +17 -49
  20. data/templates/project/style.css +835 -0
  21. metadata +9 -25
  22. data/templates/project/fonts/fontawesome-webfont.eot +0 -0
  23. data/templates/project/fonts/fontawesome-webfont.svg +0 -255
  24. data/templates/project/fonts/fontawesome-webfont.ttf +0 -0
  25. data/templates/project/fonts/fontawesome-webfont.woff +0 -0
  26. data/templates/project/humans.txt +0 -42
  27. data/templates/project/img/button.png +0 -0
  28. data/templates/project/img/overlay-button.png +0 -0
  29. data/templates/project/img/select_arrow.gif +0 -0
  30. data/templates/project/js/vendor/jquery-1.7.2.min.js +0 -4
  31. data/templates/project/js/vendor/modernizr-2.6.1.min.js +0 -4
  32. data/templates/project/js/vendor/nwmatcher-1.2.5-min.js +0 -7
  33. data/templates/project/sass/partials/_font-awesome.scss +0 -299
  34. data/templates/project/sass/partials/main/_footer.scss +0 -10
  35. data/templates/project/sass/partials/main/_header.scss +0 -10
  36. data/templates/project/sass/partials/main/_menus.scss +0 -12
  37. data/templates/project/sass/partials/mixins/_zurb-button.scss +0 -105
  38. data/templates/project/sass/skins/default.scss +0 -11
  39. data/templates/project/skins/default.css +0 -3
@@ -1,299 +0,0 @@
1
- // Font Awesome
2
- // http://fortawesome.github.com/Font-Awesome
3
- // -------------------------------------------------------
4
-
5
- [class^="icon-"]:before,
6
- [class*=" icon-"]:before {
7
- font-family: FontAwesome;
8
- font-weight: normal;
9
- font-style: normal;
10
- display: inline-block;
11
- *display: inline;
12
- text-decoration: inherit;
13
- *zoom: 1;
14
- }
15
-
16
- a [class^="icon-"],
17
- a [class*=" icon-"] {
18
- display: inline-block;
19
- *display: inline;
20
- text-decoration: inherit;
21
- *zoom: 1;
22
- }
23
-
24
- /* makes the font 33% larger relative to the icon container */
25
- .icon-large:before {
26
- vertical-align: middle;
27
- font-size: 1.3333333333333333em;
28
- }
29
-
30
- .btn, .nav-tabs {
31
- [class^="icon-"],
32
- [class*=" icon-"] {
33
- /* keeps button heights with and without icons the same */
34
- line-height: .9em;
35
- }
36
- }
37
-
38
- li {
39
- [class^="icon-"],
40
- [class*=" icon-"] {
41
- display: inline-block;
42
- *display: inline;
43
- width: 1.25em;
44
- text-align: center;
45
- *zoom: 1;
46
- }
47
- .icon-large:before,
48
- .icon-large:before {
49
- /* 1.5 increased font size for icon-large * 1.25 width */
50
- width: 1.5*1.25em;
51
- }
52
- }
53
-
54
- ul.icons {
55
- list-style-type: none;
56
- margin-left: 2em;
57
- text-indent: -.8em;
58
-
59
- li {
60
- [class^="icon-"],
61
- [class*=" icon-"] {
62
- width: .8em;
63
- }
64
- .icon-large:before,
65
- .icon-large:before {
66
- /* 1.5 increased font size for icon-large * 1.25 width */
67
- vertical-align: initial; // width: 1.5*1.25em;
68
- }
69
- }
70
- }
71
-
72
- /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
73
- readers do not read off random characters that represent icons */
74
- .icon-glass:before { content: "\f000"; }
75
- .icon-music:before { content: "\f001"; }
76
- .icon-search:before { content: "\f002"; }
77
- .icon-envelope:before { content: "\f003"; }
78
- .icon-heart:before { content: "\f004"; }
79
- .icon-star:before { content: "\f005"; }
80
- .icon-star-empty:before { content: "\f006"; }
81
- .icon-user:before { content: "\f007"; }
82
- .icon-film:before { content: "\f008"; }
83
- .icon-th-large:before { content: "\f009"; }
84
- .icon-th:before { content: "\f00a"; }
85
- .icon-th-list:before { content: "\f00b"; }
86
- .icon-ok:before { content: "\f00c"; }
87
- .icon-remove:before { content: "\f00d"; }
88
- .icon-zoom-in:before { content: "\f00e"; }
89
-
90
- .icon-zoom-out:before { content: "\f010"; }
91
- .icon-off:before { content: "\f011"; }
92
- .icon-signal:before { content: "\f012"; }
93
- .icon-cog:before { content: "\f013"; }
94
- .icon-trash:before { content: "\f014"; }
95
- .icon-home:before { content: "\f015"; }
96
- .icon-file:before { content: "\f016"; }
97
- .icon-time:before { content: "\f017"; }
98
- .icon-road:before { content: "\f018"; }
99
- .icon-download-alt:before { content: "\f019"; }
100
- .icon-download:before { content: "\f01a"; }
101
- .icon-upload:before { content: "\f01b"; }
102
- .icon-inbox:before { content: "\f01c"; }
103
- .icon-play-circle:before { content: "\f01d"; }
104
- .icon-repeat:before { content: "\f01e"; }
105
-
106
- /* \f020 is not a valid unicode character. all shifted one down */
107
- .icon-refresh:before { content: "\f021"; }
108
- .icon-list-alt:before { content: "\f022"; }
109
- .icon-lock:before { content: "\f023"; }
110
- .icon-flag:before { content: "\f024"; }
111
- .icon-headphones:before { content: "\f025"; }
112
- .icon-volume-off:before { content: "\f026"; }
113
- .icon-volume-down:before { content: "\f027"; }
114
- .icon-volume-up:before { content: "\f028"; }
115
- .icon-qrcode:before { content: "\f029"; }
116
- .icon-barcode:before { content: "\f02a"; }
117
- .icon-tag:before { content: "\f02b"; }
118
- .icon-tags:before { content: "\f02c"; }
119
- .icon-book:before { content: "\f02d"; }
120
- .icon-bookmark:before { content: "\f02e"; }
121
- .icon-print:before { content: "\f02f"; }
122
-
123
- .icon-camera:before { content: "\f030"; }
124
- .icon-font:before { content: "\f031"; }
125
- .icon-bold:before { content: "\f032"; }
126
- .icon-italic:before { content: "\f033"; }
127
- .icon-text-height:before { content: "\f034"; }
128
- .icon-text-width:before { content: "\f035"; }
129
- .icon-align-left:before { content: "\f036"; }
130
- .icon-align-center:before { content: "\f037"; }
131
- .icon-align-right:before { content: "\f038"; }
132
- .icon-align-justify:before { content: "\f039"; }
133
- .icon-list:before { content: "\f03a"; }
134
- .icon-indent-left:before { content: "\f03b"; }
135
- .icon-indent-right:before { content: "\f03c"; }
136
- .icon-facetime-video:before { content: "\f03d"; }
137
- .icon-picture:before { content: "\f03e"; }
138
-
139
- .icon-pencil:before { content: "\f040"; }
140
- .icon-map-marker:before { content: "\f041"; }
141
- .icon-adjust:before { content: "\f042"; }
142
- .icon-tint:before { content: "\f043"; }
143
- .icon-edit:before { content: "\f044"; }
144
- .icon-share:before { content: "\f045"; }
145
- .icon-check:before { content: "\f046"; }
146
- .icon-move:before { content: "\f047"; }
147
- .icon-step-backward:before { content: "\f048"; }
148
- .icon-fast-backward:before { content: "\f049"; }
149
- .icon-backward:before { content: "\f04a"; }
150
- .icon-play:before { content: "\f04b"; }
151
- .icon-pause:before { content: "\f04c"; }
152
- .icon-stop:before { content: "\f04d"; }
153
- .icon-forward:before { content: "\f04e"; }
154
-
155
- .icon-fast-forward:before { content: "\f050"; }
156
- .icon-step-forward:before { content: "\f051"; }
157
- .icon-eject:before { content: "\f052"; }
158
- .icon-chevron-left:before { content: "\f053"; }
159
- .icon-chevron-right:before { content: "\f054"; }
160
- .icon-plus-sign:before { content: "\f055"; }
161
- .icon-minus-sign:before { content: "\f056"; }
162
- .icon-remove-sign:before { content: "\f057"; }
163
- .icon-ok-sign:before { content: "\f058"; }
164
- .icon-question-sign:before { content: "\f059"; }
165
- .icon-info-sign:before { content: "\f05a"; }
166
- .icon-screenshot:before { content: "\f05b"; }
167
- .icon-remove-circle:before { content: "\f05c"; }
168
- .icon-ok-circle:before { content: "\f05d"; }
169
- .icon-ban-circle:before { content: "\f05e"; }
170
-
171
- .icon-arrow-left:before { content: "\f060"; }
172
- .icon-arrow-right:before { content: "\f061"; }
173
- .icon-arrow-up:before { content: "\f062"; }
174
- .icon-arrow-down:before { content: "\f063"; }
175
- .icon-share-alt:before { content: "\f064"; }
176
- .icon-resize-full:before { content: "\f065"; }
177
- .icon-resize-small:before { content: "\f066"; }
178
- .icon-plus:before { content: "\f067"; }
179
- .icon-minus:before { content: "\f068"; }
180
- .icon-asterisk:before { content: "\f069"; }
181
- .icon-exclamation-sign:before { content: "\f06a"; }
182
- .icon-gift:before { content: "\f06b"; }
183
- .icon-leaf:before { content: "\f06c"; }
184
- .icon-fire:before { content: "\f06d"; }
185
- .icon-eye-open:before { content: "\f06e"; }
186
-
187
- .icon-eye-close:before { content: "\f070"; }
188
- .icon-warning-sign:before { content: "\f071"; }
189
- .icon-plane:before { content: "\f072"; }
190
- .icon-calendar:before { content: "\f073"; }
191
- .icon-random:before { content: "\f074"; }
192
- .icon-comment:before { content: "\f075"; }
193
- .icon-magnet:before { content: "\f076"; }
194
- .icon-chevron-up:before { content: "\f077"; }
195
- .icon-chevron-down:before { content: "\f078"; }
196
- .icon-retweet:before { content: "\f079"; }
197
- .icon-shopping-cart:before { content: "\f07a"; }
198
- .icon-folder-close:before { content: "\f07b"; }
199
- .icon-folder-open:before { content: "\f07c"; }
200
- .icon-resize-vertical:before { content: "\f07d"; }
201
- .icon-resize-horizontal:before { content: "\f07e"; }
202
-
203
- .icon-bar-chart:before { content: "\f080"; }
204
- .icon-twitter-sign:before { content: "\f081"; }
205
- .icon-facebook-sign:before { content: "\f082"; }
206
- .icon-camera-retro:before { content: "\f083"; }
207
- .icon-key:before { content: "\f084"; }
208
- .icon-cogs:before { content: "\f085"; }
209
- .icon-comments:before { content: "\f086"; }
210
- .icon-thumbs-up:before { content: "\f087"; }
211
- .icon-thumbs-down:before { content: "\f088"; }
212
- .icon-star-half:before { content: "\f089"; }
213
- .icon-heart-empty:before { content: "\f08a"; }
214
- .icon-signout:before { content: "\f08b"; }
215
- .icon-linkedin-sign:before { content: "\f08c"; }
216
- .icon-pushpin:before { content: "\f08d"; }
217
- .icon-external-link:before { content: "\f08e"; }
218
-
219
- .icon-signin:before { content: "\f090"; }
220
- .icon-trophy:before { content: "\f091"; }
221
- .icon-github-sign:before { content: "\f092"; }
222
- .icon-upload-alt:before { content: "\f093"; }
223
- .icon-lemon:before { content: "\f094"; }
224
- .icon-phone:before { content: "\f095"; }
225
- .icon-check-empty:before { content: "\f096"; }
226
- .icon-bookmark-empty:before { content: "\f097"; }
227
- .icon-phone-sign:before { content: "\f098"; }
228
- .icon-twitter:before { content: "\f099"; }
229
- .icon-facebook:before { content: "\f09a"; }
230
- .icon-github:before { content: "\f09b"; }
231
- .icon-unlock:before { content: "\f09c"; }
232
- .icon-credit-card:before { content: "\f09d"; }
233
- .icon-rss:before { content: "\f09e"; }
234
-
235
- .icon-hdd:before { content: "\f0a0"; }
236
- .icon-bullhorn:before { content: "\f0a1"; }
237
- .icon-bell:before { content: "\f0a2"; }
238
- .icon-certificate:before { content: "\f0a3"; }
239
- .icon-hand-right:before { content: "\f0a4"; }
240
- .icon-hand-left:before { content: "\f0a5"; }
241
- .icon-hand-up:before { content: "\f0a6"; }
242
- .icon-hand-down:before { content: "\f0a7"; }
243
- .icon-circle-arrow-left:before { content: "\f0a8"; }
244
- .icon-circle-arrow-right:before { content: "\f0a9"; }
245
- .icon-circle-arrow-up:before { content: "\f0aa"; }
246
- .icon-circle-arrow-down:before { content: "\f0ab"; }
247
- .icon-globe:before { content: "\f0ac"; }
248
- .icon-wrench:before { content: "\f0ad"; }
249
- .icon-tasks:before { content: "\f0ae"; }
250
-
251
- .icon-filter:before { content: "\f0b0"; }
252
- .icon-briefcase:before { content: "\f0b1"; }
253
- .icon-fullscreen:before { content: "\f0b2"; }
254
-
255
- .icon-group:before { content: "\f0c0"; }
256
- .icon-link:before { content: "\f0c1"; }
257
- .icon-cloud:before { content: "\f0c2"; }
258
- .icon-beaker:before { content: "\f0c3"; }
259
- .icon-cut:before { content: "\f0c4"; }
260
- .icon-copy:before { content: "\f0c5"; }
261
- .icon-paper-clip:before { content: "\f0c6"; }
262
- .icon-save:before { content: "\f0c7"; }
263
- .icon-sign-blank:before { content: "\f0c8"; }
264
- .icon-reorder:before { content: "\f0c9"; }
265
- .icon-list-ul:before { content: "\f0ca"; }
266
- .icon-list-ol:before { content: "\f0cb"; }
267
- .icon-strikethrough:before { content: "\f0cc"; }
268
- .icon-underline:before { content: "\f0cd"; }
269
- .icon-table:before { content: "\f0ce"; }
270
-
271
- .icon-magic:before { content: "\f0d0"; }
272
- .icon-truck:before { content: "\f0d1"; }
273
- .icon-pinterest:before { content: "\f0d2"; }
274
- .icon-pinterest-sign:before { content: "\f0d3"; }
275
- .icon-google-plus-sign:before { content: "\f0d4"; }
276
- .icon-google-plus:before { content: "\f0d5"; }
277
- .icon-money:before { content: "\f0d6"; }
278
- .icon-caret-down:before { content: "\f0d7"; }
279
- .icon-caret-up:before { content: "\f0d8"; }
280
- .icon-caret-left:before { content: "\f0d9"; }
281
- .icon-caret-right:before { content: "\f0da"; }
282
- .icon-columns:before { content: "\f0db"; }
283
- .icon-sort:before { content: "\f0dc"; }
284
- .icon-sort-down:before { content: "\f0dd"; }
285
- .icon-sort-up:before { content: "\f0de"; }
286
-
287
- .icon-envelope-alt:before { content: "\f0e0"; }
288
- .icon-linkedin:before { content: "\f0e1"; }
289
- .icon-undo:before { content: "\f0e2"; }
290
- .icon-legal:before { content: "\f0e3"; }
291
- .icon-dashboard:before { content: "\f0e4"; }
292
- .icon-comment-alt:before { content: "\f0e5"; }
293
- .icon-comments-alt:before { content: "\f0e6"; }
294
- .icon-bolt:before { content: "\f0e7"; }
295
- .icon-sitemap:before { content: "\f0e8"; }
296
- .icon-umbrella:before { content: "\f0e9"; }
297
- .icon-paste:before { content: "\f0ea"; }
298
-
299
- .icon-user-md:before { content: "\f200"; }
@@ -1,10 +0,0 @@
1
- // Footer style
2
- // Sample footer style
3
- // =================================================================================
4
-
5
- /*
6
- * Footer style
7
- */
8
- .site-footer {
9
- display: block;
10
- }
@@ -1,10 +0,0 @@
1
- // Header style
2
- // Sample header style
3
- // =================================================================================
4
-
5
- /*
6
- * Header style
7
- */
8
- .site-header {
9
- display: block;
10
- }
@@ -1,12 +0,0 @@
1
- // Menu style
2
- // Sample menu style
3
- // =================================================================================
4
-
5
- /*
6
- * Menu style
7
- */
8
- .main-navigation {
9
- ul {
10
- @include reset-list;
11
- }
12
- }
@@ -1,105 +0,0 @@
1
- // ZURB button Mixins
2
- // Mixins for zurb button - http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba
3
- // Author : Satrya - @msattt
4
- // URL : http://tokokoo.com
5
- //
6
- // Usage:
7
- //
8
- // .btn {
9
- // @include zurb-button( $black, $white, 5px, 16px, 5px 15px 6px );
10
- // }
11
- //
12
- // Or if you need some buttons with different size, you can do like this
13
- // .btn {
14
- // @include zurb-button-base( $black, $white, 5px );
15
- // @include zurb-button-structure;
16
- // }
17
- //
18
- // .btn.small {
19
- // @include zurb-button-size( 14px, 3px 10px );
20
- // }
21
- // .btn.medium {
22
- // @include zurb-button-size( 18px, 5px 15px );
23
- // }
24
- //
25
- // in your HTML, you can call like this
26
- // <p><a href="#" class="btn small">Button</a></p>
27
- // <p><a href="#" class="btn medium">Button</a></p>
28
- // =================================================================================
29
- @import "compass/css3/user-interface";
30
-
31
- $default-z-bgcolor : $blackLight !default;
32
- $default-z-radius : 3px !default;
33
- $default-z-fsize : 13px !default;
34
- $default-z-pad : 5px 15px !default;
35
- $default-z-color : $white !default;
36
-
37
- @mixin zurb-button(
38
- $bgcolor : $default-z-bgcolor,
39
- $color : $default-z-color,
40
- $radius : $default-z-radius,
41
- $fsize : $default-z-fsize,
42
- $pad : $default-z-pad,
43
- $display : "inline-block"
44
- ) {
45
-
46
- @include zurb-button-base( $bgcolor, $color, $radius );
47
- @include zurb-button-size( $fsize, $pad );
48
- @include zurb-button-structure( $display );
49
-
50
- }
51
-
52
- @mixin zurb-button-base(
53
- $bgcolor : $default-z-bgcolor,
54
- $color : $default-z-color,
55
- $radius : $default-z-radius
56
- ) {
57
-
58
- background: $bgcolor image-url('overlay-button.png') repeat-x;
59
- @include border-radius( $radius );
60
- @include single-box-shadow( rgba( $black, .2 ), 0, 1px, 2px, 0, false );
61
- border-bottom: 1px solid rgba( $black, .25 );
62
- color: $color;
63
- @include text-shadow( 0 -1px 1px rgba( $black, .25 ) );
64
- @include user-select( none );
65
-
66
- &:hover {
67
- background-color: darken( $bgcolor, 8% );
68
- color: $color;
69
- text-decoration: none;
70
- }
71
- &:visited {
72
- color: $color;
73
- }
74
- &:active {
75
- top: 1px;
76
- }
77
- }
78
-
79
- @mixin zurb-button-size(
80
- $fsize : $default-z-fsize,
81
- $pad : $default-z-pad
82
- ) {
83
- font-size: $fsize;
84
- padding: $pad;
85
- }
86
-
87
- @mixin zurb-button-structure( $display: "inline-block" ) {
88
-
89
- border: none;
90
- cursor: pointer;
91
- font-weight: normal;
92
- position: relative;
93
- text-decoration: none;
94
-
95
- @if $display == "inline-block" {
96
- display: inline-block;
97
- *display: inline;
98
- *zoom: 1;
99
- } @if $display == "inline" {
100
- display: inline;
101
- } @if $display == "block" {
102
- display: block;
103
- }
104
-
105
- }
@@ -1,11 +0,0 @@
1
- @import "compass";
2
-
3
- // Default skin
4
- // example default skin
5
- // Author : Satrya - @msattt
6
- // URL : http://tokokoo.com
7
- // =================================================================================
8
-
9
- body {
10
- background: #fff;
11
- }
@@ -1,3 +0,0 @@
1
- body {
2
- background: #fff;
3
- }