From 813c76533d01edbe034a15acacd148efbb58e691 Mon Sep 17 00:00:00 2001 From: erjemin Date: Sun, 22 Aug 2021 18:13:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=84=D0=BE=D1=80=D0=BC=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=86=D0=B8=D1=82=D0=B0=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/cadpoint.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/static/css/cadpoint.css b/public/static/css/cadpoint.css index 4e5f35a..952097b 100644 --- a/public/static/css/cadpoint.css +++ b/public/static/css/cadpoint.css @@ -170,6 +170,26 @@ div.news > div.row > div[class^="col"] > p > iframe { border-bottom: solid white 12px; border-image: url('/static/svgs/logo_cadpoint-2021-border.svg') 0 0 600 0 round; } +div.news > div.row > div[class^="col"] > blockquote { + font-family: 'Ubuntu Condensed', sans-serif; + font-weight: 100; + color: #006799; + font-size: 125%; + font-style:italic; + padding:1.2em 1.2em 1.2em 3em; + border-left:8px solid silver ; + line-height:1.6; + position: relative; + background:#EDEDED; +} +div.news > div.row > div[class^="col"] > blockquote:before{ + /*content: "\201C";*/ + content: "«"; + color:silver; + font-size:5em; + position: absolute; + left: 0; top:-1ex; +} div.news > div.row > div[class^="col"] > hr { margin: -30px auto 20px; padding: 0; color: transparent; height: 50px; border: none; border-bottom: 1px dashed #006799; box-shadow: 0 20px 20px -20px gray;