Advertisement
Guest User

Hola

a guest
Feb 16th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.57 KB | None | 0 0
  1. body {
  2. overflow: hidden;
  3. }
  4.  
  5. :focus {
  6. outline: none;
  7. }
  8.  
  9. #phone {
  10. display: none;
  11. position: absolute;
  12. bottom: 15px;
  13. right: 15px;
  14. font-family: Helvetica, Arial;
  15. font-size: 14px;
  16. width: 250px;
  17. height: 535px;
  18. border-radius: 43px;
  19. border: 1px solid #000;
  20. background-image: url('../img/phone.png');
  21. }
  22.  
  23. #screen {
  24. background-image: url('../img/backgroundPhone.png');
  25. position: absolute;
  26. left: 50%;
  27. top: 50%;
  28. transform: translate(-50%, -50%);
  29. width: 235px;
  30. height: 430px;
  31. overflow: hidden;
  32. }
  33.  
  34. .status-bar {
  35. width: 100%;
  36. height: 16px;
  37. background-color: green;
  38. }
  39.  
  40. .app {
  41. width: 100%;
  42. height: 414px;
  43. }
  44.  
  45. .app-inner {
  46. display: flex;
  47. flex-direction: row;
  48. flex-wrap: wrap;
  49. max-height: 100%;
  50. padding: 5px 5px;
  51. overflow: hidden;
  52. }
  53.  
  54. .status-bar {
  55. width: inherit;
  56. line-height: 18px;
  57. font-size: 12px;
  58. text-align: left;
  59. font-weight: bold;
  60. background: rgba(0, 0, 0, 0.9);
  61. color: #ddd;
  62. z-index: 101
  63. }
  64.  
  65. .status-bar ul.signal {
  66. float: left;
  67. margin: 5px 5px 0 -35px;
  68. position: relative;
  69. height: 10px;
  70. width: 14px
  71. }
  72.  
  73. .status-bar ul.signal li {
  74. float: left;
  75. display: block;
  76. width: 2px;
  77. margin: 0 1px 0 0;
  78. background: #ddd;
  79. position: absolute;
  80. bottom: 0
  81. }
  82.  
  83. .status-bar ul.signal li:nth-child(1) {
  84. height: 2px
  85. }
  86.  
  87. .status-bar ul.signal li:nth-child(2) {
  88. height: 3px;
  89. margin-left: 3px
  90. }
  91.  
  92. .status-bar ul.signal li:nth-child(3) {
  93. height: 5px;
  94. margin-left: 6px
  95. }
  96.  
  97. .status-bar ul.signal li:nth-child(4) {
  98. height: 7px;
  99. margin-left: 9px;
  100. background: #8a8a8a;
  101. }
  102.  
  103. .status-bar ul.signal li:nth-child(5) {
  104. height: 9px;
  105. margin-left: 12px;
  106. background: #8a8a8a;
  107. }
  108.  
  109. .status-bar ul.signal li.no-signal {
  110. height: 1px
  111. }
  112.  
  113. .status-bar div.time {
  114. margin-top: -18px;
  115. margin-left: 100px;
  116. }
  117.  
  118. .status-bar .battery {
  119. position: absolute;
  120. top: 4px;
  121. right: 5px;
  122. width: 16px;
  123. height: 9px;
  124. }
  125.  
  126. .status-bar .battery .percentage {
  127. position: absolute;
  128. top: -4px;
  129. left: -40px
  130. }
  131.  
  132. .status-bar .battery i {
  133. width: 1px;
  134. height: 3px;
  135. position: absolute;
  136. top: 2px;
  137. right: -3px;
  138. border: 1px solid #ddd
  139. }
  140.  
  141. .status-bar .icons .right {
  142. position: absolute;
  143. width: 94px;
  144. height: 40px;
  145. top: -11px;
  146. right: 70px
  147. }
  148.  
  149. /* App : Home */
  150.  
  151. #app-home .menu-icon {
  152. width: 52px;
  153. height: 52px;
  154. padding: 2px;
  155. }
  156.  
  157. #app-home .menu-icon .counter {
  158. position: relative;
  159. display: inline-block;
  160. background: #FF0000;
  161. border-radius: 90px;
  162. min-width: 16px;
  163. height: 16px;
  164. color: #FFF;
  165. text-align: center;
  166. margin-top: -50px;
  167. margin-left: 30px;
  168. padding: 1px;
  169. font-weight: bold;
  170. border: 1px solid #FFF;
  171. }
  172.  
  173. #app-home .menu-icon-inner {
  174. transform: translateX(-50%);
  175. margin-left: 50%;
  176. width: 32px;
  177. height: 32px;
  178. border-radius: 5px;
  179. }
  180.  
  181. #app-home .menu-icon-label {
  182. font-size: 0.7em;
  183. color: #FFF;
  184. margin-top: 2px;
  185. text-align: center;
  186. font-weight: bold;
  187. }
  188.  
  189. #app-home .menu-icon i {
  190. width: 32px;
  191. height: 32px;
  192. margin-left: 16px;
  193. margin-top: 16px;
  194. transform: translate(-16px, -8px);
  195. color: #FFF;
  196. font-size: 1.2em;
  197. }
  198.  
  199. #app-home .menu-icon-contacts .menu-icon-inner {
  200. background-color: #946A38;
  201. }
  202.  
  203. #app-home .menu-icon-messages .menu-icon-inner {
  204. background-color: #23BE22;
  205. }
  206.  
  207. #app-home .menu-icon-bank .menu-icon-inner {
  208. background-color: #1847A1;
  209. }
  210.  
  211. #app-home .menu-icon-taxi .menu-icon-inner {
  212. background-color: #FF8B04;
  213. }
  214.  
  215. #app-home .menu-icon-mecano .menu-icon-inner {
  216. background-color: #18AD8B;
  217. }
  218.  
  219. #app-home .menu-icon-ambulance .menu-icon-inner {
  220. background-color: #CC0000;
  221. }
  222.  
  223. #app-home .menu-icon-police .menu-icon-inner {
  224. background-color: #1A4B8B;
  225. }
  226.  
  227. #app-home .menu-icon-sherif .menu-icon-inner {
  228. background-color: #1A4B8B;
  229. }
  230.  
  231. #app-home .menu-icon-deepweb .menu-icon-inner {
  232. background-color: #5400FF;
  233. }
  234.  
  235. #app-home .menu-icon-insurer .menu-icon-inner {
  236. background-color: #3A3ABF;
  237. }
  238.  
  239. #app-home .menu-icon-lawyer .menu-icon-inner {
  240. background-color: #E4670C;
  241. }
  242.  
  243. #app-home .menu-icon-unemployed .menu-icon-inner {
  244. background-color: #3B3B3B;
  245. }
  246.  
  247. #app-home .menu-icon-cardealer .menu-icon-inner {
  248. background-color: #B500D0;
  249. }
  250.  
  251. #app-home .menu-icon-grocer .menu-icon-inner {
  252. background-color: #0AB0E7;
  253. }
  254.  
  255. #app-home .menu-icon-governor .menu-icon-inner {
  256. background-color: #168D03;
  257. }
  258.  
  259. #app-home .menu-icon-realestateagent .menu-icon-inner {
  260. background-color: #C31244;
  261. }
  262.  
  263. #app-home .menu-icon-journalist .menu-icon-inner {
  264. background-color: #C3A412;
  265. }
  266.  
  267. #app-home .menu-icon-lscustom .menu-icon-inner {
  268. background-color: #3B2BD6;
  269. }
  270.  
  271. #app-home .menu-icon-teamster .menu-icon-inner {
  272. background-color: #8C0073;
  273. }
  274.  
  275. #app-home .menu-icon-tatoo .menu-icon-inner {
  276. background-color: #288018;
  277. }
  278.  
  279. #app-home .menu-icon-leboncoin .menu-icon-inner {
  280. background-color: #D08A04;
  281. }
  282.  
  283. /* App : Messages */
  284.  
  285. #app-messages {
  286. color: #FFF;
  287. }
  288.  
  289. #app-messages .contact-list {
  290. width: 100%;
  291. }
  292.  
  293. #app-messages .contact {
  294. padding: 5px;
  295. width: 215px;
  296. }
  297.  
  298. #app-messages .contact.selected .contact-name {
  299. color: #FF0000;
  300. font-weight: bold;
  301. }
  302.  
  303. #app-messages .contact:nth-child(odd) {
  304. background-color: #3A3A3A;
  305. }
  306.  
  307. #app-messages .contact:nth-child(even) {
  308. background-color: #000;
  309. }
  310.  
  311. #app-messages .contact-name {
  312. display: inline-block;
  313. position: absolute;
  314. left: 50%;
  315. transform: translateX(-50%);
  316. }
  317.  
  318. #app-messages .unread {
  319. display: inline-block;
  320. border-radius: 90px;
  321. background-color: #9E0000;
  322. color: #FFF;
  323. min-width: 16px;
  324. min-height: 16px;
  325. padding: 3px;
  326. text-align: center;
  327. }
  328.  
  329. /* App : Incoming Call */
  330.  
  331. #app-incoming-call {
  332. background-color: #000;
  333. }
  334.  
  335. #app-incoming-call .contact-infos {
  336. width: 100%;
  337. height: 50%;
  338. color: #FFF;
  339. }
  340.  
  341. #app-incoming-call .contact-infos .contact-name {
  342. position: absolute;
  343. text-align: center;
  344. top: 25%;
  345. font-size: 2em;
  346. width: 100%;
  347. }
  348.  
  349. #app-incoming-call .contact-infos .contact-number {
  350. position: absolute;
  351. text-align: center;
  352. top: 35%;
  353. font-size: 2em;
  354. width: 100%;
  355. }
  356.  
  357. #app-incoming-call .contact-infos .contact-number:before {
  358. content: '#';
  359. }
  360.  
  361. #app-incoming-call .contact-actions-wrapper {
  362. display: flex;
  363. flex-direction: row;
  364. align-items: center;
  365. width: 100%;
  366. height: 50%;
  367. position: absolute;
  368. bottom: 0;
  369. margin-left: -5px;
  370. }
  371.  
  372. #app-incoming-call .contact-action {
  373. flex-basis: 50%;
  374. text-align: center;
  375. }
  376.  
  377. #app-incoming-call .contact-action i {
  378. font-size: 3em;
  379. border-radius: 90px;
  380. width: 70px;
  381. height: 70px;
  382. line-height: 70px;
  383. color: #111;
  384. }
  385.  
  386. #app-incoming-call .contact-action.action-accept i {
  387. background-color: #26a007;
  388. }
  389.  
  390. #app-incoming-call .contact-action.action-deny i {
  391. background-color: #FF0000;
  392. }
  393.  
  394. /* App : Contacts */
  395.  
  396. #app-contacts {
  397. background-color: #000;
  398. color: #FFF;
  399. }
  400.  
  401. #app-contacts .contact-actions div {
  402. padding: 5px;
  403. width: 215px;
  404. text-align: center;
  405. }
  406.  
  407. #app-contacts .contact-actions div.selected {
  408. color: #FF0000;
  409. font-weight: bold;
  410. }
  411.  
  412. #app-contacts .contact-list, #app-contacts .contact-me {
  413. width: 100%;
  414. }
  415.  
  416. #app-contacts .contact {
  417. padding: 5px;
  418. width: 215px;
  419. }
  420.  
  421. #app-contacts .contact.selected {
  422. color: #FF0000;
  423. font-weight: bold;
  424. }
  425.  
  426. #app-contacts .contact-list .contact:nth-child(odd) {
  427. background-color: #3A3A3A;
  428. }
  429.  
  430. #app-contacts .contact-list .contact:nth-child(even) {
  431. background-color: #000;
  432. }
  433.  
  434. #app-contacts .contact-name, #app-contacts .contact-number {
  435. display: inline-block;
  436. }
  437.  
  438. #app-contacts .contact-number {
  439. float: right;
  440. }
  441.  
  442. #app-contacts .contact-number:before {
  443. content: '#';
  444. }
  445.  
  446. /* App : Contact Add */
  447.  
  448. #app-contact-add {
  449. background-color: #000;
  450. }
  451.  
  452. #app-contact-add .add-contact-wrapper {
  453. width: 100%;
  454. }
  455.  
  456. #app-contact-add .add-contact-wrapper div {
  457. width: 100%;
  458. }
  459.  
  460. #app-contact-add .add-contact-wrapper div input {
  461. width: 100%;
  462. }
  463.  
  464. /* App : Contact Actions */
  465.  
  466. #app-contact-actions {
  467. background-color: #000;
  468. }
  469.  
  470. #app-contact-actions .contact-infos {
  471. width: 100%;
  472. height: 50%;
  473. color: #FFF;
  474. }
  475.  
  476. #app-contact-actions .contact-infos .contact-name {
  477. position: absolute;
  478. text-align: center;
  479. top: 25%;
  480. font-size: 2em;
  481. width: 100%;
  482. }
  483.  
  484. #app-contact-actions .contact-infos .contact-number {
  485. position: absolute;
  486. text-align: center;
  487. top: 35%;
  488. font-size: 2em;
  489. width: 100%;
  490. }
  491.  
  492. #app-contact-actions .contact-infos .contact-number:before {
  493. content: '#';
  494. }
  495.  
  496. #app-contact-actions .contact-actions-wrapper {
  497. display: flex;
  498. flex-direction: row;
  499. align-items: center;
  500. width: 100%;
  501. height: 50%;
  502. position: absolute;
  503. bottom: 0;
  504. margin-left: -5px;
  505. }
  506.  
  507. #app-contact-actions .contact-action.action-call {
  508. flex-basis: 50%;
  509. text-align: center;
  510. }
  511.  
  512. #app-contact-actions .contact-action.action-call i {
  513. font-size: 3em;
  514. background-color: #26a007;
  515. border-radius: 90px;
  516. width: 70px;
  517. height: 70px;
  518. line-height: 70px;
  519. color: #111;
  520. }
  521.  
  522. #app-contact-actions .contact-action.action-message {
  523. flex-basis: 50%;
  524. text-align: center;
  525. }
  526.  
  527. #app-contact-actions .contact-action.action-message i {
  528. font-size: 3em;
  529. background-color: #0480F4;
  530. border-radius: 90px;
  531. width: 70px;
  532. height: 70px;
  533. line-height: 70px;
  534. color: #111;
  535. }
  536.  
  537. /* App : Contact Action Call */
  538.  
  539. @keyframes circle-light-1 {
  540. 0% {
  541. color: #B4CEFF;
  542. }
  543. 25% {
  544. color: #FFFFFF;
  545. }
  546. 50% {
  547. color: #005AFF;
  548. }
  549. 75% {
  550. color: #3079FF;
  551. }
  552. 100% {
  553. color: #6A9FFF;
  554. }
  555. }
  556.  
  557. @keyframes circle-light-reverse-1 {
  558. 0% {
  559. color: #6A9FFF;
  560. }
  561. 25% {
  562. color: #3079FF;
  563. }
  564. 50% {
  565. color: #005AFF;
  566. }
  567. 75% {
  568. color: #FFFFFF;
  569. }
  570. 100% {
  571. color: #B4CEFF;
  572. }
  573. }
  574.  
  575. @keyframes circle-light-2 {
  576. 0% {
  577. color: #3079FF;
  578. }
  579. 25% {
  580. color: #6A9FFF;
  581. }
  582. 50% {
  583. color: #B4CEFF;
  584. }
  585. 75% {
  586. color: #FFFFFF;
  587. }
  588. 100% {
  589. color: #005AFF;
  590. }
  591. }
  592.  
  593. @keyframes circle-light-reverse-2 {
  594. 0% {
  595. color: #005AFF;
  596. }
  597. 25% {
  598. color: #FFFFFF;
  599. }
  600. 50% {
  601. color: #B4CEFF;
  602. }
  603. 75% {
  604. color: #6A9FFF;
  605. }
  606. 100% {
  607. color: #3079FF;
  608. }
  609. }
  610.  
  611. @keyframes circle-light-3 {
  612. 0% {
  613. color: #005AFF;
  614. }
  615. 25% {
  616. color: #3079FF;
  617. }
  618. 50% {
  619. color: #6A9FFF;
  620. }
  621. 75% {
  622. color: #B4CEFF;
  623. }
  624. 100% {
  625. color: #FFFFFF;
  626. }
  627. }
  628.  
  629. @keyframes circle-light-reverse-3 {
  630. 0% {
  631. color: #FFFFFF;
  632. }
  633. 25% {
  634. color: #B4CEFF;
  635. }
  636. 50% {
  637. color: #6A9FFF;
  638. }
  639. 75% {
  640. color: #3079FF;
  641. }
  642. 100% {
  643. color: #005AFF;
  644. }
  645. }
  646.  
  647. #app-contact-action-call {
  648. background-color: #000;
  649. }
  650.  
  651. #app-contact-action-call .contact-infos {
  652. width: 100%;
  653. height: 50%;
  654. color: #FFF;
  655. }
  656.  
  657. #app-contact-action-call .contact-infos .contact-name {
  658. position: absolute;
  659. text-align: center;
  660. top: 25%;
  661. font-size: 2em;
  662. width: 100%;
  663. }
  664.  
  665. #app-contact-action-call .contact-infos .contact-number {
  666. position: absolute;
  667. text-align: center;
  668. top: 35%;
  669. font-size: 2em;
  670. width: 100%;
  671. }
  672.  
  673. #app-contact-action-call .contact-infos .contact-number:before {
  674. content: '#';
  675. }
  676.  
  677. #app-contact-action-call .loader {
  678. width: 100%;
  679. height: 50%;
  680. }
  681.  
  682. #app-contact-action-call .loader .circle {
  683. position: absolute;
  684. margin-left: 50%;
  685. transform: translateX(-50%);
  686. }
  687.  
  688. #app-contact-action-call .loader .circle i {
  689. color: #005AFF;
  690. }
  691.  
  692. #app-contact-action-call .loader .circle:nth-child(1) {
  693. top: 50%;
  694. }
  695.  
  696. #app-contact-action-call .loader .circle:nth-child(1) i {
  697. animation: circle-light-1 1s infinite, circle-light-reverse-1 1s infinite;
  698. }
  699.  
  700. #app-contact-action-call .loader .circle:nth-child(2) {
  701. top: 60%;
  702. animation: circle-light-2 1s infinite, circle-light-reverse-2 1s infinite;
  703. }
  704.  
  705. #app-contact-action-call .loader .circle:nth-child(2) i {
  706. animation: circle-light-2 1s infinite, circle-light-reverse-2 1s infinite;
  707. }
  708.  
  709. #app-contact-action-call .loader .circle:nth-child(3) {
  710. top: 70%;
  711. animation: circle-light-3 1s infinite, circle-light-reverse-3 1s infinite;
  712. }
  713.  
  714. #app-contact-action-call .loader .circle:nth-child(3) i {
  715. animation: circle-light-3 1s infinite, circle-light-reverse-3 1s infinite;
  716. }
  717.  
  718. #app-contact-action-call .loader .info {
  719. position: absolute;
  720. margin-left: 50%;
  721. transform: translateX(-50%);
  722. top: 85%;
  723. color: #FFF;
  724. font-size: 1.5em;
  725. text-align: center;
  726. }
  727.  
  728. #app-contact-action-call.online .loader .circle {
  729. display: none;
  730. }
  731.  
  732. /* App : Contact Action Message */
  733.  
  734. #app-contact-action-message {
  735. background-color: #000;
  736. color: #FFF;
  737. }
  738.  
  739. #app-contact-action-message .message-container {
  740. width: 100%;
  741. min-height: 305px;
  742. }
  743.  
  744. #app-contact-action-message .message-container .time {
  745. width: 100%;
  746. text-align: center;
  747. font-size: 0.8em;
  748. }
  749.  
  750. #app-contact-action-message .message-container .message {
  751. border: 1px solid #FFF;
  752. padding: 10px;
  753. margin: 10px;
  754. border-radius: 20px 20px 0 20px;
  755. background-color: #eaf5ff;
  756. width: 75%;
  757. margin-left: 10%;
  758. color: #000;
  759. }
  760.  
  761. #app-contact-action-message .message-container .message.self {
  762. background-color: #0064b9;
  763. margin-left: 0;
  764. border-radius: 20px 20px 20px 0;
  765. color: #FFF;
  766. }
  767.  
  768. #app-contact-action-message .message-input {
  769. width: 100%;
  770. }
  771.  
  772. #app-contact-action-message .message-input textarea[name="message"] {
  773. width: 100%;
  774. height: 70px;
  775. }
  776.  
  777. #app-contact-action-message .message-input textarea[name="message"].typing {
  778. border: 2px solid #337bff;
  779. }
  780.  
  781. #app-contact-action-message .message-actions {
  782. height: 30px;
  783. }
  784.  
  785. /* App : Bank */
  786.  
  787. #app-bank {
  788. background-color: #FFF;
  789. }
  790.  
  791. #app-bank .app-inner {
  792. height: 400px;
  793. }
  794.  
  795. #app-bank .logo {
  796. width: 100%;
  797. text-align: center;
  798. margin-top: 20px;
  799. }
  800.  
  801. #app-bank .balance {
  802. width: 100%;
  803. text-align: center;
  804. margin-top: 50px;
  805. color: #02900e;
  806. font-size: 2em;
  807. }
  808.  
  809. #app-bank .balance:after {
  810. content: ' $';
  811. font-size: 0.6em;
  812. }
  813.  
  814. #app-bank .balance.positive:before {
  815. content: '+ ';
  816. }
  817.  
  818. #app-bank .balance.negative:before {
  819. content: '- ';
  820. }
  821.  
  822. #app-bank .button-container {
  823. width: 100%;
  824. display: flex;
  825. flex-direction: column-reverse;
  826. align-items: center;
  827. }
  828.  
  829. #app-bank .button {
  830. width: 80%;
  831. height: 40px;
  832. line-height: 40px;
  833. text-align: center;
  834. background-color: #061944;
  835. color: #FFF;
  836. bottom: 0;
  837. margin: 5px;
  838. }
  839.  
  840. #app-bank .button.selected {}
  841.  
  842. /* App : Bank Transfer */
  843.  
  844. #app-bank-transfer {
  845. background-color: #FFF;
  846. color: #000;
  847. }
  848.  
  849. #app-bank-transfer .contact {
  850. padding: 5px;
  851. width: 215px;
  852. }
  853.  
  854. #app-bank-transfer .contact.selected {
  855. color: #0018FF;
  856. font-weight: bold;
  857. }
  858.  
  859. #app-bank-transfer .contact:not(:last-child) {
  860. border-bottom: 1px solid #CCC;
  861. }
  862.  
  863. /* App : Bank Transfer Menu */
  864.  
  865. #app-bank-transfer-menu {
  866. background-color: #000;
  867. }
  868.  
  869. #app-bank-transfer-menu .transfer-wrapper {
  870. width: 100%;
  871. margin-top: 200px;
  872. transform: translateY(-50%);
  873. }
  874.  
  875. #app-bank-transfer-menu .transfer-wrapper div {
  876. width: 100%;
  877. }
  878.  
  879. #app-bank-transfer-menu .transfer-wrapper div input {
  880. width: 100%;
  881. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement