From 8b791826cf58e87778b1016d715bafd9ae7e6217 Mon Sep 17 00:00:00 2001 From: oldkid Date: Tue, 18 Feb 2025 08:44:26 +0100 Subject: [PATCH] update von https://gitlab.com/randompenguin/bookface 20250218 --- bookface_auto.css | 58 ++++++++++++++++++++++++++++++++++++++++++---- bookface_auto.php | 2 -- bookface_dark.css | 30 +++++++++++++++++++++--- bookface_dark.php | 2 -- bookface_light.css | 30 +++++++++++++++++++++--- bookface_light.php | 2 -- 6 files changed, 107 insertions(+), 17 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index 4d1d94b..81dfbf7 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -12,10 +12,8 @@ --link-color: $link_color; --nav-icon-color: $nav_icon_color; --background-color: $background_color; - --contentbg-transp: $contentbg_transp; --font-color: $font_color; --font-color-darker: $font_color_darker; - --background-image: $background_image; --menu-background-hover-color: color-mix(in oklab, var(--link-color) 15%, white); --border-color: #eeeeee; --count-color: #ffffff; @@ -24,7 +22,7 @@ /* LOCALIZE pseudo-element text below */ --sign-in-text: 'Sign-In'; - --compose-text: 'New Post'; + --compose-text: 'Compose'; --new-note-text: 'New Note'; --save-search-text: 'Save Search'; --follow-tag-text: 'Follow Tag'; @@ -1348,6 +1346,7 @@ a.tag.label, box-shadow: none !important; color: #0066FF !important; border: 1px solid #0066FF; + text-shadow: none !important; } .wall-item-bottom .label { color: inherit; @@ -1523,6 +1522,31 @@ a.tag.label, background-color: transparent; border: 1px solid var(--link-color); } + /* Comment buttons on other peple's profile Conversations */ + a.btn-link.button-comments { + width: fit-content; + text-align:center !important; + display: block; + margin-top:10px; + color: var(--nav-icon-color) !important; + } + a.btn-link.button-comments:hover { + text-decoration: none; + color: var(--link-color) !important; + } + a.btn-link.button-comments .fa { + width: 50px; + display: block; + margin: 0 auto; + } + a.btn-link.button-comments .fa::before { + font-size: 24px; + } + a.btn-link.button-comments::after { + font-size: 14px !important; + position: relative; + top: 5px; + } /* Greater than Full-HD Width =========================== */ @@ -2141,10 +2165,8 @@ a.tag.label, --link-color: $link_color; --nav-icon-color: #B0B3B8; --background-color: #1C1C1D; - --contentbg-transp: $contentbg_transp; --font-color: #cccccc; --font-color-darker: #acacac; - --background-image: $background_image; --menu-background-hover-color: color-mix(in oklab, var(--link-color) 50%, black); --border-color: #333333; --count-color: #ffffff; @@ -3557,6 +3579,7 @@ a.tag.label, box-shadow: none !important; color: #05d8fb !important; border: 1px solid #05d8fb; + text-shadow: none !important; } .wall-item-bottom .label { color: inherit; @@ -3726,6 +3749,31 @@ a.tag.label, border-color: gold !important; color: black !important; } + /* Comment buttons on other peple's profile Conversations */ + a.btn-link.button-comments { + width: fit-content; + text-align:center !important; + display: block; + margin-top:10px; + color: var(--nav-icon-color) !important; + } + a.btn-link.button-comments:hover { + text-decoration: none; + color: var(--link-color) !important; + } + a.btn-link.button-comments .fa { + width: 50px; + display: block; + margin: 0 auto; + } + a.btn-link.button-comments .fa::before { + font-size: 24px; + } + a.btn-link.button-comments::after { + font-size: 14px !important; + position: relative; + top: 5px; + } /* Greater than Full-HD Width =========================== */ diff --git a/bookface_auto.php b/bookface_auto.php index 44f47e7..30a24de 100644 --- a/bookface_auto.php +++ b/bookface_auto.php @@ -30,7 +30,5 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->ge $link_color = "#0066ff"; } $nav_icon_color = '#65686C'; -$background_image = ''; -$contentbg_transp = 100; $font_color = '#313131'; $font_color_darker = '#333'; diff --git a/bookface_dark.css b/bookface_dark.css index 94abfee..cd8e580 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -12,10 +12,8 @@ --link-color: $link_color; --nav-icon-color: $nav_icon_color; --background-color: $background_color; - --contentbg-transp: $contentbg_transp; --font-color: $font_color; --font-color-darker: $font_color_darker; - --background-image: $background_image; --menu-background-hover-color: $menu_background_hover_color; --border-color: #333333; --count-color: #ffffff; @@ -24,7 +22,7 @@ /* LOCALIZE pseudo-element text below */ --sign-in-text: 'Sign-In'; - --compose-text: 'New Post'; + --compose-text: 'Compose'; --new-note-text: 'New Note'; --save-search-text: 'Save Search'; --follow-tag-text: 'Follow Tag'; @@ -1345,6 +1343,7 @@ a.tag.label, box-shadow: none !important; color: #05d8fb !important; border: 1px solid #05d8fb; + text-shadow: none !important; } .wall-item-bottom .label { color: inherit; @@ -1520,6 +1519,31 @@ a.tag.label, background-color: transparent; border: 1px solid var(--link-color); } + /* Comment buttons on other peple's profile Conversations */ + a.btn-link.button-comments { + width: fit-content; + text-align:center !important; + display: block; + margin-top:10px; + color: var(--nav-icon-color) !important; + } + a.btn-link.button-comments:hover { + text-decoration: none; + color: var(--link-color) !important; + } + a.btn-link.button-comments .fa { + width: 50px; + display: block; + margin: 0 auto; + } + a.btn-link.button-comments .fa::before { + font-size: 24px; + } + a.btn-link.button-comments::after { + font-size: 14px !important; + position: relative; + top: 5px; + } /* Greater than Full-HD Width =========================== */ diff --git a/bookface_dark.php b/bookface_dark.php index 66c3917..f3e5a4a 100644 --- a/bookface_dark.php +++ b/bookface_dark.php @@ -31,8 +31,6 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->li $link_color = "#0066ff"; } $nav_icon_color = '#B0B3B8'; -$contentbg_transp = '0'; $font_color = '#cccccc'; $font_color_darker = '#acacac'; $font_color_lighter = '#444444'; -$background_image = ''; diff --git a/bookface_light.css b/bookface_light.css index 7ad3f4d..de006a4 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -12,10 +12,8 @@ --link-color: $link_color; --nav-icon-color: $nav_icon_color; --background-color: $background_color; - --contentbg-transp: $contentbg_transp; --font-color: $font_color; --font-color-darker: $font_color_darker; - --background-image: $background_image; --menu-background-hover-color: $menu_background_hover_color; --border-color: #eeeeee; --count-color: #ffffff; @@ -24,7 +22,7 @@ /* LOCALIZE pseudo-element text below */ --sign-in-text: 'Sign-In'; - --compose-text: 'New Post'; + --compose-text: 'Compose'; --new-note-text: 'New Note'; --save-search-text: 'Save Search'; --follow-tag-text: 'Follow Tag'; @@ -1345,6 +1343,7 @@ a.tag.label, box-shadow: none !important; color: #0066FF !important; border: 1px solid #0066FF; + text-shadow: none !important; } .wall-item-bottom .label { color: inherit; @@ -1520,6 +1519,31 @@ a.tag.label, background-color: transparent; border: 1px solid var(--link-color); } + /* Comment buttons on other peple's profile Conversations */ + a.btn-link.button-comments { + width: fit-content; + text-align:center !important; + display: block; + margin-top:10px; + color: var(--nav-icon-color) !important; + } + a.btn-link.button-comments:hover { + text-decoration: none; + color: var(--link-color) !important; + } + a.btn-link.button-comments .fa { + width: 50px; + display: block; + margin: 0 auto; + } + a.btn-link.button-comments .fa::before { + font-size: 24px; + } + a.btn-link.button-comments::after { + font-size: 14px !important; + position: relative; + top: 5px; + } /* Greater than Full-HD Width =========================== */ diff --git a/bookface_light.php b/bookface_light.php index 758bae6..8f03fe1 100644 --- a/bookface_light.php +++ b/bookface_light.php @@ -29,8 +29,6 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->li $link_color = "#0066ff"; } $nav_icon_color = '#65686C'; -$background_image = ''; -$contentbg_transp = 100; $font_color = '#313131'; $font_color_darker = '#333';