app.css 716 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #main article li.contrast {
  2. font-size: 0.95em;
  3. }
  4. #main article li.feature strong {
  5. display: block;
  6. }
  7. #touchevents-console {
  8. background: #292f34;
  9. color: white;
  10. font-size: 3.0em;
  11. line-height: 2.2em;
  12. text-align: center;
  13. }
  14. li {
  15. padding-top: 128px !important;
  16. padding-bottom: 128px !important;
  17. }
  18. #touchevents .list li:not(.anchor) {
  19. padding: 64px 8px;
  20. }
  21. #scroll h1 {
  22. line-height: 44px;
  23. background: black;
  24. color: white;
  25. text-indent: 10px;
  26. }
  27. #scroll img {
  28. min-width: 256px;
  29. min-height: 128px;
  30. background: #333;
  31. }
  32. #scroll .anchor img {
  33. width: 100%;
  34. margin-bottom: 4px;
  35. }
  36. #scroll .horizontal img {
  37. height: 100%;
  38. margin-right: 4px;
  39. }