• 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
    • Style issues

    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 13 of 13

    Thread: Style issues

    • Thread Tools
      • Show Printable Version
    1. April 12, 2012 #1
      Morrus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Morrus is offline
      Regular Member
      Join Date
      August 19, 2009
      Posts
      55
      Rep Power
      208

      Style issues

      Sorry for the third question in under 24 hours!

      Should the wiki inherit the forum's main style? It appears to have inherited link colours (light yellow) but not the main text colour or background colour.

      http://www.enworld.org/forum/showwik...GEIST+Campaign

      I did look at the CSS section, but found it quite intimidating identifying what was what. What I need is to change the main background colour (currently white), the tabs colours (also white), and the default text colour (currently black).
      Reply With Quote Reply With Quote

    2. April 12, 2012 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is online now
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      In vBulletin 3, most of the forum style wasn't saved in stylevars, so VaultWiki doesn't have an easy job telling what colors are used for what. Under vBulletin 3 you generally have to customize the VaultWiki CSS if you're using a custom style.

      The CSS is broken up into several templates that are commented and should help you find what you are looking for. The main background and text colors are handled in vw-boxes.css, tabs are handled in vw-tabs.css.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. April 12, 2012 #3
      Morrus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Morrus is offline
      Regular Member
      Join Date
      August 19, 2009
      Posts
      55
      Rep Power
      208
      I did try editing that - I changed #fff to #000, but it had no effect.

      There are two instances of #fff (white):

      /* main article container */ (I'm making a guess that's the main background colour)

      /* tab loading message container */ (no idea what that one is)

      But I changed both to #000, and the page stayed white.
      Reply With Quote Reply With Quote

    4. April 12, 2012 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is online now
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Those are the ones you need to change, but the CSS file for your 'Black' style is not showing the changes. Either you are editing a different style (MASTER_STYLE perhaps?), you are using a mod like Template Modification System to make your changes, or the /clientscript/vbulletin_css/ folder or some of its contents are not writable by the PHP user.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. April 12, 2012 #5
      Morrus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Morrus is offline
      Regular Member
      Join Date
      August 19, 2009
      Posts
      55
      Rep Power
      208
      I'm editing the black style directly, and not using a template modification system mod. The folder and all contents have permissions set to 0777.

      I did manage to change the "Add Chapter" box backgorund colour, so something worked. But the main page background refuses to change.
      Reply With Quote Reply With Quote

    6. April 12, 2012 #6
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is online now
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      I'm viewing your site now, and the background is correct, black as expected...

      Now you just need to adjust some border colors and vw-headlines.css to get the headings right.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    7. April 12, 2012 #7
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is online now
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      I see the expires header is 0 so that's okay, but does your server cache text/html responses for later? This isn't a particularly good thing to have turned on when you are trying to update styles, and usually it's best only to do it for guests if you can control that.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. April 12, 2012 #8
      Morrus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Morrus is offline
      Regular Member
      Join Date
      August 19, 2009
      Posts
      55
      Rep Power
      208
      Quote Originally Posted by pegasus View Post
      I'm viewing your site now, and the background is correct, black as expected...

      Now you just need to adjust some border colors and vw-headlines.css to get the headings right.
      OK, that's weird. It's white for me.

      OK, weirder. Tried a different browser, and got the white.
      Reply With Quote Reply With Quote

    9. April 12, 2012 #9
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is online now
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Try viewing the site while logged out. Do you have a mod called "vB Optimise" installed? Or as I suggested earlier, does your server keep text/html responses to reuse again later? Something like Varnish or Litespeed Cache?
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    10. April 12, 2012 #10
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is online now
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Looks good now. Got it sorted? What was the problem?
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    11. April 12, 2012 #11
      Morrus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Morrus is offline
      Regular Member
      Join Date
      August 19, 2009
      Posts
      55
      Rep Power
      208
      Which browser are you using?

      I'm finding it's black in Firefox, but white in IE. I thought it might be a browser caching issue, but I've cleared that and it's still white in IE.
      Reply With Quote Reply With Quote

    12. April 12, 2012 #12
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is online now
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Black for me in Internet Explorer 7, 8, and 9.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    13. April 12, 2012 #13
      Morrus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Morrus is offline
      Regular Member
      Join Date
      August 19, 2009
      Posts
      55
      Rep Power
      208
      That's just freaky. I guess the issue must be my browser, then.
      Reply With Quote Reply With Quote

    Similar Threads

    1. Style Issues After Upgrade 4-1-0
      By Mondi in forum VaultWiki Questions
      Replies: 2
      Last Post: December 1, 2010, 11:34 PM
    2. .htaccess issues
      By Kaelon in forum VaultWiki Questions
      Replies: 15
      Last Post: April 3, 2010, 4:11 PM
    3. Summarize my issues so far..
      By mickknutson in forum VaultWiki Questions
      Replies: 1
      Last Post: May 3, 2009, 1:29 PM
    4. Questions and Issues
      By pnuker in forum Pre-Sales Questions
      Replies: 7
      Last Post: March 19, 2009, 8:01 PM
    5. 2 issues with 2.0.1
      By krela in forum VaultWiki Questions
      Replies: 2
      Last Post: August 15, 2008, 1:04 PM

    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 7:29 PM.
    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 © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.