jekyll-theme-nielshoppe 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/cv-date.html +7 -0
- data/_layouts/base.html +3 -0
- data/_layouts/card.html +8 -0
- data/_layouts/card2.html +3 -0
- data/_layouts/contact.html +21 -0
- data/_layouts/envelope.html +1 -0
- data/_layouts/post.html +16 -0
- data/_layouts/sheet.html +8 -0
- data/_sass/_bootstrap.scss +60 -0
- data/_sass/animations.scss +56 -0
- data/_sass/bootstrap/_mixins.scss +5 -0
- data/_sass/bootstrap/_navbar.scss +132 -0
- data/_sass/bootstrap/_scaffolding.scss +8 -0
- data/_sass/bootstrap/_variables.scss +929 -0
- data/_sass/bootstrap-sass/_bootstrap-compass.scss +9 -0
- data/_sass/bootstrap-sass/_bootstrap-mincer.scss +19 -0
- data/_sass/bootstrap-sass/_bootstrap-sprockets.scss +9 -0
- data/_sass/bootstrap-sass/_bootstrap.scss +56 -0
- data/_sass/bootstrap-sass/bootstrap/_alerts.scss +73 -0
- data/_sass/bootstrap-sass/bootstrap/_badges.scss +68 -0
- data/_sass/bootstrap-sass/bootstrap/_breadcrumbs.scss +28 -0
- data/_sass/bootstrap-sass/bootstrap/_button-groups.scss +244 -0
- data/_sass/bootstrap-sass/bootstrap/_buttons.scss +168 -0
- data/_sass/bootstrap-sass/bootstrap/_carousel.scss +270 -0
- data/_sass/bootstrap-sass/bootstrap/_close.scss +36 -0
- data/_sass/bootstrap-sass/bootstrap/_code.scss +69 -0
- data/_sass/bootstrap-sass/bootstrap/_component-animations.scss +37 -0
- data/_sass/bootstrap-sass/bootstrap/_dropdowns.scss +216 -0
- data/_sass/bootstrap-sass/bootstrap/_forms.scss +617 -0
- data/_sass/bootstrap-sass/bootstrap/_glyphicons.scss +307 -0
- data/_sass/bootstrap-sass/bootstrap/_grid.scss +84 -0
- data/_sass/bootstrap-sass/bootstrap/_input-groups.scss +171 -0
- data/_sass/bootstrap-sass/bootstrap/_jumbotron.scss +54 -0
- data/_sass/bootstrap-sass/bootstrap/_labels.scss +66 -0
- data/_sass/bootstrap-sass/bootstrap/_list-group.scss +130 -0
- data/_sass/bootstrap-sass/bootstrap/_media.scss +66 -0
- data/_sass/bootstrap-sass/bootstrap/_mixins.scss +40 -0
- data/_sass/bootstrap-sass/bootstrap/_modals.scss +150 -0
- data/_sass/bootstrap-sass/bootstrap/_navbar.scss +662 -0
- data/_sass/bootstrap-sass/bootstrap/_navs.scss +242 -0
- data/_sass/bootstrap-sass/bootstrap/_normalize.scss +424 -0
- data/_sass/bootstrap-sass/bootstrap/_pager.scss +54 -0
- data/_sass/bootstrap-sass/bootstrap/_pagination.scss +89 -0
- data/_sass/bootstrap-sass/bootstrap/_panels.scss +271 -0
- data/_sass/bootstrap-sass/bootstrap/_popovers.scss +131 -0
- data/_sass/bootstrap-sass/bootstrap/_print.scss +101 -0
- data/_sass/bootstrap-sass/bootstrap/_progress-bars.scss +87 -0
- data/_sass/bootstrap-sass/bootstrap/_responsive-embed.scss +35 -0
- data/_sass/bootstrap-sass/bootstrap/_responsive-utilities.scss +179 -0
- data/_sass/bootstrap-sass/bootstrap/_scaffolding.scss +161 -0
- data/_sass/bootstrap-sass/bootstrap/_tables.scss +234 -0
- data/_sass/bootstrap-sass/bootstrap/_theme.scss +291 -0
- data/_sass/bootstrap-sass/bootstrap/_thumbnails.scss +38 -0
- data/_sass/bootstrap-sass/bootstrap/_tooltip.scss +101 -0
- data/_sass/bootstrap-sass/bootstrap/_type.scss +298 -0
- data/_sass/bootstrap-sass/bootstrap/_utilities.scss +55 -0
- data/_sass/bootstrap-sass/bootstrap/_variables.scss +874 -0
- data/_sass/bootstrap-sass/bootstrap/_wells.scss +29 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_alerts.scss +14 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_background-variant.scss +12 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_border-radius.scss +18 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_buttons.scss +65 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_center-block.scss +7 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_clearfix.scss +22 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_forms.scss +88 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_gradients.scss +58 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_grid-framework.scss +81 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_grid.scss +122 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_hide-text.scss +21 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_image.scss +33 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_labels.scss +12 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_list-group.scss +32 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_nav-divider.scss +10 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_opacity.scss +8 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_pagination.scss +24 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_panels.scss +24 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_progress-bar.scss +10 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_reset-filter.scss +8 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_reset-text.scss +18 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_responsive-visibility.scss +21 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_size.scss +10 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_tab-focus.scss +9 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_table-row.scss +28 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_text-overflow.scss +8 -0
- data/_sass/bootstrap-sass/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/_sass/layouts/card-good.scss +129 -0
- data/_sass/layouts/card.scss +50 -0
- data/_sass/layouts/envelope.scss +107 -0
- data/_sass/layouts/sheet.scss +39 -0
- data/_sass/theme.scss +41 -0
- data/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/assets/fonts/glyphicons-halflings-regular.svg +288 -0
- data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- metadata +100 -2
@@ -0,0 +1,929 @@
|
|
1
|
+
$bootstrap-sass-asset-helper: false !default;
|
2
|
+
//
|
3
|
+
// Variables
|
4
|
+
// --------------------------------------------------
|
5
|
+
|
6
|
+
|
7
|
+
//== Colors
|
8
|
+
//
|
9
|
+
//## Gray and brand colors for use across Bootstrap.
|
10
|
+
|
11
|
+
$gray-base: #000 !default;
|
12
|
+
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
|
13
|
+
$gray-dark: lighten($gray-base, 20%) !default; // #333
|
14
|
+
$gray: lighten($gray-base, 33.5%) !default; // #555
|
15
|
+
$gray-light: lighten($gray-base, 46.7%) !default; // #777
|
16
|
+
$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
|
17
|
+
|
18
|
+
$yellow: #ffff00;
|
19
|
+
$yellow-light: lighten($yellow, 20%);
|
20
|
+
$yellow-lighter: lighten($yellow, 33.5%);
|
21
|
+
$yellow-warm: rgb(252, 234, 73); // Hand picked
|
22
|
+
$yellow-warm: rgb(244, 191, 117); // Hyde theme
|
23
|
+
$yellow-warm: rgb(250, 210, 90); // Attempt to find a balance between the above
|
24
|
+
/*
|
25
|
+
$yellow: #ffff00;
|
26
|
+
$yellow-warm: #fcea49;
|
27
|
+
*/
|
28
|
+
|
29
|
+
|
30
|
+
/*
|
31
|
+
$envelope-bottom-color: #dbdad6;
|
32
|
+
$envelope-side-color: #dfded9;
|
33
|
+
$envelope-bottom-edge-color: #ebeae5;
|
34
|
+
$envelope-top-edge-color: #f0efeb;
|
35
|
+
$envelope-top-color: #ebeae5;
|
36
|
+
$envelope-inside-color: #ebeae5;
|
37
|
+
*/
|
38
|
+
$envelope-top-color: #ffffff;
|
39
|
+
$envelope-top-edge-color: #fafafa;
|
40
|
+
$envelope-side-color: #ffffff;
|
41
|
+
$envelope-bottom-color: #ffffff;
|
42
|
+
$envelope-bottom-edge-color: #fafafa;
|
43
|
+
$envelope-inside-color: #f5f5f5;
|
44
|
+
|
45
|
+
$card-shadow-color: #cc9900;
|
46
|
+
|
47
|
+
$brand-primary: $yellow-warm;
|
48
|
+
$brand-success: #5cb85c !default;
|
49
|
+
$brand-info: #5bc0de !default;
|
50
|
+
$brand-warning: #f0ad4e !default;
|
51
|
+
$brand-danger: #d9534f !default;
|
52
|
+
|
53
|
+
//== Scaffolding
|
54
|
+
//
|
55
|
+
//## Settings for some of the most global styles.
|
56
|
+
|
57
|
+
//** Background color for `<body>`.
|
58
|
+
$body-bg: $yellow-warm;
|
59
|
+
//** Global text color on `<body>`.
|
60
|
+
$text-color: $gray-dark;
|
61
|
+
|
62
|
+
//** Global textual link color.
|
63
|
+
$link-color: $text-color;
|
64
|
+
//** Link hover color set via `darken()` function.
|
65
|
+
$link-hover-color: darken($link-color, 15%) !default;
|
66
|
+
//** Link hover decoration.
|
67
|
+
$link-hover-decoration: none;
|
68
|
+
|
69
|
+
|
70
|
+
//== Typography
|
71
|
+
//
|
72
|
+
//## Font, line-height, and color for body text, headings, and more.
|
73
|
+
|
74
|
+
$font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
75
|
+
$font-family-serif: "LM Roman", Georgia, "Times New Roman", Times, serif;
|
76
|
+
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
77
|
+
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
|
78
|
+
$font-family-base: $font-family-sans-serif !default;
|
79
|
+
|
80
|
+
$font-size-base: 14px;
|
81
|
+
$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
|
82
|
+
$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
|
83
|
+
|
84
|
+
$font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px
|
85
|
+
$font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px
|
86
|
+
$font-size-h3: ceil(($font-size-base * 1.7)) !default; // ~24px
|
87
|
+
$font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px
|
88
|
+
$font-size-h5: $font-size-base !default;
|
89
|
+
$font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
|
90
|
+
|
91
|
+
//** Unit-less `line-height` for use in components like buttons.
|
92
|
+
$line-height-base: 1.428571429 !default; // 20/14
|
93
|
+
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
94
|
+
$line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
|
95
|
+
|
96
|
+
//** By default, this inherits from the `<body>`.
|
97
|
+
$headings-font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
98
|
+
$headings-font-weight: 500 !default;
|
99
|
+
$headings-line-height: 1.1 !default;
|
100
|
+
$headings-color: inherit !default;
|
101
|
+
|
102
|
+
|
103
|
+
//== Iconography
|
104
|
+
//
|
105
|
+
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
106
|
+
|
107
|
+
//** Load fonts from this directory.
|
108
|
+
|
109
|
+
// [converter] If $bootstrap-sass-asset-helper if used, provide path relative to the assets load path.
|
110
|
+
// [converter] This is because some asset helpers, such as Sprockets, do not work with file-relative paths.
|
111
|
+
$icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/") !default;
|
112
|
+
|
113
|
+
//** File name for all font files.
|
114
|
+
$icon-font-name: "glyphicons-halflings-regular" !default;
|
115
|
+
//** Element ID within SVG icon file.
|
116
|
+
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
117
|
+
|
118
|
+
|
119
|
+
//== Components
|
120
|
+
//
|
121
|
+
//## Define common padding and border radius sizes and more. Values based on 16px text and 1.428 line-height (~20px to start).
|
122
|
+
|
123
|
+
$padding-base-vertical: 7px; // 6px
|
124
|
+
$padding-base-horizontal: 14px; // 12px
|
125
|
+
|
126
|
+
$padding-large-vertical: 11px; // 10px
|
127
|
+
$padding-large-horizontal: 18px; // 16px
|
128
|
+
|
129
|
+
$padding-small-vertical: 6px; // 5px
|
130
|
+
$padding-small-horizontal: 11px; // 10px
|
131
|
+
|
132
|
+
$padding-xs-vertical: 1px; // 1px
|
133
|
+
$padding-xs-horizontal: 6px; // 5px
|
134
|
+
|
135
|
+
$line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
|
136
|
+
$line-height-small: 1.5 !default;
|
137
|
+
|
138
|
+
$border-radius-base: 4px !default; // 4px
|
139
|
+
$border-radius-large: 7px; // 6px
|
140
|
+
$border-radius-small: 3px !default; // 3px
|
141
|
+
|
142
|
+
//** Global color for active items (e.g., navs or dropdowns).
|
143
|
+
$component-active-color: #fff !default;
|
144
|
+
//** Global background color for active items (e.g., navs or dropdowns).
|
145
|
+
$component-active-bg: $brand-primary !default;
|
146
|
+
|
147
|
+
//** Width of the `border` for generating carets that indicator dropdowns.
|
148
|
+
$caret-width-base: 4px !default;
|
149
|
+
//** Carets increase slightly in size for larger components.
|
150
|
+
$caret-width-large: 5px !default;
|
151
|
+
|
152
|
+
|
153
|
+
//== Tables
|
154
|
+
//
|
155
|
+
//## Customizes the `.table` component with basic values, each used across all table variations.
|
156
|
+
|
157
|
+
//** Padding for `<th>`s and `<td>`s.
|
158
|
+
$table-cell-padding: 8px !default;
|
159
|
+
//** Padding for cells in `.table-condensed`.
|
160
|
+
$table-condensed-cell-padding: 5px !default;
|
161
|
+
|
162
|
+
//** Default background color used for all tables.
|
163
|
+
$table-bg: transparent !default;
|
164
|
+
//** Background color used for `.table-striped`.
|
165
|
+
$table-bg-accent: #f9f9f9 !default;
|
166
|
+
//** Background color used for `.table-hover`.
|
167
|
+
$table-bg-hover: #f5f5f5 !default;
|
168
|
+
$table-bg-active: $table-bg-hover !default;
|
169
|
+
|
170
|
+
//** Border color for table and cell borders.
|
171
|
+
$table-border-color: #ddd !default;
|
172
|
+
|
173
|
+
|
174
|
+
//== Buttons
|
175
|
+
//
|
176
|
+
//## For each of Bootstrap's buttons, define text, background and border color.
|
177
|
+
|
178
|
+
$btn-font-weight: normal !default;
|
179
|
+
|
180
|
+
$btn-default-color: #333 !default;
|
181
|
+
$btn-default-bg: #fff !default;
|
182
|
+
$btn-default-border: #ccc !default;
|
183
|
+
|
184
|
+
$btn-primary-color: #fff !default;
|
185
|
+
$btn-primary-bg: $brand-primary !default;
|
186
|
+
$btn-primary-border: darken($btn-primary-bg, 5%) !default;
|
187
|
+
|
188
|
+
$btn-success-color: #fff !default;
|
189
|
+
$btn-success-bg: $brand-success !default;
|
190
|
+
$btn-success-border: darken($btn-success-bg, 5%) !default;
|
191
|
+
|
192
|
+
$btn-info-color: #fff !default;
|
193
|
+
$btn-info-bg: $brand-info !default;
|
194
|
+
$btn-info-border: darken($btn-info-bg, 5%) !default;
|
195
|
+
|
196
|
+
$btn-warning-color: #fff !default;
|
197
|
+
$btn-warning-bg: $brand-warning !default;
|
198
|
+
$btn-warning-border: darken($btn-warning-bg, 5%) !default;
|
199
|
+
|
200
|
+
$btn-danger-color: #fff !default;
|
201
|
+
$btn-danger-bg: $brand-danger !default;
|
202
|
+
$btn-danger-border: darken($btn-danger-bg, 5%) !default;
|
203
|
+
|
204
|
+
$btn-link-disabled-color: $gray-light !default;
|
205
|
+
|
206
|
+
// Allows for customizing button radius independently from global border radius
|
207
|
+
$btn-border-radius-base: $border-radius-base !default;
|
208
|
+
$btn-border-radius-large: $border-radius-large !default;
|
209
|
+
$btn-border-radius-small: $border-radius-small !default;
|
210
|
+
|
211
|
+
|
212
|
+
//== Forms
|
213
|
+
//
|
214
|
+
//##
|
215
|
+
|
216
|
+
//** `<input>` background color
|
217
|
+
$input-bg: #fff !default;
|
218
|
+
//** `<input disabled>` background color
|
219
|
+
$input-bg-disabled: $gray-lighter !default;
|
220
|
+
|
221
|
+
//** Text color for `<input>`s
|
222
|
+
$input-color: $gray !default;
|
223
|
+
//** `<input>` border color
|
224
|
+
$input-border: #ccc !default;
|
225
|
+
|
226
|
+
// TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
|
227
|
+
//** Default `.form-control` border radius
|
228
|
+
// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
|
229
|
+
$input-border-radius: $border-radius-base !default;
|
230
|
+
//** Large `.form-control` border radius
|
231
|
+
$input-border-radius-large: $border-radius-large !default;
|
232
|
+
//** Small `.form-control` border radius
|
233
|
+
$input-border-radius-small: $border-radius-small !default;
|
234
|
+
|
235
|
+
//** Border color for inputs on focus
|
236
|
+
$input-border-focus: $gray !default; // #66afe9
|
237
|
+
|
238
|
+
//** Placeholder text color
|
239
|
+
$input-color-placeholder: #999 !default;
|
240
|
+
|
241
|
+
//** Default `.form-control` height
|
242
|
+
$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) !default;
|
243
|
+
//** Large `.form-control` height
|
244
|
+
$input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2) !default;
|
245
|
+
//** Small `.form-control` height
|
246
|
+
$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
|
247
|
+
|
248
|
+
//** `.form-group` margin
|
249
|
+
$form-group-margin-bottom: 15px !default;
|
250
|
+
|
251
|
+
$legend-color: $gray-dark !default;
|
252
|
+
$legend-border-color: #e5e5e5 !default;
|
253
|
+
|
254
|
+
//** Background color for textual input addons
|
255
|
+
$input-group-addon-bg: $gray-lighter !default;
|
256
|
+
//** Border color for textual input addons
|
257
|
+
$input-group-addon-border-color: $input-border !default;
|
258
|
+
|
259
|
+
//** Disabled cursor for form controls and buttons.
|
260
|
+
$cursor-disabled: not-allowed !default;
|
261
|
+
|
262
|
+
|
263
|
+
//== Dropdowns
|
264
|
+
//
|
265
|
+
//## Dropdown menu container and contents.
|
266
|
+
|
267
|
+
//** Background for the dropdown menu.
|
268
|
+
$dropdown-bg: #fff !default;
|
269
|
+
//** Dropdown menu `border-color`.
|
270
|
+
$dropdown-border: rgba(0,0,0,.15) !default;
|
271
|
+
//** Dropdown menu `border-color` **for IE8**.
|
272
|
+
$dropdown-fallback-border: #ccc !default;
|
273
|
+
//** Divider color for between dropdown items.
|
274
|
+
$dropdown-divider-bg: #e5e5e5 !default;
|
275
|
+
|
276
|
+
//** Dropdown link text color.
|
277
|
+
$dropdown-link-color: $gray-dark !default;
|
278
|
+
//** Hover color for dropdown links.
|
279
|
+
$dropdown-link-hover-color: darken($gray-dark, 5%) !default;
|
280
|
+
//** Hover background for dropdown links.
|
281
|
+
$dropdown-link-hover-bg: #f5f5f5 !default;
|
282
|
+
|
283
|
+
//** Active dropdown menu item text color.
|
284
|
+
$dropdown-link-active-color: $component-active-color !default;
|
285
|
+
//** Active dropdown menu item background color.
|
286
|
+
$dropdown-link-active-bg: $component-active-bg !default;
|
287
|
+
|
288
|
+
//** Disabled dropdown menu item background color.
|
289
|
+
$dropdown-link-disabled-color: $gray-light !default;
|
290
|
+
|
291
|
+
//** Text color for headers within dropdown menus.
|
292
|
+
$dropdown-header-color: $gray-light !default;
|
293
|
+
|
294
|
+
//** Deprecated `$dropdown-caret-color` as of v3.1.0
|
295
|
+
$dropdown-caret-color: #000 !default;
|
296
|
+
|
297
|
+
|
298
|
+
//-- Z-index master list
|
299
|
+
//
|
300
|
+
// Warning: Avoid customizing these values. They're used for a bird's eye view
|
301
|
+
// of components dependent on the z-axis and are designed to all work together.
|
302
|
+
//
|
303
|
+
// Note: These variables are not generated into the Customizer.
|
304
|
+
|
305
|
+
$zindex-navbar: 1000 !default;
|
306
|
+
$zindex-dropdown: 1000 !default;
|
307
|
+
$zindex-popover: 1060 !default;
|
308
|
+
$zindex-tooltip: 1070 !default;
|
309
|
+
$zindex-navbar-fixed: 1030 !default;
|
310
|
+
$zindex-modal-background: 1040 !default;
|
311
|
+
$zindex-modal: 1050 !default;
|
312
|
+
|
313
|
+
|
314
|
+
//== Media queries breakpoints
|
315
|
+
//
|
316
|
+
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
317
|
+
|
318
|
+
// Extra small screen / phone
|
319
|
+
//** Deprecated `$screen-xs` as of v3.0.1
|
320
|
+
$screen-xs: 480px !default;
|
321
|
+
//** Deprecated `$screen-xs-min` as of v3.2.0
|
322
|
+
$screen-xs-min: $screen-xs !default;
|
323
|
+
//** Deprecated `$screen-phone` as of v3.0.1
|
324
|
+
$screen-phone: $screen-xs-min !default;
|
325
|
+
|
326
|
+
// Small screen / tablet
|
327
|
+
//** Deprecated `$screen-sm` as of v3.0.1
|
328
|
+
$screen-sm: 768px !default;
|
329
|
+
$screen-sm-min: $screen-sm !default;
|
330
|
+
//** Deprecated `$screen-tablet` as of v3.0.1
|
331
|
+
$screen-tablet: $screen-sm-min !default;
|
332
|
+
|
333
|
+
// Medium screen / desktop
|
334
|
+
//** Deprecated `$screen-md` as of v3.0.1
|
335
|
+
$screen-md: 992px !default;
|
336
|
+
$screen-md-min: $screen-md !default;
|
337
|
+
//** Deprecated `$screen-desktop` as of v3.0.1
|
338
|
+
$screen-desktop: $screen-md-min !default;
|
339
|
+
|
340
|
+
// Large screen / wide desktop
|
341
|
+
//** Deprecated `$screen-lg` as of v3.0.1
|
342
|
+
$screen-lg: 1200px !default;
|
343
|
+
$screen-lg-min: $screen-lg !default;
|
344
|
+
//** Deprecated `$screen-lg-desktop` as of v3.0.1
|
345
|
+
$screen-lg-desktop: $screen-lg-min !default;
|
346
|
+
|
347
|
+
// So media queries don't overlap when required, provide a maximum
|
348
|
+
$screen-xs-max: ($screen-sm-min - 1) !default;
|
349
|
+
$screen-sm-max: ($screen-md-min - 1) !default;
|
350
|
+
$screen-md-max: ($screen-lg-min - 1) !default;
|
351
|
+
|
352
|
+
|
353
|
+
//== Grid system
|
354
|
+
//
|
355
|
+
//## Define your custom responsive grid.
|
356
|
+
|
357
|
+
//** Number of columns in the grid.
|
358
|
+
$grid-columns: 12 !default;
|
359
|
+
//** Padding between columns. Gets divided in half for the left and right.
|
360
|
+
$grid-gutter-width: 30px !default;
|
361
|
+
// Navbar collapse
|
362
|
+
//** Point at which the navbar becomes uncollapsed.
|
363
|
+
$grid-float-breakpoint: $screen-sm-min !default;
|
364
|
+
//** Point at which the navbar begins collapsing.
|
365
|
+
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
366
|
+
|
367
|
+
|
368
|
+
//== Container sizes
|
369
|
+
//
|
370
|
+
//## Define the maximum width of `.container` for different screen sizes.
|
371
|
+
|
372
|
+
// Small screen / tablet
|
373
|
+
$container-tablet: (720px + $grid-gutter-width) !default;
|
374
|
+
//** For `$screen-sm-min` and up.
|
375
|
+
$container-sm: $container-tablet !default;
|
376
|
+
|
377
|
+
// Medium screen / desktop
|
378
|
+
$container-desktop: (940px + $grid-gutter-width) !default;
|
379
|
+
//** For `$screen-md-min` and up.
|
380
|
+
$container-md: $container-desktop !default;
|
381
|
+
|
382
|
+
// Large screen / wide desktop
|
383
|
+
$container-large-desktop: (1140px + $grid-gutter-width) !default;
|
384
|
+
$container-large-desktop: $container-desktop !default;
|
385
|
+
//** For `$screen-lg-min` and up.
|
386
|
+
$container-lg: $container-large-desktop !default;
|
387
|
+
|
388
|
+
|
389
|
+
//== Navbar
|
390
|
+
//
|
391
|
+
//##
|
392
|
+
|
393
|
+
// Basics of a navbar
|
394
|
+
$navbar-height: 50px !default;
|
395
|
+
$navbar-margin-bottom: $line-height-computed !default;
|
396
|
+
$navbar-border-radius: 0; // $border-radius-base !default;
|
397
|
+
$navbar-padding-horizontal: 0; // floor(($grid-gutter-width / 2)) !default;
|
398
|
+
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
|
399
|
+
$navbar-collapse-max-height: 340px !default;
|
400
|
+
|
401
|
+
$navbar-default-color: #777 !default;
|
402
|
+
$navbar-default-bg: white; // #f8f8f8 !default;
|
403
|
+
$navbar-default-border: white; // darken($navbar-default-bg, 6.5%) !default;
|
404
|
+
|
405
|
+
// Navbar links
|
406
|
+
$navbar-default-link-color: #777 !default;
|
407
|
+
$navbar-default-link-hover-color: #333 !default;
|
408
|
+
$navbar-default-link-hover-bg: transparent !default;
|
409
|
+
$navbar-default-link-active-color: #555 !default;
|
410
|
+
$navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%) !default;
|
411
|
+
$navbar-default-link-disabled-color: #ccc !default;
|
412
|
+
$navbar-default-link-disabled-bg: transparent !default;
|
413
|
+
|
414
|
+
// Navbar brand label
|
415
|
+
$navbar-default-brand-color: $navbar-default-link-color !default;
|
416
|
+
$navbar-default-brand-hover-color: darken($navbar-default-brand-color, 10%) !default;
|
417
|
+
$navbar-default-brand-hover-bg: transparent !default;
|
418
|
+
|
419
|
+
// Navbar toggle
|
420
|
+
$navbar-default-toggle-hover-bg: #ddd !default;
|
421
|
+
$navbar-default-toggle-icon-bar-bg: #888 !default;
|
422
|
+
$navbar-default-toggle-border-color: #ddd !default;
|
423
|
+
|
424
|
+
|
425
|
+
//=== Outside navbar
|
426
|
+
// Reset outside navbar basics
|
427
|
+
$navbar-outside-color: darken($body-bg, 30%);
|
428
|
+
$navbar-outside-bg: white; // #f8f8f8 !default;
|
429
|
+
$navbar-outside-border: white; // darken($navbar-default-bg, 6.5%) !default;
|
430
|
+
|
431
|
+
// Outside navbar links
|
432
|
+
$navbar-outside-link-color: darken($body-bg, 30%);
|
433
|
+
$navbar-outside-link-hover-color: darken($body-bg, 50%);
|
434
|
+
$navbar-outside-link-hover-bg: transparent !default;
|
435
|
+
$navbar-outside-link-active-color: $navbar-outside-link-hover-color !default;
|
436
|
+
$navbar-outside-link-active-bg: darken($navbar-outside-bg, 10%) !default;
|
437
|
+
$navbar-outside-link-disabled-color: #444 !default;
|
438
|
+
$navbar-outside-link-disabled-bg: transparent !default;
|
439
|
+
|
440
|
+
// Outside navbar brand label
|
441
|
+
$navbar-outside-brand-color: $navbar-outside-link-color !default;
|
442
|
+
$navbar-outside-brand-hover-color: #fff !default;
|
443
|
+
$navbar-outside-brand-hover-bg: transparent !default;
|
444
|
+
|
445
|
+
// Outside navbar toggle
|
446
|
+
$navbar-outside-toggle-hover-bg: #333 !default;
|
447
|
+
$navbar-outside-toggle-icon-bar-bg: #fff !default;
|
448
|
+
$navbar-outside-toggle-border-color: #333 !default;
|
449
|
+
|
450
|
+
|
451
|
+
//=== Inverted navbar
|
452
|
+
// Reset inverted navbar basics
|
453
|
+
$navbar-inverse-color: lighten($gray-light, 15%) !default;
|
454
|
+
$navbar-inverse-bg: #222 !default;
|
455
|
+
$navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
|
456
|
+
|
457
|
+
// Inverted navbar links
|
458
|
+
$navbar-inverse-link-color: lighten($gray-light, 15%) !default;
|
459
|
+
$navbar-inverse-link-hover-color: #fff !default;
|
460
|
+
$navbar-inverse-link-hover-bg: transparent !default;
|
461
|
+
$navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
|
462
|
+
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%) !default;
|
463
|
+
$navbar-inverse-link-disabled-color: #444 !default;
|
464
|
+
$navbar-inverse-link-disabled-bg: transparent !default;
|
465
|
+
|
466
|
+
// Inverted navbar brand label
|
467
|
+
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
468
|
+
$navbar-inverse-brand-hover-color: #fff !default;
|
469
|
+
$navbar-inverse-brand-hover-bg: transparent !default;
|
470
|
+
|
471
|
+
// Inverted navbar toggle
|
472
|
+
$navbar-inverse-toggle-hover-bg: #333 !default;
|
473
|
+
$navbar-inverse-toggle-icon-bar-bg: #fff !default;
|
474
|
+
$navbar-inverse-toggle-border-color: #333 !default;
|
475
|
+
|
476
|
+
|
477
|
+
//== Navs
|
478
|
+
//
|
479
|
+
//##
|
480
|
+
|
481
|
+
//=== Shared nav styles
|
482
|
+
$nav-link-padding: 10px 15px !default;
|
483
|
+
$nav-link-hover-bg: $gray-lighter !default;
|
484
|
+
|
485
|
+
$nav-disabled-link-color: $gray-light !default;
|
486
|
+
$nav-disabled-link-hover-color: $gray-light !default;
|
487
|
+
|
488
|
+
//== Tabs
|
489
|
+
$nav-tabs-border-color: #ddd !default;
|
490
|
+
|
491
|
+
$nav-tabs-link-hover-border-color: $gray-lighter !default;
|
492
|
+
|
493
|
+
$nav-tabs-active-link-hover-bg: $body-bg !default;
|
494
|
+
$nav-tabs-active-link-hover-color: $gray !default;
|
495
|
+
$nav-tabs-active-link-hover-border-color: #ddd !default;
|
496
|
+
|
497
|
+
$nav-tabs-justified-link-border-color: #ddd !default;
|
498
|
+
$nav-tabs-justified-active-link-border-color: $body-bg !default;
|
499
|
+
|
500
|
+
//== Pills
|
501
|
+
$nav-pills-border-radius: $border-radius-base !default;
|
502
|
+
$nav-pills-active-link-hover-bg: $component-active-bg !default;
|
503
|
+
$nav-pills-active-link-hover-color: $component-active-color !default;
|
504
|
+
|
505
|
+
|
506
|
+
//== Pagination
|
507
|
+
//
|
508
|
+
//##
|
509
|
+
|
510
|
+
$pagination-color: $link-color !default;
|
511
|
+
$pagination-bg: #fff !default;
|
512
|
+
$pagination-border: #ddd !default;
|
513
|
+
|
514
|
+
$pagination-hover-color: $link-hover-color !default;
|
515
|
+
$pagination-hover-bg: $gray-lighter !default;
|
516
|
+
$pagination-hover-border: #ddd !default;
|
517
|
+
|
518
|
+
$pagination-active-color: #fff !default;
|
519
|
+
$pagination-active-bg: $brand-primary !default;
|
520
|
+
$pagination-active-border: $brand-primary !default;
|
521
|
+
|
522
|
+
$pagination-disabled-color: $gray-light !default;
|
523
|
+
$pagination-disabled-bg: #fff !default;
|
524
|
+
$pagination-disabled-border: #ddd !default;
|
525
|
+
|
526
|
+
|
527
|
+
//== Pager
|
528
|
+
//
|
529
|
+
//##
|
530
|
+
|
531
|
+
$pager-bg: $pagination-bg !default;
|
532
|
+
$pager-border: $pagination-border !default;
|
533
|
+
$pager-border-radius: 15px !default;
|
534
|
+
|
535
|
+
$pager-hover-bg: $pagination-hover-bg !default;
|
536
|
+
|
537
|
+
$pager-active-bg: $pagination-active-bg !default;
|
538
|
+
$pager-active-color: $pagination-active-color !default;
|
539
|
+
|
540
|
+
$pager-disabled-color: $pagination-disabled-color !default;
|
541
|
+
|
542
|
+
|
543
|
+
//== Jumbotron
|
544
|
+
//
|
545
|
+
//##
|
546
|
+
|
547
|
+
$jumbotron-padding: 30px !default;
|
548
|
+
$jumbotron-color: inherit !default;
|
549
|
+
$jumbotron-bg: $gray-lighter !default;
|
550
|
+
$jumbotron-heading-color: inherit !default;
|
551
|
+
$jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
|
552
|
+
$jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
|
553
|
+
|
554
|
+
|
555
|
+
//== Form states and alerts
|
556
|
+
//
|
557
|
+
//## Define colors for form feedback states and, by default, alerts.
|
558
|
+
|
559
|
+
$state-success-text: #3c763d !default;
|
560
|
+
$state-success-bg: #dff0d8 !default;
|
561
|
+
$state-success-border: darken(adjust-hue($state-success-bg, -10), 5%) !default;
|
562
|
+
|
563
|
+
$state-info-text: #31708f !default;
|
564
|
+
$state-info-bg: #d9edf7 !default;
|
565
|
+
$state-info-border: darken(adjust-hue($state-info-bg, -10), 7%) !default;
|
566
|
+
|
567
|
+
$state-warning-text: #8a6d3b !default;
|
568
|
+
$state-warning-bg: #fcf8e3 !default;
|
569
|
+
$state-warning-border: darken(adjust-hue($state-warning-bg, -10), 5%) !default;
|
570
|
+
|
571
|
+
$state-danger-text: #a94442 !default;
|
572
|
+
$state-danger-bg: #f2dede !default;
|
573
|
+
$state-danger-border: darken(adjust-hue($state-danger-bg, -10), 5%) !default;
|
574
|
+
|
575
|
+
|
576
|
+
//== Tooltips
|
577
|
+
//
|
578
|
+
//##
|
579
|
+
|
580
|
+
//** Tooltip max width
|
581
|
+
$tooltip-max-width: 200px !default;
|
582
|
+
//** Tooltip text color
|
583
|
+
$tooltip-color: #fff !default;
|
584
|
+
//** Tooltip background color
|
585
|
+
$tooltip-bg: #000 !default;
|
586
|
+
$tooltip-opacity: .9 !default;
|
587
|
+
|
588
|
+
//** Tooltip arrow width
|
589
|
+
$tooltip-arrow-width: 5px !default;
|
590
|
+
//** Tooltip arrow color
|
591
|
+
$tooltip-arrow-color: $tooltip-bg !default;
|
592
|
+
|
593
|
+
|
594
|
+
//== Popovers
|
595
|
+
//
|
596
|
+
//##
|
597
|
+
|
598
|
+
//** Popover body background color
|
599
|
+
$popover-bg: #fff !default;
|
600
|
+
//** Popover maximum width
|
601
|
+
$popover-max-width: 276px !default;
|
602
|
+
//** Popover border color
|
603
|
+
$popover-border-color: rgba(0,0,0,.2) !default;
|
604
|
+
//** Popover fallback border color
|
605
|
+
$popover-fallback-border-color: #ccc !default;
|
606
|
+
|
607
|
+
//** Popover title background color
|
608
|
+
$popover-title-bg: darken($popover-bg, 3%) !default;
|
609
|
+
|
610
|
+
//** Popover arrow width
|
611
|
+
$popover-arrow-width: 10px !default;
|
612
|
+
//** Popover arrow color
|
613
|
+
$popover-arrow-color: $popover-bg !default;
|
614
|
+
|
615
|
+
//** Popover outer arrow width
|
616
|
+
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
617
|
+
//** Popover outer arrow color
|
618
|
+
$popover-arrow-outer-color: fade_in($popover-border-color, 0.05) !default;
|
619
|
+
//** Popover outer arrow fallback color
|
620
|
+
$popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
|
621
|
+
|
622
|
+
|
623
|
+
//== Labels
|
624
|
+
//
|
625
|
+
//##
|
626
|
+
|
627
|
+
//** Default label background color
|
628
|
+
$label-default-bg: $gray-light !default;
|
629
|
+
//** Primary label background color
|
630
|
+
$label-primary-bg: $brand-primary !default;
|
631
|
+
//** Success label background color
|
632
|
+
$label-success-bg: $brand-success !default;
|
633
|
+
//** Info label background color
|
634
|
+
$label-info-bg: $brand-info !default;
|
635
|
+
//** Warning label background color
|
636
|
+
$label-warning-bg: $brand-warning !default;
|
637
|
+
//** Danger label background color
|
638
|
+
$label-danger-bg: $brand-danger !default;
|
639
|
+
|
640
|
+
//** Default label text color
|
641
|
+
$label-color: #fff !default;
|
642
|
+
//** Default text color of a linked label
|
643
|
+
$label-link-hover-color: #fff !default;
|
644
|
+
|
645
|
+
|
646
|
+
//== Modals
|
647
|
+
//
|
648
|
+
//##
|
649
|
+
|
650
|
+
//** Padding applied to the modal body
|
651
|
+
$modal-inner-padding: 15px !default;
|
652
|
+
|
653
|
+
//** Padding applied to the modal title
|
654
|
+
$modal-title-padding: 15px !default;
|
655
|
+
//** Modal title line-height
|
656
|
+
$modal-title-line-height: $line-height-base !default;
|
657
|
+
|
658
|
+
//** Background color of modal content area
|
659
|
+
$modal-content-bg: #fff !default;
|
660
|
+
//** Modal content border color
|
661
|
+
$modal-content-border-color: rgba(0,0,0,.2) !default;
|
662
|
+
//** Modal content border color **for IE8**
|
663
|
+
$modal-content-fallback-border-color: #999 !default;
|
664
|
+
|
665
|
+
//** Modal backdrop background color
|
666
|
+
$modal-backdrop-bg: #000 !default;
|
667
|
+
//** Modal backdrop opacity
|
668
|
+
$modal-backdrop-opacity: .5 !default;
|
669
|
+
//** Modal header border color
|
670
|
+
$modal-header-border-color: #e5e5e5 !default;
|
671
|
+
//** Modal footer border color
|
672
|
+
$modal-footer-border-color: $modal-header-border-color !default;
|
673
|
+
|
674
|
+
$modal-lg: 900px !default;
|
675
|
+
$modal-md: 600px !default;
|
676
|
+
$modal-sm: 300px !default;
|
677
|
+
|
678
|
+
|
679
|
+
//== Alerts
|
680
|
+
//
|
681
|
+
//## Define alert colors, border radius, and padding.
|
682
|
+
|
683
|
+
$alert-padding: 15px !default;
|
684
|
+
$alert-border-radius: $border-radius-base !default;
|
685
|
+
$alert-link-font-weight: bold !default;
|
686
|
+
|
687
|
+
$alert-success-bg: $state-success-bg !default;
|
688
|
+
$alert-success-text: $state-success-text !default;
|
689
|
+
$alert-success-border: $state-success-border !default;
|
690
|
+
|
691
|
+
$alert-info-bg: $state-info-bg !default;
|
692
|
+
$alert-info-text: $state-info-text !default;
|
693
|
+
$alert-info-border: $state-info-border !default;
|
694
|
+
|
695
|
+
$alert-warning-bg: $state-warning-bg !default;
|
696
|
+
$alert-warning-text: $state-warning-text !default;
|
697
|
+
$alert-warning-border: $state-warning-border !default;
|
698
|
+
|
699
|
+
$alert-danger-bg: $state-danger-bg !default;
|
700
|
+
$alert-danger-text: $state-danger-text !default;
|
701
|
+
$alert-danger-border: $state-danger-border !default;
|
702
|
+
|
703
|
+
|
704
|
+
//== Progress bars
|
705
|
+
//
|
706
|
+
//##
|
707
|
+
|
708
|
+
//** Background color of the whole progress component
|
709
|
+
$progress-bg: #f5f5f5 !default;
|
710
|
+
//** Progress bar text color
|
711
|
+
$progress-bar-color: #fff !default;
|
712
|
+
//** Variable for setting rounded corners on progress bar.
|
713
|
+
$progress-border-radius: $border-radius-base !default;
|
714
|
+
|
715
|
+
//** Default progress bar color
|
716
|
+
$progress-bar-bg: $brand-primary !default;
|
717
|
+
//** Success progress bar color
|
718
|
+
$progress-bar-success-bg: $brand-success !default;
|
719
|
+
//** Warning progress bar color
|
720
|
+
$progress-bar-warning-bg: $brand-warning !default;
|
721
|
+
//** Danger progress bar color
|
722
|
+
$progress-bar-danger-bg: $brand-danger !default;
|
723
|
+
//** Info progress bar color
|
724
|
+
$progress-bar-info-bg: $brand-info !default;
|
725
|
+
|
726
|
+
|
727
|
+
//== List group
|
728
|
+
//
|
729
|
+
//##
|
730
|
+
|
731
|
+
//** Background color on `.list-group-item`
|
732
|
+
$list-group-bg: #fff !default;
|
733
|
+
//** `.list-group-item` border color
|
734
|
+
$list-group-border: #ddd !default;
|
735
|
+
//** List group border radius
|
736
|
+
$list-group-border-radius: $border-radius-base !default;
|
737
|
+
|
738
|
+
//** Background color of single list items on hover
|
739
|
+
$list-group-hover-bg: #f5f5f5 !default;
|
740
|
+
//** Text color of active list items
|
741
|
+
$list-group-active-color: $component-active-color !default;
|
742
|
+
//** Background color of active list items
|
743
|
+
$list-group-active-bg: $component-active-bg !default;
|
744
|
+
//** Border color of active list elements
|
745
|
+
$list-group-active-border: $list-group-active-bg !default;
|
746
|
+
//** Text color for content within active list items
|
747
|
+
$list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
|
748
|
+
|
749
|
+
//** Text color of disabled list items
|
750
|
+
$list-group-disabled-color: $gray-light !default;
|
751
|
+
//** Background color of disabled list items
|
752
|
+
$list-group-disabled-bg: $gray-lighter !default;
|
753
|
+
//** Text color for content within disabled list items
|
754
|
+
$list-group-disabled-text-color: $list-group-disabled-color !default;
|
755
|
+
|
756
|
+
$list-group-link-color: #555 !default;
|
757
|
+
$list-group-link-hover-color: $list-group-link-color !default;
|
758
|
+
$list-group-link-heading-color: #333 !default;
|
759
|
+
|
760
|
+
|
761
|
+
//== Panels
|
762
|
+
//
|
763
|
+
//##
|
764
|
+
|
765
|
+
$panel-bg: #fff !default;
|
766
|
+
$panel-body-padding: 15px !default;
|
767
|
+
$panel-heading-padding: 10px 15px !default;
|
768
|
+
$panel-footer-padding: $panel-heading-padding !default;
|
769
|
+
$panel-border-radius: $border-radius-base !default;
|
770
|
+
|
771
|
+
//** Border color for elements within panels
|
772
|
+
$panel-inner-border: #ddd !default;
|
773
|
+
$panel-footer-bg: #f5f5f5 !default;
|
774
|
+
|
775
|
+
$panel-default-text: $gray-dark !default;
|
776
|
+
$panel-default-border: #ddd !default;
|
777
|
+
$panel-default-heading-bg: #f5f5f5 !default;
|
778
|
+
|
779
|
+
$panel-primary-text: #fff !default;
|
780
|
+
$panel-primary-border: $brand-primary !default;
|
781
|
+
$panel-primary-heading-bg: $brand-primary !default;
|
782
|
+
|
783
|
+
$panel-success-text: $state-success-text !default;
|
784
|
+
$panel-success-border: $state-success-border !default;
|
785
|
+
$panel-success-heading-bg: $state-success-bg !default;
|
786
|
+
|
787
|
+
$panel-info-text: $state-info-text !default;
|
788
|
+
$panel-info-border: $state-info-border !default;
|
789
|
+
$panel-info-heading-bg: $state-info-bg !default;
|
790
|
+
|
791
|
+
$panel-warning-text: $state-warning-text !default;
|
792
|
+
$panel-warning-border: $state-warning-border !default;
|
793
|
+
$panel-warning-heading-bg: $state-warning-bg !default;
|
794
|
+
|
795
|
+
$panel-danger-text: $state-danger-text !default;
|
796
|
+
$panel-danger-border: $state-danger-border !default;
|
797
|
+
$panel-danger-heading-bg: $state-danger-bg !default;
|
798
|
+
|
799
|
+
|
800
|
+
//== Thumbnails
|
801
|
+
//
|
802
|
+
//##
|
803
|
+
|
804
|
+
//** Padding around the thumbnail image
|
805
|
+
$thumbnail-padding: 4px !default;
|
806
|
+
//** Thumbnail background color
|
807
|
+
$thumbnail-bg: $body-bg !default;
|
808
|
+
//** Thumbnail border color
|
809
|
+
$thumbnail-border: #ddd !default;
|
810
|
+
//** Thumbnail border radius
|
811
|
+
$thumbnail-border-radius: $border-radius-base !default;
|
812
|
+
|
813
|
+
//** Custom text color for thumbnail captions
|
814
|
+
$thumbnail-caption-color: $text-color !default;
|
815
|
+
//** Padding around the thumbnail caption
|
816
|
+
$thumbnail-caption-padding: 9px !default;
|
817
|
+
|
818
|
+
|
819
|
+
//== Wells
|
820
|
+
//
|
821
|
+
//##
|
822
|
+
|
823
|
+
$well-bg: #f5f5f5 !default;
|
824
|
+
$well-border: darken($well-bg, 7%) !default;
|
825
|
+
|
826
|
+
|
827
|
+
//== Badges
|
828
|
+
//
|
829
|
+
//##
|
830
|
+
|
831
|
+
$badge-color: #fff !default;
|
832
|
+
//** Linked badge text color on hover
|
833
|
+
$badge-link-hover-color: #fff !default;
|
834
|
+
$badge-bg: $gray-light !default;
|
835
|
+
|
836
|
+
//** Badge text color in active nav link
|
837
|
+
$badge-active-color: $link-color !default;
|
838
|
+
//** Badge background color in active nav link
|
839
|
+
$badge-active-bg: #fff !default;
|
840
|
+
|
841
|
+
$badge-font-weight: bold !default;
|
842
|
+
$badge-line-height: 1 !default;
|
843
|
+
$badge-border-radius: 10px !default;
|
844
|
+
|
845
|
+
|
846
|
+
//== Breadcrumbs
|
847
|
+
//
|
848
|
+
//##
|
849
|
+
|
850
|
+
$breadcrumb-padding-vertical: 8px !default;
|
851
|
+
$breadcrumb-padding-horizontal: 15px !default;
|
852
|
+
//** Breadcrumb background color
|
853
|
+
$breadcrumb-bg: #f5f5f5 !default;
|
854
|
+
//** Breadcrumb text color
|
855
|
+
$breadcrumb-color: #ccc !default;
|
856
|
+
//** Text color of current page in the breadcrumb
|
857
|
+
$breadcrumb-active-color: $gray-light !default;
|
858
|
+
//** Textual separator for between breadcrumb elements
|
859
|
+
$breadcrumb-separator: "/" !default;
|
860
|
+
|
861
|
+
|
862
|
+
//== Carousel
|
863
|
+
//
|
864
|
+
//##
|
865
|
+
|
866
|
+
$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
|
867
|
+
|
868
|
+
$carousel-control-color: #fff !default;
|
869
|
+
$carousel-control-width: 15% !default;
|
870
|
+
$carousel-control-opacity: .5 !default;
|
871
|
+
$carousel-control-font-size: 20px !default;
|
872
|
+
|
873
|
+
$carousel-indicator-active-bg: #fff !default;
|
874
|
+
$carousel-indicator-border-color: #fff !default;
|
875
|
+
|
876
|
+
$carousel-caption-color: #fff !default;
|
877
|
+
|
878
|
+
|
879
|
+
//== Close
|
880
|
+
//
|
881
|
+
//##
|
882
|
+
|
883
|
+
$close-font-weight: bold !default;
|
884
|
+
$close-color: #000 !default;
|
885
|
+
$close-text-shadow: 0 1px 0 #fff !default;
|
886
|
+
|
887
|
+
|
888
|
+
//== Code
|
889
|
+
//
|
890
|
+
//##
|
891
|
+
|
892
|
+
$code-color: #c7254e !default;
|
893
|
+
$code-bg: #f9f2f4 !default;
|
894
|
+
|
895
|
+
$kbd-color: #fff !default;
|
896
|
+
$kbd-bg: #333 !default;
|
897
|
+
|
898
|
+
$pre-bg: #f5f5f5 !default;
|
899
|
+
$pre-color: $gray-dark !default;
|
900
|
+
$pre-border-color: #ccc !default;
|
901
|
+
$pre-scrollable-max-height: 340px !default;
|
902
|
+
|
903
|
+
|
904
|
+
//== Type
|
905
|
+
//
|
906
|
+
//##
|
907
|
+
|
908
|
+
//** Horizontal offset for forms and lists.
|
909
|
+
$component-offset-horizontal: 180px !default;
|
910
|
+
//** Text muted color
|
911
|
+
$text-muted: $gray-light !default;
|
912
|
+
//** Abbreviations and acronyms border color
|
913
|
+
$abbr-border-color: $gray-light !default;
|
914
|
+
//** Headings small color
|
915
|
+
$headings-small-color: $gray-light !default;
|
916
|
+
//** Blockquote small color
|
917
|
+
$blockquote-small-color: $gray-light !default;
|
918
|
+
//** Blockquote font size
|
919
|
+
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
920
|
+
//** Blockquote border color
|
921
|
+
$blockquote-border-color: $gray-lighter !default;
|
922
|
+
//** Page header border color
|
923
|
+
$page-header-border-color: $gray-lighter !default;
|
924
|
+
//** Width of horizontal description list titles
|
925
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
926
|
+
//** Point at which .dl-horizontal becomes horizontal
|
927
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
928
|
+
//** Horizontal line color.
|
929
|
+
$hr-border: $gray-lighter !default;
|