app.css 680 B

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