From 6dfbf18b44d3e682dba483ece19bd97aa840d31d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 13:18:52 +0900 Subject: [PATCH 01/15] =?UTF-8?q?=E8=AA=BF=E6=95=B4=E3=81=AB=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 2 +- plusfuture/schema/Focus-Light.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 0150be2..354c014 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1141,7 +1141,7 @@ img.mail-conv-sender-photo { width: $top_photo; height: $top_photo; border: none; - border-radius: $radius; + border-radius: 50px; box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; } diff --git a/plusfuture/schema/Focus-Light.php b/plusfuture/schema/Focus-Light.php index d144e7c..14ee130 100644 --- a/plusfuture/schema/Focus-Light.php +++ b/plusfuture/schema/Focus-Light.php @@ -7,6 +7,6 @@ if (! $nav_active_icon_colour) $nav_active_icon_colour = "rgba(0, 0, 0, 0.7)"; if (! $radius) - $radius = "50px"; + $radius = "4px"; if (! $banner_colour) $banner_colour = "rgba(0, 0, 0, 0.7)"; From 814e6f1ab46fc7e58258507f51a16de5c4922241 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 13:28:39 +0900 Subject: [PATCH 02/15] =?UTF-8?q?=E3=83=97=E3=83=AD=E3=83=95=E3=82=A3?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E7=94=BB=E5=83=8F=E3=81=AE=E5=BD=B1=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/php/style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/php/style.php b/plusfuture/php/style.php index 3d18259..b6b6ca8 100644 --- a/plusfuture/php/style.php +++ b/plusfuture/php/style.php @@ -103,9 +103,9 @@ if (! $shadow) if (! $converse_width) $converse_width = '790'; if(! $top_photo) - $top_photo = '2.3rem'; + $top_photo = '3px'; if(! $reply_photo) - $reply_photo = '2.3rem'; + $reply_photo = '3px'; // Apply the settings if(file_exists('view/theme/plusfuture/css/style.css')) { From 66224ae5648f59f2165d457cfc46be797b5434cc Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 13:34:21 +0900 Subject: [PATCH 03/15] =?UTF-8?q?=E3=83=97=E3=83=AD=E3=83=95=E7=94=BB?= =?UTF-8?q?=E5=83=8F=E3=81=AE=E5=BD=B1=E9=96=A2=E9=80=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/php/style.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plusfuture/php/style.php b/plusfuture/php/style.php index b6b6ca8..8a3643d 100644 --- a/plusfuture/php/style.php +++ b/plusfuture/php/style.php @@ -103,10 +103,11 @@ if (! $shadow) if (! $converse_width) $converse_width = '790'; if(! $top_photo) - $top_photo = '3px'; + $top_photo = '3rem'; if(! $reply_photo) - $reply_photo = '3px'; - + $reply_photo = '2.3rem'; +if(! $shadowpx) + $shadowpx = '3px'; // Apply the settings if(file_exists('view/theme/plusfuture/css/style.css')) { From 935fe997191522f0f8467a8d468ce6d150eedd69 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 14:00:33 +0900 Subject: [PATCH 04/15] =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?= =?UTF-8?q?=E9=96=A2=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 From a20a735963add2070c298a32613f284265c4fea2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 14:44:12 +0900 Subject: [PATCH 05/15] =?UTF-8?q?=E5=90=8C=E3=81=98?= 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 a10f2f5..c7a4526 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1797,6 +1797,6 @@ dl.bb-dl > dd > li { /*testarea*/ -.wall-item-outside-wrapper > .div > .div > .div > a { +.wall-item-outside-wrapper a { font-size: 1.3rem; } \ No newline at end of file From 8ee2f5cfac082f133ba70375fda6c7e1cba10159 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 14:47:52 +0900 Subject: [PATCH 06/15] =?UTF-8?q?=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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index c7a4526..868afd1 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1799,4 +1799,7 @@ dl.bb-dl > dd > li { /*testarea*/ .wall-item-outside-wrapper a { font-size: 1.3rem; +} +.u-comment a { + font-size: 0.9rem; } \ No newline at end of file From a5e72966b3f194668e5758a1f1ec17137c4daacc Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 14:51:46 +0900 Subject: [PATCH 07/15] --- 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 868afd1..be888bb 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1800,6 +1800,6 @@ dl.bb-dl > dd > li { .wall-item-outside-wrapper a { font-size: 1.3rem; } -.u-comment a { +.comment a { font-size: 0.9rem; } \ No newline at end of file From 97dfefd68a2423fbf33037e5e167bced0916ce75 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 14:58:26 +0900 Subject: [PATCH 08/15] =?UTF-8?q?box=E5=BD=B1=E8=BF=BD=E5=8A=A0=EF=BC=86?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=A8=E3=83=AA=E3=82=A2?= =?UTF-8?q?=E6=96=87=E5=AD=97=E8=89=B2=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/blockmode.css | 3 +++ plusfuture/css/style.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/plusfuture/css/blockmode.css b/plusfuture/css/blockmode.css index cc1db20..2116ebf 100644 --- a/plusfuture/css/blockmode.css +++ b/plusfuture/css/blockmode.css @@ -13,3 +13,6 @@ margin-left: 5px; margin-bottom: 35px; } +.toplevel_item { + box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); +} diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index be888bb..a0d6d8d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1802,4 +1802,7 @@ dl.bb-dl > dd > li { } .comment a { font-size: 0.9rem; +} +.comment { + background: rgb(199, 199, 199); } \ No newline at end of file From edf879fe1e90714811a1d96bc0effd01d21b7a63 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 15:00:04 +0900 Subject: [PATCH 09/15] --- plusfuture/css/blockmode.css | 4 +--- plusfuture/css/style.css | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plusfuture/css/blockmode.css b/plusfuture/css/blockmode.css index 2116ebf..f880537 100644 --- a/plusfuture/css/blockmode.css +++ b/plusfuture/css/blockmode.css @@ -13,6 +13,4 @@ margin-left: 5px; margin-bottom: 35px; } -.toplevel_item { - box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); -} + diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index a0d6d8d..e2af657 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1805,4 +1805,7 @@ dl.bb-dl > dd > li { } .comment { background: rgb(199, 199, 199); +} +.toplevel_item { + box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); } \ No newline at end of file From 0c48a1da6926fb4b214fd61d5865c7429292350b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 15:13:44 +0900 Subject: [PATCH 10/15] --- plusfuture/css/style.css | 7 +++---- plusfuture/php/style.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index e2af657..e35bb9e 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1108,7 +1108,9 @@ img.mail-conv-sender-photo { border-top-right-radius: 0px; border-top-left-radius: 0px; } - +.p-2 .wall-item-comment-wrapper .wall-item-comment-wrapper-wc { + background-color: $comment_item_colour; +} .hide-comments-outer { background-color: $comment_item_colour; border-top-color: #ccc; @@ -1803,9 +1805,6 @@ dl.bb-dl > dd > li { .comment a { font-size: 0.9rem; } -.comment { - background: rgb(199, 199, 199); -} .toplevel_item { box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); } \ No newline at end of file diff --git a/plusfuture/php/style.php b/plusfuture/php/style.php index 8a3643d..7742e35 100644 --- a/plusfuture/php/style.php +++ b/plusfuture/php/style.php @@ -89,7 +89,7 @@ if (! $background_image) if (! $item_colour) $item_colour = 'rgb(255,255,255)'; if (! $comment_item_colour) - $comment_item_colour = 'rgb(255,255,255)'; + $comment_item_colour = 'rgb(246,246,246)'; if (! $item_opacity) $item_opacity = '1'; if (! $font_size) From 35e19872664f47741e9dc9bcb4d56126a13dc27b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 15:17:25 +0900 Subject: [PATCH 11/15] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E6=AC=84=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=83=9C=E3=83=83=E3=82=AF=E3=82=B9=E8=89=B2=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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index e35bb9e..49a56b4 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1098,7 +1098,7 @@ img.mail-conv-sender-photo { } .wall-item-content-wrapper { - background-color: $item_colour; + background-color: $comment_item_colour; border-top-right-radius: $radius; border-top-left-radius: $radius; } @@ -1108,9 +1108,6 @@ img.mail-conv-sender-photo { border-top-right-radius: 0px; border-top-left-radius: 0px; } -.p-2 .wall-item-comment-wrapper .wall-item-comment-wrapper-wc { - background-color: $comment_item_colour; -} .hide-comments-outer { background-color: $comment_item_colour; border-top-color: #ccc; From afcb92916317c74d6ea0308c80ee7599903444ea Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 15:25:20 +0900 Subject: [PATCH 12/15] =?UTF-8?q?=E8=89=B2=E5=BD=B1=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 49a56b4..7243bc2 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1124,7 +1124,7 @@ img.mail-conv-sender-photo { .wall-item-comment-wrapper { padding: 7px 10px; - background-color: $item_colour; + background-color: $comment_item_colour; border-radius: 0px; border-bottom-right-radius: $radius; border-bottom-left-radius: $radius; @@ -1803,5 +1803,5 @@ dl.bb-dl > dd > li { font-size: 0.9rem; } .toplevel_item { - box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); + box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.233); } \ No newline at end of file From 88df49e2c98e0fb22651dbd2c1c146fac01cbab8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 15:39:34 +0900 Subject: [PATCH 13/15] --- 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 7243bc2..ef2814d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1098,7 +1098,7 @@ img.mail-conv-sender-photo { } .wall-item-content-wrapper { - background-color: $comment_item_colour; + background-color: $item_colour; border-top-right-radius: $radius; border-top-left-radius: $radius; } From f0161702c3dc6ad9e9d327fd0109e0b13433858f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 17:03:11 +0900 Subject: [PATCH 14/15] =?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 From 996c185edb9cc9e953ff88383d39b5eab2f85089 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 17:05:31 +0900 Subject: [PATCH 15/15] =?UTF-8?q?=E3=83=90=E3=82=B0=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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index a952aa4..0446170 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1185,8 +1185,7 @@ img.mail-conv-sender-photo { /* widgets */ .widget { - background-color: rgba(254,254,254,.5); - border: 1px solid rgba(254,254,254,.5); + background-color: rgba(254,254,254); border-radius: $radius; filter: drop-shadow(0px 0px 2px rgba(75, 75, 75, 0.678)); }