4chan-x/src/General/css/padding.pages.css
2013-08-21 11:40:06 -07:00

16 lines
525 B
CSS

.fourchan-ss-navigation.index.pagination-sticky-top body::before,
.fourchan-ss-navigation.index.pagination-top body::before {
top: #{pageHeight}px;
}
.fourchan-ss-navigation.index.pagination-sticky-bottom body::before,
.fourchan-ss-navigation.index.pagination-bottom body::before {
bottom: #{pageHeight}px;
}
.index.pagination-sticky-top body,
.index.pagination-top body {
padding-top: #{pageHeight + 1}px;
}
.index.pagination-sticky-bottom body,
.index.pagination-bottom body {
padding-bottom: #{pageHeight + 1}px;
}