mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added Font-Awesome, and more UI/UX tweaks
This commit is contained in:
4586
src/interface/static/css/all-fa.css
vendored
Normal file
4586
src/interface/static/css/all-fa.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
19
src/interface/static/css/main.css
vendored
19
src/interface/static/css/main.css
vendored
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user