better_styles 0.0.0.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +15 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +33 -0
  4. data/Rakefile +34 -0
  5. data/app/helpers/styles_helper.rb +33 -0
  6. data/assets/fonts/betterfonts/betterwork-icons.eot +0 -0
  7. data/assets/fonts/betterfonts/betterwork-icons.svg +368 -0
  8. data/assets/fonts/betterfonts/betterwork-icons.ttf +0 -0
  9. data/assets/fonts/betterfonts/betterwork-icons.woff +0 -0
  10. data/assets/fonts/betterfonts/icomoon.eot +0 -0
  11. data/assets/fonts/betterfonts/icomoon.svg +461 -0
  12. data/assets/fonts/betterfonts/icomoon.ttf +0 -0
  13. data/assets/fonts/betterfonts/icomoon.woff +0 -0
  14. data/assets/fonts/betterfonts/magicons-regular-webfont.eot +0 -0
  15. data/assets/fonts/betterfonts/magicons-regular-webfont.svg +461 -0
  16. data/assets/fonts/betterfonts/magicons-regular-webfont.ttf +0 -0
  17. data/assets/fonts/betterfonts/magicons-regular-webfont.woff +0 -0
  18. data/assets/fonts/betterfonts/newmagicons-regular-webfont.eot +0 -0
  19. data/assets/fonts/betterfonts/newmagicons-regular-webfont.svg +199 -0
  20. data/assets/fonts/betterfonts/newmagicons-regular-webfont.ttf +0 -0
  21. data/assets/fonts/betterfonts/newmagicons-regular-webfont.woff +0 -0
  22. data/assets/fonts/betterfonts/orderlifticons-webfont.eot +0 -0
  23. data/assets/fonts/betterfonts/orderlifticons-webfont.svg +172 -0
  24. data/assets/fonts/betterfonts/orderlifticons-webfont.ttf +0 -0
  25. data/assets/fonts/betterfonts/orderlifticons-webfont.woff +0 -0
  26. data/assets/images/better/arrows/arrow-round1-a.png +0 -0
  27. data/assets/images/better/arrows/arrow-round1-b.png +0 -0
  28. data/assets/images/better/arrows/arrow-round2-a.png +0 -0
  29. data/assets/images/better/arrows/arrow-round2-b.png +0 -0
  30. data/assets/images/better/arrows/arrow1-a.png +0 -0
  31. data/assets/images/better/arrows/arrow1-b.png +0 -0
  32. data/assets/images/better/arrows/arrow1.png +0 -0
  33. data/assets/images/better/arrows/arrow2-1.png +0 -0
  34. data/assets/images/better/arrows/arrow2-2.png +0 -0
  35. data/assets/images/better/arrows/arrow2-a.png +0 -0
  36. data/assets/images/better/arrows/arrow2-b.png +0 -0
  37. data/assets/images/better/arrows/arrow3-a.png +0 -0
  38. data/assets/images/better/arrows/arrow3-b.png +0 -0
  39. data/assets/images/better/arrows/arrow4-a.png +0 -0
  40. data/assets/images/better/arrows/arrow4-b.png +0 -0
  41. data/assets/images/better/arrows/arrow5-a.png +0 -0
  42. data/assets/images/better/arrows/arrow5-b.png +0 -0
  43. data/assets/images/better/arrows/arrow6-a.png +0 -0
  44. data/assets/images/better/arrows/arrow6-b.png +0 -0
  45. data/assets/images/better/helper/blank_10.png +0 -0
  46. data/assets/images/better/helper/crossed.png +0 -0
  47. data/assets/images/better/helper/white_10.png +0 -0
  48. data/assets/javascripts/better_styles.js.coffee +4 -0
  49. data/assets/javascripts/betterjs/forms/check_switch.js.coffee +25 -0
  50. data/assets/javascripts/betterjs/helper.js.coffee +74 -0
  51. data/assets/javascripts/betterjs/navigations/aside_link.js.coffee +9 -0
  52. data/assets/javascripts/betterjs/navigations/nav_list.js.coffee +19 -0
  53. data/assets/javascripts/betterjs/rails_ext/rails-ujs.js +479 -0
  54. data/assets/javascripts/betterjs/render_eco.js.coffee +9 -0
  55. data/assets/javascripts/betterjs/templates/fixed_aside_to_header.js.coffee +6 -0
  56. data/assets/javascripts/betterjs/templates/icon_aside.js.coffee +12 -0
  57. data/assets/javascripts/betterjs/templates/scroll_to_fix_aside.js +32 -0
  58. data/assets/javascripts/betterjs/twbs_ext/affix_2_1_0.js +103 -0
  59. data/assets/javascripts/betterjs/twbs_ext/affix_3_3_7.js +162 -0
  60. data/assets/javascripts/betterjs/twbs_ext/affix_ext.js +131 -0
  61. data/assets/stylesheets/better/content/_box.scss +46 -0
  62. data/assets/stylesheets/better/content/_buttons.scss +22 -0
  63. data/assets/stylesheets/better/content/_check_switch.scss +78 -0
  64. data/assets/stylesheets/better/content/_divider.scss +65 -0
  65. data/assets/stylesheets/better/content/_helpers.scss +85 -0
  66. data/assets/stylesheets/better/content/_pix.scss +70 -0
  67. data/assets/stylesheets/better/content/_typography.scss +44 -0
  68. data/assets/stylesheets/better/icons/bettericons.scss +419 -0
  69. data/assets/stylesheets/better/icons/icomoon.scss +1392 -0
  70. data/assets/stylesheets/better/icons/magicons.scss +705 -0
  71. data/assets/stylesheets/better/icons/orderlifticons.scss +300 -0
  72. data/assets/stylesheets/better/layout/_corset.scss +57 -0
  73. data/assets/stylesheets/better/layout/_fullpage_table.scss +185 -0
  74. data/assets/stylesheets/better/layout/_positioning.scss +62 -0
  75. data/assets/stylesheets/better/layout/_section.scss +220 -0
  76. data/assets/stylesheets/better/lib/_helpers.scss +67 -0
  77. data/assets/stylesheets/better/lib/_media_querries.scss +43 -0
  78. data/assets/stylesheets/better/lib/_nav.scss +31 -0
  79. data/assets/stylesheets/better/lib/_shadows.scss +247 -0
  80. data/assets/stylesheets/better/lib/_text.scss +66 -0
  81. data/assets/stylesheets/better/navigations/_aside_lnk.scss +100 -0
  82. data/assets/stylesheets/better/navigations/_nav_list.scss +177 -0
  83. data/assets/stylesheets/better/templates/_fixed_aside_to_header.scss +89 -0
  84. data/assets/stylesheets/better/templates/_icon_aside.scss +404 -0
  85. data/assets/stylesheets/better/templates/_scroll_to_fix_aside.scss +104 -0
  86. data/assets/stylesheets/better/variables/_color.scss +87 -0
  87. data/assets/stylesheets/better/variables/_typography.scss +59 -0
  88. data/assets/stylesheets/better/variables/_vars.scss +57 -0
  89. data/assets/stylesheets/better_styles.scss +44 -0
  90. data/assets/stylesheets/better_styles_min.scss +43 -0
  91. data/lib/better_styles.rb +64 -0
  92. data/lib/better_styles/engine.rb +25 -0
  93. data/lib/better_styles/version.rb +3 -0
  94. data/lib/tasks/better_styles_tasks.rake +4 -0
  95. metadata +181 -0
@@ -0,0 +1,300 @@
1
+ //** Load fonts from this directory.
2
+ $olicons-font-path: "/assets/betterfonts/";
3
+ //** File name for all font files.
4
+ // $olicons-font-name: "orderlifticons-webfont" !default;
5
+ $olicons-font-name: "newmagicons-regular-webfont";
6
+ //** Element ID within SVG icon file.
7
+ $olicons-font-svg-id: "orderlifticonsregular";
8
+
9
+ $olicons-class-name: "olicons";
10
+
11
+
12
+ @font-face {
13
+ font-family: 'orderlifticonsregular';
14
+ src: asset-url('#{$olicons-font-path}#{$olicons-font-name}.eot');
15
+ }
16
+
17
+ @font-face {
18
+ font-family: 'orderlifticonsregular';
19
+ src: asset-url('#{$olicons-font-path}#{$olicons-font-name}.woff') format('woff'),
20
+ asset-url('#{$olicons-font-path}#{$olicons-font-name}.ttf') format('truetype'),
21
+ asset-url('#{$olicons-font-path}#{$olicons-font-name}.svg##{$olicons-font-svg-id}') format('svg');
22
+ font-weight: normal;
23
+ font-style: normal;
24
+ }
25
+
26
+
27
+
28
+ [class^="#{$olicons-class-name}-"]:before,
29
+ [class*=" #{$olicons-class-name}-"]:before {
30
+ font-family: orderlifticonsregular;
31
+ font-weight: normal;
32
+ font-style: normal;
33
+ font-size: 1.4em; // make them bigger
34
+ display: block;
35
+ position: relative;
36
+ // top: 0; right: 0; bottom: 0; left: 0;
37
+ text-decoration: inherit;
38
+ vertical-align: middle;
39
+ line-height: .9em;
40
+ color: inherit;
41
+
42
+ // make icons thinner in webkit (white icons on dark background)
43
+ text-shadow: 0 0 0 rgba(0,0,0,.01);
44
+ -webkit-font-smoothing: antialiased;
45
+ text-rendering: optimizelegibility;
46
+
47
+ outline: none;
48
+ border: none;
49
+ }
50
+
51
+
52
+
53
+
54
+ [class^="#{$olicons-class-name}-"],
55
+ [class*=" #{$olicons-class-name}-"] {
56
+ display: inline-block;
57
+ text-decoration: inherit;
58
+ }
59
+
60
+ /* makes the font 33% larger relative to the icon container */
61
+ .#{$olicons-class-name}-large:before {
62
+ vertical-align: middle;
63
+ font-size: 4/3em;
64
+ }
65
+
66
+ .btn, .nav-tabs {
67
+ [class^="#{$olicons-class-name}-"],
68
+ [class*=" #{$olicons-class-name}-"] {
69
+ /* keeps button heights with and without icons the same */
70
+ // font-size: 1.2em;
71
+ // line-height: .9em;
72
+ // vertical-align: middle;
73
+ // display: inline;
74
+
75
+ }
76
+ }
77
+
78
+
79
+
80
+
81
+ .#{$olicons-class-name}-market:before { content: "\f001"; }
82
+ .#{$olicons-class-name}-projects-empty:before { content: "\f002"; }
83
+ .#{$olicons-class-name}-projects-full:before { content: "\f003"; }
84
+ .#{$olicons-class-name}-tasks-empty:before { content: "\f004"; }
85
+ .#{$olicons-class-name}-tasks-full:before { content: "\f005"; }
86
+ .#{$olicons-class-name}-settings:before { content: "\f006"; }
87
+ .#{$olicons-class-name}-overview:before { content: "\f007"; }
88
+ .#{$olicons-class-name}-contacts:before { content: "\f008"; }
89
+ .#{$olicons-class-name}-message-empty:before { content: "\f009"; }
90
+ .#{$olicons-class-name}-message-full:before { content: "\f00a"; }
91
+ .#{$olicons-class-name}-basket-empty:before { content: "\f00b"; }
92
+ .#{$olicons-class-name}-basket-full:before { content: "\f00c"; }
93
+ .#{$olicons-class-name}-bell:before { content: "\f00d"; }
94
+ .#{$olicons-class-name}-notify:before { content: "\f00e"; }
95
+
96
+ .#{$olicons-class-name}-about-me:before { content: "\f011"; }
97
+ .#{$olicons-class-name}-portfolio:before { content: "\f012"; }
98
+ .#{$olicons-class-name}-portfolio-alt:before { content: "\f013"; }
99
+ .#{$olicons-class-name}-general-informations:before { content: "\f014"; }
100
+ .#{$olicons-class-name}-contact-data:before { content: "\f015"; }
101
+ .#{$olicons-class-name}-career:before { content: "\f016"; }
102
+ .#{$olicons-class-name}-skills:before { content: "\f017"; }
103
+ .#{$olicons-class-name}-view-list:before { content: "\f018"; }
104
+ .#{$olicons-class-name}-view-tile:before { content: "\f019"; }
105
+ .#{$olicons-class-name}-view-cards:before { content: "\f01a"; }
106
+ .#{$olicons-class-name}-view-map:before { content: "\f01b"; }
107
+ .#{$olicons-class-name}-state-active:before { content: "\f01c"; }
108
+ .#{$olicons-class-name}-state-inactive:before { content: "\f01d"; }
109
+ .#{$olicons-class-name}-edit:before { content: "\f01e"; }
110
+
111
+ // double class
112
+ .#{$olicons-class-name}-view-map-2:before { content: "\f015"; }
113
+
114
+ .#{$olicons-class-name}-search:before { content: "\f021"; }
115
+ .#{$olicons-class-name}-zoom-in:before { content: "\f022"; }
116
+ .#{$olicons-class-name}-zoom-out:before { content: "\f023"; }
117
+ .#{$olicons-class-name}-comment:before { content: "\f024"; }
118
+ .#{$olicons-class-name}-share:before { content: "\f025"; }
119
+ .#{$olicons-class-name}-like:before { content: "\f026"; }
120
+ .#{$olicons-class-name}-lock:before { content: "\f027"; }
121
+ .#{$olicons-class-name}-lock-open:before { content: "\f028"; }
122
+ .#{$olicons-class-name}-chevron-up:before { content: "\f029"; }
123
+ .#{$olicons-class-name}-chevron-right:before { content: "\f02a"; }
124
+ .#{$olicons-class-name}-chevron-down:before { content: "\f02b"; }
125
+ .#{$olicons-class-name}-chevron-left:before { content: "\f02c"; }
126
+ .#{$olicons-class-name}-chevron-2-up:before { content: "\f02d"; }
127
+ .#{$olicons-class-name}-chevron-2-right:before { content: "\f02e"; }
128
+
129
+ .#{$olicons-class-name}-chevron-2-down:before { content: "\f031"; }
130
+ .#{$olicons-class-name}-chevron-2-left:before { content: "\f032"; }
131
+ .#{$olicons-class-name}-plus:before { content: "\f033"; }
132
+ .#{$olicons-class-name}-minus:before { content: "\f034"; }
133
+ .#{$olicons-class-name}-ok:before { content: "\f035"; }
134
+ .#{$olicons-class-name}-close:before { content: "\f036"; }
135
+ .#{$olicons-class-name}-plus-sign:before { content: "\f037"; }
136
+ .#{$olicons-class-name}-minus-sign:before { content: "\f038"; }
137
+ .#{$olicons-class-name}-ok-sign:before { content: "\f039"; }
138
+ .#{$olicons-class-name}-close-sign:before { content: "\f03a"; }
139
+ .#{$olicons-class-name}-show-sb:before { content: "\f03b"; }
140
+ .#{$olicons-class-name}-hide-sb:before { content: "\f03c"; }
141
+ .#{$olicons-class-name}-filter:before { content: "\f03d"; }
142
+ .#{$olicons-class-name}-preview:before { content: "\f03e"; }
143
+
144
+ .#{$olicons-class-name}-hide-filter:before { content: "\f041"; }
145
+ .#{$olicons-class-name}-female:before { content: "\f042"; }
146
+ .#{$olicons-class-name}-male:before { content: "\f043"; }
147
+ .#{$olicons-class-name}-sex:before { content: "\f044"; }
148
+ .#{$olicons-class-name}-sort-down:before { content: "\f045"; }
149
+ .#{$olicons-class-name}-sort-up:before { content: "\f046"; }
150
+ .#{$olicons-class-name}-sort:before { content: "\f047"; }
151
+ .#{$olicons-class-name}-product:before { content: "\f048"; }
152
+ .#{$olicons-class-name}-object:before { content: "\f049"; }
153
+ .#{$olicons-class-name}-question-answer:before { content: "\f04a"; }
154
+ .#{$olicons-class-name}-secure:before { content: "\f04b"; }
155
+ .#{$olicons-class-name}-analytics:before { content: "\f04c"; }
156
+ .#{$olicons-class-name}-inquiry:before { content: "\f04d"; }
157
+ .#{$olicons-class-name}-orders:before { content: "\f04e"; }
158
+
159
+ .#{$olicons-class-name}-environmentally-friendly:before { content: "\f051"; }
160
+ .#{$olicons-class-name}-waterproof:before { content: "\f052"; }
161
+ .#{$olicons-class-name}-delivery:before { content: "\f053"; }
162
+ .#{$olicons-class-name}-bright:before { content: "\f054"; }
163
+ .#{$olicons-class-name}-dark:before { content: "\f055"; }
164
+ .#{$olicons-class-name}-indoor:before { content: "\f056"; }
165
+ .#{$olicons-class-name}-outdoor:before { content: "\f057"; }
166
+ .#{$olicons-class-name}-accessible:before { content: "\f058"; }
167
+ .#{$olicons-class-name}-smoker:before { content: "\f059"; }
168
+ .#{$olicons-class-name}-non-smoker:before { content: "\f05a"; }
169
+ .#{$olicons-class-name}-parking:before { content: "\f05b"; }
170
+ .#{$olicons-class-name}-parking-meter:before { content: "\f05c"; }
171
+ .#{$olicons-class-name}-elevator:before { content: "\f05d"; }
172
+ .#{$olicons-class-name}-max-people:before { content: "\f05e"; }
173
+
174
+ .#{$olicons-class-name}-wlan:before { content: "\f061"; }
175
+ .#{$olicons-class-name}-beamer:before { content: "\f062"; }
176
+ .#{$olicons-class-name}-microphone:before { content: "\f063"; }
177
+ .#{$olicons-class-name}-sockets:before { content: "\f064"; }
178
+ .#{$olicons-class-name}-internet:before { content: "\f065"; }
179
+ .#{$olicons-class-name}-electricity:before { content: "\f066"; }
180
+ .#{$olicons-class-name}-coffee:before { content: "\f067"; }
181
+ .#{$olicons-class-name}-water:before { content: "\f068"; }
182
+ .#{$olicons-class-name}-pizza:before { content: "\f069"; }
183
+ .#{$olicons-class-name}-burger:before { content: "\f06a"; }
184
+ .#{$olicons-class-name}-drinks:before { content: "\f06b"; }
185
+ .#{$olicons-class-name}-fast-food:before { content: "\f06c"; }
186
+ .#{$olicons-class-name}-waiter:before { content: "\f06d"; }
187
+ .#{$olicons-class-name}-wine:before { content: "\f06e"; }
188
+
189
+ .#{$olicons-class-name}-dishes:before { content: "\f071"; }
190
+ .#{$olicons-class-name}-stove:before { content: "\f072"; }
191
+ .#{$olicons-class-name}-conference:before { content: "\f073"; }
192
+ .#{$olicons-class-name}-classroom:before { content: "\f074"; }
193
+ .#{$olicons-class-name}-banquet:before { content: "\f075"; }
194
+ .#{$olicons-class-name}-theatre:before { content: "\f076"; }
195
+ .#{$olicons-class-name}-u-shape:before { content: "\f077"; }
196
+ .#{$olicons-class-name}-workspace:before { content: "\f078"; }
197
+ .#{$olicons-class-name}-men:before { content: "\f079"; }
198
+ .#{$olicons-class-name}-woman:before { content: "\f07a"; }
199
+ .#{$olicons-class-name}-company:before { content: "\f07b"; }
200
+ .#{$olicons-class-name}-store:before { content: "\f07c"; }
201
+ .#{$olicons-class-name}-bar:before { content: "\f07d"; }
202
+ .#{$olicons-class-name}-restaurant:before { content: "\f07e"; }
203
+
204
+ .#{$olicons-class-name}-men-investor:before { content: "\f081"; }
205
+ .#{$olicons-class-name}-men-work:before { content: "\f082"; }
206
+ .#{$olicons-class-name}-men-business:before { content: "\f083"; }
207
+ .#{$olicons-class-name}-men-normal:before { content: "\f084"; }
208
+ .#{$olicons-class-name}-men-business2:before { content: "\f085"; }
209
+ .#{$olicons-class-name}-men-dev:before { content: "\f086"; }
210
+ .#{$olicons-class-name}-men-html:before { content: "\f087"; }
211
+ .#{$olicons-class-name}-plus-contact:before { content: "\f088"; }
212
+ .#{$olicons-class-name}-plus-picture:before { content: "\f089"; }
213
+ .#{$olicons-class-name}-plus-company:before { content: "\f08a"; }
214
+ .#{$olicons-class-name}-plus-company-contact:before { content: "\f08b"; }
215
+ .#{$olicons-class-name}-ruby:before { content: "\f08c"; }
216
+ .#{$olicons-class-name}-html5:before { content: "\f08d"; }
217
+ .#{$olicons-class-name}-facebook:before { content: "\f08e"; }
218
+
219
+ .#{$olicons-class-name}-facebook-block:before { content: "\f091"; }
220
+ .#{$olicons-class-name}-google:before { content: "\f092"; }
221
+ .#{$olicons-class-name}-google-block:before { content: "\f093"; }
222
+ .#{$olicons-class-name}-google-cut:before { content: "\f094"; }
223
+ .#{$olicons-class-name}-google-cut-block:before { content: "\f095"; }
224
+ .#{$olicons-class-name}-twitter:before { content: "\f096"; }
225
+ .#{$olicons-class-name}-twitter-block:before { content: "\f097"; }
226
+ .#{$olicons-class-name}-linkedin:before { content: "\f098"; }
227
+ .#{$olicons-class-name}-linkedin-block:before { content: "\f099"; }
228
+ .#{$olicons-class-name}-xing:before { content: "\f09a"; }
229
+ .#{$olicons-class-name}-xing-block:before { content: "\f09b"; }
230
+ .#{$olicons-class-name}-qr-code:before { content: "\f09c"; }
231
+ .#{$olicons-class-name}-barcode:before { content: "\f09d"; }
232
+ .#{$olicons-class-name}-cash:before { content: "\f09e"; }
233
+
234
+ .#{$olicons-class-name}-gift:before { content: "\f101"; }
235
+
236
+
237
+ /* New Stuff .. 22.01.2014 */
238
+ .#{$olicons-class-name}-auge:before { content: "\f102"; }
239
+ .#{$olicons-class-name}-inventar:before { content: "\f103"; }
240
+ .#{$olicons-class-name}-analytics-alt:before { content: "\f104"; }
241
+ .#{$olicons-class-name}-settings-alt:before { content: "\f105"; }
242
+ .#{$olicons-class-name}-slidebar:before { content: "\f106"; }
243
+ .#{$olicons-class-name}-info-circle:before { content: "\f107"; }
244
+ .#{$olicons-class-name}-product-circle:before { content: "\f108"; }
245
+ .#{$olicons-class-name}-pos-circle:before { content: "\f109"; }
246
+ .#{$olicons-class-name}-user:before { content: "\f10a"; }
247
+ .#{$olicons-class-name}-calendar:before { content: "\f10b"; }
248
+ .#{$olicons-class-name}-glass:before { content: "\f10c"; }
249
+ .#{$olicons-class-name}-trash:before { content: "\f10d"; }
250
+ .#{$olicons-class-name}-resize:before { content: "\f10e"; }
251
+
252
+
253
+ .#{$olicons-class-name}-product-alt:before { content: "\f111"; }
254
+ .#{$olicons-class-name}-circle-plus:before { content: "\f112"; }
255
+ .#{$olicons-class-name}-circle-times:before { content: "\f113"; }
256
+ .#{$olicons-class-name}-circle-minus:before { content: "\f114"; }
257
+ .#{$olicons-class-name}-circle-ok:before { content: "\f115"; }
258
+ .#{$olicons-class-name}-auge-alt:before { content: "\f116"; }
259
+ .#{$olicons-class-name}-inventar-alt:before { content: "\f117"; }
260
+ .#{$olicons-class-name}-analytics-alt:before { content: "\f118"; }
261
+ .#{$olicons-class-name}-euro-circle:before { content: "\f119"; }
262
+ .#{$olicons-class-name}-reports:before { content: "\f11a"; }
263
+ .#{$olicons-class-name}-tasks:before { content: "\f11b"; }
264
+ .#{$olicons-class-name}-vcard:before { content: "\f11c"; }
265
+ .#{$olicons-class-name}-catalog:before { content: "\f11d"; }
266
+ .#{$olicons-class-name}-flyer:before { content: "\f11e"; }
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+ // T E S T normal signs
275
+ .#{$olicons-class-name}-euro:before { content: "\20AC"; }
276
+
277
+
278
+
279
+
280
+ // .#{$olicons-class-name}-:before { content: "\f001"; }
281
+ // .#{$olicons-class-name}-:before { content: "\f002"; }
282
+ // .#{$olicons-class-name}-:before { content: "\f003"; }
283
+ // .#{$olicons-class-name}-:before { content: "\f004"; }
284
+ // .#{$olicons-class-name}-:before { content: "\f005"; }
285
+ // .#{$olicons-class-name}-:before { content: "\f006"; }
286
+ // .#{$olicons-class-name}-:before { content: "\f007"; }
287
+ // .#{$olicons-class-name}-:before { content: "\f008"; }
288
+ // .#{$olicons-class-name}-:before { content: "\f009"; }
289
+ // .#{$olicons-class-name}-:before { content: "\f00a"; }
290
+ // .#{$olicons-class-name}-:before { content: "\f00b"; }
291
+ // .#{$olicons-class-name}-:before { content: "\f00c"; }
292
+ // .#{$olicons-class-name}-:before { content: "\f00d"; }
293
+ // .#{$olicons-class-name}-:before { content: "\f00e"; }
294
+
295
+
296
+ /* market projects-empty projects-full tasks-empty tasks-full settings overview contacts message-empty message-full basket-empty basket-full bell notify about-me portfolio portfolio-alt general-informations contact-data career skills view-list view-tile view-cards view-map state-active state-inactive edit view-map-2 search zoom-in zoom-out comment share like lock lock-open chevron-up chevron-right chevron-down chevron-left chevron-2-up chevron-2-right chevron-2-down chevron-2-left plus minus ok close plus-sign minus-sign ok-sign close-sign show-sb hide-sb filter preview hide-filter female male sex sort-down sort-up sort product object question-answer secure analytics inquiry orders environmentally-friendly waterproof delivery bright dark indoor outdoor accessible smoker non-smoker parking parking-meter elevator max-people wlan beamer microphone sockets internet electricity coffee water pizza burger drinks fast-food waiter wine dishes stove conference classroom banquet theatre u-shape workspace men woman company store bar restaurant men-investor men-work men-business men-normal men-business2 men-dev men-html plus-contact plus-picture plus-company plus-company-contact ruby html5 facebook facebook-block google google-block google-cut google-cut-block twitter twitter-block linkedin linkedin-block xing xing-block qr-code barcode cash gift */
297
+
298
+
299
+
300
+
@@ -0,0 +1,57 @@
1
+
2
+ .corset {
3
+ display: block; position: relative;
4
+ margin: 0 10px !important; // margin: 0 5%;
5
+ padding: 0;
6
+ background: transparent;
7
+ width: auto;
8
+ // max-width: 1200px;
9
+ text-align: inherit;
10
+ &.center { text-align: center; }
11
+ &.left { text-align: left; }
12
+ &.right { text-align: right; }
13
+
14
+ &.full { margin: 0 10px !important; }
15
+
16
+ &.tight { margin: 0 30px !important; }
17
+ &.extra-tight { margin: 0 40px !important; }
18
+ &.ultra-tight { margin: 0 50px !important; }
19
+
20
+ .presenter {
21
+ min-height: 50px;
22
+ overflow: hidden;
23
+ text-align: center;
24
+ }
25
+
26
+ &.top { z-index: 15; }
27
+ // min-width: 320px;
28
+ }
29
+
30
+ @include responsiveStep-sm {
31
+
32
+ .corset {
33
+ &, &.tight, &.extra-tight, &.ultra-tight, &.full {
34
+ margin: 0 auto !important;
35
+ }
36
+ width: 90% !important;
37
+ &.tight { width: 70% !important; }
38
+ &.extra-tight { width: 60% !important; }
39
+ &.ultra-tight { width: 50% !important; }
40
+ &.full { width: 96% !important; margin: 0 auto !important; }
41
+ }
42
+
43
+ }
44
+
45
+ @include responsiveStep-lg {
46
+
47
+ .corset {
48
+ width: 80% !important;
49
+ max-width: 1200px;
50
+ &.tight { width: 60% !important; }
51
+ &.extra-tight { width: 50% !important; }
52
+ &.ultra-tight { width: 40% !important; }
53
+ &.full { width: 90% !important; max-width: 1400px; }
54
+ }
55
+
56
+ }
57
+
@@ -0,0 +1,185 @@
1
+
2
+ html, body, #body {
3
+ height: 100%;
4
+ // overflow-y: auto;
5
+ }
6
+
7
+ .fullpage-table, div.table {
8
+ width: 100%;
9
+ display: block;
10
+ position: relative;
11
+ & > .table-row, & > .tr {
12
+ display: block;
13
+ position: relative;
14
+ & > * {
15
+ display: block;
16
+ position: relative;
17
+ }
18
+ }
19
+
20
+ .header-cell, .footer-cell {
21
+ padding: 20px 0;
22
+ &.bright { background: rgba(255,255,255,.42); }
23
+ &.dark { background: rgba(0,0,0,.23); }
24
+ }
25
+
26
+ &.mobile {
27
+ height: 100%;
28
+ display: table;
29
+ top: 0; left: 0;
30
+ // z-index: 1;
31
+ & > .table-row {
32
+ display: table-row;
33
+ & > * {
34
+ display: table-cell;
35
+ vertical-align: middle;
36
+ }
37
+ &.top, &.top > * { vertical-align: top; }
38
+ &.middle, &.middle > * { vertical-align: middle; }
39
+ &.bottom, &.bottom > * { vertical-align: bottom; }
40
+ }
41
+ .fill { height: 100%; }
42
+ &.max-size { max-height: 800px; }
43
+ }
44
+
45
+ }
46
+
47
+
48
+
49
+
50
+ .fixed-table, .layout-table, .inline_table {
51
+ display: block; position: relative;
52
+ padding: 0; margin: 0;
53
+ & > * {
54
+ display: block; position: relative;
55
+ padding: 0; margin: 0;
56
+ vertical-align: top;
57
+ &.top { vertical-align: top; }
58
+ &.middle { vertical-align: middle; }
59
+ &.bottom { vertical-align: bottom; }
60
+
61
+ }
62
+ }
63
+
64
+
65
+ .inline_table {
66
+ display: table;
67
+ width: 100%;
68
+ & > * {
69
+ display: table-cell;
70
+ border-collapse: separate;
71
+ &.aside { width: 220px; }
72
+ @for $i from 1 through 12 {
73
+ &.col-#{$i} { width: percentage(1 / 12 * $i); }
74
+ }
75
+ }
76
+ &.middled > * { vertical-align: middle; }
77
+ &.grid > * {
78
+ padding: 0 #{$grid-gutter-width / 2};
79
+ &:first-child { padding-left: 0; }
80
+ &:last-child { padding-right: 0; }
81
+ }
82
+ }
83
+
84
+
85
+
86
+
87
+ // basics/magic
88
+ // min-width: 750px
89
+ @include responsiveStep-sm {
90
+ .fullpage-table {
91
+ height: 100%;
92
+ &.max-size { max-height: 800px; }
93
+ display: table;
94
+ top: 0; left: 0;
95
+ // z-index: 1;
96
+ & > .table-row {
97
+ display: table-row;
98
+ & > * {
99
+ display: table-cell;
100
+ vertical-align: middle;
101
+ }
102
+ &.top, &.top > * { vertical-align: top; }
103
+ &.middle, &.middle > * { vertical-align: middle; }
104
+ &.bottom, &.bottom > * { vertical-align: bottom; }
105
+ }
106
+ .fill { height: 100%; }
107
+ }
108
+ div.table {
109
+ height: 100%;
110
+ display: table;
111
+ top: 0; left: 0;
112
+ & > .tr, & > .row, & > .table-row {
113
+ display: table-row;
114
+ & > .td, & > .th, & > .cell {
115
+ display: table-cell;
116
+ vertical-align: middle;
117
+ padding: 10px;
118
+ &.top { vertical-align: top; }
119
+ &.bottom { vertical-align: bottom; }
120
+ }
121
+ }
122
+ }
123
+
124
+ .fixed-table, .layout-table {
125
+ display: table;
126
+ width: 100%;
127
+ & > * {
128
+ display: table-cell;
129
+ border-collapse: separate;
130
+ &.aside { width: 220px; }
131
+ &.picture { width: 150px; }
132
+ &.ten { width: 10%; }
133
+ &.twenty { width: 20%; }
134
+ &.thirty { width: 30%; }
135
+ &.fourty { width: 40%; }
136
+ &.fivty { width: 50%; }
137
+ &.sixty { width: 60%; }
138
+ &.seventy { width: 70%; }
139
+ &.eighty { width: 80%; }
140
+ &.ninety { width: 90%; }
141
+ @for $i from 1 through 12 {
142
+ &.col-#{$i} { width: percentage(1 / 12 * $i); }
143
+ }
144
+ }
145
+ &.grid > * {
146
+ padding: 0 #{$grid-gutter-width / 2};
147
+ &:first-child { padding-left: 0; }
148
+ &:last-child { padding-right: 0; }
149
+ }
150
+ &.middled > * { vertical-align: middle; }
151
+ }
152
+
153
+ .fixed-table {
154
+ table-layout:fixed;
155
+ & > * {
156
+ border-spacing: 10px;
157
+ }
158
+ &.boxed { max-width: 750px; margin: 0 auto; }
159
+ }
160
+
161
+
162
+
163
+ }
164
+
165
+ @include responsiveStep-md {
166
+ .fixed-table {
167
+ &.boxed { max-width: 970px; }
168
+ }
169
+ }
170
+
171
+ @include responsiveStep-lg {
172
+ .fixed-table {
173
+ &.boxed { max-width: 1170px; }
174
+ }
175
+ }
176
+
177
+
178
+ .modal-content .fullpage-table {
179
+ display: block;
180
+ & > .table-row {
181
+ display: block;
182
+ & > * { display: block; }
183
+ }
184
+ }
185
+