From e1b0ab872bc9792cd66faa025385085cca924f68 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Tue, 25 Mar 2025 13:53:48 -0500 Subject: [PATCH] Replace bookface_dark.css --- bookface_dark.css | 50 ++++++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index 21b8242..dd4770f 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,8 +1,8 @@ /* Name : Bookface Dark - Version : 1.5.21 + Version : 1.6 Licence : AGPL - Created on : 24 Mar 2025 + Created on : 25 Mar 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml */ @@ -1089,6 +1089,9 @@ aside .widget li.selected { aside .widget li.selected a { font-weight: bold; } + aside .widget li.selected a:hover { + color: #333; + } aside .widget li:hover { background-color:rgba(128,128,128,.2) !important; border-color: transparent !important; @@ -1452,17 +1455,17 @@ aside .widget li:hover { } /* Jot Plugin Buttons */ #profile-jot-plugin-wrapper { - width: 85% !important; - margin: 0 !important; + width: 85%; + margin: 0; } #profile-jot-plugin-wrapper > div > button { - width: 45px !important; - height: 45px !important; - margin: 5px !important; + width: 45px; + height: 45px; + margin: 5px; } #profile-jot-plugin-wrapper > div > button:hover, #profile-jot-plugin-wrapper > div > button:focus { - background-color: var(--link-color) !important; + background-color: var(--link-color); color: white !important; } /* Smileys Add-on */ @@ -1474,7 +1477,7 @@ aside .widget li:hover { so swap it with an icon font */ .smiley_button > img { - display: none !important; + display: none; } .smiley_button::before { content: '\f055'; @@ -1483,26 +1486,33 @@ aside .widget li:hover { color: inherit; } #smileybutton { - position: fixed !important; - background-color: #fff !important; - width: auto !imporrtant; - border-radius: 8px !important; - padding: 10px !important; - -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important; - box-shadow: 0 6px 12px rgba(0,0,0,.175) !important; + position: fixed; + background-color: var(--background-color); + width: auto; + border-radius: 8px; + padding: 10px; + -webkit-box-shadow: 0 6px 12px rgba(255,255,255,.175); + box-shadow: 0 6px 12px rgba(255,255,255,.175); } table.smiley-preview { - border: none !important; + border: none; } .jotplugins #postboxbutton, .jotplugins #smileybutton { - position: absolute !important; + position: absolute; } /* Zen Postbox Add-on */ .postbox_button > img { - width: 32px !important; - height: 32px !important; + width: 32px; + height: 32px; } + #postboxbutton { + background-color: var(--background-color); + box-shadow: 0 6px 12px rgba(255,255,255,.175); + } + div.preview-postbox > button { + border: 1px solid #444; + } /* MISCELLANEOUS STUFF */ div#back-to-top { bottom: 65px;