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

Размер файла: 4.86Kb
body {
color : #7a7a7a;
font-size : 11px;
font-family : tahoma;
background-color : #fff;
margin : 0;
}
a:link, a:active, a:visited {
color : #84c503;
text-decoration : none;
}
a:hover, a:focus {
color : #ff7600;
}
img {
border-style : none;
}
input, textarea, select {
color: #679b00;
background-color: #fafff0;
border: solid 1px #c9e399;
}
.gr {
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/gr.gif);
height : 4px;
margin-bottom : 1px;
}
.logo {
text-shadow : #82e1f8 1px 0 1px;
color : #fff;
font-size : 18px;
font-weight : bold;
line-height : 14px;
background-color : #ccf7ff;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/head.gif);
background-repeat : repeat-x;
background-position : 50% top;
}
.logo span {
font-size : 11px;
}
.back {
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/back.gif);
background-repeat : no-repeat;
background-position : left top;
height : 40px;
padding-left : 35px;
}
.tb {
text-shadow : #f17909 1px 1px 0;
color : #fff;
background-color : #ff7704;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/tb.gif);
background-repeat : repeat-x;
background-position : 50% top;
padding : 3px;
padding-left: 11px;
}
.tb a {
color : #fdfdfd;
padding-top : 3px;
}
.tb a:hover {
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/hv.gif);
background-repeat : no-repeat;
background-position : center top;
}

.rekl {
background-color : #fff0d2;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
border-top : 1px solid #fed6ac;
border-bottom : 1px solid #fed6ac;
}
.rekl a {
color : #ff7600;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/star.gif);
background-repeat : no-repeat;
background-position : left center;
padding-left : 13px;
}
.rekl a:hover {
color : #ffa354;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/starh.gif);
background-repeat : no-repeat;
background-position : left center;
padding-left : 13px;
}
.rekl span {
text-shadow : #fdbd82 1px 1px 0;
color : #fff;
background-color : #fed6ac;
position : relative;
left : 2px;
bottom : 2px;
float : right;
padding-right : 2px;
padding-bottom : 2px;
padding-left : 4px;
}
.rekl hr {
margin-top : 1px;
margin-bottom : 1px;
border-top : 1px dotted #f3c698;
border-right-style : none;
border-right-width : 0;
border-bottom-style : none;
border-bottom-width : 0;
border-left-style : none;
border-left-width : 0;
}
.title{
text-shadow : #e8ffbb 0 1px 0;
color : #77af09;
background-color : #a4e02e;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/gt.gif);
background-repeat : repeat-x;
background-position : 50% top;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
border-top : 1px solid #9be32a;
border-bottom : 1px solid #9be32a;
padding-left: 11px;
}

.menu{
background-color : #f0fade;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
border-top : 1px solid #d5efa2;
border-bottom-color : #d5efa2;
border-bottom-width : 1px;
}
.menu hr {
margin-top : 2px;
margin-bottom : 2px;
border-top : 1px solid #d3eda5;
border-bottom : 1px solid #fff;
border-right-style : none;
border-right-width : 0;
border-left-style : none;
border-left-width : 0;
}

.block{
background-color : #f0fade;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
border-top : 1px solid #d5efa2;
border-bottom-color : #d5efa2;
border-bottom-width : 1px;
padding-left: 9px;
}
.block hr {
margin-top : 2px;
margin-bottom : 2px;
border-top : 1px solid #d3eda5;
border-bottom : 1px solid #fff;
border-right-style : none;
border-right-width : 0;
border-left-style : none;
border-left-width : 0;
}

.foot  {
text-shadow : #e8ffbb 0 1px 0;
color : #77af09;
background-color : #a4e02e;
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/gt.gif);
background-repeat : repeat-x;
background-position : 50% top;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
border-top : 1px solid #9be32a;
border-bottom : 1px solid #9be32a;
}
.stat {
background-image : url(<?php echo URL ?>views/<?php echo THEME ?>/img/stata.gif);
background-repeat : repeat-x;
background-position : 50% top;
margin-top : 1px;
padding : 1px;
}
.stat img {
opacity : 0.4;
}
.stat img:hover {
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;}

.q {
    background-color : #fcfeeb;
    border: 1px solid #e9ebec;
	border-left: 4px solid #8394b2;
    color : #878787;
    font-size : 11px;
    padding-left : 6px;
	margin-top : 5px;
    padding: 3px;
}