Add resources for custom file index

This commit is contained in:
Reinhard Pointner 2018-06-23 04:05:59 +07:00
parent afe100ae11
commit e4d99091e4
9 changed files with 54 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
website/icons/folder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
website/icons/keys.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 B

BIN
website/icons/page.key.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
website/icons/page.zip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

54
website/index.css Normal file
View File

@ -0,0 +1,54 @@
body {
font-family: arial, dejavu sans, freesans;
font-size: 16px;
background-color: #e6e6e6;
margin-top: 0;
}
a, acronym {
color: #5c7684;
text-decoration: none;
border: none;
}
a:hover {
text-decoration: underline;
border-bottom: none;
}
hr {
border-style: dashed;
border-width: thin 0 0 0;
border-color: lightgray;
}
body > table {
background: white;
border-radius: 7px;
box-shadow: 0 2px 5px #a2a2a2;
margin: 20px;
padding: 20px 40px;
min-width: 600px;
}
body > table th {
font-variant-caps: all-petite-caps;
}
body > table td {
padding: 4px 2px;
}
body > h1 {
font-size: 24px;
font-weight: bold;
letter-spacing: 0.03em;
padding: 20px 80px;
margin: 20px 40px;
background: url(https://www.filebot.net/images/filebot.logo.svg);
background-repeat: no-repeat;
background-size: 64px 64px;
background-position: left center;
}