app.css 762 B

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