Start on writing, but also reorganize everything

This commit is contained in:
Madison Scott-Clary
2019-08-28 01:16:48 -07:00
parent 3fc7a0b662
commit 462bdbfd87
90 changed files with 891 additions and 655 deletions

View File

@ -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;
}