Files
transfer/docs/layout-customization.md
Christoph Wiechert d2ff07392b Add some docs
2017-05-11 23:46:52 +02:00

15 lines
834 B
Markdown

# 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.