USING CUSTOM PLESK SKINS > Introduction

Structure Of Skin Directory

The skin directories are located in /usr/local/psa/admin/htdocs/skins/

The structure of the skin directory:

  • custom_skin/ - a custom skin directory

    • css/ - all CSS files

      • top/

        • custom.css
        • layout.css

      • left/

        • custom.css
        • layout.css

      • main/

        • custom.css
        • layout.css
        • tabs.css

      • help/

        • custom.css
        • layout.css

      • general.css

    • icons/ - all of the Plesk interface icons
    • images/ - all image files, referenced in the CSS files
    • screenshots/ - screenshots and thumbnails, referenced in the skin description file
    • info.xml - the file that stores the skin description


to top