5 | 5 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,1058 @@ |
0 |
+/*! |
|
1 |
+ * Bootstrap Responsive v2.1.1 |
|
2 |
+ * |
|
3 |
+ * Copyright 2012 Twitter, Inc |
|
4 |
+ * Licensed under the Apache License v2.0 |
|
5 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
6 |
+ * |
|
7 |
+ * Designed and built with all the love in the world @twitter by @mdo and @fat. |
|
8 |
+ */ |
|
9 |
+ |
|
10 |
+.clearfix { |
|
11 |
+ *zoom: 1; |
|
12 |
+} |
|
13 |
+ |
|
14 |
+.clearfix:before, |
|
15 |
+.clearfix:after { |
|
16 |
+ display: table; |
|
17 |
+ line-height: 0; |
|
18 |
+ content: ""; |
|
19 |
+} |
|
20 |
+ |
|
21 |
+.clearfix:after { |
|
22 |
+ clear: both; |
|
23 |
+} |
|
24 |
+ |
|
25 |
+.hide-text { |
|
26 |
+ font: 0/0 a; |
|
27 |
+ color: transparent; |
|
28 |
+ text-shadow: none; |
|
29 |
+ background-color: transparent; |
|
30 |
+ border: 0; |
|
31 |
+} |
|
32 |
+ |
|
33 |
+.input-block-level { |
|
34 |
+ display: block; |
|
35 |
+ width: 100%; |
|
36 |
+ min-height: 30px; |
|
37 |
+ -webkit-box-sizing: border-box; |
|
38 |
+ -moz-box-sizing: border-box; |
|
39 |
+ box-sizing: border-box; |
|
40 |
+} |
|
41 |
+ |
|
42 |
+.hidden { |
|
43 |
+ display: none; |
|
44 |
+ visibility: hidden; |
|
45 |
+} |
|
46 |
+ |
|
47 |
+.visible-phone { |
|
48 |
+ display: none !important; |
|
49 |
+} |
|
50 |
+ |
|
51 |
+.visible-tablet { |
|
52 |
+ display: none !important; |
|
53 |
+} |
|
54 |
+ |
|
55 |
+.hidden-desktop { |
|
56 |
+ display: none !important; |
|
57 |
+} |
|
58 |
+ |
|
59 |
+.visible-desktop { |
|
60 |
+ display: inherit !important; |
|
61 |
+} |
|
62 |
+ |
|
63 |
+@media (min-width: 768px) and (max-width: 979px) { |
|
64 |
+ .hidden-desktop { |
|
65 |
+ display: inherit !important; |
|
66 |
+ } |
|
67 |
+ .visible-desktop { |
|
68 |
+ display: none !important ; |
|
69 |
+ } |
|
70 |
+ .visible-tablet { |
|
71 |
+ display: inherit !important; |
|
72 |
+ } |
|
73 |
+ .hidden-tablet { |
|
74 |
+ display: none !important; |
|
75 |
+ } |
|
76 |
+} |
|
77 |
+ |
|
78 |
+@media (max-width: 767px) { |
|
79 |
+ .hidden-desktop { |
|
80 |
+ display: inherit !important; |
|
81 |
+ } |
|
82 |
+ .visible-desktop { |
|
83 |
+ display: none !important; |
|
84 |
+ } |
|
85 |
+ .visible-phone { |
|
86 |
+ display: inherit !important; |
|
87 |
+ } |
|
88 |
+ .hidden-phone { |
|
89 |
+ display: none !important; |
|
90 |
+ } |
|
91 |
+} |
|
92 |
+ |
|
93 |
+@media (min-width: 1200px) { |
|
94 |
+ .row { |
|
95 |
+ margin-left: -30px; |
|
96 |
+ *zoom: 1; |
|
97 |
+ } |
|
98 |
+ .row:before, |
|
99 |
+ .row:after { |
|
100 |
+ display: table; |
|
101 |
+ line-height: 0; |
|
102 |
+ content: ""; |
|
103 |
+ } |
|
104 |
+ .row:after { |
|
105 |
+ clear: both; |
|
106 |
+ } |
|
107 |
+ [class*="span"] { |
|
108 |
+ float: left; |
|
109 |
+ min-height: 1px; |
|
110 |
+ margin-left: 30px; |
|
111 |
+ } |
|
112 |
+ .container, |
|
113 |
+ .navbar-static-top .container, |
|
114 |
+ .navbar-fixed-top .container, |
|
115 |
+ .navbar-fixed-bottom .container { |
|
116 |
+ width: 1170px; |
|
117 |
+ } |
|
118 |
+ .span12 { |
|
119 |
+ width: 1170px; |
|
120 |
+ } |
|
121 |
+ .span11 { |
|
122 |
+ width: 1070px; |
|
123 |
+ } |
|
124 |
+ .span10 { |
|
125 |
+ width: 970px; |
|
126 |
+ } |
|
127 |
+ .span9 { |
|
128 |
+ width: 870px; |
|
129 |
+ } |
|
130 |
+ .span8 { |
|
131 |
+ width: 770px; |
|
132 |
+ } |
|
133 |
+ .span7 { |
|
134 |
+ width: 670px; |
|
135 |
+ } |
|
136 |
+ .span6 { |
|
137 |
+ width: 570px; |
|
138 |
+ } |
|
139 |
+ .span5 { |
|
140 |
+ width: 470px; |
|
141 |
+ } |
|
142 |
+ .span4 { |
|
143 |
+ width: 370px; |
|
144 |
+ } |
|
145 |
+ .span3 { |
|
146 |
+ width: 270px; |
|
147 |
+ } |
|
148 |
+ .span2 { |
|
149 |
+ width: 170px; |
|
150 |
+ } |
|
151 |
+ .span1 { |
|
152 |
+ width: 70px; |
|
153 |
+ } |
|
154 |
+ .offset12 { |
|
155 |
+ margin-left: 1230px; |
|
156 |
+ } |
|
157 |
+ .offset11 { |
|
158 |
+ margin-left: 1130px; |
|
159 |
+ } |
|
160 |
+ .offset10 { |
|
161 |
+ margin-left: 1030px; |
|
162 |
+ } |
|
163 |
+ .offset9 { |
|
164 |
+ margin-left: 930px; |
|
165 |
+ } |
|
166 |
+ .offset8 { |
|
167 |
+ margin-left: 830px; |
|
168 |
+ } |
|
169 |
+ .offset7 { |
|
170 |
+ margin-left: 730px; |
|
171 |
+ } |
|
172 |
+ .offset6 { |
|
173 |
+ margin-left: 630px; |
|
174 |
+ } |
|
175 |
+ .offset5 { |
|
176 |
+ margin-left: 530px; |
|
177 |
+ } |
|
178 |
+ .offset4 { |
|
179 |
+ margin-left: 430px; |
|
180 |
+ } |
|
181 |
+ .offset3 { |
|
182 |
+ margin-left: 330px; |
|
183 |
+ } |
|
184 |
+ .offset2 { |
|
185 |
+ margin-left: 230px; |
|
186 |
+ } |
|
187 |
+ .offset1 { |
|
188 |
+ margin-left: 130px; |
|
189 |
+ } |
|
190 |
+ .row-fluid { |
|
191 |
+ width: 100%; |
|
192 |
+ *zoom: 1; |
|
193 |
+ } |
|
194 |
+ .row-fluid:before, |
|
195 |
+ .row-fluid:after { |
|
196 |
+ display: table; |
|
197 |
+ line-height: 0; |
|
198 |
+ content: ""; |
|
199 |
+ } |
|
200 |
+ .row-fluid:after { |
|
201 |
+ clear: both; |
|
202 |
+ } |
|
203 |
+ .row-fluid [class*="span"] { |
|
204 |
+ display: block; |
|
205 |
+ float: left; |
|
206 |
+ width: 100%; |
|
207 |
+ min-height: 30px; |
|
208 |
+ margin-left: 2.564102564102564%; |
|
209 |
+ *margin-left: 2.5109110747408616%; |
|
210 |
+ -webkit-box-sizing: border-box; |
|
211 |
+ -moz-box-sizing: border-box; |
|
212 |
+ box-sizing: border-box; |
|
213 |
+ } |
|
214 |
+ .row-fluid [class*="span"]:first-child { |
|
215 |
+ margin-left: 0; |
|
216 |
+ } |
|
217 |
+ .row-fluid .span12 { |
|
218 |
+ width: 100%; |
|
219 |
+ *width: 99.94680851063829%; |
|
220 |
+ } |
|
221 |
+ .row-fluid .span11 { |
|
222 |
+ width: 91.45299145299145%; |
|
223 |
+ *width: 91.39979996362975%; |
|
224 |
+ } |
|
225 |
+ .row-fluid .span10 { |
|
226 |
+ width: 82.90598290598291%; |
|
227 |
+ *width: 82.8527914166212%; |
|
228 |
+ } |
|
229 |
+ .row-fluid .span9 { |
|
230 |
+ width: 74.35897435897436%; |
|
231 |
+ *width: 74.30578286961266%; |
|
232 |
+ } |
|
233 |
+ .row-fluid .span8 { |
|
234 |
+ width: 65.81196581196582%; |
|
235 |
+ *width: 65.75877432260411%; |
|
236 |
+ } |
|
237 |
+ .row-fluid .span7 { |
|
238 |
+ width: 57.26495726495726%; |
|
239 |
+ *width: 57.21176577559556%; |
|
240 |
+ } |
|
241 |
+ .row-fluid .span6 { |
|
242 |
+ width: 48.717948717948715%; |
|
243 |
+ *width: 48.664757228587014%; |
|
244 |
+ } |
|
245 |
+ .row-fluid .span5 { |
|
246 |
+ width: 40.17094017094017%; |
|
247 |
+ *width: 40.11774868157847%; |
|
248 |
+ } |
|
249 |
+ .row-fluid .span4 { |
|
250 |
+ width: 31.623931623931625%; |
|
251 |
+ *width: 31.570740134569924%; |
|
252 |
+ } |
|
253 |
+ .row-fluid .span3 { |
|
254 |
+ width: 23.076923076923077%; |
|
255 |
+ *width: 23.023731587561375%; |
|
256 |
+ } |
|
257 |
+ .row-fluid .span2 { |
|
258 |
+ width: 14.52991452991453%; |
|
259 |
+ *width: 14.476723040552828%; |
|
260 |
+ } |
|
261 |
+ .row-fluid .span1 { |
|
262 |
+ width: 5.982905982905983%; |
|
263 |
+ *width: 5.929714493544281%; |
|
264 |
+ } |
|
265 |
+ .row-fluid .offset12 { |
|
266 |
+ margin-left: 105.12820512820512%; |
|
267 |
+ *margin-left: 105.02182214948171%; |
|
268 |
+ } |
|
269 |
+ .row-fluid .offset12:first-child { |
|
270 |
+ margin-left: 102.56410256410257%; |
|
271 |
+ *margin-left: 102.45771958537915%; |
|
272 |
+ } |
|
273 |
+ .row-fluid .offset11 { |
|
274 |
+ margin-left: 96.58119658119658%; |
|
275 |
+ *margin-left: 96.47481360247316%; |
|
276 |
+ } |
|
277 |
+ .row-fluid .offset11:first-child { |
|
278 |
+ margin-left: 94.01709401709402%; |
|
279 |
+ *margin-left: 93.91071103837061%; |
|
280 |
+ } |
|
281 |
+ .row-fluid .offset10 { |
|
282 |
+ margin-left: 88.03418803418803%; |
|
283 |
+ *margin-left: 87.92780505546462%; |
|
284 |
+ } |
|
285 |
+ .row-fluid .offset10:first-child { |
|
286 |
+ margin-left: 85.47008547008548%; |
|
287 |
+ *margin-left: 85.36370249136206%; |
|
288 |
+ } |
|
289 |
+ .row-fluid .offset9 { |
|
290 |
+ margin-left: 79.48717948717949%; |
|
291 |
+ *margin-left: 79.38079650845607%; |
|
292 |
+ } |
|
293 |
+ .row-fluid .offset9:first-child { |
|
294 |
+ margin-left: 76.92307692307693%; |
|
295 |
+ *margin-left: 76.81669394435352%; |
|
296 |
+ } |
|
297 |
+ .row-fluid .offset8 { |
|
298 |
+ margin-left: 70.94017094017094%; |
|
299 |
+ *margin-left: 70.83378796144753%; |
|
300 |
+ } |
|
301 |
+ .row-fluid .offset8:first-child { |
|
302 |
+ margin-left: 68.37606837606839%; |
|
303 |
+ *margin-left: 68.26968539734497%; |
|
304 |
+ } |
|
305 |
+ .row-fluid .offset7 { |
|
306 |
+ margin-left: 62.393162393162385%; |
|
307 |
+ *margin-left: 62.28677941443899%; |
|
308 |
+ } |
|
309 |
+ .row-fluid .offset7:first-child { |
|
310 |
+ margin-left: 59.82905982905982%; |
|
311 |
+ *margin-left: 59.72267685033642%; |
|
312 |
+ } |
|
313 |
+ .row-fluid .offset6 { |
|
314 |
+ margin-left: 53.84615384615384%; |
|
315 |
+ *margin-left: 53.739770867430444%; |
|
316 |
+ } |
|
317 |
+ .row-fluid .offset6:first-child { |
|
318 |
+ margin-left: 51.28205128205128%; |
|
319 |
+ *margin-left: 51.175668303327875%; |
|
320 |
+ } |
|
321 |
+ .row-fluid .offset5 { |
|
322 |
+ margin-left: 45.299145299145295%; |
|
323 |
+ *margin-left: 45.1927623204219%; |
|
324 |
+ } |
|
325 |
+ .row-fluid .offset5:first-child { |
|
326 |
+ margin-left: 42.73504273504273%; |
|
327 |
+ *margin-left: 42.62865975631933%; |
|
328 |
+ } |
|
329 |
+ .row-fluid .offset4 { |
|
330 |
+ margin-left: 36.75213675213675%; |
|
331 |
+ *margin-left: 36.645753773413354%; |
|
332 |
+ } |
|
333 |
+ .row-fluid .offset4:first-child { |
|
334 |
+ margin-left: 34.18803418803419%; |
|
335 |
+ *margin-left: 34.081651209310785%; |
|
336 |
+ } |
|
337 |
+ .row-fluid .offset3 { |
|
338 |
+ margin-left: 28.205128205128204%; |
|
339 |
+ *margin-left: 28.0987452264048%; |
|
340 |
+ } |
|
341 |
+ .row-fluid .offset3:first-child { |
|
342 |
+ margin-left: 25.641025641025642%; |
|
343 |
+ *margin-left: 25.53464266230224%; |
|
344 |
+ } |
|
345 |
+ .row-fluid .offset2 { |
|
346 |
+ margin-left: 19.65811965811966%; |
|
347 |
+ *margin-left: 19.551736679396257%; |
|
348 |
+ } |
|
349 |
+ .row-fluid .offset2:first-child { |
|
350 |
+ margin-left: 17.094017094017094%; |
|
351 |
+ *margin-left: 16.98763411529369%; |
|
352 |
+ } |
|
353 |
+ .row-fluid .offset1 { |
|
354 |
+ margin-left: 11.11111111111111%; |
|
355 |
+ *margin-left: 11.004728132387708%; |
|
356 |
+ } |
|
357 |
+ .row-fluid .offset1:first-child { |
|
358 |
+ margin-left: 8.547008547008547%; |
|
359 |
+ *margin-left: 8.440625568285142%; |
|
360 |
+ } |
|
361 |
+ input, |
|
362 |
+ textarea, |
|
363 |
+ .uneditable-input { |
|
364 |
+ margin-left: 0; |
|
365 |
+ } |
|
366 |
+ .controls-row [class*="span"] + [class*="span"] { |
|
367 |
+ margin-left: 30px; |
|
368 |
+ } |
|
369 |
+ input.span12, |
|
370 |
+ textarea.span12, |
|
371 |
+ .uneditable-input.span12 { |
|
372 |
+ width: 1156px; |
|
373 |
+ } |
|
374 |
+ input.span11, |
|
375 |
+ textarea.span11, |
|
376 |
+ .uneditable-input.span11 { |
|
377 |
+ width: 1056px; |
|
378 |
+ } |
|
379 |
+ input.span10, |
|
380 |
+ textarea.span10, |
|
381 |
+ .uneditable-input.span10 { |
|
382 |
+ width: 956px; |
|
383 |
+ } |
|
384 |
+ input.span9, |
|
385 |
+ textarea.span9, |
|
386 |
+ .uneditable-input.span9 { |
|
387 |
+ width: 856px; |
|
388 |
+ } |
|
389 |
+ input.span8, |
|
390 |
+ textarea.span8, |
|
391 |
+ .uneditable-input.span8 { |
|
392 |
+ width: 756px; |
|
393 |
+ } |
|
394 |
+ input.span7, |
|
395 |
+ textarea.span7, |
|
396 |
+ .uneditable-input.span7 { |
|
397 |
+ width: 656px; |
|
398 |
+ } |
|
399 |
+ input.span6, |
|
400 |
+ textarea.span6, |
|
401 |
+ .uneditable-input.span6 { |
|
402 |
+ width: 556px; |
|
403 |
+ } |
|
404 |
+ input.span5, |
|
405 |
+ textarea.span5, |
|
406 |
+ .uneditable-input.span5 { |
|
407 |
+ width: 456px; |
|
408 |
+ } |
|
409 |
+ input.span4, |
|
410 |
+ textarea.span4, |
|
411 |
+ .uneditable-input.span4 { |
|
412 |
+ width: 356px; |
|
413 |
+ } |
|
414 |
+ input.span3, |
|
415 |
+ textarea.span3, |
|
416 |
+ .uneditable-input.span3 { |
|
417 |
+ width: 256px; |
|
418 |
+ } |
|
419 |
+ input.span2, |
|
420 |
+ textarea.span2, |
|
421 |
+ .uneditable-input.span2 { |
|
422 |
+ width: 156px; |
|
423 |
+ } |
|
424 |
+ input.span1, |
|
425 |
+ textarea.span1, |
|
426 |
+ .uneditable-input.span1 { |
|
427 |
+ width: 56px; |
|
428 |
+ } |
|
429 |
+ .thumbnails { |
|
430 |
+ margin-left: -30px; |
|
431 |
+ } |
|
432 |
+ .thumbnails > li { |
|
433 |
+ margin-left: 30px; |
|
434 |
+ } |
|
435 |
+ .row-fluid .thumbnails { |
|
436 |
+ margin-left: 0; |
|
437 |
+ } |
|
438 |
+} |
|
439 |
+ |
|
440 |
+@media (min-width: 768px) and (max-width: 979px) { |
|
441 |
+ .row { |
|
442 |
+ margin-left: -20px; |
|
443 |
+ *zoom: 1; |
|
444 |
+ } |
|
445 |
+ .row:before, |
|
446 |
+ .row:after { |
|
447 |
+ display: table; |
|
448 |
+ line-height: 0; |
|
449 |
+ content: ""; |
|
450 |
+ } |
|
451 |
+ .row:after { |
|
452 |
+ clear: both; |
|
453 |
+ } |
|
454 |
+ [class*="span"] { |
|
455 |
+ float: left; |
|
456 |
+ min-height: 1px; |
|
457 |
+ margin-left: 20px; |
|
458 |
+ } |
|
459 |
+ .container, |
|
460 |
+ .navbar-static-top .container, |
|
461 |
+ .navbar-fixed-top .container, |
|
462 |
+ .navbar-fixed-bottom .container { |
|
463 |
+ width: 724px; |
|
464 |
+ } |
|
465 |
+ .span12 { |
|
466 |
+ width: 724px; |
|
467 |
+ } |
|
468 |
+ .span11 { |
|
469 |
+ width: 662px; |
|
470 |
+ } |
|
471 |
+ .span10 { |
|
472 |
+ width: 600px; |
|
473 |
+ } |
|
474 |
+ .span9 { |
|
475 |
+ width: 538px; |
|
476 |
+ } |
|
477 |
+ .span8 { |
|
478 |
+ width: 476px; |
|
479 |
+ } |
|
480 |
+ .span7 { |
|
481 |
+ width: 414px; |
|
482 |
+ } |
|
483 |
+ .span6 { |
|
484 |
+ width: 352px; |
|
485 |
+ } |
|
486 |
+ .span5 { |
|
487 |
+ width: 290px; |
|
488 |
+ } |
|
489 |
+ .span4 { |
|
490 |
+ width: 228px; |
|
491 |
+ } |
|
492 |
+ .span3 { |
|
493 |
+ width: 166px; |
|
494 |
+ } |
|
495 |
+ .span2 { |
|
496 |
+ width: 104px; |
|
497 |
+ } |
|
498 |
+ .span1 { |
|
499 |
+ width: 42px; |
|
500 |
+ } |
|
501 |
+ .offset12 { |
|
502 |
+ margin-left: 764px; |
|
503 |
+ } |
|
504 |
+ .offset11 { |
|
505 |
+ margin-left: 702px; |
|
506 |
+ } |
|
507 |
+ .offset10 { |
|
508 |
+ margin-left: 640px; |
|
509 |
+ } |
|
510 |
+ .offset9 { |
|
511 |
+ margin-left: 578px; |
|
512 |
+ } |
|
513 |
+ .offset8 { |
|
514 |
+ margin-left: 516px; |
|
515 |
+ } |
|
516 |
+ .offset7 { |
|
517 |
+ margin-left: 454px; |
|
518 |
+ } |
|
519 |
+ .offset6 { |
|
520 |
+ margin-left: 392px; |
|
521 |
+ } |
|
522 |
+ .offset5 { |
|
523 |
+ margin-left: 330px; |
|
524 |
+ } |
|
525 |
+ .offset4 { |
|
526 |
+ margin-left: 268px; |
|
527 |
+ } |
|
528 |
+ .offset3 { |
|
529 |
+ margin-left: 206px; |
|
530 |
+ } |
|
531 |
+ .offset2 { |
|
532 |
+ margin-left: 144px; |
|
533 |
+ } |
|
534 |
+ .offset1 { |
|
535 |
+ margin-left: 82px; |
|
536 |
+ } |
|
537 |
+ .row-fluid { |
|
538 |
+ width: 100%; |
|
539 |
+ *zoom: 1; |
|
540 |
+ } |
|
541 |
+ .row-fluid:before, |
|
542 |
+ .row-fluid:after { |
|
543 |
+ display: table; |
|
544 |
+ line-height: 0; |
|
545 |
+ content: ""; |
|
546 |
+ } |
|
547 |
+ .row-fluid:after { |
|
548 |
+ clear: both; |
|
549 |
+ } |
|
550 |
+ .row-fluid [class*="span"] { |
|
551 |
+ display: block; |
|
552 |
+ float: left; |
|
553 |
+ width: 100%; |
|
554 |
+ min-height: 30px; |
|
555 |
+ margin-left: 2.7624309392265194%; |
|
556 |
+ *margin-left: 2.709239449864817%; |
|
557 |
+ -webkit-box-sizing: border-box; |
|
558 |
+ -moz-box-sizing: border-box; |
|
559 |
+ box-sizing: border-box; |
|
560 |
+ } |
|
561 |
+ .row-fluid [class*="span"]:first-child { |
|
562 |
+ margin-left: 0; |
|
563 |
+ } |
|
564 |
+ .row-fluid .span12 { |
|
565 |
+ width: 100%; |
|
566 |
+ *width: 99.94680851063829%; |
|
567 |
+ } |
|
568 |
+ .row-fluid .span11 { |
|
569 |
+ width: 91.43646408839778%; |
|
570 |
+ *width: 91.38327259903608%; |
|
571 |
+ } |
|
572 |
+ .row-fluid .span10 { |
|
573 |
+ width: 82.87292817679558%; |
|
574 |
+ *width: 82.81973668743387%; |
|
575 |
+ } |
|
576 |
+ .row-fluid .span9 { |
|
577 |
+ width: 74.30939226519337%; |
|
578 |
+ *width: 74.25620077583166%; |
|
579 |
+ } |
|
580 |
+ .row-fluid .span8 { |
|
581 |
+ width: 65.74585635359117%; |
|
582 |
+ *width: 65.69266486422946%; |
|
583 |
+ } |
|
584 |
+ .row-fluid .span7 { |
|
585 |
+ width: 57.18232044198895%; |
|
586 |
+ *width: 57.12912895262725%; |
|
587 |
+ } |
|
588 |
+ .row-fluid .span6 { |
|
589 |
+ width: 48.61878453038674%; |
|
590 |
+ *width: 48.56559304102504%; |
|
591 |
+ } |
|
592 |
+ .row-fluid .span5 { |
|
593 |
+ width: 40.05524861878453%; |
|
594 |
+ *width: 40.00205712942283%; |
|
595 |
+ } |
|
596 |
+ .row-fluid .span4 { |
|
597 |
+ width: 31.491712707182323%; |
|
598 |
+ *width: 31.43852121782062%; |
|
599 |
+ } |
|
600 |
+ .row-fluid .span3 { |
|
601 |
+ width: 22.92817679558011%; |
|
602 |
+ *width: 22.87498530621841%; |
|
603 |
+ } |
|
604 |
+ .row-fluid .span2 { |
|
605 |
+ width: 14.3646408839779%; |
|
606 |
+ *width: 14.311449394616199%; |
|
607 |
+ } |
|
608 |
+ .row-fluid .span1 { |
|
609 |
+ width: 5.801104972375691%; |
|
610 |
+ *width: 5.747913483013988%; |
|
611 |
+ } |
|
612 |
+ .row-fluid .offset12 { |
|
613 |
+ margin-left: 105.52486187845304%; |
|
614 |
+ *margin-left: 105.41847889972962%; |
|
615 |
+ } |
|
616 |
+ .row-fluid .offset12:first-child { |
|
617 |
+ margin-left: 102.76243093922652%; |
|
618 |
+ *margin-left: 102.6560479605031%; |
|
619 |
+ } |
|
620 |
+ .row-fluid .offset11 { |
|
621 |
+ margin-left: 96.96132596685082%; |
|
622 |
+ *margin-left: 96.8549429881274%; |
|
623 |
+ } |
|
624 |
+ .row-fluid .offset11:first-child { |
|
625 |
+ margin-left: 94.1988950276243%; |
|
626 |
+ *margin-left: 94.09251204890089%; |
|
627 |
+ } |
|
628 |
+ .row-fluid .offset10 { |
|
629 |
+ margin-left: 88.39779005524862%; |
|
630 |
+ *margin-left: 88.2914070765252%; |
|
631 |
+ } |
|
632 |
+ .row-fluid .offset10:first-child { |
|
633 |
+ margin-left: 85.6353591160221%; |
|
634 |
+ *margin-left: 85.52897613729868%; |
|
635 |
+ } |
|
636 |
+ .row-fluid .offset9 { |
|
637 |
+ margin-left: 79.8342541436464%; |
|
638 |
+ *margin-left: 79.72787116492299%; |
|
639 |
+ } |
|
640 |
+ .row-fluid .offset9:first-child { |
|
641 |
+ margin-left: 77.07182320441989%; |
|
642 |
+ *margin-left: 76.96544022569647%; |
|
643 |
+ } |
|
644 |
+ .row-fluid .offset8 { |
|
645 |
+ margin-left: 71.2707182320442%; |
|
646 |
+ *margin-left: 71.16433525332079%; |
|
647 |
+ } |
|
648 |
+ .row-fluid .offset8:first-child { |
|
649 |
+ margin-left: 68.50828729281768%; |
|
650 |
+ *margin-left: 68.40190431409427%; |
|
651 |
+ } |
|
652 |
+ .row-fluid .offset7 { |
|
653 |
+ margin-left: 62.70718232044199%; |
|
654 |
+ *margin-left: 62.600799341718584%; |
|
655 |
+ } |
|
656 |
+ .row-fluid .offset7:first-child { |
|
657 |
+ margin-left: 59.94475138121547%; |
|
658 |
+ *margin-left: 59.838368402492065%; |
|
659 |
+ } |
|
660 |
+ .row-fluid .offset6 { |
|
661 |
+ margin-left: 54.14364640883978%; |
|
662 |
+ *margin-left: 54.037263430116376%; |
|
663 |
+ } |
|
664 |
+ .row-fluid .offset6:first-child { |
|
665 |
+ margin-left: 51.38121546961326%; |
|
666 |
+ *margin-left: 51.27483249088986%; |
|
667 |
+ } |
|
668 |
+ .row-fluid .offset5 { |
|
669 |
+ margin-left: 45.58011049723757%; |
|
670 |
+ *margin-left: 45.47372751851417%; |
|
671 |
+ } |
|
672 |
+ .row-fluid .offset5:first-child { |
|
673 |
+ margin-left: 42.81767955801105%; |
|
674 |
+ *margin-left: 42.71129657928765%; |
|
675 |
+ } |
|
676 |
+ .row-fluid .offset4 { |
|
677 |
+ margin-left: 37.01657458563536%; |
|
678 |
+ *margin-left: 36.91019160691196%; |
|
679 |
+ } |
|
680 |
+ .row-fluid .offset4:first-child { |
|
681 |
+ margin-left: 34.25414364640884%; |
|
682 |
+ *margin-left: 34.14776066768544%; |
|
683 |
+ } |
|
684 |
+ .row-fluid .offset3 { |
|
685 |
+ margin-left: 28.45303867403315%; |
|
686 |
+ *margin-left: 28.346655695309746%; |
|
687 |
+ } |
|
688 |
+ .row-fluid .offset3:first-child { |
|
689 |
+ margin-left: 25.69060773480663%; |
|
690 |
+ *margin-left: 25.584224756083227%; |
|
691 |
+ } |
|
692 |
+ .row-fluid .offset2 { |
|
693 |
+ margin-left: 19.88950276243094%; |
|
694 |
+ *margin-left: 19.783119783707537%; |
|
695 |
+ } |
|
696 |
+ .row-fluid .offset2:first-child { |
|
697 |
+ margin-left: 17.12707182320442%; |
|
698 |
+ *margin-left: 17.02068884448102%; |
|
699 |
+ } |
|
700 |
+ .row-fluid .offset1 { |
|
701 |
+ margin-left: 11.32596685082873%; |
|
702 |
+ *margin-left: 11.219583872105325%; |
|
703 |
+ } |
|
704 |
+ .row-fluid .offset1:first-child { |
|
705 |
+ margin-left: 8.56353591160221%; |
|
706 |
+ *margin-left: 8.457152932878806%; |
|
707 |
+ } |
|
708 |
+ input, |
|
709 |
+ textarea, |
|
710 |
+ .uneditable-input { |
|
711 |
+ margin-left: 0; |
|
712 |
+ } |
|
713 |
+ .controls-row [class*="span"] + [class*="span"] { |
|
714 |
+ margin-left: 20px; |
|
715 |
+ } |
|
716 |
+ input.span12, |
|
717 |
+ textarea.span12, |
|
718 |
+ .uneditable-input.span12 { |
|
719 |
+ width: 710px; |
|
720 |
+ } |
|
721 |
+ input.span11, |
|
722 |
+ textarea.span11, |
|
723 |
+ .uneditable-input.span11 { |
|
724 |
+ width: 648px; |
|
725 |
+ } |
|
726 |
+ input.span10, |
|
727 |
+ textarea.span10, |
|
728 |
+ .uneditable-input.span10 { |
|
729 |
+ width: 586px; |
|
730 |
+ } |
|
731 |
+ input.span9, |
|
732 |
+ textarea.span9, |
|
733 |
+ .uneditable-input.span9 { |
|
734 |
+ width: 524px; |
|
735 |
+ } |
|
736 |
+ input.span8, |
|
737 |
+ textarea.span8, |
|
738 |
+ .uneditable-input.span8 { |
|
739 |
+ width: 462px; |
|
740 |
+ } |
|
741 |
+ input.span7, |
|
742 |
+ textarea.span7, |
|
743 |
+ .uneditable-input.span7 { |
|
744 |
+ width: 400px; |
|
745 |
+ } |
|
746 |
+ input.span6, |
|
747 |
+ textarea.span6, |
|
748 |
+ .uneditable-input.span6 { |
|
749 |
+ width: 338px; |
|
750 |
+ } |
|
751 |
+ input.span5, |
|
752 |
+ textarea.span5, |
|
753 |
+ .uneditable-input.span5 { |
|
754 |
+ width: 276px; |
|
755 |
+ } |
|
756 |
+ input.span4, |
|
757 |
+ textarea.span4, |
|
758 |
+ .uneditable-input.span4 { |
|
759 |
+ width: 214px; |
|
760 |
+ } |
|
761 |
+ input.span3, |
|
762 |
+ textarea.span3, |
|
763 |
+ .uneditable-input.span3 { |
|
764 |
+ width: 152px; |
|
765 |
+ } |
|
766 |
+ input.span2, |
|
767 |
+ textarea.span2, |
|
768 |
+ .uneditable-input.span2 { |
|
769 |
+ width: 90px; |
|
770 |
+ } |
|
771 |
+ input.span1, |
|
772 |
+ textarea.span1, |
|
773 |
+ .uneditable-input.span1 { |
|
774 |
+ width: 28px; |
|
775 |
+ } |
|
776 |
+} |
|
777 |
+ |
|
778 |
+@media (max-width: 767px) { |
|
779 |
+ body { |
|
780 |
+ padding-right: 20px; |
|
781 |
+ padding-left: 20px; |
|
782 |
+ } |
|
783 |
+ .navbar-fixed-top, |
|
784 |
+ .navbar-fixed-bottom, |
|
785 |
+ .navbar-static-top { |
|
786 |
+ margin-right: -20px; |
|
787 |
+ margin-left: -20px; |
|
788 |
+ } |
|
789 |
+ .container-fluid { |
|
790 |
+ padding: 0; |
|
791 |
+ } |
|
792 |
+ .dl-horizontal dt { |
|
793 |
+ float: none; |
|
794 |
+ width: auto; |
|
795 |
+ clear: none; |
|
796 |
+ text-align: left; |
|
797 |
+ } |
|
798 |
+ .dl-horizontal dd { |
|
799 |
+ margin-left: 0; |
|
800 |
+ } |
|
801 |
+ .container { |
|
802 |
+ width: auto; |
|
803 |
+ } |
|
804 |
+ .row-fluid { |
|
805 |
+ width: 100%; |
|
806 |
+ } |
|
807 |
+ .row, |
|
808 |
+ .thumbnails { |
|
809 |
+ margin-left: 0; |
|
810 |
+ } |
|
811 |
+ .thumbnails > li { |
|
812 |
+ float: none; |
|
813 |
+ margin-left: 0; |
|
814 |
+ } |
|
815 |
+ [class*="span"], |
|
816 |
+ .row-fluid [class*="span"] { |
|
817 |
+ display: block; |
|
818 |
+ float: none; |
|
819 |
+ width: 100%; |
|
820 |
+ margin-left: 0; |
|
821 |
+ -webkit-box-sizing: border-box; |
|
822 |
+ -moz-box-sizing: border-box; |
|
823 |
+ box-sizing: border-box; |
|
824 |
+ } |
|
825 |
+ .span12, |
|
826 |
+ .row-fluid .span12 { |
|
827 |
+ width: 100%; |
|
828 |
+ -webkit-box-sizing: border-box; |
|
829 |
+ -moz-box-sizing: border-box; |
|
830 |
+ box-sizing: border-box; |
|
831 |
+ } |
|
832 |
+ .input-large, |
|
833 |
+ .input-xlarge, |
|
834 |
+ .input-xxlarge, |
|
835 |
+ input[class*="span"], |
|
836 |
+ select[class*="span"], |
|
837 |
+ textarea[class*="span"], |
|
838 |
+ .uneditable-input { |
|
839 |
+ display: block; |
|
840 |
+ width: 100%; |
|
841 |
+ min-height: 30px; |
|
842 |
+ -webkit-box-sizing: border-box; |
|
843 |
+ -moz-box-sizing: border-box; |
|
844 |
+ box-sizing: border-box; |
|
845 |
+ } |
|
846 |
+ .input-prepend input, |
|
847 |
+ .input-append input, |
|
848 |
+ .input-prepend input[class*="span"], |
|
849 |
+ .input-append input[class*="span"] { |
|
850 |
+ display: inline-block; |
|
851 |
+ width: auto; |
|
852 |
+ } |
|
853 |
+ .controls-row [class*="span"] + [class*="span"] { |
|
854 |
+ margin-left: 0; |
|
855 |
+ } |
|
856 |
+ .modal { |
|
857 |
+ position: fixed; |
|
858 |
+ top: 20px; |
|
859 |
+ right: 20px; |
|
860 |
+ left: 20px; |
|
861 |
+ width: auto; |
|
862 |
+ margin: 0; |
|
863 |
+ } |
|
864 |
+ .modal.fade.in { |
|
865 |
+ top: auto; |
|
866 |
+ } |
|
867 |
+} |
|
868 |
+ |
|
869 |
+@media (max-width: 480px) { |
|
870 |
+ .nav-collapse { |
|
871 |
+ -webkit-transform: translate3d(0, 0, 0); |
|
872 |
+ } |
|
873 |
+ .page-header h1 small { |
|
874 |
+ display: block; |
|
875 |
+ line-height: 20px; |
|
876 |
+ } |
|
877 |
+ input[type="checkbox"], |
|
878 |
+ input[type="radio"] { |
|
879 |
+ border: 1px solid #ccc; |
|
880 |
+ } |
|
881 |
+ .form-horizontal .control-label { |
|
882 |
+ float: none; |
|
883 |
+ width: auto; |
|
884 |
+ padding-top: 0; |
|
885 |
+ text-align: left; |
|
886 |
+ } |
|
887 |
+ .form-horizontal .controls { |
|
888 |
+ margin-left: 0; |
|
889 |
+ } |
|
890 |
+ .form-horizontal .control-list { |
|
891 |
+ padding-top: 0; |
|
892 |
+ } |
|
893 |
+ .form-horizontal .form-actions { |
|
894 |
+ padding-right: 10px; |
|
895 |
+ padding-left: 10px; |
|
896 |
+ } |
|
897 |
+ .modal { |
|
898 |
+ top: 10px; |
|
899 |
+ right: 10px; |
|
900 |
+ left: 10px; |
|
901 |
+ } |
|
902 |
+ .modal-header .close { |
|
903 |
+ padding: 10px; |
|
904 |
+ margin: -10px; |
|
905 |
+ } |
|
906 |
+ .carousel-caption { |
|
907 |
+ position: static; |
|
908 |
+ } |
|
909 |
+} |
|
910 |
+ |
|
911 |
+@media (max-width: 979px) { |
|
912 |
+ body { |
|
913 |
+ padding-top: 0; |
|
914 |
+ } |
|
915 |
+ .navbar-fixed-top, |
|
916 |
+ .navbar-fixed-bottom { |
|
917 |
+ position: static; |
|
918 |
+ } |
|
919 |
+ .navbar-fixed-top { |
|
920 |
+ margin-bottom: 20px; |
|
921 |
+ } |
|
922 |
+ .navbar-fixed-bottom { |
|
923 |
+ margin-top: 20px; |
|
924 |
+ } |
|
925 |
+ .navbar-fixed-top .navbar-inner, |
|
926 |
+ .navbar-fixed-bottom .navbar-inner { |
|
927 |
+ padding: 5px; |
|
928 |
+ } |
|
929 |
+ .navbar .container { |
|
930 |
+ width: auto; |
|
931 |
+ padding: 0; |
|
932 |
+ } |
|
933 |
+ .navbar .brand { |
|
934 |
+ padding-right: 10px; |
|
935 |
+ padding-left: 10px; |
|
936 |
+ margin: 0 0 0 -5px; |
|
937 |
+ } |
|
938 |
+ .nav-collapse { |
|
939 |
+ clear: both; |
|
940 |
+ } |
|
941 |
+ .nav-collapse .nav { |
|
942 |
+ float: none; |
|
943 |
+ margin: 0 0 10px; |
|
944 |
+ } |
|
945 |
+ .nav-collapse .nav > li { |
|
946 |
+ float: none; |
|
947 |
+ } |
|
948 |
+ .nav-collapse .nav > li > a { |
|
949 |
+ margin-bottom: 2px; |
|
950 |
+ } |
|
951 |
+ .nav-collapse .nav > .divider-vertical { |
|
952 |
+ display: none; |
|
953 |
+ } |
|
954 |
+ .nav-collapse .nav .nav-header { |
|
955 |
+ color: #777777; |
|
956 |
+ text-shadow: none; |
|
957 |
+ } |
|
958 |
+ .nav-collapse .nav > li > a, |
|
959 |
+ .nav-collapse .dropdown-menu a { |
|
960 |
+ padding: 9px 15px; |
|
961 |
+ font-weight: bold; |
|
962 |
+ color: #777777; |
|
963 |
+ -webkit-border-radius: 3px; |
|
964 |
+ -moz-border-radius: 3px; |
|
965 |
+ border-radius: 3px; |
|
966 |
+ } |
|
967 |
+ .nav-collapse .btn { |
|
968 |
+ padding: 4px 10px 4px; |
|
969 |
+ font-weight: normal; |
|
970 |
+ -webkit-border-radius: 4px; |
|
971 |
+ -moz-border-radius: 4px; |
|
972 |
+ border-radius: 4px; |
|
973 |
+ } |
|
974 |
+ .nav-collapse .dropdown-menu li + li a { |
|
975 |
+ margin-bottom: 2px; |
|
976 |
+ } |
|
977 |
+ .nav-collapse .nav > li > a:hover, |
|
978 |
+ .nav-collapse .dropdown-menu a:hover { |
|
979 |
+ background-color: #f2f2f2; |
|
980 |
+ } |
|
981 |
+ .navbar-inverse .nav-collapse .nav > li > a:hover, |
|
982 |
+ .navbar-inverse .nav-collapse .dropdown-menu a:hover { |
|
983 |
+ background-color: #111111; |
|
984 |
+ } |
|
985 |
+ .nav-collapse.in .btn-group { |
|
986 |
+ padding: 0; |
|
987 |
+ margin-top: 5px; |
|
988 |
+ } |
|
989 |
+ .nav-collapse .dropdown-menu { |
|
990 |
+ position: static; |
|
991 |
+ top: auto; |
|
992 |
+ left: auto; |
|
993 |
+ display: block; |
|
994 |
+ float: none; |
|
995 |
+ max-width: none; |
|
996 |
+ padding: 0; |
|
997 |
+ margin: 0 15px; |
|
998 |
+ background-color: transparent; |
|
999 |
+ border: none; |
|
1000 |
+ -webkit-border-radius: 0; |
|
1001 |
+ -moz-border-radius: 0; |
|
1002 |
+ border-radius: 0; |
|
1003 |
+ -webkit-box-shadow: none; |
|
1004 |
+ -moz-box-shadow: none; |
|
1005 |
+ box-shadow: none; |
|
1006 |
+ } |
|
1007 |
+ .nav-collapse .dropdown-menu:before, |
|
1008 |
+ .nav-collapse .dropdown-menu:after { |
|
1009 |
+ display: none; |
|
1010 |
+ } |
|
1011 |
+ .nav-collapse .dropdown-menu .divider { |
|
1012 |
+ display: none; |
|
1013 |
+ } |
|
1014 |
+ .nav-collapse .nav > li > .dropdown-menu:before, |
|
1015 |
+ .nav-collapse .nav > li > .dropdown-menu:after { |
|
1016 |
+ display: none; |
|
1017 |
+ } |
|
1018 |
+ .nav-collapse .navbar-form, |
|
1019 |
+ .nav-collapse .navbar-search { |
|
1020 |
+ float: none; |
|
1021 |
+ padding: 10px 15px; |
|
1022 |
+ margin: 10px 0; |
|
1023 |
+ border-top: 1px solid #f2f2f2; |
|
1024 |
+ border-bottom: 1px solid #f2f2f2; |
|
1025 |
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); |
|
1026 |
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); |
|
1027 |
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); |
|
1028 |
+ } |
|
1029 |
+ .navbar-inverse .nav-collapse .navbar-form, |
|
1030 |
+ .navbar-inverse .nav-collapse .navbar-search { |
|
1031 |
+ border-top-color: #111111; |
|
1032 |
+ border-bottom-color: #111111; |
|
1033 |
+ } |
|
1034 |
+ .navbar .nav-collapse .nav.pull-right { |
|
1035 |
+ float: none; |
|
1036 |
+ margin-left: 0; |
|
1037 |
+ } |
|
1038 |
+ .nav-collapse, |
|
1039 |
+ .nav-collapse.collapse { |
|
1040 |
+ height: 0; |
|
1041 |
+ overflow: hidden; |
|
1042 |
+ } |
|
1043 |
+ .navbar .btn-navbar { |
|
1044 |
+ display: block; |
|
1045 |
+ } |
|
1046 |
+ .navbar-static .navbar-inner { |
|
1047 |
+ padding-right: 10px; |
|
1048 |
+ padding-left: 10px; |
|
1049 |
+ } |
|
1050 |
+} |
|
1051 |
+ |
|
1052 |
+@media (min-width: 980px) { |
|
1053 |
+ .nav-collapse.collapse { |
|
1054 |
+ height: auto !important; |
|
1055 |
+ overflow: visible !important; |
|
1056 |
+ } |
|
1057 |
+} |
0 | 1058 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,5224 @@ |
0 |
+@import url('http://fonts.googleapis.com/css?family=Muli'); |
|
1 |
+/*! |
|
2 |
+ * Bootstrap v2.1.1 |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 Twitter, Inc |
|
5 |
+ * Licensed under the Apache License v2.0 |
|
6 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
7 |
+ * |
|
8 |
+ * Designed and built with all the love in the world @twitter by @mdo and @fat. |
|
9 |
+ */ |
|
10 |
+article, |
|
11 |
+aside, |
|
12 |
+details, |
|
13 |
+figcaption, |
|
14 |
+figure, |
|
15 |
+footer, |
|
16 |
+header, |
|
17 |
+hgroup, |
|
18 |
+nav, |
|
19 |
+section { |
|
20 |
+ display: block; |
|
21 |
+} |
|
22 |
+audio, |
|
23 |
+canvas, |
|
24 |
+video { |
|
25 |
+ display: inline-block; |
|
26 |
+ *display: inline; |
|
27 |
+ *zoom: 1; |
|
28 |
+} |
|
29 |
+audio:not([controls]) { |
|
30 |
+ display: none; |
|
31 |
+} |
|
32 |
+html { |
|
33 |
+ font-size: 100%; |
|
34 |
+ -webkit-text-size-adjust: 100%; |
|
35 |
+ -ms-text-size-adjust: 100%; |
|
36 |
+} |
|
37 |
+a:focus { |
|
38 |
+ outline: thin dotted #333; |
|
39 |
+ outline: 5px auto -webkit-focus-ring-color; |
|
40 |
+ outline-offset: -2px; |
|
41 |
+} |
|
42 |
+a:hover, |
|
43 |
+a:active { |
|
44 |
+ outline: 0; |
|
45 |
+} |
|
46 |
+sub, |
|
47 |
+sup { |
|
48 |
+ position: relative; |
|
49 |
+ font-size: 75%; |
|
50 |
+ line-height: 0; |
|
51 |
+ vertical-align: baseline; |
|
52 |
+} |
|
53 |
+sup { |
|
54 |
+ top: -0.5em; |
|
55 |
+} |
|
56 |
+sub { |
|
57 |
+ bottom: -0.25em; |
|
58 |
+} |
|
59 |
+img { |
|
60 |
+ /* Responsive images (ensure images don't scale beyond their parents) */ |
|
61 |
+ |
|
62 |
+ max-width: 100%; |
|
63 |
+ /* Part 1: Set a maxium relative to the parent */ |
|
64 |
+ |
|
65 |
+ width: auto\9; |
|
66 |
+ /* IE7-8 need help adjusting responsive images */ |
|
67 |
+ |
|
68 |
+ height: auto; |
|
69 |
+ /* Part 2: Scale the height according to the width, otherwise you get stretching */ |
|
70 |
+ |
|
71 |
+ vertical-align: middle; |
|
72 |
+ border: 0; |
|
73 |
+ -ms-interpolation-mode: bicubic; |
|
74 |
+} |
|
75 |
+#map_canvas img { |
|
76 |
+ max-width: none; |
|
77 |
+} |
|
78 |
+button, |
|
79 |
+input, |
|
80 |
+select, |
|
81 |
+textarea { |
|
82 |
+ margin: 0; |
|
83 |
+ font-size: 100%; |
|
84 |
+ vertical-align: middle; |
|
85 |
+} |
|
86 |
+button, |
|
87 |
+input { |
|
88 |
+ *overflow: visible; |
|
89 |
+ line-height: normal; |
|
90 |
+} |
|
91 |
+button::-moz-focus-inner, |
|
92 |
+input::-moz-focus-inner { |
|
93 |
+ padding: 0; |
|
94 |
+ border: 0; |
|
95 |
+} |
|
96 |
+button, |
|
97 |
+input[type="button"], |
|
98 |
+input[type="reset"], |
|
99 |
+input[type="submit"] { |
|
100 |
+ cursor: pointer; |
|
101 |
+ -webkit-appearance: button; |
|
102 |
+} |
|
103 |
+input[type="search"] { |
|
104 |
+ -webkit-box-sizing: content-box; |
|
105 |
+ -moz-box-sizing: content-box; |
|
106 |
+ box-sizing: content-box; |
|
107 |
+ -webkit-appearance: textfield; |
|
108 |
+} |
|
109 |
+input[type="search"]::-webkit-search-decoration, |
|
110 |
+input[type="search"]::-webkit-search-cancel-button { |
|
111 |
+ -webkit-appearance: none; |
|
112 |
+} |
|
113 |
+textarea { |
|
114 |
+ overflow: auto; |
|
115 |
+ vertical-align: top; |
|
116 |
+} |
|
117 |
+.clearfix { |
|
118 |
+ *zoom: 1; |
|
119 |
+} |
|
120 |
+.clearfix:before, |
|
121 |
+.clearfix:after { |
|
122 |
+ display: table; |
|
123 |
+ content: ""; |
|
124 |
+ line-height: 0; |
|
125 |
+} |
|
126 |
+.clearfix:after { |
|
127 |
+ clear: both; |
|
128 |
+} |
|
129 |
+.hide-text { |
|
130 |
+ font: 0/0 a; |
|
131 |
+ color: transparent; |
|
132 |
+ text-shadow: none; |
|
133 |
+ background-color: transparent; |
|
134 |
+ border: 0; |
|
135 |
+} |
|
136 |
+.input-block-level { |
|
137 |
+ display: block; |
|
138 |
+ width: 100%; |
|
139 |
+ min-height: 30px; |
|
140 |
+ -webkit-box-sizing: border-box; |
|
141 |
+ -moz-box-sizing: border-box; |
|
142 |
+ box-sizing: border-box; |
|
143 |
+} |
|
144 |
+body { |
|
145 |
+ margin: 0; |
|
146 |
+ font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
147 |
+ font-size: 14px; |
|
148 |
+ line-height: 21px; |
|
149 |
+ color: #2d2d2d; |
|
150 |
+ background-color: #ffffff; |
|
151 |
+} |
|
152 |
+a { |
|
153 |
+ color: #558bc4; |
|
154 |
+ text-decoration: none; |
|
155 |
+} |
|
156 |
+a:hover { |
|
157 |
+ color: #558bc4; |
|
158 |
+ text-decoration: underline; |
|
159 |
+} |
|
160 |
+.img-rounded { |
|
161 |
+ -webkit-border-radius: 6px; |
|
162 |
+ -moz-border-radius: 6px; |
|
163 |
+ border-radius: 6px; |
|
164 |
+} |
|
165 |
+.img-polaroid { |
|
166 |
+ padding: 4px; |
|
167 |
+ background-color: #fff; |
|
168 |
+ border: 1px solid #ccc; |
|
169 |
+ border: 1px solid rgba(0, 0, 0, 0.2); |
|
170 |
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
|
171 |
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
|
172 |
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
|
173 |
+} |
|
174 |
+.img-circle { |
|
175 |
+ -webkit-border-radius: 500px; |
|
176 |
+ -moz-border-radius: 500px; |
|
177 |
+ border-radius: 500px; |
|
178 |
+} |
|
179 |
+.row { |
|
180 |
+ margin-left: -20px; |
|
181 |
+ *zoom: 1; |
|
182 |
+} |
|
183 |
+.row:before, |
|
184 |
+.row:after { |
|
185 |
+ display: table; |
|
186 |
+ content: ""; |
|
187 |
+ line-height: 0; |
|
188 |
+} |
|
189 |
+.row:after { |
|
190 |
+ clear: both; |
|
191 |
+} |
|
192 |
+[class*="span"] { |
|
193 |
+ float: left; |
|
194 |
+ min-height: 1px; |
|
195 |
+ margin-left: 20px; |
|
196 |
+} |
|
197 |
+.container, |
|
198 |
+.navbar-static-top .container, |
|
199 |
+.navbar-fixed-top .container, |
|
200 |
+.navbar-fixed-bottom .container { |
|
201 |
+ width: 940px; |
|
202 |
+} |
|
203 |
+.span12 { |
|
204 |
+ width: 940px; |
|
205 |
+} |
|
206 |
+.span11 { |
|
207 |
+ width: 860px; |
|
208 |
+} |
|
209 |
+.span10 { |
|
210 |
+ width: 780px; |
|
211 |
+} |
|
212 |
+.span9 { |
|
213 |
+ width: 700px; |
|
214 |
+} |
|
215 |
+.span8 { |
|
216 |
+ width: 620px; |
|
217 |
+} |
|
218 |
+.span7 { |
|
219 |
+ width: 540px; |
|
220 |
+} |
|
221 |
+.span6 { |
|
222 |
+ width: 460px; |
|
223 |
+} |
|
224 |
+.span5 { |
|
225 |
+ width: 380px; |
|
226 |
+} |
|
227 |
+.span4 { |
|
228 |
+ width: 300px; |
|
229 |
+} |
|
230 |
+.span3 { |
|
231 |
+ width: 220px; |
|
232 |
+} |
|
233 |
+.span2 { |
|
234 |
+ width: 140px; |
|
235 |
+} |
|
236 |
+.span1 { |
|
237 |
+ width: 60px; |
|
238 |
+} |
|
239 |
+.offset12 { |
|
240 |
+ margin-left: 980px; |
|
241 |
+} |
|
242 |
+.offset11 { |
|
243 |
+ margin-left: 900px; |
|
244 |
+} |
|
245 |
+.offset10 { |
|
246 |
+ margin-left: 820px; |
|
247 |
+} |
|
248 |
+.offset9 { |
|
249 |
+ margin-left: 740px; |
|
250 |
+} |
|
251 |
+.offset8 { |
|
252 |
+ margin-left: 660px; |
|
253 |
+} |
|
254 |
+.offset7 { |
|
255 |
+ margin-left: 580px; |
|
256 |
+} |
|
257 |
+.offset6 { |
|
258 |
+ margin-left: 500px; |
|
259 |
+} |
|
260 |
+.offset5 { |
|
261 |
+ margin-left: 420px; |
|
262 |
+} |
|
263 |
+.offset4 { |
|
264 |
+ margin-left: 340px; |
|
265 |
+} |
|
266 |
+.offset3 { |
|
267 |
+ margin-left: 260px; |
|
268 |
+} |
|
269 |
+.offset2 { |
|
270 |
+ margin-left: 180px; |
|
271 |
+} |
|
272 |
+.offset1 { |
|
273 |
+ margin-left: 100px; |
|
274 |
+} |
|
275 |
+.row-fluid { |
|
276 |
+ width: 100%; |
|
277 |
+ *zoom: 1; |
|
278 |
+} |
|
279 |
+.row-fluid:before, |
|
280 |
+.row-fluid:after { |
|
281 |
+ display: table; |
|
282 |
+ content: ""; |
|
283 |
+ line-height: 0; |
|
284 |
+} |
|
285 |
+.row-fluid:after { |
|
286 |
+ clear: both; |
|
287 |
+} |
|
288 |
+.row-fluid [class*="span"] { |
|
289 |
+ display: block; |
|
290 |
+ width: 100%; |
|
291 |
+ min-height: 30px; |
|
292 |
+ -webkit-box-sizing: border-box; |
|
293 |
+ -moz-box-sizing: border-box; |
|
294 |
+ box-sizing: border-box; |
|
295 |
+ float: left; |
|
296 |
+ margin-left: 2.127659574468085%; |
|
297 |
+ *margin-left: 2.074468085106383%; |
|
298 |
+} |
|
299 |
+.row-fluid [class*="span"]:first-child { |
|
300 |
+ margin-left: 0; |
|
301 |
+} |
|
302 |
+.row-fluid .span12 { |
|
303 |
+ width: 100%; |
|
304 |
+ *width: 99.94680851063829%; |
|
305 |
+} |
|
306 |
+.row-fluid .span11 { |
|
307 |
+ width: 91.48936170212765%; |
|
308 |
+ *width: 91.43617021276594%; |
|
309 |
+} |
|
310 |
+.row-fluid .span10 { |
|
311 |
+ width: 82.97872340425532%; |
|
312 |
+ *width: 82.92553191489361%; |
|
313 |
+} |
|
314 |
+.row-fluid .span9 { |
|
315 |
+ width: 74.46808510638297%; |
|
316 |
+ *width: 74.41489361702126%; |
|
317 |
+} |
|
318 |
+.row-fluid .span8 { |
|
319 |
+ width: 65.95744680851064%; |
|
320 |
+ *width: 65.90425531914893%; |
|
321 |
+} |
|
322 |
+.row-fluid .span7 { |
|
323 |
+ width: 57.44680851063829%; |
|
324 |
+ *width: 57.39361702127659%; |
|
325 |
+} |
|
326 |
+.row-fluid .span6 { |
|
327 |
+ width: 48.93617021276595%; |
|
328 |
+ *width: 48.88297872340425%; |
|
329 |
+} |
|
330 |
+.row-fluid .span5 { |
|
331 |
+ width: 40.42553191489362%; |
|
332 |
+ *width: 40.37234042553192%; |
|
333 |
+} |
|
334 |
+.row-fluid .span4 { |
|
335 |
+ width: 31.914893617021278%; |
|
336 |
+ *width: 31.861702127659576%; |
|
337 |
+} |
|
338 |
+.row-fluid .span3 { |
|
339 |
+ width: 23.404255319148934%; |
|
340 |
+ *width: 23.351063829787233%; |
|
341 |
+} |
|
342 |
+.row-fluid .span2 { |
|
343 |
+ width: 14.893617021276595%; |
|
344 |
+ *width: 14.840425531914894%; |
|
345 |
+} |
|
346 |
+.row-fluid .span1 { |
|
347 |
+ width: 6.382978723404255%; |
|
348 |
+ *width: 6.329787234042553%; |
|
349 |
+} |
|
350 |
+.row-fluid .offset12 { |
|
351 |
+ margin-left: 104.25531914893617%; |
|
352 |
+ *margin-left: 104.14893617021275%; |
|
353 |
+} |
|
354 |
+.row-fluid .offset12:first-child { |
|
355 |
+ margin-left: 102.12765957446808%; |
|
356 |
+ *margin-left: 102.02127659574467%; |
|
357 |
+} |
|
358 |
+.row-fluid .offset11 { |
|
359 |
+ margin-left: 95.74468085106382%; |
|
360 |
+ *margin-left: 95.6382978723404%; |
|
361 |
+} |
|
362 |
+.row-fluid .offset11:first-child { |
|
363 |
+ margin-left: 93.61702127659574%; |
|
364 |
+ *margin-left: 93.51063829787232%; |
|
365 |
+} |
|
366 |
+.row-fluid .offset10 { |
|
367 |
+ margin-left: 87.23404255319149%; |
|
368 |
+ *margin-left: 87.12765957446807%; |
|
369 |
+} |
|
370 |
+.row-fluid .offset10:first-child { |
|
371 |
+ margin-left: 85.1063829787234%; |
|
372 |
+ *margin-left: 84.99999999999999%; |
|
373 |
+} |
|
374 |
+.row-fluid .offset9 { |
|
375 |
+ margin-left: 78.72340425531914%; |
|
376 |
+ *margin-left: 78.61702127659572%; |
|
377 |
+} |
|
378 |
+.row-fluid .offset9:first-child { |
|
379 |
+ margin-left: 76.59574468085106%; |
|
380 |
+ *margin-left: 76.48936170212764%; |
|
381 |
+} |
|
382 |
+.row-fluid .offset8 { |
|
383 |
+ margin-left: 70.2127659574468%; |
|
384 |
+ *margin-left: 70.10638297872339%; |
|
385 |
+} |
|
386 |
+.row-fluid .offset8:first-child { |
|
387 |
+ margin-left: 68.08510638297872%; |
|
388 |
+ *margin-left: 67.9787234042553%; |
|
389 |
+} |
|
390 |
+.row-fluid .offset7 { |
|
391 |
+ margin-left: 61.70212765957446%; |
|
392 |
+ *margin-left: 61.59574468085106%; |
|
393 |
+} |
|
394 |
+.row-fluid .offset7:first-child { |
|
395 |
+ margin-left: 59.574468085106375%; |
|
396 |
+ *margin-left: 59.46808510638297%; |
|
397 |
+} |
|
398 |
+.row-fluid .offset6 { |
|
399 |
+ margin-left: 53.191489361702125%; |
|
400 |
+ *margin-left: 53.085106382978715%; |
|
401 |
+} |
|
402 |
+.row-fluid .offset6:first-child { |
|
403 |
+ margin-left: 51.063829787234035%; |
|
404 |
+ *margin-left: 50.95744680851063%; |
|
405 |
+} |
|
406 |
+.row-fluid .offset5 { |
|
407 |
+ margin-left: 44.68085106382979%; |
|
408 |
+ *margin-left: 44.57446808510638%; |
|
409 |
+} |
|
410 |
+.row-fluid .offset5:first-child { |
|
411 |
+ margin-left: 42.5531914893617%; |
|
412 |
+ *margin-left: 42.4468085106383%; |
|
413 |
+} |
|
414 |
+.row-fluid .offset4 { |
|
415 |
+ margin-left: 36.170212765957444%; |
|
416 |
+ *margin-left: 36.06382978723405%; |
|
417 |
+} |
|
418 |
+.row-fluid .offset4:first-child { |
|
419 |
+ margin-left: 34.04255319148936%; |
|
420 |
+ *margin-left: 33.93617021276596%; |
|
421 |
+} |
|
422 |
+.row-fluid .offset3 { |
|
423 |
+ margin-left: 27.659574468085104%; |
|
424 |
+ *margin-left: 27.5531914893617%; |
|
425 |
+} |
|
426 |
+.row-fluid .offset3:first-child { |
|
427 |
+ margin-left: 25.53191489361702%; |
|
428 |
+ *margin-left: 25.425531914893618%; |
|
429 |
+} |
|
430 |
+.row-fluid .offset2 { |
|
431 |
+ margin-left: 19.148936170212764%; |
|
432 |
+ *margin-left: 19.04255319148936%; |
|
433 |
+} |
|
434 |
+.row-fluid .offset2:first-child { |
|
435 |
+ margin-left: 17.02127659574468%; |
|
436 |
+ *margin-left: 16.914893617021278%; |
|
437 |
+} |
|
438 |
+.row-fluid .offset1 { |
|
439 |
+ margin-left: 10.638297872340425%; |
|
440 |
+ *margin-left: 10.53191489361702%; |
|
441 |
+} |
|
442 |
+.row-fluid .offset1:first-child { |
|
443 |
+ margin-left: 8.51063829787234%; |
|
444 |
+ *margin-left: 8.404255319148938%; |
|
445 |
+} |
|
446 |
+[class*="span"].hide, |
|
447 |
+.row-fluid [class*="span"].hide { |
|
448 |
+ display: none; |
|
449 |
+} |
|
450 |
+[class*="span"].pull-right, |
|
451 |
+.row-fluid [class*="span"].pull-right { |
|
452 |
+ float: right; |
|
453 |
+} |
|
454 |
+.container { |
|
455 |
+ margin-right: auto; |
|
456 |
+ margin-left: auto; |
|
457 |
+ *zoom: 1; |
|
458 |
+} |
|
459 |
+.container:before, |
|
460 |
+.container:after { |
|
461 |
+ display: table; |
|
462 |
+ content: ""; |
|
463 |
+ line-height: 0; |
|
464 |
+} |
|
465 |
+.container:after { |
|
466 |
+ clear: both; |
|
467 |
+} |
|
468 |
+.container-fluid { |
|
469 |
+ padding-right: 20px; |
|
470 |
+ padding-left: 20px; |
|
471 |
+ *zoom: 1; |
|
472 |
+} |
|
473 |
+.container-fluid:before, |
|
474 |
+.container-fluid:after { |
|
475 |
+ display: table; |
|
476 |
+ content: ""; |
|
477 |
+ line-height: 0; |
|
478 |
+} |
|
479 |
+.container-fluid:after { |
|
480 |
+ clear: both; |
|
481 |
+} |
|
482 |
+p { |
|
483 |
+ margin: 0 0 10.5px; |
|
484 |
+} |
|
485 |
+.lead { |
|
486 |
+ margin-bottom: 21px; |
|
487 |
+ font-size: 21px; |
|
488 |
+ font-weight: 200; |
|
489 |
+ line-height: 31.5px; |
|
490 |
+} |
|
491 |
+small { |
|
492 |
+ font-size: 85%; |
|
493 |
+} |
|
494 |
+strong { |
|
495 |
+ font-weight: bold; |
|
496 |
+} |
|
497 |
+em { |
|
498 |
+ font-style: italic; |
|
499 |
+} |
|
500 |
+cite { |
|
501 |
+ font-style: normal; |
|
502 |
+} |
|
503 |
+.muted { |
|
504 |
+ color: #bbbbbb; |
|
505 |
+} |
|
506 |
+.text-warning { |
|
507 |
+ color: #ffffff; |
|
508 |
+} |
|
509 |
+.text-error { |
|
510 |
+ color: #ffffff; |
|
511 |
+} |
|
512 |
+.text-info { |
|
513 |
+ color: #ffffff; |
|
514 |
+} |
|
515 |
+.text-success { |
|
516 |
+ color: #ffffff; |
|
517 |
+} |
|
518 |
+h1, |
|
519 |
+h2, |
|
520 |
+h3, |
|
521 |
+h4, |
|
522 |
+h5, |
|
523 |
+h6 { |
|
524 |
+ margin: 10.5px 0; |
|
525 |
+ font-family: inherit; |
|
526 |
+ font-weight: normal; |
|
527 |
+ line-height: 1; |
|
528 |
+ color: inherit; |
|
529 |
+ text-rendering: optimizelegibility; |
|
530 |
+} |
|
531 |
+h1 small, |
|
532 |
+h2 small, |
|
533 |
+h3 small, |
|
534 |
+h4 small, |
|
535 |
+h5 small, |
|
536 |
+h6 small { |
|
537 |
+ font-weight: normal; |
|
538 |
+ line-height: 1; |
|
539 |
+ color: #bbbbbb; |
|
540 |
+} |
|
541 |
+h1 { |
|
542 |
+ font-size: 36px; |
|
543 |
+ line-height: 40px; |
|
544 |
+} |
|
545 |
+h2 { |
|
546 |
+ font-size: 30px; |
|
547 |
+ line-height: 40px; |
|
548 |
+} |
|
549 |
+h3 { |
|
550 |
+ font-size: 24px; |
|
551 |
+ line-height: 40px; |
|
552 |
+} |
|
553 |
+h4 { |
|
554 |
+ font-size: 18px; |
|
555 |
+ line-height: 20px; |
|
556 |
+} |
|
557 |
+h5 { |
|
558 |
+ font-size: 14px; |
|
559 |
+ line-height: 20px; |
|
560 |
+} |
|
561 |
+h6 { |
|
562 |
+ font-size: 12px; |
|
563 |
+ line-height: 20px; |
|
564 |
+} |
|
565 |
+h1 small { |
|
566 |
+ font-size: 24px; |
|
567 |
+} |
|
568 |
+h2 small { |
|
569 |
+ font-size: 18px; |
|
570 |
+} |
|
571 |
+h3 small { |
|
572 |
+ font-size: 14px; |
|
573 |
+} |
|
574 |
+h4 small { |
|
575 |
+ font-size: 14px; |
|
576 |
+} |
|
577 |
+.page-header { |
|
578 |
+ padding-bottom: 9.5px; |
|
579 |
+ margin: 21px 0 31.5px; |
|
580 |
+ border-bottom: 1px solid #eeeeee; |
|
581 |
+} |
|
582 |
+ul, |
|
583 |
+ol { |
|
584 |
+ padding: 0; |
|
585 |
+ margin: 0 0 10.5px 25px; |
|
586 |
+} |
|
587 |
+ul ul, |
|
588 |
+ul ol, |
|
589 |
+ol ol, |
|
590 |
+ol ul { |
|
591 |
+ margin-bottom: 0; |
|
592 |
+} |
|
593 |
+li { |
|
594 |
+ line-height: 21px; |
|
595 |
+} |
|
596 |
+ul.unstyled, |
|
597 |
+ol.unstyled { |
|
598 |
+ margin-left: 0; |
|
599 |
+ list-style: none; |
|
600 |
+} |
|
601 |
+dl { |
|
602 |
+ margin-bottom: 21px; |
|
603 |
+} |
|
604 |
+dt, |
|
605 |
+dd { |
|
606 |
+ line-height: 21px; |
|
607 |
+} |
|
608 |
+dt { |
|
609 |
+ font-weight: bold; |
|
610 |
+} |
|
611 |
+dd { |
|
612 |
+ margin-left: 10.5px; |
|
613 |
+} |
|
614 |
+.dl-horizontal { |
|
615 |
+ *zoom: 1; |
|
616 |
+} |
|
617 |
+.dl-horizontal:before, |
|
618 |
+.dl-horizontal:after { |
|
619 |
+ display: table; |
|
620 |
+ content: ""; |
|
621 |
+ line-height: 0; |
|
622 |
+} |
|
623 |
+.dl-horizontal:after { |
|
624 |
+ clear: both; |
|
625 |
+} |
|
626 |
+.dl-horizontal dt { |
|
627 |
+ float: left; |
|
628 |
+ width: 160px; |
|
629 |
+ clear: left; |
|
630 |
+ text-align: right; |
|
631 |
+ overflow: hidden; |
|
632 |
+ text-overflow: ellipsis; |
|
633 |
+ white-space: nowrap; |
|
634 |
+} |
|
635 |
+.dl-horizontal dd { |
|
636 |
+ margin-left: 180px; |
|
637 |
+} |
|
638 |
+hr { |
|
639 |
+ margin: 21px 0; |
|
640 |
+ border: 0; |
|
641 |
+ border-top: 1px solid #eeeeee; |
|
642 |
+ border-bottom: 1px solid #ffffff; |
|
643 |
+} |
|
644 |
+abbr[title] { |
|
645 |
+ cursor: help; |
|
646 |
+ border-bottom: 1px dotted #bbbbbb; |
|
647 |
+} |
|
648 |
+abbr.initialism { |
|
649 |
+ font-size: 90%; |
|
650 |
+ text-transform: uppercase; |
|
651 |
+} |
|
652 |
+blockquote { |
|
653 |
+ padding: 0 0 0 15px; |
|
654 |
+ margin: 0 0 21px; |
|
655 |
+ border-left: 5px solid #eeeeee; |
|
656 |
+} |
|
657 |
+blockquote p { |
|
658 |
+ margin-bottom: 0; |
|
659 |
+ font-size: 16px; |
|
660 |
+ font-weight: 300; |
|
661 |
+ line-height: 26.25px; |
|
662 |
+} |
|
663 |
+blockquote small { |
|
664 |
+ display: block; |
|
665 |
+ line-height: 21px; |
|
666 |
+ color: #bbbbbb; |
|
667 |
+} |
|
668 |
+blockquote small:before { |
|
669 |
+ content: '\2014 \00A0'; |
|
670 |
+} |
|
671 |
+blockquote.pull-right { |
|
672 |
+ float: right; |
|
673 |
+ padding-right: 15px; |
|
674 |
+ padding-left: 0; |
|
675 |
+ border-right: 5px solid #eeeeee; |
|
676 |
+ border-left: 0; |
|
677 |
+} |
|
678 |
+blockquote.pull-right p, |
|
679 |
+blockquote.pull-right small { |
|
680 |
+ text-align: right; |
|
681 |
+} |
|
682 |
+blockquote.pull-right small:before { |
|
683 |
+ content: ''; |
|
684 |
+} |
|
685 |
+blockquote.pull-right small:after { |
|
686 |
+ content: '\00A0 \2014'; |
|
687 |
+} |
|
688 |
+q:before, |
|
689 |
+q:after, |
|
690 |
+blockquote:before, |
|
691 |
+blockquote:after { |
|
692 |
+ content: ""; |
|
693 |
+} |
|
694 |
+address { |
|
695 |
+ display: block; |
|
696 |
+ margin-bottom: 21px; |
|
697 |
+ font-style: normal; |
|
698 |
+ line-height: 21px; |
|
699 |
+} |
|
700 |
+code, |
|
701 |
+pre { |
|
702 |
+ padding: 0 3px 2px; |
|
703 |
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace; |
|
704 |
+ font-size: 12px; |
|
705 |
+ color: #333333; |
|
706 |
+ -webkit-border-radius: 3px; |
|
707 |
+ -moz-border-radius: 3px; |
|
708 |
+ border-radius: 3px; |
|
709 |
+} |
|
710 |
+code { |
|
711 |
+ padding: 2px 4px; |
|
712 |
+ color: #d14; |
|
713 |
+ background-color: #f7f7f9; |
|
714 |
+ border: 1px solid #e1e1e8; |
|
715 |
+} |
|
716 |
+pre { |
|
717 |
+ display: block; |
|
718 |
+ padding: 10px; |
|
719 |
+ margin: 0 0 10.5px; |
|
720 |
+ font-size: 13px; |
|
721 |
+ line-height: 21px; |
|
722 |
+ word-break: break-all; |
|
723 |
+ word-wrap: break-word; |
|
724 |
+ white-space: pre; |
|
725 |
+ white-space: pre-wrap; |
|
726 |
+ background-color: #f5f5f5; |
|
727 |
+ border: 1px solid #ccc; |
|
728 |
+ border: 1px solid rgba(0, 0, 0, 0.15); |
|
729 |
+ -webkit-border-radius: 4px; |
|
730 |
+ -moz-border-radius: 4px; |
|
731 |
+ border-radius: 4px; |
|
732 |
+} |
|
733 |
+pre.prettyprint { |
|
734 |
+ margin-bottom: 21px; |
|
735 |
+} |
|
736 |
+pre code { |
|
737 |
+ padding: 0; |
|
738 |
+ color: inherit; |
|
739 |
+ background-color: transparent; |
|
740 |
+ border: 0; |
|
741 |
+} |
|
742 |
+.pre-scrollable { |
|
743 |
+ max-height: 340px; |
|
744 |
+ overflow-y: scroll; |
|
745 |
+} |
|
746 |
+form { |
|
747 |
+ margin: 0 0 21px; |
|
748 |
+} |
|
749 |
+fieldset { |
|
750 |
+ padding: 0; |
|
751 |
+ margin: 0; |
|
752 |
+ border: 0; |
|
753 |
+} |
|
754 |
+legend { |
|
755 |
+ display: block; |
|
756 |
+ width: 100%; |
|
757 |
+ padding: 0; |
|
758 |
+ margin-bottom: 21px; |
|
759 |
+ font-size: 21px; |
|
760 |
+ line-height: 42px; |
|
761 |
+ color: #333333; |
|
762 |
+ border: 0; |
|
763 |
+ border-bottom: 1px solid #e5e5e5; |
|
764 |
+} |
|
765 |
+legend small { |
|
766 |
+ font-size: 15.75px; |
|
767 |
+ color: #bbbbbb; |
|
768 |
+} |
|
769 |
+label, |
|
770 |
+input, |
|
771 |
+button, |
|
772 |
+select, |
|
773 |
+textarea { |
|
774 |
+ font-size: 14px; |
|
775 |
+ font-weight: normal; |
|
776 |
+ line-height: 21px; |
|
777 |
+} |
|
778 |
+input, |
|
779 |
+button, |
|
780 |
+select, |
|
781 |
+textarea { |
|
782 |
+ font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
783 |
+} |
|
784 |
+label { |
|
785 |
+ display: block; |
|
786 |
+ margin-bottom: 5px; |
|
787 |
+} |
|
788 |
+select, |
|
789 |
+textarea, |
|
790 |
+input[type="text"], |
|
791 |
+input[type="password"], |
|
792 |
+input[type="datetime"], |
|
793 |
+input[type="datetime-local"], |
|
794 |
+input[type="date"], |
|
795 |
+input[type="month"], |
|
796 |
+input[type="time"], |
|
797 |
+input[type="week"], |
|
798 |
+input[type="number"], |
|
799 |
+input[type="email"], |
|
800 |
+input[type="url"], |
|
801 |
+input[type="search"], |
|
802 |
+input[type="tel"], |
|
803 |
+input[type="color"], |
|
804 |
+.uneditable-input { |
|
805 |
+ display: inline-block; |
|
806 |
+ height: 21px; |
|
807 |
+ padding: 4px 6px; |
|
808 |
+ margin-bottom: 9px; |
|
809 |
+ font-size: 14px; |
|
810 |
+ line-height: 21px; |
|
811 |
+ color: #777777; |
|
812 |
+ -webkit-border-radius: 3px; |
|
813 |
+ -moz-border-radius: 3px; |
|
814 |
+ border-radius: 3px; |
|
815 |
+} |
|
816 |
+input, |
|
817 |
+textarea, |
|
818 |
+.uneditable-input { |
|
819 |
+ width: 206px; |
|
820 |
+} |
|
821 |
+textarea { |
|
822 |
+ height: auto; |
|
823 |
+} |
|
824 |
+textarea, |
|
825 |
+input[type="text"], |
|
826 |
+input[type="password"], |
|
827 |
+input[type="datetime"], |
|
828 |
+input[type="datetime-local"], |
|
829 |
+input[type="date"], |
|
830 |
+input[type="month"], |
|
831 |
+input[type="time"], |
|
832 |
+input[type="week"], |
|
833 |
+input[type="number"], |
|
834 |
+input[type="email"], |
|
835 |
+input[type="url"], |
|
836 |
+input[type="search"], |
|
837 |
+input[type="tel"], |
|
838 |
+input[type="color"], |
|
839 |
+.uneditable-input { |
|
840 |
+ background-color: #ffffff; |
|
841 |
+ border: 1px solid #cccccc; |
|
842 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
843 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
844 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
845 |
+ -webkit-transition: border linear .2s, box-shadow linear .2s; |
|
846 |
+ -moz-transition: border linear .2s, box-shadow linear .2s; |
|
847 |
+ -o-transition: border linear .2s, box-shadow linear .2s; |
|
848 |
+ transition: border linear .2s, box-shadow linear .2s; |
|
849 |
+} |
|
850 |
+textarea:focus, |
|
851 |
+input[type="text"]:focus, |
|
852 |
+input[type="password"]:focus, |
|
853 |
+input[type="datetime"]:focus, |
|
854 |
+input[type="datetime-local"]:focus, |
|
855 |
+input[type="date"]:focus, |
|
856 |
+input[type="month"]:focus, |
|
857 |
+input[type="time"]:focus, |
|
858 |
+input[type="week"]:focus, |
|
859 |
+input[type="number"]:focus, |
|
860 |
+input[type="email"]:focus, |
|
861 |
+input[type="url"]:focus, |
|
862 |
+input[type="search"]:focus, |
|
863 |
+input[type="tel"]:focus, |
|
864 |
+input[type="color"]:focus, |
|
865 |
+.uneditable-input:focus { |
|
866 |
+ border-color: rgba(82, 168, 236, 0.8); |
|
867 |
+ outline: 0; |
|
868 |
+ outline: thin dotted \9; |
|
869 |
+ /* IE6-9 */ |
|
870 |
+ |
|
871 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); |
|
872 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); |
|
873 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); |
|
874 |
+} |
|
875 |
+input[type="radio"], |
|
876 |
+input[type="checkbox"] { |
|
877 |
+ margin: 4px 0 0; |
|
878 |
+ *margin-top: 0; |
|
879 |
+ /* IE7 */ |
|
880 |
+ |
|
881 |
+ margin-top: 1px \9; |
|
882 |
+ /* IE8-9 */ |
|
883 |
+ |
|
884 |
+ line-height: normal; |
|
885 |
+ cursor: pointer; |
|
886 |
+} |
|
887 |
+input[type="file"], |
|
888 |
+input[type="image"], |
|
889 |
+input[type="submit"], |
|
890 |
+input[type="reset"], |
|
891 |
+input[type="button"], |
|
892 |
+input[type="radio"], |
|
893 |
+input[type="checkbox"] { |
|
894 |
+ width: auto; |
|
895 |
+} |
|
896 |
+select, |
|
897 |
+input[type="file"] { |
|
898 |
+ height: 30px; |
|
899 |
+ /* In IE7, the height of the select element cannot be changed by height, only font-size */ |
|
900 |
+ |
|
901 |
+ *margin-top: 4px; |
|
902 |
+ /* For IE7, add top margin to align select with labels */ |
|
903 |
+ |
|
904 |
+ line-height: 30px; |
|
905 |
+} |
|
906 |
+select { |
|
907 |
+ width: 220px; |
|
908 |
+ border: 1px solid #cccccc; |
|
909 |
+ background-color: #ffffff; |
|
910 |
+} |
|
911 |
+select[multiple], |
|
912 |
+select[size] { |
|
913 |
+ height: auto; |
|
914 |
+} |
|
915 |
+select:focus, |
|
916 |
+input[type="file"]:focus, |
|
917 |
+input[type="radio"]:focus, |
|
918 |
+input[type="checkbox"]:focus { |
|
919 |
+ outline: thin dotted #333; |
|
920 |
+ outline: 5px auto -webkit-focus-ring-color; |
|
921 |
+ outline-offset: -2px; |
|
922 |
+} |
|
923 |
+.uneditable-input, |
|
924 |
+.uneditable-textarea { |
|
925 |
+ color: #bbbbbb; |
|
926 |
+ background-color: #fcfcfc; |
|
927 |
+ border-color: #cccccc; |
|
928 |
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); |
|
929 |
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); |
|
930 |
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); |
|
931 |
+ cursor: not-allowed; |
|
932 |
+} |
|
933 |
+.uneditable-input { |
|
934 |
+ overflow: hidden; |
|
935 |
+ white-space: nowrap; |
|
936 |
+} |
|
937 |
+.uneditable-textarea { |
|
938 |
+ width: auto; |
|
939 |
+ height: auto; |
|
940 |
+} |
|
941 |
+input:-moz-placeholder, |
|
942 |
+textarea:-moz-placeholder { |
|
943 |
+ color: #bbbbbb; |
|
944 |
+} |
|
945 |
+input:-ms-input-placeholder, |
|
946 |
+textarea:-ms-input-placeholder { |
|
947 |
+ color: #bbbbbb; |
|
948 |
+} |
|
949 |
+input::-webkit-input-placeholder, |
|
950 |
+textarea::-webkit-input-placeholder { |
|
951 |
+ color: #bbbbbb; |
|
952 |
+} |
|
953 |
+.radio, |
|
954 |
+.checkbox { |
|
955 |
+ min-height: 18px; |
|
956 |
+ padding-left: 18px; |
|
957 |
+} |
|
958 |
+.radio input[type="radio"], |
|
959 |
+.checkbox input[type="checkbox"] { |
|
960 |
+ float: left; |
|
961 |
+ margin-left: -18px; |
|
962 |
+} |
|
963 |
+.controls > .radio:first-child, |
|
964 |
+.controls > .checkbox:first-child { |
|
965 |
+ padding-top: 5px; |
|
966 |
+} |
|
967 |
+.radio.inline, |
|
968 |
+.checkbox.inline { |
|
969 |
+ display: inline-block; |
|
970 |
+ padding-top: 5px; |
|
971 |
+ margin-bottom: 0; |
|
972 |
+ vertical-align: middle; |
|
973 |
+} |
|
974 |
+.radio.inline + .radio.inline, |
|
975 |
+.checkbox.inline + .checkbox.inline { |
|
976 |
+ margin-left: 10px; |
|
977 |
+} |
|
978 |
+.input-mini { |
|
979 |
+ width: 60px; |
|
980 |
+} |
|
981 |
+.input-small { |
|
982 |
+ width: 90px; |
|
983 |
+} |
|
984 |
+.input-medium { |
|
985 |
+ width: 150px; |
|
986 |
+} |
|
987 |
+.input-large { |
|
988 |
+ width: 210px; |
|
989 |
+} |
|
990 |
+.input-xlarge { |
|
991 |
+ width: 270px; |
|
992 |
+} |
|
993 |
+.input-xxlarge { |
|
994 |
+ width: 530px; |
|
995 |
+} |
|
996 |
+input[class*="span"], |
|
997 |
+select[class*="span"], |
|
998 |
+textarea[class*="span"], |
|
999 |
+.uneditable-input[class*="span"], |
|
1000 |
+.row-fluid input[class*="span"], |
|
1001 |
+.row-fluid select[class*="span"], |
|
1002 |
+.row-fluid textarea[class*="span"], |
|
1003 |
+.row-fluid .uneditable-input[class*="span"] { |
|
1004 |
+ float: none; |
|
1005 |
+ margin-left: 0; |
|
1006 |
+} |
|
1007 |
+.input-append input[class*="span"], |
|
1008 |
+.input-append .uneditable-input[class*="span"], |
|
1009 |
+.input-prepend input[class*="span"], |
|
1010 |
+.input-prepend .uneditable-input[class*="span"], |
|
1011 |
+.row-fluid input[class*="span"], |
|
1012 |
+.row-fluid select[class*="span"], |
|
1013 |
+.row-fluid textarea[class*="span"], |
|
1014 |
+.row-fluid .uneditable-input[class*="span"], |
|
1015 |
+.row-fluid .input-prepend [class*="span"], |
|
1016 |
+.row-fluid .input-append [class*="span"] { |
|
1017 |
+ display: inline-block; |
|
1018 |
+} |
|
1019 |
+input, |
|
1020 |
+textarea, |
|
1021 |
+.uneditable-input { |
|
1022 |
+ margin-left: 0; |
|
1023 |
+} |
|
1024 |
+.controls-row [class*="span"] + [class*="span"] { |
|
1025 |
+ margin-left: 20px; |
|
1026 |
+} |
|
1027 |
+input.span12, textarea.span12, .uneditable-input.span12 { |
|
1028 |
+ width: 926px; |
|
1029 |
+} |
|
1030 |
+input.span11, textarea.span11, .uneditable-input.span11 { |
|
1031 |
+ width: 846px; |
|
1032 |
+} |
|
1033 |
+input.span10, textarea.span10, .uneditable-input.span10 { |
|
1034 |
+ width: 766px; |
|
1035 |
+} |
|
1036 |
+input.span9, textarea.span9, .uneditable-input.span9 { |
|
1037 |
+ width: 686px; |
|
1038 |
+} |
|
1039 |
+input.span8, textarea.span8, .uneditable-input.span8 { |
|
1040 |
+ width: 606px; |
|
1041 |
+} |
|
1042 |
+input.span7, textarea.span7, .uneditable-input.span7 { |
|
1043 |
+ width: 526px; |
|
1044 |
+} |
|
1045 |
+input.span6, textarea.span6, .uneditable-input.span6 { |
|
1046 |
+ width: 446px; |
|
1047 |
+} |
|
1048 |
+input.span5, textarea.span5, .uneditable-input.span5 { |
|
1049 |
+ width: 366px; |
|
1050 |
+} |
|
1051 |
+input.span4, textarea.span4, .uneditable-input.span4 { |
|
1052 |
+ width: 286px; |
|
1053 |
+} |
|
1054 |
+input.span3, textarea.span3, .uneditable-input.span3 { |
|
1055 |
+ width: 206px; |
|
1056 |
+} |
|
1057 |
+input.span2, textarea.span2, .uneditable-input.span2 { |
|
1058 |
+ width: 126px; |
|
1059 |
+} |
|
1060 |
+input.span1, textarea.span1, .uneditable-input.span1 { |
|
1061 |
+ width: 46px; |
|
1062 |
+} |
|
1063 |
+.controls-row { |
|
1064 |
+ *zoom: 1; |
|
1065 |
+} |
|
1066 |
+.controls-row:before, |
|
1067 |
+.controls-row:after { |
|
1068 |
+ display: table; |
|
1069 |
+ content: ""; |
|
1070 |
+ line-height: 0; |
|
1071 |
+} |
|
1072 |
+.controls-row:after { |
|
1073 |
+ clear: both; |
|
1074 |
+} |
|
1075 |
+.controls-row [class*="span"] { |
|
1076 |
+ float: left; |
|
1077 |
+} |
|
1078 |
+input[disabled], |
|
1079 |
+select[disabled], |
|
1080 |
+textarea[disabled], |
|
1081 |
+input[readonly], |
|
1082 |
+select[readonly], |
|
1083 |
+textarea[readonly] { |
|
1084 |
+ cursor: not-allowed; |
|
1085 |
+ background-color: #eeeeee; |
|
1086 |
+} |
|
1087 |
+input[type="radio"][disabled], |
|
1088 |
+input[type="checkbox"][disabled], |
|
1089 |
+input[type="radio"][readonly], |
|
1090 |
+input[type="checkbox"][readonly] { |
|
1091 |
+ background-color: transparent; |
|
1092 |
+} |
|
1093 |
+.control-group.warning > label, |
|
1094 |
+.control-group.warning .help-block, |
|
1095 |
+.control-group.warning .help-inline { |
|
1096 |
+ color: #ffffff; |
|
1097 |
+} |
|
1098 |
+.control-group.warning .checkbox, |
|
1099 |
+.control-group.warning .radio, |
|
1100 |
+.control-group.warning input, |
|
1101 |
+.control-group.warning select, |
|
1102 |
+.control-group.warning textarea { |
|
1103 |
+ color: #ffffff; |
|
1104 |
+} |
|
1105 |
+.control-group.warning input, |
|
1106 |
+.control-group.warning select, |
|
1107 |
+.control-group.warning textarea { |
|
1108 |
+ border-color: #ffffff; |
|
1109 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1110 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1111 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1112 |
+} |
|
1113 |
+.control-group.warning input:focus, |
|
1114 |
+.control-group.warning select:focus, |
|
1115 |
+.control-group.warning textarea:focus { |
|
1116 |
+ border-color: #e6e6e6; |
|
1117 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1118 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1119 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1120 |
+} |
|
1121 |
+.control-group.warning .input-prepend .add-on, |
|
1122 |
+.control-group.warning .input-append .add-on { |
|
1123 |
+ color: #ffffff; |
|
1124 |
+ background-color: #d47500; |
|
1125 |
+ border-color: #ffffff; |
|
1126 |
+} |
|
1127 |
+.control-group.error > label, |
|
1128 |
+.control-group.error .help-block, |
|
1129 |
+.control-group.error .help-inline { |
|
1130 |
+ color: #ffffff; |
|
1131 |
+} |
|
1132 |
+.control-group.error .checkbox, |
|
1133 |
+.control-group.error .radio, |
|
1134 |
+.control-group.error input, |
|
1135 |
+.control-group.error select, |
|
1136 |
+.control-group.error textarea { |
|
1137 |
+ color: #ffffff; |
|
1138 |
+} |
|
1139 |
+.control-group.error input, |
|
1140 |
+.control-group.error select, |
|
1141 |
+.control-group.error textarea { |
|
1142 |
+ border-color: #ffffff; |
|
1143 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1144 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1145 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1146 |
+} |
|
1147 |
+.control-group.error input:focus, |
|
1148 |
+.control-group.error select:focus, |
|
1149 |
+.control-group.error textarea:focus { |
|
1150 |
+ border-color: #e6e6e6; |
|
1151 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1152 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1153 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1154 |
+} |
|
1155 |
+.control-group.error .input-prepend .add-on, |
|
1156 |
+.control-group.error .input-append .add-on { |
|
1157 |
+ color: #ffffff; |
|
1158 |
+ background-color: #cd0200; |
|
1159 |
+ border-color: #ffffff; |
|
1160 |
+} |
|
1161 |
+.control-group.success > label, |
|
1162 |
+.control-group.success .help-block, |
|
1163 |
+.control-group.success .help-inline { |
|
1164 |
+ color: #ffffff; |
|
1165 |
+} |
|
1166 |
+.control-group.success .checkbox, |
|
1167 |
+.control-group.success .radio, |
|
1168 |
+.control-group.success input, |
|
1169 |
+.control-group.success select, |
|
1170 |
+.control-group.success textarea { |
|
1171 |
+ color: #ffffff; |
|
1172 |
+} |
|
1173 |
+.control-group.success input, |
|
1174 |
+.control-group.success select, |
|
1175 |
+.control-group.success textarea { |
|
1176 |
+ border-color: #ffffff; |
|
1177 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1178 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1179 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1180 |
+} |
|
1181 |
+.control-group.success input:focus, |
|
1182 |
+.control-group.success select:focus, |
|
1183 |
+.control-group.success textarea:focus { |
|
1184 |
+ border-color: #e6e6e6; |
|
1185 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1186 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1187 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1188 |
+} |
|
1189 |
+.control-group.success .input-prepend .add-on, |
|
1190 |
+.control-group.success .input-append .add-on { |
|
1191 |
+ color: #ffffff; |
|
1192 |
+ background-color: #819e37; |
|
1193 |
+ border-color: #ffffff; |
|
1194 |
+} |
|
1195 |
+.control-group.info > label, |
|
1196 |
+.control-group.info .help-block, |
|
1197 |
+.control-group.info .help-inline { |
|
1198 |
+ color: #ffffff; |
|
1199 |
+} |
|
1200 |
+.control-group.info .checkbox, |
|
1201 |
+.control-group.info .radio, |
|
1202 |
+.control-group.info input, |
|
1203 |
+.control-group.info select, |
|
1204 |
+.control-group.info textarea { |
|
1205 |
+ color: #ffffff; |
|
1206 |
+} |
|
1207 |
+.control-group.info input, |
|
1208 |
+.control-group.info select, |
|
1209 |
+.control-group.info textarea { |
|
1210 |
+ border-color: #ffffff; |
|
1211 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1212 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1213 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
1214 |
+} |
|
1215 |
+.control-group.info input:focus, |
|
1216 |
+.control-group.info select:focus, |
|
1217 |
+.control-group.info textarea:focus { |
|
1218 |
+ border-color: #e6e6e6; |
|
1219 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1220 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1221 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; |
|
1222 |
+} |
|
1223 |
+.control-group.info .input-prepend .add-on, |
|
1224 |
+.control-group.info .input-append .add-on { |
|
1225 |
+ color: #ffffff; |
|
1226 |
+ background-color: #3399f3; |
|
1227 |
+ border-color: #ffffff; |
|
1228 |
+} |
|
1229 |
+input:focus:required:invalid, |
|
1230 |
+textarea:focus:required:invalid, |
|
1231 |
+select:focus:required:invalid { |
|
1232 |
+ color: #b94a48; |
|
1233 |
+ border-color: #ee5f5b; |
|
1234 |
+} |
|
1235 |
+input:focus:required:invalid:focus, |
|
1236 |
+textarea:focus:required:invalid:focus, |
|
1237 |
+select:focus:required:invalid:focus { |
|
1238 |
+ border-color: #e9322d; |
|
1239 |
+ -webkit-box-shadow: 0 0 6px #f8b9b7; |
|
1240 |
+ -moz-box-shadow: 0 0 6px #f8b9b7; |
|
1241 |
+ box-shadow: 0 0 6px #f8b9b7; |
|
1242 |
+} |
|
1243 |
+.form-actions { |
|
1244 |
+ padding: 20px 20px 21px; |
|
1245 |
+ margin-top: 21px; |
|
1246 |
+ margin-bottom: 21px; |
|
1247 |
+ background-color: #f5f5f5; |
|
1248 |
+ border-top: 1px solid #e5e5e5; |
|
1249 |
+ *zoom: 1; |
|
1250 |
+} |
|
1251 |
+.form-actions:before, |
|
1252 |
+.form-actions:after { |
|
1253 |
+ display: table; |
|
1254 |
+ content: ""; |
|
1255 |
+ line-height: 0; |
|
1256 |
+} |
|
1257 |
+.form-actions:after { |
|
1258 |
+ clear: both; |
|
1259 |
+} |
|
1260 |
+.help-block, |
|
1261 |
+.help-inline { |
|
1262 |
+ color: #535353; |
|
1263 |
+} |
|
1264 |
+.help-block { |
|
1265 |
+ display: block; |
|
1266 |
+ margin-bottom: 10.5px; |
|
1267 |
+} |
|
1268 |
+.help-inline { |
|
1269 |
+ display: inline-block; |
|
1270 |
+ *display: inline; |
|
1271 |
+ /* IE7 inline-block hack */ |
|
1272 |
+ |
|
1273 |
+ *zoom: 1; |
|
1274 |
+ vertical-align: middle; |
|
1275 |
+ padding-left: 5px; |
|
1276 |
+} |
|
1277 |
+.input-append, |
|
1278 |
+.input-prepend { |
|
1279 |
+ margin-bottom: 5px; |
|
1280 |
+ font-size: 0; |
|
1281 |
+ white-space: nowrap; |
|
1282 |
+} |
|
1283 |
+.input-append input, |
|
1284 |
+.input-prepend input, |
|
1285 |
+.input-append select, |
|
1286 |
+.input-prepend select, |
|
1287 |
+.input-append .uneditable-input, |
|
1288 |
+.input-prepend .uneditable-input { |
|
1289 |
+ position: relative; |
|
1290 |
+ margin-bottom: 0; |
|
1291 |
+ *margin-left: 0; |
|
1292 |
+ font-size: 14px; |
|
1293 |
+ vertical-align: top; |
|
1294 |
+ -webkit-border-radius: 0 3px 3px 0; |
|
1295 |
+ -moz-border-radius: 0 3px 3px 0; |
|
1296 |
+ border-radius: 0 3px 3px 0; |
|
1297 |
+} |
|
1298 |
+.input-append input:focus, |
|
1299 |
+.input-prepend input:focus, |
|
1300 |
+.input-append select:focus, |
|
1301 |
+.input-prepend select:focus, |
|
1302 |
+.input-append .uneditable-input:focus, |
|
1303 |
+.input-prepend .uneditable-input:focus { |
|
1304 |
+ z-index: 2; |
|
1305 |
+} |
|
1306 |
+.input-append .add-on, |
|
1307 |
+.input-prepend .add-on { |
|
1308 |
+ display: inline-block; |
|
1309 |
+ width: auto; |
|
1310 |
+ height: 21px; |
|
1311 |
+ min-width: 16px; |
|
1312 |
+ padding: 4px 5px; |
|
1313 |
+ font-size: 14px; |
|
1314 |
+ font-weight: normal; |
|
1315 |
+ line-height: 21px; |
|
1316 |
+ text-align: center; |
|
1317 |
+ text-shadow: 0 1px 0 #ffffff; |
|
1318 |
+ background-color: #eeeeee; |
|
1319 |
+ border: 1px solid #ccc; |
|
1320 |
+} |
|
1321 |
+.input-append .add-on, |
|
1322 |
+.input-prepend .add-on, |
|
1323 |
+.input-append .btn, |
|
1324 |
+.input-prepend .btn { |
|
1325 |
+ vertical-align: top; |
|
1326 |
+ -webkit-border-radius: 0; |
|
1327 |
+ -moz-border-radius: 0; |
|
1328 |
+ border-radius: 0; |
|
1329 |
+} |
|
1330 |
+.input-append .active, |
|
1331 |
+.input-prepend .active { |
|
1332 |
+ background-color: #c6da94; |
|
1333 |
+ border-color: #819e37; |
|
1334 |
+} |
|
1335 |
+.input-prepend .add-on, |
|
1336 |
+.input-prepend .btn { |
|
1337 |
+ margin-right: -1px; |
|
1338 |
+} |
|
1339 |
+.input-prepend .add-on:first-child, |
|
1340 |
+.input-prepend .btn:first-child { |
|
1341 |
+ -webkit-border-radius: 3px 0 0 3px; |
|
1342 |
+ -moz-border-radius: 3px 0 0 3px; |
|
1343 |
+ border-radius: 3px 0 0 3px; |
|
1344 |
+} |
|
1345 |
+.input-append input, |
|
1346 |
+.input-append select, |
|
1347 |
+.input-append .uneditable-input { |
|
1348 |
+ -webkit-border-radius: 3px 0 0 3px; |
|
1349 |
+ -moz-border-radius: 3px 0 0 3px; |
|
1350 |
+ border-radius: 3px 0 0 3px; |
|
1351 |
+} |
|
1352 |
+.input-append .add-on, |
|
1353 |
+.input-append .btn { |
|
1354 |
+ margin-left: -1px; |
|
1355 |
+} |
|
1356 |
+.input-append .add-on:last-child, |
|
1357 |
+.input-append .btn:last-child { |
|
1358 |
+ -webkit-border-radius: 0 3px 3px 0; |
|
1359 |
+ -moz-border-radius: 0 3px 3px 0; |
|
1360 |
+ border-radius: 0 3px 3px 0; |
|
1361 |
+} |
|
1362 |
+.input-prepend.input-append input, |
|
1363 |
+.input-prepend.input-append select, |
|
1364 |
+.input-prepend.input-append .uneditable-input { |
|
1365 |
+ -webkit-border-radius: 0; |
|
1366 |
+ -moz-border-radius: 0; |
|
1367 |
+ border-radius: 0; |
|
1368 |
+} |
|
1369 |
+.input-prepend.input-append .add-on:first-child, |
|
1370 |
+.input-prepend.input-append .btn:first-child { |
|
1371 |
+ margin-right: -1px; |
|
1372 |
+ -webkit-border-radius: 3px 0 0 3px; |
|
1373 |
+ -moz-border-radius: 3px 0 0 3px; |
|
1374 |
+ border-radius: 3px 0 0 3px; |
|
1375 |
+} |
|
1376 |
+.input-prepend.input-append .add-on:last-child, |
|
1377 |
+.input-prepend.input-append .btn:last-child { |
|
1378 |
+ margin-left: -1px; |
|
1379 |
+ -webkit-border-radius: 0 3px 3px 0; |
|
1380 |
+ -moz-border-radius: 0 3px 3px 0; |
|
1381 |
+ border-radius: 0 3px 3px 0; |
|
1382 |
+} |
|
1383 |
+input.search-query { |
|
1384 |
+ padding-right: 14px; |
|
1385 |
+ padding-right: 4px \9; |
|
1386 |
+ padding-left: 14px; |
|
1387 |
+ padding-left: 4px \9; |
|
1388 |
+ /* IE7-8 doesn't have border-radius, so don't indent the padding */ |
|
1389 |
+ |
|
1390 |
+ margin-bottom: 0; |
|
1391 |
+ -webkit-border-radius: 15px; |
|
1392 |
+ -moz-border-radius: 15px; |
|
1393 |
+ border-radius: 15px; |
|
1394 |
+} |
|
1395 |
+/* Allow for input prepend/append in search forms */ |
|
1396 |
+.form-search .input-append .search-query, |
|
1397 |
+.form-search .input-prepend .search-query { |
|
1398 |
+ -webkit-border-radius: 0; |
|
1399 |
+ -moz-border-radius: 0; |
|
1400 |
+ border-radius: 0; |
|
1401 |
+} |
|
1402 |
+.form-search .input-append .search-query { |
|
1403 |
+ -webkit-border-radius: 14px 0 0 14px; |
|
1404 |
+ -moz-border-radius: 14px 0 0 14px; |
|
1405 |
+ border-radius: 14px 0 0 14px; |
|
1406 |
+} |
|
1407 |
+.form-search .input-append .btn { |
|
1408 |
+ -webkit-border-radius: 0 14px 14px 0; |
|
1409 |
+ -moz-border-radius: 0 14px 14px 0; |
|
1410 |
+ border-radius: 0 14px 14px 0; |
|
1411 |
+} |
|
1412 |
+.form-search .input-prepend .search-query { |
|
1413 |
+ -webkit-border-radius: 0 14px 14px 0; |
|
1414 |
+ -moz-border-radius: 0 14px 14px 0; |
|
1415 |
+ border-radius: 0 14px 14px 0; |
|
1416 |
+} |
|
1417 |
+.form-search .input-prepend .btn { |
|
1418 |
+ -webkit-border-radius: 14px 0 0 14px; |
|
1419 |
+ -moz-border-radius: 14px 0 0 14px; |
|
1420 |
+ border-radius: 14px 0 0 14px; |
|
1421 |
+} |
|
1422 |
+.form-search input, |
|
1423 |
+.form-inline input, |
|
1424 |
+.form-horizontal input, |
|
1425 |
+.form-search textarea, |
|
1426 |
+.form-inline textarea, |
|
1427 |
+.form-horizontal textarea, |
|
1428 |
+.form-search select, |
|
1429 |
+.form-inline select, |
|
1430 |
+.form-horizontal select, |
|
1431 |
+.form-search .help-inline, |
|
1432 |
+.form-inline .help-inline, |
|
1433 |
+.form-horizontal .help-inline, |
|
1434 |
+.form-search .uneditable-input, |
|
1435 |
+.form-inline .uneditable-input, |
|
1436 |
+.form-horizontal .uneditable-input, |
|
1437 |
+.form-search .input-prepend, |
|
1438 |
+.form-inline .input-prepend, |
|
1439 |
+.form-horizontal .input-prepend, |
|
1440 |
+.form-search .input-append, |
|
1441 |
+.form-inline .input-append, |
|
1442 |
+.form-horizontal .input-append { |
|
1443 |
+ display: inline-block; |
|
1444 |
+ *display: inline; |
|
1445 |
+ /* IE7 inline-block hack */ |
|
1446 |
+ |
|
1447 |
+ *zoom: 1; |
|
1448 |
+ margin-bottom: 0; |
|
1449 |
+ vertical-align: middle; |
|
1450 |
+} |
|
1451 |
+.form-search .hide, |
|
1452 |
+.form-inline .hide, |
|
1453 |
+.form-horizontal .hide { |
|
1454 |
+ display: none; |
|
1455 |
+} |
|
1456 |
+.form-search label, |
|
1457 |
+.form-inline label, |
|
1458 |
+.form-search .btn-group, |
|
1459 |
+.form-inline .btn-group { |
|
1460 |
+ display: inline-block; |
|
1461 |
+} |
|
1462 |
+.form-search .input-append, |
|
1463 |
+.form-inline .input-append, |
|
1464 |
+.form-search .input-prepend, |
|
1465 |
+.form-inline .input-prepend { |
|
1466 |
+ margin-bottom: 0; |
|
1467 |
+} |
|
1468 |
+.form-search .radio, |
|
1469 |
+.form-search .checkbox, |
|
1470 |
+.form-inline .radio, |
|
1471 |
+.form-inline .checkbox { |
|
1472 |
+ padding-left: 0; |
|
1473 |
+ margin-bottom: 0; |
|
1474 |
+ vertical-align: middle; |
|
1475 |
+} |
|
1476 |
+.form-search .radio input[type="radio"], |
|
1477 |
+.form-search .checkbox input[type="checkbox"], |
|
1478 |
+.form-inline .radio input[type="radio"], |
|
1479 |
+.form-inline .checkbox input[type="checkbox"] { |
|
1480 |
+ float: left; |
|
1481 |
+ margin-right: 3px; |
|
1482 |
+ margin-left: 0; |
|
1483 |
+} |
|
1484 |
+.control-group { |
|
1485 |
+ margin-bottom: 10.5px; |
|
1486 |
+} |
|
1487 |
+legend + .control-group { |
|
1488 |
+ margin-top: 21px; |
|
1489 |
+ -webkit-margin-top-collapse: separate; |
|
1490 |
+} |
|
1491 |
+.form-horizontal .control-group { |
|
1492 |
+ margin-bottom: 21px; |
|
1493 |
+ *zoom: 1; |
|
1494 |
+} |
|
1495 |
+.form-horizontal .control-group:before, |
|
1496 |
+.form-horizontal .control-group:after { |
|
1497 |
+ display: table; |
|
1498 |
+ content: ""; |
|
1499 |
+ line-height: 0; |
|
1500 |
+} |
|
1501 |
+.form-horizontal .control-group:after { |
|
1502 |
+ clear: both; |
|
1503 |
+} |
|
1504 |
+.form-horizontal .control-label { |
|
1505 |
+ float: left; |
|
1506 |
+ width: 160px; |
|
1507 |
+ padding-top: 5px; |
|
1508 |
+ text-align: right; |
|
1509 |
+} |
|
1510 |
+.form-horizontal .controls { |
|
1511 |
+ *display: inline-block; |
|
1512 |
+ *padding-left: 20px; |
|
1513 |
+ margin-left: 180px; |
|
1514 |
+ *margin-left: 0; |
|
1515 |
+} |
|
1516 |
+.form-horizontal .controls:first-child { |
|
1517 |
+ *padding-left: 180px; |
|
1518 |
+} |
|
1519 |
+.form-horizontal .help-block { |
|
1520 |
+ margin-bottom: 0; |
|
1521 |
+} |
|
1522 |
+.form-horizontal input + .help-block, |
|
1523 |
+.form-horizontal select + .help-block, |
|
1524 |
+.form-horizontal textarea + .help-block { |
|
1525 |
+ margin-top: 10.5px; |
|
1526 |
+} |
|
1527 |
+.form-horizontal .form-actions { |
|
1528 |
+ padding-left: 180px; |
|
1529 |
+} |
|
1530 |
+table { |
|
1531 |
+ max-width: 100%; |
|
1532 |
+ background-color: transparent; |
|
1533 |
+ border-collapse: collapse; |
|
1534 |
+ border-spacing: 0; |
|
1535 |
+} |
|
1536 |
+.table { |
|
1537 |
+ width: 100%; |
|
1538 |
+ margin-bottom: 21px; |
|
1539 |
+} |
|
1540 |
+.table th, |
|
1541 |
+.table td { |
|
1542 |
+ padding: 8px; |
|
1543 |
+ line-height: 21px; |
|
1544 |
+ text-align: left; |
|
1545 |
+ vertical-align: top; |
|
1546 |
+ border-top: 1px solid #dddddd; |
|
1547 |
+} |
|
1548 |
+.table th { |
|
1549 |
+ font-weight: bold; |
|
1550 |
+} |
|
1551 |
+.table thead th { |
|
1552 |
+ vertical-align: bottom; |
|
1553 |
+} |
|
1554 |
+.table caption + thead tr:first-child th, |
|
1555 |
+.table caption + thead tr:first-child td, |
|
1556 |
+.table colgroup + thead tr:first-child th, |
|
1557 |
+.table colgroup + thead tr:first-child td, |
|
1558 |
+.table thead:first-child tr:first-child th, |
|
1559 |
+.table thead:first-child tr:first-child td { |
|
1560 |
+ border-top: 0; |
|
1561 |
+} |
|
1562 |
+.table tbody + tbody { |
|
1563 |
+ border-top: 2px solid #dddddd; |
|
1564 |
+} |
|
1565 |
+.table-condensed th, |
|
1566 |
+.table-condensed td { |
|
1567 |
+ padding: 4px 5px; |
|
1568 |
+} |
|
1569 |
+.table-bordered { |
|
1570 |
+ border: 1px solid #dddddd; |
|
1571 |
+ border-collapse: separate; |
|
1572 |
+ *border-collapse: collapse; |
|
1573 |
+ border-left: 0; |
|
1574 |
+ -webkit-border-radius: 4px; |
|
1575 |
+ -moz-border-radius: 4px; |
|
1576 |
+ border-radius: 4px; |
|
1577 |
+} |
|
1578 |
+.table-bordered th, |
|
1579 |
+.table-bordered td { |
|
1580 |
+ border-left: 1px solid #dddddd; |
|
1581 |
+} |
|
1582 |
+.table-bordered caption + thead tr:first-child th, |
|
1583 |
+.table-bordered caption + tbody tr:first-child th, |
|
1584 |
+.table-bordered caption + tbody tr:first-child td, |
|
1585 |
+.table-bordered colgroup + thead tr:first-child th, |
|
1586 |
+.table-bordered colgroup + tbody tr:first-child th, |
|
1587 |
+.table-bordered colgroup + tbody tr:first-child td, |
|
1588 |
+.table-bordered thead:first-child tr:first-child th, |
|
1589 |
+.table-bordered tbody:first-child tr:first-child th, |
|
1590 |
+.table-bordered tbody:first-child tr:first-child td { |
|
1591 |
+ border-top: 0; |
|
1592 |
+} |
|
1593 |
+.table-bordered thead:first-child tr:first-child th:first-child, |
|
1594 |
+.table-bordered tbody:first-child tr:first-child td:first-child { |
|
1595 |
+ -webkit-border-top-left-radius: 4px; |
|
1596 |
+ border-top-left-radius: 4px; |
|
1597 |
+ -moz-border-radius-topleft: 4px; |
|
1598 |
+} |
|
1599 |
+.table-bordered thead:first-child tr:first-child th:last-child, |
|
1600 |
+.table-bordered tbody:first-child tr:first-child td:last-child { |
|
1601 |
+ -webkit-border-top-right-radius: 4px; |
|
1602 |
+ border-top-right-radius: 4px; |
|
1603 |
+ -moz-border-radius-topright: 4px; |
|
1604 |
+} |
|
1605 |
+.table-bordered thead:last-child tr:last-child th:first-child, |
|
1606 |
+.table-bordered tbody:last-child tr:last-child td:first-child, |
|
1607 |
+.table-bordered tfoot:last-child tr:last-child td:first-child { |
|
1608 |
+ -webkit-border-radius: 0 0 0 4px; |
|
1609 |
+ -moz-border-radius: 0 0 0 4px; |
|
1610 |
+ border-radius: 0 0 0 4px; |
|
1611 |
+ -webkit-border-bottom-left-radius: 4px; |
|
1612 |
+ border-bottom-left-radius: 4px; |
|
1613 |
+ -moz-border-radius-bottomleft: 4px; |
|
1614 |
+} |
|
1615 |
+.table-bordered thead:last-child tr:last-child th:last-child, |
|
1616 |
+.table-bordered tbody:last-child tr:last-child td:last-child, |
|
1617 |
+.table-bordered tfoot:last-child tr:last-child td:last-child { |
|
1618 |
+ -webkit-border-bottom-right-radius: 4px; |
|
1619 |
+ border-bottom-right-radius: 4px; |
|
1620 |
+ -moz-border-radius-bottomright: 4px; |
|
1621 |
+} |
|
1622 |
+.table-bordered caption + thead tr:first-child th:first-child, |
|
1623 |
+.table-bordered caption + tbody tr:first-child td:first-child, |
|
1624 |
+.table-bordered colgroup + thead tr:first-child th:first-child, |
|
1625 |
+.table-bordered colgroup + tbody tr:first-child td:first-child { |
|
1626 |
+ -webkit-border-top-left-radius: 4px; |
|
1627 |
+ border-top-left-radius: 4px; |
|
1628 |
+ -moz-border-radius-topleft: 4px; |
|
1629 |
+} |
|
1630 |
+.table-bordered caption + thead tr:first-child th:last-child, |
|
1631 |
+.table-bordered caption + tbody tr:first-child td:last-child, |
|
1632 |
+.table-bordered colgroup + thead tr:first-child th:last-child, |
|
1633 |
+.table-bordered colgroup + tbody tr:first-child td:last-child { |
|
1634 |
+ -webkit-border-top-right-radius: 4px; |
|
1635 |
+ border-top-right-radius: 4px; |
|
1636 |
+ -moz-border-radius-topleft: 4px; |
|
1637 |
+} |
|
1638 |
+.table-striped tbody tr:nth-child(odd) td, |
|
1639 |
+.table-striped tbody tr:nth-child(odd) th { |
|
1640 |
+ background-color: #f9f9f9; |
|
1641 |
+} |
|
1642 |
+.table-hover tbody tr:hover td, |
|
1643 |
+.table-hover tbody tr:hover th { |
|
1644 |
+ background-color: #f5f5f5; |
|
1645 |
+} |
|
1646 |
+table [class*=span], |
|
1647 |
+.row-fluid table [class*=span] { |
|
1648 |
+ display: table-cell; |
|
1649 |
+ float: none; |
|
1650 |
+ margin-left: 0; |
|
1651 |
+} |
|
1652 |
+.table .span1 { |
|
1653 |
+ float: none; |
|
1654 |
+ width: 44px; |
|
1655 |
+ margin-left: 0; |
|
1656 |
+} |
|
1657 |
+.table .span2 { |
|
1658 |
+ float: none; |
|
1659 |
+ width: 124px; |
|
1660 |
+ margin-left: 0; |
|
1661 |
+} |
|
1662 |
+.table .span3 { |
|
1663 |
+ float: none; |
|
1664 |
+ width: 204px; |
|
1665 |
+ margin-left: 0; |
|
1666 |
+} |
|
1667 |
+.table .span4 { |
|
1668 |
+ float: none; |
|
1669 |
+ width: 284px; |
|
1670 |
+ margin-left: 0; |
|
1671 |
+} |
|
1672 |
+.table .span5 { |
|
1673 |
+ float: none; |
|
1674 |
+ width: 364px; |
|
1675 |
+ margin-left: 0; |
|
1676 |
+} |
|
1677 |
+.table .span6 { |
|
1678 |
+ float: none; |
|
1679 |
+ width: 444px; |
|
1680 |
+ margin-left: 0; |
|
1681 |
+} |
|
1682 |
+.table .span7 { |
|
1683 |
+ float: none; |
|
1684 |
+ width: 524px; |
|
1685 |
+ margin-left: 0; |
|
1686 |
+} |
|
1687 |
+.table .span8 { |
|
1688 |
+ float: none; |
|
1689 |
+ width: 604px; |
|
1690 |
+ margin-left: 0; |
|
1691 |
+} |
|
1692 |
+.table .span9 { |
|
1693 |
+ float: none; |
|
1694 |
+ width: 684px; |
|
1695 |
+ margin-left: 0; |
|
1696 |
+} |
|
1697 |
+.table .span10 { |
|
1698 |
+ float: none; |
|
1699 |
+ width: 764px; |
|
1700 |
+ margin-left: 0; |
|
1701 |
+} |
|
1702 |
+.table .span11 { |
|
1703 |
+ float: none; |
|
1704 |
+ width: 844px; |
|
1705 |
+ margin-left: 0; |
|
1706 |
+} |
|
1707 |
+.table .span12 { |
|
1708 |
+ float: none; |
|
1709 |
+ width: 924px; |
|
1710 |
+ margin-left: 0; |
|
1711 |
+} |
|
1712 |
+.table .span13 { |
|
1713 |
+ float: none; |
|
1714 |
+ width: 1004px; |
|
1715 |
+ margin-left: 0; |
|
1716 |
+} |
|
1717 |
+.table .span14 { |
|
1718 |
+ float: none; |
|
1719 |
+ width: 1084px; |
|
1720 |
+ margin-left: 0; |
|
1721 |
+} |
|
1722 |
+.table .span15 { |
|
1723 |
+ float: none; |
|
1724 |
+ width: 1164px; |
|
1725 |
+ margin-left: 0; |
|
1726 |
+} |
|
1727 |
+.table .span16 { |
|
1728 |
+ float: none; |
|
1729 |
+ width: 1244px; |
|
1730 |
+ margin-left: 0; |
|
1731 |
+} |
|
1732 |
+.table .span17 { |
|
1733 |
+ float: none; |
|
1734 |
+ width: 1324px; |
|
1735 |
+ margin-left: 0; |
|
1736 |
+} |
|
1737 |
+.table .span18 { |
|
1738 |
+ float: none; |
|
1739 |
+ width: 1404px; |
|
1740 |
+ margin-left: 0; |
|
1741 |
+} |
|
1742 |
+.table .span19 { |
|
1743 |
+ float: none; |
|
1744 |
+ width: 1484px; |
|
1745 |
+ margin-left: 0; |
|
1746 |
+} |
|
1747 |
+.table .span20 { |
|
1748 |
+ float: none; |
|
1749 |
+ width: 1564px; |
|
1750 |
+ margin-left: 0; |
|
1751 |
+} |
|
1752 |
+.table .span21 { |
|
1753 |
+ float: none; |
|
1754 |
+ width: 1644px; |
|
1755 |
+ margin-left: 0; |
|
1756 |
+} |
|
1757 |
+.table .span22 { |
|
1758 |
+ float: none; |
|
1759 |
+ width: 1724px; |
|
1760 |
+ margin-left: 0; |
|
1761 |
+} |
|
1762 |
+.table .span23 { |
|
1763 |
+ float: none; |
|
1764 |
+ width: 1804px; |
|
1765 |
+ margin-left: 0; |
|
1766 |
+} |
|
1767 |
+.table .span24 { |
|
1768 |
+ float: none; |
|
1769 |
+ width: 1884px; |
|
1770 |
+ margin-left: 0; |
|
1771 |
+} |
|
1772 |
+.table tbody tr.success td { |
|
1773 |
+ background-color: #819e37; |
|
1774 |
+} |
|
1775 |
+.table tbody tr.error td { |
|
1776 |
+ background-color: #cd0200; |
|
1777 |
+} |
|
1778 |
+.table tbody tr.warning td { |
|
1779 |
+ background-color: #d47500; |
|
1780 |
+} |
|
1781 |
+.table tbody tr.info td { |
|
1782 |
+ background-color: #3399f3; |
|
1783 |
+} |
|
1784 |
+.table-hover tbody tr.success:hover td { |
|
1785 |
+ background-color: #728b30; |
|
1786 |
+} |
|
1787 |
+.table-hover tbody tr.error:hover td { |
|
1788 |
+ background-color: #b40200; |
|
1789 |
+} |
|
1790 |
+.table-hover tbody tr.warning:hover td { |
|
1791 |
+ background-color: #bb6700; |
|
1792 |
+} |
|
1793 |
+.table-hover tbody tr.info:hover td { |
|
1794 |
+ background-color: #1b8df2; |
|
1795 |
+} |
|
1796 |
+[class^="icon-"], |
|
1797 |
+[class*=" icon-"] { |
|
1798 |
+ display: inline-block; |
|
1799 |
+ width: 14px; |
|
1800 |
+ height: 14px; |
|
1801 |
+ *margin-right: .3em; |
|
1802 |
+ line-height: 14px; |
|
1803 |
+ vertical-align: text-top; |
|
1804 |
+ background-image: url("../img/glyphicons-halflings.png"); |
|
1805 |
+ background-position: 14px 14px; |
|
1806 |
+ background-repeat: no-repeat; |
|
1807 |
+ margin-top: 1px; |
|
1808 |
+} |
|
1809 |
+/* White icons with optional class, or on hover/active states of certain elements */ |
|
1810 |
+.icon-white, |
|
1811 |
+.nav-tabs > .active > a > [class^="icon-"], |
|
1812 |
+.nav-tabs > .active > a > [class*=" icon-"], |
|
1813 |
+.nav-pills > .active > a > [class^="icon-"], |
|
1814 |
+.nav-pills > .active > a > [class*=" icon-"], |
|
1815 |
+.nav-list > .active > a > [class^="icon-"], |
|
1816 |
+.nav-list > .active > a > [class*=" icon-"], |
|
1817 |
+.navbar-inverse .nav > .active > a > [class^="icon-"], |
|
1818 |
+.navbar-inverse .nav > .active > a > [class*=" icon-"], |
|
1819 |
+.dropdown-menu > li > a:hover > [class^="icon-"], |
|
1820 |
+.dropdown-menu > li > a:hover > [class*=" icon-"], |
|
1821 |
+.dropdown-menu > .active > a > [class^="icon-"], |
|
1822 |
+.dropdown-menu > .active > a > [class*=" icon-"] { |
|
1823 |
+ background-image: url("../img/glyphicons-halflings-white.png"); |
|
1824 |
+} |
|
1825 |
+.icon-glass { |
|
1826 |
+ background-position: 0 0; |
|
1827 |
+} |
|
1828 |
+.icon-music { |
|
1829 |
+ background-position: -24px 0; |
|
1830 |
+} |
|
1831 |
+.icon-search { |
|
1832 |
+ background-position: -48px 0; |
|
1833 |
+} |
|
1834 |
+.icon-envelope { |
|
1835 |
+ background-position: -72px 0; |
|
1836 |
+} |
|
1837 |
+.icon-heart { |
|
1838 |
+ background-position: -96px 0; |
|
1839 |
+} |
|
1840 |
+.icon-star { |
|
1841 |
+ background-position: -120px 0; |
|
1842 |
+} |
|
1843 |
+.icon-star-empty { |
|
1844 |
+ background-position: -144px 0; |
|
1845 |
+} |
|
1846 |
+.icon-user { |
|
1847 |
+ background-position: -168px 0; |
|
1848 |
+} |
|
1849 |
+.icon-film { |
|
1850 |
+ background-position: -192px 0; |
|
1851 |
+} |
|
1852 |
+.icon-th-large { |
|
1853 |
+ background-position: -216px 0; |
|
1854 |
+} |
|
1855 |
+.icon-th { |
|
1856 |
+ background-position: -240px 0; |
|
1857 |
+} |
|
1858 |
+.icon-th-list { |
|
1859 |
+ background-position: -264px 0; |
|
1860 |
+} |
|
1861 |
+.icon-ok { |
|
1862 |
+ background-position: -288px 0; |
|
1863 |
+} |
|
1864 |
+.icon-remove { |
|
1865 |
+ background-position: -312px 0; |
|
1866 |
+} |
|
1867 |
+.icon-zoom-in { |
|
1868 |
+ background-position: -336px 0; |
|
1869 |
+} |
|
1870 |
+.icon-zoom-out { |
|
1871 |
+ background-position: -360px 0; |
|
1872 |
+} |
|
1873 |
+.icon-off { |
|
1874 |
+ background-position: -384px 0; |
|
1875 |
+} |
|
1876 |
+.icon-signal { |
|
1877 |
+ background-position: -408px 0; |
|
1878 |
+} |
|
1879 |
+.icon-cog { |
|
1880 |
+ background-position: -432px 0; |
|
1881 |
+} |
|
1882 |
+.icon-trash { |
|
1883 |
+ background-position: -456px 0; |
|
1884 |
+} |
|
1885 |
+.icon-home { |
|
1886 |
+ background-position: 0 -24px; |
|
1887 |
+} |
|
1888 |
+.icon-file { |
|
1889 |
+ background-position: -24px -24px; |
|
1890 |
+} |
|
1891 |
+.icon-time { |
|
1892 |
+ background-position: -48px -24px; |
|
1893 |
+} |
|
1894 |
+.icon-road { |
|
1895 |
+ background-position: -72px -24px; |
|
1896 |
+} |
|
1897 |
+.icon-download-alt { |
|
1898 |
+ background-position: -96px -24px; |
|
1899 |
+} |
|
1900 |
+.icon-download { |
|
1901 |
+ background-position: -120px -24px; |
|
1902 |
+} |
|
1903 |
+.icon-upload { |
|
1904 |
+ background-position: -144px -24px; |
|
1905 |
+} |
|
1906 |
+.icon-inbox { |
|
1907 |
+ background-position: -168px -24px; |
|
1908 |
+} |
|
1909 |
+.icon-play-circle { |
|
1910 |
+ background-position: -192px -24px; |
|
1911 |
+} |
|
1912 |
+.icon-repeat { |
|
1913 |
+ background-position: -216px -24px; |
|
1914 |
+} |
|
1915 |
+.icon-refresh { |
|
1916 |
+ background-position: -240px -24px; |
|
1917 |
+} |
|
1918 |
+.icon-list-alt { |
|
1919 |
+ background-position: -264px -24px; |
|
1920 |
+} |
|
1921 |
+.icon-lock { |
|
1922 |
+ background-position: -287px -24px; |
|
1923 |
+} |
|
1924 |
+.icon-flag { |
|
1925 |
+ background-position: -312px -24px; |
|
1926 |
+} |
|
1927 |
+.icon-headphones { |
|
1928 |
+ background-position: -336px -24px; |
|
1929 |
+} |
|
1930 |
+.icon-volume-off { |
|
1931 |
+ background-position: -360px -24px; |
|
1932 |
+} |
|
1933 |
+.icon-volume-down { |
|
1934 |
+ background-position: -384px -24px; |
|
1935 |
+} |
|
1936 |
+.icon-volume-up { |
|
1937 |
+ background-position: -408px -24px; |
|
1938 |
+} |
|
1939 |
+.icon-qrcode { |
|
1940 |
+ background-position: -432px -24px; |
|
1941 |
+} |
|
1942 |
+.icon-barcode { |
|
1943 |
+ background-position: -456px -24px; |
|
1944 |
+} |
|
1945 |
+.icon-tag { |
|
1946 |
+ background-position: 0 -48px; |
|
1947 |
+} |
|
1948 |
+.icon-tags { |
|
1949 |
+ background-position: -25px -48px; |
|
1950 |
+} |
|
1951 |
+.icon-book { |
|
1952 |
+ background-position: -48px -48px; |
|
1953 |
+} |
|
1954 |
+.icon-bookmark { |
|
1955 |
+ background-position: -72px -48px; |
|
1956 |
+} |
|
1957 |
+.icon-print { |
|
1958 |
+ background-position: -96px -48px; |
|
1959 |
+} |
|
1960 |
+.icon-camera { |
|
1961 |
+ background-position: -120px -48px; |
|
1962 |
+} |
|
1963 |
+.icon-font { |
|
1964 |
+ background-position: -144px -48px; |
|
1965 |
+} |
|
1966 |
+.icon-bold { |
|
1967 |
+ background-position: -167px -48px; |
|
1968 |
+} |
|
1969 |
+.icon-italic { |
|
1970 |
+ background-position: -192px -48px; |
|
1971 |
+} |
|
1972 |
+.icon-text-height { |
|
1973 |
+ background-position: -216px -48px; |
|
1974 |
+} |
|
1975 |
+.icon-text-width { |
|
1976 |
+ background-position: -240px -48px; |
|
1977 |
+} |
|
1978 |
+.icon-align-left { |
|
1979 |
+ background-position: -264px -48px; |
|
1980 |
+} |
|
1981 |
+.icon-align-center { |
|
1982 |
+ background-position: -288px -48px; |
|
1983 |
+} |
|
1984 |
+.icon-align-right { |
|
1985 |
+ background-position: -312px -48px; |
|
1986 |
+} |
|
1987 |
+.icon-align-justify { |
|
1988 |
+ background-position: -336px -48px; |
|
1989 |
+} |
|
1990 |
+.icon-list { |
|
1991 |
+ background-position: -360px -48px; |
|
1992 |
+} |
|
1993 |
+.icon-indent-left { |
|
1994 |
+ background-position: -384px -48px; |
|
1995 |
+} |
|
1996 |
+.icon-indent-right { |
|
1997 |
+ background-position: -408px -48px; |
|
1998 |
+} |
|
1999 |
+.icon-facetime-video { |
|
2000 |
+ background-position: -432px -48px; |
|
2001 |
+} |
|
2002 |
+.icon-picture { |
|
2003 |
+ background-position: -456px -48px; |
|
2004 |
+} |
|
2005 |
+.icon-pencil { |
|
2006 |
+ background-position: 0 -72px; |
|
2007 |
+} |
|
2008 |
+.icon-map-marker { |
|
2009 |
+ background-position: -24px -72px; |
|
2010 |
+} |
|
2011 |
+.icon-adjust { |
|
2012 |
+ background-position: -48px -72px; |
|
2013 |
+} |
|
2014 |
+.icon-tint { |
|
2015 |
+ background-position: -72px -72px; |
|
2016 |
+} |
|
2017 |
+.icon-edit { |
|
2018 |
+ background-position: -96px -72px; |
|
2019 |
+} |
|
2020 |
+.icon-share { |
|
2021 |
+ background-position: -120px -72px; |
|
2022 |
+} |
|
2023 |
+.icon-check { |
|
2024 |
+ background-position: -144px -72px; |
|
2025 |
+} |
|
2026 |
+.icon-move { |
|
2027 |
+ background-position: -168px -72px; |
|
2028 |
+} |
|
2029 |
+.icon-step-backward { |
|
2030 |
+ background-position: -192px -72px; |
|
2031 |
+} |
|
2032 |
+.icon-fast-backward { |
|
2033 |
+ background-position: -216px -72px; |
|
2034 |
+} |
|
2035 |
+.icon-backward { |
|
2036 |
+ background-position: -240px -72px; |
|
2037 |
+} |
|
2038 |
+.icon-play { |
|
2039 |
+ background-position: -264px -72px; |
|
2040 |
+} |
|
2041 |
+.icon-pause { |
|
2042 |
+ background-position: -288px -72px; |
|
2043 |
+} |
|
2044 |
+.icon-stop { |
|
2045 |
+ background-position: -312px -72px; |
|
2046 |
+} |
|
2047 |
+.icon-forward { |
|
2048 |
+ background-position: -336px -72px; |
|
2049 |
+} |
|
2050 |
+.icon-fast-forward { |
|
2051 |
+ background-position: -360px -72px; |
|
2052 |
+} |
|
2053 |
+.icon-step-forward { |
|
2054 |
+ background-position: -384px -72px; |
|
2055 |
+} |
|
2056 |
+.icon-eject { |
|
2057 |
+ background-position: -408px -72px; |
|
2058 |
+} |
|
2059 |
+.icon-chevron-left { |
|
2060 |
+ background-position: -432px -72px; |
|
2061 |
+} |
|
2062 |
+.icon-chevron-right { |
|
2063 |
+ background-position: -456px -72px; |
|
2064 |
+} |
|
2065 |
+.icon-plus-sign { |
|
2066 |
+ background-position: 0 -96px; |
|
2067 |
+} |
|
2068 |
+.icon-minus-sign { |
|
2069 |
+ background-position: -24px -96px; |
|
2070 |
+} |
|
2071 |
+.icon-remove-sign { |
|
2072 |
+ background-position: -48px -96px; |
|
2073 |
+} |
|
2074 |
+.icon-ok-sign { |
|
2075 |
+ background-position: -72px -96px; |
|
2076 |
+} |
|
2077 |
+.icon-question-sign { |
|
2078 |
+ background-position: -96px -96px; |
|
2079 |
+} |
|
2080 |
+.icon-info-sign { |
|
2081 |
+ background-position: -120px -96px; |
|
2082 |
+} |
|
2083 |
+.icon-screenshot { |
|
2084 |
+ background-position: -144px -96px; |
|
2085 |
+} |
|
2086 |
+.icon-remove-circle { |
|
2087 |
+ background-position: -168px -96px; |
|
2088 |
+} |
|
2089 |
+.icon-ok-circle { |
|
2090 |
+ background-position: -192px -96px; |
|
2091 |
+} |
|
2092 |
+.icon-ban-circle { |
|
2093 |
+ background-position: -216px -96px; |
|
2094 |
+} |
|
2095 |
+.icon-arrow-left { |
|
2096 |
+ background-position: -240px -96px; |
|
2097 |
+} |
|
2098 |
+.icon-arrow-right { |
|
2099 |
+ background-position: -264px -96px; |
|
2100 |
+} |
|
2101 |
+.icon-arrow-up { |
|
2102 |
+ background-position: -289px -96px; |
|
2103 |
+} |
|
2104 |
+.icon-arrow-down { |
|
2105 |
+ background-position: -312px -96px; |
|
2106 |
+} |
|
2107 |
+.icon-share-alt { |
|
2108 |
+ background-position: -336px -96px; |
|
2109 |
+} |
|
2110 |
+.icon-resize-full { |
|
2111 |
+ background-position: -360px -96px; |
|
2112 |
+} |
|
2113 |
+.icon-resize-small { |
|
2114 |
+ background-position: -384px -96px; |
|
2115 |
+} |
|
2116 |
+.icon-plus { |
|
2117 |
+ background-position: -408px -96px; |
|
2118 |
+} |
|
2119 |
+.icon-minus { |
|
2120 |
+ background-position: -433px -96px; |
|
2121 |
+} |
|
2122 |
+.icon-asterisk { |
|
2123 |
+ background-position: -456px -96px; |
|
2124 |
+} |
|
2125 |
+.icon-exclamation-sign { |
|
2126 |
+ background-position: 0 -120px; |
|
2127 |
+} |
|
2128 |
+.icon-gift { |
|
2129 |
+ background-position: -24px -120px; |
|
2130 |
+} |
|
2131 |
+.icon-leaf { |
|
2132 |
+ background-position: -48px -120px; |
|
2133 |
+} |
|
2134 |
+.icon-fire { |
|
2135 |
+ background-position: -72px -120px; |
|
2136 |
+} |
|
2137 |
+.icon-eye-open { |
|
2138 |
+ background-position: -96px -120px; |
|
2139 |
+} |
|
2140 |
+.icon-eye-close { |
|
2141 |
+ background-position: -120px -120px; |
|
2142 |
+} |
|
2143 |
+.icon-warning-sign { |
|
2144 |
+ background-position: -144px -120px; |
|
2145 |
+} |
|
2146 |
+.icon-plane { |
|
2147 |
+ background-position: -168px -120px; |
|
2148 |
+} |
|
2149 |
+.icon-calendar { |
|
2150 |
+ background-position: -192px -120px; |
|
2151 |
+} |
|
2152 |
+.icon-random { |
|
2153 |
+ background-position: -216px -120px; |
|
2154 |
+ width: 16px; |
|
2155 |
+} |
|
2156 |
+.icon-comment { |
|
2157 |
+ background-position: -240px -120px; |
|
2158 |
+} |
|
2159 |
+.icon-magnet { |
|
2160 |
+ background-position: -264px -120px; |
|
2161 |
+} |
|
2162 |
+.icon-chevron-up { |
|
2163 |
+ background-position: -288px -120px; |
|
2164 |
+} |
|
2165 |
+.icon-chevron-down { |
|
2166 |
+ background-position: -313px -119px; |
|
2167 |
+} |
|
2168 |
+.icon-retweet { |
|
2169 |
+ background-position: -336px -120px; |
|
2170 |
+} |
|
2171 |
+.icon-shopping-cart { |
|
2172 |
+ background-position: -360px -120px; |
|
2173 |
+} |
|
2174 |
+.icon-folder-close { |
|
2175 |
+ background-position: -384px -120px; |
|
2176 |
+} |
|
2177 |
+.icon-folder-open { |
|
2178 |
+ background-position: -408px -120px; |
|
2179 |
+ width: 16px; |
|
2180 |
+} |
|
2181 |
+.icon-resize-vertical { |
|
2182 |
+ background-position: -432px -119px; |
|
2183 |
+} |
|
2184 |
+.icon-resize-horizontal { |
|
2185 |
+ background-position: -456px -118px; |
|
2186 |
+} |
|
2187 |
+.icon-hdd { |
|
2188 |
+ background-position: 0 -144px; |
|
2189 |
+} |
|
2190 |
+.icon-bullhorn { |
|
2191 |
+ background-position: -24px -144px; |
|
2192 |
+} |
|
2193 |
+.icon-bell { |
|
2194 |
+ background-position: -48px -144px; |
|
2195 |
+} |
|
2196 |
+.icon-certificate { |
|
2197 |
+ background-position: -72px -144px; |
|
2198 |
+} |
|
2199 |
+.icon-thumbs-up { |
|
2200 |
+ background-position: -96px -144px; |
|
2201 |
+} |
|
2202 |
+.icon-thumbs-down { |
|
2203 |
+ background-position: -120px -144px; |
|
2204 |
+} |
|
2205 |
+.icon-hand-right { |
|
2206 |
+ background-position: -144px -144px; |
|
2207 |
+} |
|
2208 |
+.icon-hand-left { |
|
2209 |
+ background-position: -168px -144px; |
|
2210 |
+} |
|
2211 |
+.icon-hand-up { |
|
2212 |
+ background-position: -192px -144px; |
|
2213 |
+} |
|
2214 |
+.icon-hand-down { |
|
2215 |
+ background-position: -216px -144px; |
|
2216 |
+} |
|
2217 |
+.icon-circle-arrow-right { |
|
2218 |
+ background-position: -240px -144px; |
|
2219 |
+} |
|
2220 |
+.icon-circle-arrow-left { |
|
2221 |
+ background-position: -264px -144px; |
|
2222 |
+} |
|
2223 |
+.icon-circle-arrow-up { |
|
2224 |
+ background-position: -288px -144px; |
|
2225 |
+} |
|
2226 |
+.icon-circle-arrow-down { |
|
2227 |
+ background-position: -312px -144px; |
|
2228 |
+} |
|
2229 |
+.icon-globe { |
|
2230 |
+ background-position: -336px -144px; |
|
2231 |
+} |
|
2232 |
+.icon-wrench { |
|
2233 |
+ background-position: -360px -144px; |
|
2234 |
+} |
|
2235 |
+.icon-tasks { |
|
2236 |
+ background-position: -384px -144px; |
|
2237 |
+} |
|
2238 |
+.icon-filter { |
|
2239 |
+ background-position: -408px -144px; |
|
2240 |
+} |
|
2241 |
+.icon-briefcase { |
|
2242 |
+ background-position: -432px -144px; |
|
2243 |
+} |
|
2244 |
+.icon-fullscreen { |
|
2245 |
+ background-position: -456px -144px; |
|
2246 |
+} |
|
2247 |
+.dropup, |
|
2248 |
+.dropdown { |
|
2249 |
+ position: relative; |
|
2250 |
+} |
|
2251 |
+.dropdown-toggle { |
|
2252 |
+ *margin-bottom: -3px; |
|
2253 |
+} |
|
2254 |
+.dropdown-toggle:active, |
|
2255 |
+.open .dropdown-toggle { |
|
2256 |
+ outline: 0; |
|
2257 |
+} |
|
2258 |
+.caret { |
|
2259 |
+ display: inline-block; |
|
2260 |
+ width: 0; |
|
2261 |
+ height: 0; |
|
2262 |
+ vertical-align: top; |
|
2263 |
+ border-top: 4px solid #000000; |
|
2264 |
+ border-right: 4px solid transparent; |
|
2265 |
+ border-left: 4px solid transparent; |
|
2266 |
+ content: ""; |
|
2267 |
+} |
|
2268 |
+.dropdown .caret { |
|
2269 |
+ margin-top: 8px; |
|
2270 |
+ margin-left: 2px; |
|
2271 |
+} |
|
2272 |
+.dropdown-menu { |
|
2273 |
+ position: absolute; |
|
2274 |
+ top: 100%; |
|
2275 |
+ left: 0; |
|
2276 |
+ z-index: 1000; |
|
2277 |
+ display: none; |
|
2278 |
+ float: left; |
|
2279 |
+ min-width: 160px; |
|
2280 |
+ padding: 5px 0; |
|
2281 |
+ margin: 2px 0 0; |
|
2282 |
+ list-style: none; |
|
2283 |
+ background-color: #ffffff; |
|
2284 |
+ border: 1px solid #ccc; |
|
2285 |
+ border: 1px solid rgba(0, 0, 0, 0.2); |
|
2286 |
+ *border-right-width: 2px; |
|
2287 |
+ *border-bottom-width: 2px; |
|
2288 |
+ -webkit-border-radius: 6px; |
|
2289 |
+ -moz-border-radius: 6px; |
|
2290 |
+ border-radius: 6px; |
|
2291 |
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
|
2292 |
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
|
2293 |
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
|
2294 |
+ -webkit-background-clip: padding-box; |
|
2295 |
+ -moz-background-clip: padding; |
|
2296 |
+ background-clip: padding-box; |
|
2297 |
+} |
|
2298 |
+.dropdown-menu.pull-right { |
|
2299 |
+ right: 0; |
|
2300 |
+ left: auto; |
|
2301 |
+} |
|
2302 |
+.dropdown-menu .divider { |
|
2303 |
+ *width: 100%; |
|
2304 |
+ height: 1px; |
|
2305 |
+ margin: 9.5px 1px; |
|
2306 |
+ *margin: -5px 0 5px; |
|
2307 |
+ overflow: hidden; |
|
2308 |
+ background-color: #e5e5e5; |
|
2309 |
+ border-bottom: 1px solid #ffffff; |
|
2310 |
+} |
|
2311 |
+.dropdown-menu a { |
|
2312 |
+ display: block; |
|
2313 |
+ padding: 3px 20px; |
|
2314 |
+ clear: both; |
|
2315 |
+ font-weight: normal; |
|
2316 |
+ line-height: 21px; |
|
2317 |
+ color: #2d2d2d; |
|
2318 |
+ white-space: nowrap; |
|
2319 |
+} |
|
2320 |
+.dropdown-menu li > a:hover, |
|
2321 |
+.dropdown-menu li > a:focus, |
|
2322 |
+.dropdown-submenu:hover > a { |
|
2323 |
+ text-decoration: none; |
|
2324 |
+ color: #ffffff; |
|
2325 |
+ background-color: #558bc4; |
|
2326 |
+ background-color: #4d86c1; |
|
2327 |
+ background-image: -moz-linear-gradient(top, #558bc4, #427ebd); |
|
2328 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#558bc4), to(#427ebd)); |
|
2329 |
+ background-image: -webkit-linear-gradient(top, #558bc4, #427ebd); |
|
2330 |
+ background-image: -o-linear-gradient(top, #558bc4, #427ebd); |
|
2331 |
+ background-image: linear-gradient(to bottom, #558bc4, #427ebd); |
|
2332 |
+ background-repeat: repeat-x; |
|
2333 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff558bc4', endColorstr='#ff427ebd', GradientType=0); |
|
2334 |
+} |
|
2335 |
+.dropdown-menu .active > a, |
|
2336 |
+.dropdown-menu .active > a:hover { |
|
2337 |
+ color: #ffffff; |
|
2338 |
+ text-decoration: none; |
|
2339 |
+ outline: 0; |
|
2340 |
+ background-color: #558bc4; |
|
2341 |
+ background-color: #4d86c1; |
|
2342 |
+ background-image: -moz-linear-gradient(top, #558bc4, #427ebd); |
|
2343 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#558bc4), to(#427ebd)); |
|
2344 |
+ background-image: -webkit-linear-gradient(top, #558bc4, #427ebd); |
|
2345 |
+ background-image: -o-linear-gradient(top, #558bc4, #427ebd); |
|
2346 |
+ background-image: linear-gradient(to bottom, #558bc4, #427ebd); |
|
2347 |
+ background-repeat: repeat-x; |
|
2348 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff558bc4', endColorstr='#ff427ebd', GradientType=0); |
|
2349 |
+} |
|
2350 |
+.dropdown-menu .disabled > a, |
|
2351 |
+.dropdown-menu .disabled > a:hover { |
|
2352 |
+ color: #bbbbbb; |
|
2353 |
+} |
|
2354 |
+.dropdown-menu .disabled > a:hover { |
|
2355 |
+ text-decoration: none; |
|
2356 |
+ background-color: transparent; |
|
2357 |
+ cursor: default; |
|
2358 |
+} |
|
2359 |
+.open { |
|
2360 |
+ *z-index: 1000; |
|
2361 |
+} |
|
2362 |
+.open > .dropdown-menu { |
|
2363 |
+ display: block; |
|
2364 |
+} |
|
2365 |
+.pull-right > .dropdown-menu { |
|
2366 |
+ right: 0; |
|
2367 |
+ left: auto; |
|
2368 |
+} |
|
2369 |
+.dropup .caret, |
|
2370 |
+.navbar-fixed-bottom .dropdown .caret { |
|
2371 |
+ border-top: 0; |
|
2372 |
+ border-bottom: 4px solid #000000; |
|
2373 |
+ content: ""; |
|
2374 |
+} |
|
2375 |
+.dropup .dropdown-menu, |
|
2376 |
+.navbar-fixed-bottom .dropdown .dropdown-menu { |
|
2377 |
+ top: auto; |
|
2378 |
+ bottom: 100%; |
|
2379 |
+ margin-bottom: 1px; |
|
2380 |
+} |
|
2381 |
+.dropdown-submenu { |
|
2382 |
+ position: relative; |
|
2383 |
+} |
|
2384 |
+.dropdown-submenu > .dropdown-menu { |
|
2385 |
+ top: 0; |
|
2386 |
+ left: 100%; |
|
2387 |
+ margin-top: -6px; |
|
2388 |
+ margin-left: -1px; |
|
2389 |
+ -webkit-border-radius: 0 6px 6px 6px; |
|
2390 |
+ -moz-border-radius: 0 6px 6px 6px; |
|
2391 |
+ border-radius: 0 6px 6px 6px; |
|
2392 |
+} |
|
2393 |
+.dropdown-submenu:hover > .dropdown-menu { |
|
2394 |
+ display: block; |
|
2395 |
+} |
|
2396 |
+.dropdown-submenu > a:after { |
|
2397 |
+ display: block; |
|
2398 |
+ content: " "; |
|
2399 |
+ float: right; |
|
2400 |
+ width: 0; |
|
2401 |
+ height: 0; |
|
2402 |
+ border-color: transparent; |
|
2403 |
+ border-style: solid; |
|
2404 |
+ border-width: 5px 0 5px 5px; |
|
2405 |
+ border-left-color: #cccccc; |
|
2406 |
+ margin-top: 5px; |
|
2407 |
+ margin-right: -10px; |
|
2408 |
+} |
|
2409 |
+.dropdown-submenu:hover > a:after { |
|
2410 |
+ border-left-color: #ffffff; |
|
2411 |
+} |
|
2412 |
+.dropdown .dropdown-menu .nav-header { |
|
2413 |
+ padding-left: 20px; |
|
2414 |
+ padding-right: 20px; |
|
2415 |
+} |
|
2416 |
+.typeahead { |
|
2417 |
+ margin-top: 2px; |
|
2418 |
+ -webkit-border-radius: 4px; |
|
2419 |
+ -moz-border-radius: 4px; |
|
2420 |
+ border-radius: 4px; |
|
2421 |
+} |
|
2422 |
+.well { |
|
2423 |
+ min-height: 20px; |
|
2424 |
+ padding: 19px; |
|
2425 |
+ margin-bottom: 20px; |
|
2426 |
+ background-color: #f5f5f5; |
|
2427 |
+ border: 1px solid #e3e3e3; |
|
2428 |
+ -webkit-border-radius: 4px; |
|
2429 |
+ -moz-border-radius: 4px; |
|
2430 |
+ border-radius: 4px; |
|
2431 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
|
2432 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
|
2433 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
|
2434 |
+} |
|
2435 |
+.well blockquote { |
|
2436 |
+ border-color: #ddd; |
|
2437 |
+ border-color: rgba(0, 0, 0, 0.15); |
|
2438 |
+} |
|
2439 |
+.well-large { |
|
2440 |
+ padding: 24px; |
|
2441 |
+ -webkit-border-radius: 6px; |
|
2442 |
+ -moz-border-radius: 6px; |
|
2443 |
+ border-radius: 6px; |
|
2444 |
+} |
|
2445 |
+.well-small { |
|
2446 |
+ padding: 9px; |
|
2447 |
+ -webkit-border-radius: 3px; |
|
2448 |
+ -moz-border-radius: 3px; |
|
2449 |
+ border-radius: 3px; |
|
2450 |
+} |
|
2451 |
+.fade { |
|
2452 |
+ opacity: 0; |
|
2453 |
+ -webkit-transition: opacity 0.15s linear; |
|
2454 |
+ -moz-transition: opacity 0.15s linear; |
|
2455 |
+ -o-transition: opacity 0.15s linear; |
|
2456 |
+ transition: opacity 0.15s linear; |
|
2457 |
+} |
|
2458 |
+.fade.in { |
|
2459 |
+ opacity: 1; |
|
2460 |
+} |
|
2461 |
+.collapse { |
|
2462 |
+ position: relative; |
|
2463 |
+ height: 0; |
|
2464 |
+ overflow: hidden; |
|
2465 |
+ -webkit-transition: height 0.35s ease; |
|
2466 |
+ -moz-transition: height 0.35s ease; |
|
2467 |
+ -o-transition: height 0.35s ease; |
|
2468 |
+ transition: height 0.35s ease; |
|
2469 |
+} |
|
2470 |
+.collapse.in { |
|
2471 |
+ height: auto; |
|
2472 |
+} |
|
2473 |
+.close { |
|
2474 |
+ float: right; |
|
2475 |
+ font-size: 20px; |
|
2476 |
+ font-weight: bold; |
|
2477 |
+ line-height: 21px; |
|
2478 |
+ color: #000000; |
|
2479 |
+ text-shadow: 0 1px 0 #ffffff; |
|
2480 |
+ opacity: 0.2; |
|
2481 |
+ filter: alpha(opacity=20); |
|
2482 |
+} |
|
2483 |
+.close:hover { |
|
2484 |
+ color: #000000; |
|
2485 |
+ text-decoration: none; |
|
2486 |
+ cursor: pointer; |
|
2487 |
+ opacity: 0.4; |
|
2488 |
+ filter: alpha(opacity=40); |
|
2489 |
+} |
|
2490 |
+button.close { |
|
2491 |
+ padding: 0; |
|
2492 |
+ cursor: pointer; |
|
2493 |
+ background: transparent; |
|
2494 |
+ border: 0; |
|
2495 |
+ -webkit-appearance: none; |
|
2496 |
+} |
|
2497 |
+.btn { |
|
2498 |
+ display: inline-block; |
|
2499 |
+ *display: inline; |
|
2500 |
+ /* IE7 inline-block hack */ |
|
2501 |
+ |
|
2502 |
+ *zoom: 1; |
|
2503 |
+ padding: 4px 14px; |
|
2504 |
+ margin-bottom: 0; |
|
2505 |
+ font-size: 14px; |
|
2506 |
+ line-height: 21px; |
|
2507 |
+ *line-height: 21px; |
|
2508 |
+ text-align: center; |
|
2509 |
+ vertical-align: middle; |
|
2510 |
+ cursor: pointer; |
|
2511 |
+ color: #333333; |
|
2512 |
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); |
|
2513 |
+ background-color: #f8f8f8; |
|
2514 |
+ background-image: -moz-linear-gradient(top, #ffffff, #eeeeee); |
|
2515 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee)); |
|
2516 |
+ background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); |
|
2517 |
+ background-image: -o-linear-gradient(top, #ffffff, #eeeeee); |
|
2518 |
+ background-image: linear-gradient(to bottom, #ffffff, #eeeeee); |
|
2519 |
+ background-repeat: repeat-x; |
|
2520 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0); |
|
2521 |
+ border-color: #eeeeee #eeeeee #c8c8c8; |
|
2522 |
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
2523 |
+ *background-color: #eeeeee; |
|
2524 |
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
2525 |
+ |
|
2526 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
2527 |
+ border: 1px solid #cccccc; |
|
2528 |
+ *border: 0; |
|
2529 |
+ border-bottom-color: #b3b3b3; |
|
2530 |
+ -webkit-border-radius: 4px; |
|
2531 |
+ -moz-border-radius: 4px; |
|
2532 |
+ border-radius: 4px; |
|
2533 |
+ *margin-left: .3em; |
|
2534 |
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
2535 |
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
2536 |
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
2537 |
+} |
|
2538 |
+.btn:hover, |
|
2539 |
+.btn:active, |
|
2540 |
+.btn.active, |
|
2541 |
+.btn.disabled, |
|
2542 |
+.btn[disabled] { |
|
2543 |
+ color: #333333; |
|
2544 |
+ background-color: #eeeeee; |
|
2545 |
+ *background-color: #e1e1e1; |
|
2546 |
+} |
|
2547 |
+.btn:active, |
|
2548 |
+.btn.active { |
|
2549 |
+ background-color: #d5d5d5 \9; |
|
2550 |
+} |
|
2551 |
+.btn:first-child { |
|
2552 |
+ *margin-left: 0; |
|
2553 |
+} |
|
2554 |
+.btn:hover { |
|
2555 |
+ color: #333333; |
|
2556 |
+ text-decoration: none; |
|
2557 |
+ background-color: #e6e6e6; |
|
2558 |
+ *background-color: #d9d9d9; |
|
2559 |
+ /* Buttons in IE7 don't get borders, so darken on hover */ |
|
2560 |
+ |
|
2561 |
+ background-position: 0 -15px; |
|
2562 |
+ -webkit-transition: background-position 0.1s linear; |
|
2563 |
+ -moz-transition: background-position 0.1s linear; |
|
2564 |
+ -o-transition: background-position 0.1s linear; |
|
2565 |
+ transition: background-position 0.1s linear; |
|
2566 |
+} |
|
2567 |
+.btn:focus { |
|
2568 |
+ outline: thin dotted #333; |
|
2569 |
+ outline: 5px auto -webkit-focus-ring-color; |
|
2570 |
+ outline-offset: -2px; |
|
2571 |
+} |
|
2572 |
+.btn.active, |
|
2573 |
+.btn:active { |
|
2574 |
+ background-color: #e6e6e6; |
|
2575 |
+ background-color: #d9d9d9 \9; |
|
2576 |
+ background-image: none; |
|
2577 |
+ outline: 0; |
|
2578 |
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
2579 |
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
2580 |
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
2581 |
+} |
|
2582 |
+.btn.disabled, |
|
2583 |
+.btn[disabled] { |
|
2584 |
+ cursor: default; |
|
2585 |
+ background-color: #e6e6e6; |
|
2586 |
+ background-image: none; |
|
2587 |
+ opacity: 0.65; |
|
2588 |
+ filter: alpha(opacity=65); |
|
2589 |
+ -webkit-box-shadow: none; |
|
2590 |
+ -moz-box-shadow: none; |
|
2591 |
+ box-shadow: none; |
|
2592 |
+} |
|
2593 |
+.btn-large { |
|
2594 |
+ padding: 9px 14px; |
|
2595 |
+ font-size: 16px; |
|
2596 |
+ line-height: normal; |
|
2597 |
+ -webkit-border-radius: 5px; |
|
2598 |
+ -moz-border-radius: 5px; |
|
2599 |
+ border-radius: 5px; |
|
2600 |
+} |
|
2601 |
+.btn-large [class^="icon-"] { |
|
2602 |
+ margin-top: 2px; |
|
2603 |
+} |
|
2604 |
+.btn-small { |
|
2605 |
+ padding: 3px 9px; |
|
2606 |
+ font-size: 12px; |
|
2607 |
+ line-height: 19px; |
|
2608 |
+} |
|
2609 |
+.btn-small [class^="icon-"] { |
|
2610 |
+ margin-top: 0; |
|
2611 |
+} |
|
2612 |
+.btn-mini { |
|
2613 |
+ padding: 2px 6px; |
|
2614 |
+ font-size: 11px; |
|
2615 |
+ line-height: 18px; |
|
2616 |
+} |
|
2617 |
+.btn-block { |
|
2618 |
+ display: block; |
|
2619 |
+ width: 100%; |
|
2620 |
+ padding-left: 0; |
|
2621 |
+ padding-right: 0; |
|
2622 |
+ -webkit-box-sizing: border-box; |
|
2623 |
+ -moz-box-sizing: border-box; |
|
2624 |
+ box-sizing: border-box; |
|
2625 |
+} |
|
2626 |
+.btn-block + .btn-block { |
|
2627 |
+ margin-top: 5px; |
|
2628 |
+} |
|
2629 |
+input[type="submit"].btn-block, |
|
2630 |
+input[type="reset"].btn-block, |
|
2631 |
+input[type="button"].btn-block { |
|
2632 |
+ width: 100%; |
|
2633 |
+} |
|
2634 |
+.btn-primary.active, |
|
2635 |
+.btn-warning.active, |
|
2636 |
+.btn-danger.active, |
|
2637 |
+.btn-success.active, |
|
2638 |
+.btn-info.active, |
|
2639 |
+.btn-inverse.active { |
|
2640 |
+ color: rgba(255, 255, 255, 0.75); |
|
2641 |
+} |
|
2642 |
+.btn { |
|
2643 |
+ border-color: #c5c5c5; |
|
2644 |
+ border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); |
|
2645 |
+} |
|
2646 |
+.btn-primary { |
|
2647 |
+ color: #ffffff; |
|
2648 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
2649 |
+ background-color: #77a2d0; |
|
2650 |
+ background-image: -moz-linear-gradient(top, #8eb2d8, #558bc4); |
|
2651 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8eb2d8), to(#558bc4)); |
|
2652 |
+ background-image: -webkit-linear-gradient(top, #8eb2d8, #558bc4); |
|
2653 |
+ background-image: -o-linear-gradient(top, #8eb2d8, #558bc4); |
|
2654 |
+ background-image: linear-gradient(to bottom, #8eb2d8, #558bc4); |
|
2655 |
+ background-repeat: repeat-x; |
|
2656 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8eb2d8', endColorstr='#ff558bc4', GradientType=0); |
|
2657 |
+ border-color: #558bc4 #558bc4 #356598; |
|
2658 |
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
2659 |
+ *background-color: #558bc4; |
|
2660 |
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
2661 |
+ |
|
2662 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
2663 |
+} |
|
2664 |
+.btn-primary:hover, |
|
2665 |
+.btn-primary:active, |
|
2666 |
+.btn-primary.active, |
|
2667 |
+.btn-primary.disabled, |
|
2668 |
+.btn-primary[disabled] { |
|
2669 |
+ color: #ffffff; |
|
2670 |
+ background-color: #558bc4; |
|
2671 |
+ *background-color: #427ebd; |
|
2672 |
+} |
|
2673 |
+.btn-primary:active, |
|
2674 |
+.btn-primary.active { |
|
2675 |
+ background-color: #3b71ab \9; |
|
2676 |
+} |
|
2677 |
+.btn-warning { |
|
2678 |
+ color: #ffffff; |
|
2679 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
2680 |
+ background-color: #ee8c14; |
|
2681 |
+ background-image: -moz-linear-gradient(top, #ff9c21, #d47500); |
|
2682 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9c21), to(#d47500)); |
|
2683 |
+ background-image: -webkit-linear-gradient(top, #ff9c21, #d47500); |
|
2684 |
+ background-image: -o-linear-gradient(top, #ff9c21, #d47500); |
|
2685 |
+ background-image: linear-gradient(to bottom, #ff9c21, #d47500); |
|
2686 |
+ background-repeat: repeat-x; |
|
2687 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9c21', endColorstr='#ffd47500', GradientType=0); |
|
2688 |
+ border-color: #d47500 #d47500 #884b00; |
|
2689 |
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
2690 |
+ *background-color: #d47500; |
|
2691 |
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
2692 |
+ |
|
2693 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
2694 |
+} |
|
2695 |
+.btn-warning:hover, |
|
2696 |
+.btn-warning:active, |
|
2697 |
+.btn-warning.active, |
|
2698 |
+.btn-warning.disabled, |
|
2699 |
+.btn-warning[disabled] { |
|
2700 |
+ color: #ffffff; |
|
2701 |
+ background-color: #d47500; |
|
2702 |
+ *background-color: #bb6700; |
|
2703 |
+} |
|
2704 |
+.btn-warning:active, |
|
2705 |
+.btn-warning.active { |
|
2706 |
+ background-color: #a15900 \9; |
|
2707 |
+} |
|
2708 |
+.btn-danger { |
|
2709 |
+ color: #ffffff; |
|
2710 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
2711 |
+ background-color: #eb1210; |
|
2712 |
+ background-image: -moz-linear-gradient(top, #ff1d1b, #cd0200); |
|
2713 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1d1b), to(#cd0200)); |
|
2714 |
+ background-image: -webkit-linear-gradient(top, #ff1d1b, #cd0200); |
|
2715 |
+ background-image: -o-linear-gradient(top, #ff1d1b, #cd0200); |
|
2716 |
+ background-image: linear-gradient(to bottom, #ff1d1b, #cd0200); |
|
2717 |
+ background-repeat: repeat-x; |
|
2718 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffcd0200', GradientType=0); |
|
2719 |
+ border-color: #cd0200 #cd0200 #810100; |
|
2720 |
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
2721 |
+ *background-color: #cd0200; |
|
2722 |
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
2723 |
+ |
|
2724 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
2725 |
+} |
|
2726 |
+.btn-danger:hover, |
|
2727 |
+.btn-danger:active, |
|
2728 |
+.btn-danger.active, |
|
2729 |
+.btn-danger.disabled, |
|
2730 |
+.btn-danger[disabled] { |
|
2731 |
+ color: #ffffff; |
|
2732 |
+ background-color: #cd0200; |
|
2733 |
+ *background-color: #b40200; |
|
2734 |
+} |
|
2735 |
+.btn-danger:active, |
|
2736 |
+.btn-danger.active { |
|
2737 |
+ background-color: #9a0200 \9; |
|
2738 |
+} |
|
2739 |
+.btn-success { |
|
2740 |
+ color: #ffffff; |
|
2741 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
2742 |
+ background-color: #98b64d; |
|
2743 |
+ background-image: -moz-linear-gradient(top, #a8c65b, #819e37); |
|
2744 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8c65b), to(#819e37)); |
|
2745 |
+ background-image: -webkit-linear-gradient(top, #a8c65b, #819e37); |
|
2746 |
+ background-image: -o-linear-gradient(top, #a8c65b, #819e37); |
|
2747 |
+ background-image: linear-gradient(to bottom, #a8c65b, #819e37); |
|
2748 |
+ background-repeat: repeat-x; |
|
2749 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8c65b', endColorstr='#ff819e37', GradientType=0); |
|
2750 |
+ border-color: #819e37 #819e37 #536523; |
|
2751 |
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
2752 |
+ *background-color: #819e37; |
|
2753 |
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
2754 |
+ |
|
2755 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
2756 |
+} |
|
2757 |
+.btn-success:hover, |
|
2758 |
+.btn-success:active, |
|
2759 |
+.btn-success.active, |
|
2760 |
+.btn-success.disabled, |
|
2761 |
+.btn-success[disabled] { |
|
2762 |
+ color: #ffffff; |
|
2763 |
+ background-color: #819e37; |
|
2764 |
+ *background-color: #728b30; |
|
2765 |
+} |
|
2766 |
+.btn-success:active, |
|
2767 |
+.btn-success.active { |
|
2768 |
+ background-color: #62782a \9; |
|
2769 |
+} |
|
2770 |
+.btn-info { |
|
2771 |
+ color: #ffffff; |
|
2772 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
2773 |
+ background-color: #d2d2d2; |
|
2774 |
+ background-image: -moz-linear-gradient(top, #e1e1e1, #bbbbbb); |
|
2775 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e1e1), to(#bbbbbb)); |
|
2776 |
+ background-image: -webkit-linear-gradient(top, #e1e1e1, #bbbbbb); |
|
2777 |
+ background-image: -o-linear-gradient(top, #e1e1e1, #bbbbbb); |
|
2778 |
+ background-image: linear-gradient(to bottom, #e1e1e1, #bbbbbb); |
|
2779 |
+ background-repeat: repeat-x; |
|
2780 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffbbbbbb', GradientType=0); |
|
2781 |
+ border-color: #bbbbbb #bbbbbb #959595; |
|
2782 |
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
2783 |
+ *background-color: #bbbbbb; |
|
2784 |
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
2785 |
+ |
|
2786 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
2787 |
+} |
|
2788 |
+.btn-info:hover, |
|
2789 |
+.btn-info:active, |
|
2790 |
+.btn-info.active, |
|
2791 |
+.btn-info.disabled, |
|
2792 |
+.btn-info[disabled] { |
|
2793 |
+ color: #ffffff; |
|
2794 |
+ background-color: #bbbbbb; |
|
2795 |
+ *background-color: #aeaeae; |
|
2796 |
+} |
|
2797 |
+.btn-info:active, |
|
2798 |
+.btn-info.active { |
|
2799 |
+ background-color: #a2a2a2 \9; |
|
2800 |
+} |
|
2801 |
+.btn-inverse { |
|
2802 |
+ color: #ffffff; |
|
2803 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
2804 |
+ background-color: #848a94; |
|
2805 |
+ background-image: -moz-linear-gradient(top, #949aa3, #6c737e); |
|
2806 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#949aa3), to(#6c737e)); |
|
2807 |
+ background-image: -webkit-linear-gradient(top, #949aa3, #6c737e); |
|
2808 |
+ background-image: -o-linear-gradient(top, #949aa3, #6c737e); |
|
2809 |
+ background-image: linear-gradient(to bottom, #949aa3, #6c737e); |
|
2810 |
+ background-repeat: repeat-x; |
|
2811 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff949aa3', endColorstr='#ff6c737e', GradientType=0); |
|
2812 |
+ border-color: #6c737e #6c737e #494d55; |
|
2813 |
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
2814 |
+ *background-color: #6c737e; |
|
2815 |
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
2816 |
+ |
|
2817 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
2818 |
+} |
|
2819 |
+.btn-inverse:hover, |
|
2820 |
+.btn-inverse:active, |
|
2821 |
+.btn-inverse.active, |
|
2822 |
+.btn-inverse.disabled, |
|
2823 |
+.btn-inverse[disabled] { |
|
2824 |
+ color: #ffffff; |
|
2825 |
+ background-color: #6c737e; |
|
2826 |
+ *background-color: #606670; |
|
2827 |
+} |
|
2828 |
+.btn-inverse:active, |
|
2829 |
+.btn-inverse.active { |
|
2830 |
+ background-color: #545a63 \9; |
|
2831 |
+} |
|
2832 |
+button.btn, |
|
2833 |
+input[type="submit"].btn { |
|
2834 |
+ *padding-top: 3px; |
|
2835 |
+ *padding-bottom: 3px; |
|
2836 |
+} |
|
2837 |
+button.btn::-moz-focus-inner, |
|
2838 |
+input[type="submit"].btn::-moz-focus-inner { |
|
2839 |
+ padding: 0; |
|
2840 |
+ border: 0; |
|
2841 |
+} |
|
2842 |
+button.btn.btn-large, |
|
2843 |
+input[type="submit"].btn.btn-large { |
|
2844 |
+ *padding-top: 7px; |
|
2845 |
+ *padding-bottom: 7px; |
|
2846 |
+} |
|
2847 |
+button.btn.btn-small, |
|
2848 |
+input[type="submit"].btn.btn-small { |
|
2849 |
+ *padding-top: 3px; |
|
2850 |
+ *padding-bottom: 3px; |
|
2851 |
+} |
|
2852 |
+button.btn.btn-mini, |
|
2853 |
+input[type="submit"].btn.btn-mini { |
|
2854 |
+ *padding-top: 1px; |
|
2855 |
+ *padding-bottom: 1px; |
|
2856 |
+} |
|
2857 |
+.btn-link, |
|
2858 |
+.btn-link:active, |
|
2859 |
+.btn-link[disabled] { |
|
2860 |
+ background-color: transparent; |
|
2861 |
+ background-image: none; |
|
2862 |
+ -webkit-box-shadow: none; |
|
2863 |
+ -moz-box-shadow: none; |
|
2864 |
+ box-shadow: none; |
|
2865 |
+} |
|
2866 |
+.btn-link { |
|
2867 |
+ border-color: transparent; |
|
2868 |
+ cursor: pointer; |
|
2869 |
+ color: #558bc4; |
|
2870 |
+ -webkit-border-radius: 0; |
|
2871 |
+ -moz-border-radius: 0; |
|
2872 |
+ border-radius: 0; |
|
2873 |
+} |
|
2874 |
+.btn-link:hover { |
|
2875 |
+ color: #558bc4; |
|
2876 |
+ text-decoration: underline; |
|
2877 |
+ background-color: transparent; |
|
2878 |
+} |
|
2879 |
+.btn-link[disabled]:hover { |
|
2880 |
+ color: #333333; |
|
2881 |
+ text-decoration: none; |
|
2882 |
+} |
|
2883 |
+.btn-group { |
|
2884 |
+ position: relative; |
|
2885 |
+ font-size: 0; |
|
2886 |
+ vertical-align: middle; |
|
2887 |
+ white-space: nowrap; |
|
2888 |
+ *margin-left: .3em; |
|
2889 |
+} |
|
2890 |
+.btn-group:first-child { |
|
2891 |
+ *margin-left: 0; |
|
2892 |
+} |
|
2893 |
+.btn-group + .btn-group { |
|
2894 |
+ margin-left: 5px; |
|
2895 |
+} |
|
2896 |
+.btn-toolbar { |
|
2897 |
+ font-size: 0; |
|
2898 |
+ margin-top: 10.5px; |
|
2899 |
+ margin-bottom: 10.5px; |
|
2900 |
+} |
|
2901 |
+.btn-toolbar .btn-group { |
|
2902 |
+ display: inline-block; |
|
2903 |
+ *display: inline; |
|
2904 |
+ /* IE7 inline-block hack */ |
|
2905 |
+ |
|
2906 |
+ *zoom: 1; |
|
2907 |
+} |
|
2908 |
+.btn-toolbar .btn + .btn, |
|
2909 |
+.btn-toolbar .btn-group + .btn, |
|
2910 |
+.btn-toolbar .btn + .btn-group { |
|
2911 |
+ margin-left: 5px; |
|
2912 |
+} |
|
2913 |
+.btn-group > .btn { |
|
2914 |
+ position: relative; |
|
2915 |
+ -webkit-border-radius: 0; |
|
2916 |
+ -moz-border-radius: 0; |
|
2917 |
+ border-radius: 0; |
|
2918 |
+} |
|
2919 |
+.btn-group > .btn + .btn { |
|
2920 |
+ margin-left: -1px; |
|
2921 |
+} |
|
2922 |
+.btn-group > .btn, |
|
2923 |
+.btn-group > .dropdown-menu { |
|
2924 |
+ font-size: 14px; |
|
2925 |
+} |
|
2926 |
+.btn-group > .btn-mini { |
|
2927 |
+ font-size: 11px; |
|
2928 |
+} |
|
2929 |
+.btn-group > .btn-small { |
|
2930 |
+ font-size: 12px; |
|
2931 |
+} |
|
2932 |
+.btn-group > .btn-large { |
|
2933 |
+ font-size: 16px; |
|
2934 |
+} |
|
2935 |
+.btn-group > .btn:first-child { |
|
2936 |
+ margin-left: 0; |
|
2937 |
+ -webkit-border-top-left-radius: 4px; |
|
2938 |
+ -moz-border-radius-topleft: 4px; |
|
2939 |
+ border-top-left-radius: 4px; |
|
2940 |
+ -webkit-border-bottom-left-radius: 4px; |
|
2941 |
+ -moz-border-radius-bottomleft: 4px; |
|
2942 |
+ border-bottom-left-radius: 4px; |
|
2943 |
+} |
|
2944 |
+.btn-group > .btn:last-child, |
|
2945 |
+.btn-group > .dropdown-toggle { |
|
2946 |
+ -webkit-border-top-right-radius: 4px; |
|
2947 |
+ -moz-border-radius-topright: 4px; |
|
2948 |
+ border-top-right-radius: 4px; |
|
2949 |
+ -webkit-border-bottom-right-radius: 4px; |
|
2950 |
+ -moz-border-radius-bottomright: 4px; |
|
2951 |
+ border-bottom-right-radius: 4px; |
|
2952 |
+} |
|
2953 |
+.btn-group > .btn.large:first-child { |
|
2954 |
+ margin-left: 0; |
|
2955 |
+ -webkit-border-top-left-radius: 6px; |
|
2956 |
+ -moz-border-radius-topleft: 6px; |
|
2957 |
+ border-top-left-radius: 6px; |
|
2958 |
+ -webkit-border-bottom-left-radius: 6px; |
|
2959 |
+ -moz-border-radius-bottomleft: 6px; |
|
2960 |
+ border-bottom-left-radius: 6px; |
|
2961 |
+} |
|
2962 |
+.btn-group > .btn.large:last-child, |
|
2963 |
+.btn-group > .large.dropdown-toggle { |
|
2964 |
+ -webkit-border-top-right-radius: 6px; |
|
2965 |
+ -moz-border-radius-topright: 6px; |
|
2966 |
+ border-top-right-radius: 6px; |
|
2967 |
+ -webkit-border-bottom-right-radius: 6px; |
|
2968 |
+ -moz-border-radius-bottomright: 6px; |
|
2969 |
+ border-bottom-right-radius: 6px; |
|
2970 |
+} |
|
2971 |
+.btn-group > .btn:hover, |
|
2972 |
+.btn-group > .btn:focus, |
|
2973 |
+.btn-group > .btn:active, |
|
2974 |
+.btn-group > .btn.active { |
|
2975 |
+ z-index: 2; |
|
2976 |
+} |
|
2977 |
+.btn-group .dropdown-toggle:active, |
|
2978 |
+.btn-group.open .dropdown-toggle { |
|
2979 |
+ outline: 0; |
|
2980 |
+} |
|
2981 |
+.btn-group > .btn + .dropdown-toggle { |
|
2982 |
+ padding-left: 8px; |
|
2983 |
+ padding-right: 8px; |
|
2984 |
+ -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
2985 |
+ -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
2986 |
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
2987 |
+ *padding-top: 5px; |
|
2988 |
+ *padding-bottom: 5px; |
|
2989 |
+} |
|
2990 |
+.btn-group > .btn-mini + .dropdown-toggle { |
|
2991 |
+ padding-left: 5px; |
|
2992 |
+ padding-right: 5px; |
|
2993 |
+ *padding-top: 2px; |
|
2994 |
+ *padding-bottom: 2px; |
|
2995 |
+} |
|
2996 |
+.btn-group > .btn-small + .dropdown-toggle { |
|
2997 |
+ *padding-top: 5px; |
|
2998 |
+ *padding-bottom: 4px; |
|
2999 |
+} |
|
3000 |
+.btn-group > .btn-large + .dropdown-toggle { |
|
3001 |
+ padding-left: 12px; |
|
3002 |
+ padding-right: 12px; |
|
3003 |
+ *padding-top: 7px; |
|
3004 |
+ *padding-bottom: 7px; |
|
3005 |
+} |
|
3006 |
+.btn-group.open .dropdown-toggle { |
|
3007 |
+ background-image: none; |
|
3008 |
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
3009 |
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
3010 |
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
|
3011 |
+} |
|
3012 |
+.btn-group.open .btn.dropdown-toggle { |
|
3013 |
+ background-color: #eeeeee; |
|
3014 |
+} |
|
3015 |
+.btn-group.open .btn-primary.dropdown-toggle { |
|
3016 |
+ background-color: #558bc4; |
|
3017 |
+} |
|
3018 |
+.btn-group.open .btn-warning.dropdown-toggle { |
|
3019 |
+ background-color: #d47500; |
|
3020 |
+} |
|
3021 |
+.btn-group.open .btn-danger.dropdown-toggle { |
|
3022 |
+ background-color: #cd0200; |
|
3023 |
+} |
|
3024 |
+.btn-group.open .btn-success.dropdown-toggle { |
|
3025 |
+ background-color: #819e37; |
|
3026 |
+} |
|
3027 |
+.btn-group.open .btn-info.dropdown-toggle { |
|
3028 |
+ background-color: #bbbbbb; |
|
3029 |
+} |
|
3030 |
+.btn-group.open .btn-inverse.dropdown-toggle { |
|
3031 |
+ background-color: #6c737e; |
|
3032 |
+} |
|
3033 |
+.btn .caret { |
|
3034 |
+ margin-top: 8px; |
|
3035 |
+ margin-left: 0; |
|
3036 |
+} |
|
3037 |
+.btn-mini .caret, |
|
3038 |
+.btn-small .caret, |
|
3039 |
+.btn-large .caret { |
|
3040 |
+ margin-top: 6px; |
|
3041 |
+} |
|
3042 |
+.btn-large .caret { |
|
3043 |
+ border-left-width: 5px; |
|
3044 |
+ border-right-width: 5px; |
|
3045 |
+ border-top-width: 5px; |
|
3046 |
+} |
|
3047 |
+.dropup .btn-large .caret { |
|
3048 |
+ border-bottom: 5px solid #000000; |
|
3049 |
+ border-top: 0; |
|
3050 |
+} |
|
3051 |
+.btn-primary .caret, |
|
3052 |
+.btn-warning .caret, |
|
3053 |
+.btn-danger .caret, |
|
3054 |
+.btn-info .caret, |
|
3055 |
+.btn-success .caret, |
|
3056 |
+.btn-inverse .caret { |
|
3057 |
+ border-top-color: #ffffff; |
|
3058 |
+ border-bottom-color: #ffffff; |
|
3059 |
+} |
|
3060 |
+.btn-group-vertical { |
|
3061 |
+ display: inline-block; |
|
3062 |
+ *display: inline; |
|
3063 |
+ /* IE7 inline-block hack */ |
|
3064 |
+ |
|
3065 |
+ *zoom: 1; |
|
3066 |
+} |
|
3067 |
+.btn-group-vertical .btn { |
|
3068 |
+ display: block; |
|
3069 |
+ float: none; |
|
3070 |
+ width: 100%; |
|
3071 |
+ -webkit-border-radius: 0; |
|
3072 |
+ -moz-border-radius: 0; |
|
3073 |
+ border-radius: 0; |
|
3074 |
+} |
|
3075 |
+.btn-group-vertical .btn + .btn { |
|
3076 |
+ margin-left: 0; |
|
3077 |
+ margin-top: -1px; |
|
3078 |
+} |
|
3079 |
+.btn-group-vertical .btn:first-child { |
|
3080 |
+ -webkit-border-radius: 4px 4px 0 0; |
|
3081 |
+ -moz-border-radius: 4px 4px 0 0; |
|
3082 |
+ border-radius: 4px 4px 0 0; |
|
3083 |
+} |
|
3084 |
+.btn-group-vertical .btn:last-child { |
|
3085 |
+ -webkit-border-radius: 0 0 4px 4px; |
|
3086 |
+ -moz-border-radius: 0 0 4px 4px; |
|
3087 |
+ border-radius: 0 0 4px 4px; |
|
3088 |
+} |
|
3089 |
+.btn-group-vertical .btn-large:first-child { |
|
3090 |
+ -webkit-border-radius: 6px 6px 0 0; |
|
3091 |
+ -moz-border-radius: 6px 6px 0 0; |
|
3092 |
+ border-radius: 6px 6px 0 0; |
|
3093 |
+} |
|
3094 |
+.btn-group-vertical .btn-large:last-child { |
|
3095 |
+ -webkit-border-radius: 0 0 6px 6px; |
|
3096 |
+ -moz-border-radius: 0 0 6px 6px; |
|
3097 |
+ border-radius: 0 0 6px 6px; |
|
3098 |
+} |
|
3099 |
+.alert { |
|
3100 |
+ padding: 8px 35px 8px 14px; |
|
3101 |
+ margin-bottom: 21px; |
|
3102 |
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
|
3103 |
+ background-color: #d47500; |
|
3104 |
+ border: 1px solid #c54c00; |
|
3105 |
+ -webkit-border-radius: 4px; |
|
3106 |
+ -moz-border-radius: 4px; |
|
3107 |
+ border-radius: 4px; |
|
3108 |
+ color: #ffffff; |
|
3109 |
+} |
|
3110 |
+.alert h4 { |
|
3111 |
+ margin: 0; |
|
3112 |
+} |
|
3113 |
+.alert .close { |
|
3114 |
+ position: relative; |
|
3115 |
+ top: -2px; |
|
3116 |
+ right: -21px; |
|
3117 |
+ line-height: 21px; |
|
3118 |
+} |
|
3119 |
+.alert-success { |
|
3120 |
+ background-color: #819e37; |
|
3121 |
+ border-color: #818b30; |
|
3122 |
+ color: #ffffff; |
|
3123 |
+} |
|
3124 |
+.alert-danger, |
|
3125 |
+.alert-error { |
|
3126 |
+ background-color: #cd0200; |
|
3127 |
+ border-color: #be001e; |
|
3128 |
+ color: #ffffff; |
|
3129 |
+} |
|
3130 |
+.alert-info { |
|
3131 |
+ background-color: #3399f3; |
|
3132 |
+ border-color: #11adf1; |
|
3133 |
+ color: #ffffff; |
|
3134 |
+} |
|
3135 |
+.alert-block { |
|
3136 |
+ padding-top: 14px; |
|
3137 |
+ padding-bottom: 14px; |
|
3138 |
+} |
|
3139 |
+.alert-block > p, |
|
3140 |
+.alert-block > ul { |
|
3141 |
+ margin-bottom: 0; |
|
3142 |
+} |
|
3143 |
+.alert-block p + p { |
|
3144 |
+ margin-top: 5px; |
|
3145 |
+} |
|
3146 |
+.nav { |
|
3147 |
+ margin-left: 0; |
|
3148 |
+ margin-bottom: 21px; |
|
3149 |
+ list-style: none; |
|
3150 |
+} |
|
3151 |
+.nav > li > a { |
|
3152 |
+ display: block; |
|
3153 |
+} |
|
3154 |
+.nav > li > a:hover { |
|
3155 |
+ text-decoration: none; |
|
3156 |
+ background-color: #eeeeee; |
|
3157 |
+} |
|
3158 |
+.nav > .pull-right { |
|
3159 |
+ float: right; |
|
3160 |
+} |
|
3161 |
+.nav-header { |
|
3162 |
+ display: block; |
|
3163 |
+ padding: 3px 15px; |
|
3164 |
+ font-size: 11px; |
|
3165 |
+ font-weight: bold; |
|
3166 |
+ line-height: 21px; |
|
3167 |
+ color: #bbbbbb; |
|
3168 |
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
|
3169 |
+ text-transform: uppercase; |
|
3170 |
+} |
|
3171 |
+.nav li + .nav-header { |
|
3172 |
+ margin-top: 9px; |
|
3173 |
+} |
|
3174 |
+.nav-list { |
|
3175 |
+ padding-left: 15px; |
|
3176 |
+ padding-right: 15px; |
|
3177 |
+ margin-bottom: 0; |
|
3178 |
+} |
|
3179 |
+.nav-list > li > a, |
|
3180 |
+.nav-list .nav-header { |
|
3181 |
+ margin-left: -15px; |
|
3182 |
+ margin-right: -15px; |
|
3183 |
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
|
3184 |
+} |
|
3185 |
+.nav-list > li > a { |
|
3186 |
+ padding: 3px 15px; |
|
3187 |
+} |
|
3188 |
+.nav-list > .active > a, |
|
3189 |
+.nav-list > .active > a:hover { |
|
3190 |
+ color: #ffffff; |
|
3191 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); |
|
3192 |
+ background-color: #558bc4; |
|
3193 |
+} |
|
3194 |
+.nav-list [class^="icon-"] { |
|
3195 |
+ margin-right: 2px; |
|
3196 |
+} |
|
3197 |
+.nav-list .divider { |
|
3198 |
+ *width: 100%; |
|
3199 |
+ height: 1px; |
|
3200 |
+ margin: 9.5px 1px; |
|
3201 |
+ *margin: -5px 0 5px; |
|
3202 |
+ overflow: hidden; |
|
3203 |
+ background-color: #e5e5e5; |
|
3204 |
+ border-bottom: 1px solid #ffffff; |
|
3205 |
+} |
|
3206 |
+.nav-tabs, |
|
3207 |
+.nav-pills { |
|
3208 |
+ *zoom: 1; |
|
3209 |
+} |
|
3210 |
+.nav-tabs:before, |
|
3211 |
+.nav-pills:before, |
|
3212 |
+.nav-tabs:after, |
|
3213 |
+.nav-pills:after { |
|
3214 |
+ display: table; |
|
3215 |
+ content: ""; |
|
3216 |
+ line-height: 0; |
|
3217 |
+} |
|
3218 |
+.nav-tabs:after, |
|
3219 |
+.nav-pills:after { |
|
3220 |
+ clear: both; |
|
3221 |
+} |
|
3222 |
+.nav-tabs > li, |
|
3223 |
+.nav-pills > li { |
|
3224 |
+ float: left; |
|
3225 |
+} |
|
3226 |
+.nav-tabs > li > a, |
|
3227 |
+.nav-pills > li > a { |
|
3228 |
+ padding-right: 12px; |
|
3229 |
+ padding-left: 12px; |
|
3230 |
+ margin-right: 2px; |
|
3231 |
+ line-height: 14px; |
|
3232 |
+} |
|
3233 |
+.nav-tabs { |
|
3234 |
+ border-bottom: 1px solid #ddd; |
|
3235 |
+} |
|
3236 |
+.nav-tabs > li { |
|
3237 |
+ margin-bottom: -1px; |
|
3238 |
+} |
|
3239 |
+.nav-tabs > li > a { |
|
3240 |
+ padding-top: 8px; |
|
3241 |
+ padding-bottom: 8px; |
|
3242 |
+ line-height: 21px; |
|
3243 |
+ border: 1px solid transparent; |
|
3244 |
+ -webkit-border-radius: 4px 4px 0 0; |
|
3245 |
+ -moz-border-radius: 4px 4px 0 0; |
|
3246 |
+ border-radius: 4px 4px 0 0; |
|
3247 |
+} |
|
3248 |
+.nav-tabs > li > a:hover { |
|
3249 |
+ border-color: #eeeeee #eeeeee #dddddd; |
|
3250 |
+} |
|
3251 |
+.nav-tabs > .active > a, |
|
3252 |
+.nav-tabs > .active > a:hover { |
|
3253 |
+ color: #777777; |
|
3254 |
+ background-color: #ffffff; |
|
3255 |
+ border: 1px solid #ddd; |
|
3256 |
+ border-bottom-color: transparent; |
|
3257 |
+ cursor: default; |
|
3258 |
+} |
|
3259 |
+.nav-pills > li > a { |
|
3260 |
+ padding-top: 8px; |
|
3261 |
+ padding-bottom: 8px; |
|
3262 |
+ margin-top: 2px; |
|
3263 |
+ margin-bottom: 2px; |
|
3264 |
+ -webkit-border-radius: 5px; |
|
3265 |
+ -moz-border-radius: 5px; |
|
3266 |
+ border-radius: 5px; |
|
3267 |
+} |
|
3268 |
+.nav-pills > .active > a, |
|
3269 |
+.nav-pills > .active > a:hover { |
|
3270 |
+ color: #ffffff; |
|
3271 |
+ background-color: #558bc4; |
|
3272 |
+} |
|
3273 |
+.nav-stacked > li { |
|
3274 |
+ float: none; |
|
3275 |
+} |
|
3276 |
+.nav-stacked > li > a { |
|
3277 |
+ margin-right: 0; |
|
3278 |
+} |
|
3279 |
+.nav-tabs.nav-stacked { |
|
3280 |
+ border-bottom: 0; |
|
3281 |
+} |
|
3282 |
+.nav-tabs.nav-stacked > li > a { |
|
3283 |
+ border: 1px solid #ddd; |
|
3284 |
+ -webkit-border-radius: 0; |
|
3285 |
+ -moz-border-radius: 0; |
|
3286 |
+ border-radius: 0; |
|
3287 |
+} |
|
3288 |
+.nav-tabs.nav-stacked > li:first-child > a { |
|
3289 |
+ -webkit-border-top-right-radius: 4px; |
|
3290 |
+ -moz-border-radius-topright: 4px; |
|
3291 |
+ border-top-right-radius: 4px; |
|
3292 |
+ -webkit-border-top-left-radius: 4px; |
|
3293 |
+ -moz-border-radius-topleft: 4px; |
|
3294 |
+ border-top-left-radius: 4px; |
|
3295 |
+} |
|
3296 |
+.nav-tabs.nav-stacked > li:last-child > a { |
|
3297 |
+ -webkit-border-bottom-right-radius: 4px; |
|
3298 |
+ -moz-border-radius-bottomright: 4px; |
|
3299 |
+ border-bottom-right-radius: 4px; |
|
3300 |
+ -webkit-border-bottom-left-radius: 4px; |
|
3301 |
+ -moz-border-radius-bottomleft: 4px; |
|
3302 |
+ border-bottom-left-radius: 4px; |
|
3303 |
+} |
|
3304 |
+.nav-tabs.nav-stacked > li > a:hover { |
|
3305 |
+ border-color: #ddd; |
|
3306 |
+ z-index: 2; |
|
3307 |
+} |
|
3308 |
+.nav-pills.nav-stacked > li > a { |
|
3309 |
+ margin-bottom: 3px; |
|
3310 |
+} |
|
3311 |
+.nav-pills.nav-stacked > li:last-child > a { |
|
3312 |
+ margin-bottom: 1px; |
|
3313 |
+} |
|
3314 |
+.nav-tabs .dropdown-menu { |
|
3315 |
+ -webkit-border-radius: 0 0 6px 6px; |
|
3316 |
+ -moz-border-radius: 0 0 6px 6px; |
|
3317 |
+ border-radius: 0 0 6px 6px; |
|
3318 |
+} |
|
3319 |
+.nav-pills .dropdown-menu { |
|
3320 |
+ -webkit-border-radius: 6px; |
|
3321 |
+ -moz-border-radius: 6px; |
|
3322 |
+ border-radius: 6px; |
|
3323 |
+} |
|
3324 |
+.nav .dropdown-toggle .caret { |
|
3325 |
+ border-top-color: #558bc4; |
|
3326 |
+ border-bottom-color: #558bc4; |
|
3327 |
+ margin-top: 6px; |
|
3328 |
+} |
|
3329 |
+.nav .dropdown-toggle:hover .caret { |
|
3330 |
+ border-top-color: #558bc4; |
|
3331 |
+ border-bottom-color: #558bc4; |
|
3332 |
+} |
|
3333 |
+/* move down carets for tabs */ |
|
3334 |
+.nav-tabs .dropdown-toggle .caret { |
|
3335 |
+ margin-top: 8px; |
|
3336 |
+} |
|
3337 |
+.nav .active .dropdown-toggle .caret { |
|
3338 |
+ border-top-color: #fff; |
|
3339 |
+ border-bottom-color: #fff; |
|
3340 |
+} |
|
3341 |
+.nav-tabs .active .dropdown-toggle .caret { |
|
3342 |
+ border-top-color: #777777; |
|
3343 |
+ border-bottom-color: #777777; |
|
3344 |
+} |
|
3345 |
+.nav > .dropdown.active > a:hover { |
|
3346 |
+ cursor: pointer; |
|
3347 |
+} |
|
3348 |
+.nav-tabs .open .dropdown-toggle, |
|
3349 |
+.nav-pills .open .dropdown-toggle, |
|
3350 |
+.nav > li.dropdown.open.active > a:hover { |
|
3351 |
+ color: #ffffff; |
|
3352 |
+ background-color: #bbbbbb; |
|
3353 |
+ border-color: #bbbbbb; |
|
3354 |
+} |
|
3355 |
+.nav li.dropdown.open .caret, |
|
3356 |
+.nav li.dropdown.open.active .caret, |
|
3357 |
+.nav li.dropdown.open a:hover .caret { |
|
3358 |
+ border-top-color: #ffffff; |
|
3359 |
+ border-bottom-color: #ffffff; |
|
3360 |
+ opacity: 1; |
|
3361 |
+ filter: alpha(opacity=100); |
|
3362 |
+} |
|
3363 |
+.tabs-stacked .open > a:hover { |
|
3364 |
+ border-color: #bbbbbb; |
|
3365 |
+} |
|
3366 |
+.tabbable { |
|
3367 |
+ *zoom: 1; |
|
3368 |
+} |
|
3369 |
+.tabbable:before, |
|
3370 |
+.tabbable:after { |
|
3371 |
+ display: table; |
|
3372 |
+ content: ""; |
|
3373 |
+ line-height: 0; |
|
3374 |
+} |
|
3375 |
+.tabbable:after { |
|
3376 |
+ clear: both; |
|
3377 |
+} |
|
3378 |
+.tab-content { |
|
3379 |
+ overflow: auto; |
|
3380 |
+} |
|
3381 |
+.tabs-below > .nav-tabs, |
|
3382 |
+.tabs-right > .nav-tabs, |
|
3383 |
+.tabs-left > .nav-tabs { |
|
3384 |
+ border-bottom: 0; |
|
3385 |
+} |
|
3386 |
+.tab-content > .tab-pane, |
|
3387 |
+.pill-content > .pill-pane { |
|
3388 |
+ display: none; |
|
3389 |
+} |
|
3390 |
+.tab-content > .active, |
|
3391 |
+.pill-content > .active { |
|
3392 |
+ display: block; |
|
3393 |
+} |
|
3394 |
+.tabs-below > .nav-tabs { |
|
3395 |
+ border-top: 1px solid #ddd; |
|
3396 |
+} |
|
3397 |
+.tabs-below > .nav-tabs > li { |
|
3398 |
+ margin-top: -1px; |
|
3399 |
+ margin-bottom: 0; |
|
3400 |
+} |
|
3401 |
+.tabs-below > .nav-tabs > li > a { |
|
3402 |
+ -webkit-border-radius: 0 0 4px 4px; |
|
3403 |
+ -moz-border-radius: 0 0 4px 4px; |
|
3404 |
+ border-radius: 0 0 4px 4px; |
|
3405 |
+} |
|
3406 |
+.tabs-below > .nav-tabs > li > a:hover { |
|
3407 |
+ border-bottom-color: transparent; |
|
3408 |
+ border-top-color: #ddd; |
|
3409 |
+} |
|
3410 |
+.tabs-below > .nav-tabs > .active > a, |
|
3411 |
+.tabs-below > .nav-tabs > .active > a:hover { |
|
3412 |
+ border-color: transparent #ddd #ddd #ddd; |
|
3413 |
+} |
|
3414 |
+.tabs-left > .nav-tabs > li, |
|
3415 |
+.tabs-right > .nav-tabs > li { |
|
3416 |
+ float: none; |
|
3417 |
+} |
|
3418 |
+.tabs-left > .nav-tabs > li > a, |
|
3419 |
+.tabs-right > .nav-tabs > li > a { |
|
3420 |
+ min-width: 74px; |
|
3421 |
+ margin-right: 0; |
|
3422 |
+ margin-bottom: 3px; |
|
3423 |
+} |
|
3424 |
+.tabs-left > .nav-tabs { |
|
3425 |
+ float: left; |
|
3426 |
+ margin-right: 19px; |
|
3427 |
+ border-right: 1px solid #ddd; |
|
3428 |
+} |
|
3429 |
+.tabs-left > .nav-tabs > li > a { |
|
3430 |
+ margin-right: -1px; |
|
3431 |
+ -webkit-border-radius: 4px 0 0 4px; |
|
3432 |
+ -moz-border-radius: 4px 0 0 4px; |
|
3433 |
+ border-radius: 4px 0 0 4px; |
|
3434 |
+} |
|
3435 |
+.tabs-left > .nav-tabs > li > a:hover { |
|
3436 |
+ border-color: #eeeeee #dddddd #eeeeee #eeeeee; |
|
3437 |
+} |
|
3438 |
+.tabs-left > .nav-tabs .active > a, |
|
3439 |
+.tabs-left > .nav-tabs .active > a:hover { |
|
3440 |
+ border-color: #ddd transparent #ddd #ddd; |
|
3441 |
+ *border-right-color: #ffffff; |
|
3442 |
+} |
|
3443 |
+.tabs-right > .nav-tabs { |
|
3444 |
+ float: right; |
|
3445 |
+ margin-left: 19px; |
|
3446 |
+ border-left: 1px solid #ddd; |
|
3447 |
+} |
|
3448 |
+.tabs-right > .nav-tabs > li > a { |
|
3449 |
+ margin-left: -1px; |
|
3450 |
+ -webkit-border-radius: 0 4px 4px 0; |
|
3451 |
+ -moz-border-radius: 0 4px 4px 0; |
|
3452 |
+ border-radius: 0 4px 4px 0; |
|
3453 |
+} |
|
3454 |
+.tabs-right > .nav-tabs > li > a:hover { |
|
3455 |
+ border-color: #eeeeee #eeeeee #eeeeee #dddddd; |
|
3456 |
+} |
|
3457 |
+.tabs-right > .nav-tabs .active > a, |
|
3458 |
+.tabs-right > .nav-tabs .active > a:hover { |
|
3459 |
+ border-color: #ddd #ddd #ddd transparent; |
|
3460 |
+ *border-left-color: #ffffff; |
|
3461 |
+} |
|
3462 |
+.nav > .disabled > a { |
|
3463 |
+ color: #bbbbbb; |
|
3464 |
+} |
|
3465 |
+.nav > .disabled > a:hover { |
|
3466 |
+ text-decoration: none; |
|
3467 |
+ background-color: transparent; |
|
3468 |
+ cursor: default; |
|
3469 |
+} |
|
3470 |
+.navbar { |
|
3471 |
+ overflow: visible; |
|
3472 |
+ margin-bottom: 21px; |
|
3473 |
+ color: #2d2d2d; |
|
3474 |
+ *position: relative; |
|
3475 |
+ *z-index: 2; |
|
3476 |
+} |
|
3477 |
+.navbar-inner { |
|
3478 |
+ min-height: 40px; |
|
3479 |
+ padding-left: 20px; |
|
3480 |
+ padding-right: 20px; |
|
3481 |
+ background-color: #dadada; |
|
3482 |
+ background-image: -moz-linear-gradient(top, #eeeeee, #bbbbbb); |
|
3483 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#bbbbbb)); |
|
3484 |
+ background-image: -webkit-linear-gradient(top, #eeeeee, #bbbbbb); |
|
3485 |
+ background-image: -o-linear-gradient(top, #eeeeee, #bbbbbb); |
|
3486 |
+ background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb); |
|
3487 |
+ background-repeat: repeat-x; |
|
3488 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffbbbbbb', GradientType=0); |
|
3489 |
+ border: 1px solid #aeaeae; |
|
3490 |
+ -webkit-border-radius: 4px; |
|
3491 |
+ -moz-border-radius: 4px; |
|
3492 |
+ border-radius: 4px; |
|
3493 |
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); |
|
3494 |
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); |
|
3495 |
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); |
|
3496 |
+ *zoom: 1; |
|
3497 |
+} |
|
3498 |
+.navbar-inner:before, |
|
3499 |
+.navbar-inner:after { |
|
3500 |
+ display: table; |
|
3501 |
+ content: ""; |
|
3502 |
+ line-height: 0; |
|
3503 |
+} |
|
3504 |
+.navbar-inner:after { |
|
3505 |
+ clear: both; |
|
3506 |
+} |
|
3507 |
+.navbar .container { |
|
3508 |
+ width: auto; |
|
3509 |
+} |
|
3510 |
+.nav-collapse.collapse { |
|
3511 |
+ height: auto; |
|
3512 |
+} |
|
3513 |
+.navbar .brand { |
|
3514 |
+ float: left; |
|
3515 |
+ display: block; |
|
3516 |
+ padding: 9.5px 20px 9.5px; |
|
3517 |
+ margin-left: -20px; |
|
3518 |
+ font-size: 20px; |
|
3519 |
+ font-weight: 200; |
|
3520 |
+ color: #333333; |
|
3521 |
+ text-shadow: 0 1px 0 #eeeeee; |
|
3522 |
+} |
|
3523 |
+.navbar .brand:hover { |
|
3524 |
+ text-decoration: none; |
|
3525 |
+} |
|
3526 |
+.navbar-text { |
|
3527 |
+ margin-bottom: 0; |
|
3528 |
+ line-height: 40px; |
|
3529 |
+} |
|
3530 |
+.navbar-link { |
|
3531 |
+ color: #2d2d2d; |
|
3532 |
+} |
|
3533 |
+.navbar-link:hover { |
|
3534 |
+ color: #558bc4; |
|
3535 |
+} |
|
3536 |
+.navbar .divider-vertical { |
|
3537 |
+ height: 40px; |
|
3538 |
+ margin: 0 9px; |
|
3539 |
+ border-left: 1px solid #bbbbbb; |
|
3540 |
+ border-right: 1px solid #eeeeee; |
|
3541 |
+} |
|
3542 |
+.navbar .btn, |
|
3543 |
+.navbar .btn-group { |
|
3544 |
+ margin-top: 5px; |
|
3545 |
+} |
|
3546 |
+.navbar .btn-group .btn, |
|
3547 |
+.navbar .input-prepend .btn, |
|
3548 |
+.navbar .input-append .btn { |
|
3549 |
+ margin-top: 0; |
|
3550 |
+} |
|
3551 |
+.navbar-form { |
|
3552 |
+ margin-bottom: 0; |
|
3553 |
+ *zoom: 1; |
|
3554 |
+} |
|
3555 |
+.navbar-form:before, |
|
3556 |
+.navbar-form:after { |
|
3557 |
+ display: table; |
|
3558 |
+ content: ""; |
|
3559 |
+ line-height: 0; |
|
3560 |
+} |
|
3561 |
+.navbar-form:after { |
|
3562 |
+ clear: both; |
|
3563 |
+} |
|
3564 |
+.navbar-form input, |
|
3565 |
+.navbar-form select, |
|
3566 |
+.navbar-form .radio, |
|
3567 |
+.navbar-form .checkbox { |
|
3568 |
+ margin-top: 5px; |
|
3569 |
+} |
|
3570 |
+.navbar-form input, |
|
3571 |
+.navbar-form select, |
|
3572 |
+.navbar-form .btn { |
|
3573 |
+ display: inline-block; |
|
3574 |
+ margin-bottom: 0; |
|
3575 |
+} |
|
3576 |
+.navbar-form input[type="image"], |
|
3577 |
+.navbar-form input[type="checkbox"], |
|
3578 |
+.navbar-form input[type="radio"] { |
|
3579 |
+ margin-top: 3px; |
|
3580 |
+} |
|
3581 |
+.navbar-form .input-append, |
|
3582 |
+.navbar-form .input-prepend { |
|
3583 |
+ margin-top: 6px; |
|
3584 |
+ white-space: nowrap; |
|
3585 |
+} |
|
3586 |
+.navbar-form .input-append input, |
|
3587 |
+.navbar-form .input-prepend input { |
|
3588 |
+ margin-top: 0; |
|
3589 |
+} |
|
3590 |
+.navbar-search { |
|
3591 |
+ position: relative; |
|
3592 |
+ float: left; |
|
3593 |
+ margin-top: 5px; |
|
3594 |
+ margin-bottom: 0; |
|
3595 |
+} |
|
3596 |
+.navbar-search .search-query { |
|
3597 |
+ margin-bottom: 0; |
|
3598 |
+ padding: 4px 14px; |
|
3599 |
+ font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
3600 |
+ font-size: 13px; |
|
3601 |
+ font-weight: normal; |
|
3602 |
+ line-height: 1; |
|
3603 |
+ -webkit-border-radius: 15px; |
|
3604 |
+ -moz-border-radius: 15px; |
|
3605 |
+ border-radius: 15px; |
|
3606 |
+} |
|
3607 |
+.navbar-static-top { |
|
3608 |
+ position: static; |
|
3609 |
+ width: 100%; |
|
3610 |
+ margin-bottom: 0; |
|
3611 |
+} |
|
3612 |
+.navbar-static-top .navbar-inner { |
|
3613 |
+ -webkit-border-radius: 0; |
|
3614 |
+ -moz-border-radius: 0; |
|
3615 |
+ border-radius: 0; |
|
3616 |
+} |
|
3617 |
+.navbar-fixed-top, |
|
3618 |
+.navbar-fixed-bottom { |
|
3619 |
+ position: fixed; |
|
3620 |
+ right: 0; |
|
3621 |
+ left: 0; |
|
3622 |
+ z-index: 1030; |
|
3623 |
+ margin-bottom: 0; |
|
3624 |
+} |
|
3625 |
+.navbar-fixed-top .navbar-inner, |
|
3626 |
+.navbar-static-top .navbar-inner { |
|
3627 |
+ border-width: 0 0 1px; |
|
3628 |
+} |
|
3629 |
+.navbar-fixed-bottom .navbar-inner { |
|
3630 |
+ border-width: 1px 0 0; |
|
3631 |
+} |
|
3632 |
+.navbar-fixed-top .navbar-inner, |
|
3633 |
+.navbar-fixed-bottom .navbar-inner { |
|
3634 |
+ padding-left: 0; |
|
3635 |
+ padding-right: 0; |
|
3636 |
+ -webkit-border-radius: 0; |
|
3637 |
+ -moz-border-radius: 0; |
|
3638 |
+ border-radius: 0; |
|
3639 |
+} |
|
3640 |
+.navbar-static-top .container, |
|
3641 |
+.navbar-fixed-top .container, |
|
3642 |
+.navbar-fixed-bottom .container { |
|
3643 |
+ width: 940px; |
|
3644 |
+} |
|
3645 |
+.navbar-fixed-top { |
|
3646 |
+ top: 0; |
|
3647 |
+} |
|
3648 |
+.navbar-fixed-top .navbar-inner, |
|
3649 |
+.navbar-static-top .navbar-inner { |
|
3650 |
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1); |
|
3651 |
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1); |
|
3652 |
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1); |
|
3653 |
+} |
|
3654 |
+.navbar-fixed-bottom { |
|
3655 |
+ bottom: 0; |
|
3656 |
+} |
|
3657 |
+.navbar-fixed-bottom .navbar-inner { |
|
3658 |
+ -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1); |
|
3659 |
+ -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1); |
|
3660 |
+ box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1); |
|
3661 |
+} |
|
3662 |
+.navbar .nav { |
|
3663 |
+ position: relative; |
|
3664 |
+ left: 0; |
|
3665 |
+ display: block; |
|
3666 |
+ float: left; |
|
3667 |
+ margin: 0 10px 0 0; |
|
3668 |
+} |
|
3669 |
+.navbar .nav.pull-right { |
|
3670 |
+ float: right; |
|
3671 |
+ margin-right: 0; |
|
3672 |
+} |
|
3673 |
+.navbar .nav > li { |
|
3674 |
+ float: left; |
|
3675 |
+} |
|
3676 |
+.navbar .nav > li > a { |
|
3677 |
+ float: none; |
|
3678 |
+ padding: 9.5px 15px 9.5px; |
|
3679 |
+ color: #2d2d2d; |
|
3680 |
+ text-decoration: none; |
|
3681 |
+ text-shadow: 0 1px 0 #eeeeee; |
|
3682 |
+} |
|
3683 |
+.navbar .nav .dropdown-toggle .caret { |
|
3684 |
+ margin-top: 8px; |
|
3685 |
+} |
|
3686 |
+.navbar .nav > li > a:focus, |
|
3687 |
+.navbar .nav > li > a:hover { |
|
3688 |
+ background-color: transparent; |
|
3689 |
+ color: #558bc4; |
|
3690 |
+ text-decoration: none; |
|
3691 |
+} |
|
3692 |
+.navbar .nav > .active > a, |
|
3693 |
+.navbar .nav > .active > a:hover, |
|
3694 |
+.navbar .nav > .active > a:focus { |
|
3695 |
+ color: #2d2d2d; |
|
3696 |
+ text-decoration: none; |
|
3697 |
+ background-color: transparent; |
|
3698 |
+ -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); |
|
3699 |
+ -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); |
|
3700 |
+ box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); |
|
3701 |
+} |
|
3702 |
+.navbar .btn-navbar { |
|
3703 |
+ display: none; |
|
3704 |
+ float: right; |
|
3705 |
+ padding: 7px 10px; |
|
3706 |
+ margin-left: 5px; |
|
3707 |
+ margin-right: 5px; |
|
3708 |
+ color: #ffffff; |
|
3709 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
3710 |
+ background-color: #cdcdcd; |
|
3711 |
+ background-image: -moz-linear-gradient(top, #e1e1e1, #aeaeae); |
|
3712 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e1e1), to(#aeaeae)); |
|
3713 |
+ background-image: -webkit-linear-gradient(top, #e1e1e1, #aeaeae); |
|
3714 |
+ background-image: -o-linear-gradient(top, #e1e1e1, #aeaeae); |
|
3715 |
+ background-image: linear-gradient(to bottom, #e1e1e1, #aeaeae); |
|
3716 |
+ background-repeat: repeat-x; |
|
3717 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffaeaeae', GradientType=0); |
|
3718 |
+ border-color: #aeaeae #aeaeae #888888; |
|
3719 |
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3720 |
+ *background-color: #aeaeae; |
|
3721 |
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
3722 |
+ |
|
3723 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
3724 |
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
|
3725 |
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
|
3726 |
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
|
3727 |
+} |
|
3728 |
+.navbar .btn-navbar:hover, |
|
3729 |
+.navbar .btn-navbar:active, |
|
3730 |
+.navbar .btn-navbar.active, |
|
3731 |
+.navbar .btn-navbar.disabled, |
|
3732 |
+.navbar .btn-navbar[disabled] { |
|
3733 |
+ color: #ffffff; |
|
3734 |
+ background-color: #aeaeae; |
|
3735 |
+ *background-color: #a1a1a1; |
|
3736 |
+} |
|
3737 |
+.navbar .btn-navbar:active, |
|
3738 |
+.navbar .btn-navbar.active { |
|
3739 |
+ background-color: #959595 \9; |
|
3740 |
+} |
|
3741 |
+.navbar .btn-navbar .icon-bar { |
|
3742 |
+ display: block; |
|
3743 |
+ width: 18px; |
|
3744 |
+ height: 2px; |
|
3745 |
+ background-color: #f5f5f5; |
|
3746 |
+ -webkit-border-radius: 1px; |
|
3747 |
+ -moz-border-radius: 1px; |
|
3748 |
+ border-radius: 1px; |
|
3749 |
+ -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
|
3750 |
+ -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
|
3751 |
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
|
3752 |
+} |
|
3753 |
+.btn-navbar .icon-bar + .icon-bar { |
|
3754 |
+ margin-top: 3px; |
|
3755 |
+} |
|
3756 |
+.navbar .nav > li > .dropdown-menu:before { |
|
3757 |
+ content: ''; |
|
3758 |
+ display: inline-block; |
|
3759 |
+ border-left: 7px solid transparent; |
|
3760 |
+ border-right: 7px solid transparent; |
|
3761 |
+ border-bottom: 7px solid #ccc; |
|
3762 |
+ border-bottom-color: rgba(0, 0, 0, 0.2); |
|
3763 |
+ position: absolute; |
|
3764 |
+ top: -7px; |
|
3765 |
+ left: 9px; |
|
3766 |
+} |
|
3767 |
+.navbar .nav > li > .dropdown-menu:after { |
|
3768 |
+ content: ''; |
|
3769 |
+ display: inline-block; |
|
3770 |
+ border-left: 6px solid transparent; |
|
3771 |
+ border-right: 6px solid transparent; |
|
3772 |
+ border-bottom: 6px solid #ffffff; |
|
3773 |
+ position: absolute; |
|
3774 |
+ top: -6px; |
|
3775 |
+ left: 10px; |
|
3776 |
+} |
|
3777 |
+.navbar-fixed-bottom .nav > li > .dropdown-menu:before { |
|
3778 |
+ border-top: 7px solid #ccc; |
|
3779 |
+ border-top-color: rgba(0, 0, 0, 0.2); |
|
3780 |
+ border-bottom: 0; |
|
3781 |
+ bottom: -7px; |
|
3782 |
+ top: auto; |
|
3783 |
+} |
|
3784 |
+.navbar-fixed-bottom .nav > li > .dropdown-menu:after { |
|
3785 |
+ border-top: 6px solid #ffffff; |
|
3786 |
+ border-bottom: 0; |
|
3787 |
+ bottom: -6px; |
|
3788 |
+ top: auto; |
|
3789 |
+} |
|
3790 |
+.navbar .nav li.dropdown.open > .dropdown-toggle, |
|
3791 |
+.navbar .nav li.dropdown.active > .dropdown-toggle, |
|
3792 |
+.navbar .nav li.dropdown.open.active > .dropdown-toggle { |
|
3793 |
+ background-color: transparent; |
|
3794 |
+ color: #2d2d2d; |
|
3795 |
+} |
|
3796 |
+.navbar .nav li.dropdown > .dropdown-toggle .caret { |
|
3797 |
+ border-top-color: #2d2d2d; |
|
3798 |
+ border-bottom-color: #2d2d2d; |
|
3799 |
+} |
|
3800 |
+.navbar .nav li.dropdown.open > .dropdown-toggle .caret, |
|
3801 |
+.navbar .nav li.dropdown.active > .dropdown-toggle .caret, |
|
3802 |
+.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { |
|
3803 |
+ border-top-color: #2d2d2d; |
|
3804 |
+ border-bottom-color: #2d2d2d; |
|
3805 |
+} |
|
3806 |
+.navbar .pull-right > li > .dropdown-menu, |
|
3807 |
+.navbar .nav > li > .dropdown-menu.pull-right { |
|
3808 |
+ left: auto; |
|
3809 |
+ right: 0; |
|
3810 |
+} |
|
3811 |
+.navbar .pull-right > li > .dropdown-menu:before, |
|
3812 |
+.navbar .nav > li > .dropdown-menu.pull-right:before { |
|
3813 |
+ left: auto; |
|
3814 |
+ right: 12px; |
|
3815 |
+} |
|
3816 |
+.navbar .pull-right > li > .dropdown-menu:after, |
|
3817 |
+.navbar .nav > li > .dropdown-menu.pull-right:after { |
|
3818 |
+ left: auto; |
|
3819 |
+ right: 13px; |
|
3820 |
+} |
|
3821 |
+.navbar .pull-right > li > .dropdown-menu .dropdown-menu, |
|
3822 |
+.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { |
|
3823 |
+ left: auto; |
|
3824 |
+ right: 100%; |
|
3825 |
+ margin-left: 0; |
|
3826 |
+ margin-right: -1px; |
|
3827 |
+ -webkit-border-radius: 6px 0 6px 6px; |
|
3828 |
+ -moz-border-radius: 6px 0 6px 6px; |
|
3829 |
+ border-radius: 6px 0 6px 6px; |
|
3830 |
+} |
|
3831 |
+.navbar-inverse { |
|
3832 |
+ color: #eeeeee; |
|
3833 |
+} |
|
3834 |
+.navbar-inverse .navbar-inner { |
|
3835 |
+ background-color: #949aa2; |
|
3836 |
+ background-image: -moz-linear-gradient(top, #afb3ba, #6c737e); |
|
3837 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#afb3ba), to(#6c737e)); |
|
3838 |
+ background-image: -webkit-linear-gradient(top, #afb3ba, #6c737e); |
|
3839 |
+ background-image: -o-linear-gradient(top, #afb3ba, #6c737e); |
|
3840 |
+ background-image: linear-gradient(to bottom, #afb3ba, #6c737e); |
|
3841 |
+ background-repeat: repeat-x; |
|
3842 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffafb3ba', endColorstr='#ff6c737e', GradientType=0); |
|
3843 |
+ border-color: #606670; |
|
3844 |
+} |
|
3845 |
+.navbar-inverse .brand, |
|
3846 |
+.navbar-inverse .nav > li > a { |
|
3847 |
+ color: #eeeeee; |
|
3848 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
3849 |
+} |
|
3850 |
+.navbar-inverse .brand:hover, |
|
3851 |
+.navbar-inverse .nav > li > a:hover { |
|
3852 |
+ color: #ffffff; |
|
3853 |
+} |
|
3854 |
+.navbar-inverse .nav > li > a:focus, |
|
3855 |
+.navbar-inverse .nav > li > a:hover { |
|
3856 |
+ background-color: transparent; |
|
3857 |
+ color: #ffffff; |
|
3858 |
+} |
|
3859 |
+.navbar-inverse .nav .active > a, |
|
3860 |
+.navbar-inverse .nav .active > a:hover, |
|
3861 |
+.navbar-inverse .nav .active > a:focus { |
|
3862 |
+ color: #ffffff; |
|
3863 |
+ background-color: #6c737e; |
|
3864 |
+} |
|
3865 |
+.navbar-inverse .navbar-link { |
|
3866 |
+ color: #eeeeee; |
|
3867 |
+} |
|
3868 |
+.navbar-inverse .navbar-link:hover { |
|
3869 |
+ color: #ffffff; |
|
3870 |
+} |
|
3871 |
+.navbar-inverse .divider-vertical { |
|
3872 |
+ border-left-color: #6c737e; |
|
3873 |
+ border-right-color: #afb3ba; |
|
3874 |
+} |
|
3875 |
+.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, |
|
3876 |
+.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, |
|
3877 |
+.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { |
|
3878 |
+ background-color: #6c737e; |
|
3879 |
+ color: #ffffff; |
|
3880 |
+} |
|
3881 |
+.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { |
|
3882 |
+ border-top-color: #eeeeee; |
|
3883 |
+ border-bottom-color: #eeeeee; |
|
3884 |
+} |
|
3885 |
+.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, |
|
3886 |
+.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, |
|
3887 |
+.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { |
|
3888 |
+ border-top-color: #ffffff; |
|
3889 |
+ border-bottom-color: #ffffff; |
|
3890 |
+} |
|
3891 |
+.navbar-inverse .navbar-search .search-query { |
|
3892 |
+ color: #ffffff; |
|
3893 |
+ background-color: #afb3ba; |
|
3894 |
+ border-color: #6c737e; |
|
3895 |
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); |
|
3896 |
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); |
|
3897 |
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); |
|
3898 |
+ -webkit-transition: none; |
|
3899 |
+ -moz-transition: none; |
|
3900 |
+ -o-transition: none; |
|
3901 |
+ transition: none; |
|
3902 |
+} |
|
3903 |
+.navbar-inverse .navbar-search .search-query:-moz-placeholder { |
|
3904 |
+ color: #eeeeee; |
|
3905 |
+} |
|
3906 |
+.navbar-inverse .navbar-search .search-query:-ms-input-placeholder { |
|
3907 |
+ color: #eeeeee; |
|
3908 |
+} |
|
3909 |
+.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { |
|
3910 |
+ color: #eeeeee; |
|
3911 |
+} |
|
3912 |
+.navbar-inverse .navbar-search .search-query:focus, |
|
3913 |
+.navbar-inverse .navbar-search .search-query.focused { |
|
3914 |
+ padding: 5px 15px; |
|
3915 |
+ color: #333333; |
|
3916 |
+ text-shadow: 0 1px 0 #ffffff; |
|
3917 |
+ background-color: #ffffff; |
|
3918 |
+ border: 0; |
|
3919 |
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
|
3920 |
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
|
3921 |
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
|
3922 |
+ outline: 0; |
|
3923 |
+} |
|
3924 |
+.navbar-inverse .btn-navbar { |
|
3925 |
+ color: #ffffff; |
|
3926 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
3927 |
+ background-color: #878d96; |
|
3928 |
+ background-image: -moz-linear-gradient(top, #a1a7af, #606670); |
|
3929 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a1a7af), to(#606670)); |
|
3930 |
+ background-image: -webkit-linear-gradient(top, #a1a7af, #606670); |
|
3931 |
+ background-image: -o-linear-gradient(top, #a1a7af, #606670); |
|
3932 |
+ background-image: linear-gradient(to bottom, #a1a7af, #606670); |
|
3933 |
+ background-repeat: repeat-x; |
|
3934 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1a7af', endColorstr='#ff606670', GradientType=0); |
|
3935 |
+ border-color: #606670 #606670 #3d4147; |
|
3936 |
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3937 |
+ *background-color: #606670; |
|
3938 |
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
3939 |
+ |
|
3940 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
3941 |
+} |
|
3942 |
+.navbar-inverse .btn-navbar:hover, |
|
3943 |
+.navbar-inverse .btn-navbar:active, |
|
3944 |
+.navbar-inverse .btn-navbar.active, |
|
3945 |
+.navbar-inverse .btn-navbar.disabled, |
|
3946 |
+.navbar-inverse .btn-navbar[disabled] { |
|
3947 |
+ color: #ffffff; |
|
3948 |
+ background-color: #606670; |
|
3949 |
+ *background-color: #545a63; |
|
3950 |
+} |
|
3951 |
+.navbar-inverse .btn-navbar:active, |
|
3952 |
+.navbar-inverse .btn-navbar.active { |
|
3953 |
+ background-color: #494d55 \9; |
|
3954 |
+} |
|
3955 |
+.breadcrumb { |
|
3956 |
+ padding: 8px 15px; |
|
3957 |
+ margin: 0 0 21px; |
|
3958 |
+ list-style: none; |
|
3959 |
+ background-color: #f5f5f5; |
|
3960 |
+ -webkit-border-radius: 4px; |
|
3961 |
+ -moz-border-radius: 4px; |
|
3962 |
+ border-radius: 4px; |
|
3963 |
+} |
|
3964 |
+.breadcrumb li { |
|
3965 |
+ display: inline-block; |
|
3966 |
+ *display: inline; |
|
3967 |
+ /* IE7 inline-block hack */ |
|
3968 |
+ |
|
3969 |
+ *zoom: 1; |
|
3970 |
+ text-shadow: 0 1px 0 #ffffff; |
|
3971 |
+} |
|
3972 |
+.breadcrumb .divider { |
|
3973 |
+ padding: 0 5px; |
|
3974 |
+ color: #ccc; |
|
3975 |
+} |
|
3976 |
+.breadcrumb .active { |
|
3977 |
+ color: #bbbbbb; |
|
3978 |
+} |
|
3979 |
+.pagination { |
|
3980 |
+ height: 42px; |
|
3981 |
+ margin: 21px 0; |
|
3982 |
+} |
|
3983 |
+.pagination ul { |
|
3984 |
+ display: inline-block; |
|
3985 |
+ *display: inline; |
|
3986 |
+ /* IE7 inline-block hack */ |
|
3987 |
+ |
|
3988 |
+ *zoom: 1; |
|
3989 |
+ margin-left: 0; |
|
3990 |
+ margin-bottom: 0; |
|
3991 |
+ -webkit-border-radius: 3px; |
|
3992 |
+ -moz-border-radius: 3px; |
|
3993 |
+ border-radius: 3px; |
|
3994 |
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); |
|
3995 |
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); |
|
3996 |
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); |
|
3997 |
+} |
|
3998 |
+.pagination ul > li { |
|
3999 |
+ display: inline; |
|
4000 |
+} |
|
4001 |
+.pagination ul > li > a, |
|
4002 |
+.pagination ul > li > span { |
|
4003 |
+ float: left; |
|
4004 |
+ padding: 0 14px; |
|
4005 |
+ line-height: 40px; |
|
4006 |
+ text-decoration: none; |
|
4007 |
+ background-color: #ffffff; |
|
4008 |
+ border: 1px solid #dddddd; |
|
4009 |
+ border-left-width: 0; |
|
4010 |
+} |
|
4011 |
+.pagination ul > li > a:hover, |
|
4012 |
+.pagination ul > .active > a, |
|
4013 |
+.pagination ul > .active > span { |
|
4014 |
+ background-color: #f5f5f5; |
|
4015 |
+} |
|
4016 |
+.pagination ul > .active > a, |
|
4017 |
+.pagination ul > .active > span { |
|
4018 |
+ color: #bbbbbb; |
|
4019 |
+ cursor: default; |
|
4020 |
+} |
|
4021 |
+.pagination ul > .disabled > span, |
|
4022 |
+.pagination ul > .disabled > a, |
|
4023 |
+.pagination ul > .disabled > a:hover { |
|
4024 |
+ color: #bbbbbb; |
|
4025 |
+ background-color: transparent; |
|
4026 |
+ cursor: default; |
|
4027 |
+} |
|
4028 |
+.pagination ul > li:first-child > a, |
|
4029 |
+.pagination ul > li:first-child > span { |
|
4030 |
+ border-left-width: 1px; |
|
4031 |
+ -webkit-border-radius: 3px 0 0 3px; |
|
4032 |
+ -moz-border-radius: 3px 0 0 3px; |
|
4033 |
+ border-radius: 3px 0 0 3px; |
|
4034 |
+} |
|
4035 |
+.pagination ul > li:last-child > a, |
|
4036 |
+.pagination ul > li:last-child > span { |
|
4037 |
+ -webkit-border-radius: 0 3px 3px 0; |
|
4038 |
+ -moz-border-radius: 0 3px 3px 0; |
|
4039 |
+ border-radius: 0 3px 3px 0; |
|
4040 |
+} |
|
4041 |
+.pagination-centered { |
|
4042 |
+ text-align: center; |
|
4043 |
+} |
|
4044 |
+.pagination-right { |
|
4045 |
+ text-align: right; |
|
4046 |
+} |
|
4047 |
+.pager { |
|
4048 |
+ margin: 21px 0; |
|
4049 |
+ list-style: none; |
|
4050 |
+ text-align: center; |
|
4051 |
+ *zoom: 1; |
|
4052 |
+} |
|
4053 |
+.pager:before, |
|
4054 |
+.pager:after { |
|
4055 |
+ display: table; |
|
4056 |
+ content: ""; |
|
4057 |
+ line-height: 0; |
|
4058 |
+} |
|
4059 |
+.pager:after { |
|
4060 |
+ clear: both; |
|
4061 |
+} |
|
4062 |
+.pager li { |
|
4063 |
+ display: inline; |
|
4064 |
+} |
|
4065 |
+.pager a, |
|
4066 |
+.pager span { |
|
4067 |
+ display: inline-block; |
|
4068 |
+ padding: 5px 14px; |
|
4069 |
+ background-color: #fff; |
|
4070 |
+ border: 1px solid #ddd; |
|
4071 |
+ -webkit-border-radius: 15px; |
|
4072 |
+ -moz-border-radius: 15px; |
|
4073 |
+ border-radius: 15px; |
|
4074 |
+} |
|
4075 |
+.pager a:hover { |
|
4076 |
+ text-decoration: none; |
|
4077 |
+ background-color: #f5f5f5; |
|
4078 |
+} |
|
4079 |
+.pager .next a, |
|
4080 |
+.pager .next span { |
|
4081 |
+ float: right; |
|
4082 |
+} |
|
4083 |
+.pager .previous a { |
|
4084 |
+ float: left; |
|
4085 |
+} |
|
4086 |
+.pager .disabled a, |
|
4087 |
+.pager .disabled a:hover, |
|
4088 |
+.pager .disabled span { |
|
4089 |
+ color: #bbbbbb; |
|
4090 |
+ background-color: #fff; |
|
4091 |
+ cursor: default; |
|
4092 |
+} |
|
4093 |
+.modal-open .modal .dropdown-menu { |
|
4094 |
+ z-index: 2050; |
|
4095 |
+} |
|
4096 |
+.modal-open .modal .dropdown.open { |
|
4097 |
+ *z-index: 2050; |
|
4098 |
+} |
|
4099 |
+.modal-open .modal .popover { |
|
4100 |
+ z-index: 2060; |
|
4101 |
+} |
|
4102 |
+.modal-open .modal .tooltip { |
|
4103 |
+ z-index: 2080; |
|
4104 |
+} |
|
4105 |
+.modal-backdrop { |
|
4106 |
+ position: fixed; |
|
4107 |
+ top: 0; |
|
4108 |
+ right: 0; |
|
4109 |
+ bottom: 0; |
|
4110 |
+ left: 0; |
|
4111 |
+ z-index: 1040; |
|
4112 |
+ background-color: #000000; |
|
4113 |
+} |
|
4114 |
+.modal-backdrop.fade { |
|
4115 |
+ opacity: 0; |
|
4116 |
+} |
|
4117 |
+.modal-backdrop, |
|
4118 |
+.modal-backdrop.fade.in { |
|
4119 |
+ opacity: 0.8; |
|
4120 |
+ filter: alpha(opacity=80); |
|
4121 |
+} |
|
4122 |
+.modal { |
|
4123 |
+ position: fixed; |
|
4124 |
+ top: 50%; |
|
4125 |
+ left: 50%; |
|
4126 |
+ z-index: 1050; |
|
4127 |
+ overflow: auto; |
|
4128 |
+ width: 560px; |
|
4129 |
+ margin: -250px 0 0 -280px; |
|
4130 |
+ background-color: #ffffff; |
|
4131 |
+ border: 1px solid #999; |
|
4132 |
+ border: 1px solid rgba(0, 0, 0, 0.3); |
|
4133 |
+ *border: 1px solid #999; |
|
4134 |
+ /* IE6-7 */ |
|
4135 |
+ |
|
4136 |
+ -webkit-border-radius: 6px; |
|
4137 |
+ -moz-border-radius: 6px; |
|
4138 |
+ border-radius: 6px; |
|
4139 |
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
|
4140 |
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
|
4141 |
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
|
4142 |
+ -webkit-background-clip: padding-box; |
|
4143 |
+ -moz-background-clip: padding-box; |
|
4144 |
+ background-clip: padding-box; |
|
4145 |
+} |
|
4146 |
+.modal.fade { |
|
4147 |
+ -webkit-transition: opacity .3s linear, top .3s ease-out; |
|
4148 |
+ -moz-transition: opacity .3s linear, top .3s ease-out; |
|
4149 |
+ -o-transition: opacity .3s linear, top .3s ease-out; |
|
4150 |
+ transition: opacity .3s linear, top .3s ease-out; |
|
4151 |
+ top: -25%; |
|
4152 |
+} |
|
4153 |
+.modal.fade.in { |
|
4154 |
+ top: 50%; |
|
4155 |
+} |
|
4156 |
+.modal-header { |
|
4157 |
+ padding: 9px 15px; |
|
4158 |
+ border-bottom: 1px solid #eee; |
|
4159 |
+} |
|
4160 |
+.modal-header .close { |
|
4161 |
+ margin-top: 2px; |
|
4162 |
+} |
|
4163 |
+.modal-header h3 { |
|
4164 |
+ margin: 0; |
|
4165 |
+ line-height: 30px; |
|
4166 |
+} |
|
4167 |
+.modal-body { |
|
4168 |
+ overflow-y: auto; |
|
4169 |
+ max-height: 400px; |
|
4170 |
+ padding: 15px; |
|
4171 |
+} |
|
4172 |
+.modal-form { |
|
4173 |
+ margin-bottom: 0; |
|
4174 |
+} |
|
4175 |
+.modal-footer { |
|
4176 |
+ padding: 14px 15px 15px; |
|
4177 |
+ margin-bottom: 0; |
|
4178 |
+ text-align: right; |
|
4179 |
+ background-color: #f5f5f5; |
|
4180 |
+ border-top: 1px solid #ddd; |
|
4181 |
+ -webkit-border-radius: 0 0 6px 6px; |
|
4182 |
+ -moz-border-radius: 0 0 6px 6px; |
|
4183 |
+ border-radius: 0 0 6px 6px; |
|
4184 |
+ -webkit-box-shadow: inset 0 1px 0 #ffffff; |
|
4185 |
+ -moz-box-shadow: inset 0 1px 0 #ffffff; |
|
4186 |
+ box-shadow: inset 0 1px 0 #ffffff; |
|
4187 |
+ *zoom: 1; |
|
4188 |
+} |
|
4189 |
+.modal-footer:before, |
|
4190 |
+.modal-footer:after { |
|
4191 |
+ display: table; |
|
4192 |
+ content: ""; |
|
4193 |
+ line-height: 0; |
|
4194 |
+} |
|
4195 |
+.modal-footer:after { |
|
4196 |
+ clear: both; |
|
4197 |
+} |
|
4198 |
+.modal-footer .btn + .btn { |
|
4199 |
+ margin-left: 5px; |
|
4200 |
+ margin-bottom: 0; |
|
4201 |
+} |
|
4202 |
+.modal-footer .btn-group .btn + .btn { |
|
4203 |
+ margin-left: -1px; |
|
4204 |
+} |
|
4205 |
+.tooltip { |
|
4206 |
+ position: absolute; |
|
4207 |
+ z-index: 1030; |
|
4208 |
+ display: block; |
|
4209 |
+ visibility: visible; |
|
4210 |
+ padding: 5px; |
|
4211 |
+ font-size: 11px; |
|
4212 |
+ opacity: 0; |
|
4213 |
+ filter: alpha(opacity=0); |
|
4214 |
+} |
|
4215 |
+.tooltip.in { |
|
4216 |
+ opacity: 0.8; |
|
4217 |
+ filter: alpha(opacity=80); |
|
4218 |
+} |
|
4219 |
+.tooltip.top { |
|
4220 |
+ margin-top: -3px; |
|
4221 |
+} |
|
4222 |
+.tooltip.right { |
|
4223 |
+ margin-left: 3px; |
|
4224 |
+} |
|
4225 |
+.tooltip.bottom { |
|
4226 |
+ margin-top: 3px; |
|
4227 |
+} |
|
4228 |
+.tooltip.left { |
|
4229 |
+ margin-left: -3px; |
|
4230 |
+} |
|
4231 |
+.tooltip-inner { |
|
4232 |
+ max-width: 200px; |
|
4233 |
+ padding: 3px 8px; |
|
4234 |
+ color: #ffffff; |
|
4235 |
+ text-align: center; |
|
4236 |
+ text-decoration: none; |
|
4237 |
+ background-color: #000000; |
|
4238 |
+ -webkit-border-radius: 4px; |
|
4239 |
+ -moz-border-radius: 4px; |
|
4240 |
+ border-radius: 4px; |
|
4241 |
+} |
|
4242 |
+.tooltip-arrow { |
|
4243 |
+ position: absolute; |
|
4244 |
+ width: 0; |
|
4245 |
+ height: 0; |
|
4246 |
+ border-color: transparent; |
|
4247 |
+ border-style: solid; |
|
4248 |
+} |
|
4249 |
+.tooltip.top .tooltip-arrow { |
|
4250 |
+ bottom: 0; |
|
4251 |
+ left: 50%; |
|
4252 |
+ margin-left: -5px; |
|
4253 |
+ border-width: 5px 5px 0; |
|
4254 |
+ border-top-color: #000000; |
|
4255 |
+} |
|
4256 |
+.tooltip.right .tooltip-arrow { |
|
4257 |
+ top: 50%; |
|
4258 |
+ left: 0; |
|
4259 |
+ margin-top: -5px; |
|
4260 |
+ border-width: 5px 5px 5px 0; |
|
4261 |
+ border-right-color: #000000; |
|
4262 |
+} |
|
4263 |
+.tooltip.left .tooltip-arrow { |
|
4264 |
+ top: 50%; |
|
4265 |
+ right: 0; |
|
4266 |
+ margin-top: -5px; |
|
4267 |
+ border-width: 5px 0 5px 5px; |
|
4268 |
+ border-left-color: #000000; |
|
4269 |
+} |
|
4270 |
+.tooltip.bottom .tooltip-arrow { |
|
4271 |
+ top: 0; |
|
4272 |
+ left: 50%; |
|
4273 |
+ margin-left: -5px; |
|
4274 |
+ border-width: 0 5px 5px; |
|
4275 |
+ border-bottom-color: #000000; |
|
4276 |
+} |
|
4277 |
+.popover { |
|
4278 |
+ position: absolute; |
|
4279 |
+ top: 0; |
|
4280 |
+ left: 0; |
|
4281 |
+ z-index: 1010; |
|
4282 |
+ display: none; |
|
4283 |
+ width: 236px; |
|
4284 |
+ padding: 1px; |
|
4285 |
+ background-color: #ffffff; |
|
4286 |
+ -webkit-background-clip: padding-box; |
|
4287 |
+ -moz-background-clip: padding; |
|
4288 |
+ background-clip: padding-box; |
|
4289 |
+ border: 1px solid #ccc; |
|
4290 |
+ border: 1px solid rgba(0, 0, 0, 0.2); |
|
4291 |
+ -webkit-border-radius: 6px; |
|
4292 |
+ -moz-border-radius: 6px; |
|
4293 |
+ border-radius: 6px; |
|
4294 |
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
|
4295 |
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
|
4296 |
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
|
4297 |
+} |
|
4298 |
+.popover.top { |
|
4299 |
+ margin-bottom: 10px; |
|
4300 |
+} |
|
4301 |
+.popover.right { |
|
4302 |
+ margin-left: 10px; |
|
4303 |
+} |
|
4304 |
+.popover.bottom { |
|
4305 |
+ margin-top: 10px; |
|
4306 |
+} |
|
4307 |
+.popover.left { |
|
4308 |
+ margin-right: 10px; |
|
4309 |
+} |
|
4310 |
+.popover-title { |
|
4311 |
+ margin: 0; |
|
4312 |
+ padding: 8px 14px; |
|
4313 |
+ font-size: 14px; |
|
4314 |
+ font-weight: normal; |
|
4315 |
+ line-height: 18px; |
|
4316 |
+ background-color: #f7f7f7; |
|
4317 |
+ border-bottom: 1px solid #ebebeb; |
|
4318 |
+ -webkit-border-radius: 5px 5px 0 0; |
|
4319 |
+ -moz-border-radius: 5px 5px 0 0; |
|
4320 |
+ border-radius: 5px 5px 0 0; |
|
4321 |
+} |
|
4322 |
+.popover-content { |
|
4323 |
+ padding: 9px 14px; |
|
4324 |
+} |
|
4325 |
+.popover-content p, |
|
4326 |
+.popover-content ul, |
|
4327 |
+.popover-content ol { |
|
4328 |
+ margin-bottom: 0; |
|
4329 |
+} |
|
4330 |
+.popover .arrow, |
|
4331 |
+.popover .arrow:after { |
|
4332 |
+ position: absolute; |
|
4333 |
+ display: inline-block; |
|
4334 |
+ width: 0; |
|
4335 |
+ height: 0; |
|
4336 |
+ border-color: transparent; |
|
4337 |
+ border-style: solid; |
|
4338 |
+} |
|
4339 |
+.popover .arrow:after { |
|
4340 |
+ content: ""; |
|
4341 |
+ z-index: -1; |
|
4342 |
+} |
|
4343 |
+.popover.top .arrow { |
|
4344 |
+ bottom: -10px; |
|
4345 |
+ left: 50%; |
|
4346 |
+ margin-left: -10px; |
|
4347 |
+ border-width: 10px 10px 0; |
|
4348 |
+ border-top-color: #ffffff; |
|
4349 |
+} |
|
4350 |
+.popover.top .arrow:after { |
|
4351 |
+ border-width: 11px 11px 0; |
|
4352 |
+ border-top-color: rgba(0, 0, 0, 0.25); |
|
4353 |
+ bottom: -1px; |
|
4354 |
+ left: -11px; |
|
4355 |
+} |
|
4356 |
+.popover.right .arrow { |
|
4357 |
+ top: 50%; |
|
4358 |
+ left: -10px; |
|
4359 |
+ margin-top: -10px; |
|
4360 |
+ border-width: 10px 10px 10px 0; |
|
4361 |
+ border-right-color: #ffffff; |
|
4362 |
+} |
|
4363 |
+.popover.right .arrow:after { |
|
4364 |
+ border-width: 11px 11px 11px 0; |
|
4365 |
+ border-right-color: rgba(0, 0, 0, 0.25); |
|
4366 |
+ bottom: -11px; |
|
4367 |
+ left: -1px; |
|
4368 |
+} |
|
4369 |
+.popover.bottom .arrow { |
|
4370 |
+ top: -10px; |
|
4371 |
+ left: 50%; |
|
4372 |
+ margin-left: -10px; |
|
4373 |
+ border-width: 0 10px 10px; |
|
4374 |
+ border-bottom-color: #ffffff; |
|
4375 |
+} |
|
4376 |
+.popover.bottom .arrow:after { |
|
4377 |
+ border-width: 0 11px 11px; |
|
4378 |
+ border-bottom-color: rgba(0, 0, 0, 0.25); |
|
4379 |
+ top: -1px; |
|
4380 |
+ left: -11px; |
|
4381 |
+} |
|
4382 |
+.popover.left .arrow { |
|
4383 |
+ top: 50%; |
|
4384 |
+ right: -10px; |
|
4385 |
+ margin-top: -10px; |
|
4386 |
+ border-width: 10px 0 10px 10px; |
|
4387 |
+ border-left-color: #ffffff; |
|
4388 |
+} |
|
4389 |
+.popover.left .arrow:after { |
|
4390 |
+ border-width: 11px 0 11px 11px; |
|
4391 |
+ border-left-color: rgba(0, 0, 0, 0.25); |
|
4392 |
+ bottom: -11px; |
|
4393 |
+ right: -1px; |
|
4394 |
+} |
|
4395 |
+.thumbnails { |
|
4396 |
+ margin-left: -20px; |
|
4397 |
+ list-style: none; |
|
4398 |
+ *zoom: 1; |
|
4399 |
+} |
|
4400 |
+.thumbnails:before, |
|
4401 |
+.thumbnails:after { |
|
4402 |
+ display: table; |
|
4403 |
+ content: ""; |
|
4404 |
+ line-height: 0; |
|
4405 |
+} |
|
4406 |
+.thumbnails:after { |
|
4407 |
+ clear: both; |
|
4408 |
+} |
|
4409 |
+.row-fluid .thumbnails { |
|
4410 |
+ margin-left: 0; |
|
4411 |
+} |
|
4412 |
+.thumbnails > li { |
|
4413 |
+ float: left; |
|
4414 |
+ margin-bottom: 21px; |
|
4415 |
+ margin-left: 20px; |
|
4416 |
+} |
|
4417 |
+.thumbnail { |
|
4418 |
+ display: block; |
|
4419 |
+ padding: 4px; |
|
4420 |
+ line-height: 21px; |
|
4421 |
+ border: 1px solid #ddd; |
|
4422 |
+ -webkit-border-radius: 4px; |
|
4423 |
+ -moz-border-radius: 4px; |
|
4424 |
+ border-radius: 4px; |
|
4425 |
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); |
|
4426 |
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); |
|
4427 |
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); |
|
4428 |
+ -webkit-transition: all 0.2s ease-in-out; |
|
4429 |
+ -moz-transition: all 0.2s ease-in-out; |
|
4430 |
+ -o-transition: all 0.2s ease-in-out; |
|
4431 |
+ transition: all 0.2s ease-in-out; |
|
4432 |
+} |
|
4433 |
+a.thumbnail:hover { |
|
4434 |
+ border-color: #558bc4; |
|
4435 |
+ -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); |
|
4436 |
+ -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); |
|
4437 |
+ box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); |
|
4438 |
+} |
|
4439 |
+.thumbnail > img { |
|
4440 |
+ display: block; |
|
4441 |
+ max-width: 100%; |
|
4442 |
+ margin-left: auto; |
|
4443 |
+ margin-right: auto; |
|
4444 |
+} |
|
4445 |
+.thumbnail .caption { |
|
4446 |
+ padding: 9px; |
|
4447 |
+ color: #777777; |
|
4448 |
+} |
|
4449 |
+.label, |
|
4450 |
+.badge { |
|
4451 |
+ font-size: 11.844px; |
|
4452 |
+ font-weight: bold; |
|
4453 |
+ line-height: 14px; |
|
4454 |
+ color: #ffffff; |
|
4455 |
+ vertical-align: baseline; |
|
4456 |
+ white-space: nowrap; |
|
4457 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
4458 |
+ background-color: #bbbbbb; |
|
4459 |
+} |
|
4460 |
+.label { |
|
4461 |
+ padding: 1px 4px 2px; |
|
4462 |
+ -webkit-border-radius: 3px; |
|
4463 |
+ -moz-border-radius: 3px; |
|
4464 |
+ border-radius: 3px; |
|
4465 |
+} |
|
4466 |
+.badge { |
|
4467 |
+ padding: 1px 9px 2px; |
|
4468 |
+ -webkit-border-radius: 9px; |
|
4469 |
+ -moz-border-radius: 9px; |
|
4470 |
+ border-radius: 9px; |
|
4471 |
+} |
|
4472 |
+a.label:hover, |
|
4473 |
+a.badge:hover { |
|
4474 |
+ color: #ffffff; |
|
4475 |
+ text-decoration: none; |
|
4476 |
+ cursor: pointer; |
|
4477 |
+} |
|
4478 |
+.label-important, |
|
4479 |
+.badge-important { |
|
4480 |
+ background-color: #ffffff; |
|
4481 |
+} |
|
4482 |
+.label-important[href], |
|
4483 |
+.badge-important[href] { |
|
4484 |
+ background-color: #e6e6e6; |
|
4485 |
+} |
|
4486 |
+.label-warning, |
|
4487 |
+.badge-warning { |
|
4488 |
+ background-color: #d47500; |
|
4489 |
+} |
|
4490 |
+.label-warning[href], |
|
4491 |
+.badge-warning[href] { |
|
4492 |
+ background-color: #a15900; |
|
4493 |
+} |
|
4494 |
+.label-success, |
|
4495 |
+.badge-success { |
|
4496 |
+ background-color: #ffffff; |
|
4497 |
+} |
|
4498 |
+.label-success[href], |
|
4499 |
+.badge-success[href] { |
|
4500 |
+ background-color: #e6e6e6; |
|
4501 |
+} |
|
4502 |
+.label-info, |
|
4503 |
+.badge-info { |
|
4504 |
+ background-color: #ffffff; |
|
4505 |
+} |
|
4506 |
+.label-info[href], |
|
4507 |
+.badge-info[href] { |
|
4508 |
+ background-color: #e6e6e6; |
|
4509 |
+} |
|
4510 |
+.label-inverse, |
|
4511 |
+.badge-inverse { |
|
4512 |
+ background-color: #333333; |
|
4513 |
+} |
|
4514 |
+.label-inverse[href], |
|
4515 |
+.badge-inverse[href] { |
|
4516 |
+ background-color: #1a1a1a; |
|
4517 |
+} |
|
4518 |
+.btn .label, |
|
4519 |
+.btn .badge { |
|
4520 |
+ position: relative; |
|
4521 |
+ top: -1px; |
|
4522 |
+} |
|
4523 |
+.btn-mini .label, |
|
4524 |
+.btn-mini .badge { |
|
4525 |
+ top: 0; |
|
4526 |
+} |
|
4527 |
+@-webkit-keyframes progress-bar-stripes { |
|
4528 |
+ from { |
|
4529 |
+ background-position: 40px 0; |
|
4530 |
+ } |
|
4531 |
+ to { |
|
4532 |
+ background-position: 0 0; |
|
4533 |
+ } |
|
4534 |
+} |
|
4535 |
+@-moz-keyframes progress-bar-stripes { |
|
4536 |
+ from { |
|
4537 |
+ background-position: 40px 0; |
|
4538 |
+ } |
|
4539 |
+ to { |
|
4540 |
+ background-position: 0 0; |
|
4541 |
+ } |
|
4542 |
+} |
|
4543 |
+@-ms-keyframes progress-bar-stripes { |
|
4544 |
+ from { |
|
4545 |
+ background-position: 40px 0; |
|
4546 |
+ } |
|
4547 |
+ to { |
|
4548 |
+ background-position: 0 0; |
|
4549 |
+ } |
|
4550 |
+} |
|
4551 |
+@-o-keyframes progress-bar-stripes { |
|
4552 |
+ from { |
|
4553 |
+ background-position: 0 0; |
|
4554 |
+ } |
|
4555 |
+ to { |
|
4556 |
+ background-position: 40px 0; |
|
4557 |
+ } |
|
4558 |
+} |
|
4559 |
+@keyframes progress-bar-stripes { |
|
4560 |
+ from { |
|
4561 |
+ background-position: 40px 0; |
|
4562 |
+ } |
|
4563 |
+ to { |
|
4564 |
+ background-position: 0 0; |
|
4565 |
+ } |
|
4566 |
+} |
|
4567 |
+.progress { |
|
4568 |
+ overflow: hidden; |
|
4569 |
+ height: 21px; |
|
4570 |
+ margin-bottom: 21px; |
|
4571 |
+ background-color: #f7f7f7; |
|
4572 |
+ background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); |
|
4573 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); |
|
4574 |
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); |
|
4575 |
+ background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); |
|
4576 |
+ background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); |
|
4577 |
+ background-repeat: repeat-x; |
|
4578 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0); |
|
4579 |
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
|
4580 |
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
|
4581 |
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
|
4582 |
+ -webkit-border-radius: 4px; |
|
4583 |
+ -moz-border-radius: 4px; |
|
4584 |
+ border-radius: 4px; |
|
4585 |
+} |
|
4586 |
+.progress .bar { |
|
4587 |
+ width: 0%; |
|
4588 |
+ height: 100%; |
|
4589 |
+ color: #ffffff; |
|
4590 |
+ float: left; |
|
4591 |
+ font-size: 12px; |
|
4592 |
+ text-align: center; |
|
4593 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
4594 |
+ background-color: #0e90d2; |
|
4595 |
+ background-image: -moz-linear-gradient(top, #149bdf, #0480be); |
|
4596 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); |
|
4597 |
+ background-image: -webkit-linear-gradient(top, #149bdf, #0480be); |
|
4598 |
+ background-image: -o-linear-gradient(top, #149bdf, #0480be); |
|
4599 |
+ background-image: linear-gradient(to bottom, #149bdf, #0480be); |
|
4600 |
+ background-repeat: repeat-x; |
|
4601 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); |
|
4602 |
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
|
4603 |
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
|
4604 |
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
|
4605 |
+ -webkit-box-sizing: border-box; |
|
4606 |
+ -moz-box-sizing: border-box; |
|
4607 |
+ box-sizing: border-box; |
|
4608 |
+ -webkit-transition: width 0.6s ease; |
|
4609 |
+ -moz-transition: width 0.6s ease; |
|
4610 |
+ -o-transition: width 0.6s ease; |
|
4611 |
+ transition: width 0.6s ease; |
|
4612 |
+} |
|
4613 |
+.progress .bar + .bar { |
|
4614 |
+ -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
|
4615 |
+ -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
|
4616 |
+ box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
|
4617 |
+} |
|
4618 |
+.progress-striped .bar { |
|
4619 |
+ background-color: #149bdf; |
|
4620 |
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
4621 |
+ 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); |
|
4622 |
+ background-image: -moz-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); |
|
4623 |
+ 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); |
|
4624 |
+ 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); |
|
4625 |
+ -webkit-background-size: 40px 40px; |
|
4626 |
+ -moz-background-size: 40px 40px; |
|
4627 |
+ -o-background-size: 40px 40px; |
|
4628 |
+ background-size: 40px 40px; |
|
4629 |
+} |
|
4630 |
+.progress.active .bar { |
|
4631 |
+ -webkit-animation: progress-bar-stripes 2s linear infinite; |
|
4632 |
+ -moz-animation: progress-bar-stripes 2s linear infinite; |
|
4633 |
+ -ms-animation: progress-bar-stripes 2s linear infinite; |
|
4634 |
+ -o-animation: progress-bar-stripes 2s linear infinite; |
|
4635 |
+ animation: progress-bar-stripes 2s linear infinite; |
|
4636 |
+} |
|
4637 |
+.progress-danger .bar, |
|
4638 |
+.progress .bar-danger { |
|
4639 |
+ background-color: #dd514c; |
|
4640 |
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); |
|
4641 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); |
|
4642 |
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); |
|
4643 |
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); |
|
4644 |
+ background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); |
|
4645 |
+ background-repeat: repeat-x; |
|
4646 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0); |
|
4647 |
+} |
|
4648 |
+.progress-danger.progress-striped .bar, |
|
4649 |
+.progress-striped .bar-danger { |
|
4650 |
+ background-color: #ee5f5b; |
|
4651 |
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
4652 |
+ 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); |
|
4653 |
+ background-image: -moz-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); |
|
4654 |
+ 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); |
|
4655 |
+ 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); |
|
4656 |
+} |
|
4657 |
+.progress-success .bar, |
|
4658 |
+.progress .bar-success { |
|
4659 |
+ background-color: #5eb95e; |
|
4660 |
+ background-image: -moz-linear-gradient(top, #62c462, #57a957); |
|
4661 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); |
|
4662 |
+ background-image: -webkit-linear-gradient(top, #62c462, #57a957); |
|
4663 |
+ background-image: -o-linear-gradient(top, #62c462, #57a957); |
|
4664 |
+ background-image: linear-gradient(to bottom, #62c462, #57a957); |
|
4665 |
+ background-repeat: repeat-x; |
|
4666 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0); |
|
4667 |
+} |
|
4668 |
+.progress-success.progress-striped .bar, |
|
4669 |
+.progress-striped .bar-success { |
|
4670 |
+ background-color: #62c462; |
|
4671 |
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
4672 |
+ 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); |
|
4673 |
+ background-image: -moz-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); |
|
4674 |
+ 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); |
|
4675 |
+ 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); |
|
4676 |
+} |
|
4677 |
+.progress-info .bar, |
|
4678 |
+.progress .bar-info { |
|
4679 |
+ background-color: #4bb1cf; |
|
4680 |
+ background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); |
|
4681 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); |
|
4682 |
+ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); |
|
4683 |
+ background-image: -o-linear-gradient(top, #5bc0de, #339bb9); |
|
4684 |
+ background-image: linear-gradient(to bottom, #5bc0de, #339bb9); |
|
4685 |
+ background-repeat: repeat-x; |
|
4686 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0); |
|
4687 |
+} |
|
4688 |
+.progress-info.progress-striped .bar, |
|
4689 |
+.progress-striped .bar-info { |
|
4690 |
+ background-color: #5bc0de; |
|
4691 |
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
4692 |
+ 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); |
|
4693 |
+ background-image: -moz-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); |
|
4694 |
+ 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); |
|
4695 |
+ 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); |
|
4696 |
+} |
|
4697 |
+.progress-warning .bar, |
|
4698 |
+.progress .bar-warning { |
|
4699 |
+ background-color: #ee8c14; |
|
4700 |
+ background-image: -moz-linear-gradient(top, #ff9c21, #d47500); |
|
4701 |
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9c21), to(#d47500)); |
|
4702 |
+ background-image: -webkit-linear-gradient(top, #ff9c21, #d47500); |
|
4703 |
+ background-image: -o-linear-gradient(top, #ff9c21, #d47500); |
|
4704 |
+ background-image: linear-gradient(to bottom, #ff9c21, #d47500); |
|
4705 |
+ background-repeat: repeat-x; |
|
4706 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9c21', endColorstr='#ffd47500', GradientType=0); |
|
4707 |
+} |
|
4708 |
+.progress-warning.progress-striped .bar, |
|
4709 |
+.progress-striped .bar-warning { |
|
4710 |
+ background-color: #ff9c21; |
|
4711 |
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
4712 |
+ 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); |
|
4713 |
+ background-image: -moz-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); |
|
4714 |
+ 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); |
|
4715 |
+ 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); |
|
4716 |
+} |
|
4717 |
+.accordion { |
|
4718 |
+ margin-bottom: 21px; |
|
4719 |
+} |
|
4720 |
+.accordion-group { |
|
4721 |
+ margin-bottom: 2px; |
|
4722 |
+ border: 1px solid #e5e5e5; |
|
4723 |
+ -webkit-border-radius: 4px; |
|
4724 |
+ -moz-border-radius: 4px; |
|
4725 |
+ border-radius: 4px; |
|
4726 |
+} |
|
4727 |
+.accordion-heading { |
|
4728 |
+ border-bottom: 0; |
|
4729 |
+} |
|
4730 |
+.accordion-heading .accordion-toggle { |
|
4731 |
+ display: block; |
|
4732 |
+ padding: 8px 15px; |
|
4733 |
+} |
|
4734 |
+.accordion-toggle { |
|
4735 |
+ cursor: pointer; |
|
4736 |
+} |
|
4737 |
+.accordion-inner { |
|
4738 |
+ padding: 9px 15px; |
|
4739 |
+ border-top: 1px solid #e5e5e5; |
|
4740 |
+} |
|
4741 |
+.carousel { |
|
4742 |
+ position: relative; |
|
4743 |
+ margin-bottom: 21px; |
|
4744 |
+ line-height: 1; |
|
4745 |
+} |
|
4746 |
+.carousel-inner { |
|
4747 |
+ overflow: hidden; |
|
4748 |
+ width: 100%; |
|
4749 |
+ position: relative; |
|
4750 |
+} |
|
4751 |
+.carousel .item { |
|
4752 |
+ display: none; |
|
4753 |
+ position: relative; |
|
4754 |
+ -webkit-transition: 0.6s ease-in-out left; |
|
4755 |
+ -moz-transition: 0.6s ease-in-out left; |
|
4756 |
+ -o-transition: 0.6s ease-in-out left; |
|
4757 |
+ transition: 0.6s ease-in-out left; |
|
4758 |
+} |
|
4759 |
+.carousel .item > img { |
|
4760 |
+ display: block; |
|
4761 |
+ line-height: 1; |
|
4762 |
+} |
|
4763 |
+.carousel .active, |
|
4764 |
+.carousel .next, |
|
4765 |
+.carousel .prev { |
|
4766 |
+ display: block; |
|
4767 |
+} |
|
4768 |
+.carousel .active { |
|
4769 |
+ left: 0; |
|
4770 |
+} |
|
4771 |
+.carousel .next, |
|
4772 |
+.carousel .prev { |
|
4773 |
+ position: absolute; |
|
4774 |
+ top: 0; |
|
4775 |
+ width: 100%; |
|
4776 |
+} |
|
4777 |
+.carousel .next { |
|
4778 |
+ left: 100%; |
|
4779 |
+} |
|
4780 |
+.carousel .prev { |
|
4781 |
+ left: -100%; |
|
4782 |
+} |
|
4783 |
+.carousel .next.left, |
|
4784 |
+.carousel .prev.right { |
|
4785 |
+ left: 0; |
|
4786 |
+} |
|
4787 |
+.carousel .active.left { |
|
4788 |
+ left: -100%; |
|
4789 |
+} |
|
4790 |
+.carousel .active.right { |
|
4791 |
+ left: 100%; |
|
4792 |
+} |
|
4793 |
+.carousel-control { |
|
4794 |
+ position: absolute; |
|
4795 |
+ top: 40%; |
|
4796 |
+ left: 15px; |
|
4797 |
+ width: 40px; |
|
4798 |
+ height: 40px; |
|
4799 |
+ margin-top: -20px; |
|
4800 |
+ font-size: 60px; |
|
4801 |
+ font-weight: 100; |
|
4802 |
+ line-height: 30px; |
|
4803 |
+ color: #ffffff; |
|
4804 |
+ text-align: center; |
|
4805 |
+ background: #2d2d2d; |
|
4806 |
+ border: 3px solid #ffffff; |
|
4807 |
+ -webkit-border-radius: 23px; |
|
4808 |
+ -moz-border-radius: 23px; |
|
4809 |
+ border-radius: 23px; |
|
4810 |
+ opacity: 0.5; |
|
4811 |
+ filter: alpha(opacity=50); |
|
4812 |
+} |
|
4813 |
+.carousel-control.right { |
|
4814 |
+ left: auto; |
|
4815 |
+ right: 15px; |
|
4816 |
+} |
|
4817 |
+.carousel-control:hover { |
|
4818 |
+ color: #ffffff; |
|
4819 |
+ text-decoration: none; |
|
4820 |
+ opacity: 0.9; |
|
4821 |
+ filter: alpha(opacity=90); |
|
4822 |
+} |
|
4823 |
+.carousel-caption { |
|
4824 |
+ position: absolute; |
|
4825 |
+ left: 0; |
|
4826 |
+ right: 0; |
|
4827 |
+ bottom: 0; |
|
4828 |
+ padding: 15px; |
|
4829 |
+ background: #333333; |
|
4830 |
+ background: rgba(0, 0, 0, 0.75); |
|
4831 |
+} |
|
4832 |
+.carousel-caption h4, |
|
4833 |
+.carousel-caption p { |
|
4834 |
+ color: #ffffff; |
|
4835 |
+ line-height: 21px; |
|
4836 |
+} |
|
4837 |
+.carousel-caption h4 { |
|
4838 |
+ margin: 0 0 5px; |
|
4839 |
+} |
|
4840 |
+.carousel-caption p { |
|
4841 |
+ margin-bottom: 0; |
|
4842 |
+} |
|
4843 |
+.hero-unit { |
|
4844 |
+ padding: 60px; |
|
4845 |
+ margin-bottom: 30px; |
|
4846 |
+ background-color: #eeeeee; |
|
4847 |
+ -webkit-border-radius: 6px; |
|
4848 |
+ -moz-border-radius: 6px; |
|
4849 |
+ border-radius: 6px; |
|
4850 |
+} |
|
4851 |
+.hero-unit h1 { |
|
4852 |
+ margin-bottom: 0; |
|
4853 |
+ font-size: 60px; |
|
4854 |
+ line-height: 1; |
|
4855 |
+ color: inherit; |
|
4856 |
+ letter-spacing: -1px; |
|
4857 |
+} |
|
4858 |
+.hero-unit p { |
|
4859 |
+ font-size: 18px; |
|
4860 |
+ font-weight: 200; |
|
4861 |
+ line-height: 31.5px; |
|
4862 |
+ color: inherit; |
|
4863 |
+} |
|
4864 |
+.pull-right { |
|
4865 |
+ float: right; |
|
4866 |
+} |
|
4867 |
+.pull-left { |
|
4868 |
+ float: left; |
|
4869 |
+} |
|
4870 |
+.hide { |
|
4871 |
+ display: none; |
|
4872 |
+} |
|
4873 |
+.show { |
|
4874 |
+ display: block; |
|
4875 |
+} |
|
4876 |
+.invisible { |
|
4877 |
+ visibility: hidden; |
|
4878 |
+} |
|
4879 |
+.affix { |
|
4880 |
+ position: fixed; |
|
4881 |
+} |
|
4882 |
+.navbar .navbar-inner { |
|
4883 |
+ border-bottom: 1px solid #CACACA; |
|
4884 |
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) , 0 0 10px rgba(0, 0, 0, 0.1); |
|
4885 |
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) , 0 0 10px rgba(0, 0, 0, 0.1); |
|
4886 |
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) , 0 0 10px rgba(0, 0, 0, 0.1); |
|
4887 |
+} |
|
4888 |
+.navbar .brand { |
|
4889 |
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); |
|
4890 |
+} |
|
4891 |
+.navbar .brand:hover { |
|
4892 |
+ color: #558bc4; |
|
4893 |
+} |
|
4894 |
+.navbar .nav > li > a { |
|
4895 |
+ padding: 11px 10px 9px; |
|
4896 |
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); |
|
4897 |
+} |
|
4898 |
+.navbar .navbar-text { |
|
4899 |
+ margin-top: 2px; |
|
4900 |
+ padding: 0 10px; |
|
4901 |
+ line-height: 38px; |
|
4902 |
+} |
|
4903 |
+.navbar .navbar-search .search-query, |
|
4904 |
+.navbar .navbar-search .search-query:hover { |
|
4905 |
+ margin-bottom: 0; |
|
4906 |
+ line-height: normal; |
|
4907 |
+ color: #bbbbbb; |
|
4908 |
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); |
|
4909 |
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); |
|
4910 |
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); |
|
4911 |
+} |
|
4912 |
+.navbar .navbar-search .search-query:-moz-placeholder, |
|
4913 |
+.navbar .navbar-search .search-query:hover:-moz-placeholder { |
|
4914 |
+ color: #bbbbbb; |
|
4915 |
+} |
|
4916 |
+.navbar .navbar-search .search-query:-ms-input-placeholder, |
|
4917 |
+.navbar .navbar-search .search-query:hover:-ms-input-placeholder { |
|
4918 |
+ color: #bbbbbb; |
|
4919 |
+} |
|
4920 |
+.navbar .navbar-search .search-query::-webkit-input-placeholder, |
|
4921 |
+.navbar .navbar-search .search-query:hover::-webkit-input-placeholder { |
|
4922 |
+ color: #bbbbbb; |
|
4923 |
+} |
|
4924 |
+.navbar .navbar-search .search-query:focus, |
|
4925 |
+.navbar .navbar-search .search-query:hover:focus, |
|
4926 |
+.navbar .navbar-search .search-query.focused, |
|
4927 |
+.navbar .navbar-search .search-query:hover.focused { |
|
4928 |
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); |
|
4929 |
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); |
|
4930 |
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); |
|
4931 |
+ color: #2d2d2d; |
|
4932 |
+} |
|
4933 |
+.navbar-inverse .brand { |
|
4934 |
+ text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); |
|
4935 |
+} |
|
4936 |
+.navbar-inverse .brand:hover { |
|
4937 |
+ color: #ffffff; |
|
4938 |
+} |
|
4939 |
+.navbar-inverse .nav > li > a { |
|
4940 |
+ text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); |
|
4941 |
+} |
|
4942 |
+.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, |
|
4943 |
+.navbar-inverse .nav li.dropdown:hover > .dropdown-toggle .caret, |
|
4944 |
+.navbar-inverse .nav li.dropdown.open:hover > .dropdown-toggle .caret { |
|
4945 |
+ border-top-color: #ffffff; |
|
4946 |
+} |
|
4947 |
+.navbar-inverse .navbar-search .search-query, |
|
4948 |
+.navbar-inverse .navbar-search .search-query:hover { |
|
4949 |
+ color: #ffffff; |
|
4950 |
+} |
|
4951 |
+.navbar-inverse .navbar-search .search-query:-moz-placeholder, |
|
4952 |
+.navbar-inverse .navbar-search .search-query:hover:-moz-placeholder { |
|
4953 |
+ color: #eeeeee; |
|
4954 |
+} |
|
4955 |
+.navbar-inverse .navbar-search .search-query:-ms-input-placeholder, |
|
4956 |
+.navbar-inverse .navbar-search .search-query:hover:-ms-input-placeholder { |
|
4957 |
+ color: #eeeeee; |
|
4958 |
+} |
|
4959 |
+.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder, |
|
4960 |
+.navbar-inverse .navbar-search .search-query:hover::-webkit-input-placeholder { |
|
4961 |
+ color: #eeeeee; |
|
4962 |
+} |
|
4963 |
+@media (max-width: 979px) { |
|
4964 |
+ .navbar .nav-collapse .nav li > a:hover { |
|
4965 |
+ background-color: #558bc4; |
|
4966 |
+ color: #ffffff; |
|
4967 |
+ text-shadow: none; |
|
4968 |
+ } |
|
4969 |
+ .navbar .nav-collapse .navbar-search { |
|
4970 |
+ border-top: none; |
|
4971 |
+ border-bottom: none; |
|
4972 |
+ } |
|
4973 |
+ .navbar-inverse .nav-collapse .nav li > a { |
|
4974 |
+ color: #eeeeee; |
|
4975 |
+ } |
|
4976 |
+ .navbar-inverse .nav-collapse .nav li > a:hover { |
|
4977 |
+ background-color: #558bc4 !important; |
|
4978 |
+ } |
|
4979 |
+ .navbar-inverse .nav-collapse .nav-header { |
|
4980 |
+ color: #eeeeee; |
|
4981 |
+ } |
|
4982 |
+} |
|
4983 |
+div.subnav .nav > li > a { |
|
4984 |
+ color: #2d2d2d; |
|
4985 |
+} |
|
4986 |
+div.subnav .nav > li > a:hover { |
|
4987 |
+ color: #558bc4; |
|
4988 |
+} |
|
4989 |
+div.subnav .nav > li.active > a { |
|
4990 |
+ color: #2d2d2d; |
|
4991 |
+} |
|
4992 |
+div.subnav .nav > li.active > a:hover { |
|
4993 |
+ color: #2d2d2d; |
|
4994 |
+} |
|
4995 |
+div.subnav .nav > li.dropdown > .dropdown-toggle { |
|
4996 |
+ background-color: transparent; |
|
4997 |
+} |
|
4998 |
+div.subnav .nav > li.dropdown.open > .dropdown-toggle { |
|
4999 |
+ border-left: 1px solid whiteSmoke; |
|
5000 |
+ border-right: 1px solid #E5E5E5; |
|
5001 |
+ color: #2d2d2d; |
|
5002 |
+} |
|
5003 |
+div.subnav .nav > li.dropdown.open > .dropdown-toggle:hover { |
|
5004 |
+ color: #558bc4; |
|
5005 |
+} |
|
5006 |
+.nav > li.dropdown > .dropdown-toggle .caret, |
|
5007 |
+.nav > li.dropdown.active > .dropdown-toggle .caret, |
|
5008 |
+.nav > li.dropdown.open > .dropdown-toggle .caret, |
|
5009 |
+.nav > li.dropdown.open.active > .dropdown-toggle .caret { |
|
5010 |
+ border-top: 4px solid #2d2d2d; |
|
5011 |
+ border-top-color: #2d2d2d; |
|
5012 |
+ opacity: 1; |
|
5013 |
+} |
|
5014 |
+.nav > li.dropdown > .dropdown-toggle:hover .caret, |
|
5015 |
+.nav > li.dropdown.active > .dropdown-toggle:hover .caret, |
|
5016 |
+.nav > li.dropdown.open > .dropdown-toggle:hover .caret, |
|
5017 |
+.nav > li.dropdown.open.active > .dropdown-toggle:hover .caret { |
|
5018 |
+ border-top: 4px solid #558bc4; |
|
5019 |
+ border-top-color: #558bc4; |
|
5020 |
+} |
|
5021 |
+.btn-info, |
|
5022 |
+.btn-info:hover, |
|
5023 |
+.btn-info.disabled { |
|
5024 |
+ color: #2d2d2d; |
|
5025 |
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); |
|
5026 |
+} |
|
5027 |
+.btn-info .caret, |
|
5028 |
+.btn-info:hover .caret, |
|
5029 |
+.btn-info.disabled .caret { |
|
5030 |
+ border-top-color: #2d2d2d; |
|
5031 |
+ border-bottom-color: #2d2d2d; |
|
5032 |
+} |
|
5033 |
+/*.btn { |
|
5034 |
+ .buttonBackground(#F4F4F4, #ECECEC); |
|
5035 |
+ color: @textColor; |
|
5036 |
+ text-shadow: none; |
|
5037 |
+ |
|
5038 |
+ |
|
5039 |
+ &:hover, |
|
5040 |
+ &:active, |
|
5041 |
+ &.active, |
|
5042 |
+ &.disabled, |
|
5043 |
+ &[disabled] { |
|
5044 |
+ color: @grayDark; |
|
5045 |
+ } |
|
5046 |
+} |
|
5047 |
+ |
|
5048 |
+.btn-primary { |
|
5049 |
+ .buttonBackground(#909090, #3F3F3F); |
|
5050 |
+} |
|
5051 |
+ |
|
5052 |
+.btn-warning { |
|
5053 |
+ .buttonBackground(lighten(@yellow, 15%), @yellow); |
|
5054 |
+} |
|
5055 |
+ |
|
5056 |
+.btn-danger { |
|
5057 |
+ .buttonBackground(lighten(#DA2D2D, 15%), #DA2D2D); |
|
5058 |
+} |
|
5059 |
+ |
|
5060 |
+.btn-success { |
|
5061 |
+ .buttonBackground(#8ADD6D, #60B044); |
|
5062 |
+} |
|
5063 |
+ |
|
5064 |
+.btn-info { |
|
5065 |
+ .buttonBackground(lighten(#4488BB, 15%), #4488BB); |
|
5066 |
+} |
|
5067 |
+ |
|
5068 |
+.btn-inverse { |
|
5069 |
+ .buttonBackground(lighten(@purple, 5%), @purple); |
|
5070 |
+}*/ |
|
5071 |
+.control-group.warning > label, |
|
5072 |
+.control-group.warning .help-block, |
|
5073 |
+.control-group.warning .help-inline { |
|
5074 |
+ color: #e29235; |
|
5075 |
+} |
|
5076 |
+.control-group.warning .checkbox, |
|
5077 |
+.control-group.warning .radio, |
|
5078 |
+.control-group.warning input, |
|
5079 |
+.control-group.warning select, |
|
5080 |
+.control-group.warning textarea { |
|
5081 |
+ color: #e29235; |
|
5082 |
+} |
|
5083 |
+.control-group.warning input, |
|
5084 |
+.control-group.warning select, |
|
5085 |
+.control-group.warning textarea { |
|
5086 |
+ border-color: #e29235; |
|
5087 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
5088 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
5089 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
5090 |
+} |
|
5091 |
+.control-group.warning input:focus, |
|
5092 |
+.control-group.warning select:focus, |
|
5093 |
+.control-group.warning textarea:focus { |
|
5094 |
+ border-color: #c7781d; |
|
5095 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #efc28e; |
|
5096 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #efc28e; |
|
5097 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #efc28e; |
|
5098 |
+} |
|
5099 |
+.control-group.warning .input-prepend .add-on, |
|
5100 |
+.control-group.warning .input-append .add-on { |
|
5101 |
+ color: #e29235; |
|
5102 |
+ background-color: #d47500; |
|
5103 |
+ border-color: #e29235; |
|
5104 |
+} |
|
5105 |
+.control-group.error > label, |
|
5106 |
+.control-group.error .help-block, |
|
5107 |
+.control-group.error .help-inline { |
|
5108 |
+ color: #cc0000; |
|
5109 |
+} |
|
5110 |
+.control-group.error .checkbox, |
|
5111 |
+.control-group.error .radio, |
|
5112 |
+.control-group.error input, |
|
5113 |
+.control-group.error select, |
|
5114 |
+.control-group.error textarea { |
|
5115 |
+ color: #cc0000; |
|
5116 |
+} |
|
5117 |
+.control-group.error input, |
|
5118 |
+.control-group.error select, |
|
5119 |
+.control-group.error textarea { |
|
5120 |
+ border-color: #cc0000; |
|
5121 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
5122 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
5123 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
5124 |
+} |
|
5125 |
+.control-group.error input:focus, |
|
5126 |
+.control-group.error select:focus, |
|
5127 |
+.control-group.error textarea:focus { |
|
5128 |
+ border-color: #990000; |
|
5129 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333; |
|
5130 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333; |
|
5131 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333; |
|
5132 |
+} |
|
5133 |
+.control-group.error .input-prepend .add-on, |
|
5134 |
+.control-group.error .input-append .add-on { |
|
5135 |
+ color: #cc0000; |
|
5136 |
+ background-color: #cd0200; |
|
5137 |
+ border-color: #cc0000; |
|
5138 |
+} |
|
5139 |
+.control-group.success > label, |
|
5140 |
+.control-group.success .help-block, |
|
5141 |
+.control-group.success .help-inline { |
|
5142 |
+ color: #2ba949; |
|
5143 |
+} |
|
5144 |
+.control-group.success .checkbox, |
|
5145 |
+.control-group.success .radio, |
|
5146 |
+.control-group.success input, |
|
5147 |
+.control-group.success select, |
|
5148 |
+.control-group.success textarea { |
|
5149 |
+ color: #2ba949; |
|
5150 |
+} |
|
5151 |
+.control-group.success input, |
|
5152 |
+.control-group.success select, |
|
5153 |
+.control-group.success textarea { |
|
5154 |
+ border-color: #2ba949; |
|
5155 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
5156 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
5157 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
5158 |
+} |
|
5159 |
+.control-group.success input:focus, |
|
5160 |
+.control-group.success select:focus, |
|
5161 |
+.control-group.success textarea:focus { |
|
5162 |
+ border-color: #218037; |
|
5163 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #63d77e; |
|
5164 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #63d77e; |
|
5165 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #63d77e; |
|
5166 |
+} |
|
5167 |
+.control-group.success .input-prepend .add-on, |
|
5168 |
+.control-group.success .input-append .add-on { |
|
5169 |
+ color: #2ba949; |
|
5170 |
+ background-color: #819e37; |
|
5171 |
+ border-color: #2ba949; |
|
5172 |
+} |
|
5173 |
+.alert { |
|
5174 |
+ color: #ffffff; |
|
5175 |
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
5176 |
+} |
|
5177 |
+.label, |
|
5178 |
+.badge { |
|
5179 |
+ padding-top: 4px; |
|
5180 |
+} |
|
5181 |
+.label-important, |
|
5182 |
+.badge-important { |
|
5183 |
+ background-color: #cd0200; |
|
5184 |
+} |
|
5185 |
+.label-warning, |
|
5186 |
+.badge-warning { |
|
5187 |
+ background-color: #d47500; |
|
5188 |
+} |
|
5189 |
+.label-success, |
|
5190 |
+.badge-success { |
|
5191 |
+ background-color: #819e37; |
|
5192 |
+} |
|
5193 |
+.label-info, |
|
5194 |
+.badge-info { |
|
5195 |
+ background-color: #3399f3; |
|
5196 |
+} |
|
5197 |
+.well { |
|
5198 |
+ background-color: #eeeeee; |
|
5199 |
+} |
|
5200 |
+.hero-unit { |
|
5201 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
|
5202 |
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
|
5203 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
|
5204 |
+ border: 1px solid rgba(0, 0, 0, 0.05); |
|
5205 |
+} |
|
5206 |
+.pull-right { |
|
5207 |
+ float: right; |
|
5208 |
+} |
|
5209 |
+.pull-left { |
|
5210 |
+ float: left; |
|
5211 |
+} |
|
5212 |
+.hide { |
|
5213 |
+ display: none; |
|
5214 |
+} |
|
5215 |
+.show { |
|
5216 |
+ display: block; |
|
5217 |
+} |
|
5218 |
+.invisible { |
|
5219 |
+ visibility: hidden; |
|
5220 |
+} |
|
5221 |
+.affix { |
|
5222 |
+ position: fixed; |
|
5223 |
+} |
4 | 5228 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,2027 @@ |
0 |
+/* =================================================== |
|
1 |
+ * bootstrap-transition.js v2.1.1 |
|
2 |
+ * http://twitter.github.com/bootstrap/javascript.html#transitions |
|
3 |
+ * =================================================== |
|
4 |
+ * Copyright 2012 Twitter, Inc. |
|
5 |
+ * |
|
6 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
7 |
+ * you may not use this file except in compliance with the License. |
|
8 |
+ * You may obtain a copy of the License at |
|
9 |
+ * |
|
10 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
11 |
+ * |
|
12 |
+ * Unless required by applicable law or agreed to in writing, software |
|
13 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
14 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
15 |
+ * See the License for the specific language governing permissions and |
|
16 |
+ * limitations under the License. |
|
17 |
+ * ========================================================== */ |
|
18 |
+ |
|
19 |
+ |
|
20 |
+!function ($) { |
|
21 |
+ |
|
22 |
+ $(function () { |
|
23 |
+ |
|
24 |
+ "use strict"; // jshint ;_; |
|
25 |
+ |
|
26 |
+ |
|
27 |
+ /* CSS TRANSITION SUPPORT (http://www.modernizr.com/) |
|
28 |
+ * ======================================================= */ |
|
29 |
+ |
|
30 |
+ $.support.transition = (function () { |
|
31 |
+ |
|
32 |
+ var transitionEnd = (function () { |
|
33 |
+ |
|
34 |
+ var el = document.createElement('bootstrap') |
|
35 |
+ , transEndEventNames = { |
|
36 |
+ 'WebkitTransition' : 'webkitTransitionEnd' |
|
37 |
+ , 'MozTransition' : 'transitionend' |
|
38 |
+ , 'OTransition' : 'oTransitionEnd otransitionend' |
|
39 |
+ , 'transition' : 'transitionend' |
|
40 |
+ } |
|
41 |
+ , name |
|
42 |
+ |
|
43 |
+ for (name in transEndEventNames){ |
|
44 |
+ if (el.style[name] !== undefined) { |
|
45 |
+ return transEndEventNames[name] |
|
46 |
+ } |
|
47 |
+ } |
|
48 |
+ |
|
49 |
+ }()) |
|
50 |
+ |
|
51 |
+ return transitionEnd && { |
|
52 |
+ end: transitionEnd |
|
53 |
+ } |
|
54 |
+ |
|
55 |
+ })() |
|
56 |
+ |
|
57 |
+ }) |
|
58 |
+ |
|
59 |
+}(window.jQuery);/* ========================================================== |
|
60 |
+ * bootstrap-alert.js v2.1.1 |
|
61 |
+ * http://twitter.github.com/bootstrap/javascript.html#alerts |
|
62 |
+ * ========================================================== |
|
63 |
+ * Copyright 2012 Twitter, Inc. |
|
64 |
+ * |
|
65 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
66 |
+ * you may not use this file except in compliance with the License. |
|
67 |
+ * You may obtain a copy of the License at |
|
68 |
+ * |
|
69 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
70 |
+ * |
|
71 |
+ * Unless required by applicable law or agreed to in writing, software |
|
72 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
73 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
74 |
+ * See the License for the specific language governing permissions and |
|
75 |
+ * limitations under the License. |
|
76 |
+ * ========================================================== */ |
|
77 |
+ |
|
78 |
+ |
|
79 |
+!function ($) { |
|
80 |
+ |
|
81 |
+ "use strict"; // jshint ;_; |
|
82 |
+ |
|
83 |
+ |
|
84 |
+ /* ALERT CLASS DEFINITION |
|
85 |
+ * ====================== */ |
|
86 |
+ |
|
87 |
+ var dismiss = '[data-dismiss="alert"]' |
|
88 |
+ , Alert = function (el) { |
|
89 |
+ $(el).on('click', dismiss, this.close) |
|
90 |
+ } |
|
91 |
+ |
|
92 |
+ Alert.prototype.close = function (e) { |
|
93 |
+ var $this = $(this) |
|
94 |
+ , selector = $this.attr('data-target') |
|
95 |
+ , $parent |
|
96 |
+ |
|
97 |
+ if (!selector) { |
|
98 |
+ selector = $this.attr('href') |
|
99 |
+ selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7 |
|
100 |
+ } |
|
101 |
+ |
|
102 |
+ $parent = $(selector) |
|
103 |
+ |
|
104 |
+ e && e.preventDefault() |
|
105 |
+ |
|
106 |
+ $parent.length || ($parent = $this.hasClass('alert') ? $this : $this.parent()) |
|
107 |
+ |
|
108 |
+ $parent.trigger(e = $.Event('close')) |
|
109 |
+ |
|
110 |
+ if (e.isDefaultPrevented()) return |
|
111 |
+ |
|
112 |
+ $parent.removeClass('in') |
|
113 |
+ |
|
114 |
+ function removeElement() { |
|
115 |
+ $parent |
|
116 |
+ .trigger('closed') |
|
117 |
+ .remove() |
|
118 |
+ } |
|
119 |
+ |
|
120 |
+ $.support.transition && $parent.hasClass('fade') ? |
|
121 |
+ $parent.on($.support.transition.end, removeElement) : |
|
122 |
+ removeElement() |
|
123 |
+ } |
|
124 |
+ |
|
125 |
+ |
|
126 |
+ /* ALERT PLUGIN DEFINITION |
|
127 |
+ * ======================= */ |
|
128 |
+ |
|
129 |
+ $.fn.alert = function (option) { |
|
130 |
+ return this.each(function () { |
|
131 |
+ var $this = $(this) |
|
132 |
+ , data = $this.data('alert') |
|
133 |
+ if (!data) $this.data('alert', (data = new Alert(this))) |
|
134 |
+ if (typeof option == 'string') data[option].call($this) |
|
135 |
+ }) |
|
136 |
+ } |
|
137 |
+ |
|
138 |
+ $.fn.alert.Constructor = Alert |
|
139 |
+ |
|
140 |
+ |
|
141 |
+ /* ALERT DATA-API |
|
142 |
+ * ============== */ |
|
143 |
+ |
|
144 |
+ $(function () { |
|
145 |
+ $('body').on('click.alert.data-api', dismiss, Alert.prototype.close) |
|
146 |
+ }) |
|
147 |
+ |
|
148 |
+}(window.jQuery);/* ============================================================ |
|
149 |
+ * bootstrap-button.js v2.1.1 |
|
150 |
+ * http://twitter.github.com/bootstrap/javascript.html#buttons |
|
151 |
+ * ============================================================ |
|
152 |
+ * Copyright 2012 Twitter, Inc. |
|
153 |
+ * |
|
154 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
155 |
+ * you may not use this file except in compliance with the License. |
|
156 |
+ * You may obtain a copy of the License at |
|
157 |
+ * |
|
158 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
159 |
+ * |
|
160 |
+ * Unless required by applicable law or agreed to in writing, software |
|
161 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
162 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
163 |
+ * See the License for the specific language governing permissions and |
|
164 |
+ * limitations under the License. |
|
165 |
+ * ============================================================ */ |
|
166 |
+ |
|
167 |
+ |
|
168 |
+!function ($) { |
|
169 |
+ |
|
170 |
+ "use strict"; // jshint ;_; |
|
171 |
+ |
|
172 |
+ |
|
173 |
+ /* BUTTON PUBLIC CLASS DEFINITION |
|
174 |
+ * ============================== */ |
|
175 |
+ |
|
176 |
+ var Button = function (element, options) { |
|
177 |
+ this.$element = $(element) |
|
178 |
+ this.options = $.extend({}, $.fn.button.defaults, options) |
|
179 |
+ } |
|
180 |
+ |
|
181 |
+ Button.prototype.setState = function (state) { |
|
182 |
+ var d = 'disabled' |
|
183 |
+ , $el = this.$element |
|
184 |
+ , data = $el.data() |
|
185 |
+ , val = $el.is('input') ? 'val' : 'html' |
|
186 |
+ |
|
187 |
+ state = state + 'Text' |
|
188 |
+ data.resetText || $el.data('resetText', $el[val]()) |
|
189 |
+ |
|
190 |
+ $el[val](data[state] || this.options[state]) |
|
191 |
+ |
|
192 |
+ // push to event loop to allow forms to submit |
|
193 |
+ setTimeout(function () { |
|
194 |
+ state == 'loadingText' ? |
|
195 |
+ $el.addClass(d).attr(d, d) : |
|
196 |
+ $el.removeClass(d).removeAttr(d) |
|
197 |
+ }, 0) |
|
198 |
+ } |
|
199 |
+ |
|
200 |
+ Button.prototype.toggle = function () { |
|
201 |
+ var $parent = this.$element.closest('[data-toggle="buttons-radio"]') |
|
202 |
+ |
|
203 |
+ $parent && $parent |
|
204 |
+ .find('.active') |
|
205 |
+ .removeClass('active') |
|
206 |
+ |
|
207 |
+ this.$element.toggleClass('active') |
|
208 |
+ } |
|
209 |
+ |
|
210 |
+ |
|
211 |
+ /* BUTTON PLUGIN DEFINITION |
|
212 |
+ * ======================== */ |
|
213 |
+ |
|
214 |
+ $.fn.button = function (option) { |
|
215 |
+ return this.each(function () { |
|
216 |
+ var $this = $(this) |
|
217 |
+ , data = $this.data('button') |
|
218 |
+ , options = typeof option == 'object' && option |
|
219 |
+ if (!data) $this.data('button', (data = new Button(this, options))) |
|
220 |
+ if (option == 'toggle') data.toggle() |
|
221 |
+ else if (option) data.setState(option) |
|
222 |
+ }) |
|
223 |
+ } |
|
224 |
+ |
|
225 |
+ $.fn.button.defaults = { |
|
226 |
+ loadingText: 'loading...' |
|
227 |
+ } |
|
228 |
+ |
|
229 |
+ $.fn.button.Constructor = Button |
|
230 |
+ |
|
231 |
+ |
|
232 |
+ /* BUTTON DATA-API |
|
233 |
+ * =============== */ |
|
234 |
+ |
|
235 |
+ $(function () { |
|
236 |
+ $('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) { |
|
237 |
+ var $btn = $(e.target) |
|
238 |
+ if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn') |
|
239 |
+ $btn.button('toggle') |
|
240 |
+ }) |
|
241 |
+ }) |
|
242 |
+ |
|
243 |
+}(window.jQuery);/* ========================================================== |
|
244 |
+ * bootstrap-carousel.js v2.1.1 |
|
245 |
+ * http://twitter.github.com/bootstrap/javascript.html#carousel |
|
246 |
+ * ========================================================== |
|
247 |
+ * Copyright 2012 Twitter, Inc. |
|
248 |
+ * |
|
249 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
250 |
+ * you may not use this file except in compliance with the License. |
|
251 |
+ * You may obtain a copy of the License at |
|
252 |
+ * |
|
253 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
254 |
+ * |
|
255 |
+ * Unless required by applicable law or agreed to in writing, software |
|
256 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
257 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
258 |
+ * See the License for the specific language governing permissions and |
|
259 |
+ * limitations under the License. |
|
260 |
+ * ========================================================== */ |
|
261 |
+ |
|
262 |
+ |
|
263 |
+!function ($) { |
|
264 |
+ |
|
265 |
+ "use strict"; // jshint ;_; |
|
266 |
+ |
|
267 |
+ |
|
268 |
+ /* CAROUSEL CLASS DEFINITION |
|
269 |
+ * ========================= */ |
|
270 |
+ |
|
271 |
+ var Carousel = function (element, options) { |
|
272 |
+ this.$element = $(element) |
|
273 |
+ this.options = options |
|
274 |
+ this.options.slide && this.slide(this.options.slide) |
|
275 |
+ this.options.pause == 'hover' && this.$element |
|
276 |
+ .on('mouseenter', $.proxy(this.pause, this)) |
|
277 |
+ .on('mouseleave', $.proxy(this.cycle, this)) |
|
278 |
+ } |
|
279 |
+ |
|
280 |
+ Carousel.prototype = { |
|
281 |
+ |
|
282 |
+ cycle: function (e) { |
|
283 |
+ if (!e) this.paused = false |
|
284 |
+ this.options.interval |
|
285 |
+ && !this.paused |
|
286 |
+ && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) |
|
287 |
+ return this |
|
288 |
+ } |
|
289 |
+ |
|
290 |
+ , to: function (pos) { |
|
291 |
+ var $active = this.$element.find('.item.active') |
|
292 |
+ , children = $active.parent().children() |
|
293 |
+ , activePos = children.index($active) |
|
294 |
+ , that = this |
|
295 |
+ |
|
296 |
+ if (pos > (children.length - 1) || pos < 0) return |
|
297 |
+ |
|
298 |
+ if (this.sliding) { |
|
299 |
+ return this.$element.one('slid', function () { |
|
300 |
+ that.to(pos) |
|
301 |
+ }) |
|
302 |
+ } |
|
303 |
+ |
|
304 |
+ if (activePos == pos) { |
|
305 |
+ return this.pause().cycle() |
|
306 |
+ } |
|
307 |
+ |
|
308 |
+ return this.slide(pos > activePos ? 'next' : 'prev', $(children[pos])) |
|
309 |
+ } |
|
310 |
+ |
|
311 |
+ , pause: function (e) { |
|
312 |
+ if (!e) this.paused = true |
|
313 |
+ if (this.$element.find('.next, .prev').length && $.support.transition.end) { |
|
314 |
+ this.$element.trigger($.support.transition.end) |
|
315 |
+ this.cycle() |
|
316 |
+ } |
|
317 |
+ clearInterval(this.interval) |
|
318 |
+ this.interval = null |
|
319 |
+ return this |
|
320 |
+ } |
|
321 |
+ |
|
322 |
+ , next: function () { |
|
323 |
+ if (this.sliding) return |
|
324 |
+ return this.slide('next') |
|
325 |
+ } |
|
326 |
+ |
|
327 |
+ , prev: function () { |
|
328 |
+ if (this.sliding) return |
|
329 |
+ return this.slide('prev') |
|
330 |
+ } |
|
331 |
+ |
|
332 |
+ , slide: function (type, next) { |
|
333 |
+ var $active = this.$element.find('.item.active') |
|
334 |
+ , $next = next || $active[type]() |
|
335 |
+ , isCycling = this.interval |
|
336 |
+ , direction = type == 'next' ? 'left' : 'right' |
|
337 |
+ , fallback = type == 'next' ? 'first' : 'last' |
|
338 |
+ , that = this |
|
339 |
+ , e = $.Event('slide', { |
|
340 |
+ relatedTarget: $next[0] |
|
341 |
+ }) |
|
342 |
+ |
|
343 |
+ this.sliding = true |
|
344 |
+ |
|
345 |
+ isCycling && this.pause() |
|
346 |
+ |
|
347 |
+ $next = $next.length ? $next : this.$element.find('.item')[fallback]() |
|
348 |
+ |
|
349 |
+ if ($next.hasClass('active')) return |
|
350 |
+ |
|
351 |
+ if ($.support.transition && this.$element.hasClass('slide')) { |
|
352 |
+ this.$element.trigger(e) |
|
353 |
+ if (e.isDefaultPrevented()) return |
|
354 |
+ $next.addClass(type) |
|
355 |
+ $next[0].offsetWidth // force reflow |
|
356 |
+ $active.addClass(direction) |
|
357 |
+ $next.addClass(direction) |
|
358 |
+ this.$element.one($.support.transition.end, function () { |
|
359 |
+ $next.removeClass([type, direction].join(' ')).addClass('active') |
|
360 |
+ $active.removeClass(['active', direction].join(' ')) |
|
361 |
+ that.sliding = false |
|
362 |
+ setTimeout(function () { that.$element.trigger('slid') }, 0) |
|
363 |
+ }) |
|
364 |
+ } else { |
|
365 |
+ this.$element.trigger(e) |
|
366 |
+ if (e.isDefaultPrevented()) return |
|
367 |
+ $active.removeClass('active') |
|
368 |
+ $next.addClass('active') |
|
369 |
+ this.sliding = false |
|
370 |
+ this.$element.trigger('slid') |
|
371 |
+ } |
|
372 |
+ |
|
373 |
+ isCycling && this.cycle() |
|
374 |
+ |
|
375 |
+ return this |
|
376 |
+ } |
|
377 |
+ |
|
378 |
+ } |
|
379 |
+ |
|
380 |
+ |
|
381 |
+ /* CAROUSEL PLUGIN DEFINITION |
|
382 |
+ * ========================== */ |
|
383 |
+ |
|
384 |
+ $.fn.carousel = function (option) { |
|
385 |
+ return this.each(function () { |
|
386 |
+ var $this = $(this) |
|
387 |
+ , data = $this.data('carousel') |
|
388 |
+ , options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option) |
|
389 |
+ , action = typeof option == 'string' ? option : options.slide |
|
390 |
+ if (!data) $this.data('carousel', (data = new Carousel(this, options))) |
|
391 |
+ if (typeof option == 'number') data.to(option) |
|
392 |
+ else if (action) data[action]() |
|
393 |
+ else if (options.interval) data.cycle() |
|
394 |
+ }) |
|
395 |
+ } |
|
396 |
+ |
|
397 |
+ $.fn.carousel.defaults = { |
|
398 |
+ interval: 5000 |
|
399 |
+ , pause: 'hover' |
|
400 |
+ } |
|
401 |
+ |
|
402 |
+ $.fn.carousel.Constructor = Carousel |
|
403 |
+ |
|
404 |
+ |
|
405 |
+ /* CAROUSEL DATA-API |
|
406 |
+ * ================= */ |
|
407 |
+ |
|
408 |
+ $(function () { |
|
409 |
+ $('body').on('click.carousel.data-api', '[data-slide]', function ( e ) { |
|
410 |
+ var $this = $(this), href |
|
411 |
+ , $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 |
|
412 |
+ , options = !$target.data('modal') && $.extend({}, $target.data(), $this.data()) |
|
413 |
+ $target.carousel(options) |
|
414 |
+ e.preventDefault() |
|
415 |
+ }) |
|
416 |
+ }) |
|
417 |
+ |
|
418 |
+}(window.jQuery);/* ============================================================= |
|
419 |
+ * bootstrap-collapse.js v2.1.1 |
|
420 |
+ * http://twitter.github.com/bootstrap/javascript.html#collapse |
|
421 |
+ * ============================================================= |
|
422 |
+ * Copyright 2012 Twitter, Inc. |
|
423 |
+ * |
|
424 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
425 |
+ * you may not use this file except in compliance with the License. |
|
426 |
+ * You may obtain a copy of the License at |
|
427 |
+ * |
|
428 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
429 |
+ * |
|
430 |
+ * Unless required by applicable law or agreed to in writing, software |
|
431 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
432 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
433 |
+ * See the License for the specific language governing permissions and |
|
434 |
+ * limitations under the License. |
|
435 |
+ * ============================================================ */ |
|
436 |
+ |
|
437 |
+ |
|
438 |
+!function ($) { |
|
439 |
+ |
|
440 |
+ "use strict"; // jshint ;_; |
|
441 |
+ |
|
442 |
+ |
|
443 |
+ /* COLLAPSE PUBLIC CLASS DEFINITION |
|
444 |
+ * ================================ */ |
|
445 |
+ |
|
446 |
+ var Collapse = function (element, options) { |
|
447 |
+ this.$element = $(element) |
|
448 |
+ this.options = $.extend({}, $.fn.collapse.defaults, options) |
|
449 |
+ |
|
450 |
+ if (this.options.parent) { |
|
451 |
+ this.$parent = $(this.options.parent) |
|
452 |
+ } |
|
453 |
+ |
|
454 |
+ this.options.toggle && this.toggle() |
|
455 |
+ } |
|
456 |
+ |
|
457 |
+ Collapse.prototype = { |
|
458 |
+ |
|
459 |
+ constructor: Collapse |
|
460 |
+ |
|
461 |
+ , dimension: function () { |
|
462 |
+ var hasWidth = this.$element.hasClass('width') |
|
463 |
+ return hasWidth ? 'width' : 'height' |
|
464 |
+ } |
|
465 |
+ |
|
466 |
+ , show: function () { |
|
467 |
+ var dimension |
|
468 |
+ , scroll |
|
469 |
+ , actives |
|
470 |
+ , hasData |
|
471 |
+ |
|
472 |
+ if (this.transitioning) return |
|
473 |
+ |
|
474 |
+ dimension = this.dimension() |
|
475 |
+ scroll = $.camelCase(['scroll', dimension].join('-')) |
|
476 |
+ actives = this.$parent && this.$parent.find('> .accordion-group > .in') |
|
477 |
+ |
|
478 |
+ if (actives && actives.length) { |
|
479 |
+ hasData = actives.data('collapse') |
|
480 |
+ if (hasData && hasData.transitioning) return |
|
481 |
+ actives.collapse('hide') |
|
482 |
+ hasData || actives.data('collapse', null) |
|
483 |
+ } |
|
484 |
+ |
|
485 |
+ this.$element[dimension](0) |
|
486 |
+ this.transition('addClass', $.Event('show'), 'shown') |
|
487 |
+ $.support.transition && this.$element[dimension](this.$element[0][scroll]) |
|
488 |
+ } |
|
489 |
+ |
|
490 |
+ , hide: function () { |
|
491 |
+ var dimension |
|
492 |
+ if (this.transitioning) return |
|
493 |
+ dimension = this.dimension() |
|
494 |
+ this.reset(this.$element[dimension]()) |
|
495 |
+ this.transition('removeClass', $.Event('hide'), 'hidden') |
|
496 |
+ this.$element[dimension](0) |
|
497 |
+ } |
|
498 |
+ |
|
499 |
+ , reset: function (size) { |
|
500 |
+ var dimension = this.dimension() |
|
501 |
+ |
|
502 |
+ this.$element |
|
503 |
+ .removeClass('collapse') |
|
504 |
+ [dimension](size || 'auto') |
|
505 |
+ [0].offsetWidth |
|
506 |
+ |
|
507 |
+ this.$element[size !== null ? 'addClass' : 'removeClass']('collapse') |
|
508 |
+ |
|
509 |
+ return this |
|
510 |
+ } |
|
511 |
+ |
|
512 |
+ , transition: function (method, startEvent, completeEvent) { |
|
513 |
+ var that = this |
|
514 |
+ , complete = function () { |
|
515 |
+ if (startEvent.type == 'show') that.reset() |
|
516 |
+ that.transitioning = 0 |
|
517 |
+ that.$element.trigger(completeEvent) |
|
518 |
+ } |
|
519 |
+ |
|
520 |
+ this.$element.trigger(startEvent) |
|
521 |
+ |
|
522 |
+ if (startEvent.isDefaultPrevented()) return |
|
523 |
+ |
|
524 |
+ this.transitioning = 1 |
|
525 |
+ |
|
526 |
+ this.$element[method]('in') |
|
527 |
+ |
|
528 |
+ $.support.transition && this.$element.hasClass('collapse') ? |
|
529 |
+ this.$element.one($.support.transition.end, complete) : |
|
530 |
+ complete() |
|
531 |
+ } |
|
532 |
+ |
|
533 |
+ , toggle: function () { |
|
534 |
+ this[this.$element.hasClass('in') ? 'hide' : 'show']() |
|
535 |
+ } |
|
536 |
+ |
|
537 |
+ } |
|
538 |
+ |
|
539 |
+ |
|
540 |
+ /* COLLAPSIBLE PLUGIN DEFINITION |
|
541 |
+ * ============================== */ |
|
542 |
+ |
|
543 |
+ $.fn.collapse = function (option) { |
|
544 |
+ return this.each(function () { |
|
545 |
+ var $this = $(this) |
|
546 |
+ , data = $this.data('collapse') |
|
547 |
+ , options = typeof option == 'object' && option |
|
548 |
+ if (!data) $this.data('collapse', (data = new Collapse(this, options))) |
|
549 |
+ if (typeof option == 'string') data[option]() |
|
550 |
+ }) |
|
551 |
+ } |
|
552 |
+ |
|
553 |
+ $.fn.collapse.defaults = { |
|
554 |
+ toggle: true |
|
555 |
+ } |
|
556 |
+ |
|
557 |
+ $.fn.collapse.Constructor = Collapse |
|
558 |
+ |
|
559 |
+ |
|
560 |
+ /* COLLAPSIBLE DATA-API |
|
561 |
+ * ==================== */ |
|
562 |
+ |
|
563 |
+ $(function () { |
|
564 |
+ $('body').on('click.collapse.data-api', '[data-toggle=collapse]', function (e) { |
|
565 |
+ var $this = $(this), href |
|
566 |
+ , target = $this.attr('data-target') |
|
567 |
+ || e.preventDefault() |
|
568 |
+ || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7 |
|
569 |
+ , option = $(target).data('collapse') ? 'toggle' : $this.data() |
|
570 |
+ $this[$(target).hasClass('in') ? 'addClass' : 'removeClass']('collapsed') |
|
571 |
+ $(target).collapse(option) |
|
572 |
+ }) |
|
573 |
+ }) |
|
574 |
+ |
|
575 |
+}(window.jQuery);/* ============================================================ |
|
576 |
+ * bootstrap-dropdown.js v2.1.1 |
|
577 |
+ * http://twitter.github.com/bootstrap/javascript.html#dropdowns |
|
578 |
+ * ============================================================ |
|
579 |
+ * Copyright 2012 Twitter, Inc. |
|
580 |
+ * |
|
581 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
582 |
+ * you may not use this file except in compliance with the License. |
|
583 |
+ * You may obtain a copy of the License at |
|
584 |
+ * |
|
585 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
586 |
+ * |
|
587 |
+ * Unless required by applicable law or agreed to in writing, software |
|
588 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
589 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
590 |
+ * See the License for the specific language governing permissions and |
|
591 |
+ * limitations under the License. |
|
592 |
+ * ============================================================ */ |
|
593 |
+ |
|
594 |
+ |
|
595 |
+!function ($) { |
|
596 |
+ |
|
597 |
+ "use strict"; // jshint ;_; |
|
598 |
+ |
|
599 |
+ |
|
600 |
+ /* DROPDOWN CLASS DEFINITION |
|
601 |
+ * ========================= */ |
|
602 |
+ |
|
603 |
+ var toggle = '[data-toggle=dropdown]' |
|
604 |
+ , Dropdown = function (element) { |
|
605 |
+ var $el = $(element).on('click.dropdown.data-api', this.toggle) |
|
606 |
+ $('html').on('click.dropdown.data-api', function () { |
|
607 |
+ $el.parent().removeClass('open') |
|
608 |
+ }) |
|
609 |
+ } |
|
610 |
+ |
|
611 |
+ Dropdown.prototype = { |
|
612 |
+ |
|
613 |
+ constructor: Dropdown |
|
614 |
+ |
|
615 |
+ , toggle: function (e) { |
|
616 |
+ var $this = $(this) |
|
617 |
+ , $parent |
|
618 |
+ , isActive |
|
619 |
+ |
|
620 |
+ if ($this.is('.disabled, :disabled')) return |
|
621 |
+ |
|
622 |
+ $parent = getParent($this) |
|
623 |
+ |
|
624 |
+ isActive = $parent.hasClass('open') |
|
625 |
+ |
|
626 |
+ clearMenus() |
|
627 |
+ |
|
628 |
+ if (!isActive) { |
|
629 |
+ $parent.toggleClass('open') |
|
630 |
+ $this.focus() |
|
631 |
+ } |
|
632 |
+ |
|
633 |
+ return false |
|
634 |
+ } |
|
635 |
+ |
|
636 |
+ , keydown: function (e) { |
|
637 |
+ var $this |
|
638 |
+ , $items |
|
639 |
+ , $active |
|
640 |
+ , $parent |
|
641 |
+ , isActive |
|
642 |
+ , index |
|
643 |
+ |
|
644 |
+ if (!/(38|40|27)/.test(e.keyCode)) return |
|
645 |
+ |
|
646 |
+ $this = $(this) |
|
647 |
+ |
|
648 |
+ e.preventDefault() |
|
649 |
+ e.stopPropagation() |
|
650 |
+ |
|
651 |
+ if ($this.is('.disabled, :disabled')) return |
|
652 |
+ |
|
653 |
+ $parent = getParent($this) |
|
654 |
+ |
|
655 |
+ isActive = $parent.hasClass('open') |
|
656 |
+ |
|
657 |
+ if (!isActive || (isActive && e.keyCode == 27)) return $this.click() |
|
658 |
+ |
|
659 |
+ $items = $('[role=menu] li:not(.divider) a', $parent) |
|
660 |
+ |
|
661 |
+ if (!$items.length) return |
|
662 |
+ |
|
663 |
+ index = $items.index($items.filter(':focus')) |
|
664 |
+ |
|
665 |
+ if (e.keyCode == 38 && index > 0) index-- // up |
|
666 |
+ if (e.keyCode == 40 && index < $items.length - 1) index++ // down |
|
667 |
+ if (!~index) index = 0 |
|
668 |
+ |
|
669 |
+ $items |
|
670 |
+ .eq(index) |
|
671 |
+ .focus() |
|
672 |
+ } |
|
673 |
+ |
|
674 |
+ } |
|
675 |
+ |
|
676 |
+ function clearMenus() { |
|
677 |
+ getParent($(toggle)) |
|
678 |
+ .removeClass('open') |
|
679 |
+ } |
|
680 |
+ |
|
681 |
+ function getParent($this) { |
|
682 |
+ var selector = $this.attr('data-target') |
|
683 |
+ , $parent |
|
684 |
+ |
|
685 |
+ if (!selector) { |
|
686 |
+ selector = $this.attr('href') |
|
687 |
+ selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7 |
|
688 |
+ } |
|
689 |
+ |
|
690 |
+ $parent = $(selector) |
|
691 |
+ $parent.length || ($parent = $this.parent()) |
|
692 |
+ |
|
693 |
+ return $parent |
|
694 |
+ } |
|
695 |
+ |
|
696 |
+ |
|
697 |
+ /* DROPDOWN PLUGIN DEFINITION |
|
698 |
+ * ========================== */ |
|
699 |
+ |
|
700 |
+ $.fn.dropdown = function (option) { |
|
701 |
+ return this.each(function () { |
|
702 |
+ var $this = $(this) |
|
703 |
+ , data = $this.data('dropdown') |
|
704 |
+ if (!data) $this.data('dropdown', (data = new Dropdown(this))) |
|
705 |
+ if (typeof option == 'string') data[option].call($this) |
|
706 |
+ }) |
|
707 |
+ } |
|
708 |
+ |
|
709 |
+ $.fn.dropdown.Constructor = Dropdown |
|
710 |
+ |
|
711 |
+ |
|
712 |
+ /* APPLY TO STANDARD DROPDOWN ELEMENTS |
|
713 |
+ * =================================== */ |
|
714 |
+ |
|
715 |
+ $(function () { |
|
716 |
+ $('html') |
|
717 |
+ .on('click.dropdown.data-api touchstart.dropdown.data-api', clearMenus) |
|
718 |
+ $('body') |
|
719 |
+ .on('click.dropdown touchstart.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() }) |
|
720 |
+ .on('click.dropdown.data-api touchstart.dropdown.data-api' , toggle, Dropdown.prototype.toggle) |
|
721 |
+ .on('keydown.dropdown.data-api touchstart.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown) |
|
722 |
+ }) |
|
723 |
+ |
|
724 |
+}(window.jQuery);/* ========================================================= |
|
725 |
+ * bootstrap-modal.js v2.1.1 |
|
726 |
+ * http://twitter.github.com/bootstrap/javascript.html#modals |
|
727 |
+ * ========================================================= |
|
728 |
+ * Copyright 2012 Twitter, Inc. |
|
729 |
+ * |
|
730 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
731 |
+ * you may not use this file except in compliance with the License. |
|
732 |
+ * You may obtain a copy of the License at |
|
733 |
+ * |
|
734 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
735 |
+ * |
|
736 |
+ * Unless required by applicable law or agreed to in writing, software |
|
737 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
738 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
739 |
+ * See the License for the specific language governing permissions and |
|
740 |
+ * limitations under the License. |
|
741 |
+ * ========================================================= */ |
|
742 |
+ |
|
743 |
+ |
|
744 |
+!function ($) { |
|
745 |
+ |
|
746 |
+ "use strict"; // jshint ;_; |
|
747 |
+ |
|
748 |
+ |
|
749 |
+ /* MODAL CLASS DEFINITION |
|
750 |
+ * ====================== */ |
|
751 |
+ |
|
752 |
+ var Modal = function (element, options) { |
|
753 |
+ this.options = options |
|
754 |
+ this.$element = $(element) |
|
755 |
+ .delegate('[data-dismiss="modal"]', 'click.dismiss.modal', $.proxy(this.hide, this)) |
|
756 |
+ this.options.remote && this.$element.find('.modal-body').load(this.options.remote) |
|
757 |
+ } |
|
758 |
+ |
|
759 |
+ Modal.prototype = { |
|
760 |
+ |
|
761 |
+ constructor: Modal |
|
762 |
+ |
|
763 |
+ , toggle: function () { |
|
764 |
+ return this[!this.isShown ? 'show' : 'hide']() |
|
765 |
+ } |
|
766 |
+ |
|
767 |
+ , show: function () { |
|
768 |
+ var that = this |
|
769 |
+ , e = $.Event('show') |
|
770 |
+ |
|
771 |
+ this.$element.trigger(e) |
|
772 |
+ |
|
773 |
+ if (this.isShown || e.isDefaultPrevented()) return |
|
774 |
+ |
|
775 |
+ $('body').addClass('modal-open') |
|
776 |
+ |
|
777 |
+ this.isShown = true |
|
778 |
+ |
|
779 |
+ this.escape() |
|
780 |
+ |
|
781 |
+ this.backdrop(function () { |
|
782 |
+ var transition = $.support.transition && that.$element.hasClass('fade') |
|
783 |
+ |
|
784 |
+ if (!that.$element.parent().length) { |
|
785 |
+ that.$element.appendTo(document.body) //don't move modals dom position |
|
786 |
+ } |
|
787 |
+ |
|
788 |
+ that.$element |
|
789 |
+ .show() |
|
790 |
+ |
|
791 |
+ if (transition) { |
|
792 |
+ that.$element[0].offsetWidth // force reflow |
|
793 |
+ } |
|
794 |
+ |
|
795 |
+ that.$element |
|
796 |
+ .addClass('in') |
|
797 |
+ .attr('aria-hidden', false) |
|
798 |
+ .focus() |
|
799 |
+ |
|
800 |
+ that.enforceFocus() |
|
801 |
+ |
|
802 |
+ transition ? |
|
803 |
+ that.$element.one($.support.transition.end, function () { that.$element.trigger('shown') }) : |
|
804 |
+ that.$element.trigger('shown') |
|
805 |
+ |
|
806 |
+ }) |
|
807 |
+ } |
|
808 |
+ |
|
809 |
+ , hide: function (e) { |
|
810 |
+ e && e.preventDefault() |
|
811 |
+ |
|
812 |
+ var that = this |
|
813 |
+ |
|
814 |
+ e = $.Event('hide') |
|
815 |
+ |
|
816 |
+ this.$element.trigger(e) |
|
817 |
+ |
|
818 |
+ if (!this.isShown || e.isDefaultPrevented()) return |
|
819 |
+ |
|
820 |
+ this.isShown = false |
|
821 |
+ |
|
822 |
+ $('body').removeClass('modal-open') |
|
823 |
+ |
|
824 |
+ this.escape() |
|
825 |
+ |
|
826 |
+ $(document).off('focusin.modal') |
|
827 |
+ |
|
828 |
+ this.$element |
|
829 |
+ .removeClass('in') |
|
830 |
+ .attr('aria-hidden', true) |
|
831 |
+ |
|
832 |
+ $.support.transition && this.$element.hasClass('fade') ? |
|
833 |
+ this.hideWithTransition() : |
|
834 |
+ this.hideModal() |
|
835 |
+ } |
|
836 |
+ |
|
837 |
+ , enforceFocus: function () { |
|
838 |
+ var that = this |
|
839 |
+ $(document).on('focusin.modal', function (e) { |
|
840 |
+ if (that.$element[0] !== e.target && !that.$element.has(e.target).length) { |
|
841 |
+ that.$element.focus() |
|
842 |
+ } |
|
843 |
+ }) |
|
844 |
+ } |
|
845 |
+ |
|
846 |
+ , escape: function () { |
|
847 |
+ var that = this |
|
848 |
+ if (this.isShown && this.options.keyboard) { |
|
849 |
+ this.$element.on('keyup.dismiss.modal', function ( e ) { |
|
850 |
+ e.which == 27 && that.hide() |
|
851 |
+ }) |
|
852 |
+ } else if (!this.isShown) { |
|
853 |
+ this.$element.off('keyup.dismiss.modal') |
|
854 |
+ } |
|
855 |
+ } |
|
856 |
+ |
|
857 |
+ , hideWithTransition: function () { |
|
858 |
+ var that = this |
|
859 |
+ , timeout = setTimeout(function () { |
|
860 |
+ that.$element.off($.support.transition.end) |
|
861 |
+ that.hideModal() |
|
862 |
+ }, 500) |
|
863 |
+ |
|
864 |
+ this.$element.one($.support.transition.end, function () { |
|
865 |
+ clearTimeout(timeout) |
|
866 |
+ that.hideModal() |
|
867 |
+ }) |
|
868 |
+ } |
|
869 |
+ |
|
870 |
+ , hideModal: function (that) { |
|
871 |
+ this.$element |
|
872 |
+ .hide() |
|
873 |
+ .trigger('hidden') |
|
874 |
+ |
|
875 |
+ this.backdrop() |
|
876 |
+ } |
|
877 |
+ |
|
878 |
+ , removeBackdrop: function () { |
|
879 |
+ this.$backdrop.remove() |
|
880 |
+ this.$backdrop = null |
|
881 |
+ } |
|
882 |
+ |
|
883 |
+ , backdrop: function (callback) { |
|
884 |
+ var that = this |
|
885 |
+ , animate = this.$element.hasClass('fade') ? 'fade' : '' |
|
886 |
+ |
|
887 |
+ if (this.isShown && this.options.backdrop) { |
|
888 |
+ var doAnimate = $.support.transition && animate |
|
889 |
+ |
|
890 |
+ this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />') |
|
891 |
+ .appendTo(document.body) |
|
892 |
+ |
|
893 |
+ if (this.options.backdrop != 'static') { |
|
894 |
+ this.$backdrop.click($.proxy(this.hide, this)) |
|
895 |
+ } |
|
896 |
+ |
|
897 |
+ if (doAnimate) this.$backdrop[0].offsetWidth // force reflow |
|
898 |
+ |
|
899 |
+ this.$backdrop.addClass('in') |
|
900 |
+ |
|
901 |
+ doAnimate ? |
|
902 |
+ this.$backdrop.one($.support.transition.end, callback) : |
|
903 |
+ callback() |
|
904 |
+ |
|
905 |
+ } else if (!this.isShown && this.$backdrop) { |
|
906 |
+ this.$backdrop.removeClass('in') |
|
907 |
+ |
|
908 |
+ $.support.transition && this.$element.hasClass('fade')? |
|
909 |
+ this.$backdrop.one($.support.transition.end, $.proxy(this.removeBackdrop, this)) : |
|
910 |
+ this.removeBackdrop() |
|
911 |
+ |
|
912 |
+ } else if (callback) { |
|
913 |
+ callback() |
|
914 |
+ } |
|
915 |
+ } |
|
916 |
+ } |
|
917 |
+ |
|
918 |
+ |
|
919 |
+ /* MODAL PLUGIN DEFINITION |
|
920 |
+ * ======================= */ |
|
921 |
+ |
|
922 |
+ $.fn.modal = function (option) { |
|
923 |
+ return this.each(function () { |
|
924 |
+ var $this = $(this) |
|
925 |
+ , data = $this.data('modal') |
|
926 |
+ , options = $.extend({}, $.fn.modal.defaults, $this.data(), typeof option == 'object' && option) |
|
927 |
+ if (!data) $this.data('modal', (data = new Modal(this, options))) |
|
928 |
+ if (typeof option == 'string') data[option]() |
|
929 |
+ else if (options.show) data.show() |
|
930 |
+ }) |
|
931 |
+ } |
|
932 |
+ |
|
933 |
+ $.fn.modal.defaults = { |
|
934 |
+ backdrop: true |
|
935 |
+ , keyboard: true |
|
936 |
+ , show: true |
|
937 |
+ } |
|
938 |
+ |
|
939 |
+ $.fn.modal.Constructor = Modal |
|
940 |
+ |
|
941 |
+ |
|
942 |
+ /* MODAL DATA-API |
|
943 |
+ * ============== */ |
|
944 |
+ |
|
945 |
+ $(function () { |
|
946 |
+ $('body').on('click.modal.data-api', '[data-toggle="modal"]', function ( e ) { |
|
947 |
+ var $this = $(this) |
|
948 |
+ , href = $this.attr('href') |
|
949 |
+ , $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7 |
|
950 |
+ , option = $target.data('modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data()) |
|
951 |
+ |
|
952 |
+ e.preventDefault() |
|
953 |
+ |
|
954 |
+ $target |
|
955 |
+ .modal(option) |
|
956 |
+ .one('hide', function () { |
|
957 |
+ $this.focus() |
|
958 |
+ }) |
|
959 |
+ }) |
|
960 |
+ }) |
|
961 |
+ |
|
962 |
+}(window.jQuery);/* =========================================================== |
|
963 |
+ * bootstrap-tooltip.js v2.1.1 |
|
964 |
+ * http://twitter.github.com/bootstrap/javascript.html#tooltips |
|
965 |
+ * Inspired by the original jQuery.tipsy by Jason Frame |
|
966 |
+ * =========================================================== |
|
967 |
+ * Copyright 2012 Twitter, Inc. |
|
968 |
+ * |
|
969 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
970 |
+ * you may not use this file except in compliance with the License. |
|
971 |
+ * You may obtain a copy of the License at |
|
972 |
+ * |
|
973 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
974 |
+ * |
|
975 |
+ * Unless required by applicable law or agreed to in writing, software |
|
976 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
977 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
978 |
+ * See the License for the specific language governing permissions and |
|
979 |
+ * limitations under the License. |
|
980 |
+ * ========================================================== */ |
|
981 |
+ |
|
982 |
+ |
|
983 |
+!function ($) { |
|
984 |
+ |
|
985 |
+ "use strict"; // jshint ;_; |
|
986 |
+ |
|
987 |
+ |
|
988 |
+ /* TOOLTIP PUBLIC CLASS DEFINITION |
|
989 |
+ * =============================== */ |
|
990 |
+ |
|
991 |
+ var Tooltip = function (element, options) { |
|
992 |
+ this.init('tooltip', element, options) |
|
993 |
+ } |
|
994 |
+ |
|
995 |
+ Tooltip.prototype = { |
|
996 |
+ |
|
997 |
+ constructor: Tooltip |
|
998 |
+ |
|
999 |
+ , init: function (type, element, options) { |
|
1000 |
+ var eventIn |
|
1001 |
+ , eventOut |
|
1002 |
+ |
|
1003 |
+ this.type = type |
|
1004 |
+ this.$element = $(element) |
|
1005 |
+ this.options = this.getOptions(options) |
|
1006 |
+ this.enabled = true |
|
1007 |
+ |
|
1008 |
+ if (this.options.trigger == 'click') { |
|
1009 |
+ this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this)) |
|
1010 |
+ } else if (this.options.trigger != 'manual') { |
|
1011 |
+ eventIn = this.options.trigger == 'hover' ? 'mouseenter' : 'focus' |
|
1012 |
+ eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur' |
|
1013 |
+ this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this)) |
|
1014 |
+ this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this)) |
|
1015 |
+ } |
|
1016 |
+ |
|
1017 |
+ this.options.selector ? |
|
1018 |
+ (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) : |
|
1019 |
+ this.fixTitle() |
|
1020 |
+ } |
|
1021 |
+ |
|
1022 |
+ , getOptions: function (options) { |
|
1023 |
+ options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data()) |
|
1024 |
+ |
|
1025 |
+ if (options.delay && typeof options.delay == 'number') { |
|
1026 |
+ options.delay = { |
|
1027 |
+ show: options.delay |
|
1028 |
+ , hide: options.delay |
|
1029 |
+ } |
|
1030 |
+ } |
|
1031 |
+ |
|
1032 |
+ return options |
|
1033 |
+ } |
|
1034 |
+ |
|
1035 |
+ , enter: function (e) { |
|
1036 |
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type) |
|
1037 |
+ |
|
1038 |
+ if (!self.options.delay || !self.options.delay.show) return self.show() |
|
1039 |
+ |
|
1040 |
+ clearTimeout(this.timeout) |
|
1041 |
+ self.hoverState = 'in' |
|
1042 |
+ this.timeout = setTimeout(function() { |
|
1043 |
+ if (self.hoverState == 'in') self.show() |
|
1044 |
+ }, self.options.delay.show) |
|
1045 |
+ } |
|
1046 |
+ |
|
1047 |
+ , leave: function (e) { |
|
1048 |
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type) |
|
1049 |
+ |
|
1050 |
+ if (this.timeout) clearTimeout(this.timeout) |
|
1051 |
+ if (!self.options.delay || !self.options.delay.hide) return self.hide() |
|
1052 |
+ |
|
1053 |
+ self.hoverState = 'out' |
|
1054 |
+ this.timeout = setTimeout(function() { |
|
1055 |
+ if (self.hoverState == 'out') self.hide() |
|
1056 |
+ }, self.options.delay.hide) |
|
1057 |
+ } |
|
1058 |
+ |
|
1059 |
+ , show: function () { |
|
1060 |
+ var $tip |
|
1061 |
+ , inside |
|
1062 |
+ , pos |
|
1063 |
+ , actualWidth |
|
1064 |
+ , actualHeight |
|
1065 |
+ , placement |
|
1066 |
+ , tp |
|
1067 |
+ |
|
1068 |
+ if (this.hasContent() && this.enabled) { |
|
1069 |
+ $tip = this.tip() |
|
1070 |
+ this.setContent() |
|
1071 |
+ |
|
1072 |
+ if (this.options.animation) { |
|
1073 |
+ $tip.addClass('fade') |
|
1074 |
+ } |
|
1075 |
+ |
|
1076 |
+ placement = typeof this.options.placement == 'function' ? |
|
1077 |
+ this.options.placement.call(this, $tip[0], this.$element[0]) : |
|
1078 |
+ this.options.placement |
|
1079 |
+ |
|
1080 |
+ inside = /in/.test(placement) |
|
1081 |
+ |
|
1082 |
+ $tip |
|
1083 |
+ .remove() |
|
1084 |
+ .css({ top: 0, left: 0, display: 'block' }) |
|
1085 |
+ .appendTo(inside ? this.$element : document.body) |
|
1086 |
+ |
|
1087 |
+ pos = this.getPosition(inside) |
|
1088 |
+ |
|
1089 |
+ actualWidth = $tip[0].offsetWidth |
|
1090 |
+ actualHeight = $tip[0].offsetHeight |
|
1091 |
+ |
|
1092 |
+ switch (inside ? placement.split(' ')[1] : placement) { |
|
1093 |
+ case 'bottom': |
|
1094 |
+ tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2} |
|
1095 |
+ break |
|
1096 |
+ case 'top': |
|
1097 |
+ tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2} |
|
1098 |
+ break |
|
1099 |
+ case 'left': |
|
1100 |
+ tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth} |
|
1101 |
+ break |
|
1102 |
+ case 'right': |
|
1103 |
+ tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width} |
|
1104 |
+ break |
|
1105 |
+ } |
|
1106 |
+ |
|
1107 |
+ $tip |
|
1108 |
+ .css(tp) |
|
1109 |
+ .addClass(placement) |
|
1110 |
+ .addClass('in') |
|
1111 |
+ } |
|
1112 |
+ } |
|
1113 |
+ |
|
1114 |
+ , setContent: function () { |
|
1115 |
+ var $tip = this.tip() |
|
1116 |
+ , title = this.getTitle() |
|
1117 |
+ |
|
1118 |
+ $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title) |
|
1119 |
+ $tip.removeClass('fade in top bottom left right') |
|
1120 |
+ } |
|
1121 |
+ |
|
1122 |
+ , hide: function () { |
|
1123 |
+ var that = this |
|
1124 |
+ , $tip = this.tip() |
|
1125 |
+ |
|
1126 |
+ $tip.removeClass('in') |
|
1127 |
+ |
|
1128 |
+ function removeWithAnimation() { |
|
1129 |
+ var timeout = setTimeout(function () { |
|
1130 |
+ $tip.off($.support.transition.end).remove() |
|
1131 |
+ }, 500) |
|
1132 |
+ |
|
1133 |
+ $tip.one($.support.transition.end, function () { |
|
1134 |
+ clearTimeout(timeout) |
|
1135 |
+ $tip.remove() |
|
1136 |
+ }) |
|
1137 |
+ } |
|
1138 |
+ |
|
1139 |
+ $.support.transition && this.$tip.hasClass('fade') ? |
|
1140 |
+ removeWithAnimation() : |
|
1141 |
+ $tip.remove() |
|
1142 |
+ |
|
1143 |
+ return this |
|
1144 |
+ } |
|
1145 |
+ |
|
1146 |
+ , fixTitle: function () { |
|
1147 |
+ var $e = this.$element |
|
1148 |
+ if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') { |
|
1149 |
+ $e.attr('data-original-title', $e.attr('title') || '').removeAttr('title') |
|
1150 |
+ } |
|
1151 |
+ } |
|
1152 |
+ |
|
1153 |
+ , hasContent: function () { |
|
1154 |
+ return this.getTitle() |
|
1155 |
+ } |
|
1156 |
+ |
|
1157 |
+ , getPosition: function (inside) { |
|
1158 |
+ return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), { |
|
1159 |
+ width: this.$element[0].offsetWidth |
|
1160 |
+ , height: this.$element[0].offsetHeight |
|
1161 |
+ }) |
|
1162 |
+ } |
|
1163 |
+ |
|
1164 |
+ , getTitle: function () { |
|
1165 |
+ var title |
|
1166 |
+ , $e = this.$element |
|
1167 |
+ , o = this.options |
|
1168 |
+ |
|
1169 |
+ title = $e.attr('data-original-title') |
|
1170 |
+ || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title) |
|
1171 |
+ |
|
1172 |
+ return title |
|
1173 |
+ } |
|
1174 |
+ |
|
1175 |
+ , tip: function () { |
|
1176 |
+ return this.$tip = this.$tip || $(this.options.template) |
|
1177 |
+ } |
|
1178 |
+ |
|
1179 |
+ , validate: function () { |
|
1180 |
+ if (!this.$element[0].parentNode) { |
|
1181 |
+ this.hide() |
|
1182 |
+ this.$element = null |
|
1183 |
+ this.options = null |
|
1184 |
+ } |
|
1185 |
+ } |
|
1186 |
+ |
|
1187 |
+ , enable: function () { |
|
1188 |
+ this.enabled = true |
|
1189 |
+ } |
|
1190 |
+ |
|
1191 |
+ , disable: function () { |
|
1192 |
+ this.enabled = false |
|
1193 |
+ } |
|
1194 |
+ |
|
1195 |
+ , toggleEnabled: function () { |
|
1196 |
+ this.enabled = !this.enabled |
|
1197 |
+ } |
|
1198 |
+ |
|
1199 |
+ , toggle: function () { |
|
1200 |
+ this[this.tip().hasClass('in') ? 'hide' : 'show']() |
|
1201 |
+ } |
|
1202 |
+ |
|
1203 |
+ , destroy: function () { |
|
1204 |
+ this.hide().$element.off('.' + this.type).removeData(this.type) |
|
1205 |
+ } |
|
1206 |
+ |
|
1207 |
+ } |
|
1208 |
+ |
|
1209 |
+ |
|
1210 |
+ /* TOOLTIP PLUGIN DEFINITION |
|
1211 |
+ * ========================= */ |
|
1212 |
+ |
|
1213 |
+ $.fn.tooltip = function ( option ) { |
|
1214 |
+ return this.each(function () { |
|
1215 |
+ var $this = $(this) |
|
1216 |
+ , data = $this.data('tooltip') |
|
1217 |
+ , options = typeof option == 'object' && option |
|
1218 |
+ if (!data) $this.data('tooltip', (data = new Tooltip(this, options))) |
|
1219 |
+ if (typeof option == 'string') data[option]() |
|
1220 |
+ }) |
|
1221 |
+ } |
|
1222 |
+ |
|
1223 |
+ $.fn.tooltip.Constructor = Tooltip |
|
1224 |
+ |
|
1225 |
+ $.fn.tooltip.defaults = { |
|
1226 |
+ animation: true |
|
1227 |
+ , placement: 'top' |
|
1228 |
+ , selector: false |
|
1229 |
+ , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' |
|
1230 |
+ , trigger: 'hover' |
|
1231 |
+ , title: '' |
|
1232 |
+ , delay: 0 |
|
1233 |
+ , html: true |
|
1234 |
+ } |
|
1235 |
+ |
|
1236 |
+}(window.jQuery); |
|
1237 |
+/* =========================================================== |
|
1238 |
+ * bootstrap-popover.js v2.1.1 |
|
1239 |
+ * http://twitter.github.com/bootstrap/javascript.html#popovers |
|
1240 |
+ * =========================================================== |
|
1241 |
+ * Copyright 2012 Twitter, Inc. |
|
1242 |
+ * |
|
1243 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
1244 |
+ * you may not use this file except in compliance with the License. |
|
1245 |
+ * You may obtain a copy of the License at |
|
1246 |
+ * |
|
1247 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
1248 |
+ * |
|
1249 |
+ * Unless required by applicable law or agreed to in writing, software |
|
1250 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
1251 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
1252 |
+ * See the License for the specific language governing permissions and |
|
1253 |
+ * limitations under the License. |
|
1254 |
+ * =========================================================== */ |
|
1255 |
+ |
|
1256 |
+ |
|
1257 |
+!function ($) { |
|
1258 |
+ |
|
1259 |
+ "use strict"; // jshint ;_; |
|
1260 |
+ |
|
1261 |
+ |
|
1262 |
+ /* POPOVER PUBLIC CLASS DEFINITION |
|
1263 |
+ * =============================== */ |
|
1264 |
+ |
|
1265 |
+ var Popover = function (element, options) { |
|
1266 |
+ this.init('popover', element, options) |
|
1267 |
+ } |
|
1268 |
+ |
|
1269 |
+ |
|
1270 |
+ /* NOTE: POPOVER EXTENDS BOOTSTRAP-TOOLTIP.js |
|
1271 |
+ ========================================== */ |
|
1272 |
+ |
|
1273 |
+ Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, { |
|
1274 |
+ |
|
1275 |
+ constructor: Popover |
|
1276 |
+ |
|
1277 |
+ , setContent: function () { |
|
1278 |
+ var $tip = this.tip() |
|
1279 |
+ , title = this.getTitle() |
|
1280 |
+ , content = this.getContent() |
|
1281 |
+ |
|
1282 |
+ $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title) |
|
1283 |
+ $tip.find('.popover-content > *')[this.options.html ? 'html' : 'text'](content) |
|
1284 |
+ |
|
1285 |
+ $tip.removeClass('fade top bottom left right in') |
|
1286 |
+ } |
|
1287 |
+ |
|
1288 |
+ , hasContent: function () { |
|
1289 |
+ return this.getTitle() || this.getContent() |
|
1290 |
+ } |
|
1291 |
+ |
|
1292 |
+ , getContent: function () { |
|
1293 |
+ var content |
|
1294 |
+ , $e = this.$element |
|
1295 |
+ , o = this.options |
|
1296 |
+ |
|
1297 |
+ content = $e.attr('data-content') |
|
1298 |
+ || (typeof o.content == 'function' ? o.content.call($e[0]) : o.content) |
|
1299 |
+ |
|
1300 |
+ return content |
|
1301 |
+ } |
|
1302 |
+ |
|
1303 |
+ , tip: function () { |
|
1304 |
+ if (!this.$tip) { |
|
1305 |
+ this.$tip = $(this.options.template) |
|
1306 |
+ } |
|
1307 |
+ return this.$tip |
|
1308 |
+ } |
|
1309 |
+ |
|
1310 |
+ , destroy: function () { |
|
1311 |
+ this.hide().$element.off('.' + this.type).removeData(this.type) |
|
1312 |
+ } |
|
1313 |
+ |
|
1314 |
+ }) |
|
1315 |
+ |
|
1316 |
+ |
|
1317 |
+ /* POPOVER PLUGIN DEFINITION |
|
1318 |
+ * ======================= */ |
|
1319 |
+ |
|
1320 |
+ $.fn.popover = function (option) { |
|
1321 |
+ return this.each(function () { |
|
1322 |
+ var $this = $(this) |
|
1323 |
+ , data = $this.data('popover') |
|
1324 |
+ , options = typeof option == 'object' && option |
|
1325 |
+ if (!data) $this.data('popover', (data = new Popover(this, options))) |
|
1326 |
+ if (typeof option == 'string') data[option]() |
|
1327 |
+ }) |
|
1328 |
+ } |
|
1329 |
+ |
|
1330 |
+ $.fn.popover.Constructor = Popover |
|
1331 |
+ |
|
1332 |
+ $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, { |
|
1333 |
+ placement: 'right' |
|
1334 |
+ , trigger: 'click' |
|
1335 |
+ , content: '' |
|
1336 |
+ , template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>' |
|
1337 |
+ }) |
|
1338 |
+ |
|
1339 |
+}(window.jQuery);/* ============================================================= |
|
1340 |
+ * bootstrap-scrollspy.js v2.1.1 |
|
1341 |
+ * http://twitter.github.com/bootstrap/javascript.html#scrollspy |
|
1342 |
+ * ============================================================= |
|
1343 |
+ * Copyright 2012 Twitter, Inc. |
|
1344 |
+ * |
|
1345 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
1346 |
+ * you may not use this file except in compliance with the License. |
|
1347 |
+ * You may obtain a copy of the License at |
|
1348 |
+ * |
|
1349 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
1350 |
+ * |
|
1351 |
+ * Unless required by applicable law or agreed to in writing, software |
|
1352 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
1353 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
1354 |
+ * See the License for the specific language governing permissions and |
|
1355 |
+ * limitations under the License. |
|
1356 |
+ * ============================================================== */ |
|
1357 |
+ |
|
1358 |
+ |
|
1359 |
+!function ($) { |
|
1360 |
+ |
|
1361 |
+ "use strict"; // jshint ;_; |
|
1362 |
+ |
|
1363 |
+ |
|
1364 |
+ /* SCROLLSPY CLASS DEFINITION |
|
1365 |
+ * ========================== */ |
|
1366 |
+ |
|
1367 |
+ function ScrollSpy(element, options) { |
|
1368 |
+ var process = $.proxy(this.process, this) |
|
1369 |
+ , $element = $(element).is('body') ? $(window) : $(element) |
|
1370 |
+ , href |
|
1371 |
+ this.options = $.extend({}, $.fn.scrollspy.defaults, options) |
|
1372 |
+ this.$scrollElement = $element.on('scroll.scroll-spy.data-api', process) |
|
1373 |
+ this.selector = (this.options.target |
|
1374 |
+ || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 |
|
1375 |
+ || '') + ' .nav li > a' |
|
1376 |
+ this.$body = $('body') |
|
1377 |
+ this.refresh() |
|
1378 |
+ this.process() |
|
1379 |
+ } |
|
1380 |
+ |
|
1381 |
+ ScrollSpy.prototype = { |
|
1382 |
+ |
|
1383 |
+ constructor: ScrollSpy |
|
1384 |
+ |
|
1385 |
+ , refresh: function () { |
|
1386 |
+ var self = this |
|
1387 |
+ , $targets |
|
1388 |
+ |
|
1389 |
+ this.offsets = $([]) |
|
1390 |
+ this.targets = $([]) |
|
1391 |
+ |
|
1392 |
+ $targets = this.$body |
|
1393 |
+ .find(this.selector) |
|
1394 |
+ .map(function () { |
|
1395 |
+ var $el = $(this) |
|
1396 |
+ , href = $el.data('target') || $el.attr('href') |
|
1397 |
+ , $href = /^#\w/.test(href) && $(href) |
|
1398 |
+ return ( $href |
|
1399 |
+ && $href.length |
|
1400 |
+ && [[ $href.position().top, href ]] ) || null |
|
1401 |
+ }) |
|
1402 |
+ .sort(function (a, b) { return a[0] - b[0] }) |
|
1403 |
+ .each(function () { |
|
1404 |
+ self.offsets.push(this[0]) |
|
1405 |
+ self.targets.push(this[1]) |
|
1406 |
+ }) |
|
1407 |
+ } |
|
1408 |
+ |
|
1409 |
+ , process: function () { |
|
1410 |
+ var scrollTop = this.$scrollElement.scrollTop() + this.options.offset |
|
1411 |
+ , scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight |
|
1412 |
+ , maxScroll = scrollHeight - this.$scrollElement.height() |
|
1413 |
+ , offsets = this.offsets |
|
1414 |
+ , targets = this.targets |
|
1415 |
+ , activeTarget = this.activeTarget |
|
1416 |
+ , i |
|
1417 |
+ |
|
1418 |
+ if (scrollTop >= maxScroll) { |
|
1419 |
+ return activeTarget != (i = targets.last()[0]) |
|
1420 |
+ && this.activate ( i ) |
|
1421 |
+ } |
|
1422 |
+ |
|
1423 |
+ for (i = offsets.length; i--;) { |
|
1424 |
+ activeTarget != targets[i] |
|
1425 |
+ && scrollTop >= offsets[i] |
|
1426 |
+ && (!offsets[i + 1] || scrollTop <= offsets[i + 1]) |
|
1427 |
+ && this.activate( targets[i] ) |
|
1428 |
+ } |
|
1429 |
+ } |
|
1430 |
+ |
|
1431 |
+ , activate: function (target) { |
|
1432 |
+ var active |
|
1433 |
+ , selector |
|
1434 |
+ |
|
1435 |
+ this.activeTarget = target |
|
1436 |
+ |
|
1437 |
+ $(this.selector) |
|
1438 |
+ .parent('.active') |
|
1439 |
+ .removeClass('active') |
|
1440 |
+ |
|
1441 |
+ selector = this.selector |
|
1442 |
+ + '[data-target="' + target + '"],' |
|
1443 |
+ + this.selector + '[href="' + target + '"]' |
|
1444 |
+ |
|
1445 |
+ active = $(selector) |
|
1446 |
+ .parent('li') |
|
1447 |
+ .addClass('active') |
|
1448 |
+ |
|
1449 |
+ if (active.parent('.dropdown-menu').length) { |
|
1450 |
+ active = active.closest('li.dropdown').addClass('active') |
|
1451 |
+ } |
|
1452 |
+ |
|
1453 |
+ active.trigger('activate') |
|
1454 |
+ } |
|
1455 |
+ |
|
1456 |
+ } |
|
1457 |
+ |
|
1458 |
+ |
|
1459 |
+ /* SCROLLSPY PLUGIN DEFINITION |
|
1460 |
+ * =========================== */ |
|
1461 |
+ |
|
1462 |
+ $.fn.scrollspy = function (option) { |
|
1463 |
+ return this.each(function () { |
|
1464 |
+ var $this = $(this) |
|
1465 |
+ , data = $this.data('scrollspy') |
|
1466 |
+ , options = typeof option == 'object' && option |
|
1467 |
+ if (!data) $this.data('scrollspy', (data = new ScrollSpy(this, options))) |
|
1468 |
+ if (typeof option == 'string') data[option]() |
|
1469 |
+ }) |
|
1470 |
+ } |
|
1471 |
+ |
|
1472 |
+ $.fn.scrollspy.Constructor = ScrollSpy |
|
1473 |
+ |
|
1474 |
+ $.fn.scrollspy.defaults = { |
|
1475 |
+ offset: 10 |
|
1476 |
+ } |
|
1477 |
+ |
|
1478 |
+ |
|
1479 |
+ /* SCROLLSPY DATA-API |
|
1480 |
+ * ================== */ |
|
1481 |
+ |
|
1482 |
+ $(window).on('load', function () { |
|
1483 |
+ $('[data-spy="scroll"]').each(function () { |
|
1484 |
+ var $spy = $(this) |
|
1485 |
+ $spy.scrollspy($spy.data()) |
|
1486 |
+ }) |
|
1487 |
+ }) |
|
1488 |
+ |
|
1489 |
+}(window.jQuery);/* ======================================================== |
|
1490 |
+ * bootstrap-tab.js v2.1.1 |
|
1491 |
+ * http://twitter.github.com/bootstrap/javascript.html#tabs |
|
1492 |
+ * ======================================================== |
|
1493 |
+ * Copyright 2012 Twitter, Inc. |
|
1494 |
+ * |
|
1495 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
1496 |
+ * you may not use this file except in compliance with the License. |
|
1497 |
+ * You may obtain a copy of the License at |
|
1498 |
+ * |
|
1499 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
1500 |
+ * |
|
1501 |
+ * Unless required by applicable law or agreed to in writing, software |
|
1502 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
1503 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
1504 |
+ * See the License for the specific language governing permissions and |
|
1505 |
+ * limitations under the License. |
|
1506 |
+ * ======================================================== */ |
|
1507 |
+ |
|
1508 |
+ |
|
1509 |
+!function ($) { |
|
1510 |
+ |
|
1511 |
+ "use strict"; // jshint ;_; |
|
1512 |
+ |
|
1513 |
+ |
|
1514 |
+ /* TAB CLASS DEFINITION |
|
1515 |
+ * ==================== */ |
|
1516 |
+ |
|
1517 |
+ var Tab = function (element) { |
|
1518 |
+ this.element = $(element) |
|
1519 |
+ } |
|
1520 |
+ |
|
1521 |
+ Tab.prototype = { |
|
1522 |
+ |
|
1523 |
+ constructor: Tab |
|
1524 |
+ |
|
1525 |
+ , show: function () { |
|
1526 |
+ var $this = this.element |
|
1527 |
+ , $ul = $this.closest('ul:not(.dropdown-menu)') |
|
1528 |
+ , selector = $this.attr('data-target') |
|
1529 |
+ , previous |
|
1530 |
+ , $target |
|
1531 |
+ , e |
|
1532 |
+ |
|
1533 |
+ if (!selector) { |
|
1534 |
+ selector = $this.attr('href') |
|
1535 |
+ selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7 |
|
1536 |
+ } |
|
1537 |
+ |
|
1538 |
+ if ( $this.parent('li').hasClass('active') ) return |
|
1539 |
+ |
|
1540 |
+ previous = $ul.find('.active a').last()[0] |
|
1541 |
+ |
|
1542 |
+ e = $.Event('show', { |
|
1543 |
+ relatedTarget: previous |
|
1544 |
+ }) |
|
1545 |
+ |
|
1546 |
+ $this.trigger(e) |
|
1547 |
+ |
|
1548 |
+ if (e.isDefaultPrevented()) return |
|
1549 |
+ |
|
1550 |
+ $target = $(selector) |
|
1551 |
+ |
|
1552 |
+ this.activate($this.parent('li'), $ul) |
|
1553 |
+ this.activate($target, $target.parent(), function () { |
|
1554 |
+ $this.trigger({ |
|
1555 |
+ type: 'shown' |
|
1556 |
+ , relatedTarget: previous |
|
1557 |
+ }) |
|
1558 |
+ }) |
|
1559 |
+ } |
|
1560 |
+ |
|
1561 |
+ , activate: function ( element, container, callback) { |
|
1562 |
+ var $active = container.find('> .active') |
|
1563 |
+ , transition = callback |
|
1564 |
+ && $.support.transition |
|
1565 |
+ && $active.hasClass('fade') |
|
1566 |
+ |
|
1567 |
+ function next() { |
|
1568 |
+ $active |
|
1569 |
+ .removeClass('active') |
|
1570 |
+ .find('> .dropdown-menu > .active') |
|
1571 |
+ .removeClass('active') |
|
1572 |
+ |
|
1573 |
+ element.addClass('active') |
|
1574 |
+ |
|
1575 |
+ if (transition) { |
|
1576 |
+ element[0].offsetWidth // reflow for transition |
|
1577 |
+ element.addClass('in') |
|
1578 |
+ } else { |
|
1579 |
+ element.removeClass('fade') |
|
1580 |
+ } |
|
1581 |
+ |
|
1582 |
+ if ( element.parent('.dropdown-menu') ) { |
|
1583 |
+ element.closest('li.dropdown').addClass('active') |
|
1584 |
+ } |
|
1585 |
+ |
|
1586 |
+ callback && callback() |
|
1587 |
+ } |
|
1588 |
+ |
|
1589 |
+ transition ? |
|
1590 |
+ $active.one($.support.transition.end, next) : |
|
1591 |
+ next() |
|
1592 |
+ |
|
1593 |
+ $active.removeClass('in') |
|
1594 |
+ } |
|
1595 |
+ } |
|
1596 |
+ |
|
1597 |
+ |
|
1598 |
+ /* TAB PLUGIN DEFINITION |
|
1599 |
+ * ===================== */ |
|
1600 |
+ |
|
1601 |
+ $.fn.tab = function ( option ) { |
|
1602 |
+ return this.each(function () { |
|
1603 |
+ var $this = $(this) |
|
1604 |
+ , data = $this.data('tab') |
|
1605 |
+ if (!data) $this.data('tab', (data = new Tab(this))) |
|
1606 |
+ if (typeof option == 'string') data[option]() |
|
1607 |
+ }) |
|
1608 |
+ } |
|
1609 |
+ |
|
1610 |
+ $.fn.tab.Constructor = Tab |
|
1611 |
+ |
|
1612 |
+ |
|
1613 |
+ /* TAB DATA-API |
|
1614 |
+ * ============ */ |
|
1615 |
+ |
|
1616 |
+ $(function () { |
|
1617 |
+ $('body').on('click.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) { |
|
1618 |
+ e.preventDefault() |
|
1619 |
+ $(this).tab('show') |
|
1620 |
+ }) |
|
1621 |
+ }) |
|
1622 |
+ |
|
1623 |
+}(window.jQuery);/* ============================================================= |
|
1624 |
+ * bootstrap-typeahead.js v2.1.1 |
|
1625 |
+ * http://twitter.github.com/bootstrap/javascript.html#typeahead |
|
1626 |
+ * ============================================================= |
|
1627 |
+ * Copyright 2012 Twitter, Inc. |
|
1628 |
+ * |
|
1629 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
1630 |
+ * you may not use this file except in compliance with the License. |
|
1631 |
+ * You may obtain a copy of the License at |
|
1632 |
+ * |
|
1633 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
1634 |
+ * |
|
1635 |
+ * Unless required by applicable law or agreed to in writing, software |
|
1636 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
1637 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
1638 |
+ * See the License for the specific language governing permissions and |
|
1639 |
+ * limitations under the License. |
|
1640 |
+ * ============================================================ */ |
|
1641 |
+ |
|
1642 |
+ |
|
1643 |
+!function($){ |
|
1644 |
+ |
|
1645 |
+ "use strict"; // jshint ;_; |
|
1646 |
+ |
|
1647 |
+ |
|
1648 |
+ /* TYPEAHEAD PUBLIC CLASS DEFINITION |
|
1649 |
+ * ================================= */ |
|
1650 |
+ |
|
1651 |
+ var Typeahead = function (element, options) { |
|
1652 |
+ this.$element = $(element) |
|
1653 |
+ this.options = $.extend({}, $.fn.typeahead.defaults, options) |
|
1654 |
+ this.matcher = this.options.matcher || this.matcher |
|
1655 |
+ this.sorter = this.options.sorter || this.sorter |
|
1656 |
+ this.highlighter = this.options.highlighter || this.highlighter |
|
1657 |
+ this.updater = this.options.updater || this.updater |
|
1658 |
+ this.$menu = $(this.options.menu).appendTo('body') |
|
1659 |
+ this.source = this.options.source |
|
1660 |
+ this.shown = false |
|
1661 |
+ this.listen() |
|
1662 |
+ } |
|
1663 |
+ |
|
1664 |
+ Typeahead.prototype = { |
|
1665 |
+ |
|
1666 |
+ constructor: Typeahead |
|
1667 |
+ |
|
1668 |
+ , select: function () { |
|
1669 |
+ var val = this.$menu.find('.active').attr('data-value') |
|
1670 |
+ this.$element |
|
1671 |
+ .val(this.updater(val)) |
|
1672 |
+ .change() |
|
1673 |
+ return this.hide() |
|
1674 |
+ } |
|
1675 |
+ |
|
1676 |
+ , updater: function (item) { |
|
1677 |
+ return item |
|
1678 |
+ } |
|
1679 |
+ |
|
1680 |
+ , show: function () { |
|
1681 |
+ var pos = $.extend({}, this.$element.offset(), { |
|
1682 |
+ height: this.$element[0].offsetHeight |
|
1683 |
+ }) |
|
1684 |
+ |
|
1685 |
+ this.$menu.css({ |
|
1686 |
+ top: pos.top + pos.height |
|
1687 |
+ , left: pos.left |
|
1688 |
+ }) |
|
1689 |
+ |
|
1690 |
+ this.$menu.show() |
|
1691 |
+ this.shown = true |
|
1692 |
+ return this |
|
1693 |
+ } |
|
1694 |
+ |
|
1695 |
+ , hide: function () { |
|
1696 |
+ this.$menu.hide() |
|
1697 |
+ this.shown = false |
|
1698 |
+ return this |
|
1699 |
+ } |
|
1700 |
+ |
|
1701 |
+ , lookup: function (event) { |
|
1702 |
+ var items |
|
1703 |
+ |
|
1704 |
+ this.query = this.$element.val() |
|
1705 |
+ |
|
1706 |
+ if (!this.query || this.query.length < this.options.minLength) { |
|
1707 |
+ return this.shown ? this.hide() : this |
|
1708 |
+ } |
|
1709 |
+ |
|
1710 |
+ items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.source |
|
1711 |
+ |
|
1712 |
+ return items ? this.process(items) : this |
|
1713 |
+ } |
|
1714 |
+ |
|
1715 |
+ , process: function (items) { |
|
1716 |
+ var that = this |
|
1717 |
+ |
|
1718 |
+ items = $.grep(items, function (item) { |
|
1719 |
+ return that.matcher(item) |
|
1720 |
+ }) |
|
1721 |
+ |
|
1722 |
+ items = this.sorter(items) |
|
1723 |
+ |
|
1724 |
+ if (!items.length) { |
|
1725 |
+ return this.shown ? this.hide() : this |
|
1726 |
+ } |
|
1727 |
+ |
|
1728 |
+ return this.render(items.slice(0, this.options.items)).show() |
|
1729 |
+ } |
|
1730 |
+ |
|
1731 |
+ , matcher: function (item) { |
|
1732 |
+ return ~item.toLowerCase().indexOf(this.query.toLowerCase()) |
|
1733 |
+ } |
|
1734 |
+ |
|
1735 |
+ , sorter: function (items) { |
|
1736 |
+ var beginswith = [] |
|
1737 |
+ , caseSensitive = [] |
|
1738 |
+ , caseInsensitive = [] |
|
1739 |
+ , item |
|
1740 |
+ |
|
1741 |
+ while (item = items.shift()) { |
|
1742 |
+ if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item) |
|
1743 |
+ else if (~item.indexOf(this.query)) caseSensitive.push(item) |
|
1744 |
+ else caseInsensitive.push(item) |
|
1745 |
+ } |
|
1746 |
+ |
|
1747 |
+ return beginswith.concat(caseSensitive, caseInsensitive) |
|
1748 |
+ } |
|
1749 |
+ |
|
1750 |
+ , highlighter: function (item) { |
|
1751 |
+ var query = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&') |
|
1752 |
+ return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) { |
|
1753 |
+ return '<strong>' + match + '</strong>' |
|
1754 |
+ }) |
|
1755 |
+ } |
|
1756 |
+ |
|
1757 |
+ , render: function (items) { |
|
1758 |
+ var that = this |
|
1759 |
+ |
|
1760 |
+ items = $(items).map(function (i, item) { |
|
1761 |
+ i = $(that.options.item).attr('data-value', item) |
|
1762 |
+ i.find('a').html(that.highlighter(item)) |
|
1763 |
+ return i[0] |
|
1764 |
+ }) |
|
1765 |
+ |
|
1766 |
+ items.first().addClass('active') |
|
1767 |
+ this.$menu.html(items) |
|
1768 |
+ return this |
|
1769 |
+ } |
|
1770 |
+ |
|
1771 |
+ , next: function (event) { |
|
1772 |
+ var active = this.$menu.find('.active').removeClass('active') |
|
1773 |
+ , next = active.next() |
|
1774 |
+ |
|
1775 |
+ if (!next.length) { |
|
1776 |
+ next = $(this.$menu.find('li')[0]) |
|
1777 |
+ } |
|
1778 |
+ |
|
1779 |
+ next.addClass('active') |
|
1780 |
+ } |
|
1781 |
+ |
|
1782 |
+ , prev: function (event) { |
|
1783 |
+ var active = this.$menu.find('.active').removeClass('active') |
|
1784 |
+ , prev = active.prev() |
|
1785 |
+ |
|
1786 |
+ if (!prev.length) { |
|
1787 |
+ prev = this.$menu.find('li').last() |
|
1788 |
+ } |
|
1789 |
+ |
|
1790 |
+ prev.addClass('active') |
|
1791 |
+ } |
|
1792 |
+ |
|
1793 |
+ , listen: function () { |
|
1794 |
+ this.$element |
|
1795 |
+ .on('blur', $.proxy(this.blur, this)) |
|
1796 |
+ .on('keypress', $.proxy(this.keypress, this)) |
|
1797 |
+ .on('keyup', $.proxy(this.keyup, this)) |
|
1798 |
+ |
|
1799 |
+ if ($.browser.chrome || $.browser.webkit || $.browser.msie) { |
|
1800 |
+ this.$element.on('keydown', $.proxy(this.keydown, this)) |
|
1801 |
+ } |
|
1802 |
+ |
|
1803 |
+ this.$menu |
|
1804 |
+ .on('click', $.proxy(this.click, this)) |
|
1805 |
+ .on('mouseenter', 'li', $.proxy(this.mouseenter, this)) |
|
1806 |
+ } |
|
1807 |
+ |
|
1808 |
+ , move: function (e) { |
|
1809 |
+ if (!this.shown) return |
|
1810 |
+ |
|
1811 |
+ switch(e.keyCode) { |
|
1812 |
+ case 9: // tab |
|
1813 |
+ case 13: // enter |
|
1814 |
+ case 27: // escape |
|
1815 |
+ e.preventDefault() |
|
1816 |
+ break |
|
1817 |
+ |
|
1818 |
+ case 38: // up arrow |
|
1819 |
+ e.preventDefault() |
|
1820 |
+ this.prev() |
|
1821 |
+ break |
|
1822 |
+ |
|
1823 |
+ case 40: // down arrow |
|
1824 |
+ e.preventDefault() |
|
1825 |
+ this.next() |
|
1826 |
+ break |
|
1827 |
+ } |
|
1828 |
+ |
|
1829 |
+ e.stopPropagation() |
|
1830 |
+ } |
|
1831 |
+ |
|
1832 |
+ , keydown: function (e) { |
|
1833 |
+ this.suppressKeyPressRepeat = !~$.inArray(e.keyCode, [40,38,9,13,27]) |
|
1834 |
+ this.move(e) |
|
1835 |
+ } |
|
1836 |
+ |
|
1837 |
+ , keypress: function (e) { |
|
1838 |
+ if (this.suppressKeyPressRepeat) return |
|
1839 |
+ this.move(e) |
|
1840 |
+ } |
|
1841 |
+ |
|
1842 |
+ , keyup: function (e) { |
|
1843 |
+ switch(e.keyCode) { |
|
1844 |
+ case 40: // down arrow |
|
1845 |
+ case 38: // up arrow |
|
1846 |
+ break |
|
1847 |
+ |
|
1848 |
+ case 9: // tab |
|
1849 |
+ case 13: // enter |
|
1850 |
+ if (!this.shown) return |
|
1851 |
+ this.select() |
|
1852 |
+ break |
|
1853 |
+ |
|
1854 |
+ case 27: // escape |
|
1855 |
+ if (!this.shown) return |
|
1856 |
+ this.hide() |
|
1857 |
+ break |
|
1858 |
+ |
|
1859 |
+ default: |
|
1860 |
+ this.lookup() |
|
1861 |
+ } |
|
1862 |
+ |
|
1863 |
+ e.stopPropagation() |
|
1864 |
+ e.preventDefault() |
|
1865 |
+ } |
|
1866 |
+ |
|
1867 |
+ , blur: function (e) { |
|
1868 |
+ var that = this |
|
1869 |
+ setTimeout(function () { that.hide() }, 150) |
|
1870 |
+ } |
|
1871 |
+ |
|
1872 |
+ , click: function (e) { |
|
1873 |
+ e.stopPropagation() |
|
1874 |
+ e.preventDefault() |
|
1875 |
+ this.select() |
|
1876 |
+ } |
|
1877 |
+ |
|
1878 |
+ , mouseenter: function (e) { |
|
1879 |
+ this.$menu.find('.active').removeClass('active') |
|
1880 |
+ $(e.currentTarget).addClass('active') |
|
1881 |
+ } |
|
1882 |
+ |
|
1883 |
+ } |
|
1884 |
+ |
|
1885 |
+ |
|
1886 |
+ /* TYPEAHEAD PLUGIN DEFINITION |
|
1887 |
+ * =========================== */ |
|
1888 |
+ |
|
1889 |
+ $.fn.typeahead = function (option) { |
|
1890 |
+ return this.each(function () { |
|
1891 |
+ var $this = $(this) |
|
1892 |
+ , data = $this.data('typeahead') |
|
1893 |
+ , options = typeof option == 'object' && option |
|
1894 |
+ if (!data) $this.data('typeahead', (data = new Typeahead(this, options))) |
|
1895 |
+ if (typeof option == 'string') data[option]() |
|
1896 |
+ }) |
|
1897 |
+ } |
|
1898 |
+ |
|
1899 |
+ $.fn.typeahead.defaults = { |
|
1900 |
+ source: [] |
|
1901 |
+ , items: 8 |
|
1902 |
+ , menu: '<ul class="typeahead dropdown-menu"></ul>' |
|
1903 |
+ , item: '<li><a href="#"></a></li>' |
|
1904 |
+ , minLength: 1 |
|
1905 |
+ } |
|
1906 |
+ |
|
1907 |
+ $.fn.typeahead.Constructor = Typeahead |
|
1908 |
+ |
|
1909 |
+ |
|
1910 |
+ /* TYPEAHEAD DATA-API |
|
1911 |
+ * ================== */ |
|
1912 |
+ |
|
1913 |
+ $(function () { |
|
1914 |
+ $('body').on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) { |
|
1915 |
+ var $this = $(this) |
|
1916 |
+ if ($this.data('typeahead')) return |
|
1917 |
+ e.preventDefault() |
|
1918 |
+ $this.typeahead($this.data()) |
|
1919 |
+ }) |
|
1920 |
+ }) |
|
1921 |
+ |
|
1922 |
+}(window.jQuery); |
|
1923 |
+/* ========================================================== |
|
1924 |
+ * bootstrap-affix.js v2.1.1 |
|
1925 |
+ * http://twitter.github.com/bootstrap/javascript.html#affix |
|
1926 |
+ * ========================================================== |
|
1927 |
+ * Copyright 2012 Twitter, Inc. |
|
1928 |
+ * |
|
1929 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
1930 |
+ * you may not use this file except in compliance with the License. |
|
1931 |
+ * You may obtain a copy of the License at |
|
1932 |
+ * |
|
1933 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
1934 |
+ * |
|
1935 |
+ * Unless required by applicable law or agreed to in writing, software |
|
1936 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
1937 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
1938 |
+ * See the License for the specific language governing permissions and |
|
1939 |
+ * limitations under the License. |
|
1940 |
+ * ========================================================== */ |
|
1941 |
+ |
|
1942 |
+ |
|
1943 |
+!function ($) { |
|
1944 |
+ |
|
1945 |
+ "use strict"; // jshint ;_; |
|
1946 |
+ |
|
1947 |
+ |
|
1948 |
+ /* AFFIX CLASS DEFINITION |
|
1949 |
+ * ====================== */ |
|
1950 |
+ |
|
1951 |
+ var Affix = function (element, options) { |
|
1952 |
+ this.options = $.extend({}, $.fn.affix.defaults, options) |
|
1953 |
+ this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this)) |
|
1954 |
+ this.$element = $(element) |
|
1955 |
+ this.checkPosition() |
|
1956 |
+ } |
|
1957 |
+ |
|
1958 |
+ Affix.prototype.checkPosition = function () { |
|
1959 |
+ if (!this.$element.is(':visible')) return |
|
1960 |
+ |
|
1961 |
+ var scrollHeight = $(document).height() |
|
1962 |
+ , scrollTop = this.$window.scrollTop() |
|
1963 |
+ , position = this.$element.offset() |
|
1964 |
+ , offset = this.options.offset |
|
1965 |
+ , offsetBottom = offset.bottom |
|
1966 |
+ , offsetTop = offset.top |
|
1967 |
+ , reset = 'affix affix-top affix-bottom' |
|
1968 |
+ , affix |
|
1969 |
+ |
|
1970 |
+ if (typeof offset != 'object') offsetBottom = offsetTop = offset |
|
1971 |
+ if (typeof offsetTop == 'function') offsetTop = offset.top() |
|
1972 |
+ if (typeof offsetBottom == 'function') offsetBottom = offset.bottom() |
|
1973 |
+ |
|
1974 |
+ affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ? |
|
1975 |
+ false : offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? |
|
1976 |
+ 'bottom' : offsetTop != null && scrollTop <= offsetTop ? |
|
1977 |
+ 'top' : false |
|
1978 |
+ |
|
1979 |
+ if (this.affixed === affix) return |
|
1980 |
+ |
|
1981 |
+ this.affixed = affix |
|
1982 |
+ this.unpin = affix == 'bottom' ? position.top - scrollTop : null |
|
1983 |
+ |
|
1984 |
+ this.$element.removeClass(reset).addClass('affix' + (affix ? '-' + affix : '')) |
|
1985 |
+ } |
|
1986 |
+ |
|
1987 |
+ |
|
1988 |
+ /* AFFIX PLUGIN DEFINITION |
|
1989 |
+ * ======================= */ |
|
1990 |
+ |
|
1991 |
+ $.fn.affix = function (option) { |
|
1992 |
+ return this.each(function () { |
|
1993 |
+ var $this = $(this) |
|
1994 |
+ , data = $this.data('affix') |
|
1995 |
+ , options = typeof option == 'object' && option |
|
1996 |
+ if (!data) $this.data('affix', (data = new Affix(this, options))) |
|
1997 |
+ if (typeof option == 'string') data[option]() |
|
1998 |
+ }) |
|
1999 |
+ } |
|
2000 |
+ |
|
2001 |
+ $.fn.affix.Constructor = Affix |
|
2002 |
+ |
|
2003 |
+ $.fn.affix.defaults = { |
|
2004 |
+ offset: 0 |
|
2005 |
+ } |
|
2006 |
+ |
|
2007 |
+ |
|
2008 |
+ /* AFFIX DATA-API |
|
2009 |
+ * ============== */ |
|
2010 |
+ |
|
2011 |
+ $(window).on('load', function () { |
|
2012 |
+ $('[data-spy="affix"]').each(function () { |
|
2013 |
+ var $spy = $(this) |
|
2014 |
+ , data = $spy.data() |
|
2015 |
+ |
|
2016 |
+ data.offset = data.offset || {} |
|
2017 |
+ |
|
2018 |
+ data.offsetBottom && (data.offset.bottom = data.offsetBottom) |
|
2019 |
+ data.offsetTop && (data.offset.top = data.offsetTop) |
|
2020 |
+ |
|
2021 |
+ $spy.affix(data) |
|
2022 |
+ }) |
|
2023 |
+ }) |
|
2024 |
+ |
|
2025 |
+ |
|
2026 |
+}(window.jQuery); |
|
0 | 2027 |
\ No newline at end of file |
1 | 2028 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,6 @@ |
0 |
+/*! |
|
1 |
+* Bootstrap.js by @fat & @mdo |
|
2 |
+* Copyright 2012 Twitter, Inc. |
|
3 |
+* http://www.apache.org/licenses/LICENSE-2.0.txt |
|
4 |
+*/ |
|
5 |
+!function(e){e(function(){"use strict";e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()},e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e(function(){e("body").on("click.alert.data-api",t,n.prototype.close)})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")},e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e(function(){e("body").on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=n,this.options.slide&&this.slide(this.options.slide),this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},to:function(t){var n=this.$element.find(".item.active"),r=n.parent().children(),i=r.index(n),s=this;if(t>r.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){s.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",e(r[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle()),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f=e.Event("slide",{relatedTarget:i[0]});this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u]();if(i.hasClass("active"))return;if(e.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join(" ")).addClass("active"),r.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return s&&this.cycle(),this}},e.fn.carousel=function(n){return this.each(function(){var r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof n=="object"&&n),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new t(this,s)),typeof n=="number"?i.to(n):o?i[o]():s.interval&&i.cycle()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e(function(){e("body").on("click.carousel.data-api","[data-slide]",function(t){var n=e(this),r,i=e(n.attr("data-target")||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,"")),s=!i.data("modal")&&e.extend({},i.data(),n.data());i.carousel(s),t.preventDefault()})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.collapse.defaults,n),this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.prototype={constructor:t,dimension:function(){var e=this.$element.hasClass("width");return e?"width":"height"},show:function(){var t,n,r,i;if(this.transitioning)return;t=this.dimension(),n=e.camelCase(["scroll",t].join("-")),r=this.$parent&&this.$parent.find("> .accordion-group > .in");if(r&&r.length){i=r.data("collapse");if(i&&i.transitioning)return;r.collapse("hide"),i||r.data("collapse",null)}this.$element[t](0),this.transition("addClass",e.Event("show"),"shown"),e.support.transition&&this.$element[t](this.$element[0][n])},hide:function(){var t;if(this.transitioning)return;t=this.dimension(),this.reset(this.$element[t]()),this.transition("removeClass",e.Event("hide"),"hidden"),this.$element[t](0)},reset:function(e){var t=this.dimension();return this.$element.removeClass("collapse")[t](e||"auto")[0].offsetWidth,this.$element[e!==null?"addClass":"removeClass"]("collapse"),this},transition:function(t,n,r){var i=this,s=function(){n.type=="show"&&i.reset(),i.transitioning=0,i.$element.trigger(r)};this.$element.trigger(n);if(n.isDefaultPrevented())return;this.transitioning=1,this.$element[t]("in"),e.support.transition&&this.$element.hasClass("collapse")?this.$element.one(e.support.transition.end,s):s()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}},e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("collapse"),s=typeof n=="object"&&n;i||r.data("collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.defaults={toggle:!0},e.fn.collapse.Constructor=t,e(function(){e("body").on("click.collapse.data-api","[data-toggle=collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i).data("collapse")?"toggle":n.data();n[e(i).hasClass("in")?"addClass":"removeClass"]("collapsed"),e(i).collapse(s)})})}(window.jQuery),!function(e){"use strict";function r(){i(e(t)).removeClass("open")}function i(t){var n=t.attr("data-target"),r;return n||(n=t.attr("href"),n=n&&/#/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,"")),r=e(n),r.length||(r=t.parent()),r}var t="[data-toggle=dropdown]",n=function(t){var n=e(t).on("click.dropdown.data-api",this.toggle);e("html").on("click.dropdown.data-api",function(){n.parent().removeClass("open")})};n.prototype={constructor:n,toggle:function(t){var n=e(this),s,o;if(n.is(".disabled, :disabled"))return;return s=i(n),o=s.hasClass("open"),r(),o||(s.toggleClass("open"),n.focus()),!1},keydown:function(t){var n,r,s,o,u,a;if(!/(38|40|27)/.test(t.keyCode))return;n=e(this),t.preventDefault(),t.stopPropagation();if(n.is(".disabled, :disabled"))return;o=i(n),u=o.hasClass("open");if(!u||u&&t.keyCode==27)return n.click();r=e("[role=menu] li:not(.divider) a",o);if(!r.length)return;a=r.index(r.filter(":focus")),t.keyCode==38&&a>0&&a--,t.keyCode==40&&a<r.length-1&&a++,~a||(a=0),r.eq(a).focus()}},e.fn.dropdown=function(t){return this.each(function(){var r=e(this),i=r.data("dropdown");i||r.data("dropdown",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.dropdown.Constructor=n,e(function(){e("html").on("click.dropdown.data-api touchstart.dropdown.data-api",r),e("body").on("click.dropdown touchstart.dropdown.data-api",".dropdown form",function(e){e.stopPropagation()}).on("click.dropdown.data-api touchstart.dropdown.data-api",t,n.prototype.toggle).on("keydown.dropdown.data-api touchstart.dropdown.data-api",t+", [role=menu]",n.prototype.keydown)})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.options=n,this.$element=e(t).delegate('[data-dismiss="modal"]',"click.dismiss.modal",e.proxy(this.hide,this)),this.options.remote&&this.$element.find(".modal-body").load(this.options.remote)};t.prototype={constructor:t,toggle:function(){return this[this.isShown?"hide":"show"]()},show:function(){var t=this,n=e.Event("show");this.$element.trigger(n);if(this.isShown||n.isDefaultPrevented())return;e("body").addClass("modal-open"),this.isShown=!0,this.escape(),this.backdrop(function(){var n=e.support.transition&&t.$element.hasClass("fade");t.$element.parent().length||t.$element.appendTo(document.body),t.$element.show(),n&&t.$element[0].offsetWidth,t.$element.addClass("in").attr("aria-hidden",!1).focus(),t.enforceFocus(),n?t.$element.one(e.support.transition.end,function(){t.$element.trigger("shown")}):t.$element.trigger("shown")})},hide:function(t){t&&t.preventDefault();var n=this;t=e.Event("hide"),this.$element.trigger(t);if(!this.isShown||t.isDefaultPrevented())return;this.isShown=!1,e("body").removeClass("modal-open"),this.escape(),e(document).off("focusin.modal"),this.$element.removeClass("in").attr("aria-hidden",!0),e.support.transition&&this.$element.hasClass("fade")?this.hideWithTransition():this.hideModal()},enforceFocus:function(){var t=this;e(document).on("focusin.modal",function(e){t.$element[0]!==e.target&&!t.$element.has(e.target).length&&t.$element.focus()})},escape:function(){var e=this;this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.modal",function(t){t.which==27&&e.hide()}):this.isShown||this.$element.off("keyup.dismiss.modal")},hideWithTransition:function(){var t=this,n=setTimeout(function(){t.$element.off(e.support.transition.end),t.hideModal()},500);this.$element.one(e.support.transition.end,function(){clearTimeout(n),t.hideModal()})},hideModal:function(e){this.$element.hide().trigger("hidden"),this.backdrop()},removeBackdrop:function(){this.$backdrop.remove(),this.$backdrop=null},backdrop:function(t){var n=this,r=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&r;this.$backdrop=e('<div class="modal-backdrop '+r+'" />').appendTo(document.body),this.options.backdrop!="static"&&this.$backdrop.click(e.proxy(this.hide,this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),i?this.$backdrop.one(e.support.transition.end,t):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),e.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(e.support.transition.end,e.proxy(this.removeBackdrop,this)):this.removeBackdrop()):t&&t()}},e.fn.modal=function(n){return this.each(function(){var r=e(this),i=r.data("modal"),s=e.extend({},e.fn.modal.defaults,r.data(),typeof n=="object"&&n);i||r.data("modal",i=new t(this,s)),typeof n=="string"?i[n]():s.show&&i.show()})},e.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},e.fn.modal.Constructor=t,e(function(){e("body").on("click.modal.data-api",'[data-toggle="modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s).one("hide",function(){n.focus()})})})}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("tooltip",e,t)};t.prototype={constructor:t,init:function(t,n,r){var i,s;this.type=t,this.$element=e(n),this.options=this.getOptions(r),this.enabled=!0,this.options.trigger=="click"?this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this)):this.options.trigger!="manual"&&(i=this.options.trigger=="hover"?"mouseenter":"focus",s=this.options.trigger=="hover"?"mouseleave":"blur",this.$element.on(i+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(s+"."+this.type,this.options.selector,e.proxy(this.leave,this))),this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(t){return t=e.extend({},e.fn[this.type].defaults,t,this.$element.data()),t.delay&&typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),t},enter:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);if(!n.options.delay||!n.options.delay.show)return n.show();clearTimeout(this.timeout),n.hoverState="in",this.timeout=setTimeout(function(){n.hoverState=="in"&&n.show()},n.options.delay.show)},leave:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);this.timeout&&clearTimeout(this.timeout);if(!n.options.delay||!n.options.delay.hide)return n.hide();n.hoverState="out",this.timeout=setTimeout(function(){n.hoverState=="out"&&n.hide()},n.options.delay.hide)},show:function(){var e,t,n,r,i,s,o;if(this.hasContent()&&this.enabled){e=this.tip(),this.setContent(),this.options.animation&&e.addClass("fade"),s=typeof this.options.placement=="function"?this.options.placement.call(this,e[0],this.$element[0]):this.options.placement,t=/in/.test(s),e.remove().css({top:0,left:0,display:"block"}).appendTo(t?this.$element:document.body),n=this.getPosition(t),r=e[0].offsetWidth,i=e[0].offsetHeight;switch(t?s.split(" ")[1]:s){case"bottom":o={top:n.top+n.height,left:n.left+n.width/2-r/2};break;case"top":o={top:n.top-i,left:n.left+n.width/2-r/2};break;case"left":o={top:n.top+n.height/2-i/2,left:n.left-r};break;case"right":o={top:n.top+n.height/2-i/2,left:n.left+n.width}}e.css(o).addClass(s).addClass("in")}},setContent:function(){var e=this.tip(),t=this.getTitle();e.find(".tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("fade in top bottom left right")},hide:function(){function r(){var t=setTimeout(function(){n.off(e.support.transition.end).remove()},500);n.one(e.support.transition.end,function(){clearTimeout(t),n.remove()})}var t=this,n=this.tip();return n.removeClass("in"),e.support.transition&&this.$tip.hasClass("fade")?r():n.remove(),this},fixTitle:function(){var e=this.$element;(e.attr("title")||typeof e.attr("data-original-title")!="string")&&e.attr("data-original-title",e.attr("title")||"").removeAttr("title")},hasContent:function(){return this.getTitle()},getPosition:function(t){return e.extend({},t?{top:0,left:0}:this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight})},getTitle:function(){var e,t=this.$element,n=this.options;return e=t.attr("data-original-title")||(typeof n.title=="function"?n.title.call(t[0]):n.title),e},tip:function(){return this.$tip=this.$tip||e(this.options.template)},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(){this[this.tip().hasClass("in")?"hide":"show"]()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}},e.fn.tooltip=function(n){return this.each(function(){var r=e(this),i=r.data("tooltip"),s=typeof n=="object"&&n;i||r.data("tooltip",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.tooltip.Constructor=t,e.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover",title:"",delay:0,html:!0}}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("popover",e,t)};t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype,{constructor:t,setContent:function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](t),e.find(".popover-content > *")[this.options.html?"html":"text"](n),e.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var e,t=this.$element,n=this.options;return e=t.attr("data-content")||(typeof n.content=="function"?n.content.call(t[0]):n.content),e},tip:function(){return this.$tip||(this.$tip=e(this.options.template)),this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}}),e.fn.popover=function(n){return this.each(function(){var r=e(this),i=r.data("popover"),s=typeof n=="object"&&n;i||r.data("popover",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.popover.Constructor=t,e.fn.popover.defaults=e.extend({},e.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'})}(window.jQuery),!function(e){"use strict";function t(t,n){var r=e.proxy(this.process,this),i=e(t).is("body")?e(window):e(t),s;this.options=e.extend({},e.fn.scrollspy.defaults,n),this.$scrollElement=i.on("scroll.scroll-spy.data-api",r),this.selector=(this.options.target||(s=e(t).attr("href"))&&s.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=e("body"),this.refresh(),this.process()}t.prototype={constructor:t,refresh:function(){var t=this,n;this.offsets=e([]),this.targets=e([]),n=this.$body.find(this.selector).map(function(){var t=e(this),n=t.data("target")||t.attr("href"),r=/^#\w/.test(n)&&e(n);return r&&r.length&&[[r.position().top,n]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){t.offsets.push(this[0]),t.targets.push(this[1])})},process:function(){var e=this.$scrollElement.scrollTop()+this.options.offset,t=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,n=t-this.$scrollElement.height(),r=this.offsets,i=this.targets,s=this.activeTarget,o;if(e>=n)return s!=(o=i.last()[0])&&this.activate(o);for(o=r.length;o--;)s!=i[o]&&e>=r[o]&&(!r[o+1]||e<=r[o+1])&&this.activate(i[o])},activate:function(t){var n,r;this.activeTarget=t,e(this.selector).parent(".active").removeClass("active"),r=this.selector+'[data-target="'+t+'"],'+this.selector+'[href="'+t+'"]',n=e(r).parent("li").addClass("active"),n.parent(".dropdown-menu").length&&(n=n.closest("li.dropdown").addClass("active")),n.trigger("activate")}},e.fn.scrollspy=function(n){return this.each(function(){var r=e(this),i=r.data("scrollspy"),s=typeof n=="object"&&n;i||r.data("scrollspy",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.scrollspy.Constructor=t,e.fn.scrollspy.defaults={offset:10},e(window).on("load",function(){e('[data-spy="scroll"]').each(function(){var t=e(this);t.scrollspy(t.data())})})}(window.jQuery),!function(e){"use strict";var t=function(t){this.element=e(t)};t.prototype={constructor:t,show:function(){var t=this.element,n=t.closest("ul:not(.dropdown-menu)"),r=t.attr("data-target"),i,s,o;r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("active"))return;i=n.find(".active a").last()[0],o=e.Event("show",{relatedTarget:i}),t.trigger(o);if(o.isDefaultPrevented())return;s=e(r),this.activate(t.parent("li"),n),this.activate(s,s.parent(),function(){t.trigger({type:"shown",relatedTarget:i})})},activate:function(t,n,r){function o(){i.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),t.addClass("active"),s?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu")&&t.closest("li.dropdown").addClass("active"),r&&r()}var i=n.find("> .active"),s=r&&e.support.transition&&i.hasClass("fade");s?i.one(e.support.transition.end,o):o(),i.removeClass("in")}},e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("tab");i||r.data("tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e(function(){e("body").on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(t){t.preventDefault(),e(this).tab("show")})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.$menu=e(this.options.menu).appendTo("body"),this.source=this.options.source,this.shown=!1,this.listen()};t.prototype={constructor:t,select:function(){var e=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(e)).change(),this.hide()},updater:function(e){return e},show:function(){var t=e.extend({},this.$element.offset(),{height:this.$element[0].offsetHeight});return this.$menu.css({top:t.top+t.height,left:t.left}),this.$menu.show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(t){var n;return this.query=this.$element.val(),!this.query||this.query.length<this.options.minLength?this.shown?this.hide():this:(n=e.isFunction(this.source)?this.source(this.query,e.proxy(this.process,this)):this.source,n?this.process(n):this)},process:function(t){var n=this;return t=e.grep(t,function(e){return n.matcher(e)}),t=this.sorter(t),t.length?this.render(t.slice(0,this.options.items)).show():this.shown?this.hide():this},matcher:function(e){return~e.toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(e){var t=[],n=[],r=[],i;while(i=e.shift())i.toLowerCase().indexOf(this.query.toLowerCase())?~i.indexOf(this.query)?n.push(i):r.push(i):t.push(i);return t.concat(n,r)},highlighter:function(e){var t=this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&");return e.replace(new RegExp("("+t+")","ig"),function(e,t){return"<strong>"+t+"</strong>"})},render:function(t){var n=this;return t=e(t).map(function(t,r){return t=e(n.options.item).attr("data-value",r),t.find("a").html(n.highlighter(r)),t[0]}),t.first().addClass("active"),this.$menu.html(t),this},next:function(t){var n=this.$menu.find(".active").removeClass("active"),r=n.next();r.length||(r=e(this.$menu.find("li")[0])),r.addClass("active")},prev:function(e){var t=this.$menu.find(".active").removeClass("active"),n=t.prev();n.length||(n=this.$menu.find("li").last()),n.addClass("active")},listen:function(){this.$element.on("blur",e.proxy(this.blur,this)).on("keypress",e.proxy(this.keypress,this)).on("keyup",e.proxy(this.keyup,this)),(e.browser.chrome||e.browser.webkit||e.browser.msie)&&this.$element.on("keydown",e.proxy(this.keydown,this)),this.$menu.on("click",e.proxy(this.click,this)).on("mouseenter","li",e.proxy(this.mouseenter,this))},move:function(e){if(!this.shown)return;switch(e.keyCode){case 9:case 13:case 27:e.preventDefault();break;case 38:e.preventDefault(),this.prev();break;case 40:e.preventDefault(),this.next()}e.stopPropagation()},keydown:function(t){this.suppressKeyPressRepeat=!~e.inArray(t.keyCode,[40,38,9,13,27]),this.move(t)},keypress:function(e){if(this.suppressKeyPressRepeat)return;this.move(e)},keyup:function(e){switch(e.keyCode){case 40:case 38:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}e.stopPropagation(),e.preventDefault()},blur:function(e){var t=this;setTimeout(function(){t.hide()},150)},click:function(e){e.stopPropagation(),e.preventDefault(),this.select()},mouseenter:function(t){this.$menu.find(".active").removeClass("active"),e(t.currentTarget).addClass("active")}},e.fn.typeahead=function(n){return this.each(function(){var r=e(this),i=r.data("typeahead"),s=typeof n=="object"&&n;i||r.data("typeahead",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.typeahead.defaults={source:[],items:8,menu:'<ul class="typeahead dropdown-menu"></ul>',item:'<li><a href="#"></a></li>',minLength:1},e.fn.typeahead.Constructor=t,e(function(){e("body").on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(t){var n=e(this);if(n.data("typeahead"))return;t.preventDefault(),n.typeahead(n.data())})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.options=e.extend({},e.fn.affix.defaults,n),this.$window=e(window).on("scroll.affix.data-api",e.proxy(this.checkPosition,this)),this.$element=e(t),this.checkPosition()};t.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var t=e(document).height(),n=this.$window.scrollTop(),r=this.$element.offset(),i=this.options.offset,s=i.bottom,o=i.top,u="affix affix-top affix-bottom",a;typeof i!="object"&&(s=o=i),typeof o=="function"&&(o=i.top()),typeof s=="function"&&(s=i.bottom()),a=this.unpin!=null&&n+this.unpin<=r.top?!1:s!=null&&r.top+this.$element.height()>=t-s?"bottom":o!=null&&n<=o?"top":!1;if(this.affixed===a)return;this.affixed=a,this.unpin=a=="bottom"?r.top-n:null,this.$element.removeClass(u).addClass("affix"+(a?"-"+a:""))},e.fn.affix=function(n){return this.each(function(){var r=e(this),i=r.data("affix"),s=typeof n=="object"&&n;i||r.data("affix",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.affix.Constructor=t,e.fn.affix.defaults={offset:0},e(window).on("load",function(){e('[data-spy="affix"]').each(function(){var t=e(this),n=t.data();n.offset=n.offset||{},n.offsetBottom&&(n.offset.bottom=n.offsetBottom),n.offsetTop&&(n.offset.top=n.offsetTop),t.affix(n)})})}(window.jQuery); |
|
0 | 6 |
\ No newline at end of file |