SHA256
1
This commit is contained in:
@@ -798,25 +798,18 @@
|
||||
}
|
||||
|
||||
|
||||
.user-profile-screen .user-profile-hero-avatar.avatar-glow {
|
||||
.user-profile-screen .user-profile-hero-avatar.avatar-glow::before {
|
||||
inset: -7%;
|
||||
border: 2px solid rgba(145, 239, 255, 0.94);
|
||||
background: transparent;
|
||||
box-shadow:
|
||||
0 0 8.3px rgba(146, 243, 255, 0.57),
|
||||
0 0 18.3px rgba(121, 235, 255, 0.39),
|
||||
0 0 33px rgba(100, 220, 255, 0.24);
|
||||
}
|
||||
|
||||
|
||||
/* Повторяем стационарное сияние узлов экрана «Связи»: тот же градиент,
|
||||
* интенсивность, масштаб и радиус размытия. CSS blur здесь эквивалентен
|
||||
* SVG-фильтру fg-shine-glow со stdDeviation 3.4, который создаёт граф. */
|
||||
.user-profile-screen .user-profile-hero-avatar.avatar.avatar-image.avatar-framed.avatar-glow::before {
|
||||
inset: -12px;
|
||||
border: 0;
|
||||
background: radial-gradient(circle, rgba(140, 240, 255, 0.5) 0%, rgba(130, 235, 255, 0.18) 46%, rgba(130, 235, 255, 0) 72%);
|
||||
box-shadow: none;
|
||||
filter: blur(3.4px);
|
||||
transform: scale(1.07);
|
||||
opacity: 0.91;
|
||||
0 0 3px rgba(155, 244, 255, 0.96),
|
||||
0 0 9px rgba(112, 222, 255, 0.74),
|
||||
0 0 17px rgba(86, 190, 255, 0.38),
|
||||
inset 0 0 4px rgba(176, 248, 255, 0.72);
|
||||
filter: none;
|
||||
transform: none;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user