JavaScript está desactivado. Para una mejor experiencia, por favor, activa JavaScript en el navegador antes de continuar.
Estás utilizando un navegador obsoleto. Puede que este u otros sitios no se muestren correctamente.
Debes actualizarlo o utilizar un
navegador alternativo .
Foristas que quieren hacer trios HMH
Estado
Cerrado para nuevas respuestas.
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
14 Years of Service
Es d estatura baja..chata... aun no pasa los 20 años es un poco inocente pero no para todo. tez trigueña. Ojo no es un lomazo pero se presta.
Ma detalles por mp.
Saludos hermanos.
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
13 Years of Service
amigo no se si recibio mp para saber el precio
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
17 Years of Service
Camarada, estaria interesado ya le hice llegar un mensaje privado para coordinar.
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
13 Years of Service
prefiero MHM UNA FANTASIA REAL.......
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
20 Years of Service
bueno HMH ya lo hice con patas y otras de casualidad, aprovechando la situasion, ahora apuntenme para MHM alguien por ahi, algun dato??
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
13 Years of Service
Alguien que quiera hacer un trio con la chata MIA, estoy disponible hoy dia. Acuerdo por PM, ojala y ella atraque!!
Oh un Sabado nos vamos para un cuarteto?
con un par de chelas o full shots de ron para ponerlas bomba a mia y gema? (talvez sea florcita)
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
14 Years of Service
puede ser , pero en vez de gema que sea otra , pero con lesbianismo tmb incluido
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
13 Years of Service
La verdad es que gema esta demasiado.. madura para mis gustos haha yo solo lo hago por el lesbianismo extremo que tanto comentan por ahi. Si hay disponible alguna otra pareja que sea mas bonita de hecho me apunto al instante
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
13 Years of Service
Si mia se apunta con alguna amiga menos matada y con su lesbianismo mas seria como para apuntarse
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
17 Years of Service
Alguien se llego a apuntar con Mia, si alguien se anima en la semana pase la voz por privado.
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
15 Years of Service
Muchacho... tengo una amiga que hasta donde se no es del cuento pero podría prestarse para hacer un trio con ella previo acuerdo. Escribanme un mp para coodinar lo antes posible el dia de hoy.
Me interesa cofrade, pero cuanto es lo que nos cobraria, a cuanto saldria por cabeza?
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
14 Years of Service
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
15 Years of Service
Me apunto cofrade, despues de las 3 de la tarde tengo tiempo libre.
Cofra Huerta te estoy mandando un MP para hacer hoy el trio con Mia.
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
13 Years of Service
Luego de ver el video porno me ha enfermado el cerebro, nunca he hecho un trio pero me gustaria hacerlo, es una de mis fantasias, hay alguien que se animé? ya me he atendido con Mia, lo que mas me enferma que es chatita y yo que soy alto me gusta someterla, alucinante seria agarrarla entre dos puntas y penetrarla por sus dos orificios, alguien que se halla decidido ya contactese conmigo.
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
14 Years of Service
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
16 Years of Service
consulta.... sobre trio conla chata mia!... cuanto tiempo la chata aguanta la doble penetración?? ultimamente solo da el poto para terminar y si te demoras mucho te apura!.. no entiendo porque antes me la reventaba todo el rato que quisiera por el tubo y solo pagaba media hora, y no me apuraba a pesar que me pasaba la hora. pero ultimamente ya no quiere q ni se la meta toda, y se hace la disforzada!... entonces, bajo esta nueva actitud, como debemos esperar la atencion del HMH ?? porque si solo va a atracar 5 min q le esten dando asi no vale la pena!! la idea , al menos la mia , es ir a reventarla con todo , si es posible la media hora parejo!!.. la pregunta es... la chata aguanta?? o tambien se pone especial y solo hace q los 2 patas se turnen y solo le hagan DP un rato??... alguien me puede respondeR??
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
13 Years of Service
Yo voy a estar libre el fin de semana, primera vez que escucho a wendy.. si llegas a algo y que no sea caro (porque ya anda por sus 30tantos) me apunto.
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
14 Years of Service
yo me apunto para un trio u orgia con wendy se ve rica en las fotos
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
13 Years of Service
a la tal mia le estara doliento el * por tanta doble penetracion que le estan haciendo jjejeje va a terminar como la actriz porno alysha jeje
tengo una duda mia hace doble anal? o vaginal?
// Admin User groups banners styles
.xentrBanner-List
{
display: flex;
justify-content: flex-end;
align-items: center;
}
.xentrBanner-Edit,
.xentrBanner-Preview
{
display: inline-block;
.userBanner
{
min-width: 165px;
padding: @xf-paddingMedium @xf-paddingLarge @xf-paddingMedium 36px;
margin: 0;
display: flex;
justify-content: end;
align-items: center;
}
}
.xentrBanner-Edit
{
float: right;
}
// Fist post message
[message-layout="firstPost"],
[message-layout="postHorizontal"]
{
.message
{
&.is-first
{
.message-userDetails
{
.userBanner
{
display: inline-block !important;
}
}
}
}
}
// XenTR Banner
.userBanner
{
position: relative;
padding: @xf-paddingSmall @xf-paddingMedium @xf-paddingSmall 36px;
margin-top: @xf-paddingSmall !important;
border-radius: @xf-borderRadiusMedium;
text-align: right;
strong
{
padding-left: @xf-paddingMedium;
}
.userBanner-before
{
position: absolute;
left: 0;
background: fade(@xf-paletteNeutral3, 35%);
display: block;
width: (@xf-elementSpacer + @xf-paddingLarge - 2);
height: 100%;
top: 0;
}
.userBanner-after:after
{
top: 50%;
left: (@xf-elementSpacer + @xf-paddingLarge - 2);
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0 0;
border-left-color: fade(@xf-paletteNeutral3, 35%) !important;
}
&.userBanner--1
{
.m-userBannerVariation(hsl(39, 69%, 31%), rgb(255, 208, 0), rgb(255, 208, 0));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 208, 0), 20%) 0%, fade(rgb(255, 208, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 208, 0), 0%) 0%, fade(rgb(255, 208, 0), 10%) 50%, fade(rgb(255, 208, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 208, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(hsl(39, 69%, 31%), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-crown);
}
}
&.userBanner--2
{
.m-userBannerVariation(rgb(251, 251, 251), hsl(255, 68%, 56%), hsl(276, 38%, 52%));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(hsl(255, 68%, 56%), 20%) 0%, fade(hsl(255, 68%, 56%), 0%) 100%),linear-gradient(to right, fade(hsl(255, 68%, 56%), 0%) 0%, fade(hsl(255, 68%, 56%), 10%) 50%, fade(hsl(255, 68%, 56%), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(hsl(255, 68%, 56%), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(251, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-secret);
}
}
&.userBanner--3
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(170, 96, 35), rgb(158, 93, 36));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 96, 35), 20%) 0%, fade(rgb(170, 96, 35), 0%) 100%),linear-gradient(to right, fade(rgb(170, 96, 35), 0%) 0%, fade(rgb(170, 96, 35), 10%) 50%, fade(rgb(170, 96, 35), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 96, 35), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-swords);
}
}
&.userBanner--4
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(155, 155, 155), rgb(191, 191, 191));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(155, 155, 155), 20%) 0%, fade(rgb(155, 155, 155), 0%) 100%),linear-gradient(to right, fade(rgb(155, 155, 155), 0%) 0%, fade(rgb(155, 155, 155), 10%) 50%, fade(rgb(155, 155, 155), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(155, 155, 155), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wreath);
}
}
&.userBanner--5
{
.m-userBannerVariation(rgb(253, 251, 251), rgb(67, 149, 23), rgb(93, 159, 69));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(67, 149, 23), 20%) 0%, fade(rgb(67, 149, 23), 0%) 100%),linear-gradient(to right, fade(rgb(67, 149, 23), 0%) 0%, fade(rgb(67, 149, 23), 10%) 50%, fade(rgb(67, 149, 23), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(67, 149, 23), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(253, 251, 251), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-user-ninja);
}
}
&.userBanner--6
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(105, 80, 80), rgb(222, 205, 190));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(105, 80, 80), 20%) 0%, fade(rgb(105, 80, 80), 0%) 100%),linear-gradient(to right, fade(rgb(105, 80, 80), 0%) 0%, fade(rgb(105, 80, 80), 10%) 50%, fade(rgb(105, 80, 80), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(105, 80, 80), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-diploma);
}
}
&.userBanner--7
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(161, 206, 45), rgb(192, 230, 179));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(161, 206, 45), 20%) 0%, fade(rgb(161, 206, 45), 0%) 100%),linear-gradient(to right, fade(rgb(161, 206, 45), 0%) 0%, fade(rgb(161, 206, 45), 10%) 50%, fade(rgb(161, 206, 45), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(161, 206, 45), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-shield-check);
}
}
&.userBanner--8
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(54, 228, 193), rgb(124, 207, 193));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(54, 228, 193), 20%) 0%, fade(rgb(54, 228, 193), 0%) 100%),linear-gradient(to right, fade(rgb(54, 228, 193), 0%) 0%, fade(rgb(54, 228, 193), 10%) 50%, fade(rgb(54, 228, 193), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(54, 228, 193), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-wine-glass-alt);
}
}
&.userBanner--9
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 72, 0), rgb(207, 43, 43));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 72, 0), 20%) 0%, fade(rgb(255, 72, 0), 0%) 100%),linear-gradient(to right, fade(rgb(255, 72, 0), 0%) 0%, fade(rgb(255, 72, 0), 10%) 50%, fade(rgb(255, 72, 0), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 72, 0), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-tombstone);
}
}
&.userBanner--10
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(255, 0, 123), rgb(255, 0, 123));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(255, 0, 123), 20%) 0%, fade(rgb(255, 0, 123), 0%) 100%),linear-gradient(to right, fade(rgb(255, 0, 123), 0%) 0%, fade(rgb(255, 0, 123), 10%) 50%, fade(rgb(255, 0, 123), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(255, 0, 123), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-trophy-alt);
}
}
&.userBanner--11
{
.m-userBannerVariation(rgb(254, 254, 254), rgb(0, 132, 255), rgb(0, 162, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(0, 132, 255), 20%) 0%, fade(rgb(0, 132, 255), 0%) 100%),linear-gradient(to right, fade(rgb(0, 132, 255), 0%) 0%, fade(rgb(0, 132, 255), 10%) 50%, fade(rgb(0, 132, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(0, 132, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 254, 254), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-robot);
}
}
&.userBanner--12
{
.m-userBannerVariation(rgb(254, 253, 253), rgb(170, 0, 255), rgb(149, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(170, 0, 255), 20%) 0%, fade(rgb(170, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(170, 0, 255), 0%) 0%, fade(rgb(170, 0, 255), 10%) 50%, fade(rgb(170, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(170, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(254, 253, 253), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
&.userBanner--13
{
.m-userBannerVariation(rgb(255, 255, 255), rgb(98, 0, 255), rgb(111, 0, 255));
transition: ease-out 0.5s;
background-image: linear-gradient(to bottom, fade(rgb(98, 0, 255), 20%) 0%, fade(rgb(98, 0, 255), 0%) 100%),linear-gradient(to right, fade(rgb(98, 0, 255), 0%) 0%, fade(rgb(98, 0, 255), 10%) 50%, fade(rgb(98, 0, 255), 0%) 100%) !important;
&:hover
{
box-shadow: inset 0 0 0 300px xf-diminish(rgb(98, 0, 255), 7%);
transition: ease-out 0.5s;
color: xf-intensify(rgb(255, 255, 255), 7%);
}
&:before
{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: @xf-fontSizeSmall;
min-width: (@xf-elementSpacer + @xf-paddingLarge - 2);
border-radius: 3px;
.m-faIcon(@fa-var-duotone-magic);
}
}
}
14 Years of Service
Les respondo cofarde el trafa y calambrito con el conocimiento de haber experimentado ayer el trio, junto al cofrade MERO LOCO, la chata es guerrera, la dejamos destruida a la pobre, con eso te digo todo, mucho influyo que el cofrade Mero ya habia hecho trio en una anterior oportunidad con otro pata segun me dijo, antes de entrar a tirarla me dio algunas instrucciones para hacerla linda, el pendex le habia comprado un hilo dental para la chata para arrancarselo con los dientes
y funciono, segun me decia la chata se arrechaba cuando le llevabas hilos dentales o lencerias de 15 lucas para que mas, me aconsejo que la tratemos como si fuera una chibolita nuevecita, osea que la engriamos practicamente y cuando ya se haya dejado llevar darle con todo, que asi no habia pierde y tenia razon, si le hicimos doble penetracion por un buen rato incluso cambiamos de posicion, por su vagina y su ano entramos los dos simultaneamente, guerrerasa como les dije, como gritaba la chata, al final no podia ni levantarse de la cama, sus ojitos todos desorbitados y su cara roja, toda una experiencia.
Estado
Cerrado para nuevas respuestas.