introjs.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. .introjs-overlay {
  2. position: absolute;
  3. z-index: 10000;
  4. background-color: #000;
  5. opacity: 0;
  6. transition: all .3s ease-out; }
  7. .introjs-fixParent {
  8. position: absolute !important;
  9. z-index: auto !important;
  10. opacity: 1 !important;
  11. -webkit-transform: none !important;
  12. transform: none !important; }
  13. .introjs-showElement, tr.introjs-showElement > td, tr.introjs-showElement > th {
  14. z-index: 10100 !important; }
  15. .introjs-disableInteraction {
  16. position: absolute;
  17. z-index: 10300 !important; }
  18. .introjs-relativePosition, tr.introjs-showElement > td, tr.introjs-showElement > th {
  19. position: relative; }
  20. .introjs-helperLayer {
  21. position: absolute;
  22. z-index: 10099;
  23. background-color: transparent;
  24. border: 1px solid #777;
  25. border: 1px solid #3e8ef7;
  26. box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  27. transition: all .3s ease-out; }
  28. .introjs-tooltipReferenceLayer {
  29. position: absolute;
  30. z-index: 10101;
  31. background-color: transparent;
  32. transition: all .3s ease-out; }
  33. .introjs-helperLayer *, .introjs-helperLayer *:before, .introjs-helperLayer *:after {
  34. -ms-box-sizing: content-box;
  35. -o-box-sizing: content-box;
  36. box-sizing: content-box; }
  37. .introjs-helperNumberLayer {
  38. position: absolute;
  39. top: -16px;
  40. left: -16px;
  41. z-index: 10400 !important;
  42. width: 20px;
  43. height: 20px;
  44. padding: 4px;
  45. font-family: Arial, verdana, tahoma;
  46. font-size: 13px;
  47. font-weight: 700;
  48. line-height: 1;
  49. color: white;
  50. text-align: center;
  51. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  52. background: #3e8ef7;
  53. /* Old browsers */
  54. border-radius: 50%;
  55. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }
  56. .introjs-arrow {
  57. position: absolute;
  58. display: none !important;
  59. content: "";
  60. border: 5px solid white; }
  61. .introjs-arrow.top {
  62. top: -10px;
  63. border-top-color: transparent;
  64. border-right-color: transparent;
  65. border-bottom-color: white;
  66. border-left-color: transparent; }
  67. .introjs-arrow.top-right {
  68. top: -10px;
  69. right: 10px;
  70. border-top-color: transparent;
  71. border-right-color: transparent;
  72. border-bottom-color: white;
  73. border-left-color: transparent; }
  74. .introjs-arrow.top-middle {
  75. top: -10px;
  76. left: 50%;
  77. margin-left: -5px;
  78. border-top-color: transparent;
  79. border-right-color: transparent;
  80. border-bottom-color: white;
  81. border-left-color: transparent; }
  82. .introjs-arrow.right {
  83. top: 10px;
  84. right: -10px;
  85. border-top-color: transparent;
  86. border-right-color: transparent;
  87. border-bottom-color: transparent;
  88. border-left-color: white; }
  89. .introjs-arrow.right-bottom {
  90. right: -10px;
  91. bottom: 10px;
  92. border-top-color: transparent;
  93. border-right-color: transparent;
  94. border-bottom-color: transparent;
  95. border-left-color: white; }
  96. .introjs-arrow.bottom {
  97. bottom: -10px;
  98. border-top-color: white;
  99. border-right-color: transparent;
  100. border-bottom-color: transparent;
  101. border-left-color: transparent; }
  102. .introjs-arrow.left {
  103. top: 10px;
  104. left: -10px;
  105. border-top-color: transparent;
  106. border-right-color: white;
  107. border-bottom-color: transparent;
  108. border-left-color: transparent; }
  109. .introjs-arrow.left-bottom {
  110. bottom: 10px;
  111. left: -10px;
  112. border-top-color: transparent;
  113. border-right-color: white;
  114. border-bottom-color: transparent;
  115. border-left-color: transparent; }
  116. .introjs-tooltip {
  117. position: absolute;
  118. min-width: 300px;
  119. max-width: 500px;
  120. padding: 10px;
  121. font-size: 30px;
  122. color: #fff;
  123. background-color: transparent;
  124. transition: opacity .1s ease-out; }
  125. .introjs-tooltip .content {
  126. display: block;
  127. margin-top: 20px;
  128. font-size: 14px; }
  129. .introjs-tooltipbuttons {
  130. margin-top: 10px;
  131. text-align: right;
  132. white-space: nowrap; }
  133. /*
  134. Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
  135. Changed by Afshin Mehrabani
  136. */
  137. .introjs-skipbutton {
  138. position: fixed;
  139. right: 50px;
  140. bottom: 50px;
  141. width: 56px;
  142. height: 56px;
  143. padding: 0;
  144. margin: 0;
  145. margin-right: 5px;
  146. font-size: 24px;
  147. color: #fff !important;
  148. text-align: center;
  149. text-shadow: none;
  150. background: #ff4c52 !important;
  151. border: none;
  152. border-radius: 100%;
  153. box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); }
  154. .introjs-skipbutton i {
  155. line-height: 56px; }
  156. .introjs-skipbutton:hover {
  157. color: #fff;
  158. border: none;
  159. box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); }
  160. .introjs-skipbutton:active, .introjs-skipbutton:focus {
  161. background: #ff4c52; }
  162. .introjs-prevbutton, .introjs-nextbutton {
  163. padding: 8px 18px;
  164. font-size: 14px;
  165. line-height: 1.42857143;
  166. color: #fff;
  167. text-decoration: none;
  168. background-color: #3e8ef7;
  169. border: 1px solid transparent;
  170. border-radius: 1000px;
  171. transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
  172. -webkit-font-smoothing: subpixel-antialiased; }
  173. .introjs-prevbutton:hover, .introjs-prevbutton:active, .introjs-prevbutton:focus, .introjs-nextbutton:hover, .introjs-nextbutton:active, .introjs-nextbutton:focus {
  174. color: #fff;
  175. text-decoration: none; }
  176. .introjs-prevbutton.introjs-disabled, .introjs-nextbutton.introjs-disabled {
  177. color: #a3afb7 !important;
  178. cursor: not-allowed;
  179. background: transparent !important;
  180. border: 1px solid; }
  181. .introjs-prevbutton {
  182. float: left; }
  183. .introjs-prevbutton i {
  184. margin-right: 10px; }
  185. .introjs-nextbutton {
  186. float: right; }
  187. .introjs-nextbutton i {
  188. margin-left: 10px; }
  189. .introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  190. text-decoration: none; }
  191. .introjs-bullets {
  192. text-align: center; }
  193. .introjs-bullets ul {
  194. display: inline-block;
  195. padding: 0;
  196. margin: 15px auto 0;
  197. clear: both; }
  198. .introjs-bullets ul li {
  199. float: left;
  200. margin: 0 2px;
  201. list-style: none; }
  202. .introjs-bullets ul li a {
  203. display: block;
  204. width: 6px;
  205. height: 6px;
  206. text-decoration: none;
  207. background: #ccc;
  208. border-radius: 10px; }
  209. .introjs-bullets ul li a:hover {
  210. background: #999; }
  211. .introjs-bullets ul li a.active {
  212. background: #999; }
  213. .introjs-progress {
  214. height: 10px;
  215. margin: 10px 0 5px;
  216. overflow: hidden;
  217. background-color: #ecf0f1;
  218. border-radius: 4px; }
  219. .introjs-progressbar {
  220. float: left;
  221. width: 0;
  222. height: 100%;
  223. font-size: 10px;
  224. line-height: 10px;
  225. text-align: center;
  226. background-color: #08c; }
  227. .introjsFloatingElement {
  228. position: absolute;
  229. top: 50%;
  230. left: 50%;
  231. width: 0;
  232. height: 0; }
  233. .introjs-fixedTooltip {
  234. position: fixed; }
  235. .introjs-hint {
  236. position: absolute;
  237. width: 20px;
  238. height: 15px;
  239. background: 0 0; }
  240. .introjs-hidehint {
  241. display: none; }
  242. .introjs-fixedhint {
  243. position: fixed; }
  244. .introjs-hint:hover > .introjs-hint-pulse {
  245. border: 5px solid rgba(60, 60, 60, 0.57); }
  246. .introjs-hint-pulse {
  247. position: absolute;
  248. z-index: 10;
  249. width: 10px;
  250. height: 10px;
  251. background-color: rgba(136, 136, 136, 0.24);
  252. border: 5px solid rgba(60, 60, 60, 0.27);
  253. border-radius: 30px;
  254. transition: all .2s ease-out; }
  255. .introjs-hint-dot {
  256. position: absolute;
  257. top: -25px;
  258. left: -25px;
  259. z-index: 1;
  260. width: 50px;
  261. height: 50px;
  262. background: 0 0;
  263. border: 10px solid rgba(146, 146, 146, 0.36);
  264. border-radius: 60px;
  265. opacity: 0;
  266. -webkit-animation: introjspulse 3s ease-out;
  267. animation: introjspulse 3s ease-out;
  268. -webkit-animation-iteration-count: infinite;
  269. animation-iteration-count: infinite; }
  270. @-webkit-keyframes introjspulse {
  271. 0% {
  272. opacity: 0;
  273. -webkit-transform: scale(0); }
  274. 25% {
  275. opacity: .1;
  276. -webkit-transform: scale(0); }
  277. 50% {
  278. opacity: .3;
  279. -webkit-transform: scale(0.1); }
  280. 75% {
  281. opacity: .5;
  282. -webkit-transform: scale(0.5); }
  283. 100% {
  284. opacity: 0;
  285. -webkit-transform: scale(1); } }