The following top frame elements can be customized:
Customization samples
UI Element
Selector
CSS code sample
Image can be set through the user's interface, but the default image is contained in the skin (images/def_plesk_logo.gif)
images/def_plesk_logo.gif
-------
body
body {
background-color: #ffffff;
background-image: url(../../images/top_bg.jpg);
background-repeat: repeat-x;
background-position: left bottom;
}
#topCopyright
#topTxtBanner
#topLogout
#topCopyright a:link,
#topCopyright a:active,
#topCopyright a:visited {
text-decoration: none;
font-size: 11px;
color: #d6e0ff;
.body
.body {
background-image: url(../../images/top_body_bg.jpg);
background-repeat: no-repeat;
background-position: top right;