Commit 50c7bb763138ac620e1ef699922ce888f7ea8f16

Authored by Виталий
1 parent 6386b9a9

Веталь

Showing 1 changed file with 41 additions and 8 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -4,7 +4,7 @@ body { padding:0;margin:0;
4 4 }
5 5 h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;}
6 6 .fl{float:left;}
7   -.fotter .wrap .fr{float:right; width: 180px; height: 50px; position: relative;}
  7 +.fotter .wrap .fr{float:right; width: 180px; height: 50px; position: relative;font-size: 12px;}
8 8 .fotter .wrap .fr img{position: absolute; top: 50%; margin-top: -10px; right: 0;}
9 9 .fotter .wrap .fl {line-height: 50px;}
10 10 .both{clear:both;}
... ... @@ -168,10 +168,10 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f
168 168  
169 169 .bread-crumbs{padding:0 0 0 20px;border-bottom:1px solid #d2d2d2; height: 29px;}
170 170 .bread-crumbs ul{list-style:none;margin:0 0 0 0;padding:0; height: 29px;}
171   -.bread-crumbs ul li{float:left;padding-left:20px;height: 100%; line-height: 29px; color: #7d7d7d; position: relative}
  171 +.bread-crumbs ul li{float:left;padding-left:20px;height: 100%; line-height: 29px; color: #7d7d7d; position: relative; font-size: 12px;}
172 172 .bread-crumbs ul li:first-child {padding-left: 0}
173 173 .bread-crumbs ul li a {font-size: 12px; display: block; color: #7d7d7d}
174   -.bread-crumbs ul li a:visited,.bread-crumbs ul li a:link{font-size:14px;color:#7d7d7d;text-decoration:underline;}
  174 +.bread-crumbs ul li a:visited,.bread-crumbs ul li a:link{color:#7d7d7d;text-decoration:underline;}
175 175 .bread-crumbs ul li a:hover{color:#464646;text-decoration: none;}
176 176 .breadcrumb > li + li:before {
177 177 color: #ccc;
... ... @@ -415,9 +415,33 @@ ul.brends_list li{float:left;text-align:center;margin:0px 15px 20px 15px;}
415 415 max-height: 365px;
416 416 vertical-align: middle;
417 417 }
  418 +input#subscribe-email::-webkit-input-placeholder {
  419 + color: #596065
  420 +}
  421 +
  422 +input#subscribe-email::-moz-placeholder {
  423 + color: #596065
  424 +}
  425 +
  426 +
  427 +input#subscribe-email:-ms-input-placeholder {
  428 + color: #596065
  429 +}
  430 +input#subscribe-sale::-webkit-input-placeholder {
  431 + color: #596065
  432 +}
  433 +
  434 +input#subscribe-sale::-moz-placeholder {
  435 + color: #596065
  436 +}
418 437  
419   -#subscribe-sale{width:100px;float:left;margin-right:20px;}
420   -.saletxt{width:150px;float:left;color:#ffffff;}
  438 +
  439 +input#subscribe-sale:-ms-input-placeholder {
  440 + color: #596065
  441 +}
  442 +#subscribe-email, #subscribe-sale {color: #596065}
  443 +#subscribe-sale{width:100px;float:left;margin-right:20px;height: 28px;}
  444 +.saletxt{width:150px;float:left;color:#ffffff; font-size: 12px;}
421 445 #subscribe-email{width:390px;}
422 446  
423 447 .txts{color:#9da9b1;font-size:18px;margin-bottom:20px;}
... ... @@ -473,9 +497,9 @@ ul.social {margin-top: 20px;}
473 497 .hide{display:none;}
474 498  
475 499  
476   -
  500 +.footer .fl{font-size: 12px;}
477 501 .fotter{background: #484f55;height: 50px;color:#98a3ab;}
478   -.fotter a{color:#98a3ab; line-height: 50px; float: left;}
  502 +.fotter a{color:#98a3ab; line-height: 50px; float: left; font-size: 12px;}
479 503  
480 504  
481 505 .view_products2{list-style: none;overflow:auto;height:400px;}
... ... @@ -966,7 +990,7 @@ a.active{font-weight:bold;text-decoration: underline;}
966 990  
967 991 #HOME_SLIDER .jssorb03 div.av:hover, #HOME_SLIDER .jssorb03 div.av:active, #HOME_SLIDER .jssorb03 .av {
968 992 cursor: default;
969   - background: #333;
  993 + background: #95BA2F;
970 994 }
971 995 .special-products {
972 996 padding-top: 30px;
... ... @@ -1221,4 +1245,13 @@ ul.product-special li.promo:after {
1221 1245 .special-products.products h3 {margin-bottom: 0;}
1222 1246 .special-products.products li.item {
1223 1247 margin-top: 30px;
  1248 +}
  1249 +.productLeftBar .cost_box {
  1250 + border-top: 0;
  1251 +}
  1252 +.productLeftBar .product_mod {
  1253 + width: 100%;
  1254 + float: left;
  1255 + border-bottom: 1px solid #d2d2d2;
  1256 + padding-bottom: 15px;
1224 1257 }
1225 1258 \ No newline at end of file
... ...