mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
Fixed Issue #19
This commit is contained in:
parent
d5f20f7e9f
commit
5bf5ce3548
1 changed files with 79 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Auto Color Mode
|
Name : Bookface Auto Color Mode
|
||||||
Version : 1.5.5
|
Version : 1.5.6
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 27 Feb 2025
|
Created on : 27 Feb 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
|
||||||
|
@ -1667,6 +1667,30 @@ a.tag.label,
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
/* Contact Notification Action Buttons */
|
||||||
|
.intro-wrapper button.intro-action-link {
|
||||||
|
height: 50px;
|
||||||
|
width: 50px;
|
||||||
|
color: limegreen;
|
||||||
|
border: 2px solid limegreen;
|
||||||
|
border-radius: 100% !important;
|
||||||
|
}
|
||||||
|
.intro-wrapper button.intro-action-link:hover {
|
||||||
|
background-color: limegreen;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.intro-form {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
.intro-form button.intro-submit-ignore,
|
||||||
|
.intro-form button.intro-submit-ignore:hover,
|
||||||
|
.intro-form button.intgro-submi-ignore:focus,
|
||||||
|
.intro-form button.intro-submit-discard,
|
||||||
|
.intro-form button.intro-submit-discard:hover,
|
||||||
|
.intro-form button.intro-submit-discard:focus {
|
||||||
|
color: white;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
/* Greater than Full-HD Width
|
/* Greater than Full-HD Width
|
||||||
===========================
|
===========================
|
||||||
*/
|
*/
|
||||||
|
@ -1692,12 +1716,17 @@ a.tag.label,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Frio breakpoints for smaller profile pic */
|
/* Frio breakpoints for smaller profile pic */
|
||||||
@media screen and (min-width:991px) and (max-width:1199px){
|
@media screen and (min-width:991px) and (max-width:1199px){
|
||||||
.contact-block-img {
|
.contact-block-img {
|
||||||
height: 75px !important;
|
height: 75px !important;
|
||||||
width: 75px !important;
|
width: 75px !important;
|
||||||
}
|
}
|
||||||
|
/* Contact Notification Action Buttons */
|
||||||
|
.intro-actions {
|
||||||
|
position: relative;
|
||||||
|
float: none !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/* Large Tablets in Portrait Orientation
|
/* Large Tablets in Portrait Orientation
|
||||||
=====================================
|
=====================================
|
||||||
*/
|
*/
|
||||||
|
@ -2267,6 +2296,11 @@ a.tag.label,
|
||||||
height: 25vw !important;
|
height: 25vw !important;
|
||||||
width: 25vw !important;
|
width: 25vw !important;
|
||||||
}
|
}
|
||||||
|
/* Contact Notification Action Buttons */
|
||||||
|
.intro-actions {
|
||||||
|
position: relative;
|
||||||
|
float: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Frio Theme Cut-Off (double sidebar width)
|
/* Frio Theme Cut-Off (double sidebar width)
|
||||||
=========================================
|
=========================================
|
||||||
|
@ -4310,6 +4344,30 @@ a.tag.label,
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
/* Contact Notification Action Buttons */
|
||||||
|
.intro-wrapper button.intro-action-link {
|
||||||
|
height: 50px;
|
||||||
|
width: 50px;
|
||||||
|
color: limegreen;
|
||||||
|
border: 2px solid limegreen;
|
||||||
|
border-radius: 100% !important;
|
||||||
|
}
|
||||||
|
.intro-wrapper button.intro-action-link:hover {
|
||||||
|
background-color: limegreen;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.intro-form {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
.intro-form button.intro-submit-ignore,
|
||||||
|
.intro-form button.intro-submit-ignore:hover,
|
||||||
|
.intro-form button.intgro-submi-ignore:focus,
|
||||||
|
.intro-form button.intro-submit-discard,
|
||||||
|
.intro-form button.intro-submit-discard:hover,
|
||||||
|
.intro-form button.intro-submit-discard:focus {
|
||||||
|
color: white;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
/* Greater than Full-HD Width
|
/* Greater than Full-HD Width
|
||||||
===========================
|
===========================
|
||||||
*/
|
*/
|
||||||
|
@ -4335,12 +4393,17 @@ a.tag.label,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Frio breakpoints for smaller profile pic */
|
/* Frio breakpoints for smaller profile pic */
|
||||||
@media screen and (min-width:991px) and (max-width:1199px){
|
@media screen and (min-width:991px) and (max-width:1199px){
|
||||||
.contact-block-img {
|
.contact-block-img {
|
||||||
height: 75px !important;
|
height: 75px !important;
|
||||||
width: 75px !important;
|
width: 75px !important;
|
||||||
}
|
}
|
||||||
|
/* Contact Notification Action Buttons */
|
||||||
|
.intro-actions {
|
||||||
|
position: relative;
|
||||||
|
float: none !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/* Large Tablets in Portrait Orientation
|
/* Large Tablets in Portrait Orientation
|
||||||
=====================================
|
=====================================
|
||||||
*/
|
*/
|
||||||
|
@ -4913,6 +4976,11 @@ a.tag.label,
|
||||||
height: 25vw !important;
|
height: 25vw !important;
|
||||||
width: 25vw !important;
|
width: 25vw !important;
|
||||||
}
|
}
|
||||||
|
/* Contact Notification Action Buttons */
|
||||||
|
.intro-actions {
|
||||||
|
position: relative;
|
||||||
|
float: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Frio Theme Cut-Off (double sidebar width)
|
/* Frio Theme Cut-Off (double sidebar width)
|
||||||
=========================================
|
=========================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue