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-arrow {
55
60
border : 5px solid white;
56
61
content : '' ;
57
62
position : absolute;
58
63
}
59
- .introjs-arrow .top {
64
+ .introjs-arrow .top {
60
65
top : -10px ;
61
66
border-top-color : transparent;
62
67
border-right-color : transparent;
63
68
border-bottom-color : white;
64
69
border-left-color : transparent;
65
70
}
66
- .introjs-arrow .right {
71
+ .introjs-arrow .right {
67
72
right : -10px ;
68
73
top : 10px ;
69
74
border-top-color : transparent;
70
75
border-right-color : transparent;
71
76
border-bottom-color : transparent;
72
77
border-left-color : white;
73
78
}
74
- .introjs-arrow .bottom {
79
+ .introjs-arrow .bottom {
75
80
bottom : -10px ;
76
81
border-top-color : white;
77
82
border-right-color : transparent;
78
83
border-bottom-color : transparent;
79
84
border-left-color : transparent;
80
85
}
81
- .introjs-arrow .left {
86
+ .introjs-arrow .left {
82
87
left : -10px ;
83
88
top : 10px ;
84
89
border-top-color : transparent;
85
90
border-right-color : white;
86
91
border-bottom-color : transparent;
87
92
border-left-color : transparent;
88
93
}
94
+
89
95
.introjs-tooltip {
90
96
position : absolute;
91
97
padding : 10px ;
92
98
background-color : white;
93
99
border-radius : 3px ;
94
- box-shadow : 0 px 1px 10px rgba (0 , 0 , 0 , 0 .4 );
100
+ box-shadow : 0 1px 10px rgba (0 , 0 , 0 , .4 );
95
101
-webkit-transition : all 0.1s ease-out;
96
- -moz-transition : all 0.1s ease-out;
97
- -o -transition: all 0.1s ease-out;
98
- -ms -transition: all 0.1s ease-out;
99
- transition : all 0.1s ease-out;
102
+ -moz-transition : all 0.1s ease-out;
103
+ -ms -transition: all 0.1s ease-out;
104
+ -o -transition: all 0.1s ease-out;
105
+ transition : all 0.1s ease-out;
100
106
}
107
+
101
108
.introjs-tooltipbuttons {
102
109
font-size : 10px ;
103
110
text-align : right;
104
111
}
112
+
105
113
.introjs-tooltipbuttons .introjs-skipbutton {
106
114
margin-right : 5px ;
107
115
color : gray;
108
116
}
117
+
109
118
.introjs-tooltipbuttons .introjs-nextbutton {
119
+ font-size : 11px ;
110
120
font-weight : bold;
111
121
color : # 2071d3 ;
112
- font-size : 11px ;
113
122
}
0 commit comments