[Xenfocus] illuminate (dark)

XF2 Style [Xenfocus] illuminate (dark) 2.2.13

No permission to download

KevinB

Member
Registered
Joined
May 16, 2021
Messages
6
Points
3

Reputation:

Awesome style u have made here, I will download and tell my friends to take a look at it! :D
 

KevinB

Member
Registered
Joined
May 16, 2021
Messages
6
Points
3

Reputation:

Very beautiful, where did everywhere go to find this solution!
 

Hasslek

New member
Registered
Joined
Mar 11, 2022
Messages
3
Points
1

Reputation:

I am desperate, how can I change the color of the categories?
 

Ayon

[Developer]
Collaborate
Registered
Joined
Oct 18, 2019
Messages
251
Points
253

Reputation:

I am desperate, how can I change the color of the categories?
Hasslek
CSS:
.block-header::before, body[data-template="thread_view"] .p-body-header::before, body[data-template="forum_view"] .p-body-content .block-container::before, .p-header::before, .message--quickReply::before {
    background-image: linear-gradient(to right, #d90a0a 0%, #ed0000 50%, #f00 100%);
    background-blend-mode: overlay;
    background-size: 600px;
}
 

jommytonny888

Well-known member
Registered
Joined
May 31, 2022
Messages
166
Points
28

Reputation:

CSS:
.block-header::before, body[data-template="thread_view"] .p-body-header::before, body[data-template="forum_view"] .p-body-content .block-container::before, .p-header::before, .message--quickReply::before {
    background-image: linear-gradient(to right, #d90a0a 0%, #ed0000 50%, #f00 100%);
    background-blend-mode: overlay;
    background-size: 600px;
}
AyonWhere the hell do you add this? Some more explanation would be usefull
 
Top