Customize your instance

You have the possibility of changing the stylesheet of the administration page of your Simple hosting instance.

To do this, create a file called “simplehosting.css” and put it in the lamp0/web/customadmin directory. The import of the stylesheet will let your redefine the elements that you want to see and use:

simplehosting.css

@import "/css/screen-default.css"

.left {
    display: block;
}

.column-33 {
    width: auto;
}

.margin {
    margin: 0;
}

You can also place them in the same directory as the images in order to include them. Likewise, if you would like to redefine the favicon.ico, place another image with the same name in the directory.

Last modified: 03/27/2013 at 14:38 by Ryan Anderson (Gandi)