From f0161702c3dc6ad9e9d327fd0109e0b13433858f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 17:03:11 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index ef2814d..a952aa4 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1188,6 +1188,7 @@ img.mail-conv-sender-photo { background-color: rgba(254,254,254,.5); border: 1px solid rgba(254,254,254,.5); border-radius: $radius; + filter: drop-shadow(0px 0px 2px rgba(75, 75, 75, 0.678)); } #note-text { @@ -1484,6 +1485,7 @@ blockquote { .navbar { z-index:1030; + filter: drop-shadow(0px 0px 3px rgba(75, 75, 75, 0.678)); } .navbar-dark .navbar-nav .nav-link, @@ -1802,6 +1804,13 @@ dl.bb-dl > dd > li { .comment a { font-size: 0.9rem; } +.wall-item-name-link a { + font-size: 0.9rem; +} .toplevel_item { - box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.233); + filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); + transition: all 300ms 0s; +} +.toplevel_item:hover { + filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } \ No newline at end of file