From 10c25d24aed27a0470da4e040787b803ad873794 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 6 Feb 2019 07:45:35 +0000 Subject: [PATCH 01/12] fix:: profile photo shader removed --- view/theme/plusfuture/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 9f570d4..db0e404 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1154,7 +1154,7 @@ img.mail-conv-sender-photo { height: $top_photo; border: none; border-radius: 50px; - filter: drop-shadow(2px 2px 2px rgba(75, 75, 75, 0.635)); + /*filter: drop-shadow(2px 2px 2px rgba(75, 75, 75, 0.635));*/ } .comment .wall-item-photo { From 0785ea33bef1444e8397bbd8ca862be63ee1dda7 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 6 Feb 2019 14:21:52 +0000 Subject: [PATCH 02/12] =?UTF-8?q?fix=20=E3=82=82=E3=81=A3=E3=81=A8?= =?UTF-8?q?=E3=81=BF=E3=82=8Bshadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index db0e404..69edcbd 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1186,6 +1186,7 @@ img.mail-conv-sender-photo { display: block; border-top: 1px dashed #ccc; text-align: center; + box-shadow: 0px -10px 15px -5px rgba(0,0,0,0.4); } .divgrow-showmore:hover { From 234d7be1ab7a4229932623651efe4ded46125a35 Mon Sep 17 00:00:00 2001 From: harukin Date: Sun, 10 Feb 2019 19:03:59 +0900 Subject: [PATCH 03/12] fix sidemenu color --- view/theme/plusfuture/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 69edcbd..4689744 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1925,6 +1925,10 @@ dl.bb-dl > dd > li { display: flex; margin-left: 40px; margin-top: 7px; + color: #757575; +} +#user_menu > ul > li > a:hover { + color: $colour; } #user_menu > ul > li > a > i { font-size: 130%; From a5499127dde8a98c07592676e78402d397d9f7e8 Mon Sep 17 00:00:00 2001 From: harukin Date: Sun, 10 Feb 2019 19:06:20 +0900 Subject: [PATCH 04/12] fix valiable typo --- view/theme/plusfuture/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 4689744..faaf975 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1928,7 +1928,7 @@ dl.bb-dl > dd > li { color: #757575; } #user_menu > ul > li > a:hover { - color: $colour; + color: $link_colour; } #user_menu > ul > li > a > i { font-size: 130%; From 3c399fd3336eb4f0fcecabd585992cd12ebd8cab Mon Sep 17 00:00:00 2001 From: harukin Date: Sun, 10 Feb 2019 20:38:21 +0900 Subject: [PATCH 05/12] bottom notification test --- view/theme/plusfuture/css/style.css | 12 +++++++++--- view/theme/plusfuture/tpl/userlogomenu.tpl | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index faaf975..4c37dd8 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1914,9 +1914,10 @@ dl.bb-dl > dd > li { left: -40px; transition: all 300ms 0s; } -#user_menu > ul > iframe { - position: relative; - left: -15px; +.region_1-on #user_menu > ul > iframe { + position: fixed; + left: -10px; + bottom: 50px; } #user_menu > ul > li:hover { background-color: #e1dede; @@ -2227,6 +2228,11 @@ nav .navbar-nav > .text-truncate { margin-right: calc(calc(50% - $converse_widts) / 2); } } +@media screen and (max-height: 780px) { + #user_menu > ul > iframe { + display: none; + } +} .toplevel_item:nth-child(2n) { float: left; } diff --git a/view/theme/plusfuture/tpl/userlogomenu.tpl b/view/theme/plusfuture/tpl/userlogomenu.tpl index b464068..07d5285 100644 --- a/view/theme/plusfuture/tpl/userlogomenu.tpl +++ b/view/theme/plusfuture/tpl/userlogomenu.tpl @@ -67,7 +67,7 @@

利用規約

- +