Results 1 to 5 of 5

Thread: Change the template color

  1. #1
    Join Date
    Nov 2007
    Posts
    11

    Default Change the template color

    Hi.
    Haw i change the color and text from this 2 box. The frist box is "feature this" and the second box is "inapropiate". The 2 box is with "no login users".

    Please to pardon my ingles.

    My Site http://www.x-myx.com/porn WARNING ADULT SITE

    thank you very much


  2. #2

    Default Re: Change the template color

    If your talking about the view_video.tpl page, you can change it by looking at your CSS files.

  3. #3

    Default Re: Change the template color

    Edit view_video.tpl file and findout the following


    <table border="0" width="100%" bgcolor="#ffff99">

    you need to change the bgcolor (bgcolor="#ffff99") for changing he box color


    Edit video.css and findout #video_tools_result

    edit the background-color, and border-color

  4. #4
    Join Date
    Nov 2007
    Posts
    11

    Default Re: Change the template color

    Edit video.css and findout #video_tools_result

    edit the background-color, and border-color
    Sanks for your anser.

    I don't find the #video_tools_result

    Down is my video.css file


    div.video_block {
    padding-bottom: 1em;
    background-color: #100000;
    }
    div.video {
    border:1px solid #d6daef;
    margin:10px auto;
    padding:6px;
    width:160px;
    height:225px;
    background-color:#30373B;
    overflow:hidden;
    }
    img.preview {
    border:1px solid #30373A;
    h: expression(onmouseover=new Function("this.style.border='2px solid #7F0000';"),onmouseout=new Function("this.style.border='1px solid #30373A';"));
    }
    img.preview:hover {
    border:2px solid #7F0000;
    }
    div.video_block p {
    margin:0;
    padding:0;
    margin-bottom: 3px;
    }
    p.video_title a, div.video_title a, .moduleEntryTitle {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
    color:#99CCFF;
    }
    p.video_title a:hover, div.video_title a:hover {
    color: #CCFFFF;
    }
    p.video_details {
    font-size: 12px;
    color: #999999;
    }
    p.video_details a {
    font-weight: normal;
    color: #999999;
    text-decoration: none;
    }
    p.video_details a:hover {
    color: #FF7400;
    }
    p.video_description {
    font-size: 12px;
    margin: 8em;
    padding: 8em;
    }
    div.video_description {
    font-size: 12px;
    margin: 0.5em 0;
    }

    div.video_tags a, div.video_tags a:visited {
    font-size: 8pt;
    font-weight: bold;
    color: #99CCFF;
    }
    div.video_tags a:hover {
    color: #CCFFFF;
    text-decoration: underline;
    }

  5. #5

    Default

    Please check your style sheet in css folder.You need to put the code in the video.css.

    Also please make sure about the id="video_tools_result " id in your view_video.tpl file
    Code:
    #video_tools_result {
    margin-top: 0.5em;
    border: #ff9900 1px solid;
    background-color: #ffffcc;
    padding:1em;
    }

Similar Threads

  1. Color Change Question
    By AcuraBoyz in forum Template Modifications
    Replies: 5
    Last Post: 06-10-2008, 09:29 PM
  2. Color and font change
    By burch68 in forum Template Modifications
    Replies: 8
    Last Post: 02-19-2008, 08:32 PM
  3. Change Template Color
    By dalejr410 in forum Template Modifications
    Replies: 4
    Last Post: 01-02-2008, 12:15 PM
  4. Color change
    By slimakraf in forum Template Modifications
    Replies: 2
    Last Post: 12-28-2007, 06:25 PM
  5. how to change this color???
    By igorcreed in forum Template Modifications
    Replies: 3
    Last Post: 11-10-2007, 01:30 PM

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
  •