mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 06:00:54 +00:00
added a theme
This commit is contained in:
43
sass/parts/_index.scss
Normal file
43
sass/parts/_index.scss
Normal file
@ -0,0 +1,43 @@
|
||||
#pagenavi{
|
||||
padding: 20px 0;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
position: relative;
|
||||
@include border-shadow();
|
||||
a{
|
||||
&:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
.prev, .next{
|
||||
position: absolute;
|
||||
}
|
||||
.prev{
|
||||
padding-left: 30px;
|
||||
left: 0;
|
||||
&:before{
|
||||
content: "\f060";
|
||||
font: 1.3em $font-icon;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
.next{
|
||||
padding-right: 30px;
|
||||
right: 0;
|
||||
&:before{
|
||||
content: "\f061";
|
||||
font: 1.3em $font-icon;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
.center{
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
display: block;
|
||||
@media screen and (max-width: 400px){
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user