app.css 624 B

123456789101112131415161718192021222324252627282930313233343536
  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 .anchor img { width: 100%; }
  30. #scroll .horizontal img { height: 100%; }