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.

114 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. .explainer {
  21. max-width: 50%;
  22. }
  23. hr {
  24. height: 2px!important;
  25. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
  26. background: #cc66ff; /* Old browsers */
  27. background: -moz-linear-gradient(left, #cc66ff 0%, #FF00B9 98%); /* FF3.6-15 */
  28. background: -webkit-linear-gradient(left, #cc66ff 0%,#FF00B9 98%); /* Chrome10-25,Safari5.1-6 */
  29. background: linear-gradient(to right, #cc66ff 0%,#FF00B9 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  30. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', endColorstr='#FF00B9',GradientType=1 ); /* IE6-9 */
  31. }
  32. .color_primary {
  33. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
  34. background: #cc66ff; /* Old browsers */
  35. background: -moz-linear-gradient(left, #cc66ff 0%, #FF00B9 98%); /* FF3.6-15 */
  36. background: -webkit-linear-gradient(left, #cc66ff 0%,#FF00B9 98%); /* Chrome10-25,Safari5.1-6 */
  37. background: linear-gradient(to right, #cc66ff 0%,#FF00B9 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  38. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', endColorstr='#FF00B9',GradientType=1 ); /* IE6-9 */
  39. color: #000000!important;
  40. font-weight: bold!important;
  41. }
  42. .color_primary-o {
  43. border: 1px solid #FF00B9!important;
  44. color: #FF00B9!important;
  45. background: rgba(0,0,0,0)!important;
  46. }
  47. .color_input {
  48. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
  49. background: #78a9ac; /* Old browsers */
  50. background: -moz-linear-gradient(left, #78a9ac 0%, #78a9ac 98%); /* FF3.6-15 */
  51. background: -webkit-linear-gradient(left, #78a9ac 0%,#78a9ac 98%); /* Chrome10-25,Safari5.1-6 */
  52. background: linear-gradient(to right, #78a9ac 0%,#78a9ac 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  53. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a9ac', endColorstr='#78a9ac',GradientType=1 ); /* IE6-9 */
  54. color: #000000!important;
  55. }
  56. .invisible {
  57. display: none!important;
  58. }
  59. .disable-selection {
  60. -moz-user-select: none; /* Firefox */
  61. -ms-user-select: none; /* Internet Explorer */
  62. -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  63. -webkit-user-select: none; /* Chrome, Safari, and Opera */
  64. -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  65. }
  66. .balanceBox {
  67. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
  68. background: #cc66ff; /* Old browsers */
  69. background: -moz-linear-gradient(left, #cc66ff 0%, #FF00B9 98%); /* FF3.6-15 */
  70. background: -webkit-linear-gradient(left, #cc66ff 0%,#FF00B9 98%); /* Chrome10-25,Safari5.1-6 */
  71. background: linear-gradient(to right, #cc66ff 0%,#FF00B9 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  72. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', endColorstr='#FF00B9',GradientType=1 ); /* IE6-9 */
  73. color: #ffffff!important;
  74. text-align: center;
  75. border-radius: 5px;
  76. padding: 10px;
  77. /* box-shadow: 0px 0px 30px grey; */
  78. }
  79. .balanceBox > h3 {
  80. font-weight: 900;
  81. }
  82. .alertBox {
  83. border: 1px #FF00B9 solid;
  84. border-radius: 5px;
  85. padding: 20px;
  86. color: #FF00B9;
  87. }
  88. .logs {
  89. background:#000000;
  90. padding:10px;
  91. margin-top:20px;
  92. font-family: "Courier";
  93. max-height: 300px;
  94. overflow-y: scroll;
  95. }