not really known
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.

172 lines
3.3 KiB

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #abacus-button {
  5. background-image: url(../icons/abacus-list.svg);
  6. }
  7. #settings-button {
  8. background-image: url(../icons/custom.svg);
  9. }
  10. #clear-button {
  11. background-image: url(../icons/edit-clear.svg);
  12. }
  13. #copy-button {
  14. background-image: url(../icons/tool-copy.svg);
  15. }
  16. #decimal-button {
  17. background-image: url(../icons/decimal.svg);
  18. width: 47px;
  19. height: 47px;
  20. margin: 4px 2px;
  21. background-position: center;
  22. background-repeat: no-repeat;
  23. background-size: contain;
  24. border-radius: 5.5px;
  25. background-color: #C0C0C0;
  26. }
  27. #soroban-button {
  28. background-image: url(../icons/soroban.svg);
  29. width: 47px;
  30. height: 47px;
  31. margin: 4px 2px;
  32. background-position: center;
  33. background-repeat: no-repeat;
  34. background-size: contain;
  35. border-radius: 5.5px;
  36. background-color: #C0C0C0;
  37. }
  38. #suanpan-button {
  39. background-image: url(../icons/suanpan.svg);
  40. width: 47px;
  41. height: 47px;
  42. margin: 4px 2px;
  43. background-position: center;
  44. background-repeat: no-repeat;
  45. background-size: contain;
  46. border-radius: 5.5px;
  47. background-color: #C0C0C0;
  48. }
  49. #nepo-button {
  50. background-image: url(../icons/nepohualtzintzin.svg);
  51. width: 47px;
  52. height: 47px;
  53. margin: 4px 2px;
  54. background-position: center;
  55. background-repeat: no-repeat;
  56. background-size: contain;
  57. border-radius: 5.5px;
  58. background-color: #C0C0C0;
  59. }
  60. #hex-button {
  61. background-image: url(../icons/hexadecimal.svg);
  62. width: 47px;
  63. height: 47px;
  64. margin: 4px 2px;
  65. background-position: center;
  66. background-repeat: no-repeat;
  67. background-size: contain;
  68. border-radius: 5.5px;
  69. background-color: #C0C0C0;
  70. }
  71. #binary-button {
  72. background-image: url(../icons/binary.svg);
  73. width: 47px;
  74. height: 47px;
  75. margin: 4px 2px;
  76. background-position: center;
  77. background-repeat: no-repeat;
  78. background-size: contain;
  79. border-radius: 5.5px;
  80. background-color: #C0C0C0;
  81. }
  82. #schety-button {
  83. background-image: url(../icons/schety.svg);
  84. width: 47px;
  85. height: 47px;
  86. margin: 4px 2px;
  87. background-position: center;
  88. background-repeat: no-repeat;
  89. background-size: contain;
  90. border-radius: 5.5px;
  91. background-color: #C0C0C0;
  92. }
  93. #fractions-button {
  94. background-image: url(../icons/fraction.svg);
  95. width: 47px;
  96. height: 47px;
  97. margin: 4px 2px;
  98. background-position: center;
  99. background-repeat: no-repeat;
  100. background-size: contain;
  101. border-radius: 5.5px;
  102. background-color: #C0C0C0;
  103. }
  104. #caacupe-button {
  105. background-image: url(../icons/caacupe.svg);
  106. width: 47px;
  107. height: 47px;
  108. margin: 4px 2px;
  109. background-position: center;
  110. background-repeat: no-repeat;
  111. background-size: contain;
  112. border-radius: 5.5px;
  113. background-color: #C0C0C0;
  114. }
  115. #rods-button {
  116. background-image: url(../icons/cuisenaire.svg);
  117. width: 47px;
  118. height: 47px;
  119. margin: 4px 2px;
  120. background-position: center;
  121. background-repeat: no-repeat;
  122. background-size: contain;
  123. border-radius: 5.5px;
  124. background-color: #C0C0C0;
  125. }
  126. #custom-button {
  127. background-image: url(../icons/custom.svg);
  128. width: 47px;
  129. height: 47px;
  130. margin: 4px 2px;
  131. background-position: center;
  132. background-repeat: no-repeat;
  133. background-size: contain;
  134. border-radius: 5.5px;
  135. background-color: #C0C0C0;
  136. }
  137. #new-button {
  138. background-image: url(../icons/new-abacus.svg);
  139. width: 47px;
  140. height: 47px;
  141. margin: 4px 2px;
  142. background-position: center;
  143. background-repeat: no-repeat;
  144. background-size: contain;
  145. border-radius: 5.5px;
  146. }
  147. #canvas {
  148. overflow-x: hidden;
  149. overflow-y: hidden;
  150. z-index: 0;
  151. }
  152. #copytext {
  153. z-index: -1;
  154. }