Replacing Logos
To replace the logo, edit the td.Logol and div.Logo rules in CensusMain.css. The background-image property specifies the logo image.
Note that Vector HelpDesk uses two versions of the logo, logol for light backgrounds (Web view page) and logo for dark backgrounds (logon page).
/* logo on a Web view page */
td.Logol
{
background-image:url(../images/logos/logol.gif);
background-repeat:no-repeat;
display:block;
left:27px;
width:200px;
height:60px;
position:absolute;
}
/* logo on the Vector HelpDesk logon page */
div.Logo
{
background-image:url(../images/logos/logo.gif);
background-repeat:no-repeat;
display:block;
left:27px;
width:200px;
height:60px;
position:absolute;
b-order:3 orange solid;
}
Related Topics