vex-theme-wireframe.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. @keyframes vex-pulse {
  2. /* line 136, ../sass/_keyframes.sass */
  3. 0% {
  4. -webkit-box-shadow: inset 0 0 0 300px transparent;
  5. -moz-box-shadow: inset 0 0 0 300px transparent;
  6. box-shadow: inset 0 0 0 300px transparent;
  7. }
  8. /* line 138, ../sass/_keyframes.sass */
  9. 70% {
  10. -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  11. -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  12. box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  13. }
  14. /* line 140, ../sass/_keyframes.sass */
  15. 100% {
  16. -webkit-box-shadow: inset 0 0 0 300px transparent;
  17. -moz-box-shadow: inset 0 0 0 300px transparent;
  18. box-shadow: inset 0 0 0 300px transparent;
  19. }
  20. }
  21. @-webkit-keyframes vex-pulse {
  22. /* line 136, ../sass/_keyframes.sass */
  23. 0% {
  24. -webkit-box-shadow: inset 0 0 0 300px transparent;
  25. -moz-box-shadow: inset 0 0 0 300px transparent;
  26. box-shadow: inset 0 0 0 300px transparent;
  27. }
  28. /* line 138, ../sass/_keyframes.sass */
  29. 70% {
  30. -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  31. -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  32. box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  33. }
  34. /* line 140, ../sass/_keyframes.sass */
  35. 100% {
  36. -webkit-box-shadow: inset 0 0 0 300px transparent;
  37. -moz-box-shadow: inset 0 0 0 300px transparent;
  38. box-shadow: inset 0 0 0 300px transparent;
  39. }
  40. }
  41. @-moz-keyframes vex-pulse {
  42. /* line 136, ../sass/_keyframes.sass */
  43. 0% {
  44. -webkit-box-shadow: inset 0 0 0 300px transparent;
  45. -moz-box-shadow: inset 0 0 0 300px transparent;
  46. box-shadow: inset 0 0 0 300px transparent;
  47. }
  48. /* line 138, ../sass/_keyframes.sass */
  49. 70% {
  50. -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  51. -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  52. box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  53. }
  54. /* line 140, ../sass/_keyframes.sass */
  55. 100% {
  56. -webkit-box-shadow: inset 0 0 0 300px transparent;
  57. -moz-box-shadow: inset 0 0 0 300px transparent;
  58. box-shadow: inset 0 0 0 300px transparent;
  59. }
  60. }
  61. @-ms-keyframes vex-pulse {
  62. /* line 136, ../sass/_keyframes.sass */
  63. 0% {
  64. -webkit-box-shadow: inset 0 0 0 300px transparent;
  65. -moz-box-shadow: inset 0 0 0 300px transparent;
  66. box-shadow: inset 0 0 0 300px transparent;
  67. }
  68. /* line 138, ../sass/_keyframes.sass */
  69. 70% {
  70. -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  71. -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  72. box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  73. }
  74. /* line 140, ../sass/_keyframes.sass */
  75. 100% {
  76. -webkit-box-shadow: inset 0 0 0 300px transparent;
  77. -moz-box-shadow: inset 0 0 0 300px transparent;
  78. box-shadow: inset 0 0 0 300px transparent;
  79. }
  80. }
  81. @-o-keyframes vex-pulse {
  82. /* line 136, ../sass/_keyframes.sass */
  83. 0% {
  84. -webkit-box-shadow: inset 0 0 0 300px transparent;
  85. -moz-box-shadow: inset 0 0 0 300px transparent;
  86. box-shadow: inset 0 0 0 300px transparent;
  87. }
  88. /* line 138, ../sass/_keyframes.sass */
  89. 70% {
  90. -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  91. -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  92. box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  93. }
  94. /* line 140, ../sass/_keyframes.sass */
  95. 100% {
  96. -webkit-box-shadow: inset 0 0 0 300px transparent;
  97. -moz-box-shadow: inset 0 0 0 300px transparent;
  98. box-shadow: inset 0 0 0 300px transparent;
  99. }
  100. }
  101. /* line 9, ../sass/vex-theme-wireframe.sass */
  102. .vex.vex-theme-wireframe {
  103. padding-top: 60px;
  104. padding-bottom: 160px;
  105. }
  106. /* line 13, ../sass/vex-theme-wireframe.sass */
  107. .vex.vex-theme-wireframe .vex-overlay {
  108. background: rgba(255, 255, 255, 0.6);
  109. }
  110. /* line 16, ../sass/vex-theme-wireframe.sass */
  111. .vex.vex-theme-wireframe .vex-content {
  112. font-family: "Segoe UI Light","Segoe UI","Segoe WP Light","Segoe WP","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  113. font-size: 1rem;
  114. background: white;
  115. color: black;
  116. border: 6px solid #FFCC33;
  117. padding: 2em;
  118. position: relative;
  119. margin: 0 auto;
  120. max-width: 100%;
  121. width: 800px;
  122. border-radius: 15px;
  123. }
  124. .vex.vex-theme-wireframe .vex-content i,
  125. .vex.vex-theme-wireframe .vex-content th,
  126. .vex.vex-theme-wireframe .vex-content strong {
  127. color: #336699;
  128. }
  129. /* line 29, ../sass/vex-theme-wireframe.sass */
  130. .vex.vex-theme-wireframe .vex-content h1, .vex.vex-theme-wireframe .vex-content h2, .vex.vex-theme-wireframe .vex-content h3, .vex.vex-theme-wireframe .vex-content h4, .vex.vex-theme-wireframe .vex-content h5, .vex.vex-theme-wireframe .vex-content h6, .vex.vex-theme-wireframe .vex-content p, .vex.vex-theme-wireframe .vex-content ul, .vex.vex-theme-wireframe .vex-content li {
  131. color: inherit;
  132. }
  133. /* line 32, ../sass/vex-theme-wireframe.sass */
  134. .vex.vex-theme-wireframe .vex-close {
  135. position: absolute;
  136. top: 0;
  137. right: 0;
  138. cursor: pointer;
  139. color: #FFCC33;
  140. }
  141. /* line 38, ../sass/vex-theme-wireframe.sass */
  142. .vex.vex-theme-wireframe .vex-close:before {
  143. position: absolute;
  144. content: "\00D7";
  145. font-size: 40px;
  146. font-weight: normal;
  147. line-height: 80px;
  148. height: 80px;
  149. width: 80px;
  150. text-align: center;
  151. top: 3px;
  152. right: 3px;
  153. color: #336699;
  154. }
  155. /* line 51, ../sass/vex-theme-wireframe.sass */
  156. .vex.vex-theme-wireframe .vex-close:hover:before, .vex.vex-theme-wireframe .vex-close:active:before {
  157. color: black;
  158. }
  159. /* line 56, ../sass/vex-theme-wireframe.sass */
  160. .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-message {
  161. margin-bottom: 0.5em;
  162. }
  163. /* line 59, ../sass/vex-theme-wireframe.sass */
  164. .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input {
  165. margin-bottom: 1em;
  166. }
  167. /* line 62, ../sass/vex-theme-wireframe.sass */
  168. .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"] {
  169. background: white;
  170. width: 100%;
  171. padding: 0.25em 0.67em;
  172. font-family: inherit;
  173. font-weight: inherit;
  174. font-size: inherit;
  175. min-height: 2.5em;
  176. margin: 0 0 0.25em;
  177. border: 2px solid black;
  178. }
  179. /* line 73, ../sass/vex-theme-wireframe.sass */
  180. .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  181. border-style: dashed;
  182. outline: none;
  183. }
  184. /* line 77, ../sass/vex-theme-wireframe.sass */
  185. .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons {
  186. *zoom: 1;
  187. }
  188. /* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  189. .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons:after {
  190. content: "";
  191. display: table;
  192. clear: both;
  193. }
  194. /* line 80, ../sass/vex-theme-wireframe.sass */
  195. .vex.vex-theme-wireframe .vex-dialog-button {
  196. -webkit-border-radius: 0;
  197. -moz-border-radius: 0;
  198. -ms-border-radius: 0;
  199. -o-border-radius: 0;
  200. border-radius: 0;
  201. border: 0;
  202. float: right;
  203. margin: 0 0 0 0.5em;
  204. font-family: inherit;
  205. text-transform: uppercase;
  206. letter-spacing: 0.1em;
  207. font-size: 0.8em;
  208. line-height: 1em;
  209. padding: 0.75em 2em;
  210. }
  211. /* line 92, ../sass/vex-theme-wireframe.sass */
  212. .vex.vex-theme-wireframe .vex-dialog-button.vex-last {
  213. margin-left: 0;
  214. }
  215. /* line 95, ../sass/vex-theme-wireframe.sass */
  216. .vex.vex-theme-wireframe .vex-dialog-button:focus {
  217. animation: vex-pulse 1.1s infinite;
  218. -webkit-animation: vex-pulse 1.1s infinite;
  219. -moz-animation: vex-pulse 1.1s infinite;
  220. -ms-animation: vex-pulse 1.1s infinite;
  221. -o-animation: vex-pulse 1.1s infinite;
  222. -webkit-backface-visibility: hidden;
  223. outline: none;
  224. }
  225. @media (max-width: 568px) {
  226. /* line 95, ../sass/vex-theme-wireframe.sass */
  227. .vex.vex-theme-wireframe .vex-dialog-button:focus {
  228. animation: none;
  229. -webkit-animation: none;
  230. -moz-animation: none;
  231. -ms-animation: none;
  232. -o-animation: none;
  233. -webkit-backface-visibility: hidden;
  234. }
  235. }
  236. /* line 104, ../sass/vex-theme-wireframe.sass */
  237. .vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-primary {
  238. background: black;
  239. color: white;
  240. border: 2px solid transparent;
  241. }
  242. /* line 109, ../sass/vex-theme-wireframe.sass */
  243. .vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-secondary {
  244. background: white;
  245. color: black;
  246. border: 2px solid black;
  247. }
  248. /* line 114, ../sass/vex-theme-wireframe.sass */
  249. .vex-loading-spinner.vex-theme-wireframe {
  250. height: 2.5em;
  251. width: 2.5em;
  252. }