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.

234 lines
4.2 KiB

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #main-toolbar #edit-undo {
  5. background-image: url(../icons/undo.svg);
  6. }
  7. #main-toolbar #edit-redo {
  8. background-image: url(../icons/redo.svg);
  9. }
  10. #main-toolbar #edit-copy {
  11. background-image: url(../icons/copy.svg);
  12. }
  13. #main-toolbar #edit-paste {
  14. background-image: url(../icons/paste.svg);
  15. }
  16. #main-toolbar #format-text {
  17. background-image: url(../icons/format-text.svg);
  18. }
  19. #main-toolbar #paragraph {
  20. background-image: url(../icons/paragraph.svg);
  21. }
  22. #main-toolbar #list {
  23. background-image: url(../icons/list-none.svg);
  24. }
  25. #main-toolbar #font-button {
  26. background-image: url(../icons/font-text.svg);
  27. }
  28. #main-toolbar #resize-inc{
  29. background-image: url(../icons/resize+.svg);
  30. }
  31. #main-toolbar #resize-dec{
  32. background-image: url(../icons/resize-.svg);
  33. }
  34. #main-toolbar #insert-picture {
  35. background-image: url(../icons/insert-picture.svg);
  36. }
  37. #main-toolbar #export {
  38. background-image: url(../icons/file-export.svg);
  39. }
  40. #main-toolbar #network-button {
  41. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
  42. }
  43. #private-button {
  44. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
  45. width: 47px;
  46. height: 47px;
  47. margin: 4px 2px;
  48. color: white;
  49. color: transparent;
  50. background-color: transparent;
  51. background-position: center;
  52. background-repeat: no-repeat;
  53. background-size: contain;
  54. border: 0;
  55. border-radius: 5.5px;
  56. }
  57. #shared-button {
  58. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-neighborhood.svg);
  59. width: 47px;
  60. height: 47px;
  61. margin: 4px 2px;
  62. color: white;
  63. color: transparent;
  64. background-color: transparent;
  65. background-position: center;
  66. background-repeat: no-repeat;
  67. background-size: contain;
  68. border: 0;
  69. border-radius: 5.5px;
  70. }
  71. #editor{
  72. font-size: 24px;
  73. font-family: Arial, Helvetica, sans-serif;
  74. }
  75. .palette-button {
  76. width: 47px;
  77. height: 47px;
  78. color: transparent;
  79. background-position: center;
  80. background-repeat: no-repeat;
  81. background-size: contain;
  82. border: 0;
  83. border-radius: 5.5px;
  84. margin: 4px;
  85. }
  86. .palette-button-2 {
  87. width: 80px;
  88. height: 40px;
  89. margin-left: 25px;
  90. color: transparent;
  91. background-size: 59px;
  92. border: 0;
  93. border-radius: 5.5px;
  94. display: block;
  95. }
  96. .filter-item {
  97. color: white;
  98. font-size: 12pt;
  99. }
  100. .palette-button-notselected {
  101. background-color: transparent;
  102. }
  103. .colorpalette {
  104. z-index: 20;
  105. }
  106. .palette .colors {
  107. list-style-type: none;
  108. border-spacing: 0;
  109. border-collapse: collapse;
  110. margin: 0;
  111. }
  112. .palette .colors button {
  113. width: 44px;
  114. height: 44px;
  115. padding: 0;
  116. border-color: white;
  117. margin-left: 5.5px;
  118. margin-top: 5.5px;
  119. }
  120. .palette .colors tr:nth-last-child(1) button {
  121. margin-bottom: 5.5px;
  122. }
  123. .ql-font-arial {
  124. font-family: 'Arial';
  125. }
  126. .ql-font-Verdana {
  127. font-family: Verdana, Geneva, Tahoma, sans-serif;
  128. }
  129. .ql-font-comic {
  130. font-family: 'Comic Sans MS';
  131. }
  132. #edit-undo,#edit-redo, #edit-copy, #edit-paste, #format-text , #paragraph ,#list,#font-button,#resize-inc,#resize-dec,#insert-picture,#insert-table,#export,#color-button-1,#color-button-2{
  133. display: none;
  134. }
  135. @media only screen and (min-width: 330px) {
  136. #color-button-1 {
  137. display: inline-block;
  138. }
  139. }
  140. @media only screen and (min-width: 385px) {
  141. #color-button-2 {
  142. display: inline-block;
  143. }
  144. }
  145. @media only screen and (min-width: 440px) {
  146. #format-text {
  147. display: inline-block;
  148. }
  149. }
  150. @media only screen and (min-width: 510px) {
  151. #paragraph {
  152. display: inline-block;
  153. }
  154. }
  155. @media only screen and (min-width: 570px) {
  156. #list {
  157. display: inline-block;
  158. }
  159. }
  160. @media only screen and (min-width: 715px) {
  161. #resize-inc {
  162. display: inline-block;
  163. }
  164. #font-button {
  165. display: inline-block;
  166. }
  167. #resize-dec {
  168. display: inline-block;
  169. }
  170. }
  171. @media only screen and (min-width: 800px) {
  172. #insert-picture {
  173. display: inline-block;
  174. }
  175. }
  176. @media only screen and (min-width: 880px) {
  177. #edit-undo {
  178. display: inline-block;
  179. }
  180. #edit-redo {
  181. display: inline-block;
  182. }
  183. }
  184. @media only screen and (min-width: 980px) {
  185. #edit-copy {
  186. display: inline-block;
  187. }
  188. #edit-paste {
  189. display: inline-block;
  190. }
  191. }
  192. @media only screen and (min-width: 1042px) {
  193. #export {
  194. display: inline-block;
  195. }
  196. }