Размер файла: 3.38Kb
body {
color : #585858;
font-size : 12px;
font-family : arial;
background-color : #000;
max-width : 400px;
margin : auto;
border: 1px #353535 solid;
}
a:link, a:active, a:visited {
color : #d98501;
text-decoration : none;
text-shadow : #000 -1px -1px 1px;
}
a:hover, a:focus {
color : #ffbf58;
}
input, select, textarea {
color : #545454;
background-color : #000;
margin : 1px;
padding : 2px;
border : 1px solid #252525;
}
img {
border-style : none;
}
.head {
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/head.gif);
border-bottom : 1px solid #545454;
}
.logo {
color : #c6c6c6;
font-size : 20px;
font-family : Calibri;
font-weight : bold;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/logo.gif);
background-repeat : no-repeat;
background-position : left top;
height : 33px;
padding-top : 13px;
padding-left : 47px;
text-shadow : #000 -1px -1px 1px;
}
.aut {
color : #cdcdcd;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/nav.gif);
background-repeat : repeat-x;
background-position : 50% top;
text-align : center;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
}
.aut a {
color : #cdcdcd;
}
.rekl {
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/rek.gif);
background-repeat : repeat-x;
background-position : 50% top;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
border-top : 1px solid #606060;
border-bottom : 1px solid #343434;
}
.rekl a {
color : #cdcdcd;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/ri.png);
background-repeat : no-repeat;
background-position : left 50%;
padding-left : 18px;
}
.rekl a:hover, .nav a:hover {
color : #939393;
}
.title {
color : #2a7e76;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/mt.gif);
background-repeat : repeat-x;
background-position : 50% bottom;
margin-left: 2px;
margin-right: 2px;
border : 1px solid #1f1f1f;
padding-left: 5px;
}
.menu {
margin : 1px 2px;
border : 1px solid #353535;
}
.block{
margin : 1px 2px;
border : 1px solid #353535;
padding-left: 10px;
}
.foot {
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/rfx.gif);
background-repeat : repeat-x;
background-position : 50% 1px;
text-align : left;
padding : 2px;
border-top : 2px solid #292929;
border-bottom : 2px solid #300000;
}
.foot a {
color : #585858;
}
.foot a:hover {
color : #7a7a7a;
}
/*Please not delete*/
a[href="http://wapdiz.ru"] {
color : #292929;
font-size : 8px;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/w.png);
background-repeat : no-repeat;
background-position : right center;
float : right;
padding-top : 2px;
padding-right : 20px;
padding-bottom : 2px;
}
a[href="http://wapdiz.ru"]:hover {
color : #353535;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/wh.png);
text-decoration : none;
}
/*Please not delete*/
.stat {
text-align: center;
}
.stat a img {
opacity : 0.6;
}
.stat a:hover img {
opacity : 0.9;
}
.fy{vertical-align: middle;opacity : 1; }
.fy:hover{vertical-align: middle;opacity : 1; }
.error {
font-size: 11px;
color : #FF0000;
border: 1px #FF0000 solid;
margin: 1px 0px;
padding: 1px 1px 1px 1px;
}
span.small_text {font-size: 11px; color: grey;}
span.new_files {font-size: 11px; color: red;}