From 2a1341b910dfb1187dd9fceebd2b3be14e825e28 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 28 Apr 2023 19:02:23 +0000 Subject: update bootstrap --- view/theme/redbasic/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 480e951a9..fc5416eaa 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1638,7 +1638,7 @@ dl.bb-dl > dd > li { .app-icon i { color: #777; font-size: 80px; - text-shadow: 3px 3px 3px lightgrey; + text-shadow: 3px 3px 3px rgba(0, 0, 0, .1); } .app-detail { -- cgit v1.2.3 From 21cd8d31d7f1b53d8100d9247f5548460d3b2d38 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 5 May 2023 17:46:53 +0000 Subject: css fix --- view/theme/redbasic/schema/Focus-Boxy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/schema/Focus-Boxy.css b/view/theme/redbasic/schema/Focus-Boxy.css index e9fa0381d..e5f3280f6 100644 --- a/view/theme/redbasic/schema/Focus-Boxy.css +++ b/view/theme/redbasic/schema/Focus-Boxy.css @@ -1,5 +1,5 @@ .comment .wall-item-body { - padding-left: 3rem; + padding-left: 2.8rem; } .wall-item-content-wrapper.comment { -- cgit v1.2.3 From 93278c00b745a67fda03395f73c79cb2ddeb12d7 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 6 May 2023 19:41:02 +0000 Subject: update profile vcard to implement the cover image --- view/theme/redbasic/css/style.css | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fc5416eaa..18973e30c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -404,29 +404,6 @@ footer { margin-bottom: 10px; } -.fn { - font-weight: bold; - font-size: 1rem; -} - -.vcard-card { - background-color: rgba(var(--bs-body-bg-rgb), .7); -} - -.vcard { - word-wrap: break-word; -} - -.profile-edit-side-link { - opacity: 0; - filter:alpha(opacity=0); -} - -.card:hover .profile-edit-side-link { - opacity: 1; - filter:alpha(opacity=100); -} - #hide-friends-yes-label, #hide-friends-no-label { margin-left: 125px; -- cgit v1.2.3 From f3f861234db069868d38bb231817966507da5274 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 6 May 2023 20:28:29 +0000 Subject: minor css fix --- view/theme/redbasic/css/style.css | 4 ++-- view/theme/redbasic/php/style.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 18973e30c..241b370dc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -527,8 +527,8 @@ footer { } .contact-block-img { - width: 2.95rem; - height: 2.95rem; + width: 2.96rem; + height: 2.96rem; margin-bottom: 3px; } diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index d29de1b15..4d5bd42be 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -129,8 +129,8 @@ if(file_exists('view/theme/redbasic/css/style.css')) { $x .= $schemecss; } - $left_aside_width = 22; //unit: rem - $right_aside_width = 22; //unit: rem + $left_aside_width = 21; //unit: rem + $right_aside_width = 21; //unit: rem $main_width = $left_aside_width + $right_aside_width + intval($converse_width); -- cgit v1.2.3 From 7c1a3ab36e003e3ae646a29a18231586f510c46b Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 7 May 2023 07:11:54 +0000 Subject: css fix --- view/theme/redbasic/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 241b370dc..1696f10bd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -527,8 +527,8 @@ footer { } .contact-block-img { - width: 2.96rem; - height: 2.96rem; + width: 2.94rem; + height: 2.94rem; margin-bottom: 3px; } -- cgit v1.2.3