1 | html, body { |
---|
2 | margin: 0; |
---|
3 | padding: 0; |
---|
4 | } |
---|
5 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { |
---|
6 | margin: 0; |
---|
7 | padding: 0; |
---|
8 | border: 0; |
---|
9 | font-weight: normal; |
---|
10 | font-style: normal; |
---|
11 | font-size: 100%; |
---|
12 | line-height: 1; |
---|
13 | font-family: inherit; |
---|
14 | } |
---|
15 | table { |
---|
16 | border-collapse: collapse; |
---|
17 | border-spacing: 0; |
---|
18 | } |
---|
19 | ol, ul { |
---|
20 | list-style: none; |
---|
21 | } |
---|
22 | q:before, q:after, blockquote:before, blockquote:after { |
---|
23 | content: ""; |
---|
24 | } |
---|
25 | html { |
---|
26 | overflow-y: scroll; |
---|
27 | font-size: 100%; |
---|
28 | -webkit-text-size-adjust: 100%; |
---|
29 | -ms-text-size-adjust: 100%; |
---|
30 | } |
---|
31 | a:focus { |
---|
32 | outline: thin dotted; |
---|
33 | } |
---|
34 | a:hover, a:active { |
---|
35 | outline: 0; |
---|
36 | } |
---|
37 | article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { |
---|
38 | display: block; |
---|
39 | } |
---|
40 | audio, canvas, video { |
---|
41 | display: inline-block; |
---|
42 | *display: inline; |
---|
43 | *zoom: 1; |
---|
44 | } |
---|
45 | audio:not([controls]) { |
---|
46 | display: none; |
---|
47 | } |
---|
48 | sub, sup { |
---|
49 | font-size: 75%; |
---|
50 | line-height: 0; |
---|
51 | position: relative; |
---|
52 | vertical-align: baseline; |
---|
53 | } |
---|
54 | sup { |
---|
55 | top: -0.5em; |
---|
56 | } |
---|
57 | sub { |
---|
58 | bottom: -0.25em; |
---|
59 | } |
---|
60 | img { |
---|
61 | border: 0; |
---|
62 | -ms-interpolation-mode: bicubic; |
---|
63 | } |
---|
64 | button, input, select, textarea { |
---|
65 | font-size: 100%; |
---|
66 | margin: 0; |
---|
67 | vertical-align: baseline; |
---|
68 | *vertical-align: middle; |
---|
69 | } |
---|
70 | button, input { |
---|
71 | line-height: normal; |
---|
72 | *overflow: visible; |
---|
73 | } |
---|
74 | button::-moz-focus-inner, input::-moz-focus-inner { |
---|
75 | border: 0; |
---|
76 | padding: 0; |
---|
77 | } |
---|
78 | button, input[type="button"], input[type="reset"], input[type="submit"] { |
---|
79 | cursor: pointer; |
---|
80 | -webkit-appearance: button; |
---|
81 | } |
---|
82 | input[type="search"] { |
---|
83 | -webkit-appearance: textfield; |
---|
84 | -webkit-box-sizing: content-box; |
---|
85 | -moz-box-sizing: content-box; |
---|
86 | box-sizing: content-box; |
---|
87 | } |
---|
88 | input[type="search"]::-webkit-search-decoration { |
---|
89 | -webkit-appearance: none; |
---|
90 | } |
---|
91 | textarea { |
---|
92 | overflow: auto; |
---|
93 | vertical-align: top; |
---|
94 | } |
---|
95 | body { |
---|
96 | background-color: #ffffff; |
---|
97 | margin: 0; |
---|
98 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
---|
99 | font-size: 13px; |
---|
100 | font-weight: normal; |
---|
101 | line-height: 18px; |
---|
102 | color: #404040; |
---|
103 | } |
---|
104 | .container { |
---|
105 | width: 940px; |
---|
106 | margin-left: auto; |
---|
107 | margin-right: auto; |
---|
108 | zoom: 1; |
---|
109 | } |
---|
110 | .container:before, .container:after { |
---|
111 | display: table; |
---|
112 | content: ""; |
---|
113 | zoom: 1; |
---|
114 | } |
---|
115 | .container:after { |
---|
116 | clear: both; |
---|
117 | } |
---|
118 | .container-fluid { |
---|
119 | position: relative; |
---|
120 | min-width: 940px; |
---|
121 | padding-left: 20px; |
---|
122 | padding-right: 20px; |
---|
123 | zoom: 1; |
---|
124 | } |
---|
125 | .container-fluid:before, .container-fluid:after { |
---|
126 | display: table; |
---|
127 | content: ""; |
---|
128 | zoom: 1; |
---|
129 | } |
---|
130 | .container-fluid:after { |
---|
131 | clear: both; |
---|
132 | } |
---|
133 | .container-fluid>.sidebar { |
---|
134 | position: absolute; |
---|
135 | top: 0; |
---|
136 | left: 20px; |
---|
137 | width: 220px; |
---|
138 | } |
---|
139 | .container-fluid>.content { |
---|
140 | margin-left: 240px; |
---|
141 | } |
---|
142 | a { |
---|
143 | color: #0069d6; |
---|
144 | text-decoration: none; |
---|
145 | line-height: inherit; |
---|
146 | font-weight: inherit; |
---|
147 | } |
---|
148 | a:hover { |
---|
149 | color: #00438a; |
---|
150 | text-decoration: underline; |
---|
151 | } |
---|
152 | .pull-right { |
---|
153 | float: right; |
---|
154 | } |
---|
155 | .pull-left { |
---|
156 | float: left; |
---|
157 | } |
---|
158 | .hide { |
---|
159 | display: none; |
---|
160 | } |
---|
161 | .show { |
---|
162 | display: block; |
---|
163 | } |
---|
164 | .row { |
---|
165 | zoom: 1; |
---|
166 | margin-left: -20px; |
---|
167 | } |
---|
168 | .row:before, .row:after { |
---|
169 | display: table; |
---|
170 | content: ""; |
---|
171 | zoom: 1; |
---|
172 | } |
---|
173 | .row:after { |
---|
174 | clear: both; |
---|
175 | } |
---|
176 | .row>[class*="span"] { |
---|
177 | display: inline; |
---|
178 | float: left; |
---|
179 | margin-left: 20px; |
---|
180 | } |
---|
181 | .span1 { |
---|
182 | width: 40px; |
---|
183 | } |
---|
184 | .span2 { |
---|
185 | width: 100px; |
---|
186 | } |
---|
187 | .span3 { |
---|
188 | width: 160px; |
---|
189 | } |
---|
190 | .span4 { |
---|
191 | width: 220px; |
---|
192 | } |
---|
193 | .span5 { |
---|
194 | width: 280px; |
---|
195 | } |
---|
196 | .span6 { |
---|
197 | width: 340px; |
---|
198 | } |
---|
199 | .span7 { |
---|
200 | width: 400px; |
---|
201 | } |
---|
202 | .span8 { |
---|
203 | width: 460px; |
---|
204 | } |
---|
205 | .span9 { |
---|
206 | width: 520px; |
---|
207 | } |
---|
208 | .span10 { |
---|
209 | width: 580px; |
---|
210 | } |
---|
211 | .span11 { |
---|
212 | width: 640px; |
---|
213 | } |
---|
214 | .span12 { |
---|
215 | width: 700px; |
---|
216 | } |
---|
217 | .span13 { |
---|
218 | width: 760px; |
---|
219 | } |
---|
220 | .span14 { |
---|
221 | width: 820px; |
---|
222 | } |
---|
223 | .span15 { |
---|
224 | width: 880px; |
---|
225 | } |
---|
226 | .span16 { |
---|
227 | width: 940px; |
---|
228 | } |
---|
229 | .span17 { |
---|
230 | width: 1000px; |
---|
231 | } |
---|
232 | .span18 { |
---|
233 | width: 1060px; |
---|
234 | } |
---|
235 | .span19 { |
---|
236 | width: 1120px; |
---|
237 | } |
---|
238 | .span20 { |
---|
239 | width: 1180px; |
---|
240 | } |
---|
241 | .span21 { |
---|
242 | width: 1240px; |
---|
243 | } |
---|
244 | .span22 { |
---|
245 | width: 1300px; |
---|
246 | } |
---|
247 | .span23 { |
---|
248 | width: 1360px; |
---|
249 | } |
---|
250 | .span24 { |
---|
251 | width: 1420px; |
---|
252 | } |
---|
253 | .row>.offset1 { |
---|
254 | margin-left: 80px; |
---|
255 | } |
---|
256 | .row>.offset2 { |
---|
257 | margin-left: 140px; |
---|
258 | } |
---|
259 | .row>.offset3 { |
---|
260 | margin-left: 200px; |
---|
261 | } |
---|
262 | .row>.offset4 { |
---|
263 | margin-left: 260px; |
---|
264 | } |
---|
265 | .row>.offset5 { |
---|
266 | margin-left: 320px; |
---|
267 | } |
---|
268 | .row>.offset6 { |
---|
269 | margin-left: 380px; |
---|
270 | } |
---|
271 | .row>.offset7 { |
---|
272 | margin-left: 440px; |
---|
273 | } |
---|
274 | .row>.offset8 { |
---|
275 | margin-left: 500px; |
---|
276 | } |
---|
277 | .row>.offset9 { |
---|
278 | margin-left: 560px; |
---|
279 | } |
---|
280 | .row>.offset10 { |
---|
281 | margin-left: 620px; |
---|
282 | } |
---|
283 | .row>.offset11 { |
---|
284 | margin-left: 680px; |
---|
285 | } |
---|
286 | .row>.offset12 { |
---|
287 | margin-left: 740px; |
---|
288 | } |
---|
289 | .span-one-third { |
---|
290 | width: 300px; |
---|
291 | } |
---|
292 | .span-two-thirds { |
---|
293 | width: 620px; |
---|
294 | } |
---|
295 | .row>.offset-one-third { |
---|
296 | margin-left: 340px; |
---|
297 | } |
---|
298 | .row>.offset-two-thirds { |
---|
299 | margin-left: 660px; |
---|
300 | } |
---|
301 | p { |
---|
302 | font-size: 13px; |
---|
303 | font-weight: normal; |
---|
304 | line-height: 18px; |
---|
305 | margin-bottom: 9px; |
---|
306 | } |
---|
307 | p small { |
---|
308 | font-size: 11px; |
---|
309 | color: #bfbfbf; |
---|
310 | } |
---|
311 | h1, h2, h3, h4, h5, h6 { |
---|
312 | font-weight: bold; |
---|
313 | color: #404040; |
---|
314 | } |
---|
315 | h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { |
---|
316 | color: #bfbfbf; |
---|
317 | } |
---|
318 | h1 { |
---|
319 | margin-bottom: 18px; |
---|
320 | font-size: 30px; |
---|
321 | line-height: 36px; |
---|
322 | } |
---|
323 | h1 small { |
---|
324 | font-size: 18px; |
---|
325 | } |
---|
326 | h2 { |
---|
327 | font-size: 24px; |
---|
328 | line-height: 36px; |
---|
329 | } |
---|
330 | h2 small { |
---|
331 | font-size: 14px; |
---|
332 | } |
---|
333 | h3, h4, h5, h6 { |
---|
334 | line-height: 36px; |
---|
335 | } |
---|
336 | h3 { |
---|
337 | font-size: 18px; |
---|
338 | } |
---|
339 | h3 small { |
---|
340 | font-size: 14px; |
---|
341 | } |
---|
342 | h4 { |
---|
343 | font-size: 16px; |
---|
344 | } |
---|
345 | h4 small { |
---|
346 | font-size: 12px; |
---|
347 | } |
---|
348 | h5 { |
---|
349 | font-size: 14px; |
---|
350 | } |
---|
351 | h6 { |
---|
352 | font-size: 13px; |
---|
353 | color: #bfbfbf; |
---|
354 | text-transform: uppercase; |
---|
355 | } |
---|
356 | ul, ol { |
---|
357 | margin: 0 0 18px 25px; |
---|
358 | } |
---|
359 | ul ul, ul ol, ol ol, ol ul { |
---|
360 | margin-bottom: 0; |
---|
361 | } |
---|
362 | ul { |
---|
363 | list-style: disc; |
---|
364 | } |
---|
365 | ol { |
---|
366 | list-style: decimal; |
---|
367 | } |
---|
368 | li { |
---|
369 | line-height: 18px; |
---|
370 | color: #808080; |
---|
371 | } |
---|
372 | ul.unstyled { |
---|
373 | list-style: none; |
---|
374 | margin-left: 0; |
---|
375 | } |
---|
376 | dl { |
---|
377 | margin-bottom: 18px; |
---|
378 | } |
---|
379 | dl dt, dl dd { |
---|
380 | line-height: 18px; |
---|
381 | } |
---|
382 | dl dt { |
---|
383 | font-weight: bold; |
---|
384 | } |
---|
385 | dl dd { |
---|
386 | margin-left: 9px; |
---|
387 | } |
---|
388 | hr { |
---|
389 | margin: 20px 0 19px; |
---|
390 | border: 0; |
---|
391 | border-bottom: 1px solid #eee; |
---|
392 | } |
---|
393 | strong { |
---|
394 | font-style: inherit; |
---|
395 | font-weight: bold; |
---|
396 | } |
---|
397 | em { |
---|
398 | font-style: italic; |
---|
399 | font-weight: inherit; |
---|
400 | line-height: inherit; |
---|
401 | } |
---|
402 | .muted { |
---|
403 | color: #bfbfbf; |
---|
404 | } |
---|
405 | blockquote { |
---|
406 | margin-bottom: 18px; |
---|
407 | border-left: 5px solid #eee; |
---|
408 | padding-left: 15px; |
---|
409 | } |
---|
410 | blockquote p { |
---|
411 | font-size: 14px; |
---|
412 | font-weight: 300; |
---|
413 | line-height: 18px; |
---|
414 | margin-bottom: 0; |
---|
415 | } |
---|
416 | blockquote small { |
---|
417 | display: block; |
---|
418 | font-size: 12px; |
---|
419 | font-weight: 300; |
---|
420 | line-height: 18px; |
---|
421 | color: #bfbfbf; |
---|
422 | } |
---|
423 | blockquote small:before { |
---|
424 | content: '\2014 \00A0'; |
---|
425 | } |
---|
426 | address { |
---|
427 | display: block; |
---|
428 | line-height: 18px; |
---|
429 | margin-bottom: 18px; |
---|
430 | } |
---|
431 | code, pre { |
---|
432 | padding: 0 3px 2px; |
---|
433 | font-family: Monaco, Andale Mono, Courier New, monospace; |
---|
434 | font-size: 12px; |
---|
435 | -webkit-border-radius: 3px; |
---|
436 | -moz-border-radius: 3px; |
---|
437 | border-radius: 3px; |
---|
438 | } |
---|
439 | code { |
---|
440 | background-color: #fee9cc; |
---|
441 | color: rgba(0, 0, 0, 0.75); |
---|
442 | padding: 1px 3px; |
---|
443 | } |
---|
444 | pre { |
---|
445 | background-color: #f5f5f5; |
---|
446 | display: block; |
---|
447 | padding: 8.5px; |
---|
448 | margin: 0 0 18px; |
---|
449 | line-height: 18px; |
---|
450 | font-size: 12px; |
---|
451 | border: 1px solid #ccc; |
---|
452 | border: 1px solid rgba(0, 0, 0, 0.15); |
---|
453 | -webkit-border-radius: 3px; |
---|
454 | -moz-border-radius: 3px; |
---|
455 | border-radius: 3px; |
---|
456 | white-space: pre; |
---|
457 | white-space: pre-wrap; |
---|
458 | word-wrap: break-word; |
---|
459 | } |
---|
460 | form { |
---|
461 | margin-bottom: 18px; |
---|
462 | } |
---|
463 | fieldset { |
---|
464 | margin-bottom: 18px; |
---|
465 | padding-top: 18px; |
---|
466 | } |
---|
467 | fieldset legend { |
---|
468 | display: block; |
---|
469 | padding-left: 150px; |
---|
470 | font-size: 19.5px; |
---|
471 | line-height: 1; |
---|
472 | color: #404040; |
---|
473 | *padding: 0 0 5px 145px; |
---|
474 | *line-height: 1.5; |
---|
475 | } |
---|
476 | form .clearfix { |
---|
477 | margin-bottom: 18px; |
---|
478 | zoom: 1; |
---|
479 | } |
---|
480 | form .clearfix:before, form .clearfix:after { |
---|
481 | display: table; |
---|
482 | content: ""; |
---|
483 | zoom: 1; |
---|
484 | } |
---|
485 | form .clearfix:after { |
---|
486 | clear: both; |
---|
487 | } |
---|
488 | label, input, select, textarea { |
---|
489 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
---|
490 | font-size: 13px; |
---|
491 | font-weight: normal; |
---|
492 | line-height: normal; |
---|
493 | } |
---|
494 | label { |
---|
495 | padding-top: 6px; |
---|
496 | font-size: 13px; |
---|
497 | line-height: 18px; |
---|
498 | float: left; |
---|
499 | width: 130px; |
---|
500 | text-align: right; |
---|
501 | color: #404040; |
---|
502 | } |
---|
503 | form .input { |
---|
504 | margin-left: 150px; |
---|
505 | } |
---|
506 | input[type=checkbox], input[type=radio] { |
---|
507 | cursor: pointer; |
---|
508 | } |
---|
509 | input, textarea, select, .uneditable-input { |
---|
510 | display: inline-block; |
---|
511 | width: 210px; |
---|
512 | height: 18px; |
---|
513 | padding: 4px; |
---|
514 | font-size: 13px; |
---|
515 | line-height: 18px; |
---|
516 | color: #808080; |
---|
517 | border: 1px solid #ccc; |
---|
518 | -webkit-border-radius: 3px; |
---|
519 | -moz-border-radius: 3px; |
---|
520 | border-radius: 3px; |
---|
521 | } |
---|
522 | select { |
---|
523 | padding: initial; |
---|
524 | } |
---|
525 | input[type=checkbox], input[type=radio] { |
---|
526 | width: auto; |
---|
527 | height: auto; |
---|
528 | padding: 0; |
---|
529 | margin: 3px 0; |
---|
530 | *margin-top: 0; |
---|
531 | line-height: normal; |
---|
532 | border: none; |
---|
533 | } |
---|
534 | input[type=file] { |
---|
535 | background-color: #ffffff; |
---|
536 | padding: initial; |
---|
537 | border: initial; |
---|
538 | line-height: initial; |
---|
539 | -webkit-box-shadow: none; |
---|
540 | -moz-box-shadow: none; |
---|
541 | box-shadow: none; |
---|
542 | } |
---|
543 | input[type=button], input[type=reset], input[type=submit] { |
---|
544 | width: auto; |
---|
545 | height: auto; |
---|
546 | } |
---|
547 | select, input[type=file] { |
---|
548 | height: 27px; |
---|
549 | *height: auto; |
---|
550 | line-height: 27px; |
---|
551 | *margin-top: 4px; |
---|
552 | } |
---|
553 | select[multiple] { |
---|
554 | height: inherit; |
---|
555 | background-color: #ffffff; |
---|
556 | } |
---|
557 | textarea { |
---|
558 | height: auto; |
---|
559 | } |
---|
560 | .uneditable-input { |
---|
561 | background-color: #ffffff; |
---|
562 | display: block; |
---|
563 | border-color: #eee; |
---|
564 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); |
---|
565 | -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); |
---|
566 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); |
---|
567 | cursor: not-allowed; |
---|
568 | } |
---|
569 | :-moz-placeholder { |
---|
570 | color: #bfbfbf; |
---|
571 | } |
---|
572 | ::-webkit-input-placeholder { |
---|
573 | color: #bfbfbf; |
---|
574 | } |
---|
575 | input, textarea { |
---|
576 | -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; |
---|
577 | -moz-transition: border linear 0.2s, box-shadow linear 0.2s; |
---|
578 | -ms-transition: border linear 0.2s, box-shadow linear 0.2s; |
---|
579 | -o-transition: border linear 0.2s, box-shadow linear 0.2s; |
---|
580 | transition: border linear 0.2s, box-shadow linear 0.2s; |
---|
581 | -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); |
---|
582 | -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); |
---|
583 | box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); |
---|
584 | } |
---|
585 | input:focus, textarea:focus { |
---|
586 | outline: 0; |
---|
587 | border-color: rgba(82, 168, 236, 0.8); |
---|
588 | -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); |
---|
589 | -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); |
---|
590 | box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); |
---|
591 | } |
---|
592 | input[type=file]:focus, input[type=checkbox]:focus, select:focus { |
---|
593 | -webkit-box-shadow: none; |
---|
594 | -moz-box-shadow: none; |
---|
595 | box-shadow: none; |
---|
596 | outline: 1px dotted #666; |
---|
597 | } |
---|
598 | form .clearfix.error>label, form .clearfix.error .help-block, form .clearfix.error .help-inline { |
---|
599 | color: #b94a48; |
---|
600 | } |
---|
601 | form .clearfix.error input, form .clearfix.error textarea { |
---|
602 | color: #b94a48; |
---|
603 | border-color: #ee5f5b; |
---|
604 | } |
---|
605 | form .clearfix.error input:focus, form .clearfix.error textarea:focus { |
---|
606 | border-color: #e9322d; |
---|
607 | -webkit-box-shadow: 0 0 6px #f8b9b7; |
---|
608 | -moz-box-shadow: 0 0 6px #f8b9b7; |
---|
609 | box-shadow: 0 0 6px #f8b9b7; |
---|
610 | } |
---|
611 | form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on { |
---|
612 | color: #b94a48; |
---|
613 | background-color: #fce6e6; |
---|
614 | border-color: #b94a48; |
---|
615 | } |
---|
616 | form .clearfix.warning>label, form .clearfix.warning .help-block, form .clearfix.warning .help-inline { |
---|
617 | color: #c09853; |
---|
618 | } |
---|
619 | form .clearfix.warning input, form .clearfix.warning textarea { |
---|
620 | color: #c09853; |
---|
621 | border-color: #ccae64; |
---|
622 | } |
---|
623 | form .clearfix.warning input:focus, form .clearfix.warning textarea:focus { |
---|
624 | border-color: #be9a3f; |
---|
625 | -webkit-box-shadow: 0 0 6px #e5d6b1; |
---|
626 | -moz-box-shadow: 0 0 6px #e5d6b1; |
---|
627 | box-shadow: 0 0 6px #e5d6b1; |
---|
628 | } |
---|
629 | form .clearfix.warning .input-prepend .add-on, form .clearfix.warning .input-append .add-on { |
---|
630 | color: #c09853; |
---|
631 | background-color: #d2b877; |
---|
632 | border-color: #c09853; |
---|
633 | } |
---|
634 | form .clearfix.success>label, form .clearfix.success .help-block, form .clearfix.success .help-inline { |
---|
635 | color: #468847; |
---|
636 | } |
---|
637 | form .clearfix.success input, form .clearfix.success textarea { |
---|
638 | color: #468847; |
---|
639 | border-color: #57a957; |
---|
640 | } |
---|
641 | form .clearfix.success input:focus, form .clearfix.success textarea:focus { |
---|
642 | border-color: #458845; |
---|
643 | -webkit-box-shadow: 0 0 6px #9acc9a; |
---|
644 | -moz-box-shadow: 0 0 6px #9acc9a; |
---|
645 | box-shadow: 0 0 6px #9acc9a; |
---|
646 | } |
---|
647 | form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-append .add-on { |
---|
648 | color: #468847; |
---|
649 | background-color: #bcddbc; |
---|
650 | border-color: #468847; |
---|
651 | } |
---|
652 | .input-mini, input.mini, textarea.mini, select.mini { |
---|
653 | width: 60px; |
---|
654 | } |
---|
655 | .input-small, input.small, textarea.small, select.small { |
---|
656 | width: 90px; |
---|
657 | } |
---|
658 | .input-medium, input.medium, textarea.medium, select.medium { |
---|
659 | width: 150px; |
---|
660 | } |
---|
661 | .input-large, input.large, textarea.large, select.large { |
---|
662 | width: 210px; |
---|
663 | } |
---|
664 | .input-xlarge, input.xlarge, textarea.xlarge, select.xlarge { |
---|
665 | width: 270px; |
---|
666 | } |
---|
667 | .input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge { |
---|
668 | width: 530px; |
---|
669 | } |
---|
670 | textarea.xxlarge { |
---|
671 | overflow-y: auto; |
---|
672 | } |
---|
673 | input.span1, textarea.span1 { |
---|
674 | display: inline-block; |
---|
675 | float: none; |
---|
676 | width: 30px; |
---|
677 | margin-left: 0; |
---|
678 | } |
---|
679 | input.span2, textarea.span2 { |
---|
680 | display: inline-block; |
---|
681 | float: none; |
---|
682 | width: 90px; |
---|
683 | margin-left: 0; |
---|
684 | } |
---|
685 | input.span3, textarea.span3 { |
---|
686 | display: inline-block; |
---|
687 | float: none; |
---|
688 | width: 150px; |
---|
689 | margin-left: 0; |
---|
690 | } |
---|
691 | input.span4, textarea.span4 { |
---|
692 | display: inline-block; |
---|
693 | float: none; |
---|
694 | width: 210px; |
---|
695 | margin-left: 0; |
---|
696 | } |
---|
697 | input.span5, textarea.span5 { |
---|
698 | display: inline-block; |
---|
699 | float: none; |
---|
700 | width: 270px; |
---|
701 | margin-left: 0; |
---|
702 | } |
---|
703 | input.span6, textarea.span6 { |
---|
704 | display: inline-block; |
---|
705 | float: none; |
---|
706 | width: 330px; |
---|
707 | margin-left: 0; |
---|
708 | } |
---|
709 | input.span7, textarea.span7 { |
---|
710 | display: inline-block; |
---|
711 | float: none; |
---|
712 | width: 390px; |
---|
713 | margin-left: 0; |
---|
714 | } |
---|
715 | input.span8, textarea.span8 { |
---|
716 | display: inline-block; |
---|
717 | float: none; |
---|
718 | width: 450px; |
---|
719 | margin-left: 0; |
---|
720 | } |
---|
721 | input.span9, textarea.span9 { |
---|
722 | display: inline-block; |
---|
723 | float: none; |
---|
724 | width: 510px; |
---|
725 | margin-left: 0; |
---|
726 | } |
---|
727 | input.span10, textarea.span10 { |
---|
728 | display: inline-block; |
---|
729 | float: none; |
---|
730 | width: 570px; |
---|
731 | margin-left: 0; |
---|
732 | } |
---|
733 | input.span11, textarea.span11 { |
---|
734 | display: inline-block; |
---|
735 | float: none; |
---|
736 | width: 630px; |
---|
737 | margin-left: 0; |
---|
738 | } |
---|
739 | input.span12, textarea.span12 { |
---|
740 | display: inline-block; |
---|
741 | float: none; |
---|
742 | width: 690px; |
---|
743 | margin-left: 0; |
---|
744 | } |
---|
745 | input.span13, textarea.span13 { |
---|
746 | display: inline-block; |
---|
747 | float: none; |
---|
748 | width: 750px; |
---|
749 | margin-left: 0; |
---|
750 | } |
---|
751 | input.span14, textarea.span14 { |
---|
752 | display: inline-block; |
---|
753 | float: none; |
---|
754 | width: 810px; |
---|
755 | margin-left: 0; |
---|
756 | } |
---|
757 | input.span15, textarea.span15 { |
---|
758 | display: inline-block; |
---|
759 | float: none; |
---|
760 | width: 870px; |
---|
761 | margin-left: 0; |
---|
762 | } |
---|
763 | input.span16, textarea.span16 { |
---|
764 | display: inline-block; |
---|
765 | float: none; |
---|
766 | width: 930px; |
---|
767 | margin-left: 0; |
---|
768 | } |
---|
769 | input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { |
---|
770 | background-color: #f5f5f5; |
---|
771 | border-color: #ddd; |
---|
772 | cursor: not-allowed; |
---|
773 | } |
---|
774 | .actions { |
---|
775 | background: #f5f5f5; |
---|
776 | margin-top: 18px; |
---|
777 | margin-bottom: 18px; |
---|
778 | padding: 17px 20px 18px 150px; |
---|
779 | border-top: 1px solid #ddd; |
---|
780 | -webkit-border-radius: 0 0 3px 3px; |
---|
781 | -moz-border-radius: 0 0 3px 3px; |
---|
782 | border-radius: 0 0 3px 3px; |
---|
783 | } |
---|
784 | .actions .secondary-action { |
---|
785 | float: right; |
---|
786 | } |
---|
787 | .actions .secondary-action a { |
---|
788 | line-height: 30px; |
---|
789 | } |
---|
790 | .actions .secondary-action a:hover { |
---|
791 | text-decoration: underline; |
---|
792 | } |
---|
793 | .help-inline, .help-block { |
---|
794 | font-size: 13px; |
---|
795 | line-height: 18px; |
---|
796 | color: #bfbfbf; |
---|
797 | } |
---|
798 | .help-inline { |
---|
799 | padding-left: 5px; |
---|
800 | *position: relative; |
---|
801 | *top: -5px; |
---|
802 | } |
---|
803 | .help-block { |
---|
804 | display: block; |
---|
805 | max-width: 600px; |
---|
806 | } |
---|
807 | .inline-inputs { |
---|
808 | color: #808080; |
---|
809 | } |
---|
810 | .inline-inputs span { |
---|
811 | padding: 0 2px 0 1px; |
---|
812 | } |
---|
813 | .input-prepend input, .input-append input { |
---|
814 | -webkit-border-radius: 0 3px 3px 0; |
---|
815 | -moz-border-radius: 0 3px 3px 0; |
---|
816 | border-radius: 0 3px 3px 0; |
---|
817 | } |
---|
818 | .input-prepend .add-on, .input-append .add-on { |
---|
819 | position: relative; |
---|
820 | background: #f5f5f5; |
---|
821 | border: 1px solid #ccc; |
---|
822 | z-index: 2; |
---|
823 | float: left; |
---|
824 | display: block; |
---|
825 | width: auto; |
---|
826 | min-width: 16px; |
---|
827 | height: 18px; |
---|
828 | padding: 4px 4px 4px 5px; |
---|
829 | margin-right: -1px; |
---|
830 | font-weight: normal; |
---|
831 | line-height: 18px; |
---|
832 | color: #bfbfbf; |
---|
833 | text-align: center; |
---|
834 | text-shadow: 0 1px 0 #ffffff; |
---|
835 | -webkit-border-radius: 3px 0 0 3px; |
---|
836 | -moz-border-radius: 3px 0 0 3px; |
---|
837 | border-radius: 3px 0 0 3px; |
---|
838 | } |
---|
839 | .input-prepend .active, .input-append .active { |
---|
840 | background: #a9dba9; |
---|
841 | border-color: #46a546; |
---|
842 | } |
---|
843 | .input-prepend .add-on { |
---|
844 | *margin-top: 1px; |
---|
845 | } |
---|
846 | .input-append input { |
---|
847 | float: left; |
---|
848 | -webkit-border-radius: 3px 0 0 3px; |
---|
849 | -moz-border-radius: 3px 0 0 3px; |
---|
850 | border-radius: 3px 0 0 3px; |
---|
851 | } |
---|
852 | .input-append .add-on { |
---|
853 | -webkit-border-radius: 0 3px 3px 0; |
---|
854 | -moz-border-radius: 0 3px 3px 0; |
---|
855 | border-radius: 0 3px 3px 0; |
---|
856 | margin-right: 0; |
---|
857 | margin-left: -1px; |
---|
858 | } |
---|
859 | .inputs-list { |
---|
860 | margin: 0 0 5px; |
---|
861 | width: 100%; |
---|
862 | } |
---|
863 | .inputs-list li { |
---|
864 | display: block; |
---|
865 | padding: 0; |
---|
866 | width: 100%; |
---|
867 | } |
---|
868 | .inputs-list label { |
---|
869 | display: block; |
---|
870 | float: none; |
---|
871 | width: auto; |
---|
872 | padding: 0; |
---|
873 | margin-left: 20px; |
---|
874 | line-height: 18px; |
---|
875 | text-align: left; |
---|
876 | white-space: normal; |
---|
877 | } |
---|
878 | .inputs-list label strong { |
---|
879 | color: #808080; |
---|
880 | } |
---|
881 | .inputs-list label small { |
---|
882 | font-size: 11px; |
---|
883 | font-weight: normal; |
---|
884 | } |
---|
885 | .inputs-list .inputs-list { |
---|
886 | margin-left: 25px; |
---|
887 | margin-bottom: 10px; |
---|
888 | padding-top: 0; |
---|
889 | } |
---|
890 | .inputs-list:first-child { |
---|
891 | padding-top: 6px; |
---|
892 | } |
---|
893 | .inputs-list li+li { |
---|
894 | padding-top: 2px; |
---|
895 | } |
---|
896 | .inputs-list input[type=radio], .inputs-list input[type=checkbox] { |
---|
897 | margin-bottom: 0; |
---|
898 | margin-left: -20px; |
---|
899 | float: left; |
---|
900 | } |
---|
901 | .form-stacked { |
---|
902 | padding-left: 20px; |
---|
903 | } |
---|
904 | .form-stacked fieldset { |
---|
905 | padding-top: 9px; |
---|
906 | } |
---|
907 | .form-stacked legend { |
---|
908 | padding-left: 0; |
---|
909 | } |
---|
910 | .form-stacked label { |
---|
911 | display: block; |
---|
912 | float: none; |
---|
913 | width: auto; |
---|
914 | font-weight: bold; |
---|
915 | text-align: left; |
---|
916 | line-height: 20px; |
---|
917 | padding-top: 0; |
---|
918 | } |
---|
919 | .form-stacked .clearfix { |
---|
920 | margin-bottom: 9px; |
---|
921 | } |
---|
922 | .form-stacked .clearfix div.input { |
---|
923 | margin-left: 0; |
---|
924 | } |
---|
925 | .form-stacked .inputs-list { |
---|
926 | margin-bottom: 0; |
---|
927 | } |
---|
928 | .form-stacked .inputs-list li { |
---|
929 | padding-top: 0; |
---|
930 | } |
---|
931 | .form-stacked .inputs-list li label { |
---|
932 | font-weight: normal; |
---|
933 | padding-top: 0; |
---|
934 | } |
---|
935 | .form-stacked div.clearfix.error { |
---|
936 | padding-top: 10px; |
---|
937 | padding-bottom: 10px; |
---|
938 | padding-left: 10px; |
---|
939 | margin-top: 0; |
---|
940 | margin-left: -10px; |
---|
941 | } |
---|
942 | .form-stacked .actions { |
---|
943 | margin-left: -20px; |
---|
944 | padding-left: 20px; |
---|
945 | } |
---|
946 | table { |
---|
947 | width: 100%; |
---|
948 | margin-bottom: 18px; |
---|
949 | padding: 0; |
---|
950 | font-size: 13px; |
---|
951 | border-collapse: collapse; |
---|
952 | } |
---|
953 | table th, table td { |
---|
954 | padding: 10px 10px 9px; |
---|
955 | line-height: 18px; |
---|
956 | text-align: left; |
---|
957 | } |
---|
958 | table th { |
---|
959 | padding-top: 9px; |
---|
960 | font-weight: bold; |
---|
961 | vertical-align: middle; |
---|
962 | } |
---|
963 | table td { |
---|
964 | vertical-align: top; |
---|
965 | border-top: 1px solid #ddd; |
---|
966 | } |
---|
967 | table tbody th { |
---|
968 | border-top: 1px solid #ddd; |
---|
969 | vertical-align: top; |
---|
970 | } |
---|
971 | .condensed-table th, .condensed-table td { |
---|
972 | padding: 5px 5px 4px; |
---|
973 | } |
---|
974 | .bordered-table { |
---|
975 | border: 1px solid #ddd; |
---|
976 | border-collapse: separate; |
---|
977 | *border-collapse: collapse; |
---|
978 | -webkit-border-radius: 4px; |
---|
979 | -moz-border-radius: 4px; |
---|
980 | border-radius: 4px; |
---|
981 | } |
---|
982 | .bordered-table th+th, .bordered-table td+td, .bordered-table th+td { |
---|
983 | border-left: 1px solid #ddd; |
---|
984 | } |
---|
985 | .bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child { |
---|
986 | -webkit-border-radius: 4px 0 0 0; |
---|
987 | -moz-border-radius: 4px 0 0 0; |
---|
988 | border-radius: 4px 0 0 0; |
---|
989 | } |
---|
990 | .bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child { |
---|
991 | -webkit-border-radius: 0 4px 0 0; |
---|
992 | -moz-border-radius: 0 4px 0 0; |
---|
993 | border-radius: 0 4px 0 0; |
---|
994 | } |
---|
995 | .bordered-table tbody tr:last-child td:first-child { |
---|
996 | -webkit-border-radius: 0 0 0 4px; |
---|
997 | -moz-border-radius: 0 0 0 4px; |
---|
998 | border-radius: 0 0 0 4px; |
---|
999 | } |
---|
1000 | .bordered-table tbody tr:last-child td:last-child { |
---|
1001 | -webkit-border-radius: 0 0 4px 0; |
---|
1002 | -moz-border-radius: 0 0 4px 0; |
---|
1003 | border-radius: 0 0 4px 0; |
---|
1004 | } |
---|
1005 | table .span1 { |
---|
1006 | width: 20px; |
---|
1007 | } |
---|
1008 | table .span2 { |
---|
1009 | width: 60px; |
---|
1010 | } |
---|
1011 | table .span3 { |
---|
1012 | width: 100px; |
---|
1013 | } |
---|
1014 | table .span4 { |
---|
1015 | width: 140px; |
---|
1016 | } |
---|
1017 | table .span5 { |
---|
1018 | width: 180px; |
---|
1019 | } |
---|
1020 | table .span6 { |
---|
1021 | width: 220px; |
---|
1022 | } |
---|
1023 | table .span7 { |
---|
1024 | width: 260px; |
---|
1025 | } |
---|
1026 | table .span8 { |
---|
1027 | width: 300px; |
---|
1028 | } |
---|
1029 | table .span9 { |
---|
1030 | width: 340px; |
---|
1031 | } |
---|
1032 | table .span10 { |
---|
1033 | width: 380px; |
---|
1034 | } |
---|
1035 | table .span11 { |
---|
1036 | width: 420px; |
---|
1037 | } |
---|
1038 | table .span12 { |
---|
1039 | width: 460px; |
---|
1040 | } |
---|
1041 | table .span13 { |
---|
1042 | width: 500px; |
---|
1043 | } |
---|
1044 | table .span14 { |
---|
1045 | width: 540px; |
---|
1046 | } |
---|
1047 | table .span15 { |
---|
1048 | width: 580px; |
---|
1049 | } |
---|
1050 | table .span16 { |
---|
1051 | width: 620px; |
---|
1052 | } |
---|
1053 | .zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th { |
---|
1054 | background-color: #f9f9f9; |
---|
1055 | } |
---|
1056 | .zebra-striped tbody tr:hover td, .zebra-striped tbody tr:hover th { |
---|
1057 | background-color: #f5f5f5; |
---|
1058 | } |
---|
1059 | table .header { |
---|
1060 | cursor: pointer; |
---|
1061 | } |
---|
1062 | table .header:after { |
---|
1063 | content: ""; |
---|
1064 | float: right; |
---|
1065 | margin-top: 7px; |
---|
1066 | border-width: 0 4px 4px; |
---|
1067 | border-style: solid; |
---|
1068 | border-color: #000 transparent; |
---|
1069 | visibility: hidden; |
---|
1070 | } |
---|
1071 | table .headerSortUp, table .headerSortDown { |
---|
1072 | background-color: rgba(141, 192, 219, 0.25); |
---|
1073 | text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); |
---|
1074 | } |
---|
1075 | table .header:hover:after { |
---|
1076 | visibility: visible; |
---|
1077 | } |
---|
1078 | table .headerSortDown:after, table .headerSortDown:hover:after { |
---|
1079 | visibility: visible; |
---|
1080 | filter: alpha(opacity=60); |
---|
1081 | -khtml-opacity: 0.6; |
---|
1082 | -moz-opacity: 0.6; |
---|
1083 | opacity: 0.6; |
---|
1084 | } |
---|
1085 | table .headerSortUp:after { |
---|
1086 | border-bottom: none; |
---|
1087 | border-left: 4px solid transparent; |
---|
1088 | border-right: 4px solid transparent; |
---|
1089 | border-top: 4px solid #000; |
---|
1090 | visibility: visible; |
---|
1091 | -webkit-box-shadow: none; |
---|
1092 | -moz-box-shadow: none; |
---|
1093 | box-shadow: none; |
---|
1094 | filter: alpha(opacity=60); |
---|
1095 | -khtml-opacity: 0.6; |
---|
1096 | -moz-opacity: 0.6; |
---|
1097 | opacity: 0.6; |
---|
1098 | } |
---|
1099 | table .blue { |
---|
1100 | color: #049cdb; |
---|
1101 | border-bottom-color: #049cdb; |
---|
1102 | } |
---|
1103 | table .headerSortUp.blue, table .headerSortDown.blue { |
---|
1104 | background-color: #ade6fe; |
---|
1105 | } |
---|
1106 | table .green { |
---|
1107 | color: #46a546; |
---|
1108 | border-bottom-color: #46a546; |
---|
1109 | } |
---|
1110 | table .headerSortUp.green, table .headerSortDown.green { |
---|
1111 | background-color: #cdeacd; |
---|
1112 | } |
---|
1113 | table .red { |
---|
1114 | color: #9d261d; |
---|
1115 | border-bottom-color: #9d261d; |
---|
1116 | } |
---|
1117 | table .headerSortUp.red, table .headerSortDown.red { |
---|
1118 | background-color: #f4c8c5; |
---|
1119 | } |
---|
1120 | table .yellow { |
---|
1121 | color: #ffc40d; |
---|
1122 | border-bottom-color: #ffc40d; |
---|
1123 | } |
---|
1124 | table .headerSortUp.yellow, table .headerSortDown.yellow { |
---|
1125 | background-color: #fff6d9; |
---|
1126 | } |
---|
1127 | table .orange { |
---|
1128 | color: #f89406; |
---|
1129 | border-bottom-color: #f89406; |
---|
1130 | } |
---|
1131 | table .headerSortUp.orange, table .headerSortDown.orange { |
---|
1132 | background-color: #fee9cc; |
---|
1133 | } |
---|
1134 | table .purple { |
---|
1135 | color: #7a43b6; |
---|
1136 | border-bottom-color: #7a43b6; |
---|
1137 | } |
---|
1138 | table .headerSortUp.purple, table .headerSortDown.purple { |
---|
1139 | background-color: #e2d5f0; |
---|
1140 | } |
---|
1141 | .topbar { |
---|
1142 | height: 40px; |
---|
1143 | position: fixed; |
---|
1144 | top: 0; |
---|
1145 | left: 0; |
---|
1146 | right: 0; |
---|
1147 | z-index: 10000; |
---|
1148 | overflow: visible; |
---|
1149 | } |
---|
1150 | .topbar a { |
---|
1151 | color: #bfbfbf; |
---|
1152 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
---|
1153 | } |
---|
1154 | .topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active>a { |
---|
1155 | background-color: #333; |
---|
1156 | background-color: rgba(255, 255, 255, 0.05); |
---|
1157 | color: #ffffff; |
---|
1158 | text-decoration: none; |
---|
1159 | } |
---|
1160 | .topbar h3 { |
---|
1161 | position: relative; |
---|
1162 | } |
---|
1163 | .topbar h3 a, .topbar .brand { |
---|
1164 | float: left; |
---|
1165 | display: block; |
---|
1166 | padding: 8px 20px 12px; |
---|
1167 | margin-left: -20px; |
---|
1168 | color: #ffffff; |
---|
1169 | font-size: 20px; |
---|
1170 | font-weight: 200; |
---|
1171 | line-height: 1; |
---|
1172 | } |
---|
1173 | .topbar p { |
---|
1174 | margin: 0; |
---|
1175 | line-height: 40px; |
---|
1176 | } |
---|
1177 | .topbar p a:hover { |
---|
1178 | background-color: transparent; |
---|
1179 | color: #ffffff; |
---|
1180 | } |
---|
1181 | .topbar form { |
---|
1182 | float: left; |
---|
1183 | margin: 5px 0 0 0; |
---|
1184 | position: relative; |
---|
1185 | filter: alpha(opacity=100); |
---|
1186 | -khtml-opacity: 1; |
---|
1187 | -moz-opacity: 1; |
---|
1188 | opacity: 1; |
---|
1189 | } |
---|
1190 | .topbar form.pull-right { |
---|
1191 | float: right; |
---|
1192 | } |
---|
1193 | .topbar input { |
---|
1194 | background-color: #444; |
---|
1195 | background-color: rgba(255, 255, 255, 0.3); |
---|
1196 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
---|
1197 | font-size: normal; |
---|
1198 | font-weight: 13px; |
---|
1199 | line-height: 1; |
---|
1200 | padding: 4px 9px; |
---|
1201 | color: #ffffff; |
---|
1202 | color: rgba(255, 255, 255, 0.75); |
---|
1203 | border: 1px solid #111; |
---|
1204 | -webkit-border-radius: 4px; |
---|
1205 | -moz-border-radius: 4px; |
---|
1206 | border-radius: 4px; |
---|
1207 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25); |
---|
1208 | -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25); |
---|
1209 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25); |
---|
1210 | -webkit-transition: none; |
---|
1211 | -moz-transition: none; |
---|
1212 | -ms-transition: none; |
---|
1213 | -o-transition: none; |
---|
1214 | transition: none; |
---|
1215 | } |
---|
1216 | .topbar input:-moz-placeholder { |
---|
1217 | color: #e6e6e6; |
---|
1218 | } |
---|
1219 | .topbar input::-webkit-input-placeholder { |
---|
1220 | color: #e6e6e6; |
---|
1221 | } |
---|
1222 | .topbar input:hover { |
---|
1223 | background-color: #bfbfbf; |
---|
1224 | background-color: rgba(255, 255, 255, 0.5); |
---|
1225 | color: #ffffff; |
---|
1226 | } |
---|
1227 | .topbar input:focus, .topbar input.focused { |
---|
1228 | outline: 0; |
---|
1229 | background-color: #ffffff; |
---|
1230 | color: #404040; |
---|
1231 | text-shadow: 0 1px 0 #ffffff; |
---|
1232 | border: 0; |
---|
1233 | padding: 5px 10px; |
---|
1234 | -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
---|
1235 | -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
---|
1236 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
---|
1237 | } |
---|
1238 | .topbar-inner, .topbar .fill { |
---|
1239 | background-color: #222; |
---|
1240 | background-color: #222222; |
---|
1241 | background-repeat: repeat-x; |
---|
1242 | background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222)); |
---|
1243 | background-image: -moz-linear-gradient(top, #333333, #222222); |
---|
1244 | background-image: -ms-linear-gradient(top, #333333, #222222); |
---|
1245 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222)); |
---|
1246 | background-image: -webkit-linear-gradient(top, #333333, #222222); |
---|
1247 | background-image: -o-linear-gradient(top, #333333, #222222); |
---|
1248 | background-image: linear-gradient(top, #333333, #222222); |
---|
1249 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
---|
1250 | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
---|
1251 | -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
---|
1252 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
---|
1253 | } |
---|
1254 | .topbar div>ul, .nav { |
---|
1255 | display: block; |
---|
1256 | float: left; |
---|
1257 | margin: 0 10px 0 0; |
---|
1258 | position: relative; |
---|
1259 | left: 0; |
---|
1260 | } |
---|
1261 | .topbar div>ul>li, .nav>li { |
---|
1262 | display: block; |
---|
1263 | float: left; |
---|
1264 | } |
---|
1265 | .topbar div>ul a, .nav a { |
---|
1266 | display: block; |
---|
1267 | float: none; |
---|
1268 | padding: 10px 10px 11px; |
---|
1269 | line-height: 19px; |
---|
1270 | text-decoration: none; |
---|
1271 | } |
---|
1272 | .topbar div>ul a:hover, .nav a:hover { |
---|
1273 | color: #ffffff; |
---|
1274 | text-decoration: none; |
---|
1275 | } |
---|
1276 | .topbar div>ul .active>a, .nav .active>a { |
---|
1277 | background-color: #222; |
---|
1278 | background-color: rgba(0, 0, 0, 0.5); |
---|
1279 | } |
---|
1280 | .topbar div>ul.secondary-nav, .nav.secondary-nav { |
---|
1281 | float: right; |
---|
1282 | margin-left: 10px; |
---|
1283 | margin-right: 0; |
---|
1284 | } |
---|
1285 | .topbar div>ul.secondary-nav .menu-dropdown, .nav.secondary-nav .menu-dropdown, .topbar div>ul.secondary-nav .dropdown-menu, .nav.secondary-nav .dropdown-menu { |
---|
1286 | right: 0; |
---|
1287 | border: 0; |
---|
1288 | } |
---|
1289 | .topbar div>ul a.menu:hover, .nav a.menu:hover, .topbar div>ul li.open .menu, .nav li.open .menu, .topbar div>ul .dropdown-toggle:hover, .nav .dropdown-toggle:hover, .topbar div>ul .dropdown.open .dropdown-toggle, .nav .dropdown.open .dropdown-toggle { |
---|
1290 | background: #444; |
---|
1291 | background: rgba(255, 255, 255, 0.05); |
---|
1292 | } |
---|
1293 | .topbar div>ul .menu-dropdown, .nav .menu-dropdown, .topbar div>ul .dropdown-menu, .nav .dropdown-menu { |
---|
1294 | background-color: #333; |
---|
1295 | } |
---|
1296 | .topbar div>ul .menu-dropdown a.menu, .nav .menu-dropdown a.menu, .topbar div>ul .dropdown-menu a.menu, .nav .dropdown-menu a.menu, .topbar div>ul .menu-dropdown .dropdown-toggle, .nav .menu-dropdown .dropdown-toggle, .topbar div>ul .dropdown-menu .dropdown-toggle, .nav .dropdown-menu .dropdown-toggle { |
---|
1297 | color: #ffffff; |
---|
1298 | } |
---|
1299 | .topbar div>ul .menu-dropdown a.menu.open, .nav .menu-dropdown a.menu.open, .topbar div>ul .dropdown-menu a.menu.open, .nav .dropdown-menu a.menu.open, .topbar div>ul .menu-dropdown .dropdown-toggle.open, .nav .menu-dropdown .dropdown-toggle.open, .topbar div>ul .dropdown-menu .dropdown-toggle.open, .nav .dropdown-menu .dropdown-toggle.open { |
---|
1300 | background: #444; |
---|
1301 | background: rgba(255, 255, 255, 0.05); |
---|
1302 | } |
---|
1303 | .topbar div>ul .menu-dropdown li a, .nav .menu-dropdown li a, .topbar div>ul .dropdown-menu li a, .nav .dropdown-menu li a { |
---|
1304 | color: #999; |
---|
1305 | text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); |
---|
1306 | } |
---|
1307 | .topbar div>ul .menu-dropdown li a:hover, .nav .menu-dropdown li a:hover, .topbar div>ul .dropdown-menu li a:hover, .nav .dropdown-menu li a:hover { |
---|
1308 | background-color: #191919; |
---|
1309 | background-repeat: repeat-x; |
---|
1310 | background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919)); |
---|
1311 | background-image: -moz-linear-gradient(top, #292929, #191919); |
---|
1312 | background-image: -ms-linear-gradient(top, #292929, #191919); |
---|
1313 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919)); |
---|
1314 | background-image: -webkit-linear-gradient(top, #292929, #191919); |
---|
1315 | background-image: -o-linear-gradient(top, #292929, #191919); |
---|
1316 | background-image: linear-gradient(top, #292929, #191919); |
---|
1317 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0); |
---|
1318 | color: #ffffff; |
---|
1319 | } |
---|
1320 | .topbar div>ul .menu-dropdown .active a, .nav .menu-dropdown .active a, .topbar div>ul .dropdown-menu .active a, .nav .dropdown-menu .active a { |
---|
1321 | color: #ffffff; |
---|
1322 | } |
---|
1323 | .topbar div>ul .menu-dropdown .divider, .nav .menu-dropdown .divider, .topbar div>ul .dropdown-menu .divider, .nav .dropdown-menu .divider { |
---|
1324 | background-color: #222; |
---|
1325 | border-color: #444; |
---|
1326 | } |
---|
1327 | .topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a { |
---|
1328 | padding: 4px 15px; |
---|
1329 | } |
---|
1330 | li.menu, .dropdown { |
---|
1331 | position: relative; |
---|
1332 | } |
---|
1333 | a.menu:after, .dropdown-toggle:after { |
---|
1334 | width: 0; |
---|
1335 | height: 0; |
---|
1336 | display: inline-block; |
---|
1337 | content: "↓"; |
---|
1338 | text-indent: -99999px; |
---|
1339 | vertical-align: top; |
---|
1340 | margin-top: 8px; |
---|
1341 | margin-left: 4px; |
---|
1342 | border-left: 4px solid transparent; |
---|
1343 | border-right: 4px solid transparent; |
---|
1344 | border-top: 4px solid #ffffff; |
---|
1345 | filter: alpha(opacity=50); |
---|
1346 | -khtml-opacity: 0.5; |
---|
1347 | -moz-opacity: 0.5; |
---|
1348 | opacity: 0.5; |
---|
1349 | } |
---|
1350 | .menu-dropdown, .dropdown-menu { |
---|
1351 | background-color: #ffffff; |
---|
1352 | float: left; |
---|
1353 | display: none; |
---|
1354 | position: absolute; |
---|
1355 | top: 40px; |
---|
1356 | z-index: 900; |
---|
1357 | min-width: 160px; |
---|
1358 | max-width: 220px; |
---|
1359 | _width: 160px; |
---|
1360 | margin-left: 0; |
---|
1361 | margin-right: 0; |
---|
1362 | padding: 6px 0; |
---|
1363 | zoom: 1; |
---|
1364 | border-color: #999; |
---|
1365 | border-color: rgba(0, 0, 0, 0.2); |
---|
1366 | border-style: solid; |
---|
1367 | border-width: 0 1px 1px; |
---|
1368 | -webkit-border-radius: 0 0 6px 6px; |
---|
1369 | -moz-border-radius: 0 0 6px 6px; |
---|
1370 | border-radius: 0 0 6px 6px; |
---|
1371 | -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); |
---|
1372 | -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); |
---|
1373 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); |
---|
1374 | -webkit-background-clip: padding-box; |
---|
1375 | -moz-background-clip: padding-box; |
---|
1376 | background-clip: padding-box; |
---|
1377 | } |
---|
1378 | .menu-dropdown li, .dropdown-menu li { |
---|
1379 | float: none; |
---|
1380 | display: block; |
---|
1381 | background-color: none; |
---|
1382 | } |
---|
1383 | .menu-dropdown .divider, .dropdown-menu .divider { |
---|
1384 | height: 1px; |
---|
1385 | margin: 5px 0; |
---|
1386 | overflow: hidden; |
---|
1387 | background-color: #eee; |
---|
1388 | border-bottom: 1px solid #ffffff; |
---|
1389 | } |
---|
1390 | .topbar .dropdown-menu a, .dropdown-menu a { |
---|
1391 | display: block; |
---|
1392 | padding: 4px 15px; |
---|
1393 | clear: both; |
---|
1394 | font-weight: normal; |
---|
1395 | line-height: 18px; |
---|
1396 | color: #808080; |
---|
1397 | text-shadow: 0 1px 0 #ffffff; |
---|
1398 | } |
---|
1399 | .topbar .dropdown-menu a:hover, .dropdown-menu a:hover, .topbar .dropdown-menu a.hover, .dropdown-menu a.hover { |
---|
1400 | background-color: #dddddd; |
---|
1401 | background-repeat: repeat-x; |
---|
1402 | background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd)); |
---|
1403 | background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); |
---|
1404 | background-image: -ms-linear-gradient(top, #eeeeee, #dddddd); |
---|
1405 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)); |
---|
1406 | background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); |
---|
1407 | background-image: -o-linear-gradient(top, #eeeeee, #dddddd); |
---|
1408 | background-image: linear-gradient(top, #eeeeee, #dddddd); |
---|
1409 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0); |
---|
1410 | color: #404040; |
---|
1411 | text-decoration: none; |
---|
1412 | -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025); |
---|
1413 | -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025); |
---|
1414 | box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025); |
---|
1415 | } |
---|
1416 | .open .menu, .dropdown.open .menu, .open .dropdown-toggle, .dropdown.open .dropdown-toggle { |
---|
1417 | color: #ffffff; |
---|
1418 | background: #ccc; |
---|
1419 | background: rgba(0, 0, 0, 0.3); |
---|
1420 | } |
---|
1421 | .open .menu-dropdown, .dropdown.open .menu-dropdown, .open .dropdown-menu, .dropdown.open .dropdown-menu { |
---|
1422 | display: block; |
---|
1423 | } |
---|
1424 | .tabs, .pills { |
---|
1425 | margin: 0 0 18px; |
---|
1426 | padding: 0; |
---|
1427 | list-style: none; |
---|
1428 | zoom: 1; |
---|
1429 | } |
---|
1430 | .tabs:before, .pills:before, .tabs:after, .pills:after { |
---|
1431 | display: table; |
---|
1432 | content: ""; |
---|
1433 | zoom: 1; |
---|
1434 | } |
---|
1435 | .tabs:after, .pills:after { |
---|
1436 | clear: both; |
---|
1437 | } |
---|
1438 | .tabs>li, .pills>li { |
---|
1439 | float: left; |
---|
1440 | } |
---|
1441 | .tabs>li>a, .pills>li>a { |
---|
1442 | display: block; |
---|
1443 | } |
---|
1444 | .tabs { |
---|
1445 | border-color: #ddd; |
---|
1446 | border-style: solid; |
---|
1447 | border-width: 0 0 1px; |
---|
1448 | } |
---|
1449 | .tabs>li { |
---|
1450 | position: relative; |
---|
1451 | margin-bottom: -1px; |
---|
1452 | } |
---|
1453 | .tabs>li>a { |
---|
1454 | padding: 0 15px; |
---|
1455 | margin-right: 2px; |
---|
1456 | line-height: 34px; |
---|
1457 | border: 1px solid transparent; |
---|
1458 | -webkit-border-radius: 4px 4px 0 0; |
---|
1459 | -moz-border-radius: 4px 4px 0 0; |
---|
1460 | border-radius: 4px 4px 0 0; |
---|
1461 | } |
---|
1462 | .tabs>li>a:hover { |
---|
1463 | text-decoration: none; |
---|
1464 | background-color: #eee; |
---|
1465 | border-color: #eee #eee #ddd; |
---|
1466 | } |
---|
1467 | .tabs .active>a, .tabs .active>a:hover { |
---|
1468 | color: #808080; |
---|
1469 | background-color: #ffffff; |
---|
1470 | border: 1px solid #ddd; |
---|
1471 | border-bottom-color: transparent; |
---|
1472 | cursor: default; |
---|
1473 | } |
---|
1474 | .tabs .menu-dropdown, .tabs .dropdown-menu { |
---|
1475 | top: 35px; |
---|
1476 | border-width: 1px; |
---|
1477 | -webkit-border-radius: 0 6px 6px 6px; |
---|
1478 | -moz-border-radius: 0 6px 6px 6px; |
---|
1479 | border-radius: 0 6px 6px 6px; |
---|
1480 | } |
---|
1481 | .tabs a.menu:after, .tabs .dropdown-toggle:after { |
---|
1482 | border-top-color: #999; |
---|
1483 | margin-top: 15px; |
---|
1484 | margin-left: 5px; |
---|
1485 | } |
---|
1486 | .tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle { |
---|
1487 | border-color: #999; |
---|
1488 | } |
---|
1489 | .tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after { |
---|
1490 | border-top-color: #555; |
---|
1491 | } |
---|
1492 | .pills a { |
---|
1493 | margin: 5px 3px 5px 0; |
---|
1494 | padding: 0 15px; |
---|
1495 | line-height: 30px; |
---|
1496 | text-shadow: 0 1px 1px #ffffff; |
---|
1497 | -webkit-border-radius: 15px; |
---|
1498 | -moz-border-radius: 15px; |
---|
1499 | border-radius: 15px; |
---|
1500 | } |
---|
1501 | .pills a:hover { |
---|
1502 | color: #ffffff; |
---|
1503 | text-decoration: none; |
---|
1504 | text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); |
---|
1505 | background-color: #00438a; |
---|
1506 | } |
---|
1507 | .pills .active a { |
---|
1508 | color: #ffffff; |
---|
1509 | text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); |
---|
1510 | background-color: #0069d6; |
---|
1511 | } |
---|
1512 | .pills-vertical>li { |
---|
1513 | float: none; |
---|
1514 | } |
---|
1515 | .tab-content>.tab-pane, .pill-content>.pill-pane, .tab-content>div, .pill-content>div { |
---|
1516 | display: none; |
---|
1517 | } |
---|
1518 | .tab-content>.active, .pill-content>.active { |
---|
1519 | display: block; |
---|
1520 | } |
---|
1521 | .breadcrumb { |
---|
1522 | padding: 7px 14px; |
---|
1523 | margin: 0 0 18px; |
---|
1524 | background-color: #f5f5f5; |
---|
1525 | background-repeat: repeat-x; |
---|
1526 | background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)); |
---|
1527 | background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); |
---|
1528 | background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); |
---|
1529 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); |
---|
1530 | background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); |
---|
1531 | background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); |
---|
1532 | background-image: linear-gradient(top, #ffffff, #f5f5f5); |
---|
1533 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0); |
---|
1534 | border: 1px solid #ddd; |
---|
1535 | -webkit-border-radius: 3px; |
---|
1536 | -moz-border-radius: 3px; |
---|
1537 | border-radius: 3px; |
---|
1538 | -webkit-box-shadow: inset 0 1px 0 #ffffff; |
---|
1539 | -moz-box-shadow: inset 0 1px 0 #ffffff; |
---|
1540 | box-shadow: inset 0 1px 0 #ffffff; |
---|
1541 | } |
---|
1542 | .breadcrumb li { |
---|
1543 | display: inline; |
---|
1544 | text-shadow: 0 1px 0 #ffffff; |
---|
1545 | } |
---|
1546 | .breadcrumb .divider { |
---|
1547 | padding: 0 5px; |
---|
1548 | color: #bfbfbf; |
---|
1549 | } |
---|
1550 | .breadcrumb .active a { |
---|
1551 | color: #404040; |
---|
1552 | } |
---|
1553 | .hero-unit { |
---|
1554 | background-color: #f5f5f5; |
---|
1555 | margin-bottom: 30px; |
---|
1556 | padding: 60px; |
---|
1557 | -webkit-border-radius: 6px; |
---|
1558 | -moz-border-radius: 6px; |
---|
1559 | border-radius: 6px; |
---|
1560 | } |
---|
1561 | .hero-unit h1 { |
---|
1562 | margin-bottom: 0; |
---|
1563 | font-size: 60px; |
---|
1564 | line-height: 1; |
---|
1565 | letter-spacing: -1px; |
---|
1566 | } |
---|
1567 | .hero-unit p { |
---|
1568 | font-size: 18px; |
---|
1569 | font-weight: 200; |
---|
1570 | line-height: 27px; |
---|
1571 | } |
---|
1572 | footer { |
---|
1573 | margin-top: 17px; |
---|
1574 | padding-top: 17px; |
---|
1575 | border-top: 1px solid #eee; |
---|
1576 | } |
---|
1577 | .page-header { |
---|
1578 | margin-bottom: 17px; |
---|
1579 | border-bottom: 1px solid #ddd; |
---|
1580 | -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
---|
1581 | -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
---|
1582 | box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
---|
1583 | } |
---|
1584 | .page-header h1 { |
---|
1585 | margin-bottom: 8px; |
---|
1586 | } |
---|
1587 | .btn.danger, .alert-message.danger, .btn.danger:hover, .alert-message.danger:hover, .btn.error, .alert-message.error, .btn.error:hover, .alert-message.error:hover, .btn.success, .alert-message.success, .btn.success:hover, .alert-message.success:hover, .btn.info, .alert-message.info, .btn.info:hover, .alert-message.info:hover { |
---|
1588 | color: #ffffff; |
---|
1589 | } |
---|
1590 | .btn .close, .alert-message .close { |
---|
1591 | font-family: Arial, sans-serif; |
---|
1592 | line-height: 18px; |
---|
1593 | } |
---|
1594 | .btn.danger, .alert-message.danger, .btn.error, .alert-message.error { |
---|
1595 | background-color: #c43c35; |
---|
1596 | background-repeat: repeat-x; |
---|
1597 | background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35)); |
---|
1598 | background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); |
---|
1599 | background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); |
---|
1600 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35)); |
---|
1601 | background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); |
---|
1602 | background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); |
---|
1603 | background-image: linear-gradient(top, #ee5f5b, #c43c35); |
---|
1604 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); |
---|
1605 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
---|
1606 | border-color: #c43c35 #c43c35 #882a25; |
---|
1607 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
---|
1608 | } |
---|
1609 | .btn.success, .alert-message.success { |
---|
1610 | background-color: #57a957; |
---|
1611 | background-repeat: repeat-x; |
---|
1612 | background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957)); |
---|
1613 | background-image: -moz-linear-gradient(top, #62c462, #57a957); |
---|
1614 | background-image: -ms-linear-gradient(top, #62c462, #57a957); |
---|
1615 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957)); |
---|
1616 | background-image: -webkit-linear-gradient(top, #62c462, #57a957); |
---|
1617 | background-image: -o-linear-gradient(top, #62c462, #57a957); |
---|
1618 | background-image: linear-gradient(top, #62c462, #57a957); |
---|
1619 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); |
---|
1620 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
---|
1621 | border-color: #57a957 #57a957 #3d773d; |
---|
1622 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
---|
1623 | } |
---|
1624 | .btn.info, .alert-message.info { |
---|
1625 | background-color: #339bb9; |
---|
1626 | background-repeat: repeat-x; |
---|
1627 | background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9)); |
---|
1628 | background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); |
---|
1629 | background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); |
---|
1630 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); |
---|
1631 | background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); |
---|
1632 | background-image: -o-linear-gradient(top, #5bc0de, #339bb9); |
---|
1633 | background-image: linear-gradient(top, #5bc0de, #339bb9); |
---|
1634 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); |
---|
1635 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
---|
1636 | border-color: #339bb9 #339bb9 #22697d; |
---|
1637 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
---|
1638 | } |
---|
1639 | .btn { |
---|
1640 | cursor: pointer; |
---|
1641 | display: inline-block; |
---|
1642 | background-color: #e6e6e6; |
---|
1643 | background-repeat: no-repeat; |
---|
1644 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); |
---|
1645 | background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
---|
1646 | background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); |
---|
1647 | background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
---|
1648 | background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
---|
1649 | background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
---|
1650 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); |
---|
1651 | padding: 5px 14px 6px; |
---|
1652 | text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); |
---|
1653 | color: #333; |
---|
1654 | font-size: 13px; |
---|
1655 | line-height: normal; |
---|
1656 | border: 1px solid #ccc; |
---|
1657 | border-bottom-color: #bbb; |
---|
1658 | -webkit-border-radius: 4px; |
---|
1659 | -moz-border-radius: 4px; |
---|
1660 | border-radius: 4px; |
---|
1661 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
---|
1662 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
---|
1663 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
---|
1664 | -webkit-transition: 0.1s linear all; |
---|
1665 | -moz-transition: 0.1s linear all; |
---|
1666 | -ms-transition: 0.1s linear all; |
---|
1667 | -o-transition: 0.1s linear all; |
---|
1668 | transition: 0.1s linear all; |
---|
1669 | } |
---|
1670 | .btn:hover { |
---|
1671 | background-position: 0 -15px; |
---|
1672 | color: #333; |
---|
1673 | text-decoration: none; |
---|
1674 | } |
---|
1675 | .btn:focus { |
---|
1676 | outline: 1px dotted #666; |
---|
1677 | } |
---|
1678 | .btn.primary { |
---|
1679 | color: #ffffff; |
---|
1680 | background-color: #0064cd; |
---|
1681 | background-repeat: repeat-x; |
---|
1682 | background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); |
---|
1683 | background-image: -moz-linear-gradient(top, #049cdb, #0064cd); |
---|
1684 | background-image: -ms-linear-gradient(top, #049cdb, #0064cd); |
---|
1685 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); |
---|
1686 | background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); |
---|
1687 | background-image: -o-linear-gradient(top, #049cdb, #0064cd); |
---|
1688 | background-image: linear-gradient(top, #049cdb, #0064cd); |
---|
1689 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0); |
---|
1690 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
---|
1691 | border-color: #0064cd #0064cd #003f81; |
---|
1692 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
---|
1693 | } |
---|
1694 | .btn.active, .btn:active { |
---|
1695 | -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); |
---|
1696 | -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); |
---|
1697 | box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); |
---|
1698 | } |
---|
1699 | .btn.disabled { |
---|
1700 | cursor: default; |
---|
1701 | background-image: none; |
---|
1702 | filter: progid: DXImageTransform.Microsoft.gradient(enabled = false); |
---|
1703 | filter: alpha(opacity=65); |
---|
1704 | -khtml-opacity: 0.65; |
---|
1705 | -moz-opacity: 0.65; |
---|
1706 | opacity: 0.65; |
---|
1707 | -webkit-box-shadow: none; |
---|
1708 | -moz-box-shadow: none; |
---|
1709 | box-shadow: none; |
---|
1710 | } |
---|
1711 | .btn[disabled] { |
---|
1712 | cursor: default; |
---|
1713 | background-image: none; |
---|
1714 | filter: progid: DXImageTransform.Microsoft.gradient(enabled = false); |
---|
1715 | filter: alpha(opacity=65); |
---|
1716 | -khtml-opacity: 0.65; |
---|
1717 | -moz-opacity: 0.65; |
---|
1718 | opacity: 0.65; |
---|
1719 | -webkit-box-shadow: none; |
---|
1720 | -moz-box-shadow: none; |
---|
1721 | box-shadow: none; |
---|
1722 | } |
---|
1723 | .btn.large { |
---|
1724 | font-size: 15px; |
---|
1725 | line-height: normal; |
---|
1726 | padding: 9px 14px 9px; |
---|
1727 | -webkit-border-radius: 6px; |
---|
1728 | -moz-border-radius: 6px; |
---|
1729 | border-radius: 6px; |
---|
1730 | } |
---|
1731 | .btn.small { |
---|
1732 | padding: 7px 9px 7px; |
---|
1733 | font-size: 11px; |
---|
1734 | } |
---|
1735 | :root .alert-message,:root .btn { |
---|
1736 | border-radius: 0 \0; |
---|
1737 | } |
---|
1738 | button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { |
---|
1739 | padding: 0; |
---|
1740 | border: 0; |
---|
1741 | } |
---|
1742 | .close { |
---|
1743 | float: right; |
---|
1744 | color: #000000; |
---|
1745 | font-size: 20px; |
---|
1746 | font-weight: bold; |
---|
1747 | line-height: 13.5px; |
---|
1748 | text-shadow: 0 1px 0 #ffffff; |
---|
1749 | filter: alpha(opacity=25); |
---|
1750 | -khtml-opacity: 0.25; |
---|
1751 | -moz-opacity: 0.25; |
---|
1752 | opacity: 0.25; |
---|
1753 | } |
---|
1754 | .close:hover { |
---|
1755 | color: #000000; |
---|
1756 | text-decoration: none; |
---|
1757 | filter: alpha(opacity=40); |
---|
1758 | -khtml-opacity: 0.4; |
---|
1759 | -moz-opacity: 0.4; |
---|
1760 | opacity: 0.4; |
---|
1761 | } |
---|
1762 | .alert-message { |
---|
1763 | position: relative; |
---|
1764 | padding: 7px 15px; |
---|
1765 | margin-bottom: 18px; |
---|
1766 | color: #404040; |
---|
1767 | background-color: #eedc94; |
---|
1768 | background-repeat: repeat-x; |
---|
1769 | background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94)); |
---|
1770 | background-image: -moz-linear-gradient(top, #fceec1, #eedc94); |
---|
1771 | background-image: -ms-linear-gradient(top, #fceec1, #eedc94); |
---|
1772 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94)); |
---|
1773 | background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); |
---|
1774 | background-image: -o-linear-gradient(top, #fceec1, #eedc94); |
---|
1775 | background-image: linear-gradient(top, #fceec1, #eedc94); |
---|
1776 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0); |
---|
1777 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
---|
1778 | border-color: #eedc94 #eedc94 #e4c652; |
---|
1779 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
---|
1780 | text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
---|
1781 | border-width: 1px; |
---|
1782 | border-style: solid; |
---|
1783 | -webkit-border-radius: 4px; |
---|
1784 | -moz-border-radius: 4px; |
---|
1785 | border-radius: 4px; |
---|
1786 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); |
---|
1787 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); |
---|
1788 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); |
---|
1789 | } |
---|
1790 | .alert-message .close { |
---|
1791 | margin-top: 1px; |
---|
1792 | *margin-top: 0; |
---|
1793 | } |
---|
1794 | .alert-message a { |
---|
1795 | font-weight: bold; |
---|
1796 | color: #404040; |
---|
1797 | } |
---|
1798 | .alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a { |
---|
1799 | color: #ffffff; |
---|
1800 | } |
---|
1801 | .alert-message h5 { |
---|
1802 | line-height: 18px; |
---|
1803 | } |
---|
1804 | .alert-message p { |
---|
1805 | margin-bottom: 0; |
---|
1806 | } |
---|
1807 | .alert-message div { |
---|
1808 | margin-top: 5px; |
---|
1809 | margin-bottom: 2px; |
---|
1810 | line-height: 28px; |
---|
1811 | } |
---|
1812 | .alert-message .btn { |
---|
1813 | -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); |
---|
1814 | -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); |
---|
1815 | box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); |
---|
1816 | } |
---|
1817 | .alert-message.block-message { |
---|
1818 | background-image: none; |
---|
1819 | background-color: #fdf5d9; |
---|
1820 | filter: progid: DXImageTransform.Microsoft.gradient(enabled = false); |
---|
1821 | padding: 14px; |
---|
1822 | border-color: #fceec1; |
---|
1823 | -webkit-box-shadow: none; |
---|
1824 | -moz-box-shadow: none; |
---|
1825 | box-shadow: none; |
---|
1826 | } |
---|
1827 | .alert-message.block-message ul, .alert-message.block-message p { |
---|
1828 | margin-right: 30px; |
---|
1829 | } |
---|
1830 | .alert-message.block-message ul { |
---|
1831 | margin-bottom: 0; |
---|
1832 | } |
---|
1833 | .alert-message.block-message li { |
---|
1834 | color: #404040; |
---|
1835 | } |
---|
1836 | .alert-message.block-message .alert-actions { |
---|
1837 | margin-top: 5px; |
---|
1838 | } |
---|
1839 | .alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info { |
---|
1840 | color: #404040; |
---|
1841 | text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
---|
1842 | } |
---|
1843 | .alert-message.block-message.error { |
---|
1844 | background-color: #fddfde; |
---|
1845 | border-color: #fbc7c6; |
---|
1846 | } |
---|
1847 | .alert-message.block-message.success { |
---|
1848 | background-color: #d1eed1; |
---|
1849 | border-color: #bfe7bf; |
---|
1850 | } |
---|
1851 | .alert-message.block-message.info { |
---|
1852 | background-color: #ddf4fb; |
---|
1853 | border-color: #c6edf9; |
---|
1854 | } |
---|
1855 | .alert-message.block-message.danger p a, .alert-message.block-message.error p a, .alert-message.block-message.success p a, .alert-message.block-message.info p a { |
---|
1856 | color: #404040; |
---|
1857 | } |
---|
1858 | .pagination { |
---|
1859 | height: 36px; |
---|
1860 | margin: 18px 0; |
---|
1861 | } |
---|
1862 | .pagination ul { |
---|
1863 | float: left; |
---|
1864 | margin: 0; |
---|
1865 | border: 1px solid #ddd; |
---|
1866 | border: 1px solid rgba(0, 0, 0, 0.15); |
---|
1867 | -webkit-border-radius: 3px; |
---|
1868 | -moz-border-radius: 3px; |
---|
1869 | border-radius: 3px; |
---|
1870 | -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); |
---|
1871 | -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); |
---|
1872 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); |
---|
1873 | } |
---|
1874 | .pagination li { |
---|
1875 | display: inline; |
---|
1876 | } |
---|
1877 | .pagination a { |
---|
1878 | float: left; |
---|
1879 | padding: 0 14px; |
---|
1880 | line-height: 34px; |
---|
1881 | border-right: 1px solid; |
---|
1882 | border-right-color: #ddd; |
---|
1883 | border-right-color: rgba(0, 0, 0, 0.15); |
---|
1884 | *border-right-color: #ddd; |
---|
1885 | text-decoration: none; |
---|
1886 | } |
---|
1887 | .pagination a:hover, .pagination .active a { |
---|
1888 | background-color: #c7eefe; |
---|
1889 | } |
---|
1890 | .pagination .disabled a, .pagination .disabled a:hover { |
---|
1891 | background-color: transparent; |
---|
1892 | color: #bfbfbf; |
---|
1893 | } |
---|
1894 | .pagination .next a { |
---|
1895 | border: 0; |
---|
1896 | } |
---|
1897 | .well { |
---|
1898 | background-color: #f5f5f5; |
---|
1899 | margin-bottom: 20px; |
---|
1900 | padding: 19px; |
---|
1901 | min-height: 20px; |
---|
1902 | border: 1px solid #eee; |
---|
1903 | border: 1px solid rgba(0, 0, 0, 0.05); |
---|
1904 | -webkit-border-radius: 4px; |
---|
1905 | -moz-border-radius: 4px; |
---|
1906 | border-radius: 4px; |
---|
1907 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
---|
1908 | -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
---|
1909 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
---|
1910 | } |
---|
1911 | .well blockquote { |
---|
1912 | border-color: #ddd; |
---|
1913 | border-color: rgba(0, 0, 0, 0.15); |
---|
1914 | } |
---|
1915 | .modal-backdrop { |
---|
1916 | background-color: #000000; |
---|
1917 | position: fixed; |
---|
1918 | top: 0; |
---|
1919 | left: 0; |
---|
1920 | right: 0; |
---|
1921 | bottom: 0; |
---|
1922 | z-index: 10000; |
---|
1923 | } |
---|
1924 | .modal-backdrop.fade { |
---|
1925 | opacity: 0; |
---|
1926 | } |
---|
1927 | .modal-backdrop, .modal-backdrop.fade.in { |
---|
1928 | filter: alpha(opacity=80); |
---|
1929 | -khtml-opacity: 0.8; |
---|
1930 | -moz-opacity: 0.8; |
---|
1931 | opacity: 0.8; |
---|
1932 | } |
---|
1933 | .modal { |
---|
1934 | position: fixed; |
---|
1935 | top: 50%; |
---|
1936 | left: 50%; |
---|
1937 | z-index: 11000; |
---|
1938 | max-height: 500px; |
---|
1939 | overflow: auto; |
---|
1940 | width: 560px; |
---|
1941 | margin: -250px 0 0 -280px; |
---|
1942 | background-color: #ffffff; |
---|
1943 | border: 1px solid #999; |
---|
1944 | border: 1px solid rgba(0, 0, 0, 0.3); |
---|
1945 | *border: 1px solid #999; |
---|
1946 | -webkit-border-radius: 6px; |
---|
1947 | -moz-border-radius: 6px; |
---|
1948 | border-radius: 6px; |
---|
1949 | -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
---|
1950 | -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
---|
1951 | box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
---|
1952 | -webkit-background-clip: padding-box; |
---|
1953 | -moz-background-clip: padding-box; |
---|
1954 | background-clip: padding-box; |
---|
1955 | } |
---|
1956 | .modal .close { |
---|
1957 | margin-top: 7px; |
---|
1958 | } |
---|
1959 | .modal.fade { |
---|
1960 | -webkit-transition: opacity .3s linear, top .3s ease-out; |
---|
1961 | -moz-transition: opacity .3s linear, top .3s ease-out; |
---|
1962 | -ms-transition: opacity .3s linear, top .3s ease-out; |
---|
1963 | -o-transition: opacity .3s linear, top .3s ease-out; |
---|
1964 | transition: opacity .3s linear, top .3s ease-out; |
---|
1965 | top: -25%; |
---|
1966 | } |
---|
1967 | .modal.fade.in { |
---|
1968 | top: 50%; |
---|
1969 | } |
---|
1970 | .modal-header { |
---|
1971 | border-bottom: 1px solid #eee; |
---|
1972 | padding: 5px 15px; |
---|
1973 | } |
---|
1974 | .modal-body { |
---|
1975 | padding: 15px; |
---|
1976 | } |
---|
1977 | .modal-body form { |
---|
1978 | margin-bottom: 0; |
---|
1979 | } |
---|
1980 | .modal-footer { |
---|
1981 | background-color: #f5f5f5; |
---|
1982 | padding: 14px 15px 15px; |
---|
1983 | border-top: 1px solid #ddd; |
---|
1984 | -webkit-border-radius: 0 0 6px 6px; |
---|
1985 | -moz-border-radius: 0 0 6px 6px; |
---|
1986 | border-radius: 0 0 6px 6px; |
---|
1987 | -webkit-box-shadow: inset 0 1px 0 #ffffff; |
---|
1988 | -moz-box-shadow: inset 0 1px 0 #ffffff; |
---|
1989 | box-shadow: inset 0 1px 0 #ffffff; |
---|
1990 | zoom: 1; |
---|
1991 | margin-bottom: 0; |
---|
1992 | } |
---|
1993 | .modal-footer:before, .modal-footer:after { |
---|
1994 | display: table; |
---|
1995 | content: ""; |
---|
1996 | zoom: 1; |
---|
1997 | } |
---|
1998 | .modal-footer:after { |
---|
1999 | clear: both; |
---|
2000 | } |
---|
2001 | .modal-footer .btn { |
---|
2002 | float: right; |
---|
2003 | margin-left: 5px; |
---|
2004 | } |
---|
2005 | .modal .popover, .modal .twipsy { |
---|
2006 | z-index: 12000; |
---|
2007 | } |
---|
2008 | .twipsy { |
---|
2009 | display: block; |
---|
2010 | position: absolute; |
---|
2011 | visibility: visible; |
---|
2012 | padding: 5px; |
---|
2013 | font-size: 11px; |
---|
2014 | z-index: 1000; |
---|
2015 | filter: alpha(opacity=80); |
---|
2016 | -khtml-opacity: 0.8; |
---|
2017 | -moz-opacity: 0.8; |
---|
2018 | opacity: 0.8; |
---|
2019 | } |
---|
2020 | .twipsy.fade.in { |
---|
2021 | filter: alpha(opacity=80); |
---|
2022 | -khtml-opacity: 0.8; |
---|
2023 | -moz-opacity: 0.8; |
---|
2024 | opacity: 0.8; |
---|
2025 | } |
---|
2026 | .twipsy.above .twipsy-arrow { |
---|
2027 | bottom: 0; |
---|
2028 | left: 50%; |
---|
2029 | margin-left: -5px; |
---|
2030 | border-left: 5px solid transparent; |
---|
2031 | border-right: 5px solid transparent; |
---|
2032 | border-top: 5px solid #000000; |
---|
2033 | } |
---|
2034 | .twipsy.left .twipsy-arrow { |
---|
2035 | top: 50%; |
---|
2036 | right: 0; |
---|
2037 | margin-top: -5px; |
---|
2038 | border-top: 5px solid transparent; |
---|
2039 | border-bottom: 5px solid transparent; |
---|
2040 | border-left: 5px solid #000000; |
---|
2041 | } |
---|
2042 | .twipsy.below .twipsy-arrow { |
---|
2043 | top: 0; |
---|
2044 | left: 50%; |
---|
2045 | margin-left: -5px; |
---|
2046 | border-left: 5px solid transparent; |
---|
2047 | border-right: 5px solid transparent; |
---|
2048 | border-bottom: 5px solid #000000; |
---|
2049 | } |
---|
2050 | .twipsy.right .twipsy-arrow { |
---|
2051 | top: 50%; |
---|
2052 | left: 0; |
---|
2053 | margin-top: -5px; |
---|
2054 | border-top: 5px solid transparent; |
---|
2055 | border-bottom: 5px solid transparent; |
---|
2056 | border-right: 5px solid #000000; |
---|
2057 | } |
---|
2058 | .twipsy-inner { |
---|
2059 | padding: 3px 8px; |
---|
2060 | background-color: #000000; |
---|
2061 | color: white; |
---|
2062 | text-align: center; |
---|
2063 | max-width: 200px; |
---|
2064 | text-decoration: none; |
---|
2065 | -webkit-border-radius: 4px; |
---|
2066 | -moz-border-radius: 4px; |
---|
2067 | border-radius: 4px; |
---|
2068 | } |
---|
2069 | .twipsy-arrow { |
---|
2070 | position: absolute; |
---|
2071 | width: 0; |
---|
2072 | height: 0; |
---|
2073 | } |
---|
2074 | .popover { |
---|
2075 | position: absolute; |
---|
2076 | top: 0; |
---|
2077 | left: 0; |
---|
2078 | z-index: 1000; |
---|
2079 | padding: 5px; |
---|
2080 | display: none; |
---|
2081 | } |
---|
2082 | .popover.above .arrow { |
---|
2083 | bottom: 0; |
---|
2084 | left: 50%; |
---|
2085 | margin-left: -5px; |
---|
2086 | border-left: 5px solid transparent; |
---|
2087 | border-right: 5px solid transparent; |
---|
2088 | border-top: 5px solid #000000; |
---|
2089 | } |
---|
2090 | .popover.right .arrow { |
---|
2091 | top: 50%; |
---|
2092 | left: 0; |
---|
2093 | margin-top: -5px; |
---|
2094 | border-top: 5px solid transparent; |
---|
2095 | border-bottom: 5px solid transparent; |
---|
2096 | border-right: 5px solid #000000; |
---|
2097 | } |
---|
2098 | .popover.below .arrow { |
---|
2099 | top: 0; |
---|
2100 | left: 50%; |
---|
2101 | margin-left: -5px; |
---|
2102 | border-left: 5px solid transparent; |
---|
2103 | border-right: 5px solid transparent; |
---|
2104 | border-bottom: 5px solid #000000; |
---|
2105 | } |
---|
2106 | .popover.left .arrow { |
---|
2107 | top: 50%; |
---|
2108 | right: 0; |
---|
2109 | margin-top: -5px; |
---|
2110 | border-top: 5px solid transparent; |
---|
2111 | border-bottom: 5px solid transparent; |
---|
2112 | border-left: 5px solid #000000; |
---|
2113 | } |
---|
2114 | .popover .arrow { |
---|
2115 | position: absolute; |
---|
2116 | width: 0; |
---|
2117 | height: 0; |
---|
2118 | } |
---|
2119 | .popover .inner { |
---|
2120 | background: #000000; |
---|
2121 | background: rgba(0, 0, 0, 0.8); |
---|
2122 | padding: 3px; |
---|
2123 | overflow: hidden; |
---|
2124 | width: 280px; |
---|
2125 | -webkit-border-radius: 6px; |
---|
2126 | -moz-border-radius: 6px; |
---|
2127 | border-radius: 6px; |
---|
2128 | -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
---|
2129 | -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
---|
2130 | box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
---|
2131 | } |
---|
2132 | .popover .title { |
---|
2133 | background-color: #f5f5f5; |
---|
2134 | padding: 9px 15px; |
---|
2135 | line-height: 1; |
---|
2136 | -webkit-border-radius: 3px 3px 0 0; |
---|
2137 | -moz-border-radius: 3px 3px 0 0; |
---|
2138 | border-radius: 3px 3px 0 0; |
---|
2139 | border-bottom: 1px solid #eee; |
---|
2140 | } |
---|
2141 | .popover .content { |
---|
2142 | background-color: #ffffff; |
---|
2143 | padding: 14px; |
---|
2144 | -webkit-border-radius: 0 0 3px 3px; |
---|
2145 | -moz-border-radius: 0 0 3px 3px; |
---|
2146 | border-radius: 0 0 3px 3px; |
---|
2147 | -webkit-background-clip: padding-box; |
---|
2148 | -moz-background-clip: padding-box; |
---|
2149 | background-clip: padding-box; |
---|
2150 | } |
---|
2151 | .popover .content p, .popover .content ul, .popover .content ol { |
---|
2152 | margin-bottom: 0; |
---|
2153 | } |
---|
2154 | .fade { |
---|
2155 | -webkit-transition: opacity 0.15s linear; |
---|
2156 | -moz-transition: opacity 0.15s linear; |
---|
2157 | -ms-transition: opacity 0.15s linear; |
---|
2158 | -o-transition: opacity 0.15s linear; |
---|
2159 | transition: opacity 0.15s linear; |
---|
2160 | opacity: 0; |
---|
2161 | } |
---|
2162 | .fade.in { |
---|
2163 | opacity: 1; |
---|
2164 | } |
---|
2165 | .label { |
---|
2166 | padding: 1px 3px 2px; |
---|
2167 | font-size: 9.75px; |
---|
2168 | font-weight: bold; |
---|
2169 | color: #ffffff; |
---|
2170 | text-transform: uppercase; |
---|
2171 | white-space: nowrap; |
---|
2172 | background-color: #bfbfbf; |
---|
2173 | -webkit-border-radius: 3px; |
---|
2174 | -moz-border-radius: 3px; |
---|
2175 | border-radius: 3px; |
---|
2176 | text-shadow: none; |
---|
2177 | } |
---|
2178 | .label.important { |
---|
2179 | background-color: #c43c35; |
---|
2180 | } |
---|
2181 | .label.warning { |
---|
2182 | background-color: #f89406; |
---|
2183 | } |
---|
2184 | .label.success { |
---|
2185 | background-color: #46a546; |
---|
2186 | } |
---|
2187 | .label.notice { |
---|
2188 | background-color: #62cffc; |
---|
2189 | } |
---|
2190 | .media-grid { |
---|
2191 | margin-left: -20px; |
---|
2192 | margin-bottom: 0; |
---|
2193 | zoom: 1; |
---|
2194 | } |
---|
2195 | .media-grid:before, .media-grid:after { |
---|
2196 | display: table; |
---|
2197 | content: ""; |
---|
2198 | zoom: 1; |
---|
2199 | } |
---|
2200 | .media-grid:after { |
---|
2201 | clear: both; |
---|
2202 | } |
---|
2203 | .media-grid li { |
---|
2204 | display: inline; |
---|
2205 | } |
---|
2206 | .media-grid a { |
---|
2207 | float: left; |
---|
2208 | padding: 4px; |
---|
2209 | margin: 0 0 18px 20px; |
---|
2210 | border: 1px solid #ddd; |
---|
2211 | -webkit-border-radius: 4px; |
---|
2212 | -moz-border-radius: 4px; |
---|
2213 | border-radius: 4px; |
---|
2214 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); |
---|
2215 | -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); |
---|
2216 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); |
---|
2217 | } |
---|
2218 | .media-grid a img { |
---|
2219 | display: block; |
---|
2220 | } |
---|
2221 | .media-grid a:hover { |
---|
2222 | border-color: #0069d6; |
---|
2223 | -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); |
---|
2224 | -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); |
---|
2225 | box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); |
---|
2226 | } |
---|