volt-bootstrap 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,7 @@
1
1
  /*!
2
- * Bootstrap v3.0.2 by @fat and @mdo
3
- * Copyright 2013 Twitter, Inc.
4
- * Licensed under http://www.apache.org/licenses/LICENSE-2.0
5
- *
6
- * Designed and built with all the love in the world by @mdo and @fat.
2
+ * Bootstrap v3.1.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
5
  */
8
6
 
9
7
  .btn-default,
@@ -12,11 +10,10 @@
12
10
  .btn-info,
13
11
  .btn-warning,
14
12
  .btn-danger {
15
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
16
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
17
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
13
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
14
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
15
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
18
16
  }
19
-
20
17
  .btn-default:active,
21
18
  .btn-primary:active,
22
19
  .btn-success:active,
@@ -29,431 +26,322 @@
29
26
  .btn-info.active,
30
27
  .btn-warning.active,
31
28
  .btn-danger.active {
32
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
33
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
29
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
30
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
34
31
  }
35
-
36
32
  .btn:active,
37
33
  .btn.active {
38
34
  background-image: none;
39
35
  }
40
-
41
36
  .btn-default {
42
37
  text-shadow: 0 1px 0 #fff;
43
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
44
- background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
45
- background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
46
- background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
38
+ background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
39
+ background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
40
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
41
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
47
42
  background-repeat: repeat-x;
48
43
  border-color: #dbdbdb;
49
44
  border-color: #ccc;
50
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
51
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
52
45
  }
53
-
54
46
  .btn-default:hover,
55
47
  .btn-default:focus {
56
48
  background-color: #e0e0e0;
57
49
  background-position: 0 -15px;
58
50
  }
59
-
60
51
  .btn-default:active,
61
52
  .btn-default.active {
62
53
  background-color: #e0e0e0;
63
54
  border-color: #dbdbdb;
64
55
  }
65
-
66
56
  .btn-primary {
67
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
68
57
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
69
- background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
70
- background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
58
+ background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
59
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
60
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
71
61
  background-repeat: repeat-x;
72
62
  border-color: #2b669a;
73
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
74
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
75
63
  }
76
-
77
64
  .btn-primary:hover,
78
65
  .btn-primary:focus {
79
66
  background-color: #2d6ca2;
80
67
  background-position: 0 -15px;
81
68
  }
82
-
83
69
  .btn-primary:active,
84
70
  .btn-primary.active {
85
71
  background-color: #2d6ca2;
86
72
  border-color: #2b669a;
87
73
  }
88
-
89
74
  .btn-success {
90
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
91
75
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
92
- background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
93
- background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
76
+ background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
77
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
78
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
94
79
  background-repeat: repeat-x;
95
80
  border-color: #3e8f3e;
96
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
97
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
98
81
  }
99
-
100
82
  .btn-success:hover,
101
83
  .btn-success:focus {
102
84
  background-color: #419641;
103
85
  background-position: 0 -15px;
104
86
  }
105
-
106
87
  .btn-success:active,
107
88
  .btn-success.active {
108
89
  background-color: #419641;
109
90
  border-color: #3e8f3e;
110
91
  }
111
-
92
+ .btn-info {
93
+ background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
94
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
95
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
96
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
97
+ background-repeat: repeat-x;
98
+ border-color: #28a4c9;
99
+ }
100
+ .btn-info:hover,
101
+ .btn-info:focus {
102
+ background-color: #2aabd2;
103
+ background-position: 0 -15px;
104
+ }
105
+ .btn-info:active,
106
+ .btn-info.active {
107
+ background-color: #2aabd2;
108
+ border-color: #28a4c9;
109
+ }
112
110
  .btn-warning {
113
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
114
111
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
115
- background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
116
- background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
112
+ background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
113
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
114
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
117
115
  background-repeat: repeat-x;
118
116
  border-color: #e38d13;
119
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
120
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
121
117
  }
122
-
123
118
  .btn-warning:hover,
124
119
  .btn-warning:focus {
125
120
  background-color: #eb9316;
126
121
  background-position: 0 -15px;
127
122
  }
128
-
129
123
  .btn-warning:active,
130
124
  .btn-warning.active {
131
125
  background-color: #eb9316;
132
126
  border-color: #e38d13;
133
127
  }
134
-
135
128
  .btn-danger {
136
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
137
129
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
138
- background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
139
- background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
130
+ background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
131
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
132
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
140
133
  background-repeat: repeat-x;
141
134
  border-color: #b92c28;
142
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
143
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
144
135
  }
145
-
146
136
  .btn-danger:hover,
147
137
  .btn-danger:focus {
148
138
  background-color: #c12e2a;
149
139
  background-position: 0 -15px;
150
140
  }
151
-
152
141
  .btn-danger:active,
153
142
  .btn-danger.active {
154
143
  background-color: #c12e2a;
155
144
  border-color: #b92c28;
156
145
  }
157
-
158
- .btn-info {
159
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
160
- background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
161
- background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
162
- background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
163
- background-repeat: repeat-x;
164
- border-color: #28a4c9;
165
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
166
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
167
- }
168
-
169
- .btn-info:hover,
170
- .btn-info:focus {
171
- background-color: #2aabd2;
172
- background-position: 0 -15px;
173
- }
174
-
175
- .btn-info:active,
176
- .btn-info.active {
177
- background-color: #2aabd2;
178
- border-color: #28a4c9;
179
- }
180
-
181
146
  .thumbnail,
182
147
  .img-thumbnail {
183
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
184
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
148
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
149
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
185
150
  }
186
-
187
151
  .dropdown-menu > li > a:hover,
188
152
  .dropdown-menu > li > a:focus {
189
153
  background-color: #e8e8e8;
190
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
191
154
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
192
- background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
193
- background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
194
- background-repeat: repeat-x;
155
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
195
156
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
157
+ background-repeat: repeat-x;
196
158
  }
197
-
198
159
  .dropdown-menu > .active > a,
199
160
  .dropdown-menu > .active > a:hover,
200
161
  .dropdown-menu > .active > a:focus {
201
162
  background-color: #357ebd;
202
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
203
163
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
204
- background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
205
- background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
206
- background-repeat: repeat-x;
164
+ background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
207
165
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
166
+ background-repeat: repeat-x;
208
167
  }
209
-
210
168
  .navbar-default {
211
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
212
- background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
213
- background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
214
- background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
169
+ background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
170
+ background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
171
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
172
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
215
173
  background-repeat: repeat-x;
216
174
  border-radius: 4px;
217
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
218
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
219
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
220
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
175
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
176
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
221
177
  }
222
-
223
178
  .navbar-default .navbar-nav > .active > a {
224
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
225
179
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
226
- background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
227
- background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
228
- background-repeat: repeat-x;
180
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
229
181
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
230
- -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
231
- box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
182
+ background-repeat: repeat-x;
183
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
184
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
232
185
  }
233
-
234
186
  .navbar-brand,
235
187
  .navbar-nav > li > a {
236
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
188
+ text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
237
189
  }
238
-
239
190
  .navbar-inverse {
240
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
241
- background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
242
- background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
243
- background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
244
- background-repeat: repeat-x;
191
+ background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
192
+ background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
245
193
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
246
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
194
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
195
+ background-repeat: repeat-x;
247
196
  }
248
-
249
197
  .navbar-inverse .navbar-nav > .active > a {
250
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
251
- background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
252
- background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
253
- background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
254
- background-repeat: repeat-x;
198
+ background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
199
+ background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
255
200
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
256
- -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
257
- box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
201
+ background-repeat: repeat-x;
202
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
203
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
258
204
  }
259
-
260
205
  .navbar-inverse .navbar-brand,
261
206
  .navbar-inverse .navbar-nav > li > a {
262
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
207
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
263
208
  }
264
-
265
209
  .navbar-static-top,
266
210
  .navbar-fixed-top,
267
211
  .navbar-fixed-bottom {
268
212
  border-radius: 0;
269
213
  }
270
-
271
214
  .alert {
272
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
273
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
274
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
215
+ text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
216
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
217
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
275
218
  }
276
-
277
219
  .alert-success {
278
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
279
220
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
280
- background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
281
- background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
221
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
222
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
282
223
  background-repeat: repeat-x;
283
224
  border-color: #b2dba1;
284
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
285
225
  }
286
-
287
226
  .alert-info {
288
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
289
227
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
290
- background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
291
- background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
228
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
229
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
292
230
  background-repeat: repeat-x;
293
231
  border-color: #9acfea;
294
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
295
232
  }
296
-
297
233
  .alert-warning {
298
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
299
234
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
300
- background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
301
- background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
235
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
236
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
302
237
  background-repeat: repeat-x;
303
238
  border-color: #f5e79e;
304
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
305
239
  }
306
-
307
240
  .alert-danger {
308
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
309
241
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
310
- background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
311
- background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
242
+ background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
243
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
312
244
  background-repeat: repeat-x;
313
245
  border-color: #dca7a7;
314
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
315
246
  }
316
-
317
247
  .progress {
318
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
319
248
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
320
- background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
321
- background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
322
- background-repeat: repeat-x;
249
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
323
250
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
251
+ background-repeat: repeat-x;
324
252
  }
325
-
326
253
  .progress-bar {
327
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
328
254
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
329
- background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
330
- background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
331
- background-repeat: repeat-x;
255
+ background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
332
256
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
257
+ background-repeat: repeat-x;
333
258
  }
334
-
335
259
  .progress-bar-success {
336
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
337
260
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
338
- background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
339
- background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
340
- background-repeat: repeat-x;
261
+ background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
341
262
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
263
+ background-repeat: repeat-x;
342
264
  }
343
-
344
265
  .progress-bar-info {
345
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
346
266
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
347
- background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
348
- background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
349
- background-repeat: repeat-x;
267
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
350
268
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
269
+ background-repeat: repeat-x;
351
270
  }
352
-
353
271
  .progress-bar-warning {
354
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
355
272
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
356
- background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
357
- background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
358
- background-repeat: repeat-x;
273
+ background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
359
274
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
275
+ background-repeat: repeat-x;
360
276
  }
361
-
362
277
  .progress-bar-danger {
363
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
364
278
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
365
- background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
366
- background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
367
- background-repeat: repeat-x;
279
+ background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
368
280
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
281
+ background-repeat: repeat-x;
369
282
  }
370
-
371
283
  .list-group {
372
284
  border-radius: 4px;
373
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
374
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
285
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
286
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
375
287
  }
376
-
377
288
  .list-group-item.active,
378
289
  .list-group-item.active:hover,
379
290
  .list-group-item.active:focus {
380
291
  text-shadow: 0 -1px 0 #3071a9;
381
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
382
292
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
383
- background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
384
- background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
293
+ background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
294
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
385
295
  background-repeat: repeat-x;
386
296
  border-color: #3278b3;
387
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
388
297
  }
389
-
390
298
  .panel {
391
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
392
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
299
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
300
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
393
301
  }
394
-
395
302
  .panel-default > .panel-heading {
396
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
397
303
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
398
- background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
399
- background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
400
- background-repeat: repeat-x;
304
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
401
305
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
306
+ background-repeat: repeat-x;
402
307
  }
403
-
404
308
  .panel-primary > .panel-heading {
405
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
406
309
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
407
- background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
408
- background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
409
- background-repeat: repeat-x;
310
+ background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
410
311
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
312
+ background-repeat: repeat-x;
411
313
  }
412
-
413
314
  .panel-success > .panel-heading {
414
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
415
315
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
416
- background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
417
- background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
418
- background-repeat: repeat-x;
316
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
419
317
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
318
+ background-repeat: repeat-x;
420
319
  }
421
-
422
320
  .panel-info > .panel-heading {
423
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
424
321
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
425
- background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
426
- background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
427
- background-repeat: repeat-x;
322
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
428
323
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
324
+ background-repeat: repeat-x;
429
325
  }
430
-
431
326
  .panel-warning > .panel-heading {
432
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
433
327
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
434
- background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
435
- background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
436
- background-repeat: repeat-x;
328
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
437
329
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
330
+ background-repeat: repeat-x;
438
331
  }
439
-
440
332
  .panel-danger > .panel-heading {
441
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
442
333
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
443
- background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
444
- background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
445
- background-repeat: repeat-x;
334
+ background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
446
335
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
336
+ background-repeat: repeat-x;
447
337
  }
448
-
449
338
  .well {
450
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
451
339
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
452
- background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
453
- background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
340
+ background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
341
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
454
342
  background-repeat: repeat-x;
455
343
  border-color: #dcdcdc;
456
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
457
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
458
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
459
- }
344
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
345
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
346
+ }
347
+ /*# sourceMappingURL=bootstrap-theme.css.map */