Added Font-Awesome, and more UI/UX tweaks

This commit is contained in:
Raelon Masters
2020-06-19 11:47:22 -04:00
parent 4a85b21631
commit b96643e326
25 changed files with 14092 additions and 34 deletions

4586
src/interface/static/css/all-fa.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -145,7 +145,6 @@ body {
/*! border-right: 5px solid #292f35; */
/* border-right: 1px solid; */
background: linear-gradient(to right, #333 51%, #7d7a7ad6 181%);
display: ;
}
.vert-nav-item {}
@@ -357,17 +356,18 @@ a.book_link {
font-style: oblique;
font-size: medium;
padding: 0px 5px 0px;
margin: 0px 0px 0px 5px;
}
.book_description {
grid-area: book_description;
font-size: small;
padding: 0px 5px 0px;
font-family: 'Ubuntu Mono', monospace;
font-family: 'Montserrat', sans-serif;
}
.book_tags {
grid-area: book_tags;
font-size: x-small;
font-size: small;
padding: 0px 5px 0px;
}
.book_controls {
@@ -379,13 +379,22 @@ a.book_link {
background-color: #676767;
}
.icon{
height: 25px;
width: 25px;
/* height: 25px; */
/* width: 25px; */
float: left;
font-size: x-large;
padding: 5px 10px 5px 10px;
}
.controls{
cursor: pointer;
}
.inline_sys_message{
background-color: #0000008c;
margin: 5px;
padding: 10px;
text-align: center;
font-family: 'Montserrat', sans-serif;
}
.download-button{float: left;}
.favorite-button{float: left;}
.share-button{float: left;}