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,56 @@
1
+ // Comment out this import if you don't want to use normalize
2
+ @import "normalize";
3
+
4
+ // Comment out this import if you are customizing you imports below
5
+ // @import "foundation";
6
+
7
+ // Import specific parts of Foundation by commenting the import "foundation"
8
+ // and uncommenting what you want below. You must uncomment the following if customizing
9
+
10
+ @import "foundation/components/global"; // *always required
11
+
12
+ .foundation-grid {
13
+ @import "foundation/components/grid";
14
+ }
15
+
16
+
17
+ //
18
+ // Use this grid if you want to start using the new Foundation 5 grid early.
19
+ // It will change breakpoints to min-width: 640px and 1024px.
20
+ //
21
+ // @import "foundation/components/grid-5";
22
+ //
23
+
24
+ @import "foundation/components/visibility";
25
+ @import "foundation/components/block-grid";
26
+ @import "foundation/components/type";
27
+ @import "foundation/components/buttons";
28
+ @import "foundation/components/forms"; // *requires components/buttons
29
+ @import "foundation/components/custom-forms"; // *requires components/buttons, components/forms
30
+ // @import "foundation/components/button-groups"; // *requires components/buttons
31
+ // @import "foundation/components/dropdown-buttons"; // *requires components/buttons
32
+ // @import "foundation/components/split-buttons"; // *requires components/buttons
33
+ // @import "foundation/components/flex-video";
34
+ // @import "foundation/components/section";
35
+ @import "foundation/components/top-bar"; // *requires components/grid
36
+ // @import "foundation/components/orbit";
37
+ @import "foundation/components/reveal";
38
+ // @import "foundation/components/joyride";
39
+ // @import "foundation/components/clearing";
40
+ @import "foundation/components/alert-boxes";
41
+ // @import "foundation/components/breadcrumbs";
42
+ // @import "foundation/components/keystrokes";
43
+ @import "foundation/components/labels";
44
+ @import "foundation/components/inline-lists";
45
+ @import "foundation/components/pagination";
46
+ @import "foundation/components/panels";
47
+ @import "foundation/components/pricing-tables";
48
+ // @import "foundation/components/progress-bars";
49
+ // @import "foundation/components/side-nav";
50
+ @import "foundation/components/sub-nav";
51
+ // @import "foundation/components/switch";
52
+ // @import "foundation/components/magellan";
53
+ @import "foundation/components/tables";
54
+ // @import "foundation/components/thumbs";
55
+ // @import "foundation/components/tooltips";
56
+ // @import "foundation/components/dropdown";
@@ -0,0 +1,3 @@
1
+ @import 'reimagine2/foundation/foundation_config'
2
+ @import 'reimagine2/config/challengepost_config'
3
+ @import 'reimagine2/foundation_and_overrides'
@@ -0,0 +1,9 @@
1
+ @import 'extensions/global'
2
+ @import 'extensions/type'
3
+ @import 'extensions/inline_list'
4
+ @import 'extensions/buttons'
5
+ @import 'extensions/forms'
6
+ @import 'extensions/custom_forms'
7
+ @import 'extensions/pricing_table'
8
+ @import 'extensions/block_grid'
9
+ @import 'extensions/accessible_custom_select'
@@ -0,0 +1,1303 @@
1
+ //
2
+ // Foundation Variables
3
+ //
4
+
5
+ // The default font-size is set to 100% of the browser style sheet (usually 16px)
6
+ // for compatibility with browser-based text zoom or user-set defaults.
7
+ $base-font-size: 100% !default;
8
+
9
+ // $base-line-height is 24px while $base-font-size is 16px
10
+ $base-line-height: 150%;
11
+
12
+ // This is the default html and body font-size for the base em value.
13
+
14
+ // Since the typical default browser font-size is 16px, that makes the calculation for grid size.
15
+ // If you want your base font-size to be a different size and not have it effect grid size too,
16
+ // set the value of $em-base to $base-font-size ($em-base: $base-font-size;)
17
+ $em-base: 16 !default;
18
+
19
+ // It strips the unit of measure and returns it
20
+ @function strip-unit($num) {
21
+ @return $num / ($num * 0 + 1);
22
+ }
23
+
24
+ // Converts "px" to "em" using the ($)em-base
25
+ @function convert-to-em($value) {
26
+ $value: strip-unit($value) / strip-unit($em-base) * 1em;
27
+ @if ($value == 0em) { $value: 0; } // Turn 0em into 0
28
+ @return $value;
29
+ }
30
+
31
+ // Working in ems is annoying. Think in pixels by using this handy function, emCalc(#)
32
+ // Just enter the number, no need to mention "px"
33
+ @function emCalc($values...) {
34
+ $max: length($values); // Get the total number of parameters passed
35
+
36
+ // If there is only 1 parameter, then return it as an integer.
37
+ // This is done because a list can't be multiplied or divided even if it contains a single value
38
+ @if $max == 1 { @return convert-to-em(nth($values, 1)); }
39
+
40
+ $emValues: (); // This will eventually store the converted $values in a list
41
+ @for $i from 1 through $max {
42
+ $emValues: append($emValues, convert-to-em(nth($values, $i)));
43
+ }
44
+ @return $emValues;
45
+ }
46
+
47
+ // Change whether or not you include browser prefixes
48
+ // $experimental: true;
49
+
50
+ // Various global styles
51
+
52
+ $default-float: left;
53
+
54
+ // $body-bg: #fff;
55
+ $body-font-color: #606060;
56
+ $body-font-family: "ProximaNova", "Helvetica Neue", "Helvetica", Arial, sans-serif;
57
+ // $body-font-weight: normal;
58
+ // $body-font-style: normal;
59
+
60
+ // Font-smoothing
61
+
62
+ // $font-smoothing: antialiased;
63
+
64
+ // Text direction settings
65
+
66
+ // $text-direction: ltr;
67
+
68
+ // Colors
69
+
70
+ $primary-color: #108ac7;
71
+ $secondary-color: #ffd333;
72
+ $alert-color: #ed2918;
73
+ $success-color: #1eb268;
74
+
75
+ // Make sure border radius matches unless we want it different.
76
+
77
+ $global-radius: .4em;
78
+ $global-rounded: 1000px;
79
+
80
+ // Inset shadow shiny edges and depressions.
81
+
82
+ // $shiny-edge-size: 0 1px 0;
83
+ // $shiny-edge-color: rgba(#fff, .5);
84
+ // $shiny-edge-active-color: rgba(#000, .2);
85
+
86
+ // Control whether or not CSS classes come through in the CSS files.
87
+
88
+ // $include-html-classes: true;
89
+ // $include-print-styles: true;
90
+ // $include-html-global-classes: $include-html-classes;
91
+ // $include-html-inline-list-classes: $include-html-classes;
92
+ // $include-html-type-classes: $include-html-classes;
93
+ // $include-html-grid-classes: $include-html-classes;
94
+ // $include-html-visibility-classes: $include-html-classes;
95
+ // $include-html-button-classes: $include-html-classes;
96
+ // $include-html-form-classes: $include-html-classes;
97
+ // $include-html-custom-form-classes: $include-html-classes;
98
+ // $include-html-media-classes: $include-html-classes;
99
+ // $include-html-section-classes: $include-html-classes;
100
+ // $include-html-orbit-classes: $include-html-classes;
101
+ // $include-html-reveal-classes: $include-html-classes;
102
+ // $include-html-joyride-classes: $include-html-classes;
103
+ // $include-html-clearing-classes: $include-html-classes;
104
+ // $include-html-alert-classes: $include-html-classes;
105
+ // $include-html-nav-classes: $include-html-classes;
106
+ // $include-html-top-bar-classes: $include-html-classes;
107
+ // $include-html-label-classes: $include-html-classes;
108
+ // $include-html-panel-classes: $include-html-classes;
109
+ // $include-html-pricing-classes: $include-html-classes;
110
+ // $include-html-progress-classes: $include-html-classes;
111
+ // $include-html-magellan-classes: $include-html-classes;
112
+ // $include-html-tooltip-classes: $include-html-classes;
113
+
114
+ // Media Queries
115
+
116
+ $small-screen: 768px;
117
+ $medium-screen: 1280px;
118
+ $large-screen: 1440px;
119
+
120
+ $screen: "only screen";
121
+ $small: "only screen and (min-width: #{$small-screen})";
122
+ $medium: "only screen and (min-width: #{$medium-screen})";
123
+ $large: "only screen and (min-width: #{$large-screen})";
124
+ $landscape: "only screen and (orientation: landscape)";
125
+ $portrait: "only screen and (orientation: portrait)";
126
+
127
+ //// Cursors
128
+
129
+ //Custom use example -> $cursor-default-value: url(http://cursors-site.net/path/to/custom/cursor/default.cur),progress;
130
+
131
+ // $cursor-crosshair-value: "crosshair";
132
+ // $cursor-default-value: "default";
133
+ // $cursor-pointer-value: "pointer";
134
+ // $cursor-help-value: "help";
135
+
136
+ //
137
+ // Grid Variables
138
+ //
139
+
140
+ $row-width: emCalc(1088); // width matches neat's
141
+ $column-gutter: emCalc(30);
142
+ // $total-columns: 12;
143
+
144
+ //
145
+ // Block Grid Variables
146
+ //
147
+
148
+ // We use this to control the maximum number of block grid elements per row
149
+
150
+ // $block-grid-elements: 12;
151
+ // $block-grid-default-spacing: emCalc(20);
152
+
153
+ // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
154
+
155
+ // $block-grid-media-queries: true;
156
+
157
+ //
158
+ // Typography Variables
159
+ //
160
+
161
+ // Control header font styles
162
+
163
+ $header-font-family: "ProximaNova", "Helvetica Neue", "Helvetica", Arial, sans-serif;
164
+
165
+ $header-font-weight: bold;
166
+ // $header-font-style: normal;
167
+ $header-font-color: #1f1f1e;
168
+ // $header-line-height: 1.4;
169
+ // $header-top-margin: .2em;
170
+ // $header-bottom-margin: .5em;
171
+ $header-text-rendering: optimizeLegibility;
172
+
173
+ // Control header font sizes
174
+
175
+ $h1-font-size: emCalc(44);
176
+ $h2-font-size: emCalc(37);
177
+ $h3-font-size: emCalc(27);
178
+ $h4-font-size: emCalc(23);
179
+ $h5-font-size: emCalc(18);
180
+ $h6-font-size: 1em;
181
+
182
+ // Control how subheaders are styled.
183
+
184
+ // $subheader-line-height: 1.4;
185
+ // $subheader-font-color: lighten($header-font-color, 30%);
186
+ // $subheader-font-weight: 300;
187
+ // $subheader-top-margin: .2em;
188
+ // $subheader-bottom-margin: .5em;
189
+
190
+ // A general <small> styling
191
+
192
+ $small-font-size: emCalc(14);
193
+ // $small-font-color: lighten($header-font-color, 30%);
194
+
195
+ // Style paragraphs
196
+
197
+ // $paragraph-font-family: inherit;
198
+ $paragraph-font-weight: inherit;
199
+ // $paragraph-font-size: 1em;
200
+ $paragraph-line-height: 1.5;
201
+ // $paragraph-margin-bottom: emCalc(20);
202
+ // $paragraph-aside-font-size: emCalc(14);
203
+ // $paragraph-aside-line-height: 1.35;
204
+ // $paragraph-aside-font-style: italic;
205
+ // $paragraph-text-rendering: optimizeLegibility;
206
+
207
+ // Style <code> tags
208
+
209
+ // $code-color: darken($alert-color, 15%);
210
+ // $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
211
+ // $code-font-weight: bold;
212
+
213
+ // Style anchors
214
+
215
+ $anchor-text-decoration: none;
216
+ $anchor-font-color: $primary-color;
217
+ $anchor-font-color-hover: darken($primary-color, 5%);
218
+
219
+ // Style the <hr> element
220
+
221
+ // $hr-border-width: 1px;
222
+ // $hr-border-style: solid;
223
+ // $hr-border-color: #ddd;
224
+ // $hr-margin: emCalc(20);
225
+
226
+ // Style lists
227
+
228
+ // $list-style-position: outside;
229
+ $list-side-margin: 1.1em;
230
+ // $list-nested-margin: emCalc(20);
231
+ // $definition-list-header-weight: bold;
232
+ // $definition-list-header-margin-bottom: .3em;
233
+ // $definition-list-margin-bottom: emCalc(12);
234
+
235
+ // Style blockquotes
236
+
237
+ // $blockquote-font-color: lighten($header-font-color, 30%);
238
+ // $blockquote-padding: emCalc(9, 20, 0, 19);
239
+ // $blockquote-border: 1px solid #ddd;
240
+ // $blockquote-cite-font-size: emCalc(13);
241
+ // $blockquote-cite-font-color: lighten($header-font-color, 20%);
242
+ // $blockquote-cite-link-color: $blockquote-cite-font-color;
243
+
244
+ // Acronym styles
245
+
246
+ // $acronym-underline: 1px dotted #ddd;
247
+
248
+ // Control padding and margin
249
+
250
+ // $microformat-padding: emCalc(10, 12);
251
+ // $microformat-margin: emCalc(0, 0, 20, 0);
252
+
253
+ // Control the border styles
254
+
255
+ // $microformat-border-width: 1px;
256
+ // $microformat-border-style: solid;
257
+ // $microformat-border-color: #ddd;
258
+
259
+ // Control full name font styles
260
+
261
+ // $microformat-fullname-font-weight: bold;
262
+ // $microformat-fullname-font-size: emCalc(15);
263
+
264
+ // Control the summary font styles
265
+
266
+ // $microformat-summary-font-weight: bold;
267
+
268
+ // Control abbr padding
269
+ // $microformat-abbr-padding: emCalc(0, 1);
270
+
271
+ // Control abbr font styles
272
+
273
+ // $microformat-abbr-font-weight: bold;
274
+ // $microformat-abbr-font-decoration: none;
275
+
276
+ //
277
+ // Form Variables
278
+ //
279
+
280
+ // We use this to set the base for lots of form spacing and positioning styles
281
+
282
+ // $form-spacing: emCalc(16);
283
+
284
+ // We use these to style the labels in different ways
285
+
286
+ // $form-label-pointer: pointer;
287
+ $form-label-font-size: emCalc(18);
288
+ $form-label-font-weight: bold;
289
+ // $form-label-font-color: lighten(#000, 30%);
290
+ $form-label-bottom-margin: emCalc(4);
291
+ // $input-font-family: inherit;
292
+ // $input-font-color: rgba(0,0,0,0.75);
293
+ $input-font-size: 1em;
294
+ // $input-bg-color: #fff;
295
+ $input-focus-bg-color: white;
296
+ $input-border-color: #dadada;
297
+ $input-focus-border-color: $primary-color;
298
+ // $input-border-style: solid;
299
+ $input-border-width: 2px;
300
+ // $input-disabled-bg: #ddd;
301
+ $input-box-shadow: none;
302
+ $input-include-glowing-effect: false;
303
+
304
+ // We use these to style the fieldset border and spacing.
305
+
306
+ // $fieldset-border-style: solid;
307
+ // $fieldset-border-width: 1px;
308
+ // $fieldset-border-color: #ddd;
309
+ // $fieldset-padding: emCalc(20);
310
+ // $fieldset-margin: emCalc(18, 0);
311
+
312
+ // We use these to style the legends when you use them
313
+
314
+ // $legend-bg: #fff;
315
+ // $legend-font-weight: bold;
316
+ // $legend-padding: emCalc(0, 3);
317
+
318
+ // We use these to style the prefix and postfix input elements
319
+
320
+ // $input-prefix-bg: darken(#fff, 5%);
321
+ // $input-prefix-border-color: darken(#fff, 20%);
322
+ $input-prefix-border-size: 0;
323
+ // $input-prefix-border-type: solid;
324
+ // $input-prefix-overflow: hidden;
325
+ // $input-prefix-font-color: #333;
326
+ // $input-prefix-font-color-alt: #fff;
327
+
328
+ // We use these to style the error states for inputs and labels
329
+
330
+ // $input-error-message-padding: emCalc(6, 4);
331
+ // $input-error-message-top: 0;
332
+ // $input-error-message-font-size: emCalc(12);
333
+ // $input-error-message-font-weight: bold;
334
+ // $input-error-message-font-color: #fff;
335
+ // $input-error-message-font-color-alt: #333;
336
+
337
+ // We use this to style the glowing effect of inputs when focused
338
+
339
+ // $glowing-effect-fade-time: 0.45s;
340
+ // $glowing-effect-color: $input-focus-border-color;
341
+
342
+ //
343
+ // Button Variables
344
+ //
345
+
346
+ // We use these to build padding for buttons.
347
+
348
+ $button-med: emCalc(9); // emCalc(12);
349
+ $button-sml: emCalc(8);
350
+ $button-tny: emCalc(6);
351
+ $button-lrg: emCalc(10);
352
+
353
+ // We use this to control the display property.
354
+
355
+ // $button-display: inline-block;
356
+ // $button-margin-bottom: emCalc(20);
357
+
358
+ // We use these to control button text styles.
359
+
360
+ // $button-font-family: inherit;
361
+ // $button-font-color: #fff;
362
+ // $button-font-color-alt: #333;
363
+ $button-font-med: emCalc(18);
364
+ $button-font-tny: emCalc(14);
365
+ $button-font-sml: emCalc(16);
366
+ $button-font-lrg: emCalc(22);
367
+ // $button-font-weight: bold;
368
+ // $button-font-align: center;
369
+
370
+ // We use these to control various hover effects.
371
+
372
+ // $button-function-factor: 10%;
373
+
374
+ // We use these to control button border styles.
375
+
376
+ $button-border-width: 0;
377
+ // $button-border-style: solid;
378
+ // $button-border-color: darken($primary-color, $button-function-factor);
379
+
380
+ // We use this to set the default radius used throughout the core.
381
+
382
+ // $button-radius: $global-radius;
383
+ // $button-round: $global-rounded;
384
+
385
+ // We use this to set default opacity for disabled buttons.
386
+
387
+ // $button-disabled-opacity: 0.6;
388
+
389
+ //
390
+ // Button Groups
391
+ //
392
+
393
+ // Sets the margin for the right side by default, and the left margin if right-to-left direction is used
394
+
395
+ // $button-bar-margin-opposite: emCalc(10);
396
+
397
+ //
398
+ // Dropdown Button Variables
399
+ //
400
+
401
+ // We use these to set the color of the pip in dropdown buttons
402
+
403
+ // $dropdown-button-pip-color: #fff;
404
+ // $dropdown-button-pip-color-alt: #333;
405
+
406
+ // We use these to style tiny dropdown buttons
407
+
408
+ // $dropdown-button-padding-tny: $button-tny * 5;
409
+ // $dropdown-button-pip-size-tny: $button-tny;
410
+ // $dropdown-button-pip-opposite-tny: $button-tny * 2;
411
+ // $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1);
412
+
413
+ // We use these to style small dropdown buttons
414
+
415
+ // $dropdown-button-padding-sml: $button-sml * 5;
416
+ // $dropdown-button-pip-size-sml: $button-sml;
417
+ // $dropdown-button-pip-opposite-sml: $button-sml * 2;
418
+ // $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1);
419
+
420
+ // We use these to style medium dropdown buttons
421
+
422
+ // $dropdown-button-padding-med: $button-med * 4 + emCalc(3);
423
+ // $dropdown-button-pip-size-med: $button-med - emCalc(3);
424
+ // $dropdown-button-pip-opposite-med: $button-med * 2;
425
+ // $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2);
426
+
427
+ // We use these to style large dropdown buttons
428
+
429
+ // $dropdown-button-padding-lrg: $button-lrg * 4;
430
+ // $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6);
431
+ // $dropdown-button-pip-opposite-lrg: $button-lrg + emCalc(12);
432
+ // $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3);
433
+
434
+ //
435
+ // Split Button Variables
436
+ //
437
+
438
+ // We use these to control different shared styles for Split Buttons
439
+
440
+ // $split-button-function-factor: 15%;
441
+ // $split-button-pip-color: #fff;
442
+ // $split-button-pip-color-alt: #333;
443
+ // $split-button-active-bg-tint: rgba(0,0,0,0.1);
444
+
445
+ // We use these to control tiny split buttons
446
+
447
+ // $split-button-padding-tny: $button-tny * 9;
448
+ // $split-button-span-width-tny: $button-tny * 6.5;
449
+ // $split-button-pip-size-tny: $button-tny;
450
+ // $split-button-pip-top-tny: $button-tny * 2;
451
+ // $split-button-pip-default-float-tny: emCalc(-5);
452
+
453
+ // We use these to control small split buttons
454
+
455
+ // $split-button-padding-sml: $button-sml * 7;
456
+ // $split-button-span-width-sml: $button-sml * 5;
457
+ // $split-button-pip-size-sml: $button-sml;
458
+ // $split-button-pip-top-sml: $button-sml * 1.5;
459
+ // $split-button-pip-default-float-sml: emCalc(-9);
460
+
461
+ // We use these to control medium split buttons
462
+
463
+ // $split-button-padding-med: $button-med * 6.4;
464
+ // $split-button-span-width-med: $button-med * 4;
465
+ // $split-button-pip-size-med: $button-med - emCalc(3);
466
+ // $split-button-pip-top-med: $button-med * 1.5;
467
+ // $split-button-pip-default-float-med: emCalc(-9);
468
+
469
+ // We use these to control large split buttons
470
+
471
+ // $split-button-padding-lrg: $button-lrg * 6;
472
+ // $split-button-span-width-lrg: $button-lrg * 3.75;
473
+ // $split-button-pip-size-lrg: $button-lrg - emCalc(6);
474
+ // $split-button-pip-top-lrg: $button-lrg + emCalc(5);
475
+ // $split-button-pip-default-float-lrg: emCalc(-9);
476
+
477
+ //
478
+ // Alert Box Variables
479
+ //
480
+
481
+ // We use this to control alert padding.
482
+
483
+ // $alert-padding-top: emCalc(11);
484
+ // $alert-padding-default-float: $alert-padding-top;
485
+ // $alert-padding-opposite-direction: $alert-padding-top + emCalc(10);
486
+ // $alert-padding-bottom: $alert-padding-top + emCalc(1);
487
+
488
+ // We use these to control text style.
489
+
490
+ $alert-font-weight: normal;
491
+ $alert-font-size: emCalc(16);
492
+ // $alert-font-color: #fff;
493
+ // $alert-font-color-alt: darken($secondary-color, 60%);
494
+
495
+ // We use this for close hover effect.
496
+
497
+ // $alert-function-factor: 10%;
498
+
499
+ // We use these to control border styles.
500
+
501
+ // $alert-border-style: solid;
502
+ // $alert-border-width: 1px;
503
+ // $alert-border-color: darken($primary-color, $alert-function-factor);
504
+ $alert-bottom-margin: 0;
505
+
506
+ // We use these to style the close buttons
507
+
508
+ // $alert-close-color: #333;
509
+ // $alert-close-position: emCalc(5);
510
+ // $alert-close-font-size: emCalc(22);
511
+ // $alert-close-opacity: 0.3;
512
+ // $alert-close-opacity-hover: 0.5;
513
+ // $alert-close-padding: 5px 4px 4px;
514
+
515
+ // We use this to control border radius
516
+
517
+ // $alert-radius: $global-radius;
518
+
519
+
520
+ //
521
+ // Breadcrumb Variables
522
+ //
523
+
524
+ // We use this to set the background color for the breadcrumb container.
525
+
526
+ // $crumb-bg: lighten($secondary-color, 5%);
527
+
528
+ // We use these to set the padding around the breadcrumbs.
529
+
530
+ // $crumb-padding: emCalc(9, 14, 9);
531
+ // $crumb-side-padding: emCalc(12);
532
+
533
+ // We use these to control border styles.
534
+
535
+ // $crumb-function-factor: 10%;
536
+ // $crumb-border-size: 1px;
537
+ // $crumb-border-style: solid;
538
+ // $crumb-border-color: darken($crumb-bg, $crumb-function-factor);
539
+ // $crumb-radius: $global-radius;
540
+
541
+ // We use these to set various text styles for breadcrumbs.
542
+
543
+ // $crumb-font-size: emCalc(11);
544
+ // $crumb-font-color: $primary-color;
545
+ // $crumb-font-color-current: #333;
546
+ // $crumb-font-color-unavailable: #999;
547
+ // $crumb-font-transform: uppercase;
548
+ // $crumb-link-decor: underline;
549
+
550
+ // We use these to control the slash between breadcrumbs
551
+
552
+ // $crumb-slash-color: #aaa;
553
+ // $crumb-slash: "/";
554
+
555
+ //
556
+ // Clearing Variables
557
+ //
558
+
559
+ // We use these to set the background colors for parts of Clearing.
560
+
561
+ // $clearing-bg: #111;
562
+ // $clearing-caption-bg: $clearing-bg;
563
+ // $clearing-carousel-bg: #111;
564
+ // $clearing-img-bg: $clearing-bg;
565
+
566
+ // We use these to style the close button
567
+
568
+ // $clearing-close-color: #fff;
569
+ // $clearing-close-size: 40px;
570
+
571
+ // We use these to style the arrows
572
+
573
+ // $clearing-arrow-size: 16px;
574
+ // $clearing-arrow-color: $clearing-close-color;
575
+
576
+ // We use these to style captions
577
+
578
+ // $clearing-caption-font-color: #fff;
579
+ // $clearing-caption-padding: 10px 30px;
580
+
581
+ // We use these to make the image and carousel height and style
582
+
583
+ // $clearing-active-img-height: 75%;
584
+ // $clearing-carousel-height: 150px;
585
+ // $clearing-carousel-thumb-width: 175px;
586
+ // $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
587
+
588
+ //
589
+ // Custom Form Variables
590
+ //
591
+
592
+ // We use these to control the basic form styles input styles
593
+
594
+ // $custom-form-border-color: #ccc;
595
+ // $custom-form-border-size: 1px;
596
+ // $custom-form-bg: #fff;
597
+ // $custom-form-bg-disabled: #ddd;
598
+ // $custom-form-input-size: 16px;
599
+ // $custom-form-check-color: #222;
600
+ // $custom-form-check-size: 16px;
601
+ // $custom-form-radio-size: 8px;
602
+ // $custom-form-checkbox-radius: 0px;
603
+
604
+ // We use these to style the custom select form element.
605
+
606
+ // $custom-select-bg: #fff;
607
+ // $custom-select-fade-to-color: #f3f3f3;
608
+ // $custom-select-border-color: #ddd;
609
+ // $custom-select-triangle-color: #aaa;
610
+ // $custom-select-triangle-color-open: #222;
611
+ // $custom-select-height: emCalc(13) + ($form-spacing * 1.5);
612
+ // $custom-select-margin-bottom: emCalc(20);
613
+ // $custom-select-font-color-selected: #141414;
614
+ // $custom-select-disabled-color: #888;
615
+
616
+ // We use these to control the style of the custom select dropdown element.
617
+
618
+ // $custom-dropdown-height: 200px;
619
+ // $custom-dropdown-bg: #fff;
620
+ // $custom-dropdown-border-color: darken(#fff, 20%);
621
+ // $custom-dropdown-border-width: 1px;
622
+ // $custom-dropdown-border-style: solid;
623
+ // $custom-dropdown-font-color: #555;
624
+ // $custom-dropdown-font-size: 1em;
625
+ // $custom-dropdown-color-selected: #eeeeee;
626
+ // $custom-dropdown-font-color-selected: #000;
627
+ // $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
628
+ // $custom-dropdown-offset-top: auto;
629
+ // $custom-dropdown-list-padding: emCalc(4);
630
+ // $custom-dropdown-default-float-padding: emCalc(6);
631
+ // $custom-dropdown-opposite-padding: emCalc(38);
632
+ // $custom-dropdown-list-item-min-height: emCalc(24);
633
+ // $custom-dropdown-width-small: 134px;
634
+ // $custom-dropdown-width-medium: 254px;
635
+ // $custom-dropdown-width-large: 434px;
636
+
637
+ //
638
+ // Dropdown Variables
639
+ //
640
+
641
+ // We use these to controls height and width styles.
642
+
643
+ // $f-dropdown-max-width: 200px;
644
+ // $f-dropdown-height: auto;
645
+ // $f-dropdown-max-height: none;
646
+ // $f-dropdown-margin-top: 2px;
647
+
648
+ // We use this to control the background color
649
+
650
+ // $f-dropdown-bg: #fff;
651
+
652
+ // We use this to set the border styles for dropdowns.
653
+
654
+ // $f-dropdown-border-style: solid;
655
+ // $f-dropdown-border-width: 1px;
656
+ // $f-dropdown-border-color: darken(#fff, 20%);
657
+
658
+ // We use these to style the triangle pip.
659
+
660
+ // $f-dropdown-triangle-size: 6px;
661
+ // $f-dropdown-triangle-color: #fff;
662
+ // $f-dropdown-triangle-side-offset: 10px;
663
+
664
+ // We use these to control styles for the list elements.
665
+
666
+ // $f-dropdown-list-style: none;
667
+ // $f-dropdown-font-color: #555;
668
+ // $f-dropdown-font-size: emCalc(14);
669
+ // $f-dropdown-list-padding: emCalc(5, 10);
670
+ // $f-dropdown-line-height: emCalc(18);
671
+ // $f-dropdown-list-hover-bg: #eeeeee;
672
+ // $dropdown-mobile-default-float: 0;
673
+
674
+ // We use this to control the styles for when the dropdown has custom content.
675
+
676
+ // $f-dropdown-content-padding: emCalc(20);
677
+
678
+ //
679
+ // Flex Video Variables
680
+ //
681
+
682
+ // We use these to control video container padding and margins
683
+
684
+ // $flex-video-padding-top: emCalc(25);
685
+ // $flex-video-padding-bottom: 67.5%;
686
+ // $flex-video-margin-bottom: emCalc(16);
687
+
688
+ // We use this to control widescreen bottom padding
689
+
690
+ // $flex-video-widescreen-padding-bottom: 57.25%;
691
+
692
+ //
693
+ // Inline List Variables
694
+ //
695
+
696
+ // We use this to control the margins and padding of the inline list.
697
+
698
+ // $inline-list-top-margin: 0;
699
+ // $inline-list-opposite-margin: 0;
700
+ // $inline-list-bottom-margin: emCalc(17);
701
+ $inline-list-default-float-margin: emCalc(-8);
702
+
703
+ // $inline-list-padding: 0;
704
+
705
+ // We use this to control the overflow of the inline list.
706
+
707
+ // $inline-list-overflow: hidden;
708
+
709
+ // We use this to control the list items
710
+
711
+ // $inline-list-display: block;
712
+
713
+ // We use this to control any elments within list items
714
+
715
+ // $inline-list-children-display: block;
716
+
717
+ //
718
+ // Joyride Variables
719
+ //
720
+
721
+ // Controlling default Joyride styles
722
+
723
+ // $joyride-tip-bg: rgb(0,0,0);
724
+ // $joyride-tip-default-width: 300px;
725
+ // $joyride-tip-padding: emCalc(18, 20, 24);
726
+ // $joyride-tip-border: solid 1px #555;
727
+ // $joyride-tip-radius: 4px;
728
+ // $joyride-tip-position-offset: 22px;
729
+
730
+ // Here, we're setting the tip dont styles
731
+
732
+ // $joyride-tip-font-color: #fff;
733
+ // $joyride-tip-font-size: emCalc(14);
734
+ // $joyride-tip-header-weight: bold;
735
+
736
+ // This changes the nub size
737
+
738
+ // $joyride-tip-nub-size: 14px;
739
+
740
+ // This adjusts the styles for the timer when its enabled
741
+
742
+ // $joyride-tip-timer-width: 50px;
743
+ // $joyride-tip-timer-height: 3px;
744
+ // $joyride-tip-timer-color: #666;
745
+
746
+ // This changes up the styles for the close button
747
+
748
+ // $joyride-tip-close-color: #777;
749
+ // $joyride-tip-close-size: 30px;
750
+ // $joyride-tip-close-weight: normal;
751
+
752
+ // When Joyride is filling the screen, we use this style for the bg
753
+
754
+ // $joyride-screenfill: rgba(0,0,0,0.5);
755
+
756
+ //
757
+ // Keystroke Variables
758
+ //
759
+
760
+ // We use these to control text styles.
761
+
762
+ // $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
763
+ // $keystroke-font-size: emCalc(14);
764
+ // $keystroke-font-color: #222;
765
+ // $keystroke-font-color-alt: #fff;
766
+ // $keystroke-function-factor: 7%;
767
+
768
+ // We use this to control keystroke padding.
769
+
770
+ // $keystroke-padding: emCalc(2, 4, 0);
771
+
772
+ // We use these to control background and border styles.
773
+
774
+ // $keystroke-bg: darken(#fff, $keystroke-function-factor);
775
+ // $keystroke-border-style: solid;
776
+ // $keystroke-border-width: 1px;
777
+ // $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
778
+ // $keystroke-radius: $global-radius;
779
+
780
+ //
781
+ // Label Variables
782
+ //
783
+
784
+ // We use these to style the labels
785
+
786
+ $label-padding: emCalc(6, 10, 6);
787
+ // $label-radius: $global-radius;
788
+
789
+ // We use these to style the label text
790
+
791
+ // $label-font-sizing: emCalc(14);
792
+ $label-font-weight: normal;
793
+ // $label-font-color: #333;
794
+ // $label-font-color-alt: #fff;
795
+
796
+ //
797
+ // Magellan Variables
798
+ //
799
+
800
+ // $magellan-bg: #fff;
801
+ // $magellan-padding: 10px;
802
+
803
+ //
804
+ // Orbit Settings
805
+ //
806
+
807
+ // We use these to control the caption styles
808
+
809
+ // $orbit-container-bg: #f5f5f5;
810
+ // $orbit-caption-bg-old: rgb(0,0,0);
811
+ // $orbit-caption-bg: rgba(0,0,0,0.6);
812
+ // $orbit-caption-font-color: #fff;
813
+
814
+ // We use these to control the left/right nav styles
815
+
816
+ // $orbit-nav-bg-old: rgb(0,0,0);
817
+ // $orbit-nav-bg: rgba(0,0,0,0.6);
818
+
819
+ // We use these to control the timer styles
820
+
821
+ // $orbit-timer-bg-old: rgb(0,0,0);
822
+ // $orbit-timer-bg: rgba(0,0,0,0.6);
823
+
824
+ // We use these to control the bullet nav styles
825
+
826
+ // $orbit-bullet-nav-color: #999;
827
+ // $orbit-bullet-nav-color-active: #555;
828
+
829
+ // We use thes to controls the style of slide numbers
830
+
831
+ // $orbit-slide-number-bg: rgba(0,0,0,0);
832
+ // $orbit-slide-number-font-color: #fff;
833
+ // $orbit-slide-number-padding: emCalc(5px);
834
+
835
+ // Graceful Loading Wrapper and preloader
836
+
837
+ // $wrapper-class: "slideshow-wrapper";
838
+ // $preloader-class: "preloader";
839
+
840
+ //
841
+ // Pagination Variables
842
+ //
843
+
844
+ // We use these to control the pagination container
845
+
846
+ // $pagination-height: emCalc(24);
847
+ // $pagination-margin: emCalc(-5);
848
+
849
+ // We use these to set the list-item properties
850
+
851
+ // $pagination-li-float: $default-float;
852
+ // $pagination-li-height: emCalc(24);
853
+ // $pagination-li-font-color: #222;
854
+ $pagination-li-font-size: emCalc(16);
855
+ // $pagination-li-margin: emCalc(5);
856
+
857
+ // We use these for the pagination anchor links
858
+
859
+ // $pagination-link-pad: emCalc(1, 7, 1);
860
+ $pagination-link-font-color: #1194d5;
861
+ $pagination-link-active-bg: white;
862
+
863
+ // We use these for disabled anchor links
864
+
865
+ // $pagination-link-unavailable-cursor: default;
866
+ // $pagination-link-unavailable-font-color: #999;
867
+ // $pagination-link-unavailable-bg-active: transparent;
868
+
869
+ // We use these for currently selected anchor links
870
+
871
+ $pagination-link-current-background: white;
872
+ $pagination-link-current-font-color: black;
873
+ $pagination-link-current-font-weight: bold;
874
+ $pagination-link-current-cursor: default;
875
+ $pagination-link-current-active-bg: $primary-color;
876
+
877
+ //
878
+ // Panel Variables
879
+ //
880
+
881
+ // We use these to control the background and border styles
882
+
883
+ $panel-bg: #f2f2f2;
884
+ $panel-border-style: solid;
885
+ $panel-border-size: emCalc(1);
886
+
887
+ // We use this % to control how much we darken things on hover
888
+
889
+ $panel-function-factor: 10%;
890
+ $panel-border-color: #dddddd;
891
+
892
+ // We use these to set default inner padding and bottom margin
893
+
894
+ $panel-margin-bottom: emCalc(20);
895
+ $panel-padding: emCalc(20);
896
+
897
+ // We use these to set default font colors
898
+
899
+ // $panel-font-color: #333;
900
+ // $panel-font-color-alt: #fff;
901
+
902
+ // $panel-header-adjust: true;
903
+
904
+ //
905
+ // Pricing Table Variables
906
+ //
907
+
908
+ // We use this to control the border color
909
+
910
+ $price-table-border: none;
911
+
912
+ // We use this to control the bottom margin of the pricing table
913
+
914
+ // $price-table-margin-bottom: emCalc(20);
915
+
916
+ // We use these to control the title styles
917
+
918
+ $price-title-bg: white;
919
+ // $price-title-padding: emCalc(15, 20);
920
+ // $price-title-align: center;
921
+ $price-title-color: inherit;
922
+ // $price-title-weight: bold;
923
+ // $price-title-size: emCalc(16);
924
+
925
+ // We use these to control the price styles
926
+
927
+ // $price-money-bg: #eee;
928
+ // $price-money-padding: emCalc(15, 20);
929
+ // $price-money-align: center;
930
+ // $price-money-color: #333;
931
+ // $price-money-weight: normal;
932
+ // $price-money-size: emCalc(20);
933
+
934
+ // We use these to control the description styles
935
+
936
+ // $price-bg: #fff;
937
+ $price-desc-color: inherit;
938
+ // $price-desc-padding: emCalc(15);
939
+ // $price-desc-align: center;
940
+ $price-desc-font-size: 1em;
941
+ // $price-desc-weight: normal;
942
+ // $price-desc-line-height: 1.4;
943
+ $price-desc-bottom-border: solid 1px #ddd;
944
+
945
+ // We use these to control the list item styles
946
+
947
+ $price-item-color: inherit;
948
+ // $price-item-padding: emCalc(15);
949
+ // $price-item-align: center;
950
+ $price-item-font-size: 1em;
951
+ // $price-item-weight: normal;
952
+ $price-item-bottom-border: solid 1px #ddd;
953
+
954
+ // We use these to control the CTA area styles
955
+
956
+ $price-cta-bg: white;
957
+ // $price-cta-align: center;
958
+ // $price-cta-padding: emCalc(20, 20, 0);
959
+
960
+ //
961
+ // Progress Bar Variables
962
+ //
963
+
964
+ // We use this to se the prog bar height
965
+
966
+ // $progress-bar-height: emCalc(25);
967
+ // $progress-bar-color: transparent;
968
+
969
+ // We use these to control the border styles
970
+
971
+ // $progress-bar-border-color: darken(#fff, 20%);
972
+ // $progress-bar-border-size: 1px;
973
+ // $progress-bar-border-style: solid;
974
+ // $progress-bar-border-radius: $global-radius;
975
+
976
+ // We use these to control the margin & padding
977
+
978
+ // $progress-bar-pad: emCalc(2);
979
+ // $progress-bar-margin-bottom: emCalc(10);
980
+
981
+ // We use these to set the meter colors
982
+
983
+ // $progress-meter-color: $primary-color;
984
+ // $progress-meter-secondary-color: $secondary-color;
985
+ // $progress-meter-success-color: $success-color;
986
+ // $progress-meter-alert-color: $alert-color;
987
+
988
+ //
989
+ // Reveal Variables
990
+ //
991
+
992
+ // We use these to control the style of the reveal overlay.
993
+
994
+ // $reveal-overlay-bg: rgba(#000, .45);
995
+ // $reveal-overlay-bg-old: #000;
996
+
997
+ // We use these to control the style of the modal itself.
998
+
999
+ // $reveal-modal-bg: #fff;
1000
+ // $reveal-position-top: 50px;
1001
+ // $reveal-default-width: 80%;
1002
+ // $reveal-modal-padding: emCalc(20);
1003
+ // $reveal-box-shadow: 0 0 10px rgba(#000,.4);
1004
+
1005
+ // We use these to style the reveal close button
1006
+
1007
+ // $reveal-close-font-size: emCalc(22);
1008
+ // $reveal-close-top: emCalc(8);
1009
+ // $reveal-close-side: emCalc(11);
1010
+ // $reveal-close-color: #aaa;
1011
+ // $reveal-close-weight: bold;
1012
+
1013
+ // We use these to control the modal border
1014
+
1015
+ // $reveal-border-style: solid;
1016
+ // $reveal-border-width: 1px;
1017
+ // $reveal-border-color: #666;
1018
+
1019
+ // $reveal-modal-class: "reveal-modal";
1020
+ // $close-reveal-modal-class: "close-reveal-modal";
1021
+
1022
+ //
1023
+ // Section Variables
1024
+ //
1025
+
1026
+ // We use these to set padding and hover factor
1027
+
1028
+ // $section-title-padding: emCalc(15);
1029
+ // $section-content-padding: emCalc(15);
1030
+ // $section-function-factor: 10%;
1031
+
1032
+ // These style the titles
1033
+
1034
+ // $section-title-color: #333;
1035
+ // $section-title-color-active: #333;
1036
+ // $section-title-bg: #efefef;
1037
+ // $section-title-bg-active: darken($section-title-bg, $section-function-factor);
1038
+ // $section-title-bg-active-tabs: #fff;
1039
+ // $section-title-bg-hover: darken($section-title-bg, $section-function-factor / 2);
1040
+
1041
+ // Want to control border size, here ya go!
1042
+
1043
+ // $section-border-size: 1px;
1044
+ // $section-border-style: solid;
1045
+ // $section-border-color: #ccc;
1046
+
1047
+ // Font controls
1048
+
1049
+ // $section-font-size: emCalc(14);
1050
+
1051
+ // Control the color of the background and some size options
1052
+
1053
+ // $section-content-bg: #fff;
1054
+ // $section-vertical-nav-min-width: emCalc(200);
1055
+ // $section-vertical-tabs-title-width: emCalc(200);
1056
+ // $section-bottom-margin: emCalc(20);
1057
+
1058
+ // $title-selector: ".title";
1059
+ // $content-selector: ".content";
1060
+ // $active-region-selector: ".active";
1061
+
1062
+ //
1063
+ // Side Nav Variables
1064
+ //
1065
+
1066
+ // We use this to control padding.
1067
+
1068
+ // $side-nav-padding: emCalc(14, 0);
1069
+
1070
+ // We use these to control list styles.
1071
+
1072
+ // $side-nav-list-type: none;
1073
+ // $side-nav-list-position: inside;
1074
+ // $side-nav-list-margin: emCalc(0, 0, 7, 0);
1075
+
1076
+ // We use these to control link styles.
1077
+
1078
+ // $side-nav-link-color: $primary-color;
1079
+ // $side-nav-link-color-active: lighten(#000, 30%);
1080
+ // $side-nav-font-size: emCalc(14);
1081
+ // $side-nav-font-weight: bold;
1082
+
1083
+ // We use these to control border styles
1084
+
1085
+ // $side-nav-divider-size: 1px;
1086
+ // $side-nav-divider-style: solid;
1087
+ // $side-nav-divider-color: darken(#fff, 10%);
1088
+
1089
+ //
1090
+ // Sub Nav Variables
1091
+ //
1092
+
1093
+ // We use these to control margin and padding
1094
+
1095
+ // $sub-nav-list-margin: emCalc(-4, 0, 18);
1096
+ // $sub-nav-list-padding-top: emCalc(4);
1097
+
1098
+ // We use this to control the definition
1099
+
1100
+ // $sub-nav-font-size: emCalc(14);
1101
+ // $sub-nav-font-color: #999;
1102
+ // $sub-nav-font-weight: normal;
1103
+ // $sub-nav-text-decoration: none;
1104
+ // $sub-nav-border-radius: 1000px;
1105
+
1106
+ // We use these to control the active item styles
1107
+
1108
+ // $sub-nav-active-font-weight: bold;
1109
+ // $sub-nav-active-bg: $primary-color;
1110
+ // $sub-nav-active-color: #fff;
1111
+ // $sub-nav-active-padding: emCalc(3, 9);
1112
+ // $sub-nav-active-cursor: default;
1113
+
1114
+ //
1115
+ // Switch Variables
1116
+ //
1117
+
1118
+ // Controlling border styles and background colors for the switch container
1119
+
1120
+ // $switch-border-color: darken(#fff, 20%);
1121
+ // $switch-border-style: solid;
1122
+ // $switch-border-width: 1px;
1123
+ // $switch-bg: #fff;
1124
+
1125
+ // We use these to control the switch heights for our default classes
1126
+
1127
+ // $switch-height-tny: 22px;
1128
+ // $switch-height-sml: 28px;
1129
+ // $switch-height-med: 36px;
1130
+ // $switch-height-lrg: 44px;
1131
+ // $switch-bottom-margin: emCalc(20);
1132
+
1133
+ // We use these to control default font sizes for our classes.
1134
+
1135
+ // $switch-font-size-tny: 11px;
1136
+ // $switch-font-size-sml: 12px;
1137
+ // $switch-font-size-med: 14px;
1138
+ // $switch-font-size-lrg: 17px;
1139
+ // $switch-label-side-padding: 6px;
1140
+
1141
+ // We use these to style the switch-paddle
1142
+
1143
+ // $switch-paddle-bg: #fff;
1144
+ // $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
1145
+ // $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
1146
+ // $switch-paddle-border-width: 1px;
1147
+ // $switch-paddle-border-style: solid;
1148
+ // $switch-paddle-transition-speed: .1s;
1149
+ // $switch-paddle-transition-ease: ease-out;
1150
+ // $switch-positive-color: lighten($success-color, 50%);
1151
+ // $switch-negative-color: #f5f5f5;
1152
+
1153
+ // Outline Style for tabbing through switches
1154
+
1155
+ // $switch-label-outline: 1px dotted #888;
1156
+
1157
+ //
1158
+ // Table Variables
1159
+ //
1160
+
1161
+ // These control the background color for the table and even rows
1162
+
1163
+ // $table-bg: #fff;
1164
+ // $table-even-row-bg: #f9f9f9;
1165
+
1166
+ // These control the table cell border style
1167
+
1168
+ // $table-border-style: solid;
1169
+ // $table-border-size: 1px;
1170
+ // $table-border-color: #ddd;
1171
+
1172
+ // These control the table head styles
1173
+
1174
+ // $table-head-bg: #f5f5f5;
1175
+ $table-head-font-size: 1em;
1176
+ $table-head-font-color: inherit;
1177
+ // $table-head-font-weight: bold;
1178
+ // $table-head-padding: emCalc(8, 10, 10);
1179
+
1180
+ // These control the row padding and font styles
1181
+
1182
+ $table-row-padding: 1em;
1183
+ $table-row-font-size: 1em;
1184
+ $table-row-font-color: inherit;
1185
+ $table-line-height: inherit;
1186
+
1187
+ // These are for controlling the display and margin of tables
1188
+
1189
+ // $table-display: table-cell;
1190
+ // $table-margin-bottom: emCalc(20);
1191
+
1192
+ //
1193
+ // Image Thumbnail Variables
1194
+ //
1195
+
1196
+ // We use these to control border styles
1197
+
1198
+ // $thumb-border-style: solid;
1199
+ // $thumb-border-width: 4px;
1200
+ // $thumb-border-color: #fff;
1201
+ // $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1202
+ // $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1203
+
1204
+ // Radius and transition speed for thumbs
1205
+
1206
+ // $thumb-radius: $global-radius;
1207
+ // $thumb-transition-speed: 200ms;
1208
+
1209
+ //
1210
+ // Tooltip Variables
1211
+ //
1212
+
1213
+ // $has-tip-border-bottom: dotted 1px #ccc;
1214
+ // $has-tip-font-weight: bold;
1215
+ // $has-tip-font-color: #333;
1216
+ // $has-tip-border-bottom-hover: dotted 1px darken($primary-color, 20%);
1217
+ // $has-tip-font-color-hover: $primary-color;
1218
+ // $has-tip-cursor-type: help;
1219
+
1220
+ // $tooltip-padding: emCalc(8);
1221
+ // $tooltip-bg: #000;
1222
+ // $tooltip-font-size: emCalc(15);
1223
+ // $tooltip-font-weight: bold;
1224
+ // $tooltip-font-color: #fff;
1225
+ // $tooltip-line-height: 1.3;
1226
+ // $tooltip-close-font-size: emCalc(10);
1227
+ // $tooltip-close-font-weight: normal;
1228
+ // $tooltip-close-font-color: #888;
1229
+ // $tooltip-font-size-sml: emCalc(14);
1230
+ // $tooltip-radius: $global-radius;
1231
+ // $tooltip-pip-size: 5px;
1232
+
1233
+ //
1234
+ // Top Bar Variables
1235
+ //
1236
+
1237
+ // Background color for the top bar
1238
+
1239
+ $topbar-bg: white;
1240
+
1241
+ // Height and margin
1242
+
1243
+ $topbar-height: 51px;
1244
+ // $topbar-margin-bottom: emCalc(30);
1245
+
1246
+ // Control Input height for top bar
1247
+
1248
+ // $topbar-input-height: 2.45em;
1249
+
1250
+ // Controlling the styles for the title in the top bar
1251
+
1252
+ // $topbar-title-weight: bold;
1253
+ // $topbar-title-font-size: emCalc(17);
1254
+
1255
+ // Style the top bar dropdown elements
1256
+
1257
+ $topbar-dropdown-bg: white;
1258
+ $topbar-dropdown-link-color: $body-font-color;
1259
+ $topbar-dropdown-link-bg: white;
1260
+ // $topbar-dropdown-toggle-size: 5px;
1261
+ $topbar-dropdown-toggle-color: $body-font-color;
1262
+ $topbar-dropdown-toggle-alpha: 1;
1263
+
1264
+ // Set the link colors and styles for top-level nav
1265
+
1266
+ $topbar-link-color: black;
1267
+ $topbar-link-color-hover: #1194d5;
1268
+ $topbar-link-color-active: #1194d5;
1269
+ $topbar-link-weight: bold;
1270
+ $topbar-link-font-size: 1em;
1271
+ $topbar-link-hover-lightness: $body-font-color;
1272
+ $topbar-link-bg-hover: white;
1273
+ $topbar-link-bg-active: white;
1274
+
1275
+ // $topbar-dropdown-label-color: #555;
1276
+ // $topbar-dropdown-label-text-transform: uppercase;
1277
+ // $topbar-dropdown-label-font-weight: bold;
1278
+ // $topbar-dropdown-label-font-size: emCalc(10);
1279
+
1280
+ // Top menu icon styles
1281
+
1282
+ // $topbar-menu-link-transform: uppercase;
1283
+ $topbar-menu-link-font-size: 1em;
1284
+ // $topbar-menu-link-weight: bold;
1285
+ // $topbar-menu-link-color: #fff;
1286
+ $topbar-menu-icon-color: $body-font-color;
1287
+ $topbar-menu-link-color-toggled: $body-font-color;
1288
+ $topbar-menu-icon-color-toggled: $body-font-color;
1289
+
1290
+ // Transitions and breakpoint styles
1291
+
1292
+ // $topbar-transition-speed: 300ms;
1293
+ // $topbar-breakpoint: emCalc(940); // Change to 9999px for always mobile layout
1294
+ // $topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})";
1295
+
1296
+ // Divider Styles
1297
+
1298
+ // $topbar-divider-border-bottom: solid 1px lighten($topbar-bg, 10%);
1299
+ // $topbar-divider-border-top: solid 1px darken($topbar-bg, 10%);
1300
+
1301
+ // Sticky Class
1302
+
1303
+ // $topbar-sticky-class: ".sticky";