From a27044b69110c08418089eefeb438e4dee934f9d Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 11 Apr 2017 15:49:10 -0300 Subject: [PATCH 1/2] =?UTF-8?q?=C3=81dding=20style=20for=20the=20infoBox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/coral-embed-stream/style/default.css | 22 +++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 2ef617593..d4e68e360 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -80,8 +80,8 @@ hr { .coral-plugin-infobox-info { top: 0; border: 0; - background: rgb(35,118,216); - color: white; + background: #DEEDFF; + color: #2a2a2a; width: 100%; text-align: left; padding: 10px; @@ -92,6 +92,24 @@ hr { } +.coral-plugin-infobox-info em{ + font-style: italic; +} + +.coral-plugin-infobox-info strong{ + font-weight: bold; +} + +.coral-plugin-infobox-info blockquote{ + border-left: solid 2px #536d8c; + padding-left: 10px; +} + + +.coral-plugin-infobox-info a{ + color: #012d67; +} + .commentStream .material-icons { vertical-align: middle; width: 1em; From 93358564747587020f454ef0a2e0ae874101f2e1 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 11 Apr 2017 15:55:18 -0300 Subject: [PATCH 2/2] Links style --- client/coral-embed-stream/style/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index d4e68e360..89436e000 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -101,13 +101,13 @@ hr { } .coral-plugin-infobox-info blockquote{ - border-left: solid 2px #536d8c; + border-left: solid 2px #2a2a2a; padding-left: 10px; } .coral-plugin-infobox-info a{ - color: #012d67; + color: #2a2a2a; } .commentStream .material-icons {