[Xenfocus] illuminate (dark)

XF2 Style [Xenfocus] illuminate (dark) 2.2.13

No permission to download

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
 

drdisconnect

New member
Registered
Joined
Sep 2, 2022
Messages
1
Points
1

Reputation:

Awesome theme. How can download this? Im getting permission error
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

This theme is compatible with Xenforo 2.2.10 and requires no further updates.
Therefore the version number remains at 2.2.9 to avoid confusion.
 

kankerjong

New member
Registered
Joined
Jun 30, 2021
Messages
1
Points
11

Reputation:

Why the download not working?
 

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
19,793
Points
823

Reputation:

ENXF NET updated [Xenfocus] illuminate (dark) with a new update entry:

Upgraded for Xenforo 2.2.12 + numerous bug fixes

  • Upgraded for Xenforo 2.2.12.
  • Fixed a Turkish language string in the guest message.
  • Added Brazilian Portuguese phrases.
  • The “Online statistics” widget on the “Current visitors” page is now using the correct icon.
  • The “Mobile navigation bar?” setting in the Customizer no longer appears if the “Xenfocus: Mobile navigation bar > Enable mobile navigation bar?” setting is disabled.

Read the rest of this update entry...
 

Flesh031

Active member
Registered
Joined
Nov 12, 2020
Messages
30
Points
18

Reputation:

Hello all

here is the official version to modify the colors of the forums with this style

In the template extra.less

add this (as example) :

Code:
// Place your custom code below
// Yellow
.block--category1, 
html[data-container-key="node-01"],
html[data-container-key="node-02"],
html[data-container-key="node-03"]{
    --block-color: #F0EA06;
}

// Red
.block--category2,
html[data-container-key="node-04"],
html[data-container-key="node-05"],
html[data-container-key="node-06"]{
    --block-color: #F92400;
}

// Purple
.block--category3,
html[data-container-key="node-07"],
html[data-container-key="node-08"],
html[data-container-key="node-09"]{
    --block-color: #B30CD3;
}

I explain :

// Yellow = I recommend that you name the color used in your code to be organised

.block--category1= this is your parent node with his number

html[data-container-key="node-01"], = this is the child node with his number
You can add as many as you want (1 per line), don't forget the comma after each
and at last use { as in the example.

--block-color: #F0EA06; here you can set your color in hexadecimal code (you can choose your color here https://htmlcolorcodes.com/)


I hope I've been helpful, and I hope you understood because English is not my language

Enjoy
 

Samir1334

Member
Registered
Joined
Jul 18, 2022
Messages
5
Points
11

Reputation:

How do i download its says No permission to download

i dont understand, i liked it and wrote a comment but its still dont let download the zip, why?
 

Samir1334

Member
Registered
Joined
Jul 18, 2022
Messages
5
Points
11

Reputation:

How do i download its says No permission to download

i dont understand, i liked it and wrote a comment but its still dont let download the zip, why?
Samir1334earlier you could download it for free.
I don't think it's good that you changed that, these downloads can be found on the internet for free anyway.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

earlier you could download it for free.
I don't think it's good that you changed that, these downloads can be found on the internet for free anyway.
Samir1334if you find them on different places in the internet, then download from there. This was never be free here.
 

Interic

New member
Registered
Joined
Apr 15, 2023
Messages
2
Points
1

Reputation:

ok thank you love u i love you soo so so osos kmcuh
 
Top