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.

111 lines
2.3 KiB

  1. .toolbar {
  2. height: auto !important;
  3. min-height: 55px !important;
  4. }
  5. #main-toolbar #activity-button {
  6. background-image: url(../activity/activity-icon.svg);
  7. }
  8. #main-toolbar #network-button {
  9. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
  10. }
  11. #main-toolbar #game-templates-button {
  12. background-image: url(../icons/memorize-collection.svg);
  13. }
  14. #main-toolbar #game-size-button {
  15. background-image: url(../icons/4x4.svg);
  16. background-size: contain !important;
  17. background-repeat: no-repeat !important;
  18. }
  19. #main-toolbar #game-reset-button {
  20. background-image: url(../icons/game-new.svg);
  21. }
  22. #main-toolbar #game-editor-button {
  23. background-image: url(../icons/cog.svg);
  24. }
  25. #main-toolbar #game-editor-insert-mode-button {
  26. background-image: url(../icons/pair-equals.svg);
  27. }
  28. #main-toolbar #game-editor-play-mode-button {
  29. background-image: url(../icons/grouped_game1.svg);
  30. }
  31. #main-toolbar #game-editor-clear-button {
  32. background-image: url(../icons/edit-clear.svg);
  33. }
  34. #private-button {
  35. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
  36. width: 47px;
  37. height: 47px;
  38. margin: 4px 2px;
  39. color: white;
  40. color: transparent;
  41. background-color: transparent;
  42. background-position: center;
  43. background-repeat: no-repeat;
  44. background-size: contain;
  45. border: 0;
  46. border-radius: 5.5px;
  47. }
  48. #shared-button {
  49. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-neighborhood.svg);
  50. width: 47px;
  51. height: 47px;
  52. margin: 4px 2px;
  53. color: white;
  54. color: transparent;
  55. background-color: transparent;
  56. background-position: center;
  57. background-repeat: no-repeat;
  58. background-size: contain;
  59. border: 0;
  60. border-radius: 5.5px;
  61. }
  62. #game-templates-button {
  63. background-repeat: no-repeat;
  64. background-position: center center;
  65. }
  66. #game-players {
  67. background: #005983;
  68. position:fixed;
  69. bottom:0;
  70. width:100%;
  71. height:56px;
  72. }
  73. .palette .wrapper {
  74. min-width: 10px;
  75. padding: 5px;
  76. }
  77. input[type='text'] {
  78. color: #000 !important;
  79. }
  80. textarea {
  81. color: #000 !important;
  82. }
  83. @media screen and (min-width: 590px) and (max-width: 654px){
  84. .toolbar{
  85. padding: 0 25px;
  86. }
  87. }
  88. @media screen and (min-width: 275px) and (max-width: 326px){
  89. .toolbar{
  90. padding: 0 20px;
  91. }
  92. }