• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • Contents back color

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Results 1 to 10 of 10

    Thread: Contents back color

    • Thread Tools
      • Show Printable Version
    1. June 2, 2009 #1
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191

      Question Contents back color

      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
      Attached Images Attached Images
      • File Type: jpg contentcolor.jpg (98.8 KB, 23 views)
      Reply With Quote Reply With Quote

    2. June 2, 2009 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      In AdminCP -> CES VaultWiki -> Wiki Style Manager, modify one of the following CSS classes:
      Code:
      .toc_links
      or
      Code:
      .alt2 .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.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. June 2, 2009 #3
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      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?
      Code:
      .vw-content {
      	background-color: #fff;
      	color: #000; [B]<---- HERE[/B]
      	border: 1px solid #0B198C;
      or this
      Code:
      [noparse]/* [CODE], [HTML], [PHP] tags */[/noparse]
      .vw-content pre {
      	border: 1px dashed #2f6f00;
      	color: black;
      	background-color: #f9f9f9;
      Reply With Quote Reply With Quote

    4. June 2, 2009 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      No, that's text color.

      The .toc_links class will do what you want. Apply a background-color property.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. June 3, 2009 #5
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      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.
      Reply With Quote Reply With Quote

    6. June 3, 2009 #6
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      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.
      Attached Images Attached Images
      • File Type: jpg othercontents.jpg (81.7 KB, 12 views)
      Reply With Quote Reply With Quote

    7. June 3, 2009 #7
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      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:
      Code:
      .toc_links { background-color: #ffcccc; }
      Then save your changes.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. June 3, 2009 #8
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      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
      Attached Images Attached Images
      • File Type: jpg contentbox.jpg (59.9 KB, 7 views)
      Reply With Quote Reply With Quote

    9. June 3, 2009 #9
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      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.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    10. June 3, 2009 #10
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      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.
      Reply With Quote Reply With Quote

    Similar Threads

    1. Back to RC1??
      By Alfa1 in forum General Discussion
      Replies: 1
      Last Post: October 21, 2014, 4:14 PM
    2. Table border color V3.0.17
      By camoit in forum VaultWiki Questions
      Replies: 2
      Last Post: November 26, 2012, 4:47 PM
    3. How do I get back the BBCODE for the TABLE, TR and TD codes?
      By Trekkan in forum VaultWiki Questions
      Replies: 6
      Last Post: June 25, 2011, 5:12 PM
    4. First Rows of a table in color
      By sKippah in forum VaultWiki Questions
      Replies: 7
      Last Post: August 15, 2010, 4:07 AM
    5. Bullet color
      By Jella in forum VaultWiki Questions
      Replies: 3
      Last Post: July 18, 2009, 11:58 AM

    Tags for this Thread

    about, admincp, aesthetics, all, any, anyone, are, back, but, cache, called, can, changes, class, color, contents, could, css classes, did, don, down, existing, for, from, have, help, here, how, important, its, know, left, like, look, looks, more, must, need, next, one, other, out, own, php, pre, right, see, some, someone, something, terms, that, the, there, things, this, trying, use, very, was, wasn, what, when, where, while, will, with, worked, would, you, your

    View Tag Cloud

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 10:35 AM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.