Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
loeasy68
GitHub Repository: loeasy68/loeasy68.github.io
Path: blob/main/website/GAUSS/css/bootstrap-theme.css
2941 views
1
/*!
2
* Bootstrap v3.3.5 (http://getbootstrap.com)
3
* Copyright 2011-2015 Twitter, Inc.
4
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
*/
6
7
/*!
8
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ffe16c6a13e91c1e16f8)
9
* Config saved to config.json and https://gist.github.com/ffe16c6a13e91c1e16f8
10
*/
11
/*!
12
* Bootstrap v3.3.5 (http://getbootstrap.com)
13
* Copyright 2011-2015 Twitter, Inc.
14
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
15
*/
16
.btn-default,
17
.btn-primary,
18
.btn-success,
19
.btn-info,
20
.btn-warning,
21
.btn-danger {
22
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
23
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
24
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
25
}
26
.btn-default:active,
27
.btn-primary:active,
28
.btn-success:active,
29
.btn-info:active,
30
.btn-warning:active,
31
.btn-danger:active,
32
.btn-default.active,
33
.btn-primary.active,
34
.btn-success.active,
35
.btn-info.active,
36
.btn-warning.active,
37
.btn-danger.active {
38
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
39
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
40
}
41
.btn-default.disabled,
42
.btn-primary.disabled,
43
.btn-success.disabled,
44
.btn-info.disabled,
45
.btn-warning.disabled,
46
.btn-danger.disabled,
47
.btn-default[disabled],
48
.btn-primary[disabled],
49
.btn-success[disabled],
50
.btn-info[disabled],
51
.btn-warning[disabled],
52
.btn-danger[disabled],
53
fieldset[disabled] .btn-default,
54
fieldset[disabled] .btn-primary,
55
fieldset[disabled] .btn-success,
56
fieldset[disabled] .btn-info,
57
fieldset[disabled] .btn-warning,
58
fieldset[disabled] .btn-danger {
59
-webkit-box-shadow: none;
60
box-shadow: none;
61
}
62
.btn-default .badge,
63
.btn-primary .badge,
64
.btn-success .badge,
65
.btn-info .badge,
66
.btn-warning .badge,
67
.btn-danger .badge {
68
text-shadow: none;
69
}
70
.btn:active,
71
.btn.active {
72
background-image: none;
73
}
74
.btn-default {
75
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
76
background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
77
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
78
background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
79
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
80
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
81
background-repeat: repeat-x;
82
border-color: #dbdbdb;
83
text-shadow: 0 1px 0 #fff;
84
border-color: #ccc;
85
}
86
.btn-default:hover,
87
.btn-default:focus {
88
background-color: #e0e0e0;
89
background-position: 0 -15px;
90
}
91
.btn-default:active,
92
.btn-default.active {
93
background-color: #e0e0e0;
94
border-color: #dbdbdb;
95
}
96
.btn-default.disabled,
97
.btn-default[disabled],
98
fieldset[disabled] .btn-default,
99
.btn-default.disabled:hover,
100
.btn-default[disabled]:hover,
101
fieldset[disabled] .btn-default:hover,
102
.btn-default.disabled:focus,
103
.btn-default[disabled]:focus,
104
fieldset[disabled] .btn-default:focus,
105
.btn-default.disabled.focus,
106
.btn-default[disabled].focus,
107
fieldset[disabled] .btn-default.focus,
108
.btn-default.disabled:active,
109
.btn-default[disabled]:active,
110
fieldset[disabled] .btn-default:active,
111
.btn-default.disabled.active,
112
.btn-default[disabled].active,
113
fieldset[disabled] .btn-default.active {
114
background-color: #e0e0e0;
115
background-image: none;
116
}
117
.btn-primary {
118
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
119
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
120
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
121
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
122
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
123
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
124
background-repeat: repeat-x;
125
border-color: #245580;
126
}
127
.btn-primary:hover,
128
.btn-primary:focus {
129
background-color: #265a88;
130
background-position: 0 -15px;
131
}
132
.btn-primary:active,
133
.btn-primary.active {
134
background-color: #265a88;
135
border-color: #245580;
136
}
137
.btn-primary.disabled,
138
.btn-primary[disabled],
139
fieldset[disabled] .btn-primary,
140
.btn-primary.disabled:hover,
141
.btn-primary[disabled]:hover,
142
fieldset[disabled] .btn-primary:hover,
143
.btn-primary.disabled:focus,
144
.btn-primary[disabled]:focus,
145
fieldset[disabled] .btn-primary:focus,
146
.btn-primary.disabled.focus,
147
.btn-primary[disabled].focus,
148
fieldset[disabled] .btn-primary.focus,
149
.btn-primary.disabled:active,
150
.btn-primary[disabled]:active,
151
fieldset[disabled] .btn-primary:active,
152
.btn-primary.disabled.active,
153
.btn-primary[disabled].active,
154
fieldset[disabled] .btn-primary.active {
155
background-color: #265a88;
156
background-image: none;
157
}
158
.btn-success {
159
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
160
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
161
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
162
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
163
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
164
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
165
background-repeat: repeat-x;
166
border-color: #3e8f3e;
167
}
168
.btn-success:hover,
169
.btn-success:focus {
170
background-color: #419641;
171
background-position: 0 -15px;
172
}
173
.btn-success:active,
174
.btn-success.active {
175
background-color: #419641;
176
border-color: #3e8f3e;
177
}
178
.btn-success.disabled,
179
.btn-success[disabled],
180
fieldset[disabled] .btn-success,
181
.btn-success.disabled:hover,
182
.btn-success[disabled]:hover,
183
fieldset[disabled] .btn-success:hover,
184
.btn-success.disabled:focus,
185
.btn-success[disabled]:focus,
186
fieldset[disabled] .btn-success:focus,
187
.btn-success.disabled.focus,
188
.btn-success[disabled].focus,
189
fieldset[disabled] .btn-success.focus,
190
.btn-success.disabled:active,
191
.btn-success[disabled]:active,
192
fieldset[disabled] .btn-success:active,
193
.btn-success.disabled.active,
194
.btn-success[disabled].active,
195
fieldset[disabled] .btn-success.active {
196
background-color: #419641;
197
background-image: none;
198
}
199
.btn-info {
200
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
201
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
202
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
203
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
204
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
205
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
206
background-repeat: repeat-x;
207
border-color: #28a4c9;
208
}
209
.btn-info:hover,
210
.btn-info:focus {
211
background-color: #2aabd2;
212
background-position: 0 -15px;
213
}
214
.btn-info:active,
215
.btn-info.active {
216
background-color: #2aabd2;
217
border-color: #28a4c9;
218
}
219
.btn-info.disabled,
220
.btn-info[disabled],
221
fieldset[disabled] .btn-info,
222
.btn-info.disabled:hover,
223
.btn-info[disabled]:hover,
224
fieldset[disabled] .btn-info:hover,
225
.btn-info.disabled:focus,
226
.btn-info[disabled]:focus,
227
fieldset[disabled] .btn-info:focus,
228
.btn-info.disabled.focus,
229
.btn-info[disabled].focus,
230
fieldset[disabled] .btn-info.focus,
231
.btn-info.disabled:active,
232
.btn-info[disabled]:active,
233
fieldset[disabled] .btn-info:active,
234
.btn-info.disabled.active,
235
.btn-info[disabled].active,
236
fieldset[disabled] .btn-info.active {
237
background-color: #2aabd2;
238
background-image: none;
239
}
240
.btn-warning {
241
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
242
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
243
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
244
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
245
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
246
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
247
background-repeat: repeat-x;
248
border-color: #e38d13;
249
}
250
.btn-warning:hover,
251
.btn-warning:focus {
252
background-color: #eb9316;
253
background-position: 0 -15px;
254
}
255
.btn-warning:active,
256
.btn-warning.active {
257
background-color: #eb9316;
258
border-color: #e38d13;
259
}
260
.btn-warning.disabled,
261
.btn-warning[disabled],
262
fieldset[disabled] .btn-warning,
263
.btn-warning.disabled:hover,
264
.btn-warning[disabled]:hover,
265
fieldset[disabled] .btn-warning:hover,
266
.btn-warning.disabled:focus,
267
.btn-warning[disabled]:focus,
268
fieldset[disabled] .btn-warning:focus,
269
.btn-warning.disabled.focus,
270
.btn-warning[disabled].focus,
271
fieldset[disabled] .btn-warning.focus,
272
.btn-warning.disabled:active,
273
.btn-warning[disabled]:active,
274
fieldset[disabled] .btn-warning:active,
275
.btn-warning.disabled.active,
276
.btn-warning[disabled].active,
277
fieldset[disabled] .btn-warning.active {
278
background-color: #eb9316;
279
background-image: none;
280
}
281
.btn-danger {
282
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
283
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
284
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
285
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
286
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
287
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
288
background-repeat: repeat-x;
289
border-color: #b92c28;
290
}
291
.btn-danger:hover,
292
.btn-danger:focus {
293
background-color: #c12e2a;
294
background-position: 0 -15px;
295
}
296
.btn-danger:active,
297
.btn-danger.active {
298
background-color: #c12e2a;
299
border-color: #b92c28;
300
}
301
.btn-danger.disabled,
302
.btn-danger[disabled],
303
fieldset[disabled] .btn-danger,
304
.btn-danger.disabled:hover,
305
.btn-danger[disabled]:hover,
306
fieldset[disabled] .btn-danger:hover,
307
.btn-danger.disabled:focus,
308
.btn-danger[disabled]:focus,
309
fieldset[disabled] .btn-danger:focus,
310
.btn-danger.disabled.focus,
311
.btn-danger[disabled].focus,
312
fieldset[disabled] .btn-danger.focus,
313
.btn-danger.disabled:active,
314
.btn-danger[disabled]:active,
315
fieldset[disabled] .btn-danger:active,
316
.btn-danger.disabled.active,
317
.btn-danger[disabled].active,
318
fieldset[disabled] .btn-danger.active {
319
background-color: #c12e2a;
320
background-image: none;
321
}
322
.thumbnail,
323
.img-thumbnail {
324
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
325
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
326
}
327
.dropdown-menu > li > a:hover,
328
.dropdown-menu > li > a:focus {
329
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
330
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
331
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
332
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
333
background-repeat: repeat-x;
334
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
335
background-color: #e8e8e8;
336
}
337
.dropdown-menu > .active > a,
338
.dropdown-menu > .active > a:hover,
339
.dropdown-menu > .active > a:focus {
340
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
341
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
342
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
343
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
344
background-repeat: repeat-x;
345
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
346
background-color: #2e6da4;
347
}
348
.navbar-default {
349
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
350
background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
351
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
352
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
353
background-repeat: repeat-x;
354
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
355
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
356
border-radius: 4px;
357
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
358
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
359
}
360
.navbar-default .navbar-nav > .open > a,
361
.navbar-default .navbar-nav > .active > a {
362
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
363
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
364
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
365
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
366
background-repeat: repeat-x;
367
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
368
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
369
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
370
}
371
.navbar-brand,
372
.navbar-nav > li > a {
373
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
374
}
375
.navbar-inverse {
376
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
377
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
378
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
379
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
380
background-repeat: repeat-x;
381
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
382
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
383
border-radius: 4px;
384
}
385
.navbar-inverse .navbar-nav > .open > a,
386
.navbar-inverse .navbar-nav > .active > a {
387
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
388
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
389
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
390
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
391
background-repeat: repeat-x;
392
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
393
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
394
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
395
}
396
.navbar-inverse .navbar-brand,
397
.navbar-inverse .navbar-nav > li > a {
398
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
399
}
400
.navbar-static-top,
401
.navbar-fixed-top,
402
.navbar-fixed-bottom {
403
border-radius: 0;
404
}
405
@media (max-width: 767px) {
406
.navbar .navbar-nav .open .dropdown-menu > .active > a,
407
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
408
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
409
color: #fff;
410
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
411
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
412
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
413
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
414
background-repeat: repeat-x;
415
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
416
}
417
}
418
.alert {
419
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
420
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
421
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
422
}
423
.alert-success {
424
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
425
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
426
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
427
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
428
background-repeat: repeat-x;
429
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
430
border-color: #b2dba1;
431
}
432
.alert-info {
433
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
434
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
435
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
436
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
437
background-repeat: repeat-x;
438
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
439
border-color: #9acfea;
440
}
441
.alert-warning {
442
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
443
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
444
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
445
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
446
background-repeat: repeat-x;
447
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
448
border-color: #f5e79e;
449
}
450
.alert-danger {
451
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
452
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
453
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
454
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
455
background-repeat: repeat-x;
456
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
457
border-color: #dca7a7;
458
}
459
.progress {
460
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
461
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
462
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
463
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
464
background-repeat: repeat-x;
465
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
466
}
467
.progress-bar {
468
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
469
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
470
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
471
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
472
background-repeat: repeat-x;
473
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
474
}
475
.progress-bar-success {
476
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
477
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
478
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
479
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
480
background-repeat: repeat-x;
481
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
482
}
483
.progress-bar-info {
484
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
485
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
486
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
487
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
488
background-repeat: repeat-x;
489
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
490
}
491
.progress-bar-warning {
492
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
493
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
494
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
495
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
496
background-repeat: repeat-x;
497
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
498
}
499
.progress-bar-danger {
500
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
501
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
502
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
503
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
504
background-repeat: repeat-x;
505
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
506
}
507
.progress-bar-striped {
508
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
509
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
510
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
511
}
512
.list-group {
513
border-radius: 4px;
514
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
515
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
516
}
517
.list-group-item.active,
518
.list-group-item.active:hover,
519
.list-group-item.active:focus {
520
text-shadow: 0 -1px 0 #286090;
521
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
522
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
523
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
524
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
525
background-repeat: repeat-x;
526
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
527
border-color: #2b669a;
528
}
529
.list-group-item.active .badge,
530
.list-group-item.active:hover .badge,
531
.list-group-item.active:focus .badge {
532
text-shadow: none;
533
}
534
.panel {
535
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
536
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
537
}
538
.panel-default > .panel-heading {
539
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
540
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
541
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
542
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
543
background-repeat: repeat-x;
544
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
545
}
546
.panel-primary > .panel-heading {
547
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
548
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
549
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
550
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
551
background-repeat: repeat-x;
552
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
553
}
554
.panel-success > .panel-heading {
555
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
556
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
557
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
558
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
559
background-repeat: repeat-x;
560
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
561
}
562
.panel-info > .panel-heading {
563
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
564
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
565
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
566
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
567
background-repeat: repeat-x;
568
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
569
}
570
.panel-warning > .panel-heading {
571
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
572
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
573
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
574
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
575
background-repeat: repeat-x;
576
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
577
}
578
.panel-danger > .panel-heading {
579
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
580
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
581
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
582
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
583
background-repeat: repeat-x;
584
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
585
}
586
.well {
587
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
588
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
589
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
590
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
591
background-repeat: repeat-x;
592
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
593
border-color: #dcdcdc;
594
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
595
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
596
}
597
598