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.

34 lines
478 B

  1. #bar {
  2. margin: 30px /* affects top/bottom & left/right alignment */
  3. }
  4. button, image {
  5. background: none;
  6. border-style: none;
  7. box-shadow: none;
  8. color:#eceff4;
  9. }
  10. button {
  11. padding-left: 10px;
  12. padding-right: 10px;
  13. margin: 5px
  14. }
  15. button:hover {
  16. background-color: #17917a;
  17. }
  18. button:focus {
  19. background-color: #17917a;
  20. }
  21. grid {
  22. background-color: #1d2021;
  23. border-radius: 5px;
  24. padding: 5px;
  25. box-shadow: 0 0 5px black;
  26. /* e.g. for common background to all buttons */
  27. }