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.

110 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. .balanceBox {
  64. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc66ff+0,FF00B9+98 */
  65. background: #cc66ff; /* Old browsers */
  66. background: -moz-linear-gradient(left, #cc66ff 0%, #FF00B9 98%); /* FF3.6-15 */
  67. background: -webkit-linear-gradient(left, #cc66ff 0%,#FF00B9 98%); /* Chrome10-25,Safari5.1-6 */
  68. background: linear-gradient(to right, #cc66ff 0%,#FF00B9 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  69. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', endColorstr='#FF00B9',GradientType=1 ); /* IE6-9 */
  70. color: #ffffff!important;
  71. text-align: center;
  72. border-radius: 5px;
  73. padding: 10px;
  74. /* box-shadow: 0px 0px 30px grey; */
  75. }
  76. .balanceBox > h3 {
  77. font-weight: 900;
  78. }
  79. .alertBox {
  80. border: 1px #FF00B9 solid;
  81. border-radius: 5px;
  82. padding: 20px;
  83. color: #FF00B9;
  84. }
  85. .logs {
  86. background:#000000;
  87. padding:10px;
  88. margin-top:20px;
  89. font-family: "Courier";
  90. max-height: 300px;
  91. overflow-y: scroll;
  92. }