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