Start on writing, but also reorganize everything
This commit is contained in:
@ -173,15 +173,20 @@ ul.pagination {
|
||||
display: block;
|
||||
margin-top: 5rem;
|
||||
text-align: center;
|
||||
font-family: 'Merriweather Sans', sans-serif;
|
||||
}
|
||||
|
||||
ul.pagination li {
|
||||
display: inline-block;
|
||||
border: 2px solid currentColor;
|
||||
padding: 2px;
|
||||
margin-right: -7px;
|
||||
}
|
||||
|
||||
ul.pagination li a {
|
||||
border: none;
|
||||
display: inline-block;
|
||||
min-width: 2rem;
|
||||
text-align: center;
|
||||
margin-right: -7px;
|
||||
}
|
||||
|
||||
ul.pagination li:last-of-type {
|
||||
@ -194,6 +199,12 @@ ul.pagination li:first-of-type {
|
||||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
ul.pagination .page-item.too-many {
|
||||
color: #666;
|
||||
margin: 0 14px 0 7px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ul.pagination .page-item.disabled a {
|
||||
color: #666;
|
||||
border: none;
|
||||
@ -202,6 +213,7 @@ ul.pagination .page-item.disabled a {
|
||||
|
||||
ul.pagination .page-item.active a {
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
border: none;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user