This commit is contained in:
2021-12-14 21:48:12 +03:00
parent aab71826ae
commit 026b69170d
45 changed files with 383 additions and 392 deletions

View File

@@ -24,15 +24,15 @@ body {
aside#region_1 {
border-right: 1px solid transparent;
width: $left_aside_widthpx;
min-width: $left_aside_widthpx;
max-width: $left_aside_widthpx;
width: $left_aside_widthrem;
min-width: $left_aside_widthrem;
max-width: $left_aside_widthrem;
}
aside#region_3 {
width: $right_aside_widthpx;
min-width: $left_aside_widthpx;
max-width: $right_aside_widthpx;
width: $right_aside_widthrem;
min-width: $left_aside_widthrem;
max-width: $right_aside_widthrem;
}
aside#left_aside_wrapper,
@@ -43,13 +43,13 @@ aside#right_aside_wrapper {
main {
margin-left: auto;
margin-right: auto;
max-width: $main_widthpx;
max-width: $main_widthrem;
}
#overlay {
position: fixed;
top: 0;
left: $left_aside_widthpx;
left: $left_aside_widthrem;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, .3);
@@ -400,34 +400,20 @@ footer {
color: #444444;
}
.vcard {
margin-bottom: 10px;
padding: 0px 10px 10px 10px;
.vcard-card {
background-color: rgba(254,254,254,0.5);
border: 1px solid rgba(254,254,254,0.5);
border-radius: $radius;
}
.vcard {
word-wrap: break-word;
}
.vcard dl,
.vcard .title {
margin-top: 10px;
margin-bottom: 0px;
}
.connect-btn-wrapper {
margin-bottom: 10px;
}
.profile-edit-side-link {
padding: 3px 0px;
opacity: 0;
filter:alpha(opacity=30);
float: right;
filter:alpha(opacity=0);
}
.vcard:hover .profile-edit-side-link {
.card:hover .profile-edit-side-link {
opacity: 1;
filter:alpha(opacity=100);
}
@@ -435,15 +421,6 @@ footer {
#profile-photo-wrapper img {
width: 100%;
height: 100%;
max-width: 300px;
max-height: 300px;
}
#profile-photo-wrapper {
width: 251px;
height: 251px;
margin-bottom: 10px;
border-radius: $radius;
}
#hide-friends-yes-label,
@@ -571,8 +548,8 @@ footer {
}
.contact-block-img {
width:47px;
height:47px;
width: 2.95rem;
height: 2.95rem;
margin-bottom: 3px;
}
@@ -1191,7 +1168,6 @@ img.mail-conv-sender-photo {
.widget {
background-color: rgba(254,254,254,.5);
border: 1px solid rgba(254,254,254,.5);
border-radius: $radius;
}
@@ -1530,17 +1506,16 @@ blockquote {
}
main {
left: -$left_aside_widthpx;
width: calc( 100% + $left_aside_widthpx );
left: -$left_aside_widthrem;
width: calc( 100% + $left_aside_widthrem );
}
main.region_1-on {
left: 0px;
}
#nav-app-link-wrapper.has_location {
#nav-app-link-wrapper {
min-width: 0;
flex-basis: 25%;
}
#nav-app-link-wrapper {
@@ -1603,7 +1578,7 @@ dl.bb-dl > dd > li {
content:"\f069 ";
}
/* Modified original CSS to match input in Redbasic */
/* Modified original CSS to match input in Ussrbasicpub */
.jothidden .bootstrap-tagsinput {
border: 0px solid transparent;
margin-bottom: 0px;
@@ -1833,10 +1808,6 @@ span.default-highlight {
width: 100%;
}
.profile-match-wrapper {
width: 44% !important;
}
#region_3 {
display: none !important;
}