Просмотр файла views/night/style.tpl

Размер файла: 2.96Kb
body {
font-family: tahoma, verdana, arial, "geneve cy", sens-serif;
font-size: small;
background-color: #1c0010;
max-width:510px;
margin:1px auto;
color: #fff;
}
a{
color: grey;
}
a:link, a:active, a:visited {
color: grey;
text-decoration : none;
}
img {
border : 0;
margin : 0;
padding-top: 1px;
}
.body {
text-align : left;
margin-top : 4px;
padding-top : 1px;
padding-right : 1px;
padding-bottom : 1px;
padding-left : 1px;
color : #A09393;
border-color : grey;
border-style : solid;
border-width : 1px;
background-color : #1F1516;
padding: 1px;
}
a{
text-decoration : none;
color : grey;
}
a:hover {
text-decoration : underline;
color : white;
}
.logo {
background-color : #3C2222;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/logo_bg.png);
font-size: 17px;
padding: 3px;
margin-bottom : 1px;
padding-left : 7px;
border: 2px solid #301414;
text-align: center;
}
.aut{
padding-top : 1px;
padding-bottom : 4px;
padding-left : 5px;
color : #A09393;
border: 1px solid #5C4646;
background-color : #2F1313;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/r.png);
background-position: cenetr;
background-repeat : repeat-x;
}

.title{
font-weight : bold;
padding-top : 2px;
padding-bottom : 3px;
padding-left : 24px;
color : #A09393;
border: 1px solid #5C4646;
background-color : #2F1313;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/title.png);
background-repeat : repeat-x;
margin-bottom: 2px;
margin-top: 1px;
}
.menu {
background-color : #1F1516;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/menu.png);
background-position : center top;
background-repeat : repeat-x-y;
display : block;
padding-left: 2px;
padding-right: 3px;
border-color : #5C4646;
border-style : solid;
border-width : 1px;
}
.menu a{
color: #734646;
}
.block{
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/menu.png);
background-position : center top;
background-repeat : repeat-x-y;
border-color : #5C4646;
border-style : solid;
border-width : 1px;
padding-left: 3px;
padding-top: 1px;
padding-bottom: 1px;
}
.block a{
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/icon2.png);
background-position: center left;
background-repeat: no-repeat;
padding-left: 12px;
}

.foot{
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/foot.png);
background-repeat : repeat-x;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 2px;
border: 1px solid #5C4646;
}
.rekl {
background-color : #1F1516;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/menu.png);
background-position : center top;
background-repeat : repeat-x-y;
padding-bottom: 2px;
margin-top: 2px;
text-align: center;
border: 1px solid #5C4646;
}
.stat {
text-align: center;
}

span.small_text {font-size: 11px; color: grey;}
span.new_files {font-size: 11px; color: red;}