Add Tsu theme
This commit is contained in:
22
themes/hexo-theme-Tsu/source/styles/paginator.styl
Normal file
22
themes/hexo-theme-Tsu/source/styles/paginator.styl
Normal file
@@ -0,0 +1,22 @@
|
||||
.page-nav, .paginator {
|
||||
padding-bottom: 10px;
|
||||
.next {
|
||||
margin-right: 16px;
|
||||
float: right;
|
||||
&:hover {
|
||||
transition: .2s ease-out;
|
||||
transform: translateX(5px);}
|
||||
}
|
||||
.prev {
|
||||
margin-left: 16px;
|
||||
float: left;
|
||||
&:hover {
|
||||
transition: .2s ease-out;
|
||||
transform: translateX(-5px);}
|
||||
}
|
||||
}
|
||||
.post-nav {
|
||||
padding: 15px 18px
|
||||
a::before {
|
||||
content: '#'
|
||||
}}
|
Reference in New Issue
Block a user