From d0b123ec3ab681284ca1a73ca2a8bf7eacb3f619 Mon Sep 17 00:00:00 2001 From: Веталь Date: Mon, 23 May 2016 14:31:46 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 43738c3..09c6086 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -929,4 +929,58 @@ a.active{font-weight:bold;text-decoration: underline;} } .jcarousel-skin-tango .jcarousel-next-vertical { bottom: -13px; +} +ul.product-special { + position: absolute; + top: 0; + left: 0; +} +ul.product-special li { + color: #333; + font-size: 10px; + text-transform: uppercase; + font-weight: 700; + height: 22px; + line-height: 24px; + padding: 0 9px; + position: relative; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +ul.product-special li.top { + background: #fbc665; +} +ul.product-special li.top:after { + content: ''; + position: absolute; + left: 52px; + top: 3px; + border: 11px solid transparent; + border-top: 5px solid #fbc665; + transform: rotate(-90deg); +} +ul.product-special li.new { + background: #42b9f6; +} + +ul.product-special li.new:after { + content: ''; + position: absolute; + left: 52px; + top: 3px; + border: 11px solid transparent; + border-top: 5px solid #42b9f6; + transform: rotate(-90deg); +} +ul.product-special li.promo { + background: #f75d50; +} +ul.product-special li.promo:after { + content: ''; + position: absolute; + left: 52px; + top: 3px; + border: 11px solid transparent; + border-top: 5px solid #f75d50; + transform: rotate(-90deg); } \ No newline at end of file -- libgit2 0.21.4