You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
546 B
35 lines
546 B
.pagination {
|
|
font-size: 1em;
|
|
margin-top: 20px;
|
|
margin-left: 10px;
|
|
float:left;
|
|
}
|
|
|
|
.pagination a {
|
|
text-decoration: none;
|
|
border: solid 1px #AAE;
|
|
color: #15B;
|
|
}
|
|
|
|
.pagination a, .pagination span {
|
|
display: block;
|
|
float: left;
|
|
padding: 0.3em 0.5em;
|
|
margin-right: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.pagination .current {
|
|
background: #26B;
|
|
color: #fff;
|
|
border: solid 1px #AAE;
|
|
}
|
|
|
|
.pagination .current.prev, .pagination .current.next{
|
|
color:#999;
|
|
border-color:#999;
|
|
background:#fff;
|
|
}
|
|
|
|
|