- Joined
- Jul 28, 2021
- Messages
- 39
- Points
- 93
Reputation:
soner submitted a new resource:
Styler Prefix - I took as an example the yellow prefix of xenforo. You can Alternate Name, using the custom CSS clas
Read more about this resource...
Styler Prefix - I took as an example the yellow prefix of xenforo. You can Alternate Name, using the custom CSS clas
In your extra.less template add these codes:
Code:[class*='label label--yellow'] { font-family:'Exo';border-left: 3px solid rgba(0, 0, 0, 0.2);margin-top: 3px;text-align: center;height: 20px; line-height: 15px;position: relative;max-width: 180px;padding: 2px 33px 2px 27px;user-select: none; color: #FFFFFF;font-size: 11px;font-weight: normal;-webkit-clip-path: polygon(20% 1%, 90% 0, 80% 100%, 10% 100%); clip-path: polygon(20% 1%, 90% 0, 80% 100%, 10% 100%); } [class*='label...
Read more about this resource...