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