twentytwelve.css 721 B

123456789101112131415161718192021222324252627282930313233
  1. /* =Infinity Styles
  2. -------------------------------------------------------------- */
  3. .infinite-scroll .site-content:after {
  4. clear: both;
  5. content: '';
  6. display: block;
  7. }
  8. .infinite-wrap {
  9. border-top: 0;
  10. }
  11. .infinite-scroll.neverending .site-content {
  12. margin-bottom: 48px;
  13. margin-bottom: 3.428571429rem;
  14. }
  15. /* Elements to hide: post navigation, regular footer */
  16. .infinite-scroll #nav-below,
  17. .infinite-scroll.neverending #colophon {
  18. display: none;
  19. }
  20. /* Hooks to infinity-end body class to restore footer */
  21. .infinity-end.neverending #colophon {
  22. display: block;
  23. }
  24. /* For responsive CSS */
  25. @media (max-width: 599px) {
  26. .infinite-scroll #infinite-handle {
  27. padding-bottom: 48px;
  28. padding-bottom: 3.428571429rem;
  29. }
  30. }