| 5 | |
| 6 | == Customizing look & layout == |
| 7 | |
| 8 | For customization of the MOLGENIS look & feel there are several options depending on the level of customization: |
| 9 | 1. colors & fonts can be set in your molgenis_distro/WebContent/generated-res/css/colors.css (there are some example each named colors_*) |
| 10 | 1. change the links on the top: depending on your version this is a plugin inside molgenis_distro/handwritten/java/plugins.header/MolgenisHeader.ftl |
| 11 | 1. change of the headers & footers of the application can be set in molgenis\src\org\molgenis\framework\ui\UserInterface.ftl |
| 12 | 1. change of the various screens (this would be hard) in molgenis\src\org\molgenis\framework\ui\[other elements].ftl |
| 13 | |