Customizable, modular, free and open-source environment for decentralized, distributed communication and collaboration without third-party dependencies.
This repository contains the medienhaus/ skin for etherpad.
You can customize Etherpad appearance using skins.
A skin is a directory located under static/skins/<skin_name>
, with the following contents:
index.js
: javascript that will be run in/
index.css
: stylesheet affecting/
pad.js
: javascript that will be run in/p/:padid
pad.css
: stylesheet affecting/p/:padid
timeslider.js
: javascript that will be run in/p/:padid/timeslider
timeslider.css
: stylesheet affecting/p/:padid/timeslider
favicon.ico
: overrides the default faviconrobots.txt
: overrides the defaultrobots.txt
You can choose a skin changing the parameter skinName
in settings.json
.
via: https://github.com/ether/etherpad-lite/edit/develop/doc/skins.md