diff options
author | Mario <mario@mariovavti.com> | 2023-05-06 19:41:02 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-06 19:41:02 +0000 |
commit | 93278c00b745a67fda03395f73c79cb2ddeb12d7 (patch) | |
tree | 02ecc1cf1eb6823c3917f82800ee207291508565 /view/theme/redbasic/css | |
parent | 5bbe93d49f19584e9c1a78ccbcbcaff332ddaa13 (diff) | |
download | volse-hubzilla-93278c00b745a67fda03395f73c79cb2ddeb12d7.tar.gz volse-hubzilla-93278c00b745a67fda03395f73c79cb2ddeb12d7.tar.bz2 volse-hubzilla-93278c00b745a67fda03395f73c79cb2ddeb12d7.zip |
update profile vcard to implement the cover image
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 23 |
1 files changed, 0 insertions, 23 deletions
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; |