I think the background color of contents is pulling the color from the vb css so how could i change just this color in the wiki (see image) I would like to make it a very light pale yellow. Thank you
Printable View
I think the background color of contents is pulling the color from the vb css so how could i change just this color in the wiki (see image) I would like to make it a very light pale yellow. Thank you
In AdminCP -> CES VaultWiki -> Wiki Style Manager, modify one of the following CSS classes:
orCode:.toc_links
I don't think it will make a difference which you choose. Note they probably don't appear in any of the existing CSS in the manager, so you can just add your own rules.Code:.alt2 .toc_links
Thanks it's not the links I want to change its the background cloro of that black box see image?
could it be this causing it to be black?
or thisCode:.vw-content {
background-color: #fff;
color: #000; [B]<---- HERE[/B]
border: 1px solid #0B198C;
Code:[noparse]/* [CODE], [HTML], [PHP] tags */[/noparse]
.vw-content pre {
border: 1px dashed #2f6f00;
color: black;
background-color: #f9f9f9;
No, that's text color.
The .toc_links class will do what you want. Apply a background-color property.
pegasus have mercy I don't know css at all, I just want to change that black background color from black to a pale yellow, I don't know what to put in or where.
peg it must be pulling that background color from vbulletin code look at my other site contents background color which is fine on this site but not the other where it's black and I can't change that vbulletin black it will change it everywhere on the site.... so I have to add something to the wiki code to force it to change just there.
Go to AdminCP -> CES VaultWiki -> Wiki Style Manager. Locate the style you need to change and choose "Wiki CSS" from the drop down menu.
On the next page, locate the box called "vault_css_sections". Add the following to the end of it:
Then save your changes.Code:.toc_links { background-color: #ffcccc; }
It worked but it change the background color to pink, so I tried other colors and cleared my cache & history and it remains pink.
Also it is missing a left and right border edge, kinda looks funny, see image
While we could go back and forth for days trying to make this box look perfect in terms of your site's colors, I have to spend a lot of time myself addressing bugs and things. You can always hire someone who can do it for you and would take about 5 minutes, or you can invest some time learning a little CSS.
I'll do that and seek help elsewhere or find someone to pay, I do realize bug issues are much more important than aesthetics (I wasn't expecting any fast replies or pressuring anyone)...... I buy programs and scripts rather than use ripped free ones SOLELY for the support no matter what that might be... especially when I am just starting out with the script, and I did buy 2 licenses from you.