Просмотр файла themes/default/css/default.css

Размер файла: 2.71Kb
body{
        font-size: 12px;
        font-family: Verdana;
        font-weight: normall;
        margin: 0px;
        background-color: #333333;
}

a{
        color: #9c3021;
        font-weight: bold;
        text-decoration: none;
}
a:hover{
        color: #bf240e;
        font-weight: bold;
        text-decoration: underline;
}

.header{
        background-image: url('../images/headb.png');
        background-repeat: repeat-x;
        height: 120px;
        margin-top: 2px;
        padding : 0;
        margin : 2px 0px 3px 0px;
}

.header_logo{
        background-image: url('../images/headl.png');
        background-repeat: no-repeat;
        text-align: center;
        height: 93px;
        float: left;
        width: 395px;
}
.header_elem{
        background-image: url('../images/headelem.png');
        background-repeat: no-repeat;
        height: 186px;
        float: right;
        width: 217px;
}

.footer{
        background-image: url('../images/foot.png');
        background-repeat: repeat-x;
        height: 52px;
}
.footer_text{
        color: #de8787;
        font-weight: bold;
        padding: 15px 0px 0px 4px;
}

/**************************************************************/
input[type="text"],input[type="password"]{
        background-color: #9c3021;
        border: 1px solid #842518;
}
textarea{
        background-color: #9c3021;
        border: 1px solid #842518;
        width: 99%;
}
/**************************************************************************/

.box_nvg td{
        background-image: url('../images/submit_nvg.png');
        background-repeat: no-repeat;
        height: 53px;
        width: 109px;
        text-align: center;
}
.box_nvg td a{
        color: #cac8c8;
        text-shadow: 1px 1px 4px black, 0 0 1em black;
        text-decoration: none;
        font-weight: bold;
}
.box_nvg td:hover a{
        color: #9b0505;
        text-shadow: 1px 1px 4px black, 0 0 1em black;
        font-weight: bold;
        text-decoration: none;
}

.box2{
        background-image: url('../images/nvg.png');
        background-repeat: repeat-x;
        height: 49px;
        margin: 2px 6px 0px 6px;
}

.box1{
        background-color: #222222;
        padding: 6px;
        margin: 0px 6px 6px 6px;
        color: #958c8c;
}

.box3{
        background-color: #333333;
        margin: 2px 0px 2px 0px;
        padding: 4px;
}

.box4 {
        background-image: url('../images/boxt.png');
        background-repeat: repeat-x;
        border: 1px solid #2b2a2a;
        padding: 12px;
        color: #b4b3b3;
        font-weight: bold;
        font-size: 14px;
        text-shadow: 0px 0px 4px black;
}