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

Размер файла: 4.01Kb
body{
color: #000000;
margin: 0px auto;
font-family:Verdana;
font-size:11px;
background-color: #4E2529;
background-repeat: repeat-x;
height:100%;
border: 1px solid #1F2019;
}
a:link { text-decoration: none; color :#3d75a1}
a:active { text-decoration: none; color : #3d75a1 }
a:hover {  color : white}
a:visited { text-decoration: none; color :#3d75a1}
img.ico {vertical-align: middle;}
img.log{vertical-align: middle;padding-top: 7px; padding-right: 3px; }
.logo {
	Font-size: 14px;
	font-weight: bold;
	color: #c0c0c0;
	background-image: url(<?php echo URL ?>views/<?php echo THEME ?>/img/h.png);
	background-color: #413633;
	height: 31px;
	background-repeat: repeat-x;
	text-align:left;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 9px;
	text-shadow:
	0 0 0.3em #000,
	0 0 0.3em #000,
	0 0 0.3em #000
}

hr {
margin-top : 3px;
margin-bottom : 3px;
border-top : 1px dotted #696969;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
}
.title{
	font-weight: bold;
	background:url(<?php echo URL ?>views/<?php echo THEME ?>/img/titl.png) repeat-x top #292F2B;
	Font-size: 11px;
	color: #C0C0C0;
	text-align:left;
	border-bottom: 1px solid #0F0F0C;
	border-top: 2px solid #7F7F7F;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-shadow:
	0 0 0.3em #000,
	0 0 0.3em #000,
	0 0 0.3em #000
}
.title img{
	padding-right: 3px;
}

.rekl{
	Font-size: 10px;
	color: white;
	text-align: left;
	background: url(<?php echo URL ?>views/<?php echo THEME ?>/img/rekl.png) repeat-x top #6E4C52;
	border-bottom: 2px solid #704E53;
	padding: 5px;
	padding-top: 0;
}
.rekl a:link{
	color: #41769f;
}
.rekl a:hover{
	color: #2b5e85;
}
.menu{
	Font-size: 12px;
	color: #c0c0c0;
	text-align: left;
	background: url(<?php echo URL ?>views/<?php echo THEME ?>/img/men.png) repeat-x top #1F1F1F;
	border-top: 1px solid #272825;
	border-bottom: 1px solid #434640;
	padding: 5px;
	padding-left: 5px;
}
.menu a:link{
	color: #41769f;
}
.menu a:hover{
	color: #c0c0c0;
	text-shadow:
	0 0 0.3em #000,
	0 0 0.3em #000,
	0 0 0.3em #000
}

.aut{
	background:url(<?php echo URL ?>views/<?php echo THEME ?>/img/titl.png) repeat-x top #292F2B;
	Font-size: 11px;
	color: #C0C0C0;
	text-align:left;
	border-bottom: 1px solid #2A3332;
	border-top: 2px solid #7F7F7F;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	text-shadow:
	0 0 0.3em #000,
	0 0 0.3em #000,
	0 0 0.3em #000
}

.foot {
	Font-size: 11px;
	color:#c0c0c0;
	background:url(<?php echo URL ?>views/<?php echo THEME ?>/img/f.gif) repeat-x bottom #3C161B;
	text-align: left;
	border-top: 1px solid #444945;
	padding:5px;
	text-shadow:
	0 0 0.3em #000,
	0 0 0.3em #000,
	0 0 0.3em #000
}
.foot  a:link{
	color: #c0c0c0;
}
.foot a:hover{
    color: white;
    text-shadow:
	0 0 0.3em #000,
	0 0 0.3em #000,
	0 0 0.3em #000
}

.block{
    Font-size: 12px;
    color: #c0c0c0;
	text-align: left;
	background: url(<?php echo URL ?>views/<?php echo THEME ?>/img/men.png) repeat-x top #2D2D2D;
	margin: 2px 2px 2px 2px;
	background-color: #434343;
	border: 1px #272825;
	padding:5px;
	padding-left:4px;
}
.stat {
	color:#c0c0c0;
	background:url(<?php echo URL ?>views/<?php echo THEME ?>/img/stat.gif) repeat-x top #50262A;
	text-align: left;
	border-top: 1px solid #272825;
	padding-left:3px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-shadow:
	0 0 0.3em #000,
	0 0 0.3em #000,
	0 0 0.3em #000
}

.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;
}