Jump to content

looking for a bit more CSS configuration


Guest deleted34304850
Go to solution Solved by Tannin42,

Recommended Posts

Guest deleted34304850

Is there any means to access and change a little more of the Vortex UI?

I've got a custom theme which I'm quite happy with, and I'd like to be able to add a bit more CSS related entries to certain things, such as the icon colours, and perhaps some of the outlines arouns certain boxes and tables.

I've taken a look in the various Vortex directories under %APPDATA but I've not found a file that contains specific CSS entries. Is that hidden away as part of the Vortex codebase, and if so, is there any chance that a bit more of the entities can be externalised, to allow them to be changed up?

 

No biggie if not, but if you don't ask, you don't get, right?

Link to comment
Share on other sites

Is there any means to access and change a little more of the Vortex UI?

I've got a custom theme which I'm quite happy with, and I'd like to be able to add a bit more CSS related entries to certain things, such as the icon colours, and perhaps some of the outlines arouns certain boxes and tables.

I've taken a look in the various Vortex directories under %APPDATA but I've not found a file that contains specific CSS entries. Is that hidden away as part of the Vortex codebase, and if so, is there any chance that a bit more of the entities can be externalised, to allow them to be changed up?

 

No biggie if not, but if you don't ask, you don't get, right?

 

 

if you have Vortex set to Multi-User mod then they're *.scss in appdata\roaming\Vortex

 

If you have Vortex set to SHARED then they're in ProgramData\Vortex\

Link to comment
Share on other sites

  • Solution

You can also look at the source code directly: https://github.com/Nexus-Mods/Vortex/tree/master/src/stylesheets though I'll admit it's a bit of a mess.

 

The other thing that can help is this extension: https://www.nexusmods.com/site/mods/12

It allows you to open the chrome inspector. If you don't know it, you can use the "Elements" tab to see how the ui is layed out, what ids&classes are assigned to the controls you're interested in and what existing css is there.

You can also use it to test your own css on the fly.

Link to comment
Share on other sites

Guest deleted34304850

You can also look at the source code directly: https://github.com/Nexus-Mods/Vortex/tree/master/src/stylesheets though I'll admit it's a bit of a mess.

 

The other thing that can help is this extension: https://www.nexusmods.com/site/mods/12

It allows you to open the chrome inspector. If you don't know it, you can use the "Elements" tab to see how the ui is layed out, what ids&classes are assigned to the controls you're interested in and what existing css is there.

You can also use it to test your own css on the fly.

awesome, thank you very much for this.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...