smart_wizard_theme_arrows.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. /*!
  2. * SmartWizard v4.x
  3. * jQuery Wizard Plugin
  4. * http://www.techlaboratory.net/smartwizard
  5. *
  6. * Created by Dipu Raj
  7. * http://dipuraj.me
  8. *
  9. * Licensed under the terms of MIT License
  10. * https://github.com/techlab/SmartWizard/blob/master/LICENSE
  11. */
  12. /* SmartWizard Theme: Arrows */
  13. .sw-theme-arrows {
  14. border-radius: 5px;
  15. border: 1px solid #ddd;
  16. }
  17. .sw-theme-arrows > .sw-container {
  18. min-height: 200px;
  19. }
  20. .sw-theme-arrows .step-content {
  21. padding: 0 10px;
  22. border: 0px solid #D4D4D4;
  23. background-color: #FFF;
  24. text-align: left;
  25. }
  26. .sw-theme-arrows .sw-toolbar {
  27. padding-left: 10px;
  28. padding-right: 10px;
  29. margin-bottom: 0 !important;
  30. border-radius: 5px;
  31. }
  32. .sw-theme-arrows > .sw-toolbar-top {
  33. }
  34. .sw-theme-arrows > .sw-toolbar-bottom {
  35. }
  36. .sw-theme-arrows > ul.step-anchor {
  37. display: block;
  38. border: 0;
  39. border-bottom: 1px solid #ddd;
  40. padding: 0px;
  41. background: #f5f5f5;
  42. border-radius: 5px;
  43. border-bottom-left-radius: 0;
  44. border-bottom-right-radius: 0;
  45. list-style: none;
  46. overflow: hidden;
  47. /*margin: -1px -1px 0 -1px -1px;*/;
  48. }
  49. .sw-theme-arrows > ul.step-anchor li+li:before {
  50. padding: 0;
  51. }
  52. .sw-theme-arrows > ul.step-anchor > li {
  53. }
  54. .sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
  55. color: #bbb;
  56. text-decoration: none;
  57. padding: 10px 0 10px 45px;
  58. position: relative;
  59. display: block;
  60. border: 0 !important;
  61. border-radius: 0;
  62. outline-style: none;
  63. background: #f5f5f5;
  64. }
  65. .sw-theme-arrows > ul.step-anchor > li > a:after {
  66. content: " ";
  67. display: block;
  68. width: 0;
  69. height: 0;
  70. border-top: 50px solid transparent;
  71. border-bottom: 50px solid transparent;
  72. border-left: 30px solid #f5f5f5;
  73. position: absolute;
  74. top: 50%;
  75. margin-top: -50px;
  76. left: 100%;
  77. z-index: 2;
  78. }
  79. .sw-theme-arrows > ul.step-anchor > li > a:before {
  80. content: " ";
  81. display: block;
  82. width: 0;
  83. height: 0;
  84. border-top: 50px solid transparent;
  85. /* Go big on the size, and let overflow hide */
  86. border-bottom: 50px solid transparent;
  87. border-left: 30px solid #ddd;
  88. position: absolute;
  89. top: 50%;
  90. margin-top: -50px;
  91. margin-left: 1px;
  92. left: 100%;
  93. z-index: 1;
  94. }
  95. .sw-theme-arrows > ul.step-anchor > li:first-child > a {
  96. padding-left: 15px;
  97. }
  98. .sw-theme-arrows > ul.step-anchor > li > a:hover {
  99. color: #bbb;
  100. text-decoration: none;
  101. outline-style: none;
  102. background: #f5f5f5;
  103. border-color: #f5f5f5;
  104. }
  105. .sw-theme-arrows > ul.step-anchor > li > a:hover:after {
  106. border-left-color: #f5f5f5;
  107. }
  108. .sw-theme-arrows > ul.step-anchor > li > a small {
  109. }
  110. .sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
  111. color: #4285F4 !important;
  112. background: #46b8da !important;
  113. }
  114. .sw-theme-arrows > ul.step-anchor > li.active > a {
  115. border-color: #5bc0de !important;
  116. color: #fff !important;
  117. background: #5bc0de !important;
  118. }
  119. .sw-theme-arrows > ul.step-anchor > li.active > a:after {
  120. border-left: 30px solid #5bc0de !important;
  121. }
  122. .sw-theme-arrows > ul.step-anchor > li.done > a {
  123. border-color: #5cb85c !important;
  124. color: #fff !important;
  125. background: #5cb85c !important;
  126. }
  127. .sw-theme-arrows > ul.step-anchor > li.done > a:after {
  128. border-left: 30px solid #5cb85c;
  129. }
  130. .sw-theme-arrows > ul.step-anchor > li.danger > a {
  131. border-color: #d9534f !important;
  132. color: #d9534f !important;
  133. background: #fff !important;
  134. }
  135. .sw-theme-arrows > ul.step-anchor > li.disabled > a, .sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
  136. color: #eee !important;
  137. }
  138. /* Responsive CSS */
  139. @media screen and (max-width: 768px) {
  140. .sw-theme-arrows > ul.step-anchor {
  141. border: 0;
  142. background: #ddd !important;
  143. }
  144. .sw-theme-arrows > .nav-tabs > li {
  145. float: none !important;
  146. margin-bottom: 0;
  147. }
  148. .sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
  149. padding-left: 15px;
  150. margin-right: 0;
  151. margin-bottom: 1px;
  152. }
  153. .sw-theme-arrows > ul.step-anchor > li > a:after, .sw-theme-arrows > ul.step-anchor > li > a:before {
  154. display: none;
  155. }
  156. }
  157. /* Loader Animation
  158. Courtesy: http://bootsnipp.com/snippets/featured/loading-button-effect-no-js
  159. */
  160. @-webkit-keyframes ld {
  161. 0% {
  162. -webkit-transform: rotate(0deg) scale(1);
  163. transform: rotate(0deg) scale(1);
  164. }
  165. 50% {
  166. -webkit-transform: rotate(180deg) scale(1.1);
  167. transform: rotate(180deg) scale(1.1);
  168. }
  169. 100% {
  170. -webkit-transform: rotate(360deg) scale(1);
  171. transform: rotate(360deg) scale(1);
  172. }
  173. }
  174. @keyframes ld {
  175. 0% {
  176. -webkit-transform: rotate(0deg) scale(1);
  177. transform: rotate(0deg) scale(1);
  178. }
  179. 50% {
  180. -webkit-transform: rotate(180deg) scale(1.1);
  181. transform: rotate(180deg) scale(1.1);
  182. }
  183. 100% {
  184. -webkit-transform: rotate(360deg) scale(1);
  185. transform: rotate(360deg) scale(1);
  186. }
  187. }
  188. .sw-theme-arrows > ul.step-anchor > li.loading:before {
  189. content: '';
  190. display: inline-block;
  191. position: absolute;
  192. background: transparent;
  193. border-radius: 50%;
  194. -webkit-box-sizing: border-box;
  195. box-sizing: border-box;
  196. border: 2px solid #fff;
  197. border-top-color: transparent;
  198. border-bottom-color: transparent;
  199. border-left-color: #4285f4;
  200. border-right-color: #4285f4;
  201. top: 50%;
  202. left: 50%;
  203. margin-top: -16px;
  204. margin-left: -16px;
  205. width: 32px;
  206. height: 32px;
  207. z-index: 99;
  208. -webkit-animation: ld 1s ease-in-out infinite;
  209. animation: ld 1s ease-in-out infinite;
  210. }