From 18bd130a716095452f20102265e39c40835632d7 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 14 Nov 2018 20:30:46 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=82=A2=E3=83=90=E3=82=BF=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E5=8A=A0=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index b1dbd3d..196c9bd 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1265,7 +1265,9 @@ img.mail-conv-sender-photo { #avatar { width: 2.35rem; height: 2.35rem; - border-radius: $radius; + /*カスタマイズ*/ + border-radius: 50%; + filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } #nav-app-link { From 90fff738c5804797543e6f77afcdb893a42d8c6a Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 14 Nov 2018 20:33:31 +0900 Subject: [PATCH 2/3] --- plusfuture/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 196c9bd..116f7c6 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1267,7 +1267,7 @@ img.mail-conv-sender-photo { height: 2.35rem; /*カスタマイズ*/ border-radius: 50%; - filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); + filter: drop-shadow(2px 2px 3px rgba(75, 75, 75, 0.378)); } #nav-app-link { From cf87635e5c1a8a5a1ad2e9b4ca4971871c907656 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 15 Nov 2018 01:33:22 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E5=86=8D=E5=85=B1=E6=9C=89=E6=83=85?= =?UTF-8?q?=E5=A0=B1=E3=81=AE=E7=89=B9=E6=AE=8A=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 116f7c6..65230d4 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -2005,4 +2005,23 @@ a[title*="pawoo.net"]::after{ .contact-photo-wrapper a::before,.contact-photo-wrapper a::after{ display: none; +} + +.shared_container{ + border-radius: 2px; + margin-top: 15px; + box-shadow: 2px 2px 5px 2px rgba(75, 75, 75, 0.5); + margin-left: 10px; +} + +.shared_container::before{ + content: ' 再共有 '; + font-size: 0.8em; + position: relative; + top: -15px; + background-color: #cdf6a1; + border-radius: 0.6em; + margin: 15px; + left: -25px; + filter: drop-shadow(1px 1px 1px rgba(75 ,75 ,75, 0.675)); } \ No newline at end of file