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
twentyeleven.css
46 lines
| 1 | /* =Infinity Styles |
| 2 | -------------------------------------------------------------- */ |
| 3 | .infinite-scroll #main:after { |
| 4 | clear: both; |
| 5 | content: ''; |
| 6 | display: block; |
| 7 | } |
| 8 | .infinite-scroll #content { |
| 9 | margin-bottom: 40px; |
| 10 | } |
| 11 | .infinite-scroll.neverending #content { |
| 12 | margin-bottom: 70px; |
| 13 | } |
| 14 | .infinite-scroll .infinite-wrap { |
| 15 | border-top: none; |
| 16 | padding-top: 0; |
| 17 | } |
| 18 | .infinite-scroll .infinite-wrap .hentry:last-child { |
| 19 | border-bottom: 1px solid #dcdcde; |
| 20 | } |
| 21 | .infinite-scroll .infinite-wrap:last-of-type .hentry:last-child { |
| 22 | border-bottom: none; |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * Elements to hide: |
| 27 | * (footer widgets, post navigation, regular footer) |
| 28 | */ |
| 29 | .infinite-scroll.neverending #colophon #supplementary, |
| 30 | .infinite-scroll #nav-below, |
| 31 | .infinite-scroll.neverending #colophon { |
| 32 | display: none; |
| 33 | } |
| 34 | |
| 35 | /* Hooks to infinity-end body class to restore footer */ |
| 36 | .infinity-end.neverending #colophon { |
| 37 | display: block; |
| 38 | } |
| 39 | |
| 40 | /* For responsive CSS */ |
| 41 | @media (max-width: 800px) { |
| 42 | .infinite-scroll #infinite-handle { |
| 43 | padding-bottom: 40px; |
| 44 | } |
| 45 | } |
| 46 |