mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
82 lines
1.4 KiB
Stylus
82 lines
1.4 KiB
Stylus
#pagination
|
|
overflow: hidden
|
|
margin-top: 1rem
|
|
width: 100%
|
|
|
|
.pagination
|
|
text-align: center
|
|
|
|
.page-number
|
|
display: inline-block
|
|
margin: 0 .2rem
|
|
min-width: w = 1.2rem
|
|
height: w
|
|
text-align: center
|
|
line-height: w
|
|
cursor: pointer
|
|
|
|
&.current
|
|
background: $theme-paginator-color
|
|
color: var(--white)
|
|
cursor: default
|
|
|
|
img.prev-cover,
|
|
img.next-cover
|
|
position: absolute
|
|
width: 100%
|
|
height: 100%
|
|
opacity: .4
|
|
transition: all .6s
|
|
object-fit: cover
|
|
|
|
.pagination-info
|
|
position: absolute
|
|
top: 50%
|
|
padding: 1rem 2rem
|
|
width: 100%
|
|
transform: translate(0, -50%)
|
|
|
|
.prev_info,
|
|
.next_info
|
|
@extend .limit-one-line
|
|
color: var(--white)
|
|
font-weight: 500
|
|
|
|
.next-post
|
|
.pagination-info
|
|
text-align: right
|
|
|
|
.pull-full
|
|
width: 100% !important
|
|
|
|
.prev-post .label,
|
|
.next-post .label
|
|
color: var(--light-grey)
|
|
text-transform: uppercase
|
|
font-size: 90%
|
|
|
|
.prev-post,
|
|
.next-post
|
|
width: 50%
|
|
|
|
a
|
|
position: relative
|
|
display: block
|
|
overflow: hidden
|
|
height: 150px
|
|
|
|
&:hover
|
|
img.prev-cover,
|
|
img.next-cover
|
|
opacity: .8
|
|
transform: scale(1.1)
|
|
|
|
&.pagination-post
|
|
margin: 2rem 0 !important
|
|
background: $dark-black
|
|
|
|
@media screen and (max-width: 768px)
|
|
.prev-post,
|
|
.next-post
|
|
width: 100% !important
|