twentyeleven.css
7 months ago
twentyeleven.php
7 months ago
twentyfifteen-rtl.css
11 years ago
twentyfifteen.css
7 months ago
twentyfifteen.php
7 months ago
twentyfourteen.css
7 months ago
twentyfourteen.php
7 months ago
twentyseventeen-rtl.css
9 years ago
twentyseventeen.css
7 months ago
twentyseventeen.php
7 months ago
twentysixteen-rtl.css
10 years ago
twentysixteen.css
7 months ago
twentysixteen.php
7 months ago
twentyten.css
7 months ago
twentyten.php
7 months ago
twentythirteen.css
7 months ago
twentythirteen.php
7 months ago
twentytwelve.css
7 months ago
twentytwelve.php
7 months ago
twentytwelve.css
37 lines
| 1 | /* =Infinity Styles |
| 2 | -------------------------------------------------------------- */ |
| 3 | .infinite-scroll .site-content::after { |
| 4 | clear: both; |
| 5 | content: ""; |
| 6 | display: block; |
| 7 | } |
| 8 | |
| 9 | .infinite-wrap { |
| 10 | border-top: 0; |
| 11 | } |
| 12 | |
| 13 | .infinite-scroll.neverending .site-content { |
| 14 | margin-bottom: 48px; |
| 15 | margin-bottom: 3.428571429rem; |
| 16 | } |
| 17 | |
| 18 | /* Elements to hide: post navigation, regular footer */ |
| 19 | .infinite-scroll #nav-below, |
| 20 | .infinite-scroll.neverending #colophon { |
| 21 | display: none; |
| 22 | } |
| 23 | |
| 24 | /* Hooks to infinity-end body class to restore footer */ |
| 25 | .infinity-end.neverending #colophon { |
| 26 | display: block; |
| 27 | } |
| 28 | |
| 29 | /* For responsive CSS */ |
| 30 | @media (max-width: 599px) { |
| 31 | |
| 32 | .infinite-scroll #infinite-handle { |
| 33 | padding-bottom: 48px; |
| 34 | padding-bottom: 3.428571429rem; |
| 35 | } |
| 36 | } |
| 37 |