turquoise 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. data/lib/turquoise/version.rb +1 -1
  2. data/stylesheets/_my_extension.sass +1 -0
  3. data/templates/project/ie.scss +16 -0
  4. data/templates/project/images/fancybox/blank.gif +0 -0
  5. data/templates/project/images/fancybox/fancy_close.png +0 -0
  6. data/templates/project/images/fancybox/fancy_loading.png +0 -0
  7. data/templates/project/images/fancybox/fancy_nav_left.png +0 -0
  8. data/templates/project/images/fancybox/fancy_nav_right.png +0 -0
  9. data/templates/project/images/fancybox/fancy_shadow_e.png +0 -0
  10. data/templates/project/images/fancybox/fancy_shadow_n.png +0 -0
  11. data/templates/project/images/fancybox/fancy_shadow_ne.png +0 -0
  12. data/templates/project/images/fancybox/fancy_shadow_nw.png +0 -0
  13. data/templates/project/images/fancybox/fancy_shadow_s.png +0 -0
  14. data/templates/project/images/fancybox/fancy_shadow_se.png +0 -0
  15. data/templates/project/images/fancybox/fancy_shadow_sw.png +0 -0
  16. data/templates/project/images/fancybox/fancy_shadow_w.png +0 -0
  17. data/templates/project/images/fancybox/fancy_title_left.png +0 -0
  18. data/templates/project/images/fancybox/fancy_title_main.png +0 -0
  19. data/templates/project/images/fancybox/fancy_title_over.png +0 -0
  20. data/templates/project/images/fancybox/fancy_title_right.png +0 -0
  21. data/templates/project/images/fancybox/fancybox-x.png +0 -0
  22. data/templates/project/images/fancybox/fancybox-y.png +0 -0
  23. data/templates/project/images/fancybox/fancybox.png +0 -0
  24. data/templates/project/images/icons/arrow_left.png +0 -0
  25. data/templates/project/images/icons/arrow_right.png +0 -0
  26. data/templates/project/images/icons/checked.gif +0 -0
  27. data/templates/project/images/icons/error.png +0 -0
  28. data/templates/project/images/icons/loading.gif +0 -0
  29. data/templates/project/images/icons/unchecked.gif +0 -0
  30. data/templates/project/images/link_icons/doc.png +0 -0
  31. data/templates/project/images/link_icons/email.png +0 -0
  32. data/templates/project/images/link_icons/external.png +0 -0
  33. data/templates/project/images/link_icons/feed.png +0 -0
  34. data/templates/project/images/link_icons/im.png +0 -0
  35. data/templates/project/images/link_icons/pdf.png +0 -0
  36. data/templates/project/images/link_icons/visited.png +0 -0
  37. data/templates/project/images/link_icons/xls.png +0 -0
  38. data/templates/project/images/utilities/alert-overlay.png +0 -0
  39. data/templates/project/images/utilities/arrow-down.png +0 -0
  40. data/templates/project/images/utilities/connect_sprite.png +0 -0
  41. data/templates/project/images/utilities/fb_login.png +0 -0
  42. data/templates/project/images/utilities/tape.png +0 -0
  43. data/templates/project/javascripts/animation/jquery.easing-1.3.pack.js +72 -0
  44. data/templates/project/javascripts/base/jquery.form.js +785 -0
  45. data/templates/project/javascripts/base/jquery.min.js +152 -0
  46. data/templates/project/javascripts/base/jquery.utilities.js +49 -0
  47. data/templates/project/javascripts/base/rails.js +132 -0
  48. data/templates/project/javascripts/flash/swfobject.js +4 -0
  49. data/templates/project/javascripts/interaction/jquery.fancybox.js +44 -0
  50. data/templates/project/javascripts/interaction/jquery.qtip.js +15 -0
  51. data/templates/project/manifest.rb +24 -0
  52. data/templates/project/partials/_base.scss +36 -0
  53. data/templates/project/partials/layouts/_base.scss +26 -0
  54. data/templates/project/partials/layouts/_two_col_1.scss +21 -0
  55. data/templates/project/partials/layouts/_two_col_2.scss +0 -0
  56. data/templates/project/partials/pages/_base.scss +0 -0
  57. data/templates/project/partials/shared/_footer.scss +0 -0
  58. data/templates/project/partials/shared/_header.scss +0 -0
  59. data/templates/project/partials/shared/_navigation.scss +13 -0
  60. data/templates/project/partials/utilities/_debug.scss +13 -0
  61. data/templates/project/partials/utilities/_display.scss +23 -0
  62. data/templates/project/partials/utilities/_fonts.scss +36 -0
  63. data/templates/project/partials/utilities/_forms.scss +5 -0
  64. data/templates/project/partials/utilities/_gradient.scss +31 -0
  65. data/templates/project/partials/utilities/_interaction.scss +12 -0
  66. data/templates/project/partials/utilities/_link-icons.scss +15 -0
  67. data/templates/project/partials/utilities/_links.scss +0 -0
  68. data/templates/project/partials/utilities/_lists.scss +13 -0
  69. data/templates/project/partials/utilities/_tables.scss +0 -0
  70. data/templates/project/partials/utilities/_typography.scss +0 -0
  71. data/templates/project/partials/variables/_color.scss +12 -0
  72. data/templates/project/partials/widgets/_awesome-buttons.scss +86 -0
  73. data/templates/project/partials/widgets/_post-it.scss +23 -0
  74. data/templates/project/partials/widgets/_slideshow.scss +0 -0
  75. data/templates/project/partials/widgets/_tab-list.scss +37 -0
  76. data/templates/project/screen.scss +3 -0
  77. metadata +78 -3
@@ -1,3 +1,3 @@
1
1
  module Turquoise
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -0,0 +1 @@
1
+ // This is your framework's main stylesheet. Use it to import all default modules.
@@ -0,0 +1,16 @@
1
+ @import "blueprint";
2
+
3
+ // To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
4
+ // @include blueprint-ie
5
+
6
+ //Recommended Blueprint configuration with scoping and semantic layout:
7
+ body.bp {
8
+ @include blueprint-ie(true);
9
+ // Note: Blueprint centers text to fix IE6 container centering.
10
+ // This means all your texts will be centered under all version of IE by default.
11
+ // If your container does not have the .container class, don't forget to restore
12
+ // the correct behavior to your main container (but not the body tag!)
13
+ // Example:
14
+ // .my-container
15
+ // text-align: left
16
+ }
@@ -0,0 +1,72 @@
1
+ /*
2
+ * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
3
+ *
4
+ * Uses the built in easing capabilities added In jQuery 1.1
5
+ * to offer multiple easing options
6
+ *
7
+ * TERMS OF USE - jQuery Easing
8
+ *
9
+ * Open source under the BSD License.
10
+ *
11
+ * Copyright © 2008 George McGinley Smith
12
+ * All rights reserved.
13
+ *
14
+ * Redistribution and use in source and binary forms, with or without modification,
15
+ * are permitted provided that the following conditions are met:
16
+ *
17
+ * Redistributions of source code must retain the above copyright notice, this list of
18
+ * conditions and the following disclaimer.
19
+ * Redistributions in binary form must reproduce the above copyright notice, this list
20
+ * of conditions and the following disclaimer in the documentation and/or other materials
21
+ * provided with the distribution.
22
+ *
23
+ * Neither the name of the author nor the names of contributors may be used to endorse
24
+ * or promote products derived from this software without specific prior written permission.
25
+ *
26
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
27
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
28
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
29
+ * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
30
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
31
+ * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
32
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
33
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
34
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
35
+ *
36
+ */
37
+
38
+ // t: current time, b: begInnIng value, c: change In value, d: duration
39
+ eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.i[\'1a\']=h.i[\'z\'];h.O(h.i,{y:\'D\',z:9(x,t,b,c,d){6 h.i[h.i.y](x,t,b,c,d)},17:9(x,t,b,c,d){6 c*(t/=d)*t+b},D:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},13:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},X:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},U:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},N:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},M:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},L:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},K:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},J:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},I:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},G:9(x,t,b,c,d){6-c*8.C(t/d*(8.g/2))+c+b},15:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},12:9(x,t,b,c,d){6-c/2*(8.C(8.g*t/d)-1)+b},Z:9(x,t,b,c,d){6(t==0)?b:c*8.j(2,10*(t/d-1))+b},Y:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.j(2,-10*t/d)+1)+b},W:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.j(2,10*(t-1))+b;6 c/2*(-8.j(2,-10*--t)+2)+b},V:9(x,t,b,c,d){6-c*(8.o(1-(t/=d)*t)-1)+b},S:9(x,t,b,c,d){6 c*8.o(1-(t=t/d-1)*t)+b},Q:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.o(1-t*t)-1)+b;6 c/2*(8.o(1-(t-=2)*t)+1)+b},P:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6-(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},H:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6 a*8.j(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},T:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.j(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},F:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*(t/=d)*t*((s+1)*t-s)+b},E:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},16:9(x,t,b,c,d,s){e(s==u)s=1.l;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.B))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.B))+1)*t+s)+2)+b},A:9(x,t,b,c,d){6 c-h.i.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.q*t*t)+b}m e(t<(2/2.k)){6 c*(7.q*(t-=(1.5/2.k))*t+.k)+b}m e(t<(2.5/2.k)){6 c*(7.q*(t-=(2.14/2.k))*t+.11)+b}m{6 c*(7.q*(t-=(2.18/2.k))*t+.19)+b}},1b:9(x,t,b,c,d){e(t<d/2)6 h.i.A(x,t*2,0,c,d)*.5+b;6 h.i.v(x,t*2-d,0,c,d)*.5+c*.5+b}});',62,74,'||||||return||Math|function|||||if|var|PI|jQuery|easing|pow|75|70158|else|sin|sqrt||5625|asin|||undefined|easeOutBounce|abs||def|swing|easeInBounce|525|cos|easeOutQuad|easeOutBack|easeInBack|easeInSine|easeOutElastic|easeInOutQuint|easeOutQuint|easeInQuint|easeInOutQuart|easeOutQuart|easeInQuart|extend|easeInElastic|easeInOutCirc|easeInOutCubic|easeOutCirc|easeInOutElastic|easeOutCubic|easeInCirc|easeInOutExpo|easeInCubic|easeOutExpo|easeInExpo||9375|easeInOutSine|easeInOutQuad|25|easeOutSine|easeInOutBack|easeInQuad|625|984375|jswing|easeInOutBounce'.split('|'),0,{}))
40
+
41
+ /*
42
+ *
43
+ * TERMS OF USE - EASING EQUATIONS
44
+ *
45
+ * Open source under the BSD License.
46
+ *
47
+ * Copyright © 2001 Robert Penner
48
+ * All rights reserved.
49
+ *
50
+ * Redistribution and use in source and binary forms, with or without modification,
51
+ * are permitted provided that the following conditions are met:
52
+ *
53
+ * Redistributions of source code must retain the above copyright notice, this list of
54
+ * conditions and the following disclaimer.
55
+ * Redistributions in binary form must reproduce the above copyright notice, this list
56
+ * of conditions and the following disclaimer in the documentation and/or other materials
57
+ * provided with the distribution.
58
+ *
59
+ * Neither the name of the author nor the names of contributors may be used to endorse
60
+ * or promote products derived from this software without specific prior written permission.
61
+ *
62
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
63
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
64
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
65
+ * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
66
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
67
+ * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
68
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
69
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
70
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
71
+ *
72
+ */