1
1
.introjs-overlay {
2
2
position : absolute;
3
3
z-index : 999999 ;
4
- background-color : rgb ( 0 , 0 , 0 ) ;
4
+ background-color : # 000 ;
5
5
opacity : 0 ;
6
6
-webkit-transition : all 0.3s ease-out;
7
- -moz-transition : all 0.3s ease-out;
8
- -o -transition: all 0.3s ease-out;
9
- -ms -transition: all 0.3s ease-out;
10
- transition : all 0.3s ease-out;
7
+ -moz-transition : all 0.3s ease-out;
8
+ -ms -transition: all 0.3s ease-out;
9
+ -o -transition: all 0.3s ease-out;
10
+ transition : all 0.3s ease-out;
11
11
}
12
+
12
13
.introjs-showElement {
13
- z-index : 9999999 ;
14
14
position : relative;
15
+ z-index : 9999999 ;
15
16
}
17
+
16
18
.introjs-helperLayer {
17
- background-color : rgba (255 , 255 , 255 , 0.9 );
18
- z-index : 9999998 ;
19
19
position : absolute;
20
+ z-index : 9999998 ;
21
+ background-color : rgba (255 , 255 , 255 , .9 );
22
+ border : 1px solid rgba (0 , 0 , 0 , .5 );
20
23
border-radius : 4px ;
21
- border : 1px solid rgba (0 , 0 , 0 , 0.5 );
22
- box-shadow : 0px 2px 15px rgba (0 , 0 , 0 , 0.4 );
24
+ box-shadow : 0 2px 15px rgba (0 , 0 , 0 , .4 );
23
25
-webkit-transition : all 0.3s ease-out;
24
- -moz-transition : all 0.3s ease-out;
25
- -o -transition: all 0.3s ease-out;
26
- -ms -transition: all 0.3s ease-out;
27
- transition : all 0.3s ease-out;
26
+ -moz-transition : all 0.3s ease-out;
27
+ -ms -transition: all 0.3s ease-out;
28
+ -o -transition: all 0.3s ease-out;
29
+ transition : all 0.3s ease-out;
28
30
}
31
+
29
32
.introjs-helperNumberLayer {
33
+ position : absolute;
34
+ top : -16px ;
35
+ left : -16px ;
30
36
z-index : 9999999999 !important ;
37
+ width : 20px ;
31
38
padding : 2px ;
32
- background : # ff3019 ; /* Old browsers */
33
- background : -moz-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* FF3.6+ */
34
- background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # ff3019 ), color-stop (100% , # cf0404 )); /* Chrome,Safari4+ */
35
- background : -webkit-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* Chrome10+,Safari5.1+ */
36
- background : -o-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* Opera 11.10+ */
37
- background : -ms-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* IE10+ */
38
- background : linear-gradient (to bottom, # ff3019 0% , # cf0404 100% ); /* W3C */
39
- filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0 ); /* IE6-9 */ color : white;
40
- position : absolute;
41
- border-radius : 50% ;
42
39
font-family : Arial, verdana, tahoma;
43
40
font-size : 13px ;
44
41
font-weight : bold;
42
+ color : white;
45
43
text-align : center;
46
- width : 20px ;
44
+ text-shadow : 1px 1px 1px rgba (0 , 0 , 0 , .3 );
45
+ background : # ff3019 ; /* Old browsers */
46
+ background : -webkit-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* Chrome10+,Safari5.1+ */
47
+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # ff3019 ), color-stop (100% , # cf0404 )); /* Chrome,Safari4+ */
48
+ background : -moz-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* FF3.6+ */
49
+ background : -ms-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* IE10+ */
50
+ background : -o-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* Opera 11.10+ */
51
+ background : linear-gradient (to bottom, # ff3019 0% , # cf0404 100% ); /* W3C */
47
52
border : 3px solid white;
48
- box-shadow : 0px 2px 5px rgba (0 , 0 , 0 , 0.4 );
49
- text-shadow : 1px 1px 1px rgba (0 , 0 , 0 , 0.3 );
50
- filter : progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
51
- left : -16px ;
52
- top : -16px ;
53
+ border-radius : 50% ;
54
+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
55
+ filter : progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
56
+ box-shadow : 0 2px 5px rgba (0 , 0 , 0 , .4 );
53
57
}
58
+
54
59
.introjs-tooltip : before {
60
+ position : absolute;
61
+ top : -10px ;
55
62
border : 5px solid white;
56
- content : '' ;
57
- border-top-color : transparent;
58
- border-right-color : transparent;
59
- border-bottom-color : white;
60
- border-left-color : transparent;
61
- position : absolute;
62
- top : -10px ;
63
-
63
+ border-top-color : transparent;
64
+ border-right-color : transparent;
65
+ border-bottom-color : white;
66
+ border-left-color : transparent;
67
+ content : '' ;
64
68
}
69
+
65
70
.introjs-tooltip {
66
71
position : absolute;
67
72
padding : 10px ;
68
73
background-color : white;
69
74
border-radius : 3px ;
70
- box-shadow : 0 px 1px 10px rgba (0 , 0 , 0 , 0 .4 );
75
+ box-shadow : 0 1px 10px rgba (0 , 0 , 0 , .4 );
71
76
-webkit-transition : all 0.1s ease-out;
72
- -moz-transition : all 0.1s ease-out;
73
- -o -transition: all 0.1s ease-out;
74
- -ms -transition: all 0.1s ease-out;
75
- transition : all 0.1s ease-out;
77
+ -moz-transition : all 0.1s ease-out;
78
+ -ms -transition: all 0.1s ease-out;
79
+ -o -transition: all 0.1s ease-out;
80
+ transition : all 0.1s ease-out;
76
81
}
82
+
77
83
.introjs-tooltipbuttons {
78
84
font-size : 10px ;
79
85
text-align : right;
80
86
}
87
+
81
88
.introjs-tooltipbuttons .introjs-skipbutton {
82
89
margin-right : 5px ;
83
90
color : gray;
84
91
}
92
+
85
93
.introjs-tooltipbuttons .introjs-nextbutton {
94
+ font-size : 11px ;
86
95
font-weight : bold;
87
96
color : # 2071d3 ;
88
- font-size : 11px ;
89
97
}
0 commit comments