introjs-royal.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. .introjs-overlay {
  2. position: absolute;
  3. z-index: 999999;
  4. background: #525252;
  5. opacity: 0;
  6. -webkit-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. }
  12. .introjs-fixParent {
  13. z-index: auto !important;
  14. opacity: 1.0 !important;
  15. }
  16. .introjs-showElement {
  17. z-index: 9999999 !important;
  18. }
  19. .introjs-relativePosition {
  20. position: relative;
  21. }
  22. .introjs-helperLayer {
  23. position: absolute;
  24. z-index: 9999998;
  25. background-color: #FFF;
  26. background-color: rgba(255,255,255,.9);
  27. border: 1px solid #777;
  28. border: 3px solid rgba(255, 255, 255, 1);
  29. border-radius: 0;
  30. box-shadow: 0 8px 50px -10px rgba(0,0,0,.6);
  31. -webkit-transition: all 0.3s ease-out;
  32. -moz-transition: all 0.3s ease-out;
  33. -ms-transition: all 0.3s ease-out;
  34. -o-transition: all 0.3s ease-out;
  35. transition: all 0.3s ease-out;
  36. }
  37. .introjs-helperNumberLayer {
  38. position: absolute;
  39. top: -29px;
  40. left: -29px;
  41. z-index: 9999999999 !important;
  42. padding: 3px;
  43. font-family: Arial, verdana, tahoma;
  44. font-size: 13px;
  45. font-weight: bold;
  46. color: #DA4433; /* Old browsers */ /* Chrome10+,Safari5.1+ */
  47. background: #FFFFFF;
  48. width: 20px;
  49. height:20px;
  50. text-align: center;
  51. line-height: 20px;
  52. border: 3px solid #DA4433;
  53. border-right: none;
  54. border-bottom: none; /* IE6-9 */ /* IE10 text shadows */
  55. border-radius: 10px 0 0 0;
  56. }
  57. .introjs-arrow {
  58. border: 5px solid white;
  59. content:'';
  60. position: absolute;
  61. }
  62. .introjs-arrow.top {
  63. top: -10px;
  64. border-top-color:transparent;
  65. border-right-color:transparent;
  66. border-bottom-color: #ecf0f1;
  67. border-left-color:transparent;
  68. display: none !important;
  69. }
  70. .introjs-arrow.right {
  71. right: -10px;
  72. top: 10px;
  73. border-top-color:transparent;
  74. border-right-color:transparent;
  75. border-bottom-color:transparent;
  76. border-left-color:#ecf0f1;
  77. }
  78. .introjs-arrow.bottom {
  79. bottom: -10px;
  80. border-top-color:#ecf0f1;
  81. border-right-color:transparent;
  82. border-bottom-color:transparent;
  83. border-left-color:transparent;
  84. }
  85. .introjs-arrow.left {
  86. left: -10px;
  87. top: 10px;
  88. border-top-color:transparent;
  89. border-right-color: #ecf0f1;
  90. border-bottom-color:transparent;
  91. border-left-color:transparent;
  92. }
  93. .introjs-tooltip {
  94. position: fixed;
  95. padding: 10px 170px 30px 10px;
  96. background-color: #ecf0f1;
  97. min-width: 200px;
  98. max-width: 300px;
  99. /* border-radius: 3px; */
  100. border-top: 3px solid #236591;
  101. box-shadow: 0 -6px 50px -4px rgba(0,0,0,.4);
  102. -webkit-transition: opacity 0.1s ease-out;
  103. -moz-transition: opacity 0.1s ease-out;
  104. -ms-transition: opacity 0.1s ease-out;
  105. -o-transition: opacity 0.1s ease-out;
  106. transition: opacity 0.1s ease-out;
  107. bottom: 0 !important;
  108. left: 0 !Important;
  109. top: initial !important;
  110. right: 0 !Important;
  111. max-width: initial;
  112. width: auto !important;
  113. }
  114. .introjs-tooltiptext {
  115. margin-left: -10px;
  116. margin-right: -10px;
  117. /* border-top: 1px solid #FFFFFF; */
  118. /* background: #FAFAFA; */
  119. color: #2c3e50;
  120. padding: 5px 10px;
  121. /* border-bottom: 1px solid #FFFFFF; */
  122. }
  123. .introjs-tooltipbuttons {
  124. text-align: center;
  125. position: absolute;
  126. right: 10px;
  127. top: 0;
  128. }
  129. /*
  130. Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
  131. Changed by Afshin Mehrabani
  132. */
  133. .introjs-button {
  134. position: relative;
  135. overflow: visible;
  136. display: inline-block;
  137. padding: 0.5em 0.8em;
  138. box-shadow: 0 2px 0px -0px #306588;
  139. margin: 0;
  140. outline: none;
  141. background: #2980b9;
  142. text-decoration: none;
  143. font: 11px/normal sans-serif;
  144. color: #fff !important;
  145. white-space: nowrap;
  146. cursor: pointer;
  147. outline: none !important;
  148. -webkit-background-clip: padding;
  149. -moz-background-clip: padding;
  150. -o-background-clip: padding-box;
  151. /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  152. -webkit-border-radius: 0.2em;
  153. -moz-border-radius: 0.2em;
  154. border-radius: 0.2em;
  155. /* IE hacks */
  156. zoom: 1;
  157. *display: inline;
  158. margin-top: 10px;
  159. }
  160. .introjs-button:hover {
  161. color: #fff;
  162. background: #2671A2;
  163. text-decoration: none;
  164. box-shadow: 0 2px 0px -0px #235677;
  165. }
  166. .introjs-button:focus,
  167. .introjs-button:active {
  168. background: #23587A; text-decoration: none;
  169. /* bottom: -1px; */
  170. box-shadow: 0 2px 0px 0px #173B53;
  171. }
  172. /* overrides extra padding on button elements in Firefox */
  173. .introjs-button::-moz-focus-inner {
  174. padding: 0;
  175. border: 0;
  176. }
  177. .introjs-skipbutton {
  178. margin-right: 5px;
  179. color: #fff;
  180. background: #e74c3c;
  181. box-shadow: 0 2px 0px -0px #B91D0D;
  182. }
  183. .introjs-skipbutton:hover {
  184. background: #EB1540; box-shadow: 0 2px 0px -0px #B91D0D;
  185. }
  186. .introjs-skipbutton:active, .introjs-skipbutton:focus {
  187. background: #C02312;
  188. box-shadow: 0 1px 0px -0px #6F1309;
  189. }
  190. .introjs-prevbutton {
  191. -webkit-border-radius: 0.2em 0 0 0.2em;
  192. -moz-border-radius: 0.2em 0 0 0.2em;
  193. border-radius: 0.2em 0 0 0.2em;
  194. border-right: none;
  195. }
  196. .introjs-nextbutton {
  197. -webkit-border-radius: 0 0.2em 0.2em 0;
  198. -moz-border-radius: 0 0.2em 0.2em 0;
  199. border-radius: 0 0.2em 0.2em 0;
  200. }
  201. .introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  202. color: #C2C2C2 !important;
  203. border-color: #d4d4d4;
  204. cursor: default;
  205. box-shadow: 0 2px 0px -0px #CACED1;
  206. background-color: #E6E6E6;
  207. background-image: none;
  208. text-decoration: none;
  209. }
  210. .introjs-bullets {
  211. text-align: center;
  212. float: right;
  213. position: absolute;
  214. right: 10px;
  215. bottom: 10px;
  216. }
  217. .introjs-bullets ul {
  218. clear: both;
  219. margin: 15px auto 0;
  220. padding: 0;
  221. display: inline-block;
  222. }
  223. .introjs-bullets ul li {
  224. list-style: none;
  225. float: left;
  226. margin: 0 2px;
  227. }
  228. .introjs-bullets ul li a {
  229. display: block;
  230. width: 6px;
  231. height: 6px;
  232. background: #ccc;
  233. border-radius: 10px;
  234. -moz-border-radius: 10px;
  235. -webkit-border-radius: 10px;
  236. text-decoration: none;
  237. }
  238. .introjs-bullets ul li a:hover {
  239. background: #999;
  240. }
  241. .introjs-bullets ul li a.active {
  242. background: #999;
  243. }
  244. .introjsFloatingElement {
  245. position: absolute;
  246. height: 0;
  247. width: 0;
  248. left: 50%;
  249. top: 50%;
  250. }