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