update von https://gitlab.com/randompenguin/bookface 20250218
This commit is contained in:
parent
47e3125bbe
commit
8b791826cf
6 changed files with 107 additions and 17 deletions
|
@ -12,10 +12,8 @@
|
|||
--link-color: $link_color;
|
||||
--nav-icon-color: $nav_icon_color;
|
||||
--background-color: $background_color;
|
||||
--contentbg-transp: $contentbg_transp;
|
||||
--font-color: $font_color;
|
||||
--font-color-darker: $font_color_darker;
|
||||
--background-image: $background_image;
|
||||
--menu-background-hover-color: color-mix(in oklab, var(--link-color) 15%, white);
|
||||
--border-color: #eeeeee;
|
||||
--count-color: #ffffff;
|
||||
|
@ -24,7 +22,7 @@
|
|||
|
||||
/* LOCALIZE pseudo-element text below */
|
||||
--sign-in-text: 'Sign-In';
|
||||
--compose-text: 'New Post';
|
||||
--compose-text: 'Compose';
|
||||
--new-note-text: 'New Note';
|
||||
--save-search-text: 'Save Search';
|
||||
--follow-tag-text: 'Follow Tag';
|
||||
|
@ -1348,6 +1346,7 @@ a.tag.label,
|
|||
box-shadow: none !important;
|
||||
color: #0066FF !important;
|
||||
border: 1px solid #0066FF;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
.wall-item-bottom .label {
|
||||
color: inherit;
|
||||
|
@ -1523,6 +1522,31 @@ a.tag.label,
|
|||
background-color: transparent;
|
||||
border: 1px solid var(--link-color);
|
||||
}
|
||||
/* Comment buttons on other peple's profile Conversations */
|
||||
a.btn-link.button-comments {
|
||||
width: fit-content;
|
||||
text-align:center !important;
|
||||
display: block;
|
||||
margin-top:10px;
|
||||
color: var(--nav-icon-color) !important;
|
||||
}
|
||||
a.btn-link.button-comments:hover {
|
||||
text-decoration: none;
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
a.btn-link.button-comments .fa {
|
||||
width: 50px;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
a.btn-link.button-comments .fa::before {
|
||||
font-size: 24px;
|
||||
}
|
||||
a.btn-link.button-comments::after {
|
||||
font-size: 14px !important;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
/* Greater than Full-HD Width
|
||||
===========================
|
||||
*/
|
||||
|
@ -2141,10 +2165,8 @@ a.tag.label,
|
|||
--link-color: $link_color;
|
||||
--nav-icon-color: #B0B3B8;
|
||||
--background-color: #1C1C1D;
|
||||
--contentbg-transp: $contentbg_transp;
|
||||
--font-color: #cccccc;
|
||||
--font-color-darker: #acacac;
|
||||
--background-image: $background_image;
|
||||
--menu-background-hover-color: color-mix(in oklab, var(--link-color) 50%, black);
|
||||
--border-color: #333333;
|
||||
--count-color: #ffffff;
|
||||
|
@ -3557,6 +3579,7 @@ a.tag.label,
|
|||
box-shadow: none !important;
|
||||
color: #05d8fb !important;
|
||||
border: 1px solid #05d8fb;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
.wall-item-bottom .label {
|
||||
color: inherit;
|
||||
|
@ -3726,6 +3749,31 @@ a.tag.label,
|
|||
border-color: gold !important;
|
||||
color: black !important;
|
||||
}
|
||||
/* Comment buttons on other peple's profile Conversations */
|
||||
a.btn-link.button-comments {
|
||||
width: fit-content;
|
||||
text-align:center !important;
|
||||
display: block;
|
||||
margin-top:10px;
|
||||
color: var(--nav-icon-color) !important;
|
||||
}
|
||||
a.btn-link.button-comments:hover {
|
||||
text-decoration: none;
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
a.btn-link.button-comments .fa {
|
||||
width: 50px;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
a.btn-link.button-comments .fa::before {
|
||||
font-size: 24px;
|
||||
}
|
||||
a.btn-link.button-comments::after {
|
||||
font-size: 14px !important;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
/* Greater than Full-HD Width
|
||||
===========================
|
||||
*/
|
||||
|
|
|
@ -30,7 +30,5 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->ge
|
|||
$link_color = "#0066ff";
|
||||
}
|
||||
$nav_icon_color = '#65686C';
|
||||
$background_image = '';
|
||||
$contentbg_transp = 100;
|
||||
$font_color = '#313131';
|
||||
$font_color_darker = '#333';
|
||||
|
|
|
@ -12,10 +12,8 @@
|
|||
--link-color: $link_color;
|
||||
--nav-icon-color: $nav_icon_color;
|
||||
--background-color: $background_color;
|
||||
--contentbg-transp: $contentbg_transp;
|
||||
--font-color: $font_color;
|
||||
--font-color-darker: $font_color_darker;
|
||||
--background-image: $background_image;
|
||||
--menu-background-hover-color: $menu_background_hover_color;
|
||||
--border-color: #333333;
|
||||
--count-color: #ffffff;
|
||||
|
@ -24,7 +22,7 @@
|
|||
|
||||
/* LOCALIZE pseudo-element text below */
|
||||
--sign-in-text: 'Sign-In';
|
||||
--compose-text: 'New Post';
|
||||
--compose-text: 'Compose';
|
||||
--new-note-text: 'New Note';
|
||||
--save-search-text: 'Save Search';
|
||||
--follow-tag-text: 'Follow Tag';
|
||||
|
@ -1345,6 +1343,7 @@ a.tag.label,
|
|||
box-shadow: none !important;
|
||||
color: #05d8fb !important;
|
||||
border: 1px solid #05d8fb;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
.wall-item-bottom .label {
|
||||
color: inherit;
|
||||
|
@ -1520,6 +1519,31 @@ a.tag.label,
|
|||
background-color: transparent;
|
||||
border: 1px solid var(--link-color);
|
||||
}
|
||||
/* Comment buttons on other peple's profile Conversations */
|
||||
a.btn-link.button-comments {
|
||||
width: fit-content;
|
||||
text-align:center !important;
|
||||
display: block;
|
||||
margin-top:10px;
|
||||
color: var(--nav-icon-color) !important;
|
||||
}
|
||||
a.btn-link.button-comments:hover {
|
||||
text-decoration: none;
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
a.btn-link.button-comments .fa {
|
||||
width: 50px;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
a.btn-link.button-comments .fa::before {
|
||||
font-size: 24px;
|
||||
}
|
||||
a.btn-link.button-comments::after {
|
||||
font-size: 14px !important;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
/* Greater than Full-HD Width
|
||||
===========================
|
||||
*/
|
||||
|
|
|
@ -31,8 +31,6 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->li
|
|||
$link_color = "#0066ff";
|
||||
}
|
||||
$nav_icon_color = '#B0B3B8';
|
||||
$contentbg_transp = '0';
|
||||
$font_color = '#cccccc';
|
||||
$font_color_darker = '#acacac';
|
||||
$font_color_lighter = '#444444';
|
||||
$background_image = '';
|
||||
|
|
|
@ -12,10 +12,8 @@
|
|||
--link-color: $link_color;
|
||||
--nav-icon-color: $nav_icon_color;
|
||||
--background-color: $background_color;
|
||||
--contentbg-transp: $contentbg_transp;
|
||||
--font-color: $font_color;
|
||||
--font-color-darker: $font_color_darker;
|
||||
--background-image: $background_image;
|
||||
--menu-background-hover-color: $menu_background_hover_color;
|
||||
--border-color: #eeeeee;
|
||||
--count-color: #ffffff;
|
||||
|
@ -24,7 +22,7 @@
|
|||
|
||||
/* LOCALIZE pseudo-element text below */
|
||||
--sign-in-text: 'Sign-In';
|
||||
--compose-text: 'New Post';
|
||||
--compose-text: 'Compose';
|
||||
--new-note-text: 'New Note';
|
||||
--save-search-text: 'Save Search';
|
||||
--follow-tag-text: 'Follow Tag';
|
||||
|
@ -1345,6 +1343,7 @@ a.tag.label,
|
|||
box-shadow: none !important;
|
||||
color: #0066FF !important;
|
||||
border: 1px solid #0066FF;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
.wall-item-bottom .label {
|
||||
color: inherit;
|
||||
|
@ -1520,6 +1519,31 @@ a.tag.label,
|
|||
background-color: transparent;
|
||||
border: 1px solid var(--link-color);
|
||||
}
|
||||
/* Comment buttons on other peple's profile Conversations */
|
||||
a.btn-link.button-comments {
|
||||
width: fit-content;
|
||||
text-align:center !important;
|
||||
display: block;
|
||||
margin-top:10px;
|
||||
color: var(--nav-icon-color) !important;
|
||||
}
|
||||
a.btn-link.button-comments:hover {
|
||||
text-decoration: none;
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
a.btn-link.button-comments .fa {
|
||||
width: 50px;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
a.btn-link.button-comments .fa::before {
|
||||
font-size: 24px;
|
||||
}
|
||||
a.btn-link.button-comments::after {
|
||||
font-size: 14px !important;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
/* Greater than Full-HD Width
|
||||
===========================
|
||||
*/
|
||||
|
|
|
@ -29,8 +29,6 @@ $link_color = ($customColor) ? '#'.$customColor->getHex() : '#'.$accentColor->li
|
|||
$link_color = "#0066ff";
|
||||
}
|
||||
$nav_icon_color = '#65686C';
|
||||
$background_image = '';
|
||||
$contentbg_transp = 100;
|
||||
$font_color = '#313131';
|
||||
$font_color_darker = '#333';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue