<xf:if is="$user.Profile.custom_fields.profilebackground"> <div class="profilebackground" style="background-image: linear-gradient(180deg, #fff0, #141414), url({$user.Profile.custom_fields.profilebackground});"></div> </xf:if>
<xf:macro name="user_info" arg-user="!" arg-threadUserId="" arg-fallbackName="">
<xf:macro name="user_info" arg-user="!" arg-threadUserId="" arg-fallbackName=""> <xf:if is="$user.Profile.custom_fields.profilebackground"> <div class="profilebackground" style="background-image: linear-gradient(180deg, #fff0, #141414), url({$user.Profile.custom_fields.profilebackground});"></div> </xf:if>
<section itemscope itemtype="https://schema.org/Person" class="message-user">
style="position: relative;"
<section itemscope itemtype="https://schema.org/Person" class="message-user" style="position: relative;" >
.profilebackground { opacity: .50; position: absolute; border-radius: 4px 0px 0px 0px; top: 0; bottom: 0; left: 0; right: 0; width: auto; height: auto; background-position: center; background-size: cover !important; } @media (max-width: 650px) { .profilebackground { height: 60px !important; }
.message-userExtras, .message-userDetails { position:relative; }
Loading Info...