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.

39 lines
880 B

  1. html, body {
  2. margin: 0;
  3. padding: 0;
  4. height: 100%;
  5. width: 100%; }
  6. body {
  7. background-color: #333; }
  8. .hex {
  9. float: left;
  10. margin-left: 3px;
  11. margin-bottom: -26px; }
  12. .hex .top, .hex.disabled .top {
  13. width: 0;
  14. border-bottom: 30.02221px solid #6C6;
  15. border-left: 52px solid transparent;
  16. border-right: 52px solid transparent; }
  17. .hex .middle {
  18. width: 104px;
  19. height: 60.04443px;
  20. background: #6C6; }
  21. .hex .bottom {
  22. width: 0;
  23. border-top: 30.02221px solid #6C6;
  24. border-left: 52px solid transparent;
  25. border-right: 52px solid transparent; }
  26. .hex.disabled .top {
  27. border-bottom-color: #efefef; }
  28. .hex.disabled .middle {
  29. background: #efefef; }
  30. .hex.disabled .bottom {
  31. border-top-color: #efefef; }
  32. .hex-row {
  33. clear: left; }
  34. .hex-row.even {
  35. margin-left: 53px; }
  36. /*# sourceMappingURL=style.css.map */