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

File size: 11.89Kb
@import url(http://fonts.googleapis.com/css?family=Russo+One&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Ledger&subset=latin,cyrillic);

input, textarea {
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: solid 1px #d2d2d2;
}

input[type=submit] {
  color: #fff;
  border: #a61c00;
  background: rgb(215, 42, 0);
  background: -moz-linear-gradient(top, rgb(215, 42, 0) 0%, rgb(180, 32, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(215, 42, 0)), color-stop(100%, rgb(180, 32, 0)));
  background: -webkit-linear-gradient(top, rgb(215, 42, 0) 0%, rgb(180, 32, 0) 100%);
  background: -o-linear-gradient(top, rgb(215, 42, 0) 0%, rgb(180, 32, 0) 100%);
  background: -ms-linear-gradient(top, rgb(215, 42, 0) 0%, rgb(180, 32, 0) 100%);
  background: linear-gradient(to bottom, rgb(215, 42, 0) 0%, rgb(180, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72a00', endColorstr='#b42000',GradientType=0 );
}
input[type=checkbox],input[type=radio] { width: auto; }
img {
  vertical-align: middle;
  border: none;
}
hr {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c0c0c0;
  border-top-style: none;
  border-top-width: 0;
  border-right-style: none;
  border-right-width: 0;
  border-left-style: none;
  border-left-width: 0;
}

header ul li a span {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
section ul.catalog li a.click p {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#top:after,#menu:after {
  content: '';
  clear: both;
  display: table;
}

/*MIDDLE------------------------------------------------------------*/
/*.block b{
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f00', endColorstr='#ff6f1c',GradientType=0 );
}
*/
.block a { color: #CC0000; 
text-decoration: none;
}
.l1, .li {
  background: #fff;
  margin-bottom: 5px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
}
img.border {
  max-width: 100%;
}
table {
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
  background: #fff;
  width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
}
table td {
  padding: 5px;
  border-right: 1px solid #e6e6e6;
}
table td:last-child {
  border-right-style: none;
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
article {
  /*background: #ececec url(../images/noise.gif);*/
  padding: 10px;
}
/*addbutton*/
article .addbutton {
  text-align: center;
  padding-bottom: 10px;
}

article .addbutton a {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f00', endColorstr='#ff6f1c',GradientType=0 );
  color: #ffffff;
  position: relative;
  display: inline-table;
}

article .addbutton a:hover {
  text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
  color: #952300;
  background: #ff6a20;
  background: -moz-linear-gradient(top, #ff6a20 0%, #ff8b04 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6a20), color-stop(100%,#ff8b04));
  background: -webkit-linear-gradient(top, #ff6a20 0%,#ff8b04 100%);
  background: -o-linear-gradient(top, #ff6a20 0%,#ff8b04 100%);
  background: -ms-linear-gradient(top, #ff6a20 0%,#ff8b04 100%);
  background: linear-gradient(to bottom, #ff6a20 0%,#ff8b04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a20', endColorstr='#ff8b04',GradientType=0 );
}

article .addbutton a:after {
  content: '';
  background: url(../images/addbutton_arr.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 10px;
  margin-left: -10px;
}

article .addbutton a:hover:after {
  background-image: url(../images/addbutton_arrh.png);
}

article .addbutton a span._add {
  background: url(../images/ico_add.png) no-repeat 11px 11px;
  text-indent: -9999px;
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  border-right: 1px solid #ff7500;
}

article .addbutton a:hover span._add {
  background-image: url(../images/ico_addh.png);
}

article .addbutton a b {
  height: 27px;
  float: left;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #ff9700;
  display: block;
}
/*category*/
article ul.category {
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
}

article ul.category li {
  background: #ffffff;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

article ul.category li:last-child {
  border-bottom-style: none;
}

article ul.category li:hover {
  background: #fbfbfb;
}

article ul.category li a {
  text-decoration: none;
  position: relative;
  height: 20px;
  padding: 10px;
  display: block;
  color: #858585;
  text-decoration: none;
  text-shadow: 1px 0 #DEDEDE;
  font-size: 13px;
}

article ul.category li a span {
  color: #fff;
  background: #b9b9b9;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  margin-top: -10px;
  padding-right: 5px;
  padding-left: 5px;
}
/*catalog*/
article ul.catalog li {
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
  background: #ffffff;
  position: relative;
  margin-bottom: 5px;
}

article ul.catalog li:hover, article ul.catalog li:nth-child(2n):hover {
  background: #f3f3f3;
}

article ul.catalog li:nth-child(2n) {
  background: #FAFAFA;
}

article ul.catalog li a.click {
  text-shadow: #DEDEDE 0 1px;
  color: #803900;
  font-family: Ledger;
  font-size: 12px;

  text-decoration: none;
  position: relative;
  height: 40px;
  padding: 10px 10px 10px 40px;
  display: block;
  font-weight: normal
}

article ul.catalog li a.click strong {
  color: #b2b2b2;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
}

article ul.catalog li a.click span {
  text-decoration: none;
  text-shadow: #C2C2C2 0 1px;
  color: #CC0000;
  font-family: "Russo One";
  font-size: 19px
}

article ul.catalog li a.click p {
  color: #4d4d4d;
  margin-bottom: 0;
  padding-right: 40px;
}

article ul.catalog li a.stat {
  background: url(../images/catalog_stat.png) no-repeat center;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  border-left: 1px solid #d3d3d3;
}

article ul.catalog li a.stat:hover {
  background-color: #fff;
}

article ul.catalog li.new {
  background: #fffeec;
}

article ul.catalog li.new a.click span {
  color: #992400;
}

article ul.catalog li.new a.click strong {
  background: url(../images/new.png) no-repeat;
  text-indent: -9999px;
  left: 10px;
  width: 22px;
  height: 22px;
}

article ul.catalog li.new a.stat {
  background-image: url(../images/catalog_new.png);
}
/*pages*/
section nav.pages { background-color: #fff; text-align: center}
nav.pages {
  text-align: center;
  padding: 10px;
}
nav.pages ul li {
  display: inline-table;
}

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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#cdcdcd',GradientType=0 );
  text-decoration: none;
  width: 30px;
  height: 22px;
  padding-top: 5px;
  border: solid 1px #c0c0c0;
  display: block;
  margin-right: 5px;
}

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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#b9b9b9',GradientType=0 );
}

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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e02', endColorstr='#ff6b1f',GradientType=0 );
  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: 5px;
  width: 6px;
  height: 11px;
  display: inline-block;
}
/*adv*/
.adv {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  background: #fff1d1 url(../images/adv.png) no-repeat 96% 5px;
  padding: 10px;
}

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

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

div.l1 a:hover,div.li a:hover, table a:hover{
  color: #CC0000;
  border-bottom: 1px dotted #333333
}
div.l1 a{
  color: #FF7400;
  text-decoration: none;
  /*font-weight: bold;*/
  text-shadow: 1px 0 #FFAE6B
}
div.li{
   color: #FF7400;
  font-size: 15px;
  padding: 12px;
margin: 0;
margin-top: 9px;
box-shadow: 0px 2px 6px -1px #808080;
  }

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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f00', endColorstr='#ff6f1c',GradientType=0 );

padding: 6px 5px;
margin: 0 auto 2px;
font-size: 20px;
font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
margin: 0 5px;
text-shadow: 0 0 5px  #3D1C00;
text-align: center
}

article ul.category li a:hover{
color: #CC0000;
}