From 935fe997191522f0f8467a8d468ce6d150eedd69 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 14:00:33 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E9=96=A2?= =?UTF-8?q?=E9=80=A3=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 354c014..a10f2f5 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1142,7 +1142,7 @@ img.mail-conv-sender-photo { height: $top_photo; border: none; border-radius: 50px; - box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; + filter: drop-shadow(2px 2px 2px rgba(75, 75, 75, 0.635)); } .comment .wall-item-photo { @@ -1794,3 +1794,9 @@ dl.bb-dl > dd > li { .hover-fx-show:hover .hover-fx-hide { opacity: 1; } + + +/*testarea*/ +.wall-item-outside-wrapper > .div > .div > .div > a { + font-size: 1.3rem; +} \ No newline at end of file