Thanks Thanks:  0
Likes Likes:  0
Needs Pictures Needs Pictures:  0
Picture(s) thanks Picture(s) thanks:  0
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2008
    Location
    BELL POST HILL, 3215
    Age
    88
    Posts
    0
    Post Thanks / Like

    Default The Preview Post.

    Hi to Whoever,
    Whenever I Reply to a Thread, & read it, & then Click on Preview Post, the Wording goes to a very, very light Grey, rather than staying a reasonable shade of Black, making it hard to see, also for those who have eyesight problems.

    Why is this ???????.
    Regards,
    issatree.
    Have Lathe, Wood Travel.

  2. #2
    Join Date
    May 2008
    Location
    BELL POST HILL, 3215
    Age
    88
    Posts
    0
    Post Thanks / Like

    Default The Preveiw Post.

    Hi Again,
    Well, that is surprising that not One of you Computer People know anything about " Preview Post ".
    Again ; Why is this, ???.
    Regards,
    issatree.
    Have Lathe, Wood Travel.

  3. #3
    Join Date
    Jun 2006
    Location
    East Warburton, Vic
    Age
    55
    Posts
    3,552
    Post Thanks / Like

    Default

    Settle Lewis.

    It's like that because that is the way the VBulletin people designed and set it up, nothing we can do about it.
    Cheers

    DJ


    ADMIN

  4. #4
    Join Date
    May 2008
    Location
    BELL POST HILL, 3215
    Age
    88
    Posts
    0
    Post Thanks / Like

    Default Thanks.

    Hi DJ,
    Thanks for that explanation, but it is still crap.
    Regards,
    issatree.
    Have Lathe, Wood Travel.

  5. #5
    Join Date
    Sep 2012
    Location
    NSW, Australia
    Posts
    6
    Post Thanks / Like

    Default

    Suggestion (don't know if you have already tried this).

    The text colour in the offending area is #6d6d6d, and as far as I can tell is inherited from here:

    Code:
    /* BASIC PAGE ELEMENTS */
    
    body {
    	auto;
    	min-99
    	max-auto;
    	margin: 0px 50px 0px 5
    	font-size:13px;
    	color:#6d6d6d;
    	line-1.230;
    }
    You should be able to override that by adding a suitable colour to this section of the CSS file:

    Code:
    blockquote.preview.forumcontent {
    	font:   13px Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;
    }
    Would suggest this as a starting point:

    Code:
    blockquote.preview.forumcontent {
    	font:   13px Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;
    	color:   #333;
    }
    That will comply with W3 accessibility standards for colour brightness and colour difference.

Similar Threads

  1. preview function
    By ratchet in forum NOTHING AT ALL TO DO WITH RENOVATION
    Replies: 13
    Last Post: 26th June 2007, 02:26 PM

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •