source: trunk/plugins/TakeATour/css/bootstrap-tour-standalone.css @ 30941

Last change on this file since 30941 was 30941, checked in by plg, 9 years ago

bug 3198: upgrade Bootstrap tour to version 0.10.1 + change patch to replace toString.call by {}.toString.call (compatibility with IE)

File size: 17.4 KB
Line 
1/* ========================================================================
2 * bootstrap-tour - v0.10.1
3 * http://bootstraptour.com
4 * ========================================================================
5 * Copyright 2012-2013 Ulrich Sossou
6 *
7 * ========================================================================
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
11 *
12 *     http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing, software
15 * distributed under the License is distributed on an "AS IS" BASIS,
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 * See the License for the specific language governing permissions and
18 * limitations under the License.
19 * ========================================================================
20 */
21
22/*!
23 * Bootstrap v3.1.0 (http://getbootstrap.com)
24 * Copyright 2011-2014 Twitter, Inc.
25 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
26 */
27.btn {
28  display: inline-block;
29  margin-bottom: 0;
30  font-weight: normal;
31  text-align: center;
32  vertical-align: middle;
33  cursor: pointer;
34  background-image: none;
35  border: 1px solid transparent;
36  white-space: nowrap;
37  padding: 6px 12px;
38  font-size: 14px;
39  line-height: 1.42857143;
40  border-radius: 4px;
41  -webkit-user-select: none;
42  -moz-user-select: none;
43  -ms-user-select: none;
44  user-select: none;
45}
46.btn:focus,
47.btn:active:focus,
48.btn.active:focus {
49  outline: thin dotted;
50  outline: 5px auto -webkit-focus-ring-color;
51  outline-offset: -2px;
52}
53.btn:hover,
54.btn:focus {
55  color: #333333;
56  text-decoration: none;
57}
58.btn:active,
59.btn.active {
60  outline: 0;
61  background-image: none;
62  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
63  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
64}
65.btn.disabled,
66.btn[disabled],
67fieldset[disabled] .btn {
68  cursor: not-allowed;
69  pointer-events: none;
70  opacity: 0.65;
71  filter: alpha(opacity=65);
72  -webkit-box-shadow: none;
73  box-shadow: none;
74}
75.btn-default {
76  color: #333333;
77  background-color: #ffffff;
78  border-color: #cccccc;
79}
80.btn-default:hover,
81.btn-default:focus,
82.btn-default:active,
83.btn-default.active,
84.open > .dropdown-toggle.btn-default {
85  color: #333333;
86  background-color: #e6e6e6;
87  border-color: #adadad;
88}
89.btn-default:active,
90.btn-default.active,
91.open > .dropdown-toggle.btn-default {
92  background-image: none;
93}
94.btn-default.disabled,
95.btn-default[disabled],
96fieldset[disabled] .btn-default,
97.btn-default.disabled:hover,
98.btn-default[disabled]:hover,
99fieldset[disabled] .btn-default:hover,
100.btn-default.disabled:focus,
101.btn-default[disabled]:focus,
102fieldset[disabled] .btn-default:focus,
103.btn-default.disabled:active,
104.btn-default[disabled]:active,
105fieldset[disabled] .btn-default:active,
106.btn-default.disabled.active,
107.btn-default[disabled].active,
108fieldset[disabled] .btn-default.active {
109  background-color: #ffffff;
110  border-color: #cccccc;
111}
112.btn-default .badge {
113  color: #ffffff;
114  background-color: #333333;
115}
116.btn-primary {
117  color: #ffffff;
118  background-color: #428bca;
119  border-color: #357ebd;
120}
121.btn-primary:hover,
122.btn-primary:focus,
123.btn-primary:active,
124.btn-primary.active,
125.open > .dropdown-toggle.btn-primary {
126  color: #ffffff;
127  background-color: #3071a9;
128  border-color: #285e8e;
129}
130.btn-primary:active,
131.btn-primary.active,
132.open > .dropdown-toggle.btn-primary {
133  background-image: none;
134}
135.btn-primary.disabled,
136.btn-primary[disabled],
137fieldset[disabled] .btn-primary,
138.btn-primary.disabled:hover,
139.btn-primary[disabled]:hover,
140fieldset[disabled] .btn-primary:hover,
141.btn-primary.disabled:focus,
142.btn-primary[disabled]:focus,
143fieldset[disabled] .btn-primary:focus,
144.btn-primary.disabled:active,
145.btn-primary[disabled]:active,
146fieldset[disabled] .btn-primary:active,
147.btn-primary.disabled.active,
148.btn-primary[disabled].active,
149fieldset[disabled] .btn-primary.active {
150  background-color: #428bca;
151  border-color: #357ebd;
152}
153.btn-primary .badge {
154  color: #428bca;
155  background-color: #ffffff;
156}
157.btn-success {
158  color: #ffffff;
159  background-color: #5cb85c;
160  border-color: #4cae4c;
161}
162.btn-success:hover,
163.btn-success:focus,
164.btn-success:active,
165.btn-success.active,
166.open > .dropdown-toggle.btn-success {
167  color: #ffffff;
168  background-color: #449d44;
169  border-color: #398439;
170}
171.btn-success:active,
172.btn-success.active,
173.open > .dropdown-toggle.btn-success {
174  background-image: none;
175}
176.btn-success.disabled,
177.btn-success[disabled],
178fieldset[disabled] .btn-success,
179.btn-success.disabled:hover,
180.btn-success[disabled]:hover,
181fieldset[disabled] .btn-success:hover,
182.btn-success.disabled:focus,
183.btn-success[disabled]:focus,
184fieldset[disabled] .btn-success:focus,
185.btn-success.disabled:active,
186.btn-success[disabled]:active,
187fieldset[disabled] .btn-success:active,
188.btn-success.disabled.active,
189.btn-success[disabled].active,
190fieldset[disabled] .btn-success.active {
191  background-color: #5cb85c;
192  border-color: #4cae4c;
193}
194.btn-success .badge {
195  color: #5cb85c;
196  background-color: #ffffff;
197}
198.btn-info {
199  color: #ffffff;
200  background-color: #5bc0de;
201  border-color: #46b8da;
202}
203.btn-info:hover,
204.btn-info:focus,
205.btn-info:active,
206.btn-info.active,
207.open > .dropdown-toggle.btn-info {
208  color: #ffffff;
209  background-color: #31b0d5;
210  border-color: #269abc;
211}
212.btn-info:active,
213.btn-info.active,
214.open > .dropdown-toggle.btn-info {
215  background-image: none;
216}
217.btn-info.disabled,
218.btn-info[disabled],
219fieldset[disabled] .btn-info,
220.btn-info.disabled:hover,
221.btn-info[disabled]:hover,
222fieldset[disabled] .btn-info:hover,
223.btn-info.disabled:focus,
224.btn-info[disabled]:focus,
225fieldset[disabled] .btn-info:focus,
226.btn-info.disabled:active,
227.btn-info[disabled]:active,
228fieldset[disabled] .btn-info:active,
229.btn-info.disabled.active,
230.btn-info[disabled].active,
231fieldset[disabled] .btn-info.active {
232  background-color: #5bc0de;
233  border-color: #46b8da;
234}
235.btn-info .badge {
236  color: #5bc0de;
237  background-color: #ffffff;
238}
239.btn-warning {
240  color: #ffffff;
241  background-color: #f0ad4e;
242  border-color: #eea236;
243}
244.btn-warning:hover,
245.btn-warning:focus,
246.btn-warning:active,
247.btn-warning.active,
248.open > .dropdown-toggle.btn-warning {
249  color: #ffffff;
250  background-color: #ec971f;
251  border-color: #d58512;
252}
253.btn-warning:active,
254.btn-warning.active,
255.open > .dropdown-toggle.btn-warning {
256  background-image: none;
257}
258.btn-warning.disabled,
259.btn-warning[disabled],
260fieldset[disabled] .btn-warning,
261.btn-warning.disabled:hover,
262.btn-warning[disabled]:hover,
263fieldset[disabled] .btn-warning:hover,
264.btn-warning.disabled:focus,
265.btn-warning[disabled]:focus,
266fieldset[disabled] .btn-warning:focus,
267.btn-warning.disabled:active,
268.btn-warning[disabled]:active,
269fieldset[disabled] .btn-warning:active,
270.btn-warning.disabled.active,
271.btn-warning[disabled].active,
272fieldset[disabled] .btn-warning.active {
273  background-color: #f0ad4e;
274  border-color: #eea236;
275}
276.btn-warning .badge {
277  color: #f0ad4e;
278  background-color: #ffffff;
279}
280.btn-danger {
281  color: #ffffff;
282  background-color: #d9534f;
283  border-color: #d43f3a;
284}
285.btn-danger:hover,
286.btn-danger:focus,
287.btn-danger:active,
288.btn-danger.active,
289.open > .dropdown-toggle.btn-danger {
290  color: #ffffff;
291  background-color: #c9302c;
292  border-color: #ac2925;
293}
294.btn-danger:active,
295.btn-danger.active,
296.open > .dropdown-toggle.btn-danger {
297  background-image: none;
298}
299.btn-danger.disabled,
300.btn-danger[disabled],
301fieldset[disabled] .btn-danger,
302.btn-danger.disabled:hover,
303.btn-danger[disabled]:hover,
304fieldset[disabled] .btn-danger:hover,
305.btn-danger.disabled:focus,
306.btn-danger[disabled]:focus,
307fieldset[disabled] .btn-danger:focus,
308.btn-danger.disabled:active,
309.btn-danger[disabled]:active,
310fieldset[disabled] .btn-danger:active,
311.btn-danger.disabled.active,
312.btn-danger[disabled].active,
313fieldset[disabled] .btn-danger.active {
314  background-color: #d9534f;
315  border-color: #d43f3a;
316}
317.btn-danger .badge {
318  color: #d9534f;
319  background-color: #ffffff;
320}
321.btn-link {
322  color: #428bca;
323  font-weight: normal;
324  cursor: pointer;
325  border-radius: 0;
326}
327.btn-link,
328.btn-link:active,
329.btn-link[disabled],
330fieldset[disabled] .btn-link {
331  background-color: transparent;
332  -webkit-box-shadow: none;
333  box-shadow: none;
334}
335.btn-link,
336.btn-link:hover,
337.btn-link:focus,
338.btn-link:active {
339  border-color: transparent;
340}
341.btn-link:hover,
342.btn-link:focus {
343  color: #2a6496;
344  text-decoration: underline;
345  background-color: transparent;
346}
347.btn-link[disabled]:hover,
348fieldset[disabled] .btn-link:hover,
349.btn-link[disabled]:focus,
350fieldset[disabled] .btn-link:focus {
351  color: #777777;
352  text-decoration: none;
353}
354.btn-lg,
355.btn-group-lg > .btn {
356  padding: 10px 16px;
357  font-size: 18px;
358  line-height: 1.33;
359  border-radius: 6px;
360}
361.btn-sm,
362.btn-group-sm > .btn {
363  padding: 5px 10px;
364  font-size: 12px;
365  line-height: 1.5;
366  border-radius: 3px;
367}
368.btn-xs,
369.btn-group-xs > .btn {
370  padding: 1px 5px;
371  font-size: 12px;
372  line-height: 1.5;
373  border-radius: 3px;
374}
375.btn-block {
376  display: block;
377  width: 100%;
378}
379.btn-block + .btn-block {
380  margin-top: 5px;
381}
382input[type="submit"].btn-block,
383input[type="reset"].btn-block,
384input[type="button"].btn-block {
385  width: 100%;
386}
387.btn-group,
388.btn-group-vertical {
389  position: relative;
390  display: inline-block;
391  vertical-align: middle;
392}
393.btn-group > .btn,
394.btn-group-vertical > .btn {
395  position: relative;
396  float: left;
397}
398.btn-group > .btn:hover,
399.btn-group-vertical > .btn:hover,
400.btn-group > .btn:focus,
401.btn-group-vertical > .btn:focus,
402.btn-group > .btn:active,
403.btn-group-vertical > .btn:active,
404.btn-group > .btn.active,
405.btn-group-vertical > .btn.active {
406  z-index: 2;
407}
408.btn-group > .btn:focus,
409.btn-group-vertical > .btn:focus {
410  outline: 0;
411}
412.btn-group .btn + .btn,
413.btn-group .btn + .btn-group,
414.btn-group .btn-group + .btn,
415.btn-group .btn-group + .btn-group {
416  margin-left: -1px;
417}
418.btn-toolbar {
419  margin-left: -5px;
420}
421.btn-toolbar .btn-group,
422.btn-toolbar .input-group {
423  float: left;
424}
425.btn-toolbar > .btn,
426.btn-toolbar > .btn-group,
427.btn-toolbar > .input-group {
428  margin-left: 5px;
429}
430.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
431  border-radius: 0;
432}
433.btn-group > .btn:first-child {
434  margin-left: 0;
435}
436.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
437  border-bottom-right-radius: 0;
438  border-top-right-radius: 0;
439}
440.btn-group > .btn:last-child:not(:first-child),
441.btn-group > .dropdown-toggle:not(:first-child) {
442  border-bottom-left-radius: 0;
443  border-top-left-radius: 0;
444}
445.btn-group > .btn-group {
446  float: left;
447}
448.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
449  border-radius: 0;
450}
451.btn-group > .btn-group:first-child > .btn:last-child,
452.btn-group > .btn-group:first-child > .dropdown-toggle {
453  border-bottom-right-radius: 0;
454  border-top-right-radius: 0;
455}
456.btn-group > .btn-group:last-child > .btn:first-child {
457  border-bottom-left-radius: 0;
458  border-top-left-radius: 0;
459}
460.btn-group .dropdown-toggle:active,
461.btn-group.open .dropdown-toggle {
462  outline: 0;
463}
464.btn-group > .btn + .dropdown-toggle {
465  padding-left: 8px;
466  padding-right: 8px;
467}
468.btn-group > .btn-lg + .dropdown-toggle {
469  padding-left: 12px;
470  padding-right: 12px;
471}
472.btn-group.open .dropdown-toggle {
473  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
474  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
475}
476.btn-group.open .dropdown-toggle.btn-link {
477  -webkit-box-shadow: none;
478  box-shadow: none;
479}
480.btn .caret {
481  margin-left: 0;
482}
483.btn-lg .caret {
484  border-width: 5px 5px 0;
485  border-bottom-width: 0;
486}
487.dropup .btn-lg .caret {
488  border-width: 0 5px 5px;
489}
490.btn-group-vertical > .btn,
491.btn-group-vertical > .btn-group,
492.btn-group-vertical > .btn-group > .btn {
493  display: block;
494  float: none;
495  width: 100%;
496  max-width: 100%;
497}
498.btn-group-vertical > .btn-group > .btn {
499  float: none;
500}
501.btn-group-vertical > .btn + .btn,
502.btn-group-vertical > .btn + .btn-group,
503.btn-group-vertical > .btn-group + .btn,
504.btn-group-vertical > .btn-group + .btn-group {
505  margin-top: -1px;
506  margin-left: 0;
507}
508.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
509  border-radius: 0;
510}
511.btn-group-vertical > .btn:first-child:not(:last-child) {
512  border-top-right-radius: 4px;
513  border-bottom-right-radius: 0;
514  border-bottom-left-radius: 0;
515}
516.btn-group-vertical > .btn:last-child:not(:first-child) {
517  border-bottom-left-radius: 4px;
518  border-top-right-radius: 0;
519  border-top-left-radius: 0;
520}
521.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
522  border-radius: 0;
523}
524.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
525.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
526  border-bottom-right-radius: 0;
527  border-bottom-left-radius: 0;
528}
529.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
530  border-top-right-radius: 0;
531  border-top-left-radius: 0;
532}
533.btn-group-justified {
534  display: table;
535  width: 100%;
536  table-layout: fixed;
537  border-collapse: separate;
538}
539.btn-group-justified > .btn,
540.btn-group-justified > .btn-group {
541  float: none;
542  display: table-cell;
543  width: 1%;
544}
545.btn-group-justified > .btn-group .btn {
546  width: 100%;
547}
548.btn-group-justified > .btn-group .dropdown-menu {
549  left: auto;
550}
551[data-toggle="buttons"] > .btn > input[type="radio"],
552[data-toggle="buttons"] > .btn > input[type="checkbox"] {
553  position: absolute;
554  z-index: -1;
555  opacity: 0;
556  filter: alpha(opacity=0);
557}
558.popover {
559  position: absolute;
560  top: 0;
561  left: 0;
562  z-index: 1060;
563  display: none;
564  max-width: 276px;
565  padding: 1px;
566  text-align: left;
567  background-color: #ffffff;
568  background-clip: padding-box;
569  border: 1px solid #cccccc;
570  border: 1px solid rgba(0, 0, 0, 0.2);
571  border-radius: 6px;
572  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
573  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
574  white-space: normal;
575}
576.popover.top {
577  margin-top: -10px;
578}
579.popover.right {
580  margin-left: 10px;
581}
582.popover.bottom {
583  margin-top: 10px;
584}
585.popover.left {
586  margin-left: -10px;
587}
588.popover-title {
589  margin: 0;
590  padding: 8px 14px;
591  font-size: 14px;
592  font-weight: normal;
593  line-height: 18px;
594  background-color: #f7f7f7;
595  border-bottom: 1px solid #ebebeb;
596  border-radius: 5px 5px 0 0;
597}
598.popover-content {
599  padding: 9px 14px;
600}
601.popover > .arrow,
602.popover > .arrow:after {
603  position: absolute;
604  display: block;
605  width: 0;
606  height: 0;
607  border-color: transparent;
608  border-style: solid;
609}
610.popover > .arrow {
611  border-width: 11px;
612}
613.popover > .arrow:after {
614  border-width: 10px;
615  content: "";
616}
617.popover.top > .arrow {
618  left: 50%;
619  margin-left: -11px;
620  border-bottom-width: 0;
621  border-top-color: #999999;
622  border-top-color: rgba(0, 0, 0, 0.25);
623  bottom: -11px;
624}
625.popover.top > .arrow:after {
626  content: " ";
627  bottom: 1px;
628  margin-left: -10px;
629  border-bottom-width: 0;
630  border-top-color: #ffffff;
631}
632.popover.right > .arrow {
633  top: 50%;
634  left: -11px;
635  margin-top: -11px;
636  border-left-width: 0;
637  border-right-color: #999999;
638  border-right-color: rgba(0, 0, 0, 0.25);
639}
640.popover.right > .arrow:after {
641  content: " ";
642  left: 1px;
643  bottom: -10px;
644  border-left-width: 0;
645  border-right-color: #ffffff;
646}
647.popover.bottom > .arrow {
648  left: 50%;
649  margin-left: -11px;
650  border-top-width: 0;
651  border-bottom-color: #999999;
652  border-bottom-color: rgba(0, 0, 0, 0.25);
653  top: -11px;
654}
655.popover.bottom > .arrow:after {
656  content: " ";
657  top: 1px;
658  margin-left: -10px;
659  border-top-width: 0;
660  border-bottom-color: #ffffff;
661}
662.popover.left > .arrow {
663  top: 50%;
664  right: -11px;
665  margin-top: -11px;
666  border-right-width: 0;
667  border-left-color: #999999;
668  border-left-color: rgba(0, 0, 0, 0.25);
669}
670.popover.left > .arrow:after {
671  content: " ";
672  right: 1px;
673  border-right-width: 0;
674  border-left-color: #ffffff;
675  bottom: -10px;
676}
677.tour-backdrop {
678  position: fixed;
679  top: 0;
680  right: 0;
681  bottom: 0;
682  left: 0;
683  z-index: 1100;
684  background-color: #000;
685  opacity: 0.8;
686  filter: alpha(opacity=80);
687}
688.tour-step-backdrop {
689  position: relative;
690  z-index: 1101;
691  background: inherit;
692}
693.tour-step-backdrop > td {
694  position: relative;
695  z-index: 1101;
696}
697.tour-step-background {
698  position: absolute !important;
699  z-index: 1100;
700  background: inherit;
701  border-radius: 6px;
702}
703.popover[class*="tour-"] {
704  z-index: 1100;
705}
706.popover[class*="tour-"] .popover-navigation {
707  padding: 9px 14px;
708}
709.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
710  float: right;
711}
712.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
713.popover[class*="tour-"] .popover-navigation *[data-role="next"],
714.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
715  cursor: pointer;
716}
717.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
718.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
719.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
720  cursor: default;
721}
722.popover[class*="tour-"].orphan {
723  position: fixed;
724  margin-top: 0;
725}
726.popover[class*="tour-"].orphan .arrow {
727  display: none;
728}
Note: See TracBrowser for help on using the repository browser.