ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 31,039
- Points
- 823
Reputation:
I created a custom style property:
Less:
Read more
Continue reading...
Less:
Code:
.xf-sylphian_verify_minecraft_motd()
{
background: #1f1f1f;
border: 1px solid #2b2b2b;
border-radius: 6px;
padding: 8px 10px;
font-family: "Courier New", Courier, monospace;
line-height: 1.3;
font-size: 13px;
color: #ddd;
white-space: pre-line;
overflow-wrap: anywhere;
}
@xf-sylphian_verify_minecraft_motd--background-color: #1f1f1f;
@xf-sylphian_verify_minecraft_motd--border-width: 1px...
Read more
Continue reading...