Compare commits
1 Commits
fde50b12bb
...
812bf33ab9
Author | SHA1 | Date | |
---|---|---|---|
812bf33ab9 |
@ -333,3 +333,23 @@ pre, code, kbd, samp
|
|||||||
.img-center {
|
.img-center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagination a {
|
||||||
|
color: black;
|
||||||
|
float: left;
|
||||||
|
padding: 8px 16px;
|
||||||
|
text-decoration: none;
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
margin: 0 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination a.active {
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: #888888;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination a:hover:not(.active) {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user