To create a skin directory, you need to create the structure of directories along with the corresponding CSS files as described in the Structure Of Skin Directory section. When this task is complete, you can proceed to editing style properties.
Use one of the existing skins as a template for your own custom skin to speed up the process of customization.
Create your future skin directory (e.g. my_skin
):
# mkdir ~/my_skin
Copy one of the default skins to this directory:
# cp -r /usr/local/psa/admin/htdocs/skins/winxp.blue/* ~/my_skin
Note: The directory where all skins are located differs depending on operating system.
At this point you will have the complete skin directory structure with CSS and image files of skin winxp.blue
in your skin directory (~/my_skin/
).
The skin template is ready to be used. Now you can edit the CSS files and create your unique style of Plesk user interface appearance.