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
twentyten.css
31 lines
| 1 | /* =Infinity Styles |
| 2 | -------------------------------------------------------------- */ |
| 3 | .infinite-scroll #wrapper { |
| 4 | margin-bottom: 40px; |
| 5 | } |
| 6 | |
| 7 | .infinite-scroll #content { |
| 8 | margin-bottom: 50px; |
| 9 | } |
| 10 | |
| 11 | .infinite-scroll #content .infinite-wrap { |
| 12 | padding-top: 0; |
| 13 | border-top: 0; |
| 14 | } |
| 15 | |
| 16 | /* Elements to hide */ |
| 17 | .infinite-scroll #nav-above, |
| 18 | .infinite-scroll #nav-below, |
| 19 | .infinite-scroll.neverending #footer { |
| 20 | display: none; |
| 21 | } |
| 22 | |
| 23 | /* Restore the footer when IS is finished */ |
| 24 | .infinity-end.neverending #footer { |
| 25 | display: block; |
| 26 | } |
| 27 | |
| 28 | #infinite-footer .blog-info a { |
| 29 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 30 | } |
| 31 |