3a5c85c_joyride-2.0.3_4.css 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. /* Artfully masterminded by ZURB */
  2. body {
  3. position: relative;
  4. }
  5. #joyRideTipContent { display: none; }
  6. .joyRideTipContent { display: none; }
  7. /* Default styles for the container */
  8. .joyride-tip-guide {
  9. position: absolute;
  10. background: #000;
  11. background: rgba(0,0,0,0.8);
  12. display: none;
  13. color: #fff;
  14. width: 300px;
  15. z-index: 101;
  16. top: 0; /* keeps the page from scrolling when calculating position */
  17. left: 0;
  18. font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
  19. font-weight: normal;
  20. -moz-border-radius: 4px;
  21. -webkit-border-radius: 4px;
  22. border-radius: 4px;
  23. }
  24. .joyride-content-wrapper {
  25. padding: 10px 10px 15px 15px;
  26. }
  27. /* Mobile */
  28. @media only screen and (max-width: 767px) {
  29. .joyride-tip-guide {
  30. width: 95% !important;
  31. -moz-border-radius: 0;
  32. -webkit-border-radius: 0;
  33. border-radius: 0;
  34. left: 2.5% !important;
  35. }
  36. .joyride-tip-guide-wrapper {
  37. width: 100%;
  38. }
  39. }
  40. /* Add a little css triangle pip, older browser just miss out on the fanciness of it */
  41. .joyride-tip-guide span.joyride-nub {
  42. display: block;
  43. position: absolute;
  44. left: 22px;
  45. width: 0;
  46. height: 0;
  47. border: solid 14px;
  48. border: solid 14px;
  49. }
  50. .joyride-tip-guide span.joyride-nub.top {
  51. /*
  52. IE7/IE8 Don't support rgba so we set the fallback
  53. border color here. However, IE7/IE8 are also buggy
  54. in that the fallback color doesn't work for
  55. border-bottom-color so here we set the border-color
  56. and override the top,left,right colors below.
  57. */
  58. border-color: #000;
  59. border-color: rgba(0,0,0,0.8);
  60. border-top-color: transparent !important;
  61. border-left-color: transparent !important;
  62. border-right-color: transparent !important;
  63. top: -28px;
  64. bottom: none;
  65. }
  66. .joyride-tip-guide span.joyride-nub.bottom {
  67. /*
  68. IE7/IE8 Don't support rgba so we set the fallback
  69. border color here. However, IE7/IE8 are also buggy
  70. in that the fallback color doesn't work for
  71. border-top-color so here we set the border-color
  72. and override the bottom,left,right colors below.
  73. */
  74. border-color: #000;
  75. border-color: rgba(0,0,0,0.8) !important;
  76. border-bottom-color: transparent !important;
  77. border-left-color: transparent !important;
  78. border-right-color: transparent !important;
  79. bottom: -28px;
  80. bottom: none;
  81. }
  82. .joyride-tip-guide span.joyride-nub.right {
  83. border-color: #000;
  84. border-color: rgba(0,0,0,0.8) !important;
  85. border-top-color: transparent !important;
  86. border-right-color: transparent !important;
  87. border-bottom-color: transparent !important;
  88. top: 22px;
  89. bottom: none;
  90. left: auto;
  91. right: -28px;
  92. }
  93. .joyride-tip-guide span.joyride-nub.left {
  94. border-color: #000;
  95. border-color: rgba(0,0,0,0.8) !important;
  96. border-top-color: transparent !important;
  97. border-left-color: transparent !important;
  98. border-bottom-color: transparent !important;
  99. top: 22px;
  100. left: -28px;
  101. right: auto;
  102. bottom: none;
  103. }
  104. .joyride-tip-guide span.joyride-nub.top-right {
  105. border-color: #000;
  106. border-color: rgba(0,0,0,0.8);
  107. border-top-color: transparent !important;
  108. border-left-color: transparent !important;
  109. border-right-color: transparent !important;
  110. top: -28px;
  111. bottom: none;
  112. left: auto;
  113. right: 28px;
  114. }
  115. /* Typography */
  116. .joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6 {
  117. line-height: 1.25;
  118. margin: 0;
  119. font-weight: bold;
  120. color: #fff;
  121. }
  122. .joyride-tip-guide h1 { font-size: 30px; }
  123. .joyride-tip-guide h2 { font-size: 26px; }
  124. .joyride-tip-guide h3 { font-size: 22px; }
  125. .joyride-tip-guide h4 { font-size: 18px; }
  126. .joyride-tip-guide h5 { font-size: 16px; }
  127. .joyride-tip-guide h6 { font-size: 14px; }
  128. .joyride-tip-guide p {
  129. margin: 0 0 18px 0;
  130. font-size: 14px;
  131. line-height: 18px;
  132. }
  133. .joyride-tip-guide a {
  134. color: rgb(255,255,255);
  135. text-decoration: none;
  136. border-bottom: dotted 1px rgba(255,255,255,0.6);
  137. }
  138. .joyride-tip-guide a:hover {
  139. color: rgba(255,255,255,0.8);
  140. border-bottom: none;
  141. }
  142. /* Button Style */
  143. .joyride-tip-guide .joyride-next-tip {
  144. width: auto;
  145. padding: 6px 18px 4px;
  146. font-size: 13px;
  147. text-decoration: none;
  148. color: rgb(255,255,255);
  149. border: solid 1px rgb(0,60,180);
  150. background: rgb(0,99,255);
  151. background: -moz-linear-gradient(top, rgb(0,99,255) 0%, rgb(0,85,214) 100%);
  152. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,99,255)), color-stop(100%,rgb(0,85,214)));
  153. background: -webkit-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  154. background: -o-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  155. background: -ms-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  156. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0055d6',GradientType=0 );
  157. background: linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  158. text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  159. -webkit-border-radius: 2px;
  160. -moz-border-radius: 2px;
  161. border-radius: 2px;
  162. -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
  163. -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
  164. box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
  165. }
  166. .joyride-next-tip:hover {
  167. color: rgb(255,255,255) !important;
  168. border: solid 1px rgb(0,60,180) !important;
  169. background: rgb(43,128,255);
  170. background: -moz-linear-gradient(top, rgb(43,128,255) 0%, rgb(29,102,211) 100%);
  171. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(43,128,255)), color-stop(100%,rgb(29,102,211)));
  172. background: -webkit-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  173. background: -o-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  174. background: -ms-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  175. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b80ff', endColorstr='#1d66d3',GradientType=0 );
  176. background: linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  177. }
  178. .joyride-timer-indicator-wrap {
  179. width: 50px;
  180. height: 3px;
  181. border: solid 1px rgba(255,255,255,0.1);
  182. position: absolute;
  183. right: 17px;
  184. bottom: 16px;
  185. }
  186. .joyride-timer-indicator {
  187. display: block;
  188. width: 0;
  189. height: inherit;
  190. background: rgba(255,255,255,0.25);
  191. }
  192. .joyride-close-tip {
  193. position: absolute;
  194. right: 10px;
  195. top: 10px;
  196. color: rgba(255,255,255,0.4) !important;
  197. text-decoration: none;
  198. font-family: Verdana, sans-serif;
  199. font-size: 10px;
  200. font-weight: bold;
  201. border-bottom: none !important;
  202. }
  203. .joyride-close-tip:hover {
  204. color: rgba(255,255,255,0.9) !important;
  205. }
  206. .joyride-modal-bg {
  207. position: fixed;
  208. height: 100%;
  209. width: 100%;
  210. background: rgb(0,0,0);
  211. background: transparent;
  212. background: rgba(0,0,0, 0.5);
  213. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  214. filter: alpha(opacity=50);
  215. opacity: 0.5;
  216. z-index: 100;
  217. display: none;
  218. top: 0;
  219. left: 0;
  220. cursor: pointer;
  221. }