Viewing File: /usr/local/cpanel/base/unprotected/cpanel-legacy/style.css

body {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    background-color: #e6e6e6;
    text-align: center;
}
#wrap {
    width: 354px;
    height: 382px;
    margin: 0 auto;
}
#top {
    width: 354px;
    height: 114px;
    background: url(images/cpanel_login_sprite.jpg) 0 0 no-repeat;
    margin: 0px;
    padding: 0px;
}
#top-whm {
    width: 354px;
    height: 114px;
    background: url(images/whm_login_sprite.jpg) 0 0 no-repeat;
    margin: 0px;
    padding: 0px;
}
#top-mail {
    width: 354px;
    height: 114px;
    background: url(images/webmail_login_sprite.jpg) 0 0 no-repeat;
    margin: 0px;
    padding: 0px;
}
#mid {
    width: 354px;
    height: 284px;
    background: url(images/mid.jpg) 0 repeat-y;
    margin: 0;
    padding: 0;
    /*border:1px solid #ff6600;*/
}
#content-wrap {
    text-align: left;
    width: 210px;
    margin: 0 auto;
}
#content-wrap p {
    margin: 0px;
    margin-bottom: 8px;
}
#bot-mail {
    width: 354px;
    height: 44px;
    background: url(images/webmail_login_sprite.jpg) 0 40px;
    margin: 0;
    padding: 0;
}

#bot-whm {
    width: 354px;
    height: 44px;
    background: url(images/whm_login_sprite.jpg) 0 40px;
    margin: 0;
    padding: 0;
}

#bot {
    width: 354px;
    height: 44px;
    background: url(images/cpanel_login_sprite.jpg) 0 40px;
    margin: 0;
    padding: 0;
}
.input-button {
    background: transparent url(images/button-bg.jpg) repeat-x scroll center top;
    color: #014d5f;
    height: 20px;
    margin-left: 4px;
    margin-top: 0;
    vertical-align: middle;
}
h1 {
    margin: 0 0 8px -11px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
input[type="text"],
input[type="password"] {
    width: 140px;
}
.login td {
    padding: 6px 0 2px 0;
    margin: 0;
}
.login_lines {
    border-bottom: 1px #ccc solid;
}
.login .row2 {
    background-color: #f3f3f3;
    border-bottom: 1px dotted #ccc;
}

#content-wrap p {
    line-height: 1.4;
}

.pw_change {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10px;
}

.login_link {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#IE-banner {
    display: none;
    color: #333333;
    background-color: #f8ad29;
    margin-top: 20px;
    border-radius: 4px;
    padding: 5px 5px 9px 4px;
    font-size: 10px;
    border: 2px solid #012d32;
}
Back to Directory File Manager