twentyeleven.css
5 years ago
twentyeleven.php
4 years ago
twentyfifteen-rtl.css
11 years ago
twentyfifteen.css
11 years ago
twentyfifteen.php
4 years ago
twentyfourteen.css
11 years ago
twentyfourteen.php
4 years ago
twentyseventeen-rtl.css
9 years ago
twentyseventeen.css
9 years ago
twentyseventeen.php
4 years ago
twentysixteen-rtl.css
10 years ago
twentysixteen.css
10 years ago
twentysixteen.php
4 years ago
twentyten.css
11 years ago
twentyten.php
4 years ago
twentythirteen.css
13 years ago
twentythirteen.php
4 years ago
twentytwelve.css
11 years ago
twentytwelve.php
4 years ago
twentytwelve.css
33 lines
| 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 | |
| 16 | /* Elements to hide: post navigation, regular footer */ |
| 17 | .infinite-scroll #nav-below, |
| 18 | .infinite-scroll.neverending #colophon { |
| 19 | display: none; |
| 20 | } |
| 21 | |
| 22 | /* Hooks to infinity-end body class to restore footer */ |
| 23 | .infinity-end.neverending #colophon { |
| 24 | display: block; |
| 25 | } |
| 26 | |
| 27 | /* For responsive CSS */ |
| 28 | @media (max-width: 599px) { |
| 29 | .infinite-scroll #infinite-handle { |
| 30 | padding-bottom: 48px; |
| 31 | padding-bottom: 3.428571429rem; |
| 32 | } |
| 33 | } |