magic_stylez 0.0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/Gemfile +14 -0
  4. data/MIT-LICENSE +20 -0
  5. data/README.md +33 -0
  6. data/Rakefile +32 -0
  7. data/lib/magic_stylez/engine.rb +10 -0
  8. data/lib/magic_stylez/version.rb +3 -0
  9. data/lib/magic_stylez.rb +53 -0
  10. data/lib/tasks/magic_stylez_tasks.rake +4 -0
  11. data/magic_stylez.gemspec +38 -0
  12. data/test/dummy/README.rdoc +28 -0
  13. data/test/dummy/Rakefile +6 -0
  14. data/test/dummy/app/assets/images/.keep +0 -0
  15. data/test/dummy/app/assets/javascripts/application.js +15 -0
  16. data/test/dummy/app/assets/javascripts/views/app/start.jst.eco +71 -0
  17. data/test/dummy/app/assets/javascripts/views/effects/reflections.jst.eco +70 -0
  18. data/test/dummy/app/assets/javascripts/views/effects/shadows.jst.eco +1528 -0
  19. data/test/dummy/app/assets/javascripts/views/elements/arrow_infos.jst.eco +46 -0
  20. data/test/dummy/app/assets/javascripts/views/layout/corset.jst.eco +27 -0
  21. data/test/dummy/app/assets/javascripts/views/layout/fullpage_table.jst.eco +76 -0
  22. data/test/dummy/app/assets/javascripts/views/layout/section.jst.eco +109 -0
  23. data/test/dummy/app/assets/javascripts/views/layout/slide_boxes.jst.eco +33 -0
  24. data/test/dummy/app/assets/stylesheets/application.css.scss +180 -0
  25. data/test/dummy/app/controllers/application_controller.rb +6 -0
  26. data/test/dummy/app/controllers/concerns/.keep +0 -0
  27. data/test/dummy/app/controllers/front_controller.rb +7 -0
  28. data/test/dummy/app/helpers/application_helper.rb +2 -0
  29. data/test/dummy/app/mailers/.keep +0 -0
  30. data/test/dummy/app/models/.keep +0 -0
  31. data/test/dummy/app/models/concerns/.keep +0 -0
  32. data/test/dummy/app/views/front/_aside.html.erb +36 -0
  33. data/test/dummy/app/views/front/start.html.erb +77 -0
  34. data/test/dummy/app/views/layouts/application.html.erb +24 -0
  35. data/test/dummy/bin/bundle +3 -0
  36. data/test/dummy/bin/rails +4 -0
  37. data/test/dummy/bin/rake +4 -0
  38. data/test/dummy/config/application.rb +32 -0
  39. data/test/dummy/config/boot.rb +5 -0
  40. data/test/dummy/config/database.yml +25 -0
  41. data/test/dummy/config/environment.rb +5 -0
  42. data/test/dummy/config/environments/development.rb +49 -0
  43. data/test/dummy/config/environments/production.rb +88 -0
  44. data/test/dummy/config/environments/test.rb +39 -0
  45. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  46. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  47. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  48. data/test/dummy/config/initializers/inflections.rb +16 -0
  49. data/test/dummy/config/initializers/mime_types.rb +4 -0
  50. data/test/dummy/config/initializers/session_store.rb +3 -0
  51. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  52. data/test/dummy/config/locales/en.yml +23 -0
  53. data/test/dummy/config/routes.rb +61 -0
  54. data/test/dummy/config/secrets.yml +20 -0
  55. data/test/dummy/config.ru +4 -0
  56. data/test/dummy/lib/assets/.keep +0 -0
  57. data/test/dummy/log/.keep +0 -0
  58. data/test/dummy/public/404.html +67 -0
  59. data/test/dummy/public/422.html +67 -0
  60. data/test/dummy/public/500.html +66 -0
  61. data/test/dummy/public/favicon.ico +0 -0
  62. data/test/dummy/public/xindex.html +135 -0
  63. data/test/magic_stylez_test.rb +7 -0
  64. data/test/test_helper.rb +21 -0
  65. data/vendor/assets/filter/magic/filter.svg +10 -0
  66. data/vendor/assets/filter/magic/noise.svg +70 -0
  67. data/vendor/assets/fonts/magic/magicons-regular-webfont.eot +0 -0
  68. data/vendor/assets/fonts/magic/magicons-regular-webfont.svg +461 -0
  69. data/vendor/assets/fonts/magic/magicons-regular-webfont.ttf +0 -0
  70. data/vendor/assets/fonts/magic/magicons-regular-webfont.woff +0 -0
  71. data/vendor/assets/fonts/magic/orderlifticons-webfont.eot +0 -0
  72. data/vendor/assets/fonts/magic/orderlifticons-webfont.svg +172 -0
  73. data/vendor/assets/fonts/magic/orderlifticons-webfont.ttf +0 -0
  74. data/vendor/assets/fonts/magic/orderlifticons-webfont.woff +0 -0
  75. data/vendor/assets/images/magic/arrows/arrow-round1-a.png +0 -0
  76. data/vendor/assets/images/magic/arrows/arrow-round1-b.png +0 -0
  77. data/vendor/assets/images/magic/arrows/arrow-round2-a.png +0 -0
  78. data/vendor/assets/images/magic/arrows/arrow-round2-b.png +0 -0
  79. data/vendor/assets/images/magic/arrows/arrow1-a.png +0 -0
  80. data/vendor/assets/images/magic/arrows/arrow1-b.png +0 -0
  81. data/vendor/assets/images/magic/arrows/arrow1.png +0 -0
  82. data/vendor/assets/images/magic/arrows/arrow2-1.png +0 -0
  83. data/vendor/assets/images/magic/arrows/arrow2-2.png +0 -0
  84. data/vendor/assets/images/magic/arrows/arrow2-a.png +0 -0
  85. data/vendor/assets/images/magic/arrows/arrow2-b.png +0 -0
  86. data/vendor/assets/images/magic/arrows/arrow3-a.png +0 -0
  87. data/vendor/assets/images/magic/arrows/arrow3-b.png +0 -0
  88. data/vendor/assets/images/magic/arrows/arrow4-a.png +0 -0
  89. data/vendor/assets/images/magic/arrows/arrow4-b.png +0 -0
  90. data/vendor/assets/images/magic/arrows/arrow5-a.png +0 -0
  91. data/vendor/assets/images/magic/arrows/arrow5-b.png +0 -0
  92. data/vendor/assets/images/magic/arrows/arrow6-a.png +0 -0
  93. data/vendor/assets/images/magic/arrows/arrow6-b.png +0 -0
  94. data/vendor/assets/images/magic/bgs/hdr_landsberger.jpg +0 -0
  95. data/vendor/assets/images/magic/bgs/rain-flower.jpg +0 -0
  96. data/vendor/assets/images/magic/bgs/seucide.jpg +0 -0
  97. data/vendor/assets/javascripts/magic/render_eco.js.coffee +9 -0
  98. data/vendor/assets/javascripts/magic-stylez.js.coffee +49 -0
  99. data/vendor/assets/stylesheets/magic/_animation.scss +3 -0
  100. data/vendor/assets/stylesheets/magic/_forms.scss +42 -0
  101. data/vendor/assets/stylesheets/magic/_text.scss +41 -0
  102. data/vendor/assets/stylesheets/magic/content/_banner.scss +77 -0
  103. data/vendor/assets/stylesheets/magic/corporate/_colors.scss +244 -0
  104. data/vendor/assets/stylesheets/magic/corporate/_fonts.scss +152 -0
  105. data/vendor/assets/stylesheets/magic/corporate/_typo.scss +57 -0
  106. data/vendor/assets/stylesheets/magic/corporate/_variables.scss +636 -0
  107. data/vendor/assets/stylesheets/magic/effects/_reflections.scss +52 -0
  108. data/vendor/assets/stylesheets/magic/effects/_shadows.scss +255 -0
  109. data/vendor/assets/stylesheets/magic/icons/magicons.scss +706 -0
  110. data/vendor/assets/stylesheets/magic/icons/orderlifticons.scss +258 -0
  111. data/vendor/assets/stylesheets/magic/layout/_corset.scss +60 -0
  112. data/vendor/assets/stylesheets/magic/layout/_fullpage_table.scss +176 -0
  113. data/vendor/assets/stylesheets/magic/layout/_section.scss +126 -0
  114. data/vendor/assets/stylesheets/magic/layout/_tables.scss +513 -0
  115. data/vendor/assets/stylesheets/magic/lib/_cross_browser.scss +51 -0
  116. data/vendor/assets/stylesheets/magic/lib/_media_querries.scss +59 -0
  117. data/vendor/assets/stylesheets/magic/lib/_twbs.scss +55 -0
  118. data/vendor/assets/stylesheets/magic/lists/_nav.scss +207 -0
  119. data/vendor/assets/stylesheets/magic-stylez.scss +140 -0
  120. metadata +397 -0
@@ -0,0 +1,258 @@
1
+ //** Load fonts from this directory.
2
+ $olicons-font-path: "magic/" !default;
3
+ //** File name for all font files.
4
+ $olicons-font-name: "orderlifticons-webfont" !default;
5
+ //** Element ID within SVG icon file.
6
+ $olicons-font-svg-id: "orderlifticonsregular" !default;
7
+
8
+ $olicons-class-name: "olicons" !default;
9
+
10
+
11
+ @font-face {
12
+ font-family: 'orderlifticonsregular';
13
+ src: url(if($magic-asset-helper, twbs-font-path('#{$olicons-font-path}#{$olicons-font-name}.eot'), '#{$olicons-font-path}#{$olicons-font-name}.eot'));
14
+ }
15
+
16
+ @font-face {
17
+ font-family: 'orderlifticonsregular';
18
+ src: url(if($magic-asset-helper, twbs-font-path('#{$olicons-font-path}#{$olicons-font-name}.woff'), '#{$olicons-font-path}#{$olicons-font-name}.woff')) format('woff'),
19
+ url(if($magic-asset-helper, twbs-font-path('#{$olicons-font-path}#{$olicons-font-name}.ttf'), '#{$olicons-font-path}#{$olicons-font-name}.ttf')) format('truetype'),
20
+ url(if($magic-asset-helper, twbs-font-path('#{$olicons-font-path}#{$olicons-font-name}.svg##{$olicons-font-svg-id}'), '#{$olicons-font-path}#{$olicons-font-name}.svg##{$olicons-font-svg-id}')) format('svg');
21
+ font-weight: normal;
22
+ font-style: normal;
23
+
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
+ display: block;
34
+ position: relative;
35
+ // top: 0; right: 0; bottom: 0; left: 0;
36
+ text-decoration: inherit;
37
+ vertical-align: middle;
38
+ line-height: .9em;
39
+ color: inherit;
40
+
41
+ // make icons thinner in webkit (white icons on dark background)
42
+ text-shadow: 0 0 0 rgba(0,0,0,.01);
43
+ -webkit-font-smoothing: antialiased;
44
+ text-rendering: optimizelegibility;
45
+
46
+ outline: none;
47
+ border: none;
48
+ }
49
+
50
+
51
+
52
+
53
+ [class^="#{$olicons-class-name}-"],
54
+ [class*=" #{$olicons-class-name}-"] {
55
+ display: inline-block;
56
+ text-decoration: inherit;
57
+ }
58
+
59
+ /* makes the font 33% larger relative to the icon container */
60
+ .#{$olicons-class-name}-large:before {
61
+ vertical-align: middle;
62
+ font-size: 4/3em;
63
+ }
64
+
65
+ .btn, .nav-tabs {
66
+ [class^="#{$olicons-class-name}-"],
67
+ [class*=" #{$olicons-class-name}-"] {
68
+ /* keeps button heights with and without icons the same */
69
+ // font-size: 1.2em;
70
+ // line-height: .9em;
71
+ // vertical-align: middle;
72
+ // display: inline;
73
+
74
+ }
75
+ }
76
+
77
+
78
+
79
+
80
+ .#{$olicons-class-name}-market:before { content: "\f001"; }
81
+ .#{$olicons-class-name}-projects-empty:before { content: "\f002"; }
82
+ .#{$olicons-class-name}-projects-full:before { content: "\f003"; }
83
+ .#{$olicons-class-name}-tasks-empty:before { content: "\f004"; }
84
+ .#{$olicons-class-name}-tasks-full:before { content: "\f005"; }
85
+ .#{$olicons-class-name}-settings:before { content: "\f006"; }
86
+ .#{$olicons-class-name}-overview:before { content: "\f007"; }
87
+ .#{$olicons-class-name}-contacts:before { content: "\f008"; }
88
+ .#{$olicons-class-name}-message-empty:before { content: "\f009"; }
89
+ .#{$olicons-class-name}-message-full:before { content: "\f00a"; }
90
+ .#{$olicons-class-name}-basket-empty:before { content: "\f00b"; }
91
+ .#{$olicons-class-name}-basket-full:before { content: "\f00c"; }
92
+ .#{$olicons-class-name}-bell:before { content: "\f00d"; }
93
+ .#{$olicons-class-name}-notify:before { content: "\f00e"; }
94
+
95
+ .#{$olicons-class-name}-about-me:before { content: "\f011"; }
96
+ .#{$olicons-class-name}-portfolio:before { content: "\f012"; }
97
+ .#{$olicons-class-name}-portfolio-alt:before { content: "\f013"; }
98
+ .#{$olicons-class-name}-general-informations:before { content: "\f014"; }
99
+ .#{$olicons-class-name}-contact-data:before { content: "\f015"; }
100
+ .#{$olicons-class-name}-career:before { content: "\f016"; }
101
+ .#{$olicons-class-name}-skills:before { content: "\f017"; }
102
+ .#{$olicons-class-name}-view-list:before { content: "\f018"; }
103
+ .#{$olicons-class-name}-view-tile:before { content: "\f019"; }
104
+ .#{$olicons-class-name}-view-cards:before { content: "\f01a"; }
105
+ .#{$olicons-class-name}-view-map:before { content: "\f01b"; }
106
+ .#{$olicons-class-name}-state-active:before { content: "\f01c"; }
107
+ .#{$olicons-class-name}-state-inactive:before { content: "\f01d"; }
108
+ .#{$olicons-class-name}-edit:before { content: "\f01e"; }
109
+
110
+ // double class
111
+ .#{$olicons-class-name}-view-map-2:before { content: "\f015"; }
112
+
113
+ .#{$olicons-class-name}-search:before { content: "\f021"; }
114
+ .#{$olicons-class-name}-zoom-in:before { content: "\f022"; }
115
+ .#{$olicons-class-name}-zoom-out:before { content: "\f023"; }
116
+ .#{$olicons-class-name}-comment:before { content: "\f024"; }
117
+ .#{$olicons-class-name}-share:before { content: "\f025"; }
118
+ .#{$olicons-class-name}-like:before { content: "\f026"; }
119
+ .#{$olicons-class-name}-lock:before { content: "\f027"; }
120
+ .#{$olicons-class-name}-lock-open:before { content: "\f028"; }
121
+ .#{$olicons-class-name}-chevron-up:before { content: "\f029"; }
122
+ .#{$olicons-class-name}-chevron-right:before { content: "\f02a"; }
123
+ .#{$olicons-class-name}-chevron-down:before { content: "\f02b"; }
124
+ .#{$olicons-class-name}-chevron-left:before { content: "\f02c"; }
125
+ .#{$olicons-class-name}-chevron-2-up:before { content: "\f02d"; }
126
+ .#{$olicons-class-name}-chevron-2-right:before { content: "\f02e"; }
127
+
128
+ .#{$olicons-class-name}-chevron-2-down:before { content: "\f031"; }
129
+ .#{$olicons-class-name}-chevron-2-left:before { content: "\f032"; }
130
+ .#{$olicons-class-name}-plus:before { content: "\f033"; }
131
+ .#{$olicons-class-name}-minus:before { content: "\f034"; }
132
+ .#{$olicons-class-name}-ok:before { content: "\f035"; }
133
+ .#{$olicons-class-name}-close:before { content: "\f036"; }
134
+ .#{$olicons-class-name}-plus-sign:before { content: "\f037"; }
135
+ .#{$olicons-class-name}-minus-sign:before { content: "\f038"; }
136
+ .#{$olicons-class-name}-ok-sign:before { content: "\f039"; }
137
+ .#{$olicons-class-name}-close-sign:before { content: "\f03a"; }
138
+ .#{$olicons-class-name}-show-sb:before { content: "\f03b"; }
139
+ .#{$olicons-class-name}-hide-sb:before { content: "\f03c"; }
140
+ .#{$olicons-class-name}-filter:before { content: "\f03d"; }
141
+ .#{$olicons-class-name}-preview:before { content: "\f03e"; }
142
+
143
+ .#{$olicons-class-name}-hide-filter:before { content: "\f041"; }
144
+ .#{$olicons-class-name}-female:before { content: "\f042"; }
145
+ .#{$olicons-class-name}-male:before { content: "\f043"; }
146
+ .#{$olicons-class-name}-sex:before { content: "\f044"; }
147
+ .#{$olicons-class-name}-sort-down:before { content: "\f045"; }
148
+ .#{$olicons-class-name}-sort-up:before { content: "\f046"; }
149
+ .#{$olicons-class-name}-sort:before { content: "\f047"; }
150
+ .#{$olicons-class-name}-product:before { content: "\f048"; }
151
+ .#{$olicons-class-name}-object:before { content: "\f049"; }
152
+ .#{$olicons-class-name}-question-answer:before { content: "\f04a"; }
153
+ .#{$olicons-class-name}-secure:before { content: "\f04b"; }
154
+ .#{$olicons-class-name}-analytics:before { content: "\f04c"; }
155
+ .#{$olicons-class-name}-inquiry:before { content: "\f04d"; }
156
+ .#{$olicons-class-name}-orders:before { content: "\f04e"; }
157
+
158
+ .#{$olicons-class-name}-environmentally-friendly:before { content: "\f051"; }
159
+ .#{$olicons-class-name}-waterproof:before { content: "\f052"; }
160
+ .#{$olicons-class-name}-delivery:before { content: "\f053"; }
161
+ .#{$olicons-class-name}-bright:before { content: "\f054"; }
162
+ .#{$olicons-class-name}-dark:before { content: "\f055"; }
163
+ .#{$olicons-class-name}-indoor:before { content: "\f056"; }
164
+ .#{$olicons-class-name}-outdoor:before { content: "\f057"; }
165
+ .#{$olicons-class-name}-accessible:before { content: "\f058"; }
166
+ .#{$olicons-class-name}-smoker:before { content: "\f059"; }
167
+ .#{$olicons-class-name}-non-smoker:before { content: "\f05a"; }
168
+ .#{$olicons-class-name}-parking:before { content: "\f05b"; }
169
+ .#{$olicons-class-name}-parking-meter:before { content: "\f05c"; }
170
+ .#{$olicons-class-name}-elevator:before { content: "\f05d"; }
171
+ .#{$olicons-class-name}-max-people:before { content: "\f05e"; }
172
+
173
+ .#{$olicons-class-name}-wlan:before { content: "\f061"; }
174
+ .#{$olicons-class-name}-beamer:before { content: "\f062"; }
175
+ .#{$olicons-class-name}-microphone:before { content: "\f063"; }
176
+ .#{$olicons-class-name}-sockets:before { content: "\f064"; }
177
+ .#{$olicons-class-name}-internet:before { content: "\f065"; }
178
+ .#{$olicons-class-name}-electricity:before { content: "\f066"; }
179
+ .#{$olicons-class-name}-coffee:before { content: "\f067"; }
180
+ .#{$olicons-class-name}-water:before { content: "\f068"; }
181
+ .#{$olicons-class-name}-pizza:before { content: "\f069"; }
182
+ .#{$olicons-class-name}-burger:before { content: "\f06a"; }
183
+ .#{$olicons-class-name}-drinks:before { content: "\f06b"; }
184
+ .#{$olicons-class-name}-fast-food:before { content: "\f06c"; }
185
+ .#{$olicons-class-name}-waiter:before { content: "\f06d"; }
186
+ .#{$olicons-class-name}-wine:before { content: "\f06e"; }
187
+
188
+ .#{$olicons-class-name}-dishes:before { content: "\f071"; }
189
+ .#{$olicons-class-name}-stove:before { content: "\f072"; }
190
+ .#{$olicons-class-name}-conference:before { content: "\f073"; }
191
+ .#{$olicons-class-name}-classroom:before { content: "\f074"; }
192
+ .#{$olicons-class-name}-banquet:before { content: "\f075"; }
193
+ .#{$olicons-class-name}-theatre:before { content: "\f076"; }
194
+ .#{$olicons-class-name}-u-shape:before { content: "\f077"; }
195
+ .#{$olicons-class-name}-workspace:before { content: "\f078"; }
196
+ .#{$olicons-class-name}-men:before { content: "\f079"; }
197
+ .#{$olicons-class-name}-woman:before { content: "\f07a"; }
198
+ .#{$olicons-class-name}-company:before { content: "\f07b"; }
199
+ .#{$olicons-class-name}-store:before { content: "\f07c"; }
200
+ .#{$olicons-class-name}-bar:before { content: "\f07d"; }
201
+ .#{$olicons-class-name}-restaurant:before { content: "\f07e"; }
202
+
203
+ .#{$olicons-class-name}-men-investor:before { content: "\f081"; }
204
+ .#{$olicons-class-name}-men-work:before { content: "\f082"; }
205
+ .#{$olicons-class-name}-men-business:before { content: "\f083"; }
206
+ .#{$olicons-class-name}-men-normal:before { content: "\f084"; }
207
+ .#{$olicons-class-name}-men-business2:before { content: "\f085"; }
208
+ .#{$olicons-class-name}-men-dev:before { content: "\f086"; }
209
+ .#{$olicons-class-name}-men-html:before { content: "\f087"; }
210
+ .#{$olicons-class-name}-plus-contact:before { content: "\f088"; }
211
+ .#{$olicons-class-name}-plus-picture:before { content: "\f089"; }
212
+ .#{$olicons-class-name}-plus-company:before { content: "\f08a"; }
213
+ .#{$olicons-class-name}-plus-company-contact:before { content: "\f08b"; }
214
+ .#{$olicons-class-name}-ruby:before { content: "\f08c"; }
215
+ .#{$olicons-class-name}-html5:before { content: "\f08d"; }
216
+ .#{$olicons-class-name}-facebook:before { content: "\f08e"; }
217
+
218
+ .#{$olicons-class-name}-facebook-block:before { content: "\f091"; }
219
+ .#{$olicons-class-name}-google:before { content: "\f092"; }
220
+ .#{$olicons-class-name}-google-block:before { content: "\f093"; }
221
+ .#{$olicons-class-name}-google-cut:before { content: "\f094"; }
222
+ .#{$olicons-class-name}-google-cut-block:before { content: "\f095"; }
223
+ .#{$olicons-class-name}-twitter:before { content: "\f096"; }
224
+ .#{$olicons-class-name}-twitter-block:before { content: "\f097"; }
225
+ .#{$olicons-class-name}-linkedin:before { content: "\f098"; }
226
+ .#{$olicons-class-name}-linkedin-block:before { content: "\f099"; }
227
+ .#{$olicons-class-name}-xing:before { content: "\f09a"; }
228
+ .#{$olicons-class-name}-xing-block:before { content: "\f09b"; }
229
+ .#{$olicons-class-name}-qr-code:before { content: "\f09c"; }
230
+ .#{$olicons-class-name}-barcode:before { content: "\f09d"; }
231
+ .#{$olicons-class-name}-cash:before { content: "\f09e"; }
232
+
233
+ .#{$olicons-class-name}-gift:before { content: "\f101"; }
234
+
235
+
236
+
237
+
238
+ // .#{$olicons-class-name}-:before { content: "\f001"; }
239
+ // .#{$olicons-class-name}-:before { content: "\f002"; }
240
+ // .#{$olicons-class-name}-:before { content: "\f003"; }
241
+ // .#{$olicons-class-name}-:before { content: "\f004"; }
242
+ // .#{$olicons-class-name}-:before { content: "\f005"; }
243
+ // .#{$olicons-class-name}-:before { content: "\f006"; }
244
+ // .#{$olicons-class-name}-:before { content: "\f007"; }
245
+ // .#{$olicons-class-name}-:before { content: "\f008"; }
246
+ // .#{$olicons-class-name}-:before { content: "\f009"; }
247
+ // .#{$olicons-class-name}-:before { content: "\f00a"; }
248
+ // .#{$olicons-class-name}-:before { content: "\f00b"; }
249
+ // .#{$olicons-class-name}-:before { content: "\f00c"; }
250
+ // .#{$olicons-class-name}-:before { content: "\f00d"; }
251
+ // .#{$olicons-class-name}-:before { content: "\f00e"; }
252
+
253
+
254
+ /* 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 */
255
+
256
+
257
+
258
+
@@ -0,0 +1,60 @@
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
+ &.left { text-align: left; }
11
+ &.right { text-align: right; }
12
+
13
+ &.full {
14
+ margin: 0 40px !important;
15
+ }
16
+
17
+ &.tight, &.extra-tight, &.ultra-tight {
18
+ // margin: 0 15%;
19
+ // width: 90%;
20
+ margin: 0 30px !important;
21
+ // max-width: 1000px;
22
+ }
23
+ .presenter {
24
+ min-height: 50px;
25
+ overflow: hidden;
26
+ text-align: center;
27
+ }
28
+
29
+ &.top { z-index: 15; }
30
+ // min-width: 320px;
31
+ }
32
+
33
+ @media only screen and (min-width: 760px) {
34
+
35
+ .corset {
36
+ &, &.tight, &.extra-tight, &.ultra-tight, &.full {
37
+ margin: 0 auto !important;
38
+ }
39
+ width: 90% !important;
40
+ &.tight { width: 70% !important; }
41
+ &.extra-tight { width: 60% !important; }
42
+ &.ultra-tight { width: 50% !important; }
43
+ &.full { width: 96% !important; margin: 0 auto !important; }
44
+ }
45
+
46
+ }
47
+
48
+ @media only screen and (min-width: 1200px) {
49
+
50
+ .corset {
51
+ width: 80% !important;
52
+ max-width: 1200px;
53
+ &.tight { width: 60% !important; }
54
+ &.extra-tight { width: 50% !important; }
55
+ &.ultra-tight { width: 40% !important; }
56
+ &.full { width: 90% !important; max-width: 1400px; }
57
+ }
58
+
59
+ }
60
+
@@ -0,0 +1,176 @@
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
+ }
21
+ }
22
+
23
+
24
+
25
+
26
+ .fixed-table, .layout-table, .inline_table {
27
+ display: block; position: relative;
28
+ padding: 0; margin: 0;
29
+ & > * {
30
+ display: block; position: relative;
31
+ padding: 0; margin: 0;
32
+ vertical-align: top;
33
+ &.top { vertical-align: top; }
34
+ &.middle { vertical-align: middle; }
35
+ &.bottom { vertical-align: bottom; }
36
+
37
+ }
38
+ }
39
+
40
+
41
+ .inline_table, .newsfeed {
42
+ display: table; position: relative;
43
+ padding: 0; margin: 0;
44
+ width: 100%;
45
+ & > * {
46
+ display: table-cell;
47
+ border-collapse: separate;
48
+ &.top { vertical-align: top; }
49
+ &.middled { vertical-align: middle; }
50
+ &.bottom { vertical-align: bottom; }
51
+ &.aside {
52
+ width: 220px;
53
+ }
54
+ }
55
+ &.grid > * {
56
+ padding: 10px;
57
+ &:first-child { padding-left: 0; }
58
+ &:last-child { padding-right: 0; }
59
+ }
60
+ }
61
+
62
+
63
+
64
+
65
+
66
+ // basics/magic
67
+ // min-width: 750px
68
+ @include responsiveStep-sm {
69
+ .fullpage-table {
70
+ height: 100%;
71
+ max-height: 800px;
72
+ display: table;
73
+ top: 0; left: 0;
74
+ // z-index: 1;
75
+ & > .table-row {
76
+ display: table-row;
77
+ & > * {
78
+ display: table-cell;
79
+ vertical-align: middle;
80
+ // &.banner-box.responsive-hero > .corset { padding-bottom: 100px; }
81
+ .banner-footer { position: absolute; bottom: 0; left: 0; right: 0; }
82
+ }
83
+ & > .table-footer {
84
+ height: 50px; line-height: 50px; background-color: #fff;
85
+ & > .corset { max-height: 50px; overflow: hidden;}
86
+ }
87
+ &.top, &.top > * { vertical-align: top; }
88
+ &.middle, &.middle > * { vertical-align: middle; }
89
+ &.bottom, &.bottom > * { vertical-align: bottom; }
90
+
91
+ }
92
+ .fill { height: 100%; }
93
+ }
94
+ div.table {
95
+ height: 100%;
96
+ display: table;
97
+ top: 0; left: 0;
98
+ & > .tr, & > .row, & > .table-row {
99
+ display: table-row;
100
+ & > .td, & > .th, & > .cell {
101
+ display: table-cell;
102
+ vertical-align: middle;
103
+ padding: 10px;
104
+ &.top { vertical-align: top; }
105
+ &.bottom { vertical-align: bottom; }
106
+ }
107
+ }
108
+ }
109
+
110
+ .fixed-table, .layout-table {
111
+ display: table;
112
+ width: 100%;
113
+ & > * {
114
+ display: table-cell;
115
+ border-collapse: separate;
116
+ &.feature-pic {
117
+ width: 140px;
118
+ }
119
+ }
120
+ &.grid > * {
121
+ padding: 10px;
122
+ &:first-child { padding-left: 0; }
123
+ &:last-child { padding-right: 0; }
124
+ }
125
+ }
126
+
127
+ .fixed-table {
128
+ table-layout:fixed;
129
+ & > * {
130
+ border-spacing: 10px;
131
+ }
132
+ &.boxed { max-width: 750px; margin: 0 auto; }
133
+ }
134
+
135
+
136
+
137
+ }
138
+
139
+ @include responsiveStep-md {
140
+ .fixed-table {
141
+ &.boxed { max-width: 970px; }
142
+ & > * {
143
+ // .header-text-home { padding: 0; }
144
+ .img-ipad-home { margin: 0 10%; }
145
+ }
146
+ }
147
+ }
148
+
149
+ @include responsiveStep-lg {
150
+ .fixed-table {
151
+ &.boxed { max-width: 1170px; }
152
+ // & > * {
153
+ // .header-text-home { padding: 0; }
154
+ // .img-ipad-home { margin: 0 20%; }
155
+ // }
156
+ }
157
+ }
158
+
159
+
160
+ .modal-content .fullpage-table {
161
+ display: block;
162
+ & > .table-row {
163
+ display: block;
164
+ & > * { display: block; }
165
+ }
166
+ }
167
+
168
+
169
+ // min-width: 1400px
170
+ // @include responsiveStep-2 {
171
+ // .responsive-hero {
172
+ // h1.loud { font-size: 80px; line-height: 90px; font-weight: 700; }
173
+ // p.loud { font-size: 30px; line-height: 40px; }
174
+ // }
175
+ // }
176
+
@@ -0,0 +1,126 @@
1
+ .section {
2
+ display: block; position: relative;
3
+ margin: 0;
4
+ padding: 42px 0 50px;
5
+ // background: $white;
6
+ background: $main-bg;
7
+ text-align: center;
8
+ z-index: 1;
9
+ font-size: $font-size-base;
10
+ .corset, .container { background: inherit; }
11
+
12
+ h1, h2, h3, h4, h5, h6, p {
13
+ margin-bottom: 10px;
14
+ }
15
+
16
+ &.shine-top {
17
+ overflow: hidden;
18
+ &:before {
19
+ display: block; position: absolute; content: ""; z-index: 11;
20
+ margin: 0; padding: 0;
21
+ bottom: 100%; left: 10%; right: 10%; height: 100px;
22
+ @include spezial_radius( 500px / 20px );
23
+ @include box-shadow( 0 5px 20px 0 rgba(0,0,0,.23) );
24
+ }
25
+ }
26
+ &.shine-bottom {
27
+ overflow: hidden;
28
+ &:after {
29
+ display: block; position: absolute; content: ""; z-index: 11;
30
+ margin: 0; padding: 0;
31
+ top: 100%; left: 10%; right: 10%; height: 100px;
32
+ @include spezial_radius( 500px / 20px );
33
+ @include box-shadow( 0 -5px 20px 0 rgba(0,0,0,.23) );
34
+ }
35
+ }
36
+
37
+ &.hard-top {
38
+ border-top: solid 1px $main-border-color;
39
+ @include box-shadow( inset 0 1px 1px 0 rgba(255,255,255,.75) );
40
+ }
41
+
42
+ &.dotted-top {
43
+ border-top: dotted 2px $gray-light;
44
+ @include box-shadow( inset 0 1px 1px 0 rgba(255,255,255,.75) );
45
+ }
46
+
47
+
48
+ &.compact { padding-top: 10px; padding-bottom: 10px; }
49
+
50
+ &.flatted { padding-top: 30px; padding-bottom: 30px; }
51
+
52
+ &.flat { padding-top: 0; padding-bottom: 0; }
53
+ &.fat { padding-top: 62px; padding-bottom: 70px; }
54
+
55
+
56
+ &.flat-top { padding-top: 0; }
57
+ &.flat-bottom { padding-bottom: 0; }
58
+
59
+ // @include all_inputs { background: $white; }
60
+
61
+ textarea { background: $dark-bg; }
62
+
63
+ &.dark {
64
+ background: $dark-bg;
65
+ .three-previews .preview { border-color: $main-border-color; }
66
+ input.half, textarea.half, textarea { background: $white; }
67
+ @include all_inputs {
68
+ background: $white;
69
+ }
70
+ }
71
+ &.bright {
72
+ background: $white;
73
+ @include all_inputs { background: $main-bg; }
74
+ textarea { background: $dark-bg; }
75
+ }
76
+ &.brand { background: $brand-color; }
77
+ &.blank { background: transparent; }
78
+
79
+ &.head {
80
+ z-index: 2;
81
+ background: #fff;
82
+ padding: 10px 0;
83
+ h1, h2, .h1, .h2 {
84
+ margin: 0; padding: 0;
85
+ line-height: 30px;
86
+ font-size: 20px;
87
+ color: $brand-color;
88
+ text-align: left;
89
+ small { color: #999; }
90
+ }
91
+ }
92
+ }
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+ @media only screen and (min-width: 760px) {
104
+
105
+
106
+ .section {
107
+ .half, .btn.half, input.half, select.half, textarea.half {
108
+ margin: 0 auto 10px;
109
+ width: 50%;
110
+ }
111
+ }
112
+
113
+ }
114
+
115
+ @media only screen and (min-width: 1200px) {
116
+
117
+ .section {
118
+ .half, .btn.half, input.half, select.half, textarea.half {
119
+ margin: 0 auto 10px;
120
+ width: 40%;
121
+ }
122
+ }
123
+
124
+ }
125
+
126
+