Add some docs

This commit is contained in:
Christoph Wiechert
2017-05-11 23:46:52 +02:00
parent cb6832c428
commit d2ff07392b
5 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Layout customization
It is easy to customize the look of PsiTransfer. Almost all functional components are encapsulated
in the upload- and download-app and they only need a root element where they can be mounted.
This elements must have the attribute `id="upload"` and `id="download"`, respectively.
PsiTransfer uses [Bootstrap 3](http://getbootstrap.com/) as CSS-Framework and custom styles can
be found in [public/assets/styles.css](https://github.com/psi-4ward/psitransfer/blob/master/public/assets/styles.css).
If you want to give PsiTransfer your own custom look and feel just edit the files in `public/html` and/or
the `styles.css`. If you need to deliver assets like a custom logo put it into the `assets` folder.
But consider: You have to adopt further changes on PsiTransfer updates. This sould not happen very often.