View file public/themes/toonel/css/style.css

File size: 4.1Kb
body {
    color: #5c5c5c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 22px;
    font-weight: normal;
}

a {
    color: #5c5c5c;
    text-decoration: none;
    border-bottom: 1px dotted #9f9f9f;
}

a:active, a:visited, a:link {
    color: #5c5c5c;
    text-decoration: none;
}

a:hover {
    color: #e2141b;
    text-decoration: none;
}

a.menu, a.menu:visited {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: bold;
    border: 0;
}

a.menu:hover {
    color: #e2141b;
    text-decoration: none;
    font-weight: bold;
}

table {
    color: #7c7b7b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.submenu {
    width: 620px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
}

.nmenu {
    margin-top: -15px;
}

.nmenu a {
    text-decoration: none;
    color: #999;
    padding: 0 3px;
    font-weight: bold;
}

.nmenu a:hover {
    text-decoration: underline;
    color: #ccc;
}

.t1 {
    width: 250px;
}

.t2 {
    width: 16px;
    background: url(../img/menu_left.gif) no-repeat;
}

.t3 {
    text-align: center;
    background: url(../img/menu_bg.gif) repeat-x;
    padding-top: 4px;
}

.t4 {
    width: 16px;
    background: url(../img/menu_right.gif) no-repeat;
}

.ftop {
    background: url(../img/fottop_bg.gif) repeat-x;
    width: 500px;
}

.fbottom {
    background: url(../img/footer_bg.gif) repeat-x;
}

.fottopleft {
    width: 120px;
    height: 6px;
    background: url(../img/fottopleft.gif) no-repeat;
}

.fottopright {
    width: 120px;
    height: 6px;
    background: url(../img/fottopright.gif) no-repeat right 0;
}

.footer_left {
    width: 120px;
    height: 27px;
    background: url(../img/footer_left.gif) no-repeat;
}

.footer_right {
    width: 120px;
    height: 27px;
    background: url(../img/footer_right.gif) no-repeat right 0;
}

.tab2 {
    width: 620px;
    margin-bottom: 10px;
}

.leftop {
    width: 7px;
    height: 27px;
    background: url(../img/cortopleft.gif) no-repeat;
}

.righttop {
    width: 7px;
    height: 27px;
    background: url(../img/cortopright.gif) no-repeat right 0;
}

.bortop {
    background-image: url(../img/tit_bg.gif);
}

.left_mid {
    border-left: 1px solid #e6e6e6;
}

.lr {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
}

.right_mid {
    border-right: 1px solid #e6e6e6;
}

.lefbot {
    width: 7px;
    height: 6px;
    background: url(../img/corbotleft.gif) no-repeat right 0;
}

.rightbot {
    width: 7px;
    height: 6px;
    background: url(../img/corbotright.gif) no-repeat;
}

.borbottom {
    background: url(../img/bor_bottom.gif) repeat-x;
}

.ftexttd {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

img {
    border: 0;
}

hr {
    text-align: left;
    border: 1px dotted #ccc;
}

textarea {
    width: 98%;
    font-size: 9pt;
    padding: 5px;
}

input[type="submit"] {
    font-size: 12px;
    border: 1px solid #969696;
    margin: 2px;
    padding: 2px;
}

.img {
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    padding: 1px;
    margin: 1px 5px 1px 1px;
}

.imgright {
    float: right;
    margin: 5px;
}

.b {
    font-size: 12px;
    color: #666;
    padding: 3px;
    background: #f3f3f3 url(../img/b.gif) repeat-x;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    line-height: 1.4;
}

.form {
    color: #666;
    padding: 3px;
    background-color: #f3f3f3;
    border: 1px dotted #ccc;
}

.login {
    color: #666;
    padding: 10px;
    margin: 0 0 10px 0;
    background-color: #f3f3f3;
    border: 1px dotted #ccc;
}

.data {
    color: #cc00cc;
    font-size: x-small;
}

.note {
    color: #777;
    background: #eff5fb;
    border: 1px solid #81bef7;
    padding: 5px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
}

.right {
    text-align: right;
    font-size: x-small;
}

.act {
    color: #888888;
    background: #e4eaf2;
    border: 1px solid #c3cfe1;
    padding: 3px;
    margin: 1px 0 1px 0;
}

.message {
    overflow: hidden;
    text-overflow: ellipsis;
}