Replace bookface_dark.css

This commit is contained in:
Random Penguin 2025-03-25 13:53:48 -05:00
parent 64b661fbcb
commit e1b0ab872b

View file

@ -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;