From 523baf82f50722b64cf768c1551ebec5607750eb Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 17:33:11 +0900 Subject: [PATCH 01/15] =?UTF-8?q?=E3=83=89=E3=83=AD=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=83=80=E3=82=A6=E3=83=B3=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=83=86=E3=82=B9=E3=83=88=E3=81=A8=E5=90=8D?= =?UTF-8?q?=E5=89=8D=E3=82=B5=E3=82=A4=E3=82=BA=E5=B7=A8=E5=A4=A7=E5=8C=96?= =?UTF-8?q?=E3=81=AE=E3=83=86=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index d454e66..2aab741 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1797,8 +1797,13 @@ dl.bb-dl > dd > li { /*testarea*/ -.wall-item-outside-wrapper a { +.wall-item-outside-wrapper span { + font-size: 1.3rem; } +.dropdown-menu { + z-index: 2000; +} + .comment a { font-size: 0.9rem; } From d228fecfe94037fc642ac28eb171ccd197163688 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 17:45:22 +0900 Subject: [PATCH 02/15] --- plusfuture/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 2aab741..716ec65 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1798,7 +1798,10 @@ dl.bb-dl > dd > li { /*testarea*/ .wall-item-outside-wrapper span { - font-size: 1.3rem; + font-size: 1.2rem; +} +.wall-item-outside-wrapper .u-comment span { + font-size: 0.9rem; } .dropdown-menu { z-index: 2000; From 71b3a508105766a8de95511d9b2adbba047f7af8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 17:57:17 +0900 Subject: [PATCH 03/15] =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=82=B5=E3=82=A4=E3=82=BA=E3=83=86=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 716ec65..94dd5ae 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1797,10 +1797,10 @@ dl.bb-dl > dd > li { /*testarea*/ -.wall-item-outside-wrapper span { +.toplevel_item > .wall-item-outside-wrapper span { font-size: 1.2rem; } -.wall-item-outside-wrapper .u-comment span { +.u-comment span { font-size: 0.9rem; } .dropdown-menu { From e27d8e5f1b9b815e13ae975f60d58dd5e475ba98 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 17:59:52 +0900 Subject: [PATCH 04/15] =?UTF-8?q?=E9=AB=98=E3=81=95=E6=A6=82=E5=BF=B5?= =?UTF-8?q?=E3=81=AE=E8=AA=BF=E6=95=B4=E6=AE=B5=E9=9A=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 94dd5ae..40b439d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1803,13 +1803,7 @@ dl.bb-dl > dd > li { .u-comment span { font-size: 0.9rem; } -.dropdown-menu { - z-index: 2000; -} -.comment a { - font-size: 0.9rem; -} .toplevel_item { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); transition: all 300ms 0s; From 02918f0220a9533b027537976cdcb1767720bb08 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:21:31 +0900 Subject: [PATCH 05/15] =?UTF-8?q?=E9=9A=8E=E5=B1=A4=E6=A6=82=E5=BF=B5?= =?UTF-8?q?=E3=81=AE=E4=BF=AE=E6=AD=A3=E3=81=A8=E5=BD=B1=E3=81=AE=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 40b439d..b3a669d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1806,8 +1806,12 @@ dl.bb-dl > dd > li { .toplevel_item { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); + box-shadow: 1px 0px 0px 2px rgba(0,0,0,0.1); transition: all 300ms 0s; } .toplevel_item:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); +} +.dropdown-menu { + filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } \ No newline at end of file From 32a524b17fabf3ccd6b5db70a71603ba3525407e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:22:38 +0900 Subject: [PATCH 06/15] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=BF=98=E3=82=8Cw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index b3a669d..df2334d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1805,7 +1805,6 @@ dl.bb-dl > dd > li { } .toplevel_item { - filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); box-shadow: 1px 0px 0px 2px rgba(0,0,0,0.1); transition: all 300ms 0s; } From 00dc8fbbb5a242254ab869b678da9a638d2a3c54 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:33:31 +0900 Subject: [PATCH 07/15] =?UTF-8?q?=E5=BD=B1=E8=BF=BD=E5=8A=A0=E3=81=A8?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index df2334d..955c3f3 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1797,15 +1797,12 @@ dl.bb-dl > dd > li { /*testarea*/ -.toplevel_item > .wall-item-outside-wrapper span { +.toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } -.u-comment span { - font-size: 0.9rem; -} .toplevel_item { - box-shadow: 1px 0px 0px 2px rgba(0,0,0,0.1); + box-shadow: 0px 0px 0px 2px rgba(75, 75, 75, 0.3); transition: all 300ms 0s; } .toplevel_item:hover { @@ -1813,4 +1810,12 @@ dl.bb-dl > dd > li { } .dropdown-menu { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); +} + +.jot-text-wrap { + filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); + transition: all 300ms 0s; +} +.jot-text-wrap:hover { + filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } \ No newline at end of file From 0cd6ec2bfc76be5e78cd5ef15767547491130f4e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:37:33 +0900 Subject: [PATCH 08/15] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 955c3f3..4a1e77e 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1812,10 +1812,10 @@ dl.bb-dl > dd > li { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } -.jot-text-wrap { +#jot-text-wrap { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); transition: all 300ms 0s; } -.jot-text-wrap:hover { +#jot-text-wrap:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } \ No newline at end of file From c67870a41de1e4cf3f2ae55cf0b542cfa5d582c3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:40:54 +0900 Subject: [PATCH 09/15] =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=A2=E8=8B=A6=E6=82=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 4a1e77e..0f4a6fe 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1812,10 +1812,10 @@ dl.bb-dl > dd > li { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } -#jot-text-wrap { +#profile-jot-wrapper { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); transition: all 300ms 0s; } -#jot-text-wrap:hover { +#profile-jot-wrapper:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } \ No newline at end of file From 407f4222e7a00045f5159e3e46a7e0e2d482757e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:47:10 +0900 Subject: [PATCH 10/15] =?UTF-8?q?=E8=A6=AA=E6=8A=95=E7=A8=BF=E3=81=AE?= =?UTF-8?q?=E5=BD=B1=E4=BB=98=E3=81=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 0f4a6fe..310a69b 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1800,9 +1800,11 @@ dl.bb-dl > dd > li { .toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } - +.wall-item-outside-wrapper > .wall-item-content-wrapper { + box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); +} .toplevel_item { - box-shadow: 0px 0px 0px 2px rgba(75, 75, 75, 0.3); + box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); transition: all 300ms 0s; } .toplevel_item:hover { From 98691ad2959de47681ad0fd8ee9618f5a874e9eb Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:53:13 +0900 Subject: [PATCH 11/15] =?UTF-8?q?=E6=8A=95=E7=A8=BF=E3=83=9D=E3=82=B9?= =?UTF-8?q?=E3=83=88=E5=88=86=E9=9B=A2=E3=83=86=E3=82=B9=E3=83=882?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 310a69b..2b169c6 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1800,7 +1800,7 @@ dl.bb-dl > dd > li { .toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } -.wall-item-outside-wrapper > .wall-item-content-wrapper { +.toplevel_item > .wall-item-outside-wrapper { box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); } .toplevel_item { From 511d2a67407ca3469a3e5a834c878ea8aabcfbed Mon Sep 17 00:00:00 2001 From: harukin Date: Sun, 28 Oct 2018 19:08:01 +0900 Subject: [PATCH 12/15] =?UTF-8?q?Revert=20"=E3=83=86=E3=82=AD=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=82=A8=E3=83=AA=E3=82=A2=E8=8B=A6=E6=82=A9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c67870a41de1e4cf3f2ae55cf0b542cfa5d582c3 --- plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 2b169c6..c4c9393 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1814,10 +1814,10 @@ dl.bb-dl > dd > li { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } -#profile-jot-wrapper { +#jot-text-wrap { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); transition: all 300ms 0s; } -#profile-jot-wrapper:hover { +#jot-text-wrap:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } \ No newline at end of file From 866154f8ca6d76483c246c02d379015d0dea3350 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 19:10:13 +0900 Subject: [PATCH 13/15] =?UTF-8?q?=E6=92=A4=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index c4c9393..eabe649 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1800,9 +1800,6 @@ dl.bb-dl > dd > li { .toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } -.toplevel_item > .wall-item-outside-wrapper { - box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); -} .toplevel_item { box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); transition: all 300ms 0s; From bd3bfef413d5a8999fc593dd824ca8d68f34270e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 19:12:10 +0900 Subject: [PATCH 14/15] =?UTF-8?q?text=E5=85=A5=E5=8A=9B=E6=AC=84=E5=BD=B1?= =?UTF-8?q?=E4=BB=98=E3=81=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index eabe649..e585e2f 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1811,10 +1811,10 @@ dl.bb-dl > dd > li { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } -#jot-text-wrap { +#profile-jot-wrapper { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); transition: all 300ms 0s; } -#jot-text-wrap:hover { +#profile-jot-wrapper:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } \ No newline at end of file From a8191912348a7843ff2447efef596a7558bfa21b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 19:15:24 +0900 Subject: [PATCH 15/15] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=AC=84=E5=BD=B1?= =?UTF-8?q?=E4=BB=98=E3=81=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index e585e2f..1ebc75e 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1800,11 +1800,11 @@ dl.bb-dl > dd > li { .toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } -.toplevel_item { +.toplevel_item , .notifications_wrapper { box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); transition: all 300ms 0s; } -.toplevel_item:hover { +.toplevel_item:hover , .notifications_wrapper:hover{ filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } .dropdown-menu {