app.css 571 B

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