mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
New Mobile Profiles + other fixes
This commit is contained in:
parent
d44e45f0be
commit
20e3b592b8
1 changed files with 361 additions and 40 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Dark
|
Name : Bookface Dark
|
||||||
Version : 1.4
|
Version : 1.5
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 12 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -104,23 +104,48 @@ nav.navbar .nav > li > button:focus {
|
||||||
content: '\f0f3';
|
content: '\f0f3';
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
ul.nav-tabs {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: flex-start;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
border-color:rgba(255,255,255,.2);
|
||||||
|
}
|
||||||
ul.tabs li {
|
ul.tabs li {
|
||||||
font-size: 15px !important;
|
font-size: 15px !important;
|
||||||
margin-left: 10px !important;
|
margin-left: 10px !important;
|
||||||
}
|
}
|
||||||
|
ul.nav-tabs li a,
|
||||||
ul.tabs li a {
|
ul.tabs li a {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
ul.nav-tabs li:not(.active):hover,
|
||||||
ul.tabs li:not(.active):hover {
|
ul.tabs li:not(.active):hover {
|
||||||
border-bottom-width: 0px !important;
|
border-bottom-width: 0px !important;
|
||||||
}
|
}
|
||||||
|
ul.nav-tabs li:not(.active):hover > a,
|
||||||
ul.tabs li:not(.active):hover > a {
|
ul.tabs li:not(.active):hover > a {
|
||||||
background-color: rgba(128,128,128,.1) !important;
|
background-color: rgba(128,128,128,.1) !important;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
color: var(--font-color);
|
color: var(--font-color);
|
||||||
}
|
}
|
||||||
|
ul.nav-tabs li:not(.active) > a:hover,
|
||||||
|
ul.nav-tabs li:not(.active) > a:focus {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
ul.nav-tabs li.active {
|
||||||
|
border-bottom: 4px solid var(--link-color);
|
||||||
|
}
|
||||||
|
ul.nav-tabs > li.active > a,
|
||||||
|
ul.nav-tabs > li.active a:hover,
|
||||||
|
ul.nav-tabs > li.active a:focus {
|
||||||
|
border: none;
|
||||||
|
color: var(--link-color);
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
padding-bottom: 15px !important;
|
padding-bottom: 15px !important;
|
||||||
background-color: var(--nav-bg) !important;
|
background-color: var(--nav-bg) !important;
|
||||||
|
@ -862,6 +887,8 @@ aside .widget,
|
||||||
#profile-jot-wrapper .btn-sm,
|
#profile-jot-wrapper .btn-sm,
|
||||||
.wall-item-comment-wrapper .btn-sm {
|
.wall-item-comment-wrapper .btn-sm {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
color: var(--nav-icon-color);
|
color: var(--nav-icon-color);
|
||||||
height: 45px;
|
height: 45px;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
|
@ -971,7 +998,7 @@ aside .widget,
|
||||||
#upload-photo:focus {
|
#upload-photo:focus {
|
||||||
background-color: darkblue !important;
|
background-color: darkblue !important;
|
||||||
}
|
}
|
||||||
.panel-body {
|
body.mod-settings .panel-body {
|
||||||
background-color: var(--nav-bg);
|
background-color: var(--nav-bg);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-top: none !important;
|
border-top: none !important;
|
||||||
|
@ -1002,7 +1029,7 @@ aside .widget h3.p-name {
|
||||||
font-size: 32px !important;
|
font-size: 32px !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
text-shadow: 1px 1px 2px var(--background-color), -1px -1px 2px var(--background-color);
|
text-shadow: 1px 1px 2px var(--background-color), -1px -1px 2px var(--background-color), 1px -1px 2px var(--background-color), -1px 1px 2px var(--background-color);
|
||||||
}
|
}
|
||||||
aside .vcard .p-addr {
|
aside .vcard .p-addr {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -1726,34 +1753,130 @@ a.tag.label,
|
||||||
aside::before {
|
aside::before {
|
||||||
background-color: rgba(0, 0, 0, 0.4);
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
/* Profile Aside Mobile */
|
||||||
|
body.mod-contact #content,
|
||||||
|
body.mod-profile #content,
|
||||||
|
body.mod-photos #content {
|
||||||
|
margin-top: 350px;
|
||||||
|
}
|
||||||
|
/* only seen on your own Recent Photos page */
|
||||||
|
body.mod-profile #sidebar-photos-albums::before {
|
||||||
|
content: '\f083';
|
||||||
|
font-family: ForkAwesome;
|
||||||
|
font-size: 150px;
|
||||||
|
position: fixed;
|
||||||
|
top: 175px;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
text-align: center;
|
||||||
|
color: var(--nav-icon-color);
|
||||||
|
opacity: .5;
|
||||||
|
z-index: -1;
|
||||||
|
transition-duration: .5s;
|
||||||
|
transition-property: left;
|
||||||
|
}
|
||||||
|
body.mod-profile aside.canvas-sliding #sidebar-photos-albums::before,
|
||||||
|
body.mod-profile aside.canvas-slid #sidebar-photos-albums::before {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
/* hide camera icon on other profile Recent Photos pages */
|
||||||
|
body.mod-profile .vcard + #sidebar-photos-albums::before {
|
||||||
|
content: '';
|
||||||
|
}
|
||||||
|
body.mod-contact aside,
|
||||||
|
body.mod-photos aside,
|
||||||
|
body.mod-profile aside {
|
||||||
|
margin-top: 0px !important;
|
||||||
|
left: -300px !important;
|
||||||
|
right: auto !important;
|
||||||
|
display: block !important;
|
||||||
|
padding-top: 120px;
|
||||||
|
transition-duration: .5s !important;
|
||||||
|
z-index: auto;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-slid,
|
||||||
|
body.mod-photos aside.canvas-slid,
|
||||||
|
body.mod-profile aside.canvas-slid {
|
||||||
|
left: 0px !important;
|
||||||
|
right: auto !important;
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
|
body.mod-contact aside #profile-photo-wrapper,
|
||||||
|
body.mod-photos aside #profile-photo-wrapper,
|
||||||
|
body.mod-profile aside #profile-photo-wrapper {
|
||||||
|
position: fixed;
|
||||||
|
top: 150px;
|
||||||
|
left: 50%;
|
||||||
|
height: 150px;
|
||||||
|
width: 150px;
|
||||||
|
margin-left: -75px;
|
||||||
|
transition-timing-function: ease-in-out;
|
||||||
|
transition-duration: .3s;
|
||||||
|
transition-property: all;
|
||||||
|
}
|
||||||
|
body.mod-contact .profile-header h3.p-name,
|
||||||
|
body.mod-photos .profile-header h3.p-name,
|
||||||
|
body.mod-profile .profile-header h3.p-name {
|
||||||
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
|
top: 300px;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -50%;
|
||||||
|
transition-timing-function: ease-in-out;
|
||||||
|
transition-duration: .3s;
|
||||||
|
transition-property: all;
|
||||||
|
|
||||||
|
}
|
||||||
|
body.mod-contact .profile-header .p-addr,
|
||||||
|
body.mod-photos .profile-header .p-addr,
|
||||||
|
body.mod-profile .profile-header .p-addr {
|
||||||
|
position: fixed;
|
||||||
|
width: 50%;
|
||||||
|
top: 400px;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -25%;
|
||||||
|
transition-timing-function: ease-in-out;
|
||||||
|
transition-duration: .3s;
|
||||||
|
transition-property: all;
|
||||||
|
}
|
||||||
|
/* bounce effect */
|
||||||
|
body.mod-contact aside.canvas-sliding #profile-photo-wrapper,
|
||||||
|
body.mod-photos aside.canvas-sliding #profile-photo-wrapper,
|
||||||
|
body.mod-profile aside.canvas-sliding #profile-photo-wrapper {
|
||||||
|
margin-left: -150px;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-sliding .profile-header h3.p-name,
|
||||||
|
body.mod-photos aside.canvas-sliding .profile-header h3.p-name,
|
||||||
|
body.mod-profile aside.canvas-sliding .profile-header h3.p-name {
|
||||||
|
margin-left: calc(-50% - 75px);
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-sliding .profile-header .p-addr,
|
||||||
|
body.mod-photos aside.canvas-sliding .profile-header .p-addr,
|
||||||
|
body.mod-profile aside.canvas-sliding .profile-header .p-addr {
|
||||||
|
margin-left: -300px;
|
||||||
|
}
|
||||||
|
/* centered in right-hand side */
|
||||||
|
body.mod-contact aside.canvas-slid #profile-photo-wrapper,
|
||||||
|
body.mod-photos aside.canvas-slid #profile-photo-wrapper,
|
||||||
|
body.mod-profile aside.canvas-slid #profile-photo-wrapper {
|
||||||
|
margin-left: -225px;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-slid .profile-header h3.p-name,
|
||||||
|
body.mod-photos aside.canvas-slid .profile-header h3.p-name,
|
||||||
|
body.mod-profile aside.canvas-slid .profile-header h3.p-name {
|
||||||
|
margin-left: calc(-50% - 150px);
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-slid .profile-header .p-addr,
|
||||||
|
body.mod-photos aside.canvas-slid .profile-header .p-addr,
|
||||||
|
body.mod-profile aside.canvas-slid .profile-header .p-addr {
|
||||||
|
margin-left: calc(-25% - 150px);
|
||||||
|
}
|
||||||
/* Cover Photo Mobile */
|
/* Cover Photo Mobile */
|
||||||
.row:has(.coverphoto) aside {
|
.coverphoto.canvas-sliding,
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
aside:has(.coverphoto){
|
|
||||||
left: -300px !important;
|
|
||||||
right: auto !important;
|
|
||||||
display: block !important;
|
|
||||||
padding-top: 120px;
|
|
||||||
background-color: transparent !important;
|
|
||||||
transition-duration: .5s;
|
|
||||||
z-index: auto;
|
|
||||||
}
|
|
||||||
aside.canvas-sliding:has(.coverphoto) {
|
|
||||||
-webkit-transition: none;
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
aside.canvas-slid:has(.coverphoto) {
|
|
||||||
left: 0px !important;
|
|
||||||
right: auto !important;
|
|
||||||
z-index: 20;
|
|
||||||
}
|
|
||||||
.coverphoto.canvas-sliding,
|
|
||||||
.coverphoto.canvas-slid{
|
.coverphoto.canvas-slid{
|
||||||
top: 115px !important;
|
|
||||||
left: 0px !important;
|
left: 0px !important;
|
||||||
right: 0px !important;
|
right: 0px !important;
|
||||||
bottom: 0px !important;
|
bottom: 0px;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
@ -1763,7 +1886,7 @@ a.tag.label,
|
||||||
top: 500px;
|
top: 500px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 500%;
|
||||||
display: block;
|
display: block;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
@ -1998,18 +2121,28 @@ a.tag.label,
|
||||||
#topbar-second ul.tabbar > li:first-of-type {
|
#topbar-second ul.tabbar > li:first-of-type {
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-right: 50px;
|
||||||
}
|
}
|
||||||
#topbar-second ul.tabbar li:first-of-type ul.tabs {
|
#topbar-second ul.tabbar li:first-of-type ul.tabs {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
#topbar-second ul.tabbar li:first-of-type ul.tabs li {
|
#topbar-second ul.tabbar li:first-of-type ul.tabs li {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
#topbar-second ul.tabbar li:first-of-type ul.tabs li a {
|
#topbar-second ul.tabbar li:first-of-type ul.tabs li a {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
/* prevent dropdown being pushed off toolbar */
|
||||||
|
#topbar-second ul.tabbar > li:last-of-type {
|
||||||
|
margin-left: -50px;
|
||||||
|
border-bottom: 4px solid var(--link-color);
|
||||||
|
}
|
||||||
|
#topbar-second ul.tabbar > li:last-of-type li.dropdown {
|
||||||
|
margin-left: 0px !important;
|
||||||
|
}
|
||||||
#dropdownMenuTools-xs {
|
#dropdownMenuTools-xs {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
@ -2077,11 +2210,29 @@ a.tag.label,
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
body.mod-profile #sidebar-photos-albums::before {
|
||||||
|
top: 125px;
|
||||||
|
}
|
||||||
|
body.mod-contact aside #profile-photo-wrapper,
|
||||||
|
body.mod-photos aside #profile-photo-wrapper,
|
||||||
|
body.mod-profile aside #profile-photo-wrapper {
|
||||||
|
top: 100px;
|
||||||
|
}
|
||||||
|
body.mod-contact .profile-header h3.p-name,
|
||||||
|
body.mod-photos .profile-header h3.p-name,
|
||||||
|
body.mod-profile .profile-header h3.p-name {
|
||||||
|
top: 255px;
|
||||||
|
}
|
||||||
|
body.mod-contact .profile-header .p-addr,
|
||||||
|
body.mod-photos .profile-header .p-addr,
|
||||||
|
body.mod-profile .profile-header .p-addr {
|
||||||
|
top: 345px;
|
||||||
|
}
|
||||||
.coverphoto,
|
.coverphoto,
|
||||||
.coverphoto.canvas-sliding,
|
.coverphoto.canvas-sliding,
|
||||||
.coverphoto.canvas-slid{
|
.coverphoto.canvas-slid {
|
||||||
top: 55px !important;
|
top: 55px;
|
||||||
}
|
}
|
||||||
#message-new {
|
#message-new {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
@ -2106,6 +2257,109 @@ a.tag.label,
|
||||||
width: 25vw !important;
|
width: 25vw !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Frio Theme Cut-Off (double sidebar width)
|
||||||
|
=========================================
|
||||||
|
*/
|
||||||
|
@media screen and (max-width: 600px) and (orientation: portrait) {
|
||||||
|
body.mod-contact aside,
|
||||||
|
body.mod-photos aside,
|
||||||
|
body.mod-profile aside {
|
||||||
|
left: -100% !important;
|
||||||
|
right: 0% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
width: 100% !important;
|
||||||
|
padding-top: 60px;
|
||||||
|
background-color: var(--background-color) !important;
|
||||||
|
}
|
||||||
|
/* only seen on your own Recent Photos page */
|
||||||
|
body.mod-profile #sidebar-photos-albums::before {
|
||||||
|
transition-property: top;
|
||||||
|
}
|
||||||
|
body.mod-profile aside.canvas-sliding #sidebar-photos-albums::before,
|
||||||
|
body.mod-profile aside.canvas-slid #sidebar-photos-albums::before {
|
||||||
|
left: 0px;
|
||||||
|
top: 150%;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-slid,
|
||||||
|
body.mod-photos aside.canvas-slid,
|
||||||
|
body.mod-profile aside.canvas-slid {
|
||||||
|
left: 0px !important;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-slid::before,
|
||||||
|
body.mod-photos aside.canvas-slid::before,
|
||||||
|
body.mod-profile aside.canvas-slid::before {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
body.mod-contact aside #profile-photo-wrapper,
|
||||||
|
body.mod-photos aside #profile-photo-wrapper,
|
||||||
|
body.mod-profile aside #profile-photo-wrapper {
|
||||||
|
top: 100px;
|
||||||
|
}
|
||||||
|
body.mod-contact .profile-header h3.p-name,
|
||||||
|
body.mod-photos .profile-header h3.p-name,
|
||||||
|
body.mod-profile .profile-header h3.p-name {
|
||||||
|
top: 255px;
|
||||||
|
}
|
||||||
|
body.mod-contact .profile-header .p-addr,
|
||||||
|
body.mod-photos .profile-header .p-addr,
|
||||||
|
body.mod-profile .profile-header .p-addr {
|
||||||
|
top: 345px;
|
||||||
|
width: 80%;
|
||||||
|
margin-left: -40%;
|
||||||
|
}
|
||||||
|
/* bounce effect */
|
||||||
|
body.mod-contact aside.canvas-sliding #profile-photo-wrapper,
|
||||||
|
body.mod-photos aside.canvas-sliding #profile-photo-wrapper,
|
||||||
|
body.mod-profile aside.canvas-sliding #profile-photo-wrapper {
|
||||||
|
margin-left: -75px;
|
||||||
|
top: 150% !important;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-sliding .profile-header h3.p-name,
|
||||||
|
body.mod-photos aside.canvas-sliding .profile-header h3.p-name,
|
||||||
|
body.mod-profile aside.canvas-sliding .profile-header h3.p-name {
|
||||||
|
margin-left: -50%;
|
||||||
|
top: 150% !important;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-sliding .profile-header .p-addr,
|
||||||
|
body.mod-photos aside.canvas-sliding .profile-header .p-addr,
|
||||||
|
body.mod-profile aside.canvas-sliding .profile-header .p-addr {
|
||||||
|
margin-left: -25%;
|
||||||
|
top: 150% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.mod-contact aside.canvas-slid #profile-photo-wrapper,
|
||||||
|
body.mod-photo aside.canvas-slid #profile-photo-wrapper,
|
||||||
|
body.mod-profile aside.canvas-slid #profile-photo-wrapper {
|
||||||
|
margin-left: -75px;
|
||||||
|
top: 150% !important;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-slid .profile-header h3.p-name,
|
||||||
|
body.mod-photo aside.canvas-slid .profile-header h3.p-name,
|
||||||
|
body.mod-profile aside.canvas-slid .profile-header h3.p-name {
|
||||||
|
margin-left: -50%;
|
||||||
|
top: 150% !important;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-slid .profile-header .p-addr,
|
||||||
|
body.mod-photo aside.canvas-slid .profile-header .p-addr,
|
||||||
|
body.mod-profile aside.canvas-slid .profile-header .p-addr {
|
||||||
|
margin-left: -25%;
|
||||||
|
top: 150% !important;
|
||||||
|
}
|
||||||
|
.coverphoto {
|
||||||
|
transition-duration: .5s;
|
||||||
|
transition-property: top;
|
||||||
|
}
|
||||||
|
body.mod-contact.aside-out .coverphoto,
|
||||||
|
body.mod-photo.aside-out .coverphoto,
|
||||||
|
body.mod-profile.aside-out .coverphoto,
|
||||||
|
body.mod-contact aside.canvas-slid .coverphoto,
|
||||||
|
body.mod-photo aside.canvas-slid .coverphoto,
|
||||||
|
body.mod-profile aside.canvas-slid .coverphoto {
|
||||||
|
top: 150% !important;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
/* Narrow Screen Phones in Portrait Orientation
|
/* Narrow Screen Phones in Portrait Orientation
|
||||||
============================================
|
============================================
|
||||||
*/
|
*/
|
||||||
|
@ -2119,6 +2373,28 @@ a.tag.label,
|
||||||
.wall-item-actions-row .button-browser-share::after {
|
.wall-item-actions-row .button-browser-share::after {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
ul.nav-tabs {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
ul.nav-tabs li {
|
||||||
|
width: 98%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
ul.nav-tabs li a {
|
||||||
|
border: 1px solid var(--link-color) !important;
|
||||||
|
border-radius: 8px !important;
|
||||||
|
}
|
||||||
|
ul.nav-tabs li:not(.active) a:hover,
|
||||||
|
ul.nav-tabs li:not(.active) a:focus {
|
||||||
|
background-color: rgba(255,255,255,.2);
|
||||||
|
}
|
||||||
|
ul.nav-tabs li.active {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
ul.nav-tabs li.active a {
|
||||||
|
background-color: var(--link-color) !important;
|
||||||
|
color: #000 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Narrow Screen Phones in Landscape Orientation
|
/* Narrow Screen Phones in Landscape Orientation
|
||||||
==============================================
|
==============================================
|
||||||
|
@ -2170,6 +2446,11 @@ a.tag.label,
|
||||||
#topbar-first .offcanvas-right-toggle {
|
#topbar-first .offcanvas-right-toggle {
|
||||||
top: 3px;
|
top: 3px;
|
||||||
right: 13px;
|
right: 13px;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
#topbar-first .nav > .account {
|
||||||
|
top: 0px;
|
||||||
|
right: 5px;
|
||||||
}
|
}
|
||||||
#main-menu img {
|
#main-menu img {
|
||||||
border: 5px solid var(--link-color);
|
border: 5px solid var(--link-color);
|
||||||
|
@ -2232,17 +2513,57 @@ a.tag.label,
|
||||||
.offcanvas-right-overlay {
|
.offcanvas-right-overlay {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
.row:has(.coverphoto) #content {
|
/* Profile Pages */
|
||||||
margin-top: 200px;
|
body.mod-contact #content,
|
||||||
|
body.mod-profile #content,
|
||||||
|
body.mod-photos #content {
|
||||||
|
margin-top: 200px !important;
|
||||||
|
}
|
||||||
|
body.mod-profile #sidebar-photos-albums::before {
|
||||||
|
top: 25px;
|
||||||
|
}
|
||||||
|
body.mod-contact aside,
|
||||||
|
body.mod-photos aside,
|
||||||
|
body.mod-profile aside {
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-slid,
|
||||||
|
body.mod-photos aside.canvas-slid,
|
||||||
|
body.mod-profile aside.canvas-slid {
|
||||||
|
left: 0px !important;
|
||||||
|
right: auto !important;
|
||||||
|
max-width: 300px !important;
|
||||||
|
background-color: transparent !important;
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
|
body.mod-contact aside.canvas-slid::before,
|
||||||
|
body.mod-photos aside.canvas-slid::before,
|
||||||
|
body.mod-profile aside.canvas-slid::before {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
body.mod-contact aside #profile-photo-wrapper,
|
||||||
|
body.mod-photos aside #profile-photo-wrapper,
|
||||||
|
body.mod-profile aside #profile-photo-wrapper {
|
||||||
|
top: 10px;
|
||||||
|
}
|
||||||
|
body.mod-contact .profile-header h3.p-name,
|
||||||
|
body.mod-photos .profile-header h3.p-name,
|
||||||
|
body.mod-profile .profile-header h3.p-name {
|
||||||
|
top: 155px;
|
||||||
|
}
|
||||||
|
body.mod-contact .profile-header .p-addr,
|
||||||
|
body.mod-photos .profile-header .p-addr,
|
||||||
|
body.mod-profile .profile-header .p-addr {
|
||||||
|
top: 205px;
|
||||||
|
width: 50%;
|
||||||
|
margin-left: -25%;
|
||||||
}
|
}
|
||||||
.coverphoto.canvas-sliding,
|
.coverphoto.canvas-sliding,
|
||||||
.coverphoto.canvas-slid,
|
.coverphoto.canvas-slid,
|
||||||
.coverphoto {
|
.coverphoto {
|
||||||
top: 0px !important;
|
top: 0px;
|
||||||
left: 0px;
|
}
|
||||||
right: 0px;
|
|
||||||
height: 500px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/* LOGIN AND INFO SCREENS */
|
/* LOGIN AND INFO SCREENS */
|
||||||
body.mod-home {
|
body.mod-home {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue