diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 6f125bf..eeb47f5 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1,6 +1,6 @@ html,form, body { padding:0;margin:0; - font-family: 'Roboto';font-size:14px;color:#1d1d1b;height:100%; + font-family: 'Roboto';font-size:14px;color:#333;height:100%; } h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;} .fl{float:left;} @@ -28,12 +28,13 @@ a:hover{color:#799920;} nav.top{background:#f5f5f5;padding:10px 0px;border-bottom:1px solid #d2d2d2;font-size:12px;} nav.top ul{list-style:none;margin:0px;padding:0px;} nav.top ul li{float:left;padding-right:20px;} +nav.top ul li a{font-size: 12px;} nav.top a{color:#6a6a6a;text-decoration:none;} #help{background:url('../img/help.png') right no-repeat;padding-right:20px;} #help span{border-bottom:1px dotted #6a6a6a;} -#login{background:url('../img/login.png') right no-repeat;padding-right:20px;} +#login{background:url('../img/login.png') right no-repeat;padding-right:20px; font-size: 12px;} #login span{border-bottom:1px dotted #6a6a6a;} .search{margin:-5px 0px -5px 100px;float:left;} @@ -106,8 +107,8 @@ a.myorders{color:#f75d50} .why_me_, .products { border-top: 1px solid #d2d2d2; } -.products ul{list-style:none;margin:0px;padding:0px;} -.products ul li.item{float:left;width:192px;margin:0px 0 15px 0;text-align:center;position:relative;} +.products ul{list-style:none;margin:0;padding:0;} +.products ul li.item{float:left;width:192px;margin:0 0 50px 0;text-align:center;position:relative;} .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;} .products ul li .info{text-align: left;} .pn{border:none;} @@ -115,7 +116,7 @@ a.myorders{color:#f75d50} .cost{color:#f75d50;font-size:18px;margin:0;padding:0;} .cost span, .cost span.valute {font-size: 14px;} strike, strike span#old_cost{font-size:14px; color: #333} -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; +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; background: #95ba2f; border-radius: 4px; border-bottom: 3px solid #799920; @@ -186,7 +187,7 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f .filters{border-top:1px solid #d2d2d2;padding:20px 0px 0px;margin-top:20px;} .filters .begin{text-transform: uppercase;font-weight:bold; font-size: 12px;} -.filters ul{list-style:none;margin:0px;padding:0px;line-height:22px;} +.filters ul{list-style:none;margin:0px;padding:0px;line-height:22px; margin-top: 6px;} .filters ul li a{color:#8fa951;text-decoration:none; font-size: 13px;} .filters ul li a:hover{text-decoration:underline;} @@ -343,7 +344,7 @@ ul.brends_list li{float:left;text-align:center;margin:0px 15px 20px 15px;} .content ul.pagination li a:hover {text-decoration: underline} .content ul.pagination li.active a{color: #333333;} .boxitem{ - height:289px; + height:283px; } ul.social {margin-top: 20px;} .social{list-style: none;margin: 10px;padding: 0px;height:48px;} @@ -872,6 +873,7 @@ a.active{font-weight:bold;text-decoration: underline;} line-height: 6px; background: #fff; border: 2px solid #fff; + box-shadow: 0px 0px 5px 0px rgba(54, 54, 54, 0.75); } #HOME_SLIDER .jssorb03 .av { background: none; @@ -993,5 +995,18 @@ ul.product-special li.promo:after { margin-top: 1px; } .products.pn a.link_buy { + margin-bottom: 0; +} +.products.pn { + padding-bottom: 0; +} +._form_checkbox_reset, .sort_block ul li a, .sort_block { + font-size: 12px; +} +.sort_block ul li a { + color: #8fa951; +} +.sort_block ul li a:hover { + color: #333; } \ No newline at end of file -- libgit2 0.21.4