mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Replace bookface_dark.css
This commit is contained in:
parent
64b661fbcb
commit
e1b0ab872b
1 changed files with 30 additions and 20 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Dark
|
Name : Bookface Dark
|
||||||
Version : 1.5.21
|
Version : 1.6
|
||||||
Licence : AGPL
|
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
|
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 {
|
aside .widget li.selected a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
aside .widget li.selected a:hover {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
aside .widget li:hover {
|
aside .widget li:hover {
|
||||||
background-color:rgba(128,128,128,.2) !important;
|
background-color:rgba(128,128,128,.2) !important;
|
||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
|
@ -1452,17 +1455,17 @@ aside .widget li:hover {
|
||||||
}
|
}
|
||||||
/* Jot Plugin Buttons */
|
/* Jot Plugin Buttons */
|
||||||
#profile-jot-plugin-wrapper {
|
#profile-jot-plugin-wrapper {
|
||||||
width: 85% !important;
|
width: 85%;
|
||||||
margin: 0 !important;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#profile-jot-plugin-wrapper > div > button {
|
#profile-jot-plugin-wrapper > div > button {
|
||||||
width: 45px !important;
|
width: 45px;
|
||||||
height: 45px !important;
|
height: 45px;
|
||||||
margin: 5px !important;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
#profile-jot-plugin-wrapper > div > button:hover,
|
#profile-jot-plugin-wrapper > div > button:hover,
|
||||||
#profile-jot-plugin-wrapper > div > button:focus {
|
#profile-jot-plugin-wrapper > div > button:focus {
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color);
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
/* Smileys Add-on */
|
/* Smileys Add-on */
|
||||||
|
@ -1474,7 +1477,7 @@ aside .widget li:hover {
|
||||||
so swap it with an icon font
|
so swap it with an icon font
|
||||||
*/
|
*/
|
||||||
.smiley_button > img {
|
.smiley_button > img {
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
.smiley_button::before {
|
.smiley_button::before {
|
||||||
content: '\f055';
|
content: '\f055';
|
||||||
|
@ -1483,26 +1486,33 @@ aside .widget li:hover {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
#smileybutton {
|
#smileybutton {
|
||||||
position: fixed !important;
|
position: fixed;
|
||||||
background-color: #fff !important;
|
background-color: var(--background-color);
|
||||||
width: auto !imporrtant;
|
width: auto;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px;
|
||||||
padding: 10px !important;
|
padding: 10px;
|
||||||
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
|
-webkit-box-shadow: 0 6px 12px rgba(255,255,255,.175);
|
||||||
box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
|
box-shadow: 0 6px 12px rgba(255,255,255,.175);
|
||||||
}
|
}
|
||||||
table.smiley-preview {
|
table.smiley-preview {
|
||||||
border: none !important;
|
border: none;
|
||||||
}
|
}
|
||||||
.jotplugins #postboxbutton,
|
.jotplugins #postboxbutton,
|
||||||
.jotplugins #smileybutton {
|
.jotplugins #smileybutton {
|
||||||
position: absolute !important;
|
position: absolute;
|
||||||
}
|
}
|
||||||
/* Zen Postbox Add-on */
|
/* Zen Postbox Add-on */
|
||||||
.postbox_button > img {
|
.postbox_button > img {
|
||||||
width: 32px !important;
|
width: 32px;
|
||||||
height: 32px !important;
|
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 */
|
/* MISCELLANEOUS STUFF */
|
||||||
div#back-to-top {
|
div#back-to-top {
|
||||||
bottom: 65px;
|
bottom: 65px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue