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.

61 lines
1.6 KiB

  1. // Copyright (C) 2015 Sam Parkinson
  2. //
  3. // This program is free software: you can redistribute it and/or modify
  4. // it under the terms of the GNU General Public License as published by
  5. // the Free Software Foundation, either version 3 of the License, or
  6. // (at your option) any later version.
  7. //
  8. // This program is distributed in the hope that it will be useful,
  9. // but WITHOUT ANY WARRANTY without even the implied warranty of
  10. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. // GNU General Public License for more details.
  12. //
  13. // You should have received a copy of the GNU General Public License
  14. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. @import popdown
  16. @import planet
  17. #loading-image-container
  18. z-index: 99999
  19. body
  20. background-color: #99CCFF
  21. padding: 0
  22. margin: 0
  23. font-family: sans-serif
  24. overflow: hidden
  25. &.samples-shown
  26. overflow-y: scroll
  27. background: white !important
  28. input.text
  29. background-color: #987aff
  30. text-align: center
  31. font-weight: bold !important
  32. resize: none !important
  33. padding: 0 !important
  34. border: 0 !important
  35. width: 100px
  36. input.number
  37. background-color: #ff00ff !important
  38. text-align: center
  39. font-weight: bold !important
  40. resize: none !important
  41. padding: 0 !important
  42. border: 0 !important
  43. width: 100px
  44. .helpDiv
  45. float: right
  46. position: absolute
  47. margin-top: 57px
  48. z-index: -1
  49. #canvas
  50. // overwrite the definition in sugar-web/graphics/css/sugar.css
  51. // to workaroud a bug affecting webkit on android 4.1/4.2
  52. // https://code.google.com/p/android/issues/detail?id=41312
  53. overflow-y: visible