Results 1 to 5 of 5

Thread: Black Template Gremlin.

  1. #1
    flegul is offline Junior Member
    Join Date
    Jul 2009
    Posts
    14

    Exclamation Black Template Gremlin.

    Hi All.
    Could anyone tell me how to fix these couple of errors on the black template video player/details page.





    Thanks.
    Last edited by flegul; 10-01-2009 at 08:08 AM. Reason: update

  2. #2
    hostonnet is offline Super Moderator
    Join Date
    Sep 2007
    Posts
    891

    Default

    Are you asking about the color ?
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    install@hostonnet.com

  3. #3
    flegul is offline Junior Member
    Join Date
    Jul 2009
    Posts
    14

    Default

    Quote Originally Posted by hostonnet View Post
    Are you asking about the color ?
    Hi.
    I am yes. get rid of the yellowy ivory colour (whatever it is) to black and then change the text colour to blue or white.
    Thanks.

  4. #4
    buyscripts is offline Super Moderator
    Join Date
    May 2007
    Posts
    840

    Default

    Find out the following from black.css

    div#video-share-links > form > div > label {
    background-color:#FFFFAA;
    margin-left:1px;
    padding:2px;
    width:180px;
    }


    and Replace with below code

    div#video-share-links > form > div > label {
    background-color:#000000;
    margin-left:1px;
    padding:2px;
    width:180px;
    }

  5. #5
    flegul is offline Junior Member
    Join Date
    Jul 2009
    Posts
    14

    Thumbs up

    Cheers Buyscripts your the man .
    A simple search and replace in black.ccs of FFFFAA for 000000 cured both cases.
    Thanks again.
    Last edited by flegul; 08-20-2009 at 10:09 AM. Reason: spelling error.

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
  •