View file testim.wmzo.ru/Design/themes/mobile/style.css

File size: 7.69Kb
body{
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent
}
#wrapper{
	background: transparent url(images/noise.gif) repeat;
	margin: 0;
	padding: 0
}
a{
	color: #545454;
	text-decoration: none;
	text-shadow: 1px 1px #D9D9D9
}
a:hover{
	color: #EFA315;
	text-shadow: 1px 1px #F9E3B8
}
ul {
	list-style: none
}
input[type=submit]:hover{
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FF5100), color-stop(1, #FF7700));
	background-image: -ms-linear-gradient(top, #FF5100, #FF7700);
	background-image: -o-linear-gradient(top, #FF5100, #FF7700);
	background-image: -moz-linear-gradient(top, #FF5100, #FF7700);
	background-image: -webkit-linear-gradient(top, #FF5100, #FF7700);
	background-image: linear-gradient(to bottom, #FF5100, #FF7700)
}
input[type=submit]{
	padding: 5px;
	border: 1px solid #CC0000;
	color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0 1px 7px 0 #808080;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #BD0000), color-stop(1, #FF1A21));
	background-image: -ms-linear-gradient(top, #BD0000, #FF1A21);
	background-image: -o-linear-gradient(top, #BD0000, #FF1A21);
	background-image: -moz-linear-gradient(top, #BD0000, #FF1A21);
	background-image: -webkit-linear-gradient(top, #BD0000, #FF1A21);
	background-image: linear-gradient(to bottom, #BD0000, #FF1A21)
}
input[type=password], input[name=login], input[name=kod], input[name=mail]{
	padding: 5px;
	background-color: #D9D9D9;
	border: 1px solid #CC0000;
	color: #494949;
	border-radius: 3px;
	box-shadow: 0 1px 7px 0 #808080
}
header{
	background: transparent url(images/header.jpg) repeat-x;
	display: block;
	height: 35px
}
.logo{
	height: 32px;
	background: transparent url(images/logo.png) no-repeat 6px 2px
}
.l_bar{
  float: right;
left: -8px;
position: relative;
}

.nav_bar a{
	color: #FFFFFF;
	text-shadow: 1px 1px #C20000
}
.nav_footer{
  font-size: 12px;
  background-color: #E0E0E0;
  padding: 5px;
  border-top: 1px solid #C4C4C4;
  margin: 0
}
.nav_bar{
	display: block;
	color: #FFFFFF;
	height: 24px;
	background-color: #990000;
	padding: 2px 0 0 5px
}
.li{
	padding: 5px
}
.main .l1:first-letter{
  font-family: "Times New Roman", Times, serif;
    color: red;
}

.adv {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  /*background: #fff1d1 url(images/adv.png) no-repeat 96% 5px;*/
  padding: 3px;
  background-color: #FFD166
}

.adv ul li a {
  color: #992400;
}

.adv ul li a:hover {
  color: #ff7400;
}

.l1 strong{
  color: #494949;
  text-shadow: 0 1px #D9D9D9;
}
.l1{
  background: transparent;
  color: #333333;
  font-size: 14px;
  padding: 2px 5px;
  margin: 0
}

p{
  margin: 0;
	padding: 0
}
img{
  vertical-align: middle;
  border: none
}

.block{
	display: block;
	height: 24px;
	background-color: #EFA315;
	color: #fff;
	text-shadow: 1px 1px #E0950B;
	padding: 2px 0 0 5px
}
.footer p{
  padding: 0;
  margin: 0
  }
.footer p a:hover{
  color: #EFA315;
  }
.footer p a{
  color: #C9C9C9;
  font-size: 14px;
  text-shadow: 0 1px #333333;
}
.footer{
	display: block;
	min-height: 35px;
	background-color: #474747;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
    font-size: 10px;
	text-align: center
}
.main{
	margin: 0;
	padding: 0
}
/*pages*/
nav.pages {
	background-color: #C9C9C9;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #6B6B6B;
	border-top: 1px solid #C4C4C4
}
nav.pages ul li {
	display: inline-table;
    position: relative;
right: 24px;
	font-size: 12px
}
nav.pages ul li a {
	text-shadow: #fff 0 1px;
	box-shadow: rgba(255, 255, 255, 0.5) 0 1px inset;
	color: #333;
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #e4e4e4 0%, #cdcdcd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cdcdcd));
	background: -webkit-linear-gradient(top, #e4e4e4 0%, #cdcdcd 100%);
	background: -o-linear-gradient(top, #e4e4e4 0%, #cdcdcd 100%);
	background: -ms-linear-gradient(top, #e4e4e4 0%, #cdcdcd 100%);
	background: linear-gradient(to bottom, #e4e4e4 0%, #cdcdcd 100%);
	text-decoration: none;
	width: 20px;
	height: 20px;
	padding-top: 5px;
	border: solid 1px #A6A6A6;
	display: block;
	margin-right: 2px
}
nav.pages ul li a:hover {
	background: #dadada;
	background: -moz-linear-gradient(top, #dadada 0%, #b9b9b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #b9b9b9));
	background: -webkit-linear-gradient(top, #dadada 0%, #b9b9b9 100%);
	background: -o-linear-gradient(top, #dadada 0%, #b9b9b9 100%);
	background: -ms-linear-gradient(top, #dadada 0%, #b9b9b9 100%);
	background: linear-gradient(to bottom, #dadada 0%, #b9b9b9 100%);
}
nav.pages ul li.active a {
	color: #fff;
	font-weight: bold;
	background: #ff8e02;
	background: -moz-linear-gradient(top, #ff8e02 0%, #ff6b1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e02), color-stop(100%, #ff6b1f));
	background: -webkit-linear-gradient(top, #ff8e02 0%, #ff6b1f 100%);
	background: -o-linear-gradient(top, #ff8e02 0%, #ff6b1f 100%);
	background: -ms-linear-gradient(top, #ff8e02 0%, #ff6b1f 100%);
	background: linear-gradient(to bottom, #ff8e02 0%, #ff6b1f 100%);
	border: solid 1px #ff7400
}
nav.pages ul li.prev a span {
	background: url(images/page_prev.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 5px;
	width: 6px;
	height: 11px;
	display: inline-block
}
nav.pages ul li.next a span {
	background: url(images/page_next.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 3px;
	width: 6px;
	height: 11px;
	display: inline-block
}
.aa a.click{
 color: #FF0000;

}
.aa p{ word-wrap: break-word  }
.aa a.click p{
 color: #494949;
 border-top: 1px dotted #A1A1A1;
 border-bottom: 1px dashed #C4C4C4;
 padding: 6px;
}
.aa{
  background-color: #F0F0F0;
  margin: 6px 0;
  box-shadow: 0px 2px 6px 0px #474747;
  padding: 8px
}
.aa a.click strong {
  color: #494949;
  font-size: 18px;
  padding-right: 4px;
}
.cat span{
  color: red;
}
.cat{
background-color: #F0F0F0;
margin: 4px 0;
box-shadow: 0px 1px 3px 0px #474747;
padding: 8px;
}

.catalog{
  margin: 0;
  color: #494949;
  padding: 6px;
  text-shadow: 0 1px #CCCCCC;
  display: block
  /*box-shadow: -1px 0 12px 2px #808080*/
}
.catalog li a.click{
 color: #FF0000;

}
.catalog li a.click p{
 color: #494949;
 border-top: 1px dotted #A1A1A1;
 border-bottom: 1px dashed #C4C4C4;
 padding: 6px;
 word-wrap: break-word;
}
.catalog li{
  background-color: #F0F0F0;
  margin: 10px 0;
    /*box-shadow: 0 0 11px 0 #808080;*/
    box-shadow: 0px 4px 11px 0px #474747;
  padding: 8px
}
ul.catalog a.click strong {
  color: #494949;
  font-size: 18px;
  padding-right: 4px;
}
.swith{
  text-align: center;
  color: #FF0000;
  font-size: 12px;
  margin: 0;
  padding: 3px 0;
  text-shadow: 0 1px #B2B2B2;
}
.counters{
  text-align: center;
  padding-top: 3px
}
a:hover.stat span{color: #333333 }
a.stat span{
color: #FF0000;

}
div.li a, table a{
  color: #858585;
  text-decoration: none;
  text-shadow: 1px 0 #DEDEDE;
  font-size: 13px;
}
tr.table td{
  margin: 0;
  padding: 8px;
  text-shadow: 1px 0 #DEDEDE;
  font-size: 15px
}

.table_name{
  color: #fff;
  padding: 10px;
  background: #ff8f00;
  background: -moz-linear-gradient(top, #ff8f00 0%, #ff6f1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f00), color-stop(100%,#ff6f1c));
  background: -webkit-linear-gradient(top, #ff8f00 0%,#ff6f1c 100%);
  background: -o-linear-gradient(top, #ff8f00 0%,#ff6f1c 100%);
  background: -ms-linear-gradient(top, #ff8f00 0%,#ff6f1c 100%);
  background: linear-gradient(to bottom, #ff8f00 0%,#ff6f1c 100%);
padding: 6px 5px;
margin: 0 auto 2px;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
margin: 0 5px;
text-shadow: 0 0 5px  #3D1C00;
text-align: center
}