stipe 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. data/README.md +13 -0
  2. data/lib/stipe.rb +4 -0
  3. data/stylesheets/stipe/_buttons.scss +0 -0
  4. data/stylesheets/stipe/_color.scss +7 -0
  5. data/stylesheets/stipe/_forms.scss +24 -0
  6. data/stylesheets/stipe/_gradients.scss +11 -0
  7. data/stylesheets/stipe/_grid.scss +59 -0
  8. data/stylesheets/stipe/_media.scss +14 -0
  9. data/stylesheets/stipe/_stipe.scss +13 -0
  10. data/stylesheets/stipe/_typography.scss +44 -0
  11. data/stylesheets/stipe/buttons/_extends.scss +13 -0
  12. data/stylesheets/stipe/buttons/doc-src/buttons.md +3 -0
  13. data/stylesheets/stipe/buttons/lib/_cupid-green.scss +54 -0
  14. data/stylesheets/stipe/buttons/lib/_minimal.scss +36 -0
  15. data/stylesheets/stipe/color/_color_math.scss +61 -0
  16. data/stylesheets/stipe/color/_default_color_pallet.scss +56 -0
  17. data/stylesheets/stipe/color/_extends.scss +222 -0
  18. data/stylesheets/stipe/color/_grayscale_math.scss +10 -0
  19. data/stylesheets/stipe/forms/_default.scss +11 -0
  20. data/stylesheets/stipe/forms/_extends.scss +103 -0
  21. data/stylesheets/stipe/forms/_mixins.scss +32 -0
  22. data/stylesheets/stipe/gradients/_extends.scss +48 -0
  23. data/stylesheets/stipe/gradients/mixins/_area_51.scss +53 -0
  24. data/stylesheets/stipe/gradients/mixins/_linear_gradient_bkgimage.scss +43 -0
  25. data/stylesheets/stipe/grid/_extends.scss +221 -0
  26. data/stylesheets/stipe/grid/_mixins.scss +66 -0
  27. data/stylesheets/stipe/grid/lib/_grid_background.scss +10 -0
  28. data/stylesheets/stipe/grid/lib/_grid_margin.scss +23 -0
  29. data/stylesheets/stipe/grid/lib/_grid_placement.scss +66 -0
  30. data/stylesheets/stipe/grid/lib/_push_logic.scss +52 -0
  31. data/stylesheets/stipe/grid/lib/_the_grid.scss +98 -0
  32. data/stylesheets/stipe/resets/_eric_meyer.scss +48 -0
  33. data/stylesheets/stipe/resets/_toadstool.scss +212 -0
  34. data/stylesheets/stipe/stipe/_extends.scss +42 -0
  35. data/stylesheets/stipe/stipe/_mixins.scss +291 -0
  36. data/stylesheets/stipe/toadstool/_buttons.scss +29 -0
  37. data/stylesheets/stipe/toadstool/_config.scss +228 -0
  38. data/stylesheets/stipe/toadstool/_design.scss +52 -0
  39. data/stylesheets/stipe/toadstool/_forms.scss +19 -0
  40. data/stylesheets/stipe/toadstool/_grids.scss +93 -0
  41. data/stylesheets/stipe/toadstool/_modules.scss +3 -0
  42. data/stylesheets/stipe/toadstool/_typography.scss +109 -0
  43. data/stylesheets/stipe/toadstool/_ui_manifest.scss +39 -0
  44. data/stylesheets/stipe/toadstool/_ui_patterns.scss +2 -0
  45. data/stylesheets/stipe/toadstool/_web_fonts.scss +32 -0
  46. data/stylesheets/stipe/toadstool/modules/_footer.scss +6 -0
  47. data/stylesheets/stipe/toadstool/modules/_header.scss +41 -0
  48. data/stylesheets/stipe/toadstool/modules/_main_nav.scss +46 -0
  49. data/stylesheets/stipe/toadstool/ui_patterns/_emBox.scss +16 -0
  50. data/stylesheets/stipe/toadstool/ui_patterns/_prettify.scss +118 -0
  51. data/stylesheets/stipe/typography/_default.scss +66 -0
  52. data/stylesheets/stipe/typography/_extends.scss +86 -0
  53. data/stylesheets/stipe/typography/_functions.scss +22 -0
  54. data/stylesheets/stipe/typography/_mixins.scss +105 -0
  55. data/stylesheets/stipe/typography/web_fonts/_font_awesome.scss +4 -0
  56. data/stylesheets/stipe/typography/web_fonts/_font_awesome_pua.scss +231 -0
  57. data/stylesheets/stipe/typography/web_fonts/_zocial.scss +3 -0
  58. data/stylesheets/stipe/typography/web_fonts/_zocial_characters.scss +54 -0
  59. metadata +135 -0
@@ -0,0 +1,3 @@
1
+ @font-face {
2
+ @include font-face (zocial);
3
+ }
@@ -0,0 +1,54 @@
1
+ // Zocial full (paid), Sorted A-Z
2
+
3
+ %zocial_font { font-family: 'zocial'; }
4
+
5
+ %zocial-amazon:before { content: "a"; @extend %zocial_font; }
6
+ %zocial-android:before { content: "&"; @extend %zocial_font; }
7
+ %zocial-aol:before { content: "\""; @extend %zocial_font; }
8
+ %zocial-appstore:before { content: "^"; @extend %zocial_font; }
9
+ %zocial-chrome:before { content: "["; @extend %zocial_font; }
10
+ %zocial-cloudapp:before { content: "c"; @extend %zocial_font; }
11
+ %zocial-creativecommons:before { content: "C"; @extend %zocial_font; }
12
+ %zocial-disqus:before { content: "Q"; @extend %zocial_font; }
13
+ %zocial-dribbble:before { content: "D"; @extend %zocial_font; }
14
+ %zocial-dropbox:before { content: "d"; @extend %zocial_font; }
15
+ %zocial-eventasaurus:before { content: "v"; @extend %zocial_font; }
16
+ %zocial-eventbrite:before { content: "|"; @extend %zocial_font; }
17
+ %zocial-evernote:before { content: "E"; @extend %zocial_font; }
18
+ %zocial-facebook:before { content: "f"; @extend %zocial_font; }
19
+ %zocial-flattr:before { content: "%"; @extend %zocial_font; }
20
+ %zocial-forrst:before { content: ":"; @extend %zocial_font; }
21
+ %zocial-foursquare:before { content: "4"; @extend %zocial_font; }
22
+ %zocial-github:before { content: "g"; @extend %zocial_font; }
23
+ %zocial-gmail:before { content: "m"; @extend %zocial_font; }
24
+ %zocial-google:before { content: "G"; @extend %zocial_font; }
25
+ %zocial-googleplus:before { content: "+"; @extend %zocial_font; }
26
+ %zocial-gowalla:before { content: "@"; @extend %zocial_font; }
27
+ %zocial-guest:before { content: "?"; @extend %zocial_font; }
28
+ %zocial-html5:before { content: "5"; @extend %zocial_font; }
29
+ %zocial-ie:before { content: "6"; @extend %zocial_font; }
30
+ %zocial-instapaper:before { content: "I"; @extend %zocial_font; }
31
+ %zocial-intensedebate:before { content: "{"; @extend %zocial_font; }
32
+ %zocial-itunes:before { content: "A"; @extend %zocial_font; }
33
+ %zocial-lastfm:before { content: "l"; @extend %zocial_font; }
34
+ %zocial-linkedin:before { content: "L"; @extend %zocial_font; }
35
+ %zocial-meetup:before { content: "M"; @extend %zocial_font; }
36
+ %zocial-openid:before { content: "o"; @extend %zocial_font; }
37
+ %zocial-paypal:before { content: "$"; @extend %zocial_font; }
38
+ %zocial-plancast:before { content: "P"; @extend %zocial_font; }
39
+ %zocial-posterous:before { content: "~"; @extend %zocial_font; }
40
+ %zocial-rss:before { content: "R"; @extend %zocial_font; }
41
+ %zocial-scribd:before { content: "}"; @extend %zocial_font; }
42
+ %zocial-skype:before { content: "S"; @extend %zocial_font; }
43
+ %zocial-smashingmag:before { content: "*"; @extend %zocial_font; }
44
+ %zocial-songkick:before { content: "k"; @extend %zocial_font; }
45
+ %zocial-soundcloud:before { content: "s"; @extend %zocial_font; }
46
+ %zocial-spotify:before { content: "%zocial-"; @extend %zocial_font; }
47
+ %zocial-tumblr:before { content: "t"; @extend %zocial_font; }
48
+ %zocial-twitter:before { content: "T"; @extend %zocial_font; }
49
+ %zocial-vimeo:before { content: "V"; @extend %zocial_font; }
50
+ %zocial-wikipedia:before { content: ","; @extend %zocial_font; }
51
+ %zocial-wordpress:before { content: "w"; @extend %zocial_font; }
52
+ %zocial-yahoo:before { content: "Y"; @extend %zocial_font; }
53
+ %zocial-yelp:before { content: "y"; @extend %zocial_font; }
54
+ %zocial-youtube:before { content: "U"; @extend %zocial_font; }
metadata ADDED
@@ -0,0 +1,135 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: stipe
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Dale Sande
9
+ - Jed Foster
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2012-06-04 00:00:00.000000000 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: compass
17
+ requirement: !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: '0.11'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ! '>='
29
+ - !ruby/object:Gem::Version
30
+ version: '0.11'
31
+ - !ruby/object:Gem::Dependency
32
+ name: sass
33
+ requirement: !ruby/object:Gem::Requirement
34
+ none: false
35
+ requirements:
36
+ - - ! '>='
37
+ - !ruby/object:Gem::Version
38
+ version: 3.2.0.alpha.247
39
+ type: :runtime
40
+ prerelease: false
41
+ version_requirements: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: 3.2.0.alpha.247
47
+ description: Core styles for the Toadstool styleguide app.
48
+ email: dale.sande@gmail.com
49
+ executables: []
50
+ extensions: []
51
+ extra_rdoc_files: []
52
+ files:
53
+ - README.md
54
+ - lib/stipe.rb
55
+ - stylesheets/stipe/_buttons.scss
56
+ - stylesheets/stipe/_color.scss
57
+ - stylesheets/stipe/_forms.scss
58
+ - stylesheets/stipe/_gradients.scss
59
+ - stylesheets/stipe/_grid.scss
60
+ - stylesheets/stipe/_media.scss
61
+ - stylesheets/stipe/_stipe.scss
62
+ - stylesheets/stipe/_typography.scss
63
+ - stylesheets/stipe/buttons/_extends.scss
64
+ - stylesheets/stipe/buttons/doc-src/buttons.md
65
+ - stylesheets/stipe/buttons/lib/_cupid-green.scss
66
+ - stylesheets/stipe/buttons/lib/_minimal.scss
67
+ - stylesheets/stipe/color/_color_math.scss
68
+ - stylesheets/stipe/color/_default_color_pallet.scss
69
+ - stylesheets/stipe/color/_extends.scss
70
+ - stylesheets/stipe/color/_grayscale_math.scss
71
+ - stylesheets/stipe/forms/_default.scss
72
+ - stylesheets/stipe/forms/_extends.scss
73
+ - stylesheets/stipe/forms/_mixins.scss
74
+ - stylesheets/stipe/gradients/_extends.scss
75
+ - stylesheets/stipe/gradients/mixins/_area_51.scss
76
+ - stylesheets/stipe/gradients/mixins/_linear_gradient_bkgimage.scss
77
+ - stylesheets/stipe/grid/_extends.scss
78
+ - stylesheets/stipe/grid/_mixins.scss
79
+ - stylesheets/stipe/grid/lib/_grid_background.scss
80
+ - stylesheets/stipe/grid/lib/_grid_margin.scss
81
+ - stylesheets/stipe/grid/lib/_grid_placement.scss
82
+ - stylesheets/stipe/grid/lib/_push_logic.scss
83
+ - stylesheets/stipe/grid/lib/_the_grid.scss
84
+ - stylesheets/stipe/resets/_eric_meyer.scss
85
+ - stylesheets/stipe/resets/_toadstool.scss
86
+ - stylesheets/stipe/stipe/_extends.scss
87
+ - stylesheets/stipe/stipe/_mixins.scss
88
+ - stylesheets/stipe/toadstool/_buttons.scss
89
+ - stylesheets/stipe/toadstool/_config.scss
90
+ - stylesheets/stipe/toadstool/_design.scss
91
+ - stylesheets/stipe/toadstool/_forms.scss
92
+ - stylesheets/stipe/toadstool/_grids.scss
93
+ - stylesheets/stipe/toadstool/_modules.scss
94
+ - stylesheets/stipe/toadstool/_typography.scss
95
+ - stylesheets/stipe/toadstool/_ui_manifest.scss
96
+ - stylesheets/stipe/toadstool/_ui_patterns.scss
97
+ - stylesheets/stipe/toadstool/_web_fonts.scss
98
+ - stylesheets/stipe/toadstool/modules/_footer.scss
99
+ - stylesheets/stipe/toadstool/modules/_header.scss
100
+ - stylesheets/stipe/toadstool/modules/_main_nav.scss
101
+ - stylesheets/stipe/toadstool/ui_patterns/_emBox.scss
102
+ - stylesheets/stipe/toadstool/ui_patterns/_prettify.scss
103
+ - stylesheets/stipe/typography/_default.scss
104
+ - stylesheets/stipe/typography/_extends.scss
105
+ - stylesheets/stipe/typography/_functions.scss
106
+ - stylesheets/stipe/typography/_mixins.scss
107
+ - stylesheets/stipe/typography/web_fonts/_font_awesome.scss
108
+ - stylesheets/stipe/typography/web_fonts/_font_awesome_pua.scss
109
+ - stylesheets/stipe/typography/web_fonts/_zocial.scss
110
+ - stylesheets/stipe/typography/web_fonts/_zocial_characters.scss
111
+ homepage: https://github.com/Anotheruiguy/stipe
112
+ licenses: []
113
+ post_install_message:
114
+ rdoc_options: []
115
+ require_paths:
116
+ - lib
117
+ required_ruby_version: !ruby/object:Gem::Requirement
118
+ none: false
119
+ requirements:
120
+ - - ! '>='
121
+ - !ruby/object:Gem::Version
122
+ version: '0'
123
+ required_rubygems_version: !ruby/object:Gem::Requirement
124
+ none: false
125
+ requirements:
126
+ - - ! '>='
127
+ - !ruby/object:Gem::Version
128
+ version: '0'
129
+ requirements: []
130
+ rubyforge_project:
131
+ rubygems_version: 1.8.23
132
+ signing_key:
133
+ specification_version: 3
134
+ summary: Core styles for Toadstool
135
+ test_files: []