How and where can the colour of the text, tabs etc be changed in order to fit to my style?
How and where can the colour of the text, tabs etc be changed in order to fit to my style?
Go to CES VaultWiki > Wiki Style Manager. For the style you want to edit, select "Wiki CSS". You will then be able to modify the wiki's CSS code.
- lead developer for VaultWiki
Can you please give me exact directions on what to edit to change the color of the Discussions Tab?
I've looked though all .css boxes at VaultWiki/Wiki Style Manager/Wiki CSS for the used style and can't find the exact code.
I even took the drastic step of changing all color: #xxxxxx; fields to yellow (#FFCC00), saved, clicked Rebuild Styles and nothing happens visually. I was expecting to see a lot of yellow stuff in the Wiki.
What am I doing wrong?
You want to modify vw-tabs.css, the part at the end:
Code:.p-cactions .new a, .p-cactions .new a:hover { color: #cc0000; }
- lead developer for VaultWiki
I did and nothing changes. Could it be a problem with file permissions?
What should I ask our tech admin to do?
I managed to perform some changes, but I'm more interested in making the Discussion tab stand out.
So is it possible to edit the properties of just one Tab?
You can select the tab by its HTML id.
Code:#ca-talk_tab { color: #cc0000; }
- lead developer for VaultWiki
Thank you for you help again
For anyone looking to customize the tabs:
VaultWiki > Wiki Style Manager > Wiki CSS for your forum style
vw-tabs.css is the file
That is the ID tag you need to change the color of the Discussion tab when no comments have been posted.
That is the ID tag when commens have been posted. It took some time to find it, cause my coding skills are not that good:Code:#ca-talk_tab { color: #ffff0f; }
Code:#ca-talk-link { color: #ffff0f; }
Spent 3 hours, but can't make it:
So I'm trying to lift the yellow text, so it doesn't stay so low:
I've tried almost everything playing with padding and margin, but all I achieve is increasing it for the tab, but not for the text.
Can you help please
Bookmarks