- Joined
- Mar 27, 2022
- Messages
- 540
- Points
- 53
Reputation:
So many user Banner how ? any guide ?
For reference link you can check , : https://nullforums.net/threads/new-feature-monetize-your-resources.4442/
Reputation:
Reputation:
.userBanner.userBanner--10kevent {
color: #fff;
background: url(https://media2.giphy.com/media/l4KhWPNyLHiB3TjVe/giphy.gif);
background-position: center;
background-size: cover;
border-color: rgba(175, 147, 255, 0.7) !important;
position: relative;
text-align: right;
align-items: center;
padding: 1px 6px 0px 32px;
font-size: 75%;
font-weight: bold;
border-radius: 3px;
margin-top: 3px;
}
.userBanner.userBanner--10kevent::before {
background: rgba(20, 20, 20, 0.15);
color: #ffffff;
position: absolute;
justify-content: center;
display: flex;
align-items: center;
top: 0;
bottom: 0;
left: 0;
min-width: 20px;
text-align: center;
font-family: "font awesome 5 pro";
font-size: inherit;
font-style: normal;
font-weight: bold;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: greyscale;
content: "\f5d2";
border-radius: 6px;
}
.userBanner.userBanner--10kevent::after {
top: 50%;
left: 20px;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
border-width: 6px;
margin: -6px 0 0;
border-left-color: rgba(20, 20, 20, 0.15) !important;
}
Reputation:
You need to set for example:
Extra.less
Less:.userBanner.userBanner--10kevent { color: #fff; background: url(https://media2.giphy.com/media/l4KhWPNyLHiB3TjVe/giphy.gif); background-position: center; background-size: cover; border-color: rgba(175, 147, 255, 0.7) !important; position: relative; text-align: right; align-items: center; padding: 1px 6px 0px 32px; font-size: 75%; font-weight: bold; border-radius: 3px; margin-top: 3px; } .userBanner.userBanner--10kevent::before { background: rgba(20, 20, 20, 0.15); color: #ffffff; position: absolute; justify-content: center; display: flex; align-items: center; top: 0; bottom: 0; left: 0; min-width: 20px; text-align: center; font-family: "font awesome 5 pro"; font-size: inherit; font-style: normal; font-weight: bold; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale; content: "\f5d2"; border-radius: 6px; } .userBanner.userBanner--10kevent::after { top: 50%; left: 20px; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; border-width: 6px; margin: -6px 0 0; border-left-color: rgba(20, 20, 20, 0.15) !important; }
and the style need to be set on the group style field
Reputation:
wow i will defenityl try this bro . bro i have one more question how to find THREAD ID.
i am using shoutbox and if somepost any thread like accounts so how should i know what it thread ID ?
View attachment 30151
is this called thread ID number at End ?19
Reputation:
Reputation:
wow i will defenityl try this bro . bro i have one more question how to find THREAD ID.
i am using shoutbox and if somepost any thread like accounts so how should i know what it thread ID ?
View attachment 30151
is this called thread ID number at End ?19
Reputation:
Reputation: