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.

225 lines
4.6 KiB

  1. /*@media screen and (max-width: 1000px) {*/
  2. .toolbar {
  3. /*padding: 0 10px !important;*/
  4. }
  5. .palette .wrapper {
  6. max-width: none !important;
  7. }
  8. /*}*/
  9. #insertimage-button, #colors-button-fill, #colors-button-stroke, #undo-button, #redo-button, #size-button, #pen-button, #eraser-button, #stamps-button, #text-button, #drawings-button, #bucket-button, #filters-button, #copy-button, #paste-button, #clear-button {
  10. display: none;
  11. }
  12. @media only screen and (min-width: 330px) {
  13. #pen-button {
  14. display: inline-block;
  15. }
  16. }
  17. @media only screen and (min-width: 385px) {
  18. #colors-button-fill {
  19. display: inline-block;
  20. }
  21. }
  22. @media only screen and (min-width: 440px) {
  23. #colors-button-stroke {
  24. display: inline-block;
  25. }
  26. }
  27. @media only screen and (min-width: 490px) {
  28. #eraser-button {
  29. display: inline-block;
  30. }
  31. }
  32. @media only screen and (min-width: 550px) {
  33. #size-button {
  34. display: inline-block;
  35. }
  36. }
  37. @media only screen and (min-width: 601px) {
  38. #insertimage-button {
  39. display: inline-block;
  40. }
  41. }
  42. @media only screen and (min-width: 715px) {
  43. #stamps-button {
  44. display: inline-block;
  45. }
  46. }
  47. @media only screen and (min-width: 1147px) {
  48. #filters-button {
  49. display: inline-block;
  50. }
  51. }
  52. @media only screen and (min-width: 770px) {
  53. #text-button {
  54. display: inline-block;
  55. }
  56. }
  57. @media only screen and (min-width: 825px) {
  58. #drawings-button {
  59. display: inline-block;
  60. }
  61. }
  62. @media only screen and (min-width: 880px) {
  63. #bucket-button {
  64. display: inline-block;
  65. }
  66. }
  67. @media only screen and (min-width: 935px) {
  68. #undo-button {
  69. display: inline-block;
  70. }
  71. }
  72. @media only screen and (min-width: 990px) {
  73. #redo-button {
  74. display: inline-block;
  75. }
  76. }
  77. @media only screen and (min-width: 1038px) {
  78. #copy-button {
  79. display: inline-block;
  80. }
  81. }
  82. @media only screen and (min-width: 1090px) {
  83. #paste-button {
  84. display: inline-block;
  85. }
  86. }
  87. @media only screen and (min-width: 660px) {
  88. #clear-button {
  89. display: inline-block;
  90. }
  91. }
  92. #main-toolbar {
  93. overflow: hidden;
  94. }
  95. #main-toolbar #network-button {
  96. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
  97. }
  98. #private-button {
  99. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
  100. width: 47px;
  101. height: 47px;
  102. margin: 4px 2px;
  103. color: white;
  104. color: transparent;
  105. background-color: transparent;
  106. background-position: center;
  107. background-repeat: no-repeat;
  108. background-size: contain;
  109. border: 0;
  110. border-radius: 5.5px;
  111. }
  112. #shared-button {
  113. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-neighborhood.svg);
  114. width: 47px;
  115. height: 47px;
  116. margin: 4px 2px;
  117. color: white;
  118. color: transparent;
  119. background-color: transparent;
  120. background-position: center;
  121. background-repeat: no-repeat;
  122. background-size: contain;
  123. border: 0;
  124. border-radius: 5.5px;
  125. }
  126. #main-toolbar #activity-button {
  127. background-image: url(../activity/activity-icon.svg);
  128. }
  129. #main-toolbar #pen-button {
  130. background-image: url(../icons/tool-pencil.svg);
  131. }
  132. #main-toolbar #eraser-button {
  133. background-image: url(../icons/tool-eraser.svg);
  134. }
  135. #main-toolbar #stamps-button {
  136. background-image: url(../icons/tool-stamp.svg);
  137. }
  138. #main-toolbar #size-button {
  139. background-image: url(../icons/size-1.svg);
  140. }
  141. #main-toolbar #insertimage-button {
  142. background-image: url(../icons/insert-image.svg);
  143. }
  144. #main-toolbar #text-button {
  145. background-image: url(../icons/tool-write.svg);
  146. }
  147. #main-toolbar #undo-button {
  148. background-image: url(../icons/edit-undo.svg);
  149. }
  150. #main-toolbar #redo-button {
  151. background-image: url(../icons/edit-redo.svg);
  152. }
  153. #main-toolbar #drawings-button {
  154. background-image: url(../icons/picture-icon.svg);
  155. }
  156. #main-toolbar #bucket-button {
  157. background-image: url(../icons/tool-bucket.svg);
  158. }
  159. #main-toolbar #filters-button {
  160. background-image: url(../icons/tool-effects.svg);
  161. }
  162. #main-toolbar #copy-button {
  163. background-image: url(../icons/tool-copy.svg);
  164. }
  165. #main-toolbar #paste-button {
  166. background-image: url(../icons/tool-paste.svg);
  167. }
  168. #main-toolbar #clear-button {
  169. background-image: url(../icons/edit-clear.svg);
  170. }
  171. #main-toolbar {}
  172. .palette .colors {
  173. list-style-type: none;
  174. border-spacing: 0;
  175. border-collapse: collapse;
  176. margin: 0;
  177. }
  178. .palette .colors button {
  179. width: 44px;
  180. height: 44px;
  181. padding: 0;
  182. border-color: white;
  183. margin-left: 5.5px;
  184. margin-top: 5.5px;
  185. }
  186. .palette .colors tr:nth-last-child(1) button {
  187. margin-bottom: 5.5px;
  188. }
  189. .palette .stamps {
  190. list-style-type: none;
  191. border-spacing: 0;
  192. border-collapse: collapse;
  193. margin: 0;
  194. }
  195. .palette .stamps button {
  196. width: 44px;
  197. height: 44px;
  198. padding: 0;
  199. border-color: white;
  200. margin-left: 5.5px;
  201. margin-top: 5.5px;
  202. }
  203. .palette .stamps tr:nth-last-child(1) button {
  204. margin-bottom: 5.5px;
  205. }