expressionui 0.0.6 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,296 @@
1
+ // a
2
+ // color: $highlight
3
+ // &.absent
4
+ // color: #cc0000
5
+ // &.anchor
6
+ // display: block
7
+ // padding-left: 30px
8
+ // margin-left: -30px
9
+ // cursor: pointer
10
+ // position: absolute
11
+ // top: 0
12
+ // left: 0
13
+ // bottom: 0
14
+ // &:hover
15
+ // color: shade($highlight, 20%)
16
+ // text-decoration: underline
17
+ // .btn
18
+ // +btn($highlight)
19
+ // line-height: 35px
20
+ // img
21
+ // box-shadow: none
22
+ // position: relative
23
+ // margin: 0 5px 0 0
24
+
25
+ h1, h2, h3, h4, h5, h6
26
+ margin: 20px 0 10px
27
+ padding: 0
28
+ -webkit-font-smoothing: antialiased
29
+ cursor: text
30
+ position: relative
31
+
32
+ h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, h5:hover a.anchor, h6:hover a.anchor
33
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA09pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoMTMuMCAyMDEyMDMwNS5tLjQxNSAyMDEyLzAzLzA1OjIxOjAwOjAwKSAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUM2NjlDQjI4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUM2NjlDQjM4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzY2OUNCMDg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzY2OUNCMTg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsQhXeAAAABfSURBVHjaYvz//z8DJYCRUgMYQAbAMBQIAvEqkBQWXI6sHqwHiwG70TTBxGaiWwjCTGgOUgJiF1J8wMRAIUA34B4Q76HUBelAfJYSA0CuMIEaRP8wGIkGMA54bgQIMACAmkXJi0hKJQAAAABJRU5ErkJggg==) no-repeat 10px center
34
+ text-decoration: none
35
+
36
+ h1
37
+ tt, code
38
+ font-size: inherit
39
+
40
+ h2
41
+ tt, code
42
+ font-size: inherit
43
+
44
+ h3
45
+ tt, code
46
+ font-size: inherit
47
+
48
+ h4
49
+ tt, code
50
+ font-size: inherit
51
+
52
+ h5
53
+ tt, code
54
+ font-size: inherit
55
+
56
+ h6
57
+ tt, code
58
+ font-size: inherit
59
+
60
+ h1
61
+ font-size: 28px
62
+ color: black
63
+
64
+ h2
65
+ font-size: 24px
66
+ padding-bottom: 12px
67
+ border-bottom: 1px solid #cccccc
68
+ color: black
69
+
70
+ h3
71
+ font-size: 18px
72
+
73
+ h4
74
+ font-size: 16px
75
+
76
+ h5
77
+ font-size: 14px
78
+
79
+ h6
80
+ color: #777777
81
+ font-size: 14px
82
+
83
+ p, blockquote, ul, ol, dl, li, table, pre
84
+ margin: 15px 0
85
+
86
+ hr
87
+ background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x 0 0
88
+ border: 0 none
89
+ color: #cccccc
90
+ height: 4px
91
+ padding: 0
92
+
93
+ body >
94
+ h2:first-child
95
+ margin-top: 0
96
+ padding-top: 0
97
+ h1:first-child
98
+ margin-top: 0
99
+ padding-top: 0
100
+ + h2
101
+ margin-top: 0
102
+ padding-top: 0
103
+ h3:first-child, h4:first-child, h5:first-child, h6:first-child
104
+ margin-top: 0
105
+ padding-top: 0
106
+
107
+ a:first-child
108
+ h1, h2, h3, h4, h5, h6
109
+ margin-top: 0
110
+ padding-top: 0
111
+
112
+ h1 p, h2 p, h3 p, h4 p, h5 p, h6 p
113
+ margin-top: 0
114
+
115
+ li
116
+ p.first
117
+ display: inline-block
118
+ margin: 0
119
+
120
+ ul, ol
121
+ padding-left: 30px
122
+
123
+ ul :first-child, ol :first-child
124
+ margin-top: 0
125
+
126
+ dl
127
+ padding: 0
128
+ dt
129
+ font-size: 14px
130
+ font-weight: bold
131
+ font-style: italic
132
+ padding: 0
133
+ margin: 15px 0 5px
134
+ &:first-child
135
+ padding: 0
136
+ >
137
+ \:first-child
138
+ margin-top: 0
139
+ \:last-child
140
+ margin-bottom: 0
141
+ dd
142
+ margin: 0 0 15px
143
+ padding: 0 15px
144
+ >
145
+ \:first-child
146
+ margin-top: 0
147
+ \:last-child
148
+ margin-bottom: 0
149
+
150
+ blockquote
151
+ border-left: 4px solid $highlight
152
+ padding: 0 15px
153
+ color: #777777
154
+ >
155
+ \:first-child
156
+ margin-top: 0
157
+ \:last-child
158
+ margin-bottom: 0
159
+
160
+ table
161
+ padding: 0
162
+ border-collapse: collapse
163
+ tr
164
+ border-top: 1px solid #cccccc
165
+ background-color: white
166
+ margin: 0
167
+ padding: 0
168
+ &:nth-child(2n)
169
+ background-color: #f8f8f8
170
+ th
171
+ font-weight: bold
172
+ border: 1px solid #cccccc
173
+ text-align: left
174
+ margin: 0
175
+ padding: 6px 13px
176
+ td
177
+ border: 1px solid #cccccc
178
+ text-align: left
179
+ margin: 0
180
+ padding: 6px 13px
181
+ th :first-child, td :first-child
182
+ margin-top: 0
183
+ th :last-child, td :last-child
184
+ margin-bottom: 0
185
+
186
+ img
187
+ max-width: 100%
188
+ +box-shadow(rgba(black, 0.1) 1px 1px 0, rgba(black, 0.1) -1px -1px 0)
189
+
190
+ span
191
+ &.frame
192
+ display: block
193
+ overflow: hidden
194
+ > span
195
+ border: 1px solid #dddddd
196
+ display: block
197
+ float: left
198
+ overflow: hidden
199
+ margin: 13px 0 0
200
+ padding: 7px
201
+ width: auto
202
+ span
203
+ img
204
+ display: block
205
+ float: left
206
+ span
207
+ clear: both
208
+ color: #333333
209
+ display: block
210
+ padding: 5px 0 0
211
+ &.align-center
212
+ display: block
213
+ overflow: hidden
214
+ clear: both
215
+ > span
216
+ display: block
217
+ overflow: hidden
218
+ margin: 13px auto 0
219
+ text-align: center
220
+ span img
221
+ margin: 0 auto
222
+ text-align: center
223
+ &.align-right
224
+ display: block
225
+ overflow: hidden
226
+ clear: both
227
+ > span
228
+ display: block
229
+ overflow: hidden
230
+ margin: 13px 0 0
231
+ text-align: right
232
+ span img
233
+ margin: 0
234
+ text-align: right
235
+ &.float-left
236
+ display: block
237
+ margin-right: 13px
238
+ overflow: hidden
239
+ float: left
240
+ span
241
+ margin: 13px 0 0
242
+ &.float-right
243
+ display: block
244
+ margin-left: 13px
245
+ overflow: hidden
246
+ float: right
247
+ > span
248
+ display: block
249
+ overflow: hidden
250
+ margin: 13px auto 0
251
+ text-align: right
252
+
253
+ code, tt
254
+ margin: 0 2px
255
+ padding: 0 5px
256
+ white-space: nowrap
257
+ border: 1px solid #eaeaea
258
+ background-color: #f8f8f8
259
+ border-radius: 3px
260
+
261
+ pre code
262
+ margin: 0
263
+ padding: 0
264
+ white-space: pre
265
+ border: none
266
+ background: transparent
267
+
268
+ .highlight pre
269
+ background-color: #f8f8f8
270
+ border: 1px solid #cccccc
271
+ font-size: 13px
272
+ line-height: 19px
273
+ overflow: auto
274
+ padding: 6px 10px
275
+ border-radius: 3px
276
+
277
+ pre
278
+ background-color: #f8f8f8
279
+ border: 1px solid #cccccc
280
+ font-size: 13px
281
+ line-height: 19px
282
+ overflow: auto
283
+ padding: 6px 10px
284
+ border-radius: 3px
285
+ code, tt
286
+ background-color: transparent
287
+ border: none
288
+
289
+ @media screen and (min-width: 914px)
290
+ body
291
+ width: 854px
292
+ margin: 0 auto
293
+
294
+ @media print
295
+ table, pre
296
+ page-break-inside: avoid
@@ -19,14 +19,20 @@ $accent: #00AFD1 !default
19
19
  $contrast: #1D3037 !default
20
20
  $background: #EAEDF1 !default
21
21
  $highlight: #F27935 !default
22
+ $circle_color: $accent !default
23
+ $loading_bars: $accent !default
24
+ $error: #F35919 !default
25
+ $success: #45A03B !default
26
+ $tip: #01C8E4 !default
27
+ $info: #FDE200 !default
22
28
 
23
29
 
24
30
  // Text
25
31
  // -------------------------
26
- $font_size: 12px !default
32
+ $font_size: 14px !default
27
33
  $link: blue !default
28
34
  $title: #585050 !default
29
35
  $text_color: #141414 !default
30
36
  $font_stack: "Helvetica" !default
31
37
  $serif: "Georgia" !default
32
- $icon_font: "expressionui_font" !default
38
+ $icon_font: "expressionui-webfont" !default
@@ -1,21 +1,21 @@
1
1
  // Progress Bars
2
2
  @-webkit-keyframes bars
3
3
  0%
4
- background-position: 24px
4
+ background-position: 0 0
5
5
  100%
6
- background-position: 0
6
+ background-position: 60px 0
7
7
  @-moz-keyframes bars
8
8
  0%
9
- background-position: 24px
9
+ background-position: 0 0
10
10
  100%
11
- background-position: 0
11
+ background-position: 60px 0
12
12
  @-o-keyframes bars
13
13
  0%
14
- background-position: 24px
14
+ background-position: 0 0
15
15
  100%
16
- background-position: 0
16
+ background-position: 60px 0
17
17
  @-ms-keyframes bars
18
18
  0%
19
- background-position: 24px
19
+ background-position: 0 0
20
20
  100%
21
- background-position: 0
21
+ background-position: 60px 0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expressionui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Cypret
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-31 00:00:00.000000000 Z
11
+ date: 2013-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -105,17 +105,21 @@ extra_rdoc_files: []
105
105
  files:
106
106
  - .gitignore
107
107
  - Gemfile
108
- - Gemfile.lock
109
108
  - LICENSE.txt
110
109
  - README.md
111
110
  - Rakefile
112
111
  - expressionui.gemspec
113
112
  - lib/expressionui.rb
114
113
  - lib/expressionui/version.rb
114
+ - vendor/assets/fonts/expressionui-webfont.eot
115
+ - vendor/assets/fonts/expressionui-webfont.svg
116
+ - vendor/assets/fonts/expressionui-webfont.ttf
117
+ - vendor/assets/fonts/expressionui-webfont.woff
118
+ - vendor/assets/javascripts/expressionui.all.js
115
119
  - vendor/assets/javascripts/expressionui.modal.js
116
120
  - vendor/assets/javascripts/expressionui.notify.js
117
121
  - vendor/assets/javascripts/expressionui.popover.js
118
- - vendor/assets/stylesheets/expressionui.sass
122
+ - vendor/assets/stylesheets/_expressionui.sass
119
123
  - vendor/assets/stylesheets/expressionui/_boilerplate.sass
120
124
  - vendor/assets/stylesheets/expressionui/_class_helpers.sass
121
125
  - vendor/assets/stylesheets/expressionui/_forms.sass
@@ -123,6 +127,7 @@ files:
123
127
  - vendor/assets/stylesheets/expressionui/_modals.sass
124
128
  - vendor/assets/stylesheets/expressionui/_notifications.sass
125
129
  - vendor/assets/stylesheets/expressionui/_popover.sass
130
+ - vendor/assets/stylesheets/expressionui/_post_style.sass
126
131
  - vendor/assets/stylesheets/expressionui/_variables.sass
127
132
  - vendor/assets/stylesheets/expressionui/loading/_dots_round.sass
128
133
  - vendor/assets/stylesheets/expressionui/loading/_progress.sass
data/Gemfile.lock DELETED
@@ -1,114 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- expressionui (0.0.2)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- actionmailer (3.2.13)
10
- actionpack (= 3.2.13)
11
- mail (~> 2.5.3)
12
- actionpack (3.2.13)
13
- activemodel (= 3.2.13)
14
- activesupport (= 3.2.13)
15
- builder (~> 3.0.0)
16
- erubis (~> 2.7.0)
17
- journey (~> 1.0.4)
18
- rack (~> 1.4.5)
19
- rack-cache (~> 1.2)
20
- rack-test (~> 0.6.1)
21
- sprockets (~> 2.2.1)
22
- activemodel (3.2.13)
23
- activesupport (= 3.2.13)
24
- builder (~> 3.0.0)
25
- activerecord (3.2.13)
26
- activemodel (= 3.2.13)
27
- activesupport (= 3.2.13)
28
- arel (~> 3.0.2)
29
- tzinfo (~> 0.3.29)
30
- activeresource (3.2.13)
31
- activemodel (= 3.2.13)
32
- activesupport (= 3.2.13)
33
- activesupport (3.2.13)
34
- i18n (= 0.6.1)
35
- multi_json (~> 1.0)
36
- animate.sass-rails (0.0.1)
37
- rails (~> 3.2.8)
38
- arel (3.0.2)
39
- builder (3.0.4)
40
- chunky_png (1.2.8)
41
- compass (0.12.2)
42
- chunky_png (~> 1.2)
43
- fssm (>= 0.2.7)
44
- sass (~> 3.1)
45
- compass-rails (1.0.3)
46
- compass (>= 0.12.2, < 0.14)
47
- erubis (2.7.0)
48
- fssm (0.2.10)
49
- hike (1.2.2)
50
- i18n (0.6.1)
51
- journey (1.0.4)
52
- jquery-rails (2.2.1)
53
- railties (>= 3.0, < 5.0)
54
- thor (>= 0.14, < 2.0)
55
- json (1.8.0)
56
- mail (2.5.4)
57
- mime-types (~> 1.16)
58
- treetop (~> 1.4.8)
59
- mime-types (1.23)
60
- multi_json (1.7.3)
61
- polyglot (0.3.3)
62
- rack (1.4.5)
63
- rack-cache (1.2)
64
- rack (>= 0.4)
65
- rack-ssl (1.3.3)
66
- rack
67
- rack-test (0.6.2)
68
- rack (>= 1.0)
69
- rails (3.2.13)
70
- actionmailer (= 3.2.13)
71
- actionpack (= 3.2.13)
72
- activerecord (= 3.2.13)
73
- activeresource (= 3.2.13)
74
- activesupport (= 3.2.13)
75
- bundler (~> 1.0)
76
- railties (= 3.2.13)
77
- railties (3.2.13)
78
- actionpack (= 3.2.13)
79
- activesupport (= 3.2.13)
80
- rack-ssl (~> 1.3.2)
81
- rake (>= 0.8.7)
82
- rdoc (~> 3.4)
83
- thor (>= 0.14.6, < 2.0)
84
- rake (10.0.4)
85
- rdoc (3.12.2)
86
- json (~> 1.4)
87
- sass (3.2.9)
88
- sass-rails (3.2.6)
89
- railties (~> 3.2.0)
90
- sass (>= 3.1.10)
91
- tilt (~> 1.3)
92
- sprockets (2.2.2)
93
- hike (~> 1.2)
94
- multi_json (~> 1.0)
95
- rack (~> 1.0)
96
- tilt (~> 1.1, != 1.3.0)
97
- thor (0.18.1)
98
- tilt (1.4.1)
99
- treetop (1.4.12)
100
- polyglot
101
- polyglot (>= 0.3.1)
102
- tzinfo (0.3.37)
103
-
104
- PLATFORMS
105
- ruby
106
-
107
- DEPENDENCIES
108
- animate.sass-rails
109
- bundler (~> 1.3)
110
- compass-rails
111
- expressionui!
112
- jquery-rails
113
- rake
114
- sass-rails (~> 3.2.3)