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.

82 lines
1.7 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. #popdown-palette
  16. display: none
  17. position: absolute
  18. z-index: 9999
  19. top: 0
  20. left: 0
  21. width: 100%
  22. max-height: 100%
  23. overflow-y: scroll
  24. background: rgba(255, 255, 255, 0.85)
  25. &:last-child
  26. margin-bottom: 2.5em
  27. &.show
  28. display: block
  29. &.show ~ .canvasHolder
  30. filter: blur(10px)
  31. -webkit-filter: blur(10px)
  32. ul
  33. display: none
  34. .palette.show ul
  35. display: block
  36. li
  37. list-style: none
  38. h2
  39. border-bottom: 1px solid #444
  40. width: 80%
  41. padding: 0 10%
  42. span
  43. vertical-align: 60%
  44. img
  45. display: block
  46. float: right
  47. .palette.show .show-button
  48. display: none
  49. .palette:not(.show)
  50. .hide-button, .popout-button
  51. display: none
  52. div.back
  53. display: block
  54. position: fixed
  55. height: 2.5em
  56. width: 100%
  57. top: calc(100% - 2.5em)
  58. background-color: #999
  59. h2
  60. margin-top: 0.25em
  61. border-bottom: none !important
  62. color: white
  63. &:active
  64. background-color: black