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