Dpack get data Node : V10
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

387 líneas
8.6 KiB

  1. /*---------- libraries ---------- */
  2. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
  3. @import url(https://fonts.googleapis.com/css?family=Work+Sans);
  4. html, body, div, span, applet, object, iframe,
  5. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  6. a, abbr, acronym, address, big, cite, code,
  7. del, dfn, em, img, ins, kbd, q, s, samp,
  8. small, strike, strong, sub, sup, tt, var,
  9. b, u, i, center,
  10. dl, dt, dd, ol, ul, li,
  11. fieldset, form, label, legend,
  12. table, caption, tbody, tfoot, thead, tr, th, td,
  13. article, aside, canvas, details, embed,
  14. figure, figcaption, footer, header, hgroup,
  15. menu, nav, output, ruby, section, summary,
  16. time, mark, audio, video {
  17. margin: 0;
  18. padding: 0;
  19. border: 0;
  20. font: inherit;
  21. font-size: 100%;
  22. vertical-align: baseline;
  23. }
  24. html {
  25. line-height: 1;
  26. }
  27. ol, ul {
  28. list-style: none;
  29. }
  30. table {
  31. border-collapse: collapse;
  32. border-spacing: 0;
  33. }
  34. caption, th, td {
  35. text-align: left;
  36. font-weight: normal;
  37. vertical-align: middle;
  38. }
  39. q, blockquote {
  40. quotes: none;
  41. }
  42. q:before, q:after, blockquote:before, blockquote:after {
  43. content: "";
  44. content: none;
  45. }
  46. a img {
  47. border: none;
  48. }
  49. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  50. display: block;
  51. }
  52. /*---------- style ----------*/
  53. * {
  54. -moz-box-sizing: border-box;
  55. -webkit-box-sizing: border-box;
  56. box-sizing: border-box;
  57. -webkit-font-smoothing: antialiased;
  58. -moz-osx-font-smoothing: grayscale;
  59. text-rendering: optimizeLegibility;
  60. }
  61. body {
  62. background-color: #b3e5fc;
  63. }
  64. .wrappers {
  65. width: 611px;
  66. height: 1350px;
  67. margin: 80px auto 0;
  68. }
  69. .wrappers .containers {
  70. float: right;
  71. width: 600px;
  72. height: 1325px;
  73. background-color: #fff;
  74. -moz-border-radius: 10px;
  75. -webkit-border-radius: 10px;
  76. border-radius: 10px;
  77. }
  78. .wrappers .containers .part {
  79. float: left;
  80. height: 100%;
  81. }
  82. .wrappers .containers .part.card-details {
  83. padding: 48px 40px 0;
  84. width: 60%;
  85. }
  86. .wrappers .containers .part.card-details h1 {
  87. background-color: #00b0ff;
  88. color: white;
  89. font-family: 'Montserrat', sans-serif;
  90. font-size: 12px;
  91. text-transform: uppercase;
  92. padding: 14px 0 10px 49px;
  93. letter-spacing: 1px;
  94. margin-left: -52px;
  95. width: 330px;
  96. }
  97. .wrappers .containers .part.card-details h1 {
  98. background-color: #00b0ff;
  99. color: white;
  100. font-family: 'Montserrat', sans-serif;
  101. font-size: 12px;
  102. text-transform: uppercase;
  103. padding: 14px 0 10px 49px;
  104. letter-spacing: 1px;
  105. margin-left: -52px;
  106. width: 330px;
  107. }
  108. .header-title {
  109. margin-left: -15px;
  110. margin-bottom: 10px;
  111. font-weight: bold;
  112. font-size: 18px;
  113. font-family:'Montserrat', sans-serif;
  114. text-decoration: underline;
  115. }
  116. .interval-settings{
  117. background-color: #00b0ff;
  118. color: white;
  119. font-family: 'Montserrat', sans-serif;
  120. font-size: 12px;
  121. text-transform: uppercase;
  122. padding: 14px 0 10px 49px;
  123. letter-spacing: 1px;
  124. margin-left: -52px;
  125. width: 330px;
  126. }
  127. .form-right{
  128. margin-left: -20px;
  129. margin-right: 5px;
  130. margin-top: 10px;
  131. width: 200px
  132. }
  133. .wrappers .containers .part.bg {
  134. padding-top: 50px;
  135. padding-left: 30px;
  136. width: 40%;
  137. background-color: rgb(211,211,211);
  138. background-size: 121%;
  139. background-repeat: no-repeat;
  140. overflow: hidden;
  141. -moz-border-radius-topright: 10px;
  142. -webkit-border-top-right-radius: 10px;
  143. border-top-right-radius: 10px;
  144. -moz-border-radius-bottomright: 10px;
  145. -webkit-border-bottom-right-radius: 10px;
  146. border-bottom-right-radius: 10px;
  147. }
  148. .wrappers .containers .part.bg table {
  149. background-color: #19194C;
  150. color: white;
  151. font-family: 'Montserrat', sans-serif;
  152. font-size: 9px;
  153. text-transform: uppercase;
  154. padding-left: 12px;
  155. letter-spacing: 1px;
  156. margin-left: -20px;
  157. height:100px;
  158. width:200px;
  159. }
  160. .wrappers .containers form {
  161. font-family: 'Work Sans', sans-serif;
  162. }
  163. .wrappers .containers form .group {
  164. display: block;
  165. width: 100%;
  166. float: left;
  167. position: relative;
  168. margin-bottom: 25px;
  169. }
  170. .wrappers .containers form .group label {
  171. font-size: 12px;
  172. float: left;
  173. width: 100%;
  174. display: block;
  175. margin-bottom: 5px;
  176. }
  177. .wrappers .containers form .group input {
  178. float: left;
  179. width: 100%;
  180. height: 30px;
  181. font-size: 18px;
  182. font-family: 'Work Sans', sans-serif;
  183. border: 0;
  184. color: #263238;
  185. border-bottom: 1px solid #d9d9d9;
  186. }
  187. .wrappers .containers form .group input::-webkit-input-placeholder {
  188. font-family: 'Work Sans', sans-serif;
  189. font-size: 14px;
  190. line-height: 20px;
  191. vertical-align: middle;
  192. color: #d9d9d9;
  193. text-align: left;
  194. }
  195. .wrappers .containers form .group input:-moz-placeholder {
  196. font-family: 'Work Sans', sans-serif;
  197. font-size: 14px;
  198. line-height: 20px;
  199. vertical-align: middle;
  200. color: #d9d9d9;
  201. text-align: left;
  202. }
  203. .wrappers .containers form .group input::-moz-placeholder {
  204. font-family: 'Work Sans', sans-serif;
  205. font-size: 14px;
  206. line-height: 20px;
  207. vertical-align: middle;
  208. color: #d9d9d9;
  209. text-align: left;
  210. }
  211. .wrappers .containers form .group input:-ms-input-placeholder {
  212. font-family: 'Work Sans', sans-serif;
  213. font-size: 14px;
  214. line-height: 20px;
  215. vertical-align: middle;
  216. color: #d9d9d9;
  217. text-align: left;
  218. }
  219. .wrappers .containers form .group input:focus {
  220. outline: none;
  221. border-bottom-color: #00b0ff;
  222. }
  223. .wrappers .containers form .group input:focus::-webkit-input-placeholder {
  224. color: transparent;
  225. }
  226. .wrappers .containers form .group input:focus:-moz-placeholder {
  227. color: transparent;
  228. }
  229. .wrappers .containers form .group input:focus::-moz-placeholder {
  230. color: transparent;
  231. }
  232. .wrappers .containers form .group input:focus:-ms-input-placeholder {
  233. color: transparent;
  234. }
  235. .wrappers .containers form .card-number {
  236. border-bottom: 1px solid #d9d9d9;
  237. }
  238. .wrappers .containers form .card-number:first-of-type {
  239. margin-top: 32px;
  240. }
  241. .wrappers .containers form .card-number input {
  242. width: 43px;
  243. border-bottom: 0;
  244. }
  245. .wrappers .containers form .card-number.focused {
  246. border-bottom-color: #00b0ff;
  247. }
  248. .wrappers .containers form .card-expiry {
  249. border-bottom: 0;
  250. }
  251. .wrappers .containers form .card-expiry .input-item {
  252. float: left;
  253. }
  254. .wrappers .containers form .card-expiry .input-item.expiry {
  255. width: 200px;
  256. }
  257. .wrappers .containers form .card-expiry .input-item.expiry input:last-of-type {
  258. margin-left: 30px;
  259. }
  260. .wrappers .containers form .card-expiry .input-item.csv {
  261. width: 80px;
  262. position: relative;
  263. }
  264. .wrappers .containers form .card-expiry .input-item.csv a {
  265. display: block;
  266. position: absolute;
  267. top: 0;
  268. right: 0;
  269. font-size: 12px;
  270. text-decoration: none;
  271. color: #00b0ff;
  272. }
  273. .wrappers .containers form .card-expiry .input-item.csv a:hover {
  274. color: #263238;
  275. }
  276. .wrappers .containers form .card-expiry .input-item label {
  277. width: 100%;
  278. }
  279. .wrappers .containers form .card-expiry .input-item input {
  280. border-bottom: 1px solid #d9d9d9;
  281. padding-bottom: 8px;
  282. }
  283. .wrappers .containers form .card-expiry .input-item input.month {
  284. width: 60px;
  285. }
  286. .wrappers .containers form .card-expiry .input-item input.year {
  287. width: 79px;
  288. }
  289. .wrappers .containers form .card-expiry .input-item input.csv {
  290. width: 79px;
  291. }
  292. .wrappers .containers form .card-expiry .input-item input:focus {
  293. border-bottom: 1px solid #00b0ff;
  294. }
  295. .wrappers .containers form .submit-group {
  296. width: 100%;
  297. float: left;
  298. position: relative;
  299. }
  300. .wrappers .containers form .submit {
  301. text-transform: uppercase;
  302. position: relative;
  303. border: none;
  304. background-color: transparent;
  305. font-size: 12px;
  306. line-height: 21px;
  307. letter-spacing: 1.4px;
  308. text-align: left;
  309. color: #263238;
  310. margin-left: 24px;
  311. cursor: pointer;
  312. }
  313. .wrappers .containers form .submit:hover {
  314. text-decoration: underline;
  315. }
  316. .wrappers .containers form .submit:focus {
  317. outline: none;
  318. }
  319. .wrappers .containers form .arrow {
  320. position: absolute;
  321. top: -2px;
  322. left: -1px;
  323. }
  324. .wrappers .containers form .arrow:before {
  325. content: '';
  326. width: 15px;
  327. height: 15px;
  328. background-image: url("https://cdn1.iconfinder.com/data/icons/basic-ui-elements-coloricon/21/04-512.png");
  329. position: absolute;
  330. top: 4px;
  331. left: 0;
  332. -moz-transition: all 0.3s;
  333. -o-transition: all 0.3s;
  334. -webkit-transition: all 0.3s;
  335. transition: all 0.3s;
  336. }
  337. .wrappers .containers form .arrow.rotate:before {
  338. -moz-transform: rotate(360deg);
  339. -ms-transform: rotate(360deg);
  340. -webkit-transform: rotate(360deg);
  341. transform: rotate(360deg);
  342. }
  343. .btn-group-xs > .btn, .btn-xs {
  344. padding : .25rem .4rem;
  345. font-size : .875rem;
  346. line-height : .5;
  347. border-radius : .2rem;
  348. }
  349. .credits {
  350. display: block;
  351. font-family: 'Work Sans', sans-serif;
  352. position: absolute;
  353. right: 0;
  354. bottom: 0;
  355. color: #263238;
  356. font-size: 12px;
  357. margin: 0 10px 10px 0;
  358. }
  359. .credits a {
  360. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  361. opacity: 0.8;
  362. color: inherit;
  363. font-weight: 700;
  364. text-decoration: none;
  365. }