Added nice logo

This commit is contained in:
giomba 2018-12-22 18:49:27 +01:00
parent a99524f3eb
commit 827c0117a7
4 changed files with 9 additions and 2 deletions

View File

@ -79,7 +79,7 @@ class TPDF {
coverElement.alt = 'Cover of «' + results['books'][i]['title'] + '»';
}
else {
coverElement.src = 'frontend/placeholder.png';
coverElement.src = 'frontend/tpdf-logo.png';
coverElement.alt = '[no image]';
}

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -9,7 +9,8 @@
<body>
<header>
TPDF - Tellico Parser anD Finder <small>by <a href="https://golem.linux.it/">GOLEM</a></small>
<img alt="[Logo]" src="frontend/tpdf-logo.png" />
TPDF - Tellico Parser anD Finder <small>by <a href="https://golem.linux.it/">GOLEM</a></small>
</header>
<div id="tpdfSearchDiv">

View File

@ -22,6 +22,12 @@ header {
box-sizing: content-box !important;
}
header img {
max-width: 1.2em;
max-height: 1.2em;
vertical-align: middle;
}
a, a:visited {
text-decoration: none;
color: green;