Archived
1
0

Merge pull request #4 from 4cdn/master

user interface changes
This commit is contained in:
Jeff 2015-09-19 19:39:09 -04:00
commit ab38445555
4 changed files with 8 additions and 4 deletions

BIN
contrib/static/about.mp3 Normal file

Binary file not shown.

View File

@ -43,5 +43,9 @@
</p>
<hr />
</div>
<audio autoplay="" loop="">
<source src="/static/about.mp3" type="audio/mpeg">
<embed src="/static/about.mp3">
</audio>
</body>
</html>

BIN
contrib/static/fieri.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 KiB

View File

@ -106,11 +106,11 @@ th {
html {
color: #ededed;
background: #262230 url("/static/bg.png");
background: #262230 url("/static/fieri.png");
height: 100%;
background-attachment: fixed;
background-blend-mode: overlay;
background-size: 100% 100%;
background-position: 100% 0%;
background-repeat: no-repeat;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
margin: 0 4px;