Merge branch 'refs/heads/develop'

This commit is contained in:
oldkid 2025-01-29 14:04:47 +01:00
commit 30f040505c
2 changed files with 121 additions and 246 deletions

View file

@ -1,8 +1,8 @@
/* /*
Name : Bookface Dark Name : Bookface Dark
Version : 1.2 Version : 1.2
Licence : AGPL Licence : AGPL
Created on : 19.01.2025 Created on : 26.01.2025
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
*/ */
@ -17,7 +17,7 @@
--font-color-darker: $font_color_darker; --font-color-darker: $font_color_darker;
--background-image: $background_image; --background-image: $background_image;
--menu-background-hover-color: $menu_background_hover_color; --menu-background-hover-color: $menu_background_hover_color;
--border-color: $border_color; --border-color: #333333;
} }
body { body {
@ -43,14 +43,6 @@ nav.navbar .nav > li > button{
background-color: rgba(255,255,255,.1) !important; background-color: rgba(255,255,255,.1) !important;
border-radius: 8px !important; border-radius: 8px !important;
} }
#topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
border-radius: 50%;
}
.notif-item img.notif-image {
border-radius: 50%;
}
.fa-lg { .fa-lg {
font-size: 24px !important; font-size: 24px !important;
} }
@ -131,14 +123,6 @@ header #banner {
height: 40px !important; height: 40px !important;
width: 40px !important; width: 40px !important;
} }
#navbar-brand-text {
line-height: 40px;
font-weight: 700;
color: var(--link-color) !important;
}
#nav-login::before{
content: 'Sign-In';
}
.topbar ul.nav { .topbar ul.nav {
left: 50% !important; left: 50% !important;
margin-left: -25% !important; margin-left: -25% !important;
@ -199,12 +183,7 @@ header #banner {
} }
#nav-user-menu { #nav-user-menu {
min-width: 250px !important; min-width: 250px !important;
overflow-x: hidden;
} }
.btn {
border-radius: 10px;
}
.nav-pills .dropdown-menu li a, .nav-pills .dropdown-menu li a,
.nav-pills .dropdown-menu li .btn-link, .nav-pills .dropdown-menu li .btn-link,
.nav-tabs .dropdown-menu li a, .nav-tabs .dropdown-menu li a,
@ -234,11 +213,6 @@ header #banner {
.contact-photo-wrapper .dropdown-menu li.divider { .contact-photo-wrapper .dropdown-menu li.divider {
background-color: var(--nav-bg) !important; background-color: var(--nav-bg) !important;
} }
.btn-group-xs > .btn, .btn-xs {
font-size: 17px;
}
#topbar-first #nav-notifications-menu { #topbar-first #nav-notifications-menu {
border: 1px solid var(--background-color) !important; border: 1px solid var(--background-color) !important;
} }
@ -288,7 +262,7 @@ box-sizing: border-box;
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important; box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
} }
#jotOpen::before { #jotOpen::before {
content: ''; content: 'Compose';
font-size: 15px; font-size: 15px;
margin-right: 10px; margin-right: 10px;
line-height: 32px; line-height: 32px;
@ -361,16 +335,16 @@ box-sizing: border-box;
#addonslist { #addonslist {
margin-top: 20px; margin-top: 20px;
} }
#settings-server button[type="submit"] { #settings-server button[type="submit"] {
float: right !important; float: right !important;
margin-left: 5px !important; margin-left: 5px !important;
margin-bottom: 20px !important; margin-bottom: 20px !important;
} }
#adminpage button[type="submit"], #adminpage button[type="submit"],
input[type="submit"], input[type="submit"],
input[name="page_logs"], input[name="page_logs"],
input[name="republish_directory"], input[name="republish_directory"],
input[name="page_tos"]{ input[name="page_tos"]{
float: right; float: right;
padding: 8px; padding: 8px;
} }
@ -390,7 +364,6 @@ box-sizing: border-box;
background-color: darkblue !important; background-color: darkblue !important;
} }
/* HIDE ATTACHMENT BUTTON /* HIDE ATTACHMENT BUTTON
======================= =======================
This hides the file attachment button in the Compose "Browser" tab This hides the file attachment button in the Compose "Browser" tab
@ -677,7 +650,7 @@ aside .widget,
} }
/* END OF ACTION BUTTON LABELS */ /* END OF ACTION BUTTON LABELS */
/* Compose and Reply */ /* Compose and Reply */
#jot-modal .modal-header .compose-link { #jot-modal .modal-header .compose-link {
border-radius: 100% !important; border-radius: 100% !important;
height: 36px; height: 36px;
width: 36px; width: 36px;
@ -707,7 +680,7 @@ aside .widget,
#jot-modal-content, #jot-modal-content,
.wall-item-comment-wrapper { .wall-item-comment-wrapper {
background-color: rgb(37,39,40) !important; background-color: rgb(37,39,40) !important;
border-radius: 15px !important; border-radius: 15px !important;
background-image: none; background-image: none;
} }
.wall-item-comment-wrapper { .wall-item-comment-wrapper {
@ -735,8 +708,11 @@ aside .widget,
#jot-modal-content .friendica-tagsinput { #jot-modal-content .friendica-tagsinput {
background-color: var(--background-color) !important; background-color: var(--background-color) !important;
} }
#jot-modal-content .fbrowser .folders button { #filebrowser .breadcrumb {
background-color: rgba(255,255,255,.1) !important; background-color: var(--background-color);
}
.fbrowser .folders button {
background-color: rgba(255,255,255,.5) !important;
color: black !important; color: black !important;
appearance: none; appearance: none;
border: none; border: none;
@ -744,12 +720,12 @@ aside .widget,
width: 100%; width: 100%;
margin-bottom: 5px; margin-bottom: 5px;
} }
#jot-modal-content .fbrowser .folders button:hover, .fbrowser .folders button:hover,
#jot-modal-content .fbrowser .folders button:focus { .fbrowser .folders button:focus {
background-color: rgba(255,255,255,.2) !important; background-color: rgba(255,255,255,.75) !important;
} }
#jot-modal-content .fbrowser .folders li:hover, .fbrowser .folders li:hover,
#jot-modal-content .fbrowser .folders li:focus { .fbrowser .folders li:focus {
border-color: transparent !important; border-color: transparent !important;
background-color: transparent !important; background-color: transparent !important;
} }
@ -837,7 +813,7 @@ aside .vcard .p-addr {
white-space: break-spaces !important; white-space: break-spaces !important;
} }
aside .widget li.selected { aside .widget li.selected {
background-color: var(--menu-background-hover-color) !important; background-color: var(--menu-background-hover-color) !important;
border-color: transparent !important; border-color: transparent !important;
border-radius: 8px; border-radius: 8px;
} }
@ -891,7 +867,7 @@ aside .widget li:hover {
line-height: 40px; line-height: 40px;
} }
.navicon { .navicon {
font-size: 16px; font-size: 20px;
position: relative; position: relative;
top: 1px; top: 1px;
} }
@ -915,9 +891,9 @@ aside .widget li:hover {
font-family: ForkAwesome; font-family: ForkAwesome;
color: #666; color: #666;
} }
.img-allocated-max-width { .img-allocated-max-width {
margin: 20px auto; margin: 20px auto;
} }
#vcard-short-photo-wrapper img, #vcard-short-photo-wrapper img,
#nav-short-info .contact-wrapper img { #nav-short-info .contact-wrapper img {
border-radius: 100%; border-radius: 100%;
@ -926,9 +902,7 @@ aside .widget li:hover {
.fc-unthemed td.fc-today { .fc-unthemed td.fc-today {
background-color: var(--menu-background-hover-color); background-color: var(--menu-background-hover-color);
} }
/* Photo Albums */ /* Photo Albums */
.photo-album-actions .icon-padding, .photo-album-actions .icon-padding,
.photo-edit-link-wrap .icon-padding { .photo-edit-link-wrap .icon-padding {
margin-left: 10px !important; margin-left: 10px !important;
@ -987,7 +961,6 @@ aside .widget li:hover {
margin-top: -10px; margin-top: -10px;
display: inline-block; display: inline-block;
} }
.justified-gallery { .justified-gallery {
overflow: visible !important; overflow: visible !important;
} }
@ -1009,7 +982,7 @@ aside .widget li:hover {
.justified-gallery > .jg-entry-visible > a > svg{ .justified-gallery > .jg-entry-visible > a > svg{
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
margin: 1px !important; margin: 0 !important;
top: 0 !important; top: 0 !important;
left: 0 !important; left: 0 !important;
object-fit:cover; object-fit:cover;
@ -1026,51 +999,19 @@ aside .widget li:hover {
margin-right: 5px; margin-right: 5px;
border-radius: 100%; border-radius: 100%;
color: var(--link-color); color: var(--link-color);
audio, progress, video {
display: block;
width: 100%;
aspect-ratio: 16/9;
margin: 0 auto;
}
iframe, img, video {
border-radius: 2px;
}
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 625 / 350 !important;
}
@media (max-width: 768px) {
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 425 / 350 !important;
}
} }
#photos-upload-perms button[data-toggle="modal"]:hover, #photos-upload-perms button[data-toggle="modal"]:hover,
#photos-upload-perms button[data-toggle="modal"]:focus { #photos-upload-perms button[data-toggle="modal"]:focus {
background-color: rgba(255,255,255,.1) !important; background-color: rgba(255,255,255,.1) !important;
} }
/* ADD-ONS */
.advancedcontentfilter-content-wrapper table td:nth-of-type(2) {
word-wrap: anywhere;
}
.advancedcontentfilter-content-wrapper pre {
margin-top: 20px;
}
@media screen and (max-width: 1280px) { @media screen and (max-width: 1280px) {
#search-box { #search-box {
width: 18% !important; width: 18% !important;
} }
#search-save { #search-save {
width: 140px !important; width: 140px !important;
} }
} }
@media screen and (max-width: 991px){ @media screen and (max-width: 991px){
#search-box { #search-box {
@ -1092,7 +1033,7 @@ iframe, img, video {
#search-mobile { #search-mobile {
top: 110px !important; top: 110px !important;
} }
.wall-item-container iframe { .wall-item-container iframe {
aspect-ratio: 5/4; aspect-ratio: 5/4;
} }
} }
@ -1105,13 +1046,13 @@ iframe, img, video {
left: 10% !important; left: 10% !important;
margin-left: 0!important; margin-left: 0!important;
} }
#search-save { #search-save {
width: 100px !important; width: 100px !important;
}
#search-save .fa-plus::after {
content: 'Follow';
}
#search-save .fa-floppy-o::after {
content: 'Save';
} }
#search-save .fa-plus::after {
content: 'Follow';
}
#search-save .fa-floppy-o::after {
content: 'Save';
}
} }

View file

@ -2,13 +2,13 @@
Name : Bookface Light Name : Bookface Light
Version : 1.2 Version : 1.2
Licence : AGPL Licence : AGPL
Created on : 19.01.2025 Created on : 26.01.2025
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
*/ */
:root { :root {
--global-font-family: 'Open Sans', Arial, sans-serif, Noto Color Emoji; --global-font-family: "Open Sans", Arial, sans-serif, Noto Color Emoji;
--nav-bg: $nav_bg; --nav-bg: $nav_bg;
--link-color: $link_color; --link-color: $link_color;
--nav-icon-color: $nav_icon_color; --nav-icon-color: $nav_icon_color;
@ -18,7 +18,7 @@
--font-color-darker: $font_color_darker; --font-color-darker: $font_color_darker;
--background-image: $background_image; --background-image: $background_image;
--menu-background-hover-color: $menu_background_hover_color; --menu-background-hover-color: $menu_background_hover_color;
--border-color: $border_color; --border-color: #eeeeee;
} }
body { body {
@ -45,15 +45,6 @@
background-color: rgba(128,128,128,.1) !important; background-color: rgba(128,128,128,.1) !important;
border-radius: 8px !important; border-radius: 8px !important;
} }
#topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
border-radius: 50%;
}
.notif-item img.notif-image {
border-radius: 50%;
}
.fa-lg { .fa-lg {
font-size: 24px !important; font-size: 24px !important;
} }
@ -126,14 +117,6 @@
height: 40px !important; height: 40px !important;
width: 40px !important; width: 40px !important;
} }
#navbar-brand-text {
line-height: 40px;
font-weight: 700;
color: var(--link-color) !important;
}
#nav-login::before{
content: 'Sign-In';
}
.topbar ul.nav { .topbar ul.nav {
left: 50% !important; left: 50% !important;
margin-left: -25% !important; margin-left: -25% !important;
@ -190,25 +173,8 @@
#nav-user-menu { #nav-user-menu {
background-color: #ffffff !important; background-color: #ffffff !important;
min-width: 250px !important; min-width: 250px !important;
overflow-x: hidden;
} }
.nav-pills .dropdown-menu li a, .nav-pills .dropdown-menu li .btn-link, .nav-tabs .dropdown-menu li a, .nav-tabs .dropdown-menu li .btn-link, .account .dropdown-menu li a, .account .dropdown-menu li .btn-link, .contact-photo-wrapper .dropdown-menu li a, .contact-photo-wrapper .dropdown-menu li .btn-link {
.btn {
border-radius: 10px;
}
.btn-group-xs > .btn, .btn-xs {
font-size: 17px;
}
.nav-pills .dropdown-menu li a,
.nav-pills .dropdown-menu li .btn-link,
.nav-tabs .dropdown-menu li a,
.nav-tabs .dropdown-menu li .btn-link,
.account .dropdown-menu li a,
.account .dropdown-menu li .btn-link,
.contact-photo-wrapper .dropdown-menu li a,
.contact-photo-wrapper .dropdown-menu li .btn-link {
color: #65686C !important; color: #65686C !important;
border-color: white !important; border-color: white !important;
} }
@ -255,7 +221,7 @@
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important; box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
} }
#jotOpen::before { #jotOpen::before {
content: ''; content: 'Compose';
font-size: 15px; font-size: 15px;
margin-right: 10px; margin-right: 10px;
line-height: 32px; line-height: 32px;
@ -315,15 +281,18 @@
} }
.panel-footer button[type="submit"], .panel-footer button[type="submit"],
.panel-footer input[type="submit"] { .panel-footer input[type="submit"] {
float: right !important; float: right !important;
margin-left: 5px; margin-left: 5px;
} }
.panel-footer::after{ .panel-footer::after{
content: ''; content: '';
display: block; display: block;
clear: both; clear: both;
} }
#settings-server button[type="submit"] { #addonslist{
margin-top: 20px;
}
#settings-server button[type="submit"] {
float: right !important; float: right !important;
margin-left: 5px !important; margin-left: 5px !important;
margin-bottom: 20px !important; margin-bottom: 20px !important;
@ -599,14 +568,13 @@
} }
/* END OF ACTION BUTTON LABELS */ /* END OF ACTION BUTTON LABELS */
/* Compose and Reply */ /* Compose and Reply */
#jot-modal .modal-header .compose-link { #jot-modal .modal-header .compose-link {
border-radius: 100% !important;
border-radius: 100% !important; border-radius: 100% !important;
height: 36px; height: 36px;
width: 36px; width: 36px;
font-size: 27px !important; font-size: 27px !important;
padding: 0 6px !important; padding: 0 6px !important;
background-color: rgba(0,0,0,.1); background-color: rgba(0,0,0,.1);
} }
#jot-modal .modal-header .compose-link:hover, #jot-modal .modal-header .compose-link:hover,
#jot-modal .modal-header .compose-link:focus { #jot-modal .modal-header .compose-link:focus {
@ -628,10 +596,10 @@
} }
#jot-modal-content, #jot-modal-content,
.wall-item-comment-wrapper { .wall-item-comment-wrapper {
background-color: #fff !important; background-color: #fff !important;
border-radius: 15px !important; border-radius: 15px !important;
background-image: none; background-image: none;
} }
.wall-item-comment-wrapper { .wall-item-comment-wrapper {
border: none; border: none;
} }
@ -657,7 +625,7 @@
#jot-modal-content .friendica-tagsinput { #jot-modal-content .friendica-tagsinput {
background-color: #fff !important; background-color: #fff !important;
} }
#jot-modal-content .fbrowser .folders button { .fbrowser .folders button {
background-color: rgba(0,0,0,.1) !important; background-color: rgba(0,0,0,.1) !important;
color: black !important; color: black !important;
appearance: none; appearance: none;
@ -666,12 +634,12 @@
width: 100%; width: 100%;
margin-bottom: 5px; margin-bottom: 5px;
} }
#jot-modal-content .fbrowser .folders button:hover, .fbrowser .folders button:hover,
#jot-modal-content .fbrowser .folders button:focus { .fbrowser .folders button:focus {
background-color: rgba(0,0,0,.2) !important; background-color: rgba(0,0,0,.2) !important;
} }
#jot-modal-content .fbrowser .folders li:hover, .fbrowser .folders li:hover,
#jot-modal-content .fbrowser .folders li:focus { .fbrowser .folders li:focus {
border-color: transparent !important; border-color: transparent !important;
background-color: transparent !important; background-color: transparent !important;
} }
@ -688,7 +656,7 @@
.wall-item-comment-wrapper .dropzone.dz-clickable { .wall-item-comment-wrapper .dropzone.dz-clickable {
background-color: var(--background-color) !important; background-color: var(--background-color) !important;
} }
.jothidden.nav.nav-pills .btn-link { .jothidden.nav.nav-pills .btn-link {
font-size: 18px; font-size: 18px;
} }
.jothidden.nav.nav-pills .btn-link:hover, .jothidden.nav.nav-pills .btn-link:hover,
@ -731,7 +699,7 @@
margin-top:20px !important; margin-top:20px !important;
border-radius: none !important; border-radius: none !important;
background-color: transparent; background-color: transparent;
} }
/* file browser */ /* file browser */
#upload-photo { #upload-photo {
background-color: var(--link-color) !important; background-color: var(--link-color) !important;
@ -831,7 +799,7 @@
line-height: 40px; line-height: 40px;
} }
.navicon { .navicon {
font-size: 16px; font-size: 20px;
position: relative; position: relative;
top: 1px; top: 1px;
} }
@ -858,9 +826,15 @@
.img-allocated-max-width { .img-allocated-max-width {
margin: 20px auto; margin: 20px auto;
} }
#vcard-short-photo-wrapper img,
#nav-short-info .contact-wrapper img {
border-radius: 100%;
}
/* Calendar */
.fc-unthemed td.fc-today {
background-color: var(--menu-background-hover-color);
}
/* Photo Albums */ /* Photo Albums */
.photo-album-actions .icon-padding, .photo-album-actions .icon-padding,
.photo-edit-link-wrap .icon-padding { .photo-edit-link-wrap .icon-padding {
margin-left: 10px !important; margin-left: 10px !important;
@ -871,14 +845,6 @@
opacity: 1 !important; opacity: 1 !important;
border-radius: 8px; border-radius: 8px;
padding: 0px 8px; padding: 0px 8px;
}
#vcard-short-photo-wrapper img,
#nav-short-info .contact-wrapper img {
border-radius: 100%;
}
/* Calendar */
.fc-unthemed td.fc-today {
background-color: var(--menu-background-hover-color);
} }
#photo-album-link { #photo-album-link {
opacity: 1 !important; opacity: 1 !important;
@ -948,13 +914,13 @@
.justified-gallery > .jg-entry-visible > a > svg{ .justified-gallery > .jg-entry-visible > a > svg{
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
margin: 1px !important; margin: 0 !important;
top: 0 !important; top: 0 !important;
left: 0 !important; left: 0 !important;
object-fit:cover; object-fit:cover;
object-position: center; object-position: center;
} }
#photo-photo { #photo-photo {
margin: 0 auto !important; margin: 0 auto !important;
} }
#photos-upload-perms button[data-toggle="modal"] { #photos-upload-perms button[data-toggle="modal"] {
@ -969,82 +935,50 @@
#photos-upload-perms button[data-toggle="modal"]:hover, #photos-upload-perms button[data-toggle="modal"]:hover,
#photos-upload-perms button[data-toggle="modal"]:focus { #photos-upload-perms button[data-toggle="modal"]:focus {
background-color: rgba(0,0,0,.2) !important; background-color: rgba(0,0,0,.2) !important;
}
@media screen and (max-width: 1280px) {
#search-box {
width: 18% !important;
} }
/* ADD-ONS */
.advancedcontentfilter-content-wrapper table td:nth-of-type(2) {
word-wrap: anywhere;
}
.advancedcontentfilter-content-wrapper pre {
margin-top: 20px;
}
audio, progress, video {
display: block;
width: 100%;
aspect-ratio: 16/9;
margin: 0 auto;
}
iframe, img, video {
border-radius: 2px;
}
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 625 / 350 !important;
}
@media (max-width: 768px) {
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 425 / 350 !important;
}
}
@media screen and (max-width: 1280px) {
#search-box {
width: 18% !important;
}
#search-save { #search-save {
width: 140px !important; width: 140px !important;
} }
} }
@media screen and (max-width: 991px){ @media screen and (max-width: 991px){
#search-box { #search-box {
left: 15%; left: 15%;
} }
#jotOpen::before { #jotOpen::before {
content: ''; content: '';
margin: 0; margin: 0;
} }
#mention-link span:last-of-type { #mention-link span:last-of-type {
margin-right: 42px; margin-right: 42px;
} }
} }
@media screen and (max-width: 768px){ @media screen and (max-width: 768px){
#topbar-first .navbar-toggle[data-target="#search-mobile"]{ #topbar-first .navbar-toggle[data-target="#search-mobile"]{
position: fixed !important; position: fixed !important;
left: 15%; left: 15%;
} }
#search-mobile { #search-mobile {
top: 110px !important; top: 110px !important;
} }
.wall-item-container iframe{ .wall-item-container iframe{
aspect-ratio: 5/4; aspect-ratio: 5/4;
} }
}
@media screen and (max-width: 480px){
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
left: 10%;
}
.topbar ul.nav {
position: relative !important;
left: 10% !important;
margin-left: 0!important;
} }
@media screen and (max-width: 480px){
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
left: 10%;
}
.topbar ul.nav {
position: relative !important;
left: 10% !important;
margin-left: 0!important;
}
#search-save { #search-save {
width: 100px !important; width: 100px !important;
} }
@ -1054,4 +988,4 @@ audio, progress, video {
#search-save .fa-floppy-o::after { #search-save .fa-floppy-o::after {
content: 'Save'; content: 'Save';
} }
} }