Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

introjs.css 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. .introjs-overlay {
  2. position: absolute;
  3. box-sizing: content-box;
  4. z-index: 999999;
  5. background-color: #000;
  6. opacity: 0;
  7. background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  8. background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  9. background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  10. background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  11. background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  12. background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  13. filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  14. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  15. filter: alpha(opacity=50);
  16. -webkit-transition: all 0.3s ease-out;
  17. -moz-transition: all 0.3s ease-out;
  18. -ms-transition: all 0.3s ease-out;
  19. -o-transition: all 0.3s ease-out;
  20. transition: all 0.3s ease-out;
  21. }
  22. .introjs-fixParent {
  23. z-index: auto !important;
  24. opacity: 1.0 !important;
  25. -webkit-transform: none !important;
  26. -moz-transform: none !important;
  27. -ms-transform: none !important;
  28. -o-transform: none !important;
  29. transform: none !important;
  30. }
  31. .introjs-showElement,
  32. tr.introjs-showElement > td,
  33. tr.introjs-showElement > th {
  34. z-index: 9999999 !important;
  35. }
  36. .introjs-disableInteraction {
  37. z-index: 99999999 !important;
  38. position: absolute;
  39. background-color: white;
  40. opacity: 0;
  41. filter: alpha(opacity=0);
  42. }
  43. .introjs-relativePosition,
  44. tr.introjs-showElement > td,
  45. tr.introjs-showElement > th {
  46. position: relative;
  47. }
  48. .introjs-helperLayer {
  49. box-sizing: content-box;
  50. position: absolute;
  51. z-index: 9999998;
  52. background-color: #FFF;
  53. background-color: rgba(255,255,255,.9);
  54. border: 1px solid #777;
  55. border: 1px solid rgba(0,0,0,.5);
  56. border-radius: 4px;
  57. box-shadow: 0 2px 15px rgba(0,0,0,.4);
  58. -webkit-transition: all 0.3s ease-out;
  59. -moz-transition: all 0.3s ease-out;
  60. -ms-transition: all 0.3s ease-out;
  61. -o-transition: all 0.3s ease-out;
  62. transition: all 0.3s ease-out;
  63. }
  64. .introjs-tooltipReferenceLayer {
  65. box-sizing: content-box;
  66. position: absolute;
  67. visibility: hidden;
  68. z-index: 100000000;
  69. background-color: transparent;
  70. -webkit-transition: all 0.3s ease-out;
  71. -moz-transition: all 0.3s ease-out;
  72. -ms-transition: all 0.3s ease-out;
  73. -o-transition: all 0.3s ease-out;
  74. transition: all 0.3s ease-out;
  75. }
  76. .introjs-helperLayer *,
  77. .introjs-helperLayer *:before,
  78. .introjs-helperLayer *:after {
  79. -webkit-box-sizing: content-box;
  80. -moz-box-sizing: content-box;
  81. -ms-box-sizing: content-box;
  82. -o-box-sizing: content-box;
  83. box-sizing: content-box;
  84. }
  85. .introjs-helperNumberLayer {
  86. box-sizing: content-box;
  87. position: absolute;
  88. visibility: visible;
  89. top: -16px;
  90. left: -16px;
  91. z-index: 9999999999 !important;
  92. padding: 2px;
  93. font-family: Arial, verdana, tahoma;
  94. font-size: 13px;
  95. font-weight: bold;
  96. color: white;
  97. text-align: center;
  98. text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  99. background: #ff3019; /* Old browsers */
  100. background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  101. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  102. background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  103. background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  104. background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  105. background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
  106. width: 20px;
  107. height:20px;
  108. line-height: 20px;
  109. border: 3px solid white;
  110. border-radius: 50%;
  111. filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
  112. filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
  113. box-shadow: 0 2px 5px rgba(0,0,0,.4);
  114. }
  115. .introjs-arrow {
  116. border: 5px solid white;
  117. content:'';
  118. position: absolute;
  119. }
  120. .introjs-arrow.top {
  121. top: -10px;
  122. border-top-color:transparent;
  123. border-right-color:transparent;
  124. border-bottom-color:white;
  125. border-left-color:transparent;
  126. }
  127. .introjs-arrow.top-right {
  128. top: -10px;
  129. right: 10px;
  130. border-top-color:transparent;
  131. border-right-color:transparent;
  132. border-bottom-color:white;
  133. border-left-color:transparent;
  134. }
  135. .introjs-arrow.top-middle {
  136. top: -10px;
  137. left: 50%;
  138. margin-left: -5px;
  139. border-top-color:transparent;
  140. border-right-color:transparent;
  141. border-bottom-color:white;
  142. border-left-color:transparent;
  143. }
  144. .introjs-arrow.right {
  145. right: -10px;
  146. top: 10px;
  147. border-top-color:transparent;
  148. border-right-color:transparent;
  149. border-bottom-color:transparent;
  150. border-left-color:white;
  151. }
  152. .introjs-arrow.right-bottom {
  153. bottom:10px;
  154. right: -10px;
  155. border-top-color:transparent;
  156. border-right-color:transparent;
  157. border-bottom-color:transparent;
  158. border-left-color:white;
  159. }
  160. .introjs-arrow.bottom {
  161. bottom: -10px;
  162. border-top-color:white;
  163. border-right-color:transparent;
  164. border-bottom-color:transparent;
  165. border-left-color:transparent;
  166. }
  167. .introjs-arrow.left {
  168. left: -10px;
  169. top: 10px;
  170. border-top-color:transparent;
  171. border-right-color:white;
  172. border-bottom-color:transparent;
  173. border-left-color:transparent;
  174. }
  175. .introjs-arrow.left-bottom {
  176. left: -10px;
  177. bottom:10px;
  178. border-top-color:transparent;
  179. border-right-color:white;
  180. border-bottom-color:transparent;
  181. border-left-color:transparent;
  182. }
  183. .introjs-tooltip {
  184. box-sizing: content-box;
  185. position: absolute;
  186. visibility: visible;
  187. padding: 10px;
  188. background-color: white;
  189. min-width: 200px;
  190. max-width: 300px;
  191. border-radius: 3px;
  192. box-shadow: 0 1px 10px rgba(0,0,0,.4);
  193. -webkit-transition: opacity 0.1s ease-out;
  194. -moz-transition: opacity 0.1s ease-out;
  195. -ms-transition: opacity 0.1s ease-out;
  196. -o-transition: opacity 0.1s ease-out;
  197. transition: opacity 0.1s ease-out;
  198. }
  199. .introjs-tooltipbuttons {
  200. text-align: right;
  201. white-space: nowrap;
  202. }
  203. /*
  204. Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
  205. Changed by Afshin Mehrabani
  206. */
  207. .introjs-button {
  208. box-sizing: content-box;
  209. position: relative;
  210. overflow: visible;
  211. display: inline-block;
  212. padding: 0.3em 0.8em;
  213. border: 1px solid #d4d4d4;
  214. margin: 0;
  215. text-decoration: none;
  216. text-shadow: 1px 1px 0 #fff;
  217. font: 11px/normal sans-serif;
  218. color: #333;
  219. white-space: nowrap;
  220. cursor: pointer;
  221. outline: none;
  222. background-color: #ececec;
  223. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  224. background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  225. background-image: -o-linear-gradient(#f4f4f4, #ececec);
  226. background-image: linear-gradient(#f4f4f4, #ececec);
  227. -webkit-background-clip: padding;
  228. -moz-background-clip: padding;
  229. -o-background-clip: padding-box;
  230. /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  231. -webkit-border-radius: 0.2em;
  232. -moz-border-radius: 0.2em;
  233. border-radius: 0.2em;
  234. /* IE hacks */
  235. zoom: 1;
  236. *display: inline;
  237. margin-top: 10px;
  238. }
  239. .introjs-button:hover {
  240. border-color: #bcbcbc;
  241. text-decoration: none;
  242. box-shadow: 0px 1px 1px #e3e3e3;
  243. }
  244. .introjs-button:focus,
  245. .introjs-button:active {
  246. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  247. background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  248. background-image: -o-linear-gradient(#ececec, #f4f4f4);
  249. background-image: linear-gradient(#ececec, #f4f4f4);
  250. }
  251. /* overrides extra padding on button elements in Firefox */
  252. .introjs-button::-moz-focus-inner {
  253. padding: 0;
  254. border: 0;
  255. }
  256. .introjs-skipbutton {
  257. box-sizing: content-box;
  258. margin-right: 5px;
  259. color: #7a7a7a;
  260. }
  261. .introjs-prevbutton {
  262. -webkit-border-radius: 0.2em 0 0 0.2em;
  263. -moz-border-radius: 0.2em 0 0 0.2em;
  264. border-radius: 0.2em 0 0 0.2em;
  265. border-right: none;
  266. }
  267. .introjs-prevbutton.introjs-fullbutton {
  268. border: 1px solid #d4d4d4;
  269. -webkit-border-radius: 0.2em;
  270. -moz-border-radius: 0.2em;
  271. border-radius: 0.2em;
  272. }
  273. .introjs-nextbutton {
  274. -webkit-border-radius: 0 0.2em 0.2em 0;
  275. -moz-border-radius: 0 0.2em 0.2em 0;
  276. border-radius: 0 0.2em 0.2em 0;
  277. }
  278. .introjs-nextbutton.introjs-fullbutton {
  279. -webkit-border-radius: 0.2em;
  280. -moz-border-radius: 0.2em;
  281. border-radius: 0.2em;
  282. }
  283. .introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  284. color: #9a9a9a;
  285. border-color: #d4d4d4;
  286. box-shadow: none;
  287. cursor: default;
  288. background-color: #f4f4f4;
  289. background-image: none;
  290. text-decoration: none;
  291. }
  292. .introjs-hidden {
  293. display: none;
  294. }
  295. .introjs-bullets {
  296. text-align: center;
  297. }
  298. .introjs-bullets ul {
  299. box-sizing: content-box;
  300. clear: both;
  301. margin: 15px auto 0;
  302. padding: 0;
  303. display: inline-block;
  304. }
  305. .introjs-bullets ul li {
  306. box-sizing: content-box;
  307. list-style: none;
  308. float: left;
  309. margin: 0 2px;
  310. }
  311. .introjs-bullets ul li a {
  312. box-sizing: content-box;
  313. display: block;
  314. width: 6px;
  315. height: 6px;
  316. background: #ccc;
  317. border-radius: 10px;
  318. -moz-border-radius: 10px;
  319. -webkit-border-radius: 10px;
  320. text-decoration: none;
  321. cursor: pointer;
  322. }
  323. .introjs-bullets ul li a:hover {
  324. background: #999;
  325. }
  326. .introjs-bullets ul li a.active {
  327. background: #999;
  328. }
  329. .introjs-progress {
  330. box-sizing: content-box;
  331. overflow: hidden;
  332. height: 10px;
  333. margin: 10px 0 5px 0;
  334. border-radius: 4px;
  335. background-color: #ecf0f1
  336. }
  337. .introjs-progressbar {
  338. box-sizing: content-box;
  339. float: left;
  340. width: 0%;
  341. height: 100%;
  342. font-size: 10px;
  343. line-height: 10px;
  344. text-align: center;
  345. background-color: #08c;
  346. }
  347. .introjsFloatingElement {
  348. position: absolute;
  349. height: 0;
  350. width: 0;
  351. left: 50%;
  352. top: 50%;
  353. }
  354. .introjs-fixedTooltip {
  355. position: fixed;
  356. }
  357. .introjs-hint {
  358. box-sizing: content-box;
  359. position: absolute;
  360. background: transparent;
  361. width: 20px;
  362. height: 15px;
  363. cursor: pointer;
  364. }
  365. .introjs-hint:focus {
  366. border: 0;
  367. outline: 0;
  368. }
  369. .introjs-hidehint {
  370. display: none;
  371. }
  372. .introjs-fixedhint {
  373. position: fixed;
  374. }
  375. .introjs-hint:hover > .introjs-hint-pulse {
  376. border: 5px solid rgba(60, 60, 60, 0.57);
  377. }
  378. .introjs-hint-pulse {
  379. box-sizing: content-box;
  380. width: 10px;
  381. height: 10px;
  382. border: 5px solid rgba(60, 60, 60, 0.27);
  383. -webkit-border-radius: 30px;
  384. -moz-border-radius: 30px;
  385. border-radius: 30px;
  386. background-color: rgba(136, 136, 136, 0.24);
  387. z-index: 10;
  388. position: absolute;
  389. -webkit-transition: all 0.2s ease-out;
  390. -moz-transition: all 0.2s ease-out;
  391. -ms-transition: all 0.2s ease-out;
  392. -o-transition: all 0.2s ease-out;
  393. transition: all 0.2s ease-out;
  394. }
  395. .introjs-hint-no-anim .introjs-hint-dot {
  396. -webkit-animation: none;
  397. -moz-animation: none;
  398. animation: none;
  399. }
  400. .introjs-hint-dot {
  401. box-sizing: content-box;
  402. border: 10px solid rgba(146, 146, 146, 0.36);
  403. background: transparent;
  404. -webkit-border-radius: 60px;
  405. -moz-border-radius: 60px;
  406. border-radius: 60px;
  407. height: 50px;
  408. width: 50px;
  409. -webkit-animation: introjspulse 3s ease-out;
  410. -moz-animation: introjspulse 3s ease-out;
  411. animation: introjspulse 3s ease-out;
  412. -webkit-animation-iteration-count: infinite;
  413. -moz-animation-iteration-count: infinite;
  414. animation-iteration-count: infinite;
  415. position: absolute;
  416. top: -25px;
  417. left: -25px;
  418. z-index: 1;
  419. opacity: 0;
  420. }
  421. @-webkit-keyframes introjspulse {
  422. 0% {
  423. -webkit-transform: scale(0);
  424. opacity: 0.0;
  425. }
  426. 25% {
  427. -webkit-transform: scale(0);
  428. opacity: 0.1;
  429. }
  430. 50% {
  431. -webkit-transform: scale(0.1);
  432. opacity: 0.3;
  433. }
  434. 75% {
  435. -webkit-transform: scale(0.5);
  436. opacity: 0.5;
  437. }
  438. 100% {
  439. -webkit-transform: scale(1);
  440. opacity: 0.0;
  441. }
  442. }
  443. @-moz-keyframes introjspulse {
  444. 0% {
  445. -moz-transform: scale(0);
  446. opacity: 0.0;
  447. }
  448. 25% {
  449. -moz-transform: scale(0);
  450. opacity: 0.1;
  451. }
  452. 50% {
  453. -moz-transform: scale(0.1);
  454. opacity: 0.3;
  455. }
  456. 75% {
  457. -moz-transform: scale(0.5);
  458. opacity: 0.5;
  459. }
  460. 100% {
  461. -moz-transform: scale(1);
  462. opacity: 0.0;
  463. }
  464. }
  465. @keyframes introjspulse {
  466. 0% {
  467. transform: scale(0);
  468. opacity: 0.0;
  469. }
  470. 25% {
  471. transform: scale(0);
  472. opacity: 0.1;
  473. }
  474. 50% {
  475. transform: scale(0.1);
  476. opacity: 0.3;
  477. }
  478. 75% {
  479. transform: scale(0.5);
  480. opacity: 0.5;
  481. }
  482. 100% {
  483. transform: scale(1);
  484. opacity: 0.0;
  485. }
  486. }