You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
3.6 KiB

  1. /*
  2. main color: #FF00B9
  3. */
  4. .mainBox {
  5. max-width: 900px;
  6. margin-left: auto;
  7. margin-right: auto;
  8. }
  9. a, a:link, a:visited, a:hover {
  10. color: #FF00B9!important;
  11. text-decoration: none!important;
  12. }
  13. a:hover {
  14. color: #FF00B9!important;
  15. text-decoration: none!important;
  16. }
  17. .btn {
  18. cursor: pointer;
  19. }
  20. hr {
  21. height: 2px!important;
  22. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
  23. background: #cc66ff; /* Old browsers */
  24. background: -moz-linear-gradient(left, #cc66ff 0%, #FF00B9 98%); /* FF3.6-15 */
  25. background: -webkit-linear-gradient(left, #cc66ff 0%,#FF00B9 98%); /* Chrome10-25,Safari5.1-6 */
  26. background: linear-gradient(to right, #cc66ff 0%,#FF00B9 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  27. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', endColorstr='#FF00B9',GradientType=1 ); /* IE6-9 */
  28. }
  29. .color_primary {
  30. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
  31. background: #cc66ff; /* Old browsers */
  32. background: -moz-linear-gradient(left, #cc66ff 0%, #FF00B9 98%); /* FF3.6-15 */
  33. background: -webkit-linear-gradient(left, #cc66ff 0%,#FF00B9 98%); /* Chrome10-25,Safari5.1-6 */
  34. background: linear-gradient(to right, #cc66ff 0%,#FF00B9 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  35. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', endColorstr='#FF00B9',GradientType=1 ); /* IE6-9 */
  36. color: #000000!important;
  37. font-weight: bold!important;
  38. }
  39. .color_primary-o {
  40. border: 1px solid #FF00B9!important;
  41. color: #FF00B9!important;
  42. background: rgba(0,0,0,0)!important;
  43. }
  44. .color_input {
  45. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
  46. background: #78a9ac; /* Old browsers */
  47. background: -moz-linear-gradient(left, #78a9ac 0%, #78a9ac 98%); /* FF3.6-15 */
  48. background: -webkit-linear-gradient(left, #78a9ac 0%,#78a9ac 98%); /* Chrome10-25,Safari5.1-6 */
  49. background: linear-gradient(to right, #78a9ac 0%,#78a9ac 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  50. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a9ac', endColorstr='#78a9ac',GradientType=1 ); /* IE6-9 */
  51. color: #000000!important;
  52. }
  53. .invisible {
  54. display: none!important;
  55. }
  56. .disable-selection {
  57. -moz-user-select: none; /* Firefox */
  58. -ms-user-select: none; /* Internet Explorer */
  59. -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  60. -webkit-user-select: none; /* Chrome, Safari, and Opera */
  61. -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  62. }
  63. #qrcode > img {
  64. border: 8px solid #ffffff;
  65. }
  66. .upload-btn-wrapper {
  67. position: relative;
  68. overflow: hidden;
  69. display: inline-block;
  70. }
  71. .upload-btn-wrapper input[type=file] {
  72. font-size: 100px;
  73. position: absolute;
  74. left: 0;
  75. top: 0;
  76. opacity: 0;
  77. }
  78. .balanceBox {
  79. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
  80. background: #cc66ff; /* Old browsers */
  81. background: -moz-linear-gradient(left, #cc66ff 0%, #FF00B9 98%); /* FF3.6-15 */
  82. background: -webkit-linear-gradient(left, #cc66ff 0%,#FF00B9 98%); /* Chrome10-25,Safari5.1-6 */
  83. background: linear-gradient(to right, #cc66ff 0%,#FF00B9 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  84. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', endColorstr='#FF00B9',GradientType=1 ); /* IE6-9 */
  85. color: #ffffff!important;
  86. text-align: center;
  87. border-radius: 5px;
  88. padding: 10px;
  89. /* box-shadow: 0px 0px 30px grey; */
  90. }
  91. .balanceBox > h3 {
  92. font-weight: 900;
  93. }