From f581ccb251bc3998c1551ca83c169a147bba0168 Mon Sep 17 00:00:00 2001 From: harukin Date: Mon, 5 Nov 2018 23:52:30 +0900 Subject: [PATCH 01/19] =?UTF-8?q?=E5=90=8D=E5=89=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=BE=AE=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 | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 7fe612e..c02e73b 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1826,6 +1826,11 @@ dl.bb-dl > dd > li { a[title*="harukin@plus.haruk.in"]{ color: rgb(170, 2, 2); } +a[title*="harukin@plus.haruk.in"]::after{ + content: 'っ[鯖主]'; + font-size: 80%; + font-style: italic; +} a[title*="mstdn.y-zu.org"]{ color: rgb(62, 175, 58); @@ -1840,7 +1845,9 @@ a[title*="mstdn.y-zu.org"]::before{ background-size: contain; } a[title*="mstdn.y-zu.org"]::after{ - content: 'from Yづドン!'; + content: 'っ[Yづドン!]'; + font-size: 80%; + font-style: italic; } a[title*="itabashi.0j0.jp"]{ @@ -1856,7 +1863,9 @@ a[title*="itabashi.0j0.jp"]::before{ background-size: contain; } a[title*="itabashi.0j0.jp"]::after{ - content: 'from 板橋丼'; + content: 'っ[板橋丼]'; + font-size: 80%; + font-style: italic; } a[title*="mstdn.jp"]{ @@ -1872,7 +1881,9 @@ a[title*="mstdn.jp"]::before{ background-size: contain; } a[title*="mstdn.jp"]::after{ - content: 'from mstdn.jp'; + content: 'っ[mstdn.jp]'; + font-size: 80%; + font-style: italic; } a[title*="odakyu.app"]{ @@ -1888,7 +1899,9 @@ a[title*="odakyu.app"]::before{ background-size: contain; } a[title*="odakyu.app"]::after{ - content: 'from 小田急don'; + content: 'っ[小田急don]'; + font-size: 80%; + font-style: italic; } a[title*="kirishima.cloud"]{ @@ -1904,7 +1917,9 @@ a[title*="kirishima.cloud"]::before{ background-size: contain; } a[title*="kirishima.cloud"]::after{ - content: 'from アスタルテ'; + content: 'っ[アスタルテ]'; + font-size: 80%; + font-style: italic; } a[title*="oransns.com"]{ @@ -1920,7 +1935,9 @@ a[title*="oransns.com"]::before{ background-size: contain; } a[title*="oransns.com"]::after{ - content: 'from おらんSNS'; + content: 'っ[おらんSNS]'; + font-size: 80%; + font-style: italic; } a[title*="mstdn.mimikun.jp"]{ @@ -1936,7 +1953,9 @@ a[title*="mstdn.mimikun.jp"]::before{ background-size: contain; } a[title*="mstdn.mimikun.jp"]::after{ - content: 'from mimikun丼'; + content: 'っ[mimikun丼]'; + font-size: 80%; + font-style: italic; } a[title*="pawoo.net"]{ @@ -1952,5 +1971,7 @@ a[title*="pawoo.net"]::before{ background-size: contain; } a[title*="pawoo.net"]::after{ - content: 'from Pawoo'; + content: 'っ[Pawoo]'; + font-size: 80%; + font-style: italic; } \ No newline at end of file From d56a0396a66d1d18b7da36d5a84af94bc6243140 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 8 Nov 2018 21:33:37 +0900 Subject: [PATCH 02/19] --- plusfuture/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index c02e73b..e90fc5e 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1974,4 +1974,8 @@ a[title*="pawoo.net"]::after{ content: 'っ[Pawoo]'; font-size: 80%; font-style: italic; +} + +.contact-photo-wrapper a::before,.contact-photo-wrapper a::after{ + visibility: hidden; } \ No newline at end of file From 921c66e14ab4f6506258a53839a764bd80710ad9 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 8 Nov 2018 21:35:56 +0900 Subject: [PATCH 03/19] --- 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 e90fc5e..66dd6e7 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1977,5 +1977,5 @@ a[title*="pawoo.net"]::after{ } .contact-photo-wrapper a::before,.contact-photo-wrapper a::after{ - visibility: hidden; + display: none; } \ No newline at end of file From 3d9d2fa99237b9f963f1b9259d75a513dde0e3c6 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 8 Nov 2018 22:37:49 +0900 Subject: [PATCH 04/19] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E6=AC=84=E3=81=AE=E8=8B=A5=E5=B9=B2=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 66dd6e7..bb9e590 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1163,8 +1163,10 @@ img.mail-conv-sender-photo { .comment-edit-text { - border: 1px solid #ccc; + border: 1px solid #f6f6f6; border-radius: $radius; + /*カスタマイズ*/ + transition: all 300ms 0s; } .divgrow-showmore { From 00a3dc00312a4e1b96109587ec8b11da42ca8475 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 8 Nov 2018 23:45:54 +0900 Subject: [PATCH 05/19] =?UTF-8?q?=E3=82=AA=E3=83=B3=E3=82=AA=E3=83=95?= =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=AE=E3=83=9E=E3=83=86=E3=83=AA?= =?UTF-8?q?=E3=82=A2=E3=83=AB=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index bb9e590..7a5856a 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1600,7 +1600,7 @@ dl.bb-dl > dd > li { /* Turn checkboxes into switches */ .form-group.checkbox > div { - position: relative; width: 60px; + position: relative; width: 40px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; display:inline-block; } @@ -1610,13 +1610,16 @@ dl.bb-dl > dd > li { } .form-group.checkbox > div label { + /*カスタマイズ*/ display: block; overflow: hidden; cursor: pointer; - border: 1px solid #ccc; + /*border: 1px solid #ccc;*/ border-radius: 12px; margin:0px; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + height: 12px; + width: 35px; } .form-group.checkbox:hover label { @@ -1634,14 +1637,16 @@ dl.bb-dl > dd > li { } .onoffswitch-inner:before, .onoffswitch-inner:after { - display: block; float: left; width: 50%; height: 20px; padding: 0; line-height:20px; + /*カスタマイズ*/ + display: none; float: left; width: 50%; height: 20px; padding: 0; line-height:20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .onoffswitch-inner:before { + /*カスタマイズ*/ content: attr(data-on); padding-right: 21px; - background-color: $item_colour; + background-color: #A4AFFF; color: $font_colour; text-align: right; } @@ -1649,17 +1654,19 @@ dl.bb-dl > dd > li { .onoffswitch-inner:after { content: attr(data-off); padding-left: 21px; - background-color: $item_colour; color: #ccc; + background-color: #FFF; color: #ccc; text-align: left; } .onoffswitch-switch { - display: block; width: 15px; margin:4px; + /*カスタマイズ*/ + display: block; width: 20px; height: 20px;margin:4px; background: #ccc; - border-radius: 10px; - position: absolute; top: 0; bottom: 0; right: 36px; - -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; - -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; + border-radius: 50%; + position: absolute; top: -6px; bottom: 0; right: 18px; + -moz-transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; + -o-transition: all 0.2s ease-in 0s; transition: all 0.2s ease-in 0s; + filter: drop-shadow(0px 0px 2px rgba(42, 42, 42, 0.94)); } .form-group.checkbox > div > input:checked + label .onoffswitch-inner { From 50dc4178a2881c30155aca66d33d8ccbc8680af8 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 8 Nov 2018 23:50:18 +0900 Subject: [PATCH 06/19] --- plusfuture/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 7a5856a..cd4e1ab 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1638,7 +1638,7 @@ dl.bb-dl > dd > li { .onoffswitch-inner:before, .onoffswitch-inner:after { /*カスタマイズ*/ - display: none; float: left; width: 50%; height: 20px; padding: 0; line-height:20px; + display: flex; float: left; width: 50%; height: 20px; padding: 0; line-height:20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } @@ -1647,14 +1647,14 @@ dl.bb-dl > dd > li { content: attr(data-on); padding-right: 21px; background-color: #A4AFFF; - color: $font_colour; + color: rgba(255, 255, 255, 0); text-align: right; } .onoffswitch-inner:after { content: attr(data-off); padding-left: 21px; - background-color: #FFF; color: #ccc; + background-color: #FFF; color: rgba(255, 255, 255, 0); text-align: left; } @@ -1663,7 +1663,7 @@ dl.bb-dl > dd > li { display: block; width: 20px; height: 20px;margin:4px; background: #ccc; border-radius: 50%; - position: absolute; top: -6px; bottom: 0; right: 18px; + position: absolute; top: -8px; bottom: 0; right: 18px; -moz-transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; -o-transition: all 0.2s ease-in 0s; transition: all 0.2s ease-in 0s; filter: drop-shadow(0px 0px 2px rgba(42, 42, 42, 0.94)); From 4eee35f96b8e92ad0b28a9dba5e4d60d501be601 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 8 Nov 2018 23:56:11 +0900 Subject: [PATCH 07/19] --- plusfuture/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index cd4e1ab..8dc1f8d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1654,7 +1654,7 @@ dl.bb-dl > dd > li { .onoffswitch-inner:after { content: attr(data-off); padding-left: 21px; - background-color: #FFF; color: rgba(255, 255, 255, 0); + background-color: #D5CECE; color: rgba(255, 255, 255, 0); text-align: left; } @@ -1680,8 +1680,9 @@ dl.bb-dl > dd > li { .form-group.checkbox > div > input:disabled + label .onoffswitch-switch { - background-color: red; - opacity: 0.3; + /*カスタマイズ*/ + background-color: #898989; + /*opacity: 0.3;*/ filter:alpha(opacity=30); } From a12634ea43baeea68b9b98ab5c2b891c01532cf8 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 18:27:01 +0900 Subject: [PATCH 08/19] =?UTF-8?q?=E3=83=A2=E3=83=BC=E3=83=80=E3=83=ABwindo?= =?UTF-8?q?w=E6=93=8D=E4=BD=9C=E4=B8=8D=E5=8F=AF=E3=83=90=E3=82=B0?= =?UTF-8?q?=E4=BF=AE=E5=BE=A9?= 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 8dc1f8d..fd7b3f8 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1833,6 +1833,10 @@ dl.bb-dl > dd > li { background-color: $comment_item_colour !important; } +.modal-dialog{ + z-index: 2000; +} + a[title*="harukin@plus.haruk.in"]{ color: rgb(170, 2, 2); } From 1d038a5e74e18bd27ca3c331c116681e7d39d120 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 18:37:18 +0900 Subject: [PATCH 09/19] --- plusfuture/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index fd7b3f8..5159e9b 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1833,8 +1833,11 @@ dl.bb-dl > dd > li { background-color: $comment_item_colour !important; } -.modal-dialog{ - z-index: 2000; +.modal-open{ + overflow: unset !important; +} +.modal-backdrop{ + display: none; } a[title*="harukin@plus.haruk.in"]{ From dce2471ecdd436fc8a19b05723b4c974a23819e6 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 18:45:14 +0900 Subject: [PATCH 10/19] --- plusfuture/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 5159e9b..8a91b46 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1840,6 +1840,11 @@ dl.bb-dl > dd > li { display: none; } +.modal-content{ + filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); + border: none; +} + a[title*="harukin@plus.haruk.in"]{ color: rgb(170, 2, 2); } From 9fe0b152202c71a647a5f189449a4cad4ace3bd9 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 19:27:04 +0900 Subject: [PATCH 11/19] =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=83=87?= =?UTF-8?q?=E3=82=B6=E3=82=A4=E3=83=B3=E5=A4=A7=E5=A4=89=E6=9B=B4=E3=83=86?= =?UTF-8?q?=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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 8a91b46..cd8804f 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1845,6 +1845,22 @@ dl.bb-dl > dd > li { border: none; } +.btn-outline-secondary{ + border: unset; + border-radius: 50% !important; + width: 2.5rem; + height: 2.5rem; +} + +.btn-primary{ + border-radius: 15% !important; + width: 50%; +} + +#profile-jot-submit-right{ + width: 200px; +} + a[title*="harukin@plus.haruk.in"]{ color: rgb(170, 2, 2); } From d8bd7230a75f7063050a9763aae9ca524655122e Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 19:34:22 +0900 Subject: [PATCH 12/19] --- 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 cd8804f..a535480 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1858,7 +1858,7 @@ dl.bb-dl > dd > li { } #profile-jot-submit-right{ - width: 200px; + width: 19%; } a[title*="harukin@plus.haruk.in"]{ From e0aef681d44b617bc8fb6310e4f8ae2d270a2923 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 20:06:42 +0900 Subject: [PATCH 13/19] --- 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 a535480..d5c03d4 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1845,7 +1845,7 @@ dl.bb-dl > dd > li { border: none; } -.btn-outline-secondary{ +#profile-jot-submit-wrapper .btn-outline-secondary{ border: unset; border-radius: 50% !important; width: 2.5rem; @@ -1858,7 +1858,7 @@ dl.bb-dl > dd > li { } #profile-jot-submit-right{ - width: 19%; + } a[title*="harukin@plus.haruk.in"]{ From 109e9862281bcd32f75d60f23e4c42f99155a121 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 20:41:29 +0900 Subject: [PATCH 14/19] --- plusfuture/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index d5c03d4..04b2f2c 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1845,13 +1845,18 @@ dl.bb-dl > dd > li { border: none; } -#profile-jot-submit-wrapper .btn-outline-secondary{ +#profile-jot-submit-wrapper > div > .btn-outline-secondary , #profile-jot-submit-wrapper > div > div > .btn-outline-secondary{ + border: unset; + border-radius: 50% !important; + width: 2.5rem; + height: 2.5rem; +} +.modal-footer .btn-outline-secondary{ border: unset; border-radius: 50% !important; width: 2.5rem; height: 2.5rem; } - .btn-primary{ border-radius: 15% !important; width: 50%; From fc48d2c7fcb691a9a9b7066f9261980c6556a33e Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 20:45:13 +0900 Subject: [PATCH 15/19] --- 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 04b2f2c..20bdaaa 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1845,7 +1845,7 @@ dl.bb-dl > dd > li { border: none; } -#profile-jot-submit-wrapper > div > .btn-outline-secondary , #profile-jot-submit-wrapper > div > div > .btn-outline-secondary{ +#profile-jot-submit-wrapper .btn-outline-secondary :not(.modal-dialog){ border: unset; border-radius: 50% !important; width: 2.5rem; From 9d7f31a6fff1de78d0f169495cf6d6ec3a85f6cd Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 20:56:12 +0900 Subject: [PATCH 16/19] --- 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 20bdaaa..b72a911 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1845,7 +1845,7 @@ dl.bb-dl > dd > li { border: none; } -#profile-jot-submit-wrapper .btn-outline-secondary :not(.modal-dialog){ +#profile-jot-submit-wrapper .btn-outline-secondary{ border: unset; border-radius: 50% !important; width: 2.5rem; From c79a3b4f2b6904e3b1ea3de1edcf583401eb1c31 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 20:58:31 +0900 Subject: [PATCH 17/19] --- plusfuture/css/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index b72a911..f2f73ba 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1851,12 +1851,6 @@ dl.bb-dl > dd > li { width: 2.5rem; height: 2.5rem; } -.modal-footer .btn-outline-secondary{ - border: unset; - border-radius: 50% !important; - width: 2.5rem; - height: 2.5rem; -} .btn-primary{ border-radius: 15% !important; width: 50%; From 4d792f163211e2a45e2f52750d24e2f0164d0caa Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 21:02:59 +0900 Subject: [PATCH 18/19] --- 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 f2f73ba..8b246dd 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1845,7 +1845,7 @@ dl.bb-dl > dd > li { border: none; } -#profile-jot-submit-wrapper .btn-outline-secondary{ +#profile-jot-submit-wrapper .btn-outline-secondary:not([data-dismiss]){ border: unset; border-radius: 50% !important; width: 2.5rem; From d74162339d484074f42288832220af69d14d9b63 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 21:25:12 +0900 Subject: [PATCH 19/19] =?UTF-8?q?=E5=9C=B0=E5=91=B3=E3=81=AA=E5=BD=B1?= =?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, 2 insertions(+), 13 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 8b246dd..c1419d0 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1804,24 +1804,17 @@ dl.bb-dl > dd > li { .toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } -.toplevel_item , #notifications { +.toplevel_item , #notifications , #profile-jot-wrapper{ box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); transition: all 300ms 0s; } -.toplevel_item:hover , #notifications:hover{ +.toplevel_item:hover , #notifications:hover , #profile-jot-wrapper:hover{ box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.5); } .dropdown-menu { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } -#profile-jot-wrapper { - filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); -} -#profile-jot-wrapper:hover { - filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); -} - .bootstrap-tagsinput { background-color: #000 } @@ -1856,10 +1849,6 @@ dl.bb-dl > dd > li { width: 50%; } -#profile-jot-submit-right{ - -} - a[title*="harukin@plus.haruk.in"]{ color: rgb(170, 2, 2); }