PluginProbe
Booking Calendar / 10.11
Booking Calendar v10.11
11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 10.11.3 All 202 releases
booking / assets / libs / bootstrap-css / css / bootstrap-theme.css

bootstrap-theme.css in Booking Calendar 10.11, at assets/libs/bootstrap-css/css/bootstrap-theme.css

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