reimagine2 2.0.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +29 -0
  3. data/Gemfile +20 -0
  4. data/Gemfile.lock +199 -0
  5. data/LICENSE +20 -0
  6. data/Procfile +1 -0
  7. data/README.md +28 -0
  8. data/Rakefile +42 -0
  9. data/app/assets/fonts/reimagine2/proxima/proximanova-bold.ttf +0 -0
  10. data/app/assets/fonts/reimagine2/proxima/proximanova-bold.woff +0 -0
  11. data/app/assets/fonts/reimagine2/proxima/proximanova-boldit.ttf +0 -0
  12. data/app/assets/fonts/reimagine2/proxima/proximanova-boldit.woff +0 -0
  13. data/app/assets/fonts/reimagine2/proxima/proximanova-regular.ttf +0 -0
  14. data/app/assets/fonts/reimagine2/proxima/proximanova-regular.woff +0 -0
  15. data/app/assets/fonts/reimagine2/proxima/proximanova-regularit.ttf +0 -0
  16. data/app/assets/fonts/reimagine2/proxima/proximanova-regularit.woff +0 -0
  17. data/app/assets/fonts/reimagine2/ss-social/ss-social-circle.eot +0 -0
  18. data/app/assets/fonts/reimagine2/ss-social/ss-social-circle.svg +151 -0
  19. data/app/assets/fonts/reimagine2/ss-social/ss-social-circle.ttf +0 -0
  20. data/app/assets/fonts/reimagine2/ss-social/ss-social-circle.woff +0 -0
  21. data/app/assets/fonts/reimagine2/ss-social/ss-social-regular.eot +0 -0
  22. data/app/assets/fonts/reimagine2/ss-social/ss-social-regular.svg +142 -0
  23. data/app/assets/fonts/reimagine2/ss-social/ss-social-regular.ttf +0 -0
  24. data/app/assets/fonts/reimagine2/ss-social/ss-social-regular.woff +0 -0
  25. data/app/assets/fonts/reimagine2/ss-standard/ss-standard.eot +0 -0
  26. data/app/assets/fonts/reimagine2/ss-standard/ss-standard.svg +316 -0
  27. data/app/assets/fonts/reimagine2/ss-standard/ss-standard.ttf +0 -0
  28. data/app/assets/fonts/reimagine2/ss-standard/ss-standard.woff +0 -0
  29. data/app/assets/images/reimagine2/favicon.ico +0 -0
  30. data/app/assets/javascripts/reimagine2.js +6 -0
  31. data/app/assets/javascripts/reimagine2/accessible_custom_select.coffee +43 -0
  32. data/app/assets/javascripts/reimagine2/base.coffee +6 -0
  33. data/app/assets/javascripts/reimagine2/foundation.js +3 -0
  34. data/app/assets/stylesheets/reimagine2.css.sass +15 -0
  35. data/app/assets/stylesheets/reimagine2/_challengepost.sass +4 -0
  36. data/app/assets/stylesheets/reimagine2/_components.sass +1 -0
  37. data/app/assets/stylesheets/reimagine2/_config.sass +1 -0
  38. data/app/assets/stylesheets/reimagine2/_export.sass +7 -0
  39. data/app/assets/stylesheets/reimagine2/_fonts.sass +4 -0
  40. data/app/assets/stylesheets/reimagine2/_foundation.sass +10 -0
  41. data/app/assets/stylesheets/reimagine2/_foundation_and_overrides.sass +2 -0
  42. data/app/assets/stylesheets/reimagine2/_helpers.sass +4 -0
  43. data/app/assets/stylesheets/reimagine2/_ie.sass +3 -0
  44. data/app/assets/stylesheets/reimagine2/challengepost/_footer.sass +22 -0
  45. data/app/assets/stylesheets/reimagine2/challengepost/_simple_form.sass +34 -0
  46. data/app/assets/stylesheets/reimagine2/components/.keep +0 -0
  47. data/app/assets/stylesheets/reimagine2/components/_tabs.sass +57 -0
  48. data/app/assets/stylesheets/reimagine2/config/_challengepost_config.sass +23 -0
  49. data/app/assets/stylesheets/reimagine2/config/_colors.sass +5 -0
  50. data/app/assets/stylesheets/reimagine2/fonts/proxima/_proxima.css.scss +61 -0
  51. data/app/assets/stylesheets/reimagine2/fonts/symbolset/_ss-social.css.scss +61 -0
  52. data/app/assets/stylesheets/reimagine2/fonts/symbolset/_ss-standard.css.scss +51 -0
  53. data/app/assets/stylesheets/reimagine2/foundation/_build.scss +56 -0
  54. data/app/assets/stylesheets/reimagine2/foundation/_config.sass +3 -0
  55. data/app/assets/stylesheets/reimagine2/foundation/_extensions.sass +9 -0
  56. data/app/assets/stylesheets/reimagine2/foundation/_foundation_config.scss +1303 -0
  57. data/app/assets/stylesheets/reimagine2/foundation/extensions/_accessible_custom_select.sass +18 -0
  58. data/app/assets/stylesheets/reimagine2/foundation/extensions/_block_grid.sass +3 -0
  59. data/app/assets/stylesheets/reimagine2/foundation/extensions/_buttons.sass +39 -0
  60. data/app/assets/stylesheets/reimagine2/foundation/extensions/_custom_forms.sass +2 -0
  61. data/app/assets/stylesheets/reimagine2/foundation/extensions/_forms.sass +38 -0
  62. data/app/assets/stylesheets/reimagine2/foundation/extensions/_global.sass +2 -0
  63. data/app/assets/stylesheets/reimagine2/foundation/extensions/_inline_list.sass +7 -0
  64. data/app/assets/stylesheets/reimagine2/foundation/extensions/_pricing_table.sass +6 -0
  65. data/app/assets/stylesheets/reimagine2/foundation/extensions/_type.sass +18 -0
  66. data/app/assets/stylesheets/reimagine2/helpers/_block_wrapper_link.sass +16 -0
  67. data/app/assets/stylesheets/reimagine2/helpers/_cleafix.sass +2 -0
  68. data/app/assets/stylesheets/reimagine2/helpers/_effects.sass +5 -0
  69. data/app/assets/stylesheets/reimagine2/helpers/_text.sass +23 -0
  70. data/app/assets/stylesheets/reimagine2/helpers/_visibility.sass +42 -0
  71. data/app/assets/stylesheets/reimagine2/ie/_grid.sass +7 -0
  72. data/app/assets/stylesheets/reimagine2/ie/_visibility.sass +124 -0
  73. data/app/assets/stylesheets/reimagine2/mixins/_bold.sass +5 -0
  74. data/app/assets/stylesheets/reimagine2/reimagine1/_reset_row.sass +3 -0
  75. data/app/views/layout/reimagine2/_typekit.html.erb +2 -0
  76. data/app/views/reimagine2/_accessible_custom_select.html.erb +23 -0
  77. data/app/views/reimagine2/_twelve_columns.html.erb +5 -0
  78. data/app/views/reimagine2/challengepost/_footer.html.erb +38 -0
  79. data/lib/reimagine2.rb +1 -0
  80. data/lib/reimagine2/engine.rb +8 -0
  81. data/lib/reimagine2/version.rb +3 -0
  82. data/reimagine2.gemspec +34 -0
  83. data/spec/acceptance/acceptance_helper.rb +4 -0
  84. data/spec/acceptance/reimagine2_integration_spec.rb +29 -0
  85. data/spec/acceptance/shared_views_spec.rb +9 -0
  86. data/spec/dummy/Rakefile +7 -0
  87. data/spec/dummy/app/assets/javascripts/application.js +0 -0
  88. data/spec/dummy/app/assets/stylesheets/application.css +9 -0
  89. data/spec/dummy/app/assets/stylesheets/reimagine2/_foundation_and_overrides.sass +1 -0
  90. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  91. data/spec/dummy/app/controllers/shared_views_controller.rb +5 -0
  92. data/spec/dummy/app/views/application/buttons.html.erb +113 -0
  93. data/spec/dummy/app/views/application/forms.html.erb +22 -0
  94. data/spec/dummy/app/views/application/show.html.erb +207 -0
  95. data/spec/dummy/app/views/application/tabs.html.erb +22 -0
  96. data/spec/dummy/app/views/application/type.html.erb +119 -0
  97. data/spec/dummy/app/views/layouts/application.html.erb +34 -0
  98. data/spec/dummy/app/views/shared_views/large_12.html.erb +3 -0
  99. data/spec/dummy/config.ru +4 -0
  100. data/spec/dummy/config/application.rb +48 -0
  101. data/spec/dummy/config/boot.rb +10 -0
  102. data/spec/dummy/config/environment.rb +5 -0
  103. data/spec/dummy/config/environments/development.rb +29 -0
  104. data/spec/dummy/config/environments/test.rb +33 -0
  105. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  106. data/spec/dummy/config/initializers/session_store.rb +8 -0
  107. data/spec/dummy/config/routes.rb +9 -0
  108. data/spec/dummy/log/.gitkeep +0 -0
  109. data/spec/dummy/public/doc1.html +2870 -0
  110. data/spec/dummy/public/doc2.html +707 -0
  111. data/spec/dummy/script/rails +6 -0
  112. data/spec/spec_helper.rb +34 -0
  113. data/vendor/assets/stylesheets/_normalize.scss +402 -0
  114. metadata +339 -0
@@ -0,0 +1,6 @@
1
+ //= require jquery
2
+ //= require jquery_ujs
3
+
4
+ //= require 'reimagine2/foundation'
5
+ //= require 'reimagine2/base'
6
+ //= require 'reimagine2/accessible_custom_select'
@@ -0,0 +1,43 @@
1
+ class AccessibleCustomDrowpDownBuilder
2
+ constructor: (@$wrapper) ->
3
+ @build()
4
+
5
+ build: ->
6
+ @init()
7
+ @bind()
8
+ @ready()
9
+
10
+ init: ->
11
+ @$select = @$wrapper.find('select')
12
+ @$label = @$wrapper.find('.accessible-dropdown-label')
13
+ @$value = @$label.find('.accessible-dropdown-value')
14
+
15
+ @changedLabel()
16
+
17
+ bind: ->
18
+ @$select.on 'change keyup', @changedLabel
19
+ @$select.on 'focusin', @highlightWrapper
20
+ @$select.on 'focusout', @lowlightWrapper
21
+
22
+ highlightWrapper: =>
23
+ @$wrapper.addClass('focus')
24
+
25
+ lowlightWrapper: =>
26
+ @$wrapper.removeClass('focus')
27
+
28
+ changedLabel: =>
29
+ labelText = @$select.find(":selected").text()
30
+ @$value.text(labelText)
31
+
32
+ ready: ->
33
+ @$select.addClass('transparent accessible-dropdown-ready')
34
+
35
+ @$label.addClass('custom dropdown initialized')
36
+ @$label.removeClass('hide')
37
+
38
+ class AccessibleCustomDropdown
39
+ @setup: ->
40
+ $('.accessible-dropdown:not(.initialized)').each ->
41
+ new AccessibleCustomDrowpDownBuilder($(@))
42
+
43
+ @Reimagine2.AccessibleCustomDropdown = AccessibleCustomDropdown
@@ -0,0 +1,6 @@
1
+ class Reimagine2
2
+ constructor: ->
3
+ unless $('html').hasClass('lt-ie9')
4
+ $(document).foundation()
5
+
6
+ @Reimagine2 = Reimagine2
@@ -0,0 +1,3 @@
1
+ //= require foundation/foundation
2
+ //= require foundation/foundation.topbar
3
+ //= require foundation/foundation.reveal
@@ -0,0 +1,15 @@
1
+ @charset "UTF-8"
2
+
3
+ @import 'reimagine2/config'
4
+
5
+ @import 'compass'
6
+
7
+ @import 'reimagine2/foundation'
8
+
9
+ @import 'reimagine2/components'
10
+ @import 'reimagine2/helpers'
11
+
12
+ @import 'reimagine2/ie'
13
+
14
+ @import 'reimagine2/challengepost'
15
+ @import 'reimagine2/fonts'
@@ -0,0 +1,4 @@
1
+ // styles for the challengepost platform
2
+
3
+ @import 'challengepost/simple_form'
4
+ @import 'challengepost/footer'
@@ -0,0 +1 @@
1
+ @import 'components/tabs'
@@ -0,0 +1 @@
1
+ @import 'reimagine2/config/colors'
@@ -0,0 +1,7 @@
1
+ // this file is meant to export variables
2
+ // to be used in other projects. We should not
3
+ // need to import it within reimagine2.
4
+ $include-html-classes: false
5
+ @import 'reimagine2/foundation/config'
6
+ @import 'foundation/components/global'
7
+ @import 'reimagine2/config'
@@ -0,0 +1,4 @@
1
+ //this file can be made a partial when we remove reimagine v1
2
+ @import "reimagine2/fonts/symbolset/ss-social"
3
+ @import "reimagine2/fonts/symbolset/ss-standard"
4
+ @import "reimagine2/fonts/proxima/proxima"
@@ -0,0 +1,10 @@
1
+ @import 'foundation/config'
2
+ // override this in your own project see file for more information
3
+ @import 'reimagine2/foundation_and_overrides'
4
+
5
+ // this is to fight with reimage v1
6
+ // which defines some styles on .row
7
+ @import 'reimagine2/reimagine1/reset_row'
8
+
9
+ @import 'foundation/build'
10
+ @import 'foundation/extensions'
@@ -0,0 +1,2 @@
1
+ // override configuration options for reimagine2 and foundation components
2
+
@@ -0,0 +1,4 @@
1
+ @import 'helpers/block_wrapper_link'
2
+ @import 'helpers/effects'
3
+ @import 'helpers/text'
4
+ @import 'helpers/visibility'
@@ -0,0 +1,3 @@
1
+ .lt-ie9
2
+ @import 'ie/grid'
3
+ @import 'ie/visibility'
@@ -0,0 +1,22 @@
1
+ #challengepost-footer
2
+ background-color: $challengepost-footer-background-color
3
+ color: $challengepost-footer-font-color
4
+
5
+ .inline-list
6
+ margin-left: -(emCalc(22))
7
+
8
+ li
9
+ margin-left: emCalc(22)
10
+
11
+ a
12
+ +link-colors($challengepost-footer-font-color, $hover: white, $active: white, $focus: white)
13
+
14
+ ul
15
+ margin-bottom: 0
16
+
17
+ #site-footer-social a
18
+ font-size: 2em
19
+
20
+ #site-footer-legal
21
+ &, a
22
+ color: darken($challengepost-footer-font-color, 10%)
@@ -0,0 +1,34 @@
1
+ input[type="checkbox"]
2
+ margin-right: 0.5em
3
+
4
+ label
5
+ color: $header-font-color
6
+
7
+ &.checkbox
8
+ color: $body-font-color
9
+ font-weight: normal
10
+
11
+ abbr[title]
12
+ color: $error-color
13
+ border-bottom: 0
14
+
15
+ form .input
16
+ margin-bottom: emCalc(24)
17
+
18
+ .check_boxes, .radio_buttons
19
+ label:first-child
20
+ margin-bottom: emCalc(10)
21
+
22
+ input[type="checkbox"],
23
+ input[type="radio"]
24
+ margin-bottom: emCalc(10)
25
+
26
+ .fieldWithErrors
27
+ input, textarea
28
+ border-color: $error-color
29
+
30
+ &:hover, &:focus
31
+ border-color: $error-color
32
+
33
+ .errors
34
+ color: $error-color
@@ -0,0 +1,57 @@
1
+ $include-html-tab-nav-classes: $include-html-classes !default
2
+
3
+ $tab-nav-spacing: emCalc(4) !default
4
+ $tab-nav-padding: emCalc(6 12) !default
5
+ $tab-nav-bg: darken(#fff, 5%) !default
6
+ $tab-nav-border-color: darken($tab-nav-bg, 10%) !default
7
+ $tab-nav-border-width: emCalc(1) !default
8
+
9
+ $tab-nav-active-bg: white !default
10
+ $tab-nav-active-border-color: $primary-color !default
11
+ $tab-nav-active-border-width: emCacl(3) !default
12
+ $tab-nav-active-color: $header-font-color !default
13
+
14
+ $tab-nav-extra-negative-spacing: 0 !default
15
+
16
+ @mixin tab-nav
17
+ margin-left: -($tab-nav-spacing + $tab-nav-extra-negative-spacing)
18
+ margin-bottom: 0
19
+ border-bottom: $tab-nav-border-width solid $tab-nav-border-color
20
+
21
+ li, a
22
+ display: block
23
+
24
+ @media #{$small}
25
+ border-bottom: none
26
+
27
+ li, a
28
+ display: inline-block
29
+
30
+ li
31
+ list-style: none
32
+ margin-left: $tab-nav-spacing
33
+
34
+ .active, li:hover, li:focus
35
+ a
36
+ color: $header-font-color
37
+ background-color: white
38
+
39
+ a
40
+ padding: $tab-nav-padding
41
+ border: $tab-nav-border-width solid $tab-nav-border-color
42
+ border-bottom: 0
43
+ background: $tab-nav-bg
44
+
45
+ .active a
46
+ cursor: default
47
+ border: none
48
+ border-top: 3px solid $tab-nav-active-border-color
49
+ margin-top: $tab-nav-active-border-width - $tab-nav-border-width
50
+
51
+ .active a, a:hover, a:focus
52
+ color: $tab-nav-active-color
53
+ background: $tab-nav-active-bg
54
+
55
+ @if $include-html-tab-nav-classes != false
56
+ .tab-nav
57
+ +tab-nav
@@ -0,0 +1,23 @@
1
+ // Tab-nav
2
+
3
+ // $include-html-tab-nav-classes: $include-html-classes
4
+
5
+ // Inactive tabs
6
+
7
+ // $tab-nav-spacing: emCalc(8)
8
+ // $tab-nav-padding: emCalc(0 8)
9
+ // $tab-nav-bg: darken(#fff, 5%)
10
+ // $tab-nav-border-color: darken($tab-nav-bg, 10%)
11
+ // $tab-nav-border-width: emCalc(1)
12
+
13
+ // Active tabs
14
+
15
+ // $tab-nav-active-bg: white
16
+ // $tab-nav-active-border-color: $primary-color
17
+ // $tab-nav-active-border-width: emCacl(3)
18
+ // $tab-nav-active-color: $header-font-color
19
+
20
+ // It may make sense to need it to align with the .row when
21
+ // inside a .columns.
22
+
23
+ // $tab-nav-extra-negative-spacing: 0
@@ -0,0 +1,5 @@
1
+ // define your colors here
2
+ $challengepost-footer-background-color: #303133
3
+ $challengepost-footer-font-color: #adadad
4
+
5
+ $error-color: #ff0000
@@ -0,0 +1,61 @@
1
+ /* @license
2
+ * MyFonts Webfont Build ID 2687000, 2013-11-12T11:24:51-0500
3
+ *
4
+ * The fonts listed in this notice are subject to the End User License
5
+ * Agreement(s) entered into by the website owner. All other parties are
6
+ * explicitly restricted from using the Licensed reimagine2/proxima(s).
7
+ *
8
+ * You may obtain a valid license at the font-urls below.
9
+ *
10
+ * Webfont: Proxima Nova Italic by Mark Simonson
11
+ * font-url: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular-it/
12
+ *
13
+ * Webfont: Proxima Nova Bold Italic by Mark Simonson
14
+ * font-url: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold-it/
15
+ *
16
+ * Webfont: Proxima Nova Regular by Mark Simonson
17
+ * font-url: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
18
+ *
19
+ * Webfont: Proxima Nova Bold by Mark Simonson
20
+ * font-url: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
21
+ *
22
+ *
23
+ * License: http://www.myfonts.com/viewlicense?type=web&buildid=2687000
24
+ * Licensed pageviews: 1,000,000
25
+ * reimagine2/proxima copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
26
+ *
27
+ * © 2013 MyFonts Inc
28
+ */
29
+ @font-face {
30
+ font-family: 'ProximaNova';
31
+ font-style: normal;
32
+ font-weight: 400;
33
+ src: font-url('reimagine2/proxima/proximanova-regular.woff') format('woff'),
34
+ font-url('reimagine2/proxima/proximanova-regular.ttf') format('truetype');
35
+ }
36
+
37
+
38
+ @font-face {
39
+ font-family: 'ProximaNova';
40
+ font-style: normal;
41
+ font-weight: 600;
42
+ src: font-url('reimagine2/proxima/proximanova-bold.woff') format('woff'),
43
+ font-url('reimagine2/proxima/proximanova-bold.ttf') format('truetype');
44
+ }
45
+
46
+
47
+ @font-face {
48
+ font-family: 'ProximaNova';
49
+ font-style: italic;
50
+ font-weight: 400;
51
+ src: font-url('reimagine2/proxima/proximanova-regularit.woff') format('woff'),
52
+ font-url('reimagine2/proxima/proximanova-boldit.ttf') format('truetype');
53
+ }
54
+
55
+ @font-face {
56
+ font-family: 'ProximaNova';
57
+ font-style: italic;
58
+ font-weight: 600;
59
+ src: font-url('reimagine2/proxima/proximanova-boldit.woff') format('woff'),
60
+ font-url('reimagine2/proxima/proximanova-boldit.ttf') format('truetype');
61
+ }
@@ -0,0 +1,61 @@
1
+ /*
2
+ * Symbolset
3
+ * www.symbolset.com
4
+ * Copyright © 2012 Oak Studios LLC
5
+ *
6
+ * Upload this file to your web server
7
+ * and place this within your <head> tags.
8
+ * <link href="webfonts/ss-social.css" rel="stylesheet" />
9
+ */
10
+
11
+ @font-face {
12
+ font-family: "SSSocial";
13
+ src: font-url('reimagine2/ss-social/ss-social-circle.eot');
14
+ src: font-url('reimagine2/ss-social/ss-social-circle.eot?#iefix') format('embedded-opentype'),
15
+ font-url('reimagine2/ss-social/ss-social-circle.woff') format('woff'),
16
+ font-url('reimagine2/ss-social/ss-social-circle.ttf') format('truetype'),
17
+ font-url('reimagine2/ss-social/ss-social-circle.svg#SSSocialCircle') format('svg');
18
+ font-weight: bold;
19
+ font-style: normal;
20
+ }
21
+
22
+ @font-face {
23
+ font-family: "SSSocial";
24
+ src: font-url('reimagine2/ss-social/ss-social-regular.eot');
25
+ src: font-url('reimagine2/ss-social/ss-social-regular.eot?#iefix') format('embedded-opentype'),
26
+ font-url('reimagine2/ss-social/ss-social-regular.woff') format('woff'),
27
+ font-url('reimagine2/ss-social/ss-social-regular.ttf') format('truetype'),
28
+ font-url('reimagine2/ss-social/ss-social-regular.svg#SSSocialRegular') format('svg');
29
+ font-weight: normal;
30
+ font-style: normal;
31
+ }
32
+
33
+ .ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
34
+ [class^="ss-"]:before, [class*=" ss-"]:before,
35
+ [class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
36
+ [class^="ss-"].right:after, [class*=" ss-"].right:after,
37
+ [class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after{
38
+ font-family: "SSSocial";
39
+ font-style: normal;
40
+ font-weight: normal;
41
+ text-decoration: none;
42
+ text-rendering: optimizeLegibility;
43
+ white-space: nowrap;
44
+ -webkit-font-feature-settings: "liga";
45
+ -moz-font-feature-settings: "liga=1";
46
+ -moz-font-feature-settings: "liga";
47
+ -ms-font-feature-settings: "liga" 1;
48
+ -o-font-feature-settings: "liga";
49
+ font-feature-settings: "liga";
50
+ -webkit-font-smoothing: antialiased;
51
+ }
52
+
53
+ .ss-icon.ss-social-circle,
54
+ [class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
55
+ [class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after{
56
+ font-weight: bold;
57
+ }
58
+
59
+ [class^="ss-"].right:before, [class^="ss-"][class*=" ss-social"].right:before{display:none;content:'';}
60
+
61
+ .ss-facebook:before,.ss-facebook.right:after{content:''}.ss-twitter:before,.ss-twitter.right:after{content:''}.ss-linkedin:before,.ss-linkedin.right:after{content:''}.ss-googleplus:before,.ss-googleplus.right:after{content:''}.ss-tumblr:before,.ss-tumblr.right:after{content:''}.ss-wordpress:before,.ss-wordpress.right:after{content:''}.ss-blogger:before,.ss-blogger.right:after{content:''}.ss-posterous:before,.ss-posterous.right:after{content:''}.ss-youtube:before,.ss-youtube.right:after{content:''}.ss-vimeo:before,.ss-vimeo.right:after{content:''}.ss-flickr:before,.ss-flickr.right:after{content:''}.ss-instagram:before,.ss-instagram.right:after{content:''}.ss-pinterest:before,.ss-pinterest.right:after{content:''}.ss-dribbble:before,.ss-dribbble.right:after{content:''}.ss-behance:before,.ss-behance.right:after{content:''}.ss-github:before,.ss-github.right:after{content:''}.ss-octocat:before,.ss-octocat.right:after{content:''}.ss-paypal:before,.ss-paypal.right:after{content:''}.ss-foursquare:before,.ss-foursquare.right:after{content:''}.ss-skype:before,.ss-skype.right:after{content:''}.ss-rdio:before,.ss-rdio.right:after{content:''}.ss-spotify:before,.ss-spotify.right:after{content:''}.ss-lastfm:before,.ss-lastfm.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-like:before,.ss-like.right:after{content:'👍'}.ss-rss:before,.ss-rss.right:after{content:''}
@@ -0,0 +1,51 @@
1
+ /*
2
+ * Symbolset
3
+ * www.symbolset.com
4
+ * Copyright © 2012 Oak Studios LLC
5
+ *
6
+ * Upload this file to your web server
7
+ * and place this within your <head> tags.
8
+ * <link href="webfonts/ss-standard.css" rel="stylesheet" />
9
+ */
10
+
11
+ @font-face {
12
+ font-family: "SSStandard";
13
+ src: font-url('reimagine2/ss-standard/ss-standard.eot');
14
+ src: font-url('reimagine2/ss-standard/ss-standard.eot?#iefix') format('embedded-opentype'),
15
+ font-url('reimagine2/ss-standard/ss-standard.woff') format('woff'),
16
+ font-url('reimagine2/ss-standard/ss-standard.ttf') format('truetype'),
17
+ font-url('reimagine2/ss-standard/ss-standard.svg#SSStandard') format('svg');
18
+ font-weight: normal;
19
+ font-style: normal;
20
+ }
21
+
22
+ /* This triggers a redraw in IE to Fix IE8's :before content rendering. */
23
+ html:hover [class^="ss-"]{-ms-zoom: 1;}
24
+
25
+ .ss-icon, .ss-icon.ss-standard,
26
+ [class^="ss-"]:before, [class*=" ss-"]:before,
27
+ [class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
28
+ [class^="ss-"].right:after, [class*=" ss-"].right:after,
29
+ [class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
30
+ font-family: "SSStandard";
31
+ font-style: normal;
32
+ font-weight: normal;
33
+ text-decoration: none;
34
+ text-rendering: optimizeLegibility;
35
+ white-space: nowrap;
36
+ /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
37
+ -moz-font-feature-settings: "liga=1";
38
+ -moz-font-feature-settings: "liga";
39
+ -ms-font-feature-settings: "liga" 1;
40
+ -o-font-feature-settings: "liga";
41
+ font-feature-settings: "liga";
42
+ -webkit-font-smoothing: antialiased;
43
+ }
44
+
45
+ [class^="ss-"].right:before,
46
+ [class*=" ss-"].right:before{display:none;content:'';}
47
+
48
+ .ss-cursor:before,.ss-cursor.right:after{content:''}.ss-crosshair:before,.ss-crosshair.right:after{content:'⌖'}.ss-search:before,.ss-search.right:after{content:'🔎'}.ss-zoomin:before,.ss-zoomin.right:after{content:''}.ss-zoomout:before,.ss-zoomout.right:after{content:''}.ss-view:before,.ss-view.right:after{content:'👀'}.ss-attach:before,.ss-attach.right:after{content:'📎'}.ss-link:before,.ss-link.right:after{content:'🔗'}.ss-move:before,.ss-move.right:after{content:''}.ss-write:before,.ss-write.right:after{content:'✎'}.ss-writingdisabled:before,.ss-writingdisabled.right:after{content:''}.ss-erase:before,.ss-erase.right:after{content:'✐'}.ss-compose:before,.ss-compose.right:after{content:'📝'}.ss-lock:before,.ss-lock.right:after{content:'🔒'}.ss-unlock:before,.ss-unlock.right:after{content:'🔓'}.ss-key:before,.ss-key.right:after{content:'🔑'}.ss-backspace:before,.ss-backspace.right:after{content:'⌫'}.ss-ban:before,.ss-ban.right:after{content:'🚫'}.ss-trash:before,.ss-trash.right:after{content:''}.ss-target:before,.ss-target.right:after{content:'◎'}.ss-tag:before,.ss-tag.right:after{content:''}.ss-bookmark:before,.ss-bookmark.right:after{content:'🔖'}.ss-flag:before,.ss-flag.right:after{content:'⚑'}.ss-like:before,.ss-like.right:after{content:'👍'}.ss-dislike:before,.ss-dislike.right:after{content:'👎'}.ss-heart:before,.ss-heart.right:after{content:'♥'}.ss-halfheart:before,.ss-halfheart.right:after{content:''}.ss-star:before,.ss-star.right:after{content:'⋆'}.ss-halfstar:before,.ss-halfstar.right:after{content:''}.ss-sample:before,.ss-sample.right:after{content:''}.ss-crop:before,.ss-crop.right:after{content:''}.ss-layers:before,.ss-layers.right:after{content:''}.ss-fill:before,.ss-fill.right:after{content:''}.ss-stroke:before,.ss-stroke.right:after{content:''}.ss-phone:before,.ss-phone.right:after{content:'📞'}.ss-phonedisabled:before,.ss-phonedisabled.right:after{content:''}.ss-rss:before,.ss-rss.right:after{content:''}.ss-facetime:before,.ss-facetime.right:after{content:''}.ss-reply:before,.ss-reply.right:after{content:'↩'}.ss-send:before,.ss-send.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-inbox:before,.ss-inbox.right:after{content:'📥'}.ss-chat:before,.ss-chat.right:after{content:'💬'}.ss-ellipsischat:before,.ss-ellipsischat.right:after{content:''}.ss-ellipsis:before,.ss-ellipsis.right:after{content:'…'}.ss-user:before,.ss-user.right:after{content:'👤'}.ss-femaleuser:before,.ss-femaleuser.right:after{content:'👧'}.ss-users:before,.ss-users.right:after{content:'👥'}.ss-cart:before,.ss-cart.right:after{content:''}.ss-creditcard:before,.ss-creditcard.right:after{content:'💳'}.ss-dollarsign:before,.ss-dollarsign.right:after{content:'💲'}.ss-barchart:before,.ss-barchart.right:after{content:'📊'}.ss-piechart:before,.ss-piechart.right:after{content:''}.ss-box:before,.ss-box.right:after{content:'📦'}.ss-home:before,.ss-home.right:after{content:'⌂'}.ss-buildings:before,.ss-buildings.right:after{content:'🏢'}.ss-warehouse:before,.ss-warehouse.right:after{content:''}.ss-globe:before,.ss-globe.right:after{content:'🌎'}.ss-navigate:before,.ss-navigate.right:after{content:''}.ss-compass:before,.ss-compass.right:after{content:''}.ss-signpost:before,.ss-signpost.right:after{content:''}.ss-map:before,.ss-map.right:after{content:''}.ss-location:before,.ss-location.right:after{content:''}.ss-pin:before,.ss-pin.right:after{content:'📍'}.ss-database:before,.ss-database.right:after{content:''}.ss-hdd:before,.ss-hdd.right:after{content:''}.ss-music:before,.ss-music.right:after{content:'♫'}.ss-mic:before,.ss-mic.right:after{content:'🎤'}.ss-volume:before,.ss-volume.right:after{content:'🔈'}.ss-lowvolume:before,.ss-lowvolume.right:after{content:'🔉'}.ss-highvolume:before,.ss-highvolume.right:after{content:'🔊'}.ss-airplay:before,.ss-airplay.right:after{content:''}.ss-camera:before,.ss-camera.right:after{content:'📷'}.ss-picture:before,.ss-picture.right:after{content:'🌄'}.ss-video:before,.ss-video.right:after{content:'📹'}.ss-play:before,.ss-play.right:after{content:'▶'}.ss-pause:before,.ss-pause.right:after{content:''}.ss-stop:before,.ss-stop.right:after{content:'■'}.ss-record:before,.ss-record.right:after{content:'●'}.ss-rewind:before,.ss-rewind.right:after{content:'⏪'}.ss-fastforward:before,.ss-fastforward.right:after{content:'⏩'}.ss-skipback:before,.ss-skipback.right:after{content:'⏮'}.ss-skipforward:before,.ss-skipforward.right:after{content:'⏭'}.ss-eject:before,.ss-eject.right:after{content:'⏏'}.ss-repeat:before,.ss-repeat.right:after{content:'🔁'}.ss-replay:before,.ss-replay.right:after{content:'↺'}.ss-shuffle:before,.ss-shuffle.right:after{content:'🔀'}.ss-book:before,.ss-book.right:after{content:'📕'}.ss-openbook:before,.ss-openbook.right:after{content:'📖'}.ss-notebook:before,.ss-notebook.right:after{content:'📓'}.ss-newspaper:before,.ss-newspaper.right:after{content:'📰'}.ss-grid:before,.ss-grid.right:after{content:''}.ss-rows:before,.ss-rows.right:after{content:''}.ss-columns:before,.ss-columns.right:after{content:''}.ss-thumbnails:before,.ss-thumbnails.right:after{content:''}.ss-filter:before,.ss-filter.right:after{content:''}.ss-desktop:before,.ss-desktop.right:after{content:'💻'}.ss-laptop:before,.ss-laptop.right:after{content:''}.ss-tablet:before,.ss-tablet.right:after{content:''}.ss-cell:before,.ss-cell.right:after{content:'📱'}.ss-battery:before,.ss-battery.right:after{content:'🔋'}.ss-highbattery:before,.ss-highbattery.right:after{content:''}.ss-mediumbattery:before,.ss-mediumbattery.right:after{content:''}.ss-lowbattery:before,.ss-lowbattery.right:after{content:''}.ss-emptybattery:before,.ss-emptybattery.right:after{content:''}.ss-lightbulb:before,.ss-lightbulb.right:after{content:'💡'}.ss-downloadcloud:before,.ss-downloadcloud.right:after{content:''}.ss-download:before,.ss-download.right:after{content:''}.ss-uploadcloud:before,.ss-uploadcloud.right:after{content:''}.ss-upload:before,.ss-upload.right:after{content:''}.ss-fork:before,.ss-fork.right:after{content:''}.ss-merge:before,.ss-merge.right:after{content:''}.ss-transfer:before,.ss-transfer.right:after{content:'⇆'}.ss-refresh:before,.ss-refresh.right:after{content:'↻'}.ss-sync:before,.ss-sync.right:after{content:''}.ss-loading:before,.ss-loading.right:after{content:''}.ss-wifi:before,.ss-wifi.right:after{content:''}.ss-connection:before,.ss-connection.right:after{content:''}.ss-file:before,.ss-file.right:after{content:'📄'}.ss-folder:before,.ss-folder.right:after{content:'📁'}.ss-quote:before,.ss-quote.right:after{content:'“'}.ss-text:before,.ss-text.right:after{content:''}.ss-font:before,.ss-font.right:after{content:''}.ss-print:before,.ss-print.right:after{content:'⎙'}.ss-fax:before,.ss-fax.right:after{content:'📠'}.ss-list:before,.ss-list.right:after{content:''}.ss-layout:before,.ss-layout.right:after{content:''}.ss-action:before,.ss-action.right:after{content:''}.ss-redirect:before,.ss-redirect.right:after{content:'↪'}.ss-expand:before,.ss-expand.right:after{content:'⤢'}.ss-contract:before,.ss-contract.right:after{content:''}.ss-help:before,.ss-help.right:after{content:'❓'}.ss-info:before,.ss-info.right:after{content:'ℹ'}.ss-alert:before,.ss-alert.right:after{content:'⚠'}.ss-caution:before,.ss-caution.right:after{content:'⛔'}.ss-logout:before,.ss-logout.right:after{content:''}.ss-plus:before,.ss-plus.right:after{content:'+'}.ss-hyphen:before,.ss-hyphen.right:after{content:'-'}.ss-check:before,.ss-check.right:after{content:'✓'}.ss-delete:before,.ss-delete.right:after{content:'␡'}.ss-settings:before,.ss-settings.right:after{content:'⚙'}.ss-dashboard:before,.ss-dashboard.right:after{content:''}.ss-notifications:before,.ss-notifications.right:after{content:'🔔'}.ss-notificationsdisabled:before,.ss-notificationsdisabled.right:after{content:'🔕'}.ss-clock:before,.ss-clock.right:after{content:'⏲'}.ss-stopwatch:before,.ss-stopwatch.right:after{content:'⏱'}.ss-calendar:before,.ss-calendar.right:after{content:'📅'}.ss-addcalendar:before,.ss-addcalendar.right:after{content:''}.ss-removecalendar:before,.ss-removecalendar.right:after{content:''}.ss-checkcalendar:before,.ss-checkcalendar.right:after{content:''}.ss-deletecalendar:before,.ss-deletecalendar.right:after{content:''}.ss-briefcase:before,.ss-briefcase.right:after{content:'💼'}.ss-cloud:before,.ss-cloud.right:after{content:'☁'}.ss-droplet:before,.ss-droplet.right:after{content:'💧'}.ss-flask:before,.ss-flask.right:after{content:''}.ss-up:before,.ss-up.right:after{content:'⬆'}.ss-upright:before,.ss-upright.right:after{content:'⬈'}.ss-right:before,.ss-right.right:after{content:'➡'}.ss-downright:before,.ss-downright.right:after{content:'⬊'}.ss-down:before,.ss-down.right:after{content:'⬇'}.ss-downleft:before,.ss-downleft.right:after{content:'⬋'}.ss-left:before,.ss-left.right:after{content:'⬅'}.ss-upleft:before,.ss-upleft.right:after{content:'⬉'}.ss-navigateup:before,.ss-navigateup.right:after{content:''}.ss-navigateright:before,.ss-navigateright.right:after{content:'▻'}.ss-navigatedown:before,.ss-navigatedown.right:after{content:''}.ss-navigateleft:before,.ss-navigateleft.right:after{content:'◅'}.ss-directup:before,.ss-directup.right:after{content:'▴'}.ss-directright:before,.ss-directright.right:after{content:'▹'}.ss-dropdown:before,.ss-dropdown.right:after{content:'▾'}.ss-directleft:before,.ss-directleft.right:after{content:'◃'}.ss-retweet:before,.ss-retweet.right:after{content:''}
49
+
50
+ /* Legacy classes */
51
+ .ss-volumelow:before,.ss-volumelow.right:after{content:'🔉'}.ss-volumehigh:before,.ss-volumehigh.right:after{content:'🔊'}.ss-batteryhigh:before,.ss-batteryhigh.right:after{content:''}.ss-batterymedium:before,.ss-batterymedium.right:after{content:''}.ss-batterylow:before,.ss-batterylow.right:after{content:''}.ss-batteryempty:before,.ss-batteryempty.right:after{content:''}.ss-clouddownload:before,.ss-clouddownload.right:after{content:''}.ss-cloudupload:before,.ss-cloudupload.right:after{content:''}.ss-calendaradd:before,.ss-calendaradd.right:after{content:''}.ss-calendarremove:before,.ss-calendarremove.right:after{content:''}.ss-calendarcheck:before,.ss-calendarcheck.right:after{content:''}.ss-calendardelete:before,.ss-calendardelete.right:after{content:''}