Commit 1be3363807548738d2592adcb83e98efd0d9c4fb
1 parent
6f35eae4
Веталь
Showing
1 changed file
with
22 additions
and
7 deletions
Show diff stats
frontend/web/css/style.css
| 1 | 1 | html,form, |
| 2 | 2 | body { padding:0;margin:0; |
| 3 | - font-family: 'Roboto';font-size:14px;color:#1d1d1b;height:100%; | |
| 3 | + font-family: 'Roboto';font-size:14px;color:#333;height:100%; | |
| 4 | 4 | } |
| 5 | 5 | h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;} |
| 6 | 6 | .fl{float:left;} |
| ... | ... | @@ -28,12 +28,13 @@ a:hover{color:#799920;} |
| 28 | 28 | nav.top{background:#f5f5f5;padding:10px 0px;border-bottom:1px solid #d2d2d2;font-size:12px;} |
| 29 | 29 | nav.top ul{list-style:none;margin:0px;padding:0px;} |
| 30 | 30 | nav.top ul li{float:left;padding-right:20px;} |
| 31 | +nav.top ul li a{font-size: 12px;} | |
| 31 | 32 | nav.top a{color:#6a6a6a;text-decoration:none;} |
| 32 | 33 | |
| 33 | 34 | #help{background:url('../img/help.png') right no-repeat;padding-right:20px;} |
| 34 | 35 | #help span{border-bottom:1px dotted #6a6a6a;} |
| 35 | 36 | |
| 36 | -#login{background:url('../img/login.png') right no-repeat;padding-right:20px;} | |
| 37 | +#login{background:url('../img/login.png') right no-repeat;padding-right:20px; font-size: 12px;} | |
| 37 | 38 | #login span{border-bottom:1px dotted #6a6a6a;} |
| 38 | 39 | |
| 39 | 40 | .search{margin:-5px 0px -5px 100px;float:left;} |
| ... | ... | @@ -106,8 +107,8 @@ a.myorders{color:#f75d50} |
| 106 | 107 | .why_me_, .products { |
| 107 | 108 | border-top: 1px solid #d2d2d2; |
| 108 | 109 | } |
| 109 | -.products ul{list-style:none;margin:0px;padding:0px;} | |
| 110 | -.products ul li.item{float:left;width:192px;margin:0px 0 15px 0;text-align:center;position:relative;} | |
| 110 | +.products ul{list-style:none;margin:0;padding:0;} | |
| 111 | +.products ul li.item{float:left;width:192px;margin:0 0 50px 0;text-align:center;position:relative;} | |
| 111 | 112 | .products ul li a.name{display:block;color:#333;font-size: 15px;text-decoration:none;margin:15px 0 0 0;height:35px;overflow: hidden; box-sizing: border-box;padding: 0 10px;} |
| 112 | 113 | .products ul li .info{text-align: left;} |
| 113 | 114 | .pn{border:none;} |
| ... | ... | @@ -115,7 +116,7 @@ a.myorders{color:#f75d50} |
| 115 | 116 | .cost{color:#f75d50;font-size:18px;margin:0;padding:0;} |
| 116 | 117 | .cost span, .cost span.valute {font-size: 14px;} |
| 117 | 118 | strike, strike span#old_cost{font-size:14px; color: #333} |
| 118 | -a.link_buy{font-size: 15px; display:block;margin:0 auto 10px auto;width:122px;height:38px;line-height:38px;text-transform: uppercase;color:#ffffff;text-decoration:none;font-weight:600;text-align:center; | |
| 119 | +a.link_buy{font-size: 12px; display:block;margin:0 auto 10px auto;width:122px;height:29px;line-height:32px;text-transform: uppercase;color:#ffffff;text-decoration:none;font-weight:600;text-align:center; | |
| 119 | 120 | background: #95ba2f; |
| 120 | 121 | border-radius: 4px; |
| 121 | 122 | border-bottom: 3px solid #799920; |
| ... | ... | @@ -186,7 +187,7 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f |
| 186 | 187 | |
| 187 | 188 | .filters{border-top:1px solid #d2d2d2;padding:20px 0px 0px;margin-top:20px;} |
| 188 | 189 | .filters .begin{text-transform: uppercase;font-weight:bold; font-size: 12px;} |
| 189 | -.filters ul{list-style:none;margin:0px;padding:0px;line-height:22px;} | |
| 190 | +.filters ul{list-style:none;margin:0px;padding:0px;line-height:22px; margin-top: 6px;} | |
| 190 | 191 | .filters ul li a{color:#8fa951;text-decoration:none; font-size: 13px;} |
| 191 | 192 | .filters ul li a:hover{text-decoration:underline;} |
| 192 | 193 | |
| ... | ... | @@ -343,7 +344,7 @@ ul.brends_list li{float:left;text-align:center;margin:0px 15px 20px 15px;} |
| 343 | 344 | .content ul.pagination li a:hover {text-decoration: underline} |
| 344 | 345 | .content ul.pagination li.active a{color: #333333;} |
| 345 | 346 | .boxitem{ |
| 346 | - height:289px; | |
| 347 | + height:283px; | |
| 347 | 348 | } |
| 348 | 349 | ul.social {margin-top: 20px;} |
| 349 | 350 | .social{list-style: none;margin: 10px;padding: 0px;height:48px;} |
| ... | ... | @@ -872,6 +873,7 @@ a.active{font-weight:bold;text-decoration: underline;} |
| 872 | 873 | line-height: 6px; |
| 873 | 874 | background: #fff; |
| 874 | 875 | border: 2px solid #fff; |
| 876 | + box-shadow: 0px 0px 5px 0px rgba(54, 54, 54, 0.75); | |
| 875 | 877 | } |
| 876 | 878 | #HOME_SLIDER .jssorb03 .av { |
| 877 | 879 | background: none; |
| ... | ... | @@ -993,5 +995,18 @@ ul.product-special li.promo:after { |
| 993 | 995 | margin-top: 1px; |
| 994 | 996 | } |
| 995 | 997 | .products.pn a.link_buy { |
| 998 | + margin-bottom: 0; | |
| 999 | +} | |
| 1000 | +.products.pn { | |
| 1001 | + padding-bottom: 0; | |
| 1002 | +} | |
| 996 | 1003 | |
| 1004 | +._form_checkbox_reset, .sort_block ul li a, .sort_block { | |
| 1005 | + font-size: 12px; | |
| 1006 | +} | |
| 1007 | +.sort_block ul li a { | |
| 1008 | + color: #8fa951; | |
| 1009 | +} | |
| 1010 | +.sort_block ul li a:hover { | |
| 1011 | + color: #333; | |
| 997 | 1012 | } |
| 998 | 1013 | \ No newline at end of file | ... | ... |