diff options
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 29 | ||||
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 | ||||
-rw-r--r-- | view/theme/redbasic/schema/Focus-Boxy.css | 2 |
3 files changed, 6 insertions, 29 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 480e951a9..1696f10bd 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; @@ -550,8 +527,8 @@ footer { } .contact-block-img { - width: 2.95rem; - height: 2.95rem; + width: 2.94rem; + height: 2.94rem; margin-bottom: 3px; } @@ -1638,7 +1615,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 { 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); 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 { |