Prefix Description Styling

Prefix Description Styling 1.0.0

No permission to download

Oblivion Knight

Well-known member
Oblivion Knight submitted a new resource:

Prefix Description Styling - Allows for styling of Prefix Descriptions on a per-prefix basis

Another incredibly simple add-on that injects the Prefix ID to the prefix description box, enabling you to style it on a per-prefix basis.

After installing the add-on, you will need to add some code to the extra.less template similar to the below - or adjust it as you desire:
Code:
.blockMessage--close.prefixDesc--id1 {
    border-left: 3px solid #1ed760;
}
.blockMessage--close.prefixDesc--id2 {
    border-left: 3px solid #d31117;
}

Before:
[ATTACH type="full"...

Read more about this resource...
 
🤩 Awesome...

Is there a css.less code to make all prefix's description same styling color? except prefix with ID .blockMessage--close.prefixDesc--idx
 
The background colour, or the text colour?

Just use the same selector, and use color or background-color above/below or instead of the border-left code.
 
Top Bottom